* {
    margin: 0px;
    padding: 0px;
    
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-family: 'Roboto', sans-serif;   
}
html, body {
    height: 100%;
    width: 100%;
    margin: 0px;
    padding: 0px;

} 

body, td {  
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 19px;  
    color: #383838;
}
body {
    background: #fff;
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: normal;  
    color: #383838;
}
a {    
    color: #0AB5FF;   
    -webkit-transition: color .3s ease;
    -moz-transition: color .3s ease;
    -o-transition: color .3s ease;
    transition: color .3s ease;
}

.flexBox {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start; 
    flex-wrap: nowrap;       
}
.flexBoxStart {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center; 
    flex-wrap: nowrap;       
}
.flexBoxCenter {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center; 
    flex-wrap: nowrap;       
}

.layer {
    width: calc(100% - 40px);
    max-width: 1070px;
    margin: 0px auto;
}
.layerTop {
    width: calc(100% - 40px);
    max-width: 1195px;
    margin: 50px auto 100px;
}
.menu {
    width: 793px;
    margin-left: 30px;
}
.menu a {
    font-size: 17px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    color: #000;
}
.menu .activeMenu {
    text-decoration: none;
    color: #00317A;
}

.mainLayer {
    
    z-index: 2;
    position: relative; 
}

.mainTagLine {
    color: #000;

    font-family: Playfair Display;
    font-size: 96px;
    font-style: normal;
    font-weight: 600;
    line-height: 87.978%; /* 84.459px */
}
.mainTagLine img {
    display: block;
}
.mainBrief {
    color: #000;
    font-family: Roboto;
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    width: 435px;
    margin-top: 25px;
}

.mainImg {
    margin-top: -57px;
    max-width: 100%;
}

.mainCenter {
    text-align: center;
    color: #000;
    max-width: 680px;
    margin: auto;
    text-align: center;
    font-family: Playfair Display;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    padding-bottom: 37px;
    margin-bottom: 75px;
    position: relative;
}
.mainCenter:after {
    content: " ";
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    margin: auto;
    height: 2px;
    width: 370px;
    background: #000;
}
.mainBottomBg {
    background: #132655;
    padding: 65px 0px 115px;
}
.mainBottom {
    color: #FFF;
    font-family: Roboto;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 126.563%; /* 30.375px */
    align-items: center;
    
    max-width: 1005px;
}
.mainFile {
    position: relative;
    cursor: pointer;
}
.mainFileLayer {
    position: absolute;
    bottom: -21px;
    right: -25px;
    width: 66px;
    height: 91px;
    border: 4px solid #D9D9D9;
    background: #D9D9D9;
}
.mainFileTrue {
    max-width: 100%;
    max-height: 100%;
    
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease; 
}
.mainFileBrief {
    width: 690px;
}
.mainFileShow .mainFileLayer {
    position: fixed;
    width: 100%;
    height: 100%;
    background: #000000a5;
    border: none;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    margin: auto;
    z-index: 3;
}
.mainFileShow .mainFileTrue {
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    margin: auto;
    max-width: 90%;
    max-height: 90%;
} 

.mainFileShow .mainFileLayer:after {
    display: block;
    content: " ";
    position: absolute;
    top: 20px;
    right: 10px;
    width: 25px;
    height: 3px;
    background: #fff;
    transform: rotateY(0deg) rotate(45deg);
}

.mainFileShow .mainFileLayer:before {
    display: block;
    content: " ";
    position: absolute;
    top: 20px;
    right: 10px;
    width: 25px;
    height: 3px;
    background: #fff;
    transform: rotateY(0deg) rotate(-45deg);
}
.h2 {
    margin: auto;
    
    color: #000;
    text-align: center;
    font-family: Playfair Display;
    font-size: 26px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    position: relative;
    max-width: 640px;
}
.h2Line {
    position: relative;
    padding-bottom: 35px;
    margin-bottom: 78px;
}
.h2Line:after {
    content: " ";
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    margin: auto;
    height: 2px;
    width: 370px;
    background: #000;
}
.serviceList {
    flex-wrap: wrap; 
}
.serviceItem {
    width: 33%;
    color: #000;
    text-align: center;
    font-family: Roboto;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center; 
    flex-wrap: wrap;
    margin-bottom: 86px;  
}
.serviceItem span {
    display: block;
    margin-top: 20px;
}
.serviceLink {
    color: #FFF;
    text-align: center;
    font-family: Roboto;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    padding: 11px 39px;
    border-radius: 16px;
    background: #132655;
    display: inline-block;
    margin: auto;
    text-decoration: none;
}
.footer {
    margin-top: 50px;
    background: #F6F6F6;
    text-align: center;
    padding: 45px;
}
.footer img {
    margin-bottom: 10px;
}
.footer p {
    color: #000;
    font-family: Roboto;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    font-weight: bold;
}
.serviceTopImg img {
    max-width: 100%;
}

