#lnb > ul > li:first-child 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: 410px;
}




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

#menu p:nth-child(1) .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;
    height: 360px;
    margin: 35px auto 0 auto;
    position: relative;
}

.text {
    width: 800px;
    height: 230px;
}

.text p {
    letter-spacing: -1px;
    line-height: 2;
    text-align: justify
}

.logo {
    width: 220px;
    height: 250px;
    opacity: 0.1;
    position: absolute;
    right: 50px;
    top: 50px;
}

.logo img {
    width: 100%;
    height: 100%;
}

.btn {bottom: 140px;}