.banner{
position:relative;
background-color:#1779df;
color:#fff;
}
.banner:before,.banner:after{
content:'';
position: absolute;
top:0;
bottom:0;
width:25%;
background-image:url(../images/emm-banner-aside.jpg);
background-size:auto 100%;
background-repeat:no-repeat;
z-index:1;
}
.banner:before{left:0;}
.banner:after{right:0; transform: rotateY(180deg);}

.banner h1 {
    max-width: 750px;
    margin: auto;
    color: #fff;
    padding: 30px;
    text-align: center;
    font-size: 30px;
    line-height: 65px;
}
.banner h1 strong{
   display: block;
   font-size:43px;
   color:#ffd800;
}
.banner p {
    max-width: 750px;
    margin: auto;
    color: #fff;
    padding: 30px;
    text-align: center;
    font-size: 30px;
    line-height: 65px;
}
.banner p strong{
   display: block;
   font-size:43px;
   color:#ffd800;
}
.main-box {
    display: flex;
    width: 1000px;
    flex-wrap: wrap;
    border-left: 1px solid #eee;
    border-top: 1px solid #eee;
}

.box {
    flex-grow: 1;
    width: 280px;
    vertical-align: top;
    padding: 15px;
    border-right: 1px solid #eee;
    border-bottom: 1px solid #eee;
}
.box:nth-child(even) {
    background-color: #dbe0e1;
}
.box:last-child {
    background-color: #fff;
}
.box p {
    margin-top: 0;
    font-size: 13px;
}

.box h3 {
    margin: 0;
    font-size: 18px;
}
.box h3 a {
    font-weight:bold;
    color: #0879b8;
    text-decoration: none;
    display: flex;
    align-items: center;
    line-height:normal;
}

.box h3 a:before {
    content: '';
    display: inline-block;
    width: 40px;
    height: 40px;
    vertical-align: top;
    background-image: url(../images/emm-fea-icon-8.png);
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-position: center;
    margin-right:10px;
}
.box:nth-child(1) h3 a:before {
    background-image: url(../images/emm-fea-icon-2.png);
}
.box:nth-child(2) h3 a:before {
    background-image: url(../images/emm-fea-icon-4.png);
}
.box:nth-child(3) h3 a:before {
    background-image: url(../images/emm-fea-icon-5.png);
}
.box:nth-child(4) h3 a:before {
    background-image: url(../images/emm-fea-icon-9.png);
}
.box:nth-child(5) h3 a:before {
    background-image: url(../images/emm-fea-icon-10.png);
}
.box:nth-child(6) h3 a:before {
    background-image: url(../images/emm-fea-icon-3.png);
}
.box:nth-child(7) h3 a:before {
    background-image: url(../images/emm-fea-icon-6.png);
}
.box:nth-child(8) h3 a:before {
    background-image: url(../images/emm-fea-icon-7.png);
}
.box:nth-child(9) h3 a:before {
    background-image: url(../images/emm-fea-icon-8.png);
}
.box:nth-child(10) h3 a:before {
    background-image: url(../images/emm-fea-icon-1.png);
}
.emm{
padding:20px;
}
.emm p{
   font-size:14px;
   line-height:28px;
}
.emm li{
   font-size:14px;
   line-height:28px;
}
.emm li:before{
    content:'';
    background-image:url(../images/emm-correct-icon.png);
    background-size:contain;
    background-repeat:no-repeat;
    background-position:center;
    height:15px;
    width:15px;
    display: inline-block;
    margin-right: 10px;
}
.emm.overview {
    padding: 0 20px;
    text-align: center;
    max-width: 900px;
    margin: auto;
}
.emm.aside-sec {
    background-color: #dbe0e1;
    padding: 20px 0 0;
}
.emm.grey{
    background-color: #dbe0e1;
}
.emm.aside-sec img {
    width: 600px;
    max-width: 100%;
}

.emm h2 {
    text-align: center;
}
.emm .flex{
display: flex;
}
.emm .flex-inner p {
    max-width: 600px;
}
.emm.list ul {
    max-width: 800px;
    margin: auto;
    display: block;
}

.emm.list ul li {
    margin-bottom: 10px;
}
.emm.box-list {
    padding: 0 0 60px 0;
}
.emm.box-list .flex {
    border: 1px solid #eee;
    max-width: 900px;
    margin: auto;
}

.emm.box-list .flex .flex-inner {
    width: 50%;
    padding: 30px;
}
.emm.box-list .flex .flex-inner:last-child {
    background-color: #dbe0e1;
}
.emm.box-list .flex .flex-inner h2 {
    text-align: left;
    margin-top: 0;
}
.emm.org{
   position: relative;
   background-image: url(../images/emm-org-bg.jpg);
   background-attachment: fixed;
   padding:40px 0;
}

.emm.org:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background-color: #1878dfe3;
    z-index: 0;
}
.emm.org p{
   position: relative;
   max-width:700px;
   margin:auto;
   color:#fff;
   text-align: center;
   z-index:1;
}
.emm.org h2{
   position: relative;
   color:#fff;
   z-index:1;
    margin-top: 0;
}
.emm.monitor .flex-inner img {
    max-width: 300px;
    margin-right: 50px;
    margin-top: 30px;
}

.emm.monitor .flex {
    max-width: 900px;
    margin: auto;
}
.emm.monitor.policy .flex-inner img {
    margin-top: 0;
}

@media(max-width:600px){
.emm .flex {
    display: block;
}

.main-box {
    display: block;
    width: auto;
    border: 0;
}

.box {
    width: 300px;
    max-width: 90%;
    margin: 0 auto 20px;
    border: 1px solid #eee;
}
.box:last-child {
    margin-bottom: 0;
}
.emm .flex-inner p {
    padding-top: 0;
    margin-top: 0;
}

.emm.box-list .flex {
    width: auto;
    margin-bottom: 40px;
}

.emm.box-list .flex .flex-inner {
    width: auto;
}

.emm.org p {
    padding: 20px;
}
.banner h1 {
    line-height: normal;
    font-size: 25px;
}

.banner h1 strong {
    font-size: 35px;
}

.main-box {
    width: auto;
}
.banner:before, .banner:after {
    display: none;
}
.emm h2 {
    padding: 20px;
    font-size: 28px;
    line-height: 44px;
    font-weight: 100;
    margin: 0;
    padding-bottom: 0;
}

.emm, .emm.box-list{
    padding: 0 20px;
}

.emm.box-list .flex .flex-inner h2 {
    padding: 0;
    padding-bottom: 20px;
}
.emm.monitor.policy {
    padding-bottom: 40px;
}
.emm.monitor .flex-inner img {
    margin: 0 auto;
    display: block;
}
.emm.monitor.grey {
    padding-bottom: 40px;
}
.emm.monitor.grey p:first-child {
    margin-top: 30px;
}
.emm.list h2 {
    margin-bottom: 20px;
}
.emm.list ul li{
    padding-left: 30px;
}
.emm li:before{
    margin-left: -25px;
}
.emm.aside-sec p {
    padding: 0 30px;
}
.emm.aside-sec {
    padding: 20px 0;
}
.emm.box-list li {
    padding-left: 20px;
}
}