
.container-fluid {
    padding: 0 0 30px 0;
}

.tel-box {
    top: 0px;
}

.about {
    width: 70%;
    margin-left: 15%;
    height: auto;
    background-color: #C5D6DD;
    margin-top: 4vh;
    display: flex;
}

.about-img {
    position: relative;
}

.about-img-bottom {
    position: absolute;
    right: -70px;
    width: 140px;
    bottom: 0;
}

.about-body {
    display: flex;
    align-self: center;
    width: 30%;
    position: relative;
}

.about-title {
    font-size: 19px;
    font-weight: bold;
    color: #323432;
    line-height: 24px;
    text-align: center;
    height: 24px;
    width: 60%;
    margin-left: 20%;
    margin-top: 12px;
}

.about-text {
    color: #555555;
    font-size: 14px;
    width: 80%;
    margin-left: 10%;
    padding-top: 10%;
    padding-bottom: 10%;
    text-align: justify;
}

.care-link {
    width: 70%;
    margin-left: 15%;
    height: 350px;
}

.care-link-text-bg {
    background: rgba(197, 214, 221, 0.39);
    border-radius: 50%;
    color: #4C8491;
    font-size: 15px;
    width: 214px;
    height: 214px;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    font-weight: bold;
}

.care-link-img {
    max-width: 100%;
    height: auto;
    border-radius: 50%;
    width: 252px;
    margin-left: 156px;
    margin-top: -128px;
    position: absolute;
    z-index: -1;
}

.care-link-logo {
    position: absolute;
    width: 150px;
    margin-top: 19px;
    margin-left: -20px;
}

.gb-content {
    width: 70%;
    margin: 0 auto;
}

.list {
    width: 100%;
    overflow: hidden;
    margin: auto;
    color: white;
    text-align: center;
}

.list_left {
    float: left;
    width: 49%;
}

.list_right {
    float: right;
    width: 49%;
    height: 252px;
}

.list_left > div {
    width: 100%;
    height: 242px;
    margin-bottom: 18px;
    overflow: hidden;
    border-radius: 8px;
}

.list_right > div {
    width: 100%;
    height: 242px;
    margin-bottom: 18px;
    margin-bottom: 18px;
    overflow: hidden;
    border-radius: 8px;
}

.list_left1 {
    background: url("../../images/guard/guard-burnIn/list1.png") no-repeat;
    background-size: 100% 100%;
}

.list_right1 {
    background: url("../../images/guard/guard-burnIn/list2.png") no-repeat;
    background-size: 100% 100%;
}

.list_left2 {
    background: url("../../images/guard/guard-burnIn/list3.png") no-repeat;
    background-size: 100% 100%;
}

.list_right2 {
    background: url("../../images/guard/guard-burnIn/list4.png") no-repeat;
    background-size: 100% 100%;
}


.list_center {
    padding-top: 70px;
    background: rgba(0, 0, 0, 0.3);
    height: 100%;
}

.list_title {
    font-size: 24px;
    font-weight: 600;
    margin: 0;
    letter-spacing: 2px;
}

.list_interval {
    background: white;
    width: 20px;
    height: 6px;
    margin: auto;
    margin-top: 10px;
    margin-bottom: 10px
}

.list_price {
    font-size: 24px;
    margin: auto;
}