/* come_title */
.come_title {
    position: relative;
}
.come_title_wrap {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.come_title_wrap > span {
    font-size: 15px;
    font-weight: 400;
    color: #ffffff;
    opacity: 0.42;
}
.come_title_wrap > h2 {
    font-size: 40px;
    font-weight: 300;
    color: #ffffff;
    margin-top: 7px;
    margin-bottom: 45px;
}
.come_title_wrap > h2 > span {
    font-weight: 700;
    color: #a5c3ff;
}
.come_title_wrap > p {
    font-size: 22px;
    font-weight: 300;
    color: #ffffff;
}

/* main_come */
.main_come {
    background-color: rgba(243, 243, 243, 0.39);
    padding-top: 136px;
    padding-bottom: 133px;
}
.main_come > div > h2 {
    text-align: center;
    font-size: 45px;
    font-weight: 300;
    color: #202020;
    margin-bottom: 15px;
}
.main_come > div > h2 > span {
    font-weight: 700;
    color: #3c63b2;
}
.main_come > div > p {
    text-align: center;
    font-size: 25px;
    font-weight: 300;
    color: #202020;
    margin-bottom: 48px;
}
.main_come_wrap {
    display: flex;
    justify-content: space-between;
}
.main_come_wrap > div {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.main_come_right > p {
    margin-top: 66px;
    font-size: 25px;
    font-weight: 300;
    color: #202020;
}
.main_come_right > p > span {
    font-size: 25px;
    font-weight: 600;
    color: #ecd610;
    border-radius: 18px;
    border: 2px solid #ecd610;
    line-height: 35px;
    width: 110px;
    margin-right: 7px;
    display: inline-block;
    text-align: center;
}
#map {
    box-shadow: 5px 5px 6px rgba(0, 0, 0, 0.16);
}
.main_come_left > a {
    display: inline-block;
    width: 378px;
    text-align: center;
    line-height: 68px;
    color: #fff;
    background-color: #3c63b2;
    font-size: 30px;
    font-weight: 500;
    margin-top: 48px;
}
.main_come_bot {
    margin-top: 120px;
    display: flex;
    justify-content: space-between;
}
.main_come > div > h3 {
    text-align: center;
    font-size: 30px;
    font-weight: 500;
    width: 470px;
    line-height: 68px;
    color: #202020;
    margin: 48px auto 0px;
    border: 2px solid #202020;
}
