/* intro01_con01 */
.intro01_con01 {
    position: relative;
}
.intro01_con01_wrap {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    text-align: center;
    width: 100%;
}
.intro01_con01_wrap h3 {
    font-size: 24px;
    font-weight: 400;
    letter-spacing: 2px;
    color: rgba(255, 255, 255, 0.4);
    margin-bottom: 50px;
}
.intro01_con01_wrap h2 {
    font-size: 40px;
    font-weight: 400;
    color: #fff;
    margin-bottom: 5px;
}
.intro01_con01_wrap h2 > span {
    font-weight: 600;
}
.intro01_con01_wrap h4 {
    font-size: 20px;
    font-weight: 400;
    color: #7294c1;
    margin-bottom: 78px;
    letter-spacing: 2px;
}
.intro01_con01_wrap p {
    font-size: 22px;
    font-weight: 500;
    color: #fff;
    line-height: 40px;
}

/* intro01_con02 */
.intro01_con02 {
    padding-bottom: 200px;
    padding-top: 184px;
    text-align: center;
}
.intro01_con02 h2 {
    font-size: 40px;
    font-weight: 200;
    letter-spacing: 2px;
    color: #1d1919;
}
.intro01_con02_wrap {
    transform: translateY(-35px);
}
.intro01_con02_wrap > span {
    font-size: 24px;
    font-weight: 400;
    color: #fff;
    background-color: #7294c1;
    line-height: 67px;
    padding: 0px 50px;
    display: inline-block;
    margin: 38px auto 50px;
}
.intro01_con02_wrap > span > span {
    font-weight: 600;
}
.intro01_con02 p {
    font-size: 22px;
    font-weight: 500;
    color: #1d1919;
    line-height: 40px;
}

/* intro01_con03 */
.intro01_con03 {
    padding-bottom: 226px;
}
.intro01_con03_title {
    position: relative;
}
.intro01_con03_title > div {
    position: absolute;
    top: 130px;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    width: 100%;
}
.intro01_con03_title span {
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 3px;
    color: rgba(255, 255, 255, 0.67);
}
.intro01_con03_title h2 {
    font-size: 48px;
    font-weight: 400;
    color: #fff;
    margin-top: 17px;
    margin-bottom: 67px;
}
.intro01_con03_title p {
    font-size: 21px;
    font-weight: 300;
    color: #fff;
    line-height: 34px;
}
.intro01_con03_btn {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    transform: translateY(-50%);
}
.intro01_con03_btn > a {
    text-align: center;
    font-size: 26px;
    font-weight: 500;
    display: inline-block;
    background-color: #d9d9d9;
    color: #6b6b6b;
    line-height: 54px;
    width: 215px;
    transition: all 0.2s;
}
.intro01_con03_btn > a:hover {
    color: #fff;
    background-color: #263f93;
}
.intro01_con03_btn > a.active {
    color: #fff;
    background-color: #263f93;
}
.intro01_con03_btn02 {
    margin: 0px 34px;
}
.intro01_con03_con > div {
    display: none;
}
.intro01_con03_con > div.active {
    display: flex;
    align-items: flex-end;
}
.intro01_con03_con > .intro01_con03_con01.active {
    display: block;
}
.intro01_con03_con01 {
}
.intro01_con03_con01_wrap {
    display: flex;
    justify-content: center;
    position: relative;
    padding-top: 187px;
    margin: 0 auto;
    align-items: flex-start;
}
.intro01_con03_con01_right {
    padding-left: 105px;
}
.intro01_con03_con01_right h3 {
    font-size: 40px;
    font-weight: 400;
    color: #333;
    margin-bottom: 45px;
}
.intro01_con03_con01_right h3 > span {
    font-weight: 700;
}

.intro01_con03_con01_right > p {
    font-size: 22px;
    font-weight: 400;
    color: #272727;
    line-height: 38px;
}
.intro01_con03_con01_01,
.intro01_con03_con01_02,
.intro01_con03_con02_01,
.intro01_con03_con02_02,
.intro01_con03_con02_03,
.intro01_con03_con02_04,
.intro01_con03_con02_05,
.intro01_con03_con02_06 {
    margin-bottom: 143px;
}

