@charset "utf-8";

/* about image */
.about-image {
display: grid;
grid-template-columns: repeat(5, 1fr);
grid-template-rows: repeat(5, 1fr);
grid-column-gap: 0px;
grid-row-gap: 0px;
width: auto;

background:#fff;
}
.about-image1 { grid-area: 1 / 1 / 6 / 6; 
background: #f5f5f5;
}
.about-image2 { grid-area: 1 / 1 / 6 / 4;
font-size: 48px;
color: #494544;
text-align: left;
letter-spacing: 5px;
line-height: 0.2em;
padding: 0px;
padding-top: 100px;
padding-left: 30px;
}
.about-image2 h5{
font-size: 20px;
color: #494544;
text-align: left;
letter-spacing: 5px;
}
.about-image3 { grid-area: 1 / 4 / 6 / 6; 
text-align: center;
}
.about-image3 img{
width: 100%;
}
/* about image */

/* service01 */
.service01 {
display: grid;
grid-template-columns: repeat(5, 1fr);
grid-template-rows: repeat(2, 1fr);
grid-column-gap: 0px;
grid-row-gap: 0px;
width: auto;
background:#fff;
padding-right: 50px;
margin-right: 50px;
}

.service011 { grid-area: 1 / 1 / 2 / 2;
font-size: 18px;
color: #494544;
text-align: left;
letter-spacing: 3px;
line-height: 1.5em;
padding: 20px;
font-weight: bold;
}
.service012 { grid-area: 1 / 2 / 4 / 6; 
padding: 20px;
font-size: 14px;
font-weight: 500;
color: #494544;
letter-spacing: 2px;
line-height: 2em;
z-index: 100;
}
.service012 h3{
font-size: 18px;
color: #494544;
text-align: left;
letter-spacing: 3px;
line-height: 1.5em;
font-weight: bold;
}

.service014 { grid-area: 1 / 3 / 3 / 6;  
background: #f5f5f5;
}
.service013 { 
text-align: center;
padding-left: 20%;
padding-top: 20px;
z-index: 100;
padding-right: 50px;
margin-right: 50px;
}
.service013 img{
width: 90%;
}
/* service01 */

/* service02 */
.service02 {
display: grid;
grid-template-columns: repeat(5, 1fr);
grid-template-rows: 1fr;
grid-column-gap: 0px;
grid-row-gap: 0px;
width: auto;
}
.service021 { grid-area: 1 / 1 / 2 / 4; 
font-size: 18px;
color: #494544;
text-align: left;
letter-spacing: 3px;
line-height: 0.2em;
padding: 20px;
font-weight: bold;
}
/* service02 */

/* service03 */
.service03 {
display: grid;
grid-template-columns: repeat(5, 1fr);
grid-template-rows: repeat(4, 1fr);
grid-column-gap: 0px;
grid-row-gap: 0px;
width: auto;
background:#fff;
}
.service03 h3{
font-size: 18px;
color: #494544;
text-align: left;
letter-spacing: 3px;
line-height: 1.5em;
font-weight: bold;
}
.service03 img{
width: 80%;
}
.service031 { grid-area: 1 / 2 / 3 / 4;
padding: 20px;
font-size: 14px;
font-weight: 500;
color: #494544;
letter-spacing: 2px;
line-height: 2em;
z-index: 100;
}
.service032 { grid-area: 1 / 4 / 3 / 6; 
text-align: left;
padding: 10px;
}
.service033 { grid-area: 3 / 2 / 5 / 4; 
padding: 20px;
font-size: 14px;
font-weight: 500;
color: #494544;
letter-spacing: 2px;
line-height: 2em;
z-index: 100;
}
.service034 { grid-area: 3 / 4 / 5 / 6; 
text-align: left;
padding: 10px;
}
/* service03 */

/* item */
.item {
display: grid;
grid-template-columns: repeat(5, 1fr);
grid-template-rows: repeat(5, 1fr);
grid-column-gap: 0px;
grid-row-gap: 0px;
width: auto;
background:#fff;
}

