/* sub_title */
.sub_title {
    position: relative;
}
.sub_title > div {
    position: absolute;
    left: 50%;
    bottom: 65px;
    transform: translateX(-50%);
    text-align: center;
}
.sub_title h2 {
    font-size: 50px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 2px;
}
.sub_title p {
    font-size: 18px;
    font-weight: 400;
    color: #fff;
    margin-bottom: 125px;
}
.title_menu {
    display: flex;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.85);
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
}
.title_menu a {
    font-size: 24px;
    font-weight: 400;
    color: #fff;
    line-height: 81px;
    display: block;
    text-align: center;
    width: 25%;
}
.title_menu a.active {
    font-weight: 700;
    color: #7294c1;
}

/* category02_con01 */
.category02_con01 {
    padding-top: 145px;
    padding-bottom: 156px;
    text-align: center;
}
.category02_con01 h2 {
    font-size: 50px;
    font-weight: 700;
    color: #272727;
    position: relative;
    margin-bottom: 53px;
}
.category02_con01 h2 > span {
    display: inline-block;
    position: absolute;
    width: 56px;
    height: 56px;
    opacity: 0.3;
    background-color: #7294c1;
    border-radius: 50%;
    left: -50%;
    top: -50%;
}
.category02_con01_text01 {
    margin-bottom: 15px;
}
.category02_con01_text {
    background-color: rgba(114, 148, 193, 0.06);
    padding: 60px 0px;
}
.category02_con01_text p {
    font-size: 22px;
    font-weight: 400;
    color: #272727;
    line-height: 34px;
}

/* category02_con02 */
.category02_con02 {
    position: relative;
}
.category02_con02 > div {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    text-align: center;
    color: #fff;
}
.category02_con02 h2 {
    font-size: 40px;
    font-weight: 200;
    margin-bottom: 86px;
}
.category02_con02_text01 {
    margin-bottom: 88px;
}
.category02_con02_text {
    font-size: 22px;
    font-weight: 400;
    line-height: 34px;
}
.category02_con02_text > span {
    font-size: 24px;
    font-weight: 600;
}

/* category02_con04 */
.category02_con04 {
    padding-bottom: 196px;
}
.category02_con04 p {
    font-size: 22px;
    font-weight: 400;
    color: #1d1919;
    line-height: 40px;
    padding-top: 79px;
}
