.top {
    width: 100%;
    height: 450px;
    background: #8688FF;
    background: url("../img/about/top.png") no-repeat;
}

.top_main {
    padding: 119px 0 0 188px;
}

.top_main p:nth-child(1) {
    font-size: 35px;
    color: #FFFFFF;
}

.top_main p:nth-child(2) {
    margin-top: 32px;
    font-size: 65px;
    color: #FFFFFF;
    font-weight: bold;
    text-shadow: 0px 4px 6px rgba(64, 74, 134, 0.54);
}

.top_main p:nth-child(3) {
    margin-top: 29px;
    width: 822px;
    height: 65px;
    background: linear-gradient(66deg, #4E0DC6, #5216EA);
    border-radius: 10px;
    font-size: 35px;
    color: #FFFFFF;
    text-shadow: 0px 3px 0px rgba(0, 10, 200, 0.15);
    text-align: center;
    line-height: 65px;
}

.title {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin-top: 75px;
}

.title::after {
    content: "";
    position: absolute;
    bottom: -13px;
    left: 50%;
    transform: translateX(-50%);
    width: 32px;
    height: 3px;
    background: #6C6EFF;
    border-radius: 2px;
}

.title_index {
    position: absolute;
    top: -35px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 60px;
    font-weight: 600;
    color: #6C6EFF;
    opacity: 0.2;
}

.title_main {
    font-size: 28px;
}

.title_desc {
    margin-top: 13px;
    font-size: 14px;
    color: #666666;
}

.addr_main {
    margin-top: 56px;
}

.addr_col {
    display: flex;
    justify-content: space-between;
}

.addr_qt {
    position: relative;
    width: 426px;
    height: 405px;
}

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

.addr_qt::before {
    content: "";
    position: absolute;
    top: -9px;
    right: 0;
    width: 229px;
    height: 9px;
    background: #6C6EFF;
}

.addr_qt::after {
    content: "";
    position: absolute;
    top: -9px;
    right: -9px;
    width: 9px;
    height: 214px;
    background: #6C6EFF;
}

.addr_map p:nth-child(1) {
    font-size: 20px;
    font-weight: bold;
}

.addr_map p:nth-child(2) {
    margin-top: 10px;
    font-size: 14px;
    color: #666666;
}

.addr_map img {
    margin-top: 5px;
    width: 725px;
    height: 357px;
}

.addr_title {
    margin-top: 29px;
    font-size: 20px;
    font-weight: bold;
}

.addr_ul {
    width: 100%;
    height: 545px;
    margin-top: 15px;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
}

.addr_li {
    margin-bottom: 29px;
}

.addr_text {
    font-size: 14px;
    color: #666666;
}

.addr_link {
    display: flex;
    align-items: center;
}

.addr_link p {
    color: #666666;
    font-size: 14px;
    margin-top: 9px;
}

.addr_link p:nth-child(1) {
    width: 120px;
}

.addr_link p:nth-child(2) {
    width: 150px;
}

.ass {
    padding-top: 1px;
    padding-bottom: 20px;
    margin-top: 49px;
    background: #F4F7FF;
}

.ass_ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 57px;
}

.ass_li {
    width: 366px;
    height: 100px;
    background: #FFFFFF;
    box-shadow: 2px 3px 18px 0px rgba(0, 4, 85, 0.05);
    border-radius: 50px;
    display: flex;
    align-items: center;
    padding: 20px 42px 20px 20px;
    margin-bottom: 30px;
}

.ass_li_icon {
    width: 60px;
    height: 60px;
    background: rgba(108, 110, 255, 0.06);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ass_li_text {
    flex: 1;
    margin-left: 21px;
}

.ass_li_text p:nth-child(1) {
    font-size: 20px;
    font-weight: bold;
}

.ass_li_text p:nth-child(2) {
    font-size: 14px;
    margin-top: 11px;
    line-height: normal;
    color: #666666;
}