.intro01_con03_profile {
    padding-top: 139px;
    display: flex;
    flex-wrap: wrap;
    max-width: 1361px;
    width: 100%;
    margin: 0 auto;
    justify-content: space-between;
    text-align: center;
}
.intro01_con03_profile > div {
    cursor: pointer;
    position: relative;
}
.intro01_con03_con01_img {
    position: relative;
}
.intro01_con03_con01_img::after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    background-color: transparent;
}
.intro01_con03_profile > div:hover > .intro01_con03_con01_img::after {
    border: 10px solid #273f93;
}
.intro01_con03_profile > div > h3 {
    font-size: 40px;
    font-weight: 400;
    color: #333333;
    margin-top: 28px;
    margin-bottom: 23px;
}
.intro01_con03_profile > div > h3 span {
    font-weight: 700;
}
.intro01_con03_profile > div > p {
    font-size: 22px;
    font-weight: 400;
    color: #333333;
}
.intro01_con03_con02 {
    padding-top: 139px;
    display: flex;
    flex-wrap: wrap;
    max-width: 1361px;
    width: 100%;
    margin: 0 auto;
    justify-content: space-between;
    text-align: center;
}
.intro01_con03_con02 > div {
    position: relative;
}
.intro01_con03_con02_img {
    position: relative;
    cursor: pointer;
}
.intro01_con03_con02_img::after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    background-color: transparent;
}
.intro01_con03_con02 > div:hover > .intro01_con03_con02_img::after {
    border: 10px solid #273f93;
}
.intro01_con03_con02 > div > h3 {
    font-size: 40px;
    font-weight: 400;
    color: #333333;
    margin-top: 28px;
    margin-bottom: 23px;
}
.intro01_con03_con02 > div > h3 span {
    font-weight: 700;
}
.intro01_con03_con02 > div > p {
    font-size: 22px;
    font-weight: 400;
    color: #333333;
}
.intro01_con03_pop {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-color: #fff;
    border: 1px solid #707070;
    padding-top: 76px;
    padding-left: 92px;
    display: none;
    text-align: justify;
}
.intro01_con03_pop.active {
    display: block;
}
.intro_close {
    position: absolute;
    top: 77px;
    right: 32px;
    cursor: pointer;
}
.intro01_con03_pop h6 {
    font-size: 26px;
    font-weight: 300;
    color: #6b6b6b;
}
.intro01_con03 .intro01_con03_pop h4 {
    font-size: 40px;
    font-weight: 400;
    color: #1d1919;
    margin-top: 14px;
    margin-bottom: 52px;
}
.intro01_con03_pop h4 span {
    font-weight: 700;
}
.intro01_con03_pop p {
    font-size: 22px;
    font-weight: 400;
    color: #6b6b6b;
    line-height: 38px;
}

/* intro01_con04 */

.intro01_con04 {
    padding-bottom: 195px;
}
.intro01_con04 > div > p {
    font-size: 21px;
    font-weight: 300;
    color: #6b6b6b;
    line-height: 34px;
    margin-bottom: 63px;
    text-align: center;
}
.intro01_con04_page {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    max-width: 1126px;
    margin: 0 auto;
}
.intro01_con04 .intro01_con04_page > span {
    width: 215px;
    text-align: center;
    line-height: 54px;
    margin: 5px !important;
    font-size: 26px;
    font-weight: 500;
    color: #6b6b6b;
    background-color: #d9d9d9;
    opacity: 1;
    border-radius: 0px;
    height: auto;
}
.intro01_con04 .intro01_con04_page > span:nth-child(4) {
    margin-right: 7px !important;
}
.intro01_con04 .intro01_con04_page > span.swiper-pagination-bullet-active {
    color: #fff;
    background-color: #263f93;
}
.intro01_con04_swiper {
    width: 100%;
    margin-top: 302px;
}
.intro01_con04_swiper .swiper-slide {
    display: flex;
    align-items: flex-start;
}
.intro01_con04_right {
    padding-left: 103px;
}
.intro01_con04_right > span {
    font-size: 26px;
    font-weight: 200;
    color: #6b6b6b;
}
.intro01_con04_right > h2 {
    font-size: 40px;
    font-weight: 400;
    color: #1d1919;
    margin-bottom: 49px;
    margin-top: 14px;
}
.intro01_con04_right > h2 > span {
    font-weight: 700;
}
.intro01_con04_right > p {
    font-size: 22px;
    font-weight: 400;
    color: #6b6b6b;
    line-height: 38px;
}
.intro01_con04_right > p > span {
    font-weight: 700;
}
