#lnb > ul > li:nth-child(3) a {
    color: #ff164f;
    font-weight: bold;
}

#section > h3 {
    width: 1136px;
    margin: 150px auto;
    padding: 0 16px;
    position: relative;
}

.title img {
    position: absolute;
    top: -55px;
    left: 300px;
}




#menu {
    width: 1136px;
    height: 40px;
    margin: 0 auto;
    padding-bottom: 40px;
    border-bottom: 1px solid #ddd;
    position: relative;
}

#menu p:nth-child(1) .tag:hover::after,
#menu p:nth-child(3) .tag:hover::after {
    background-color: #ddd;
}

.tag {
    font-size: 18px;
    margin-right: 50px;
}

.tag::after {
    width: calc(100% + 40px);
    height: 40px;
    border-radius: 20px;
}




#introduce {
    width: 1136px;
    margin: 0 auto;
    padding-top: 35px;
    overflow: hidden;
}

.text {
    width: 100%;
    margin-bottom: 100px;
}

.policy {
    background-color: #eee;
    padding: 70px 70px 20px 70px;
    overflow: hidden;
    border-radius: 20px;
    margin-bottom: 150px;
}

.textbox {
    margin-bottom: 50px;
}

.text p,
.policy p, .textbox ul {
    letter-spacing: -1px;
    line-height: 2;
    text-align: justify;
    margin-bottom: 30px;
}

.policy p, .textbox ul li {
    font-size: 16px;
    color: #333;
    padding: 0 40px;
}

.policy h6 {
    color: #333;
    font-weight: bold;
    margin-bottom: 10px;
}

p.note {
    width: 80%;
    margin: 0 auto 30px auto;
    padding: 30px;
    border-radius: 15px;
    background-color: #fff;
    overflow: hidden;
    text-align: center;
}

.note span {
    color: #666;
}