a {
    text-decoration: none!important;
}

.s4 {
    width: 1200px;
    margin: 100px auto;
}

.s4 .name,
.s4 .price {
    text-align: center!important;
}

.s4 .price {
    color: #008BCC!important;
}

.s4 .item-wrapper .mainTitle {
    position: relative;
}

#prs4 {
    margin: 0 auto;
    padding: 0;
}

#prs4 .item-wrapper {
    margin: 0;
}

.prs40 {
    margin-top: 50px!important;
}

.mainTitle img {
    position: relative;
    transform: translateX(-50%);
    left: 50%;
}

.s5 {
    width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(3,auto);
    height: 350px;
    overflow: hidden;
    grid-gap: 25px;
    margin-top: 50px;
}

.s5 h3 {
    margin: 0 0 13px;
    font-size: 30px;
    color: #2e2e2e;
    border-bottom: 2px solid #626672;
}

.s5 a {
    text-decoration: none!important;
}

.s5 .board {
    position: relative;
}

.s5 .btnLink {
    position: absolute;
    top: 0;
    right: 10px;
    font-size: 30px;
    font-weight: bold;
}

.s5 .title,
.s5 .right {
    font-size: 18px;
}

.s5 .right {
    display: none;
}

.s5 tr {
    height: 35px;
}

.s5 h3::before {
    content: "";
    display: inline-block;
    vertical-align: top;
    width: 3px;
    height: 32px;
    background: #14467b;
    margin: 6px 6px 0 0;
}

.s5_left,
.s5_center {
    width: 400px;
}

.s5_right {
    width: 350px;
}










