

.bar{
    display: flex;
    flex-direction: column;
    padding: 30px;
}
.bar .gate{
    width: 100%;
    display: flex;
    align-items: center;
    margin: 15px 0;
    max-width: 100%;
    width: 100%;
}
.reman{
    width: 330px;
}
.gate h2{
    position: relative;
    font-size: 28px;
    color: white;
    padding: 2px 26px;
    font-weight: 500;
    letter-spacing: 0.18em;
    width: 185px;
}
.gate:first-child h2{
    width: 150px;
}
.gate p{
    margin-left: 10px;
    font-size: 24px;
    color: #595757;
    display: flex;
    letter-spacing: 0.15em;
}
.gate a{
    font-size: 24px;
    color: #595757;
    display: flex;
    letter-spacing: 0.15em;
}
.bar .gate h2:before{
    content:"";
    background-image: linear-gradient(45deg, #e0a74c 20%, #e0a74c 0%, #5381b3 62%, #7bc9ed 100%);
    width: 107%;
    height: 95%;
    position: absolute;
    z-index: -1;
    -webkit-transform: skewX(-10deg);
    transform: skewX(-10deg);
    left: -7px;
}
#g-map{
    display: flex;
    justify-content: space-between;
}
#g-map .gmmap{
    width: 47%;
    display: flex;
    flex-direction: column;
    order: 2;
    padding: 10px;
}
#g-map .gmmap iframe{
    width: 100%;
    height: 100%;
}
#g-map .gmap-img{
    width: 47%;
    display: flex;
    flex-direction: column;
    order: 1;
    padding: 10px;
}
.moo{}
.moo p{
    font-size: 21px;
    color: #114982;
    font-weight: 500;
    position: relative;
    padding-left: 25px;
    margin: 30px 0;
}
.moo p:before{
    content:"";
    height: 30px;
    top: 4px;
    width: 6px;
    background: linear-gradient(1deg, #005698 20%, #154d77 0%, #1d70b0 62%, #4b9ad8 100%);
    position: absolute;
    left: 10px;
}
@media screen and (max-width: 640px) {
    .bar .gate{
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }
    .gate h2{
    font-size: 20px;
}
    .gate p{
        margin-left: 0;
        margin-top: 7px;
        font-size: 19px;
    }
    .moo p{
    font-size: 17px;
}
    .bar{
        padding: 15px;
    }
    #g-map{
    flex-direction: column;
}
    #g-map .gmmap{
        width: 100%;
        padding: 10px 0;
    }
    #g-map .gmap-img{
        width: 100%;
        padding: 10px 0;
    }
    .gate a{
    font-size: 20px;
}
	
}