.item1 { grid-area: 1 / 1 / 2 / 2; 
font-size: 18px;
color: #494544;
text-align: left;
letter-spacing: 3px;
line-height: 0.2em;
padding: 20px;
font-weight: bold;
}
.item2 { grid-area: 1 / 2 / 2 / 6; 
}
.item3 { grid-area: 1 / 2 / 6 / 6; 
font-size: 18px;
color: #494544;
text-align: left;
letter-spacing: 5px;
line-height: 1.5em;
padding: 0px;
font-weight: 300;
background: #fff;
margin: 20px;
}
.item3 th{
padding-top: 0px;
width:500px;
background: rgba(192,228,242,0);
color: #494544;
font-size: 12px;
font-weight:300;
text-align: left;
border-radius: 0px;
border-bottom: 1px dotted rgba(11,96,147);
height: 20px;
letter-spacing: 2px;
padding-left: 20px;
}

.item3 td{
width: 300px;
font-size: 12px;
font-weight: ;
color: #494544;
text-align: left;
background: rgba(192,228,242,0);
padding-top: 0px;
padding-left: 0px;
border-radius: 0px;
height: 20px;
border-bottom: 1px dotted rgba(11,96,147);
letter-spacing: 2px;
}
/* item */

/* brand */
.brand {
display: grid;
grid-template-columns: repeat(5, 1fr);
grid-template-rows: repeat(4, 1fr);
grid-column-gap: 0px;
grid-row-gap: 0px;
width: auto;
background:#fff;
}

.brand1 { grid-area: 1 / 1 / 2 / 2; 
font-size: 18px;
color: #494544;
text-align: left;
letter-spacing: 3px;
line-height: 0.2em;
padding: 20px;
font-weight: bold;
}
.brand2 { grid-area: 1 / 2 / 2 / 5;
padding: 20px;
font-size: 14px;
font-weight: 500;
color: #494544;
letter-spacing: 2px;
line-height: 2em;
z-index: 100;
}
.brand2 h3{
font-size: 18px;
color: #494544;
text-align: left;
letter-spacing: 3px;
line-height: 1.5em;
font-weight: bold;
}
.brand img{
width: 100%;
}
.brand3 { grid-area: 3 / 4 / 4 / 6;
text-align: center;
}
.brand4 { grid-area: 2 / 2 / 5 / 4; 
text-align: center;
}
.brand5 { grid-area: 1 / 3 / 4 / 5; 
background: #f5f5f5;
z-index: -100;
}
/* brand */

@media (max-width: 768px){ 

/* about image */
.about-image {
display: grid;
grid-template-columns: repeat(5, 1fr);
grid-template-rows: repeat(5, 1fr);
grid-column-gap: 0px;
grid-row-gap: 0px;
width: auto;
background:#fff;
}
.about-image1 { grid-area: 1 / 1 / 6 / 6; 
background: #f5f5f5;
}
.about-image2 { grid-area: 3 / 1 / 6 / 3;
font-size: 20px;
color: #494544;
text-align: left;
letter-spacing: 3px;
line-height: 0.2em;
padding: 0px;
padding-top: 15px;
padding-left: 10px;
}
.about-image2 h5{
font-size: 14px;
color: #494544;
text-align: left;
letter-spacing: 3px;
}
.about-image3 { grid-area: 1 / 3 / 6 / 6; 
text-align: center;
}
.about-image3 img{
width: 100%;
}
/* about image */

/* service01 */
.service01 {
display: grid;
grid-template-columns: repeat(5, 1fr);
grid-template-rows: 0.5fr repeat(2, 1fr);
grid-column-gap: 0px;
grid-row-gap: 0px;
width: auto;
background:#fff;
padding-right: 0px;
margin-right: 0px;
}

.service011 { grid-area: 1 / 1 / 2 / 6;
font-size: 18px;
color: #494544;
text-align: left;
letter-spacing: 3px;
line-height: 1em;
padding: 10px;
font-weight: bold;
}
.service012 { grid-area: 2 / 1 / 4 / 6; 
padding: 10px;
font-size: 14px;
font-weight: 500;
color: #494544;
letter-spacing: 2px;
line-height: 1.5em;
z-index: 100;
}
.service012 h3{
font-size: 16px;
color: #494544;
text-align: left;
letter-spacing: 2px;
line-height: 1.5em;
font-weight: bold;
}
.service014 { grid-area: 2 / 3 / 4 / 6;  
background: #f5f5f5;
}
.service013 {  
text-align: center;
padding-left: 0%;
padding-top: 0px;
z-index: 100;
padding-right: 0px;
margin-right: 0px;
padding: 10px;
}
.service013 img{
width: 100%;
}
/* service01 */

/* service02 */
.service02 {
display: grid;
grid-template-columns: repeat(5, 1fr);
grid-template-rows: 1fr;
grid-column-gap: 0px;
grid-row-gap: 0px;
width: auto;
background:#fff;
}
.service021 { grid-area: 1 / 1 / 2 / 6; 
font-size: 18px;
color: #494544;
text-align: left;
letter-spacing: 3px;
line-height: 1em;
padding: 10px;
font-weight: bold;
padding-bottom: 30px;
}
/* service02 */

/* service03 */
.service03 {
display: grid;
grid-template-columns: repeat(5, 1fr);
grid-template-rows: 0.8fr 0.7fr 0.8fr 0.7fr;
grid-column-gap: 0px;
grid-row-gap: 0px;
width: auto;
background:#fff;
}
.service03 h3{
font-size: 18px;
color: #494544;
text-align: left;
letter-spacing: 3px;
line-height: 1.5em;
font-weight: bold;
}
.service03 img{
width: 80%;
}
.service031 { grid-area: 1 / 1 / 2 / 6;
padding: 20px;
font-size: 14px;
font-weight: 500;
color: #494544;
letter-spacing: 2px;
line-height: 1.5em;
z-index: 100;
}
.service032 { grid-area: 2 / 1 / 3 / 6; 
text-align: center;
padding: 10px;
}
.service033 { grid-area: 3 / 1 / 4 / 6; 
padding: 20px;
font-size: 14px;
font-weight: 500;
color: #494544;
letter-spacing: 2px;
line-height: 1.5em;
z-index: 100;
}
.service034 { grid-area: 4 / 1 / 5 / 6; 
text-align: center;
padding: 10px;
}
/* service03 */

/* item */
.item {
display: grid;
grid-template-columns: repeat(5, 1fr);
grid-template-rows: 0.3fr repeat(4, 1fr);
grid-column-gap: 0px;
grid-row-gap: 0px;
width: auto;
background:#fff;
}

.item1 { grid-area: 1 / 1 / 2 / 6; 
font-size: 18px;
color: #494544;
text-align: left;
letter-spacing: 3px;
line-height: 1em;
padding: 10px;
font-weight: bold;
}
.item2 { grid-area: 1 / 2 / 2 / 6; 
display: none;
}
.item3 { grid-area: 2 / 1 / 6 / 6; 
font-size: 14px;
color: #494544;
text-align: left;
letter-spacing: 2px;
line-height: 1.5em;
padding: 0px;
font-weight: 500;
background: #fff;
margin: 0px;
}
.item3 th{
padding-top: 0px;
width:auto;
background: rgba(192,228,242,0);
color: #494544;
font-size: 14px;
font-weight:500;
text-align: left;
border-radius: 0px;
border-bottom: 1px dotted rgba(11,96,147);
height: 20px;
letter-spacing: 2px;
padding-left: 20px;
}

.item3 td{
width: 150px;
font-size: 14px;
font-weight: 500;
color: #494544;
text-align: left;
background: rgba(192,228,242,0);
padding-top: 0px;
padding-left: 10px;
border-radius: 0px;
height: 20px;
border-bottom: 1px dotted rgba(11,96,147);
letter-spacing: 2px;
}
/* item */
 
/* brand */
.brand {
display: grid;
grid-template-columns: repeat(5, 1fr);
grid-template-rows: 0.5fr 1fr 0.3fr 1fr 0.5fr;
grid-column-gap: 0px;
grid-row-gap: 0px;
width: auto;
background:#fff;
}

.brand1 { grid-area: 1 / 1 / 2 / 6; 
font-size: 18px;
color: #494544;
text-align: left;
letter-spacing: 3px;
line-height: 1em;
padding: 10px;
font-weight: bold;
}
.brand2 { grid-area: 2 / 1 / 3 / 6;
padding: 10px;
font-size: 14px;
font-weight: 500;
color: #494544;
letter-spacing: 2px;
line-height: 1.5em;
z-index: 100;
}
.brand2 h3{
font-size: 18px;
color: #494544;
text-align: left;
letter-spacing: 2px;
line-height: 1.5em;
font-weight: bold;
}
.brand img{
width: 100%;
}
.brand3 { grid-area: 5 / 1 / 6 / 6;
text-align: center;
padding: 10px;
}
.brand4 { grid-area: 3 / 1 / 5 / 6; 
text-align: center;
padding: 20px;
}
.brand5 { grid-area: 2 / 2 / 6 / 5; 
background: #f5f5f5;
z-index: -100;
}
/* brand */
    
}