.serviceTopTitle {
    color: #000;
    text-align: center;
    font-family: Playfair Display;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;    
    max-width: 680px;
    margin: auto;
}
.serviceCenterTitle {
    color: #000;
    text-align: center;
    font-family: Playfair Display;
    font-size: 26px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    max-width: 640px;
    margin: auto;
    margin-top: 31px;
    margin-bottom: 67px;
}
.serviceBottom {
    color: #000;
    text-align: center;
    font-family: Playfair Display;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    max-width: 680px;
    margin: auto;
}
.serviceBottomList {
    color: #000;
    font-family: Roboto;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    max-width: 680px;
    margin: auto;
    margin-top: 83px;
    margin-bottom: 80px;
}
.serviceBottomList li {
    margin-bottom: 23px;
    list-style: none;
    position: relative;
}
.serviceBottomList li:after {
    content: " ";
    position: absolute;
    top: 1px;
    left: -57px;
    width: 24px;
    height: 24px;
    background: #002761;
    border-radius: 50px;
}
.companyList {
    flex-wrap: wrap;  
    margin-bottom: 0px;  
}
.companyItem {
    margin-bottom: 0px;    
    
    width: 100%;
    padding-bottom: 60px;
}
.companyItemTop {
    margin-bottom: 20px;
    align-items: center;
}
.companyItemImg {
    width: 150px;
    float: left;
    margin-right: 20px;    
}     
.companyItem img {    
    max-width: 100%;  
}
.companyItemInfo {
    width: calc(100% - 150px);    
}
.companyItemTitle {
    color: #000;
    text-align: left;
    font-family: Roboto;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 10px;
}
.companyItemAddress {
    color: #000;
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
.companyItemWeb {
    color: #00317A;
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
.companyItemText {
    color: #000;
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    overflow: hidden;
}
.companyItemText li {
    margin-left: 20px;
    margin-bottom: 10px;
}
.companyInfo>div {
    width: calc(50% - 55px);
    color: #000;
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.companyInfoLayer {
    margin: auto;
}
.companyInfoTitle {
    color: #000;
    font-family: Roboto;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 28px;
}
.companyInfoBrief {
    color: #000;
    font-family: Roboto;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 80px;
}
.outInfo {
    color: #000;
    text-align: center;
    font-family: Playfair Display;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    max-width: 680px;
    margin: auto;
}

.infoToInsurer {
    color: #000;
    text-align: center;
    font-family: Playfair Display;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    max-width: 680px;
    margin: auto;
}
.infoToInsurerList {
    max-width: 850px;
    margin: auto;
    margin-top: 83px;
}

.infoToInsurerList ul {
    list-style-type: none;
    list-style-image: none;
    
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start; 
    flex-wrap: wrap; 
}
.infoToInsurerList ul li {
    counter-increment: step-counter;
    list-style-type: none;
    list-style-image: none;
    margin-left: 0px;
    padding-left: 60px;
    width: 100%;
    margin-bottom: 30px;
    font-size: 20px;
    color: #000;
    position: relative;
}
.infoToInsurerList ul li::before {
    content: counter(step-counter) ")";
    margin-right: 10px;
    padding: 0px 0px;
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    margin: auto;
    
    content: counter(step-counter);
    margin-right: 20px;
    font-size: 80%;
    background-color: #002761;
    color: white;
    font-weight: bold;
    border-radius: 500px;
    width: 36px;
    height: 36px;
    line-height: 36px;
    text-align: center;
}

.companyInfoPersonalInfo {
    font-size: 15px;
    line-height: 140%;
    margin-bottom: 40px;
    color: #000;
}
.companyInfoPersonalInfo p {
    padding: 5px 0px;    
}
.companyInfoPersonalInfo li {
    margin-left: 20px;    
}
.workerLink {
    margin-top: 30px;
    padding-top: 30px;
    border-top: solid 8px #000;
    display: block;
}