
.plain h1, .plain h2, .plain h3, .plain h4, .plain h5, .plain h6, .plain p, .plain blockquote, .plain pre {
    margin: 0;
    padding: 0;
    border: 0;
    line-height: 1.7;
    white-space: inherit;
    word-break: keep-all;
    word-wrap: inherit;
    border-radius: inherit;
}


.intro p{padding-bottom: 0; font-size: 17px;}

.intro.cs-wrapper{padding-bottom:50px;}
.intro.sc-head h1 {
    font-weight: 700;
    line-height: 40px;
    letter-spacing: -1px;
    padding: 5px 0px;
    margin-bottom: 20px;
    text-align: center;
    font-size: 32px;
}

.biz .unit {
    position: relative;
    padding: 0px;
    margin: 0px;
}

.biz .unit-subj {
    position: absolute;
    width: 350px;
    top: 0px;
    left: 0px;
    padding: 45px;
    margin: 0px;
    background: none;
    border-radius: 0px;
}

.biz .unit-body {
    padding: 45px;
    padding-bottom: 120px;
    border: 1px solid #e7e7e7;
    border-radius: 10px;
    background-color: #fafafa;
}

.biz .unit.photo-count-0 .unit-body {
    padding-bottom: 45px;
}
.biz .unit-body, .biz .unit-photo, .biz .unit-tail {
    padding-left: 350px;
}

.biz .unit-body h3 {
    padding: 0px;
}
.plain h3 {
    font-weight: 500;
    padding: 10px 0;
}

.plain b {
    color: #06b298;
}

.intro p {
    padding: 0px;
    margin: 0px;
}

.plain h2 {
    font-weight: 500;
    padding: 10px 0;
}

.banner .matrix.table {
    table-layout: fixed;
    border-collapse: separate;
    border-spacing: 30px;
}

.table-row {
    display: flex;
    width: 100%;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 30px;
}

.banner.iw-110 .matrix.table .unit {
    padding-left: 110px;
}
.banner.is .matrix.table .unit {
    text-align: left;
    padding-left: 120px;
}
.banner .matrix.table .unit {
    position: relative;
    padding: 30px;
    vertical-align: top;
    background-color: #fafafa;
    border: 1px solid #e7e7e7;
    border-radius: 10px;
    overflow: hidden;
    text-align: center;
}

.table-cell{width: 49%;}

.banner .unit-subj {
    background: none;
    padding: 0px;
    margin: 0px;
    color: #06b298;
}

.banner.is .unit-subj .bul {
    position: absolute;
    margin: 0px;
    top: 30px;
    left: 30px;
    width: 60px;
    height: 60px;
}

.banner.is .unit-subj .text {
	display: block;
    margin-bottom: 10px;
}

.banner .unit-body {
    padding: 0px;
}

.banner .unit-body ul {
    display: inline-block;
    text-align: left;
}

.mission.cs-wrapper {
    padding-top: 50px;
}

.mission.sc-head {
    border: 1px solid #e5e5e5;
    background: #f5f5f5 url(../img/bg_mission.png);
    padding: 25px;
}

.plain h1{
	font-size: 1.5rem;
}

.mission.sc-head h2 {
    background: none !important;
    padding: 0;
    margin: 0;
    margin-bottom: 10px;
    text-align: center;
    font-size: 20px;
    line-height: 20px;
}

.mission.sc-head h4 {
    font-size: 20px;
    line-height: 25px;
    font-weight: normal;
    text-align: center;
}

.mission.sc-head blockquote {
    background: #fff;
    padding: 25px;
    margin-top: 25px;
    text-align: center;
}

.value.cs-body {
    width: 80%;
    margin: 0 auto;
    text-align: center;
}

.value .unit {
    display: inline-block;
    width: 35%;
    padding: 30px 0px;
    border-radius: 50px;
    overflow: hidden;
    margin: 0 -2%;
    vertical-align: middle;
}

.value.plain .unit-subj {
    padding: 0px;
    margin: 0px;
    background: none !important;
    font-weight: 700;
}



/*---------------------------------------
  MOBILE RESPONSIVE              
-----------------------------------------*/
@media (max-width: 1023px) {

	.intro.sc-head h1 {
		font-size: 25px;
	}

	.biz .unit-subj {
        position: relative;
        width: inherit;
        padding: 20px;
        padding-bottom: 10px;
        border: 1px solid #e7e7e7;
        border-radius: 10px;
        background-color: #fafafa;
        border-bottom: 10px;
        border-bottom-right-radius: 0px;
        border-bottom-left-radius: 0px;
    }

    .biz .unit.photo-count-0 .unit-body {
        padding-bottom: 20px;
    }

    .biz .unit-body {
        padding-top: 10px;
        padding-right: 20px;
        padding-left: 20px;
        border-top-right-radius: 0px;
        border-top-left-radius: 0px;
    }

	.banner.cs-body {
        width: inherit;
        margin: 0px;
    }
    .banner .matrix.table {
        border-spacing: 0px;
    }

    .table-cell{width: 100%;}

    .un-1, .un-3 {margin-bottom: 30px;}


    .banner.is .unit-subj .bul {
    width: 50px;
    height: 50px;
}

.banner.is .matrix.table .unit {
    padding-left: 100px;
}

}
@media (max-width: 768px) {
	.intro.sc-head h1{font-size: 22px;}

	.intro h2 {
        line-height: 25px;
    }

	.value .unit {
        display: block;
        width: inherit;
        margin: 10px auto;
        padding: 15px 0px;
    }


}
@media (max-width: 640px) {
}
@media (max-width: 480px) {
}
@media (max-width: 320px) {
}