a, a:link, a:visited, a:active{
    color: #000;
}
.container {
    display: flex;
    flex-direction: column;
    width: 100%;
}
.container .g-contents {
    padding: 60px 0;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: start;
    padding-left: 6%;
}
.container .g-contents .g-cont {
    width: 24%;
    height: 426px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.container .g-contents .g-cont .g-block {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: start;
    color: #666;
    align-items: center;
}
.container .g-contents .g-cont .g-block .g-block-title{
    width: 180px;
    font-weight: bold;
    padding: 12px 0;
}
.g-block-content {
    width: 180px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: start;
}
.g-footer-menu-li{
    padding: 10px 0;
}

.g-content {
    width: 100%;
    margin: 10px 0;
    padding: 30px 0;
    border-top: 1px solid #ddd;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}
.g-content .g-block{
    height: 30px;
    margin: 0 10px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}