.b_cl{color: #2196f3;}
.partner_banner {
    padding-top: 80px;
}
.banner_wrap {
    position: relative;
    width: 100%;
    height: 400px;
    background: #f5f5f5;
}
.banner_wrap .banner {
    position: relative;
    width: 100%;
    max-width: 1920px;
    margin: auto;
    height: 100%;
}
.banner_wrap .bannerBox {
    padding: 115px 0 0 0px;
    max-width: 1200px;
    margin: 0 auto;
    color: #fff;
}
.banner_wrap .bannerBox .bannerTit {
    font-size: 64px;
    font-weight: 600;
}
.banner_wrap .bannerBox .bannerText {
    font-size: 16px;
    margin-top: 20px;
}

/* part_select */
.part_select {
    width: 100%;
    margin-top: 40px;
    text-align: center;
}
.part_select > a {
    display: inline-block;
    background-color: #fff;
    color: #2196f3;
    width: 220px;
    padding: 20px 18px;
    border: 1px solid #2196f3;
    border-radius: 5px;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
}
.part_select > a.act {
    background-color: #2196f3;
    color: #fff;
}
.part_select > a.act .bt_radio{
    background-image: url("../images/common/cst_btn_radio_on.png");
}
.part_select > a.itp_sel {
    margin-right: 20px;
}
.part_select > a.edu_sel {
    font-weight: unset;
}
.part_select a .bt_radio{
    display: inline-block;
    margin: 0 10px -2px 0;
    width: 17px;
    height: 17px;
    background-image: url("../images/common/cst_btn_radio_off.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center;
}
.end_notice{ 
    text-align: center;
    font-size: 38px;
    font-weight: bold;
    line-height: 48px;
    margin: 60px 0 0 0;
    word-break: keep-all;
}

section.active {
    display: block;
}
.section_inner {
    width: 100%;
    max-width: 1230px;
    margin: auto;
}
.section_inner h3 {
    font-size: 36px;
}
.section_inner p {
    color: #000;
    font-size: 16px;
    margin-top: 20px;
    line-height: 1.35;
}
.section_inner .part_agency_btn {
    display: inline-block;
    position: absolute;
    top: 0;
    right: 30px;
    width: 160px;
    padding: 15px 0;
    background-color: #2196f3;
    text-align: center;
    font-size: 15px;
    color: #fff;
    border-radius: 5px;
}

/* itp project */
.itp_project {
    padding-top: 100px;
    display: none;
}
.itp_project .section_inner h3 br {
    display: none;
}
.end_notice .part_btn {
    margin: 40px auto 0;
    display: block;
    width: 184px;
    background-color: #2196f3;
    text-align: center;
    font-size: 15px;
    color: #fff;
    border-radius: 5px;
}
.itp_project .section_inner .project_wrap {
    margin-top: 55px;
    display: flex;
    padding-bottom: 85px;
}
.itp_project .section_inner .project_wrap .project_box {
    max-width: 380px;
    height: 480px;
    flex: 1;
    border: 1px solid #b9b9b9;
    margin: 0 30px 0 0;
    border-radius: 10px;
    overflow: hidden;
}
.itp_project .section_inner .project_wrap .project_box:nth-of-type(3) {
    margin: 0;
}
.itp_project .section_inner .project_wrap .project_box .p_img {
    width: 100%;
    height: 285px;
    background-position: center top;
    font-size: 0;
    text-indent: -1000px;
    overflow: hidden;
    background-position: center center;
    background-repeat: no-repeat;
    transition: all 0.5s ease;
    background-size: cover;
}
.itp_project .section_inner .project_wrap .project_box .text_box {
    padding: 0 30px;
    height: 194px;
    border-radius: 0 0 5px 5px;
}
.itp_project .section_inner .project_wrap .project_box .text_box .p_name {
    padding-top: 28px;
    font-size: 24px;
    font-weight: 600;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.itp_project .section_inner .project_wrap .project_box .text_box .p_product {
    margin-top: 10px;
    font-size: 14px;
    color: #a3a3a3;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.itp_project .section_inner .project_wrap .project_box .text_box .p_product span {
    display: inline-block;
    padding-right: 8px;
    margin-right: 5px;
    background: url("../images/main/bar_h13.png") no-repeat right center;
}
.itp_project .section_inner .project_wrap .project_box .text_box .p_text {
    margin-top: 10px;
    font-size: 14px;
    color: #777777;
    line-height: 20px;
    height: 40px;
}
.itp_project .section_inner .project_wrap .project_box .text_box .p_detail {
    margin-top: 30px;
    font-size: 14px;
    font-weight: 600;
    color: #2196f3;
}
.itp_project .section_inner .project_wrap .project_box:hover .p_img {
    transform: scale(1.07);
}

/* edu project */
.edu_project {
    padding-top: 100px;
    display: none;
}
.edu_project h4 {
    font-size: 24px;
}
.edu_project h5 {
    font-size: 18px;
}
.edu_project .meta {
    margin-top: 87px;
}
.edu_project .meta h4 {
    line-height: 1.5;
}
.edu_project .uaa {
    margin-top: 87px;
}
.edu_project .uaa p {
    margin-top: 10px;
}
.edu_project .uaa ul li {
    margin-top: 30px;
    font-size: 18px;
}
.edu_project .mo_slide {
    display: none;
}
.edu_project .universe_slide {
    margin-top: 50px;
}
.edu_project .universe_slide .slide_wrap {
    width: 100%;
}
.edu_project .universe_slide .slide_wrap [class^="uni_slide_con"] {
    display: inline-block;
}
.edu_project .universe_slide .slide_wrap [class^="uni_slide_con"] ul {
    max-width: 400px;
    margin: auto;
}
.edu_project .universe_slide .slide_wrap [class^="uni_slide_con"] ul:nth-of-type(3) {
    margin-right: 0;
}
.edu_project .universe_slide .slide_wrap [class^="uni_slide_con"] ul li {
    display: inline-block;
    margin-top: 10px;
}
.edu_project .universe_slide .slide_wrap [class^="uni_slide_con"] ul li:nth-child(2n) {
    margin-left: 10px;
}
.edu_project .universe_slide .slide_wrap .slick-dots {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
}
.edu_project .universe_slide .slide_wrap .slick-dots li {
    width: 6px;
    height: 6px;
    background: url(../images/partner/slide_dot.png) no-repeat center;
    background-size: cover;
    margin-right: 3.7%;
}
.edu_project .universe_slide .slide_wrap .slick-dots li:nth-of-type(3) {
    margin-right: 0%;
}
.edu_project .mo_slide .slide_wrap .slick-dots li:nth-of-type(3) {
    margin-right: 3.7%;
}
.edu_project .mo_slide .slide_wrap .slick-dots li:nth-of-type(4) {
    margin-right: 0%;
}
.edu_project .universe_slide .slide_wrap .slick-dots li.slick-active {
    width: 12px;
    height: 12px;
    background: url(../images/partner/slide_dot_on.png) no-repeat center;
    background-size: cover;
}
.edu_project .k12 {
    margin-top: 100px;
}
.edu_project .meta .meta_partner,
.edu_project .k12 .k12_partner {
    display: flex;
    margin-top: 40px;
}
.edu_project .k12 .k12_partner .k12_partner_link:nth-child(1) {
    margin-right: 10px;
}
.edu_project .partner_atp {
    margin-top: 100px;
}
.edu_project .partner_atp p {
    margin-top: 10px;
}
.edu_project .mo_atp_slide {
    display: none;
}
.edu_project .partner_atp ul {
    margin-top: 40px;
}
.edu_project .partner_atp ul li {
    margin-top: 20px;
}
.edu_project .partner_atp ul.atp_partner_link {
    display: flex;
    flex-wrap: wrap;
}
.edu_project .partner_atp ul.atp_partner_link li {
    margin-top: 10px;
    margin-right: 10px;
}

/* partner_academy */
.partner_academy {
    margin-top: 120px;
    width: 100%;
    background-color: #f3f3f3;
    display: none;
}
.partner_academy .section_inner {
    padding: 80px 0 100px 0;
}
.partner_academy .section_inner h4 {
    font-size: 24px;
}
.partner_academy .section_inner p {
    margin-top: 10px;
}
.partner_academy .section_inner .academy_con {
    margin-top: 40px;
}
.partner_academy .section_inner .academy_con .con_image_wrap {
    margin-right: 30px;
}
.partner_academy .section_inner .academy_con .con_image {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 200px;
    border-radius: 5px;
}
.partner_academy .section_inner .academy_con .con_image .img_txt {
    color: #fff;
    font-size: 22px;
    line-height: 2;
}
.partner_academy .section_inner .academy_con .con_image .img_txt_b {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 140px;
    height: 45px;
    color: #fff;
    background-color: #2196f3;
    border-radius: 5px;
    font-size: 16px;
}
@media screen and (max-width: 1230px) {
    .partner_banner {
        padding-top: 50px;
    }
    .section_inner {
        width: 92%;
    }
    .edu_project .universe_slide .slide_wrap [class^="uni_slide_con"] ul {
        max-width: unset;
    }
    .edu_project .universe_slide .slide_wrap [class^="uni_slide_con"] ul li {
        width: 48%;
    }
    .edu_project .universe_slide .slide_wrap [class^="uni_slide_con"] ul li a img {
        width: 100%;
    }

    .partner_academy .section_inner {
        width: 100%;
    }
    .partner_academy .section_inner h4,
    .partner_academy .section_inner p {
        width: 92%;
        margin: 10px auto 0;
    }
    .partner_academy .section_inner .academy_con .con_image_wrap {
        margin: 0 10px;
    }
}
/* unity_sponsor */
.unity_sponsor {
    background-color: #f3f3f3;
}
.unity_sponsor .section_inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 80px 0px 80px 20px;
}
.unity_sponsor .section_inner ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 60px;
}

@media screen and (max-width: 1200px) {
    .banner_wrap .bannerBox {
        padding: 94px 30px 0 30px;
    }
    .partner_banner .section_banner .banner_txt {
        padding: 40px 7.41% 0;
    }
}
@media screen and (max-width: 1000px) {
    .banner {
        background: url(resources/images/partner/partner_banner.jpg) no-repeat left center;
    }
    .banner_wrap .bannerBox {
        padding: 94px 30px 0 30px;
    }

    .part_select {
        display: flex;
        margin-top: 0;
    }
    .part_select > a {
        width: 50%;
        font-size: 14px;
        border-radius: unset;
    }
    .part_select > a.itp_sel {
        margin-right: 0;
    }

    .itp_project {
        padding-top: 60px;
    }
    .itp_project .section_inner h3 br {
        display: inherit;
    }
    .itp_project .section_inner .project_wrap {
        flex-wrap: wrap;
        justify-content: center;
        margin-top: 30px;
    }
    .itp_project .section_inner p br {
        display: none;
    }
    .itp_project .section_inner .project_wrap .project_box {
        flex: unset;
        max-width: unset;
        width: 100%;
        margin: 30px 0 0 0;
    }
    .itp_project .section_inner .project_wrap .project_box:nth-of-type(3) {
        margin: 30px 0 0 0;
    }
    .itp_project .section_inner .project_wrap .project_box .text_box {
        padding: 0 20px;
    }
    .itp_project .section_inner .part_btn {
        position: static;
        margin-top: 20px;
    }

    .edu_project {
        padding-top: 60px;
    }
    .edu_project .section_inner .part_agency_btn {
        position: static;
        margin-top: 20px;
    }
    .edu_project .partner_atp ul.atp_text_list {
        display: none;
    }
}
@media screen and (max-width: 768px) {
    .section_inner h3 {
        font-size: 36px;
    }
    .section_inner p {
        font-size: 14px;
    }
    .banner_wrap .bannerBox .bannerTit {
        font-size: 44px;
    }
    .banner_wrap .bannerBox .bannerText {
        font-size: 14px;
    }
    .edu_project .pc_slide {
        display: none;
    }
    .edu_project .mo_slide {
        display: block;
    }
    .edu_project .uaa ul li {
        margin-top: 20px;
    }
    .edu_project .uaa,
    .edu_project .k12,
    .edu_project .meta .edu_project .partner_atp {
        margin-top: 60px;
    }
    .edu_project .partner_atp ul.atp_partner_link {
        display: none;
    }
    .edu_project .mo_atp_slide {
        display: block;
    }

    .unity_sponsor .section_inner ul {
        gap: 30px;
    }
}
@media screen and (max-width: 425px) {
    .section_inner h3 {
        font-size: 30px;
    }
    .section_inner h5 {
        font-size: 16px;
    }
    .end_notice{
        font-size: 30px;
        line-height: 40px;
    }
    .end_notice br{
        display: none;
    }
    .end_notice .part_btn{
        margin: 30px auto 0;
    }
    .banner_wrap {
        height: 320px;
    }
    .banner_wrap .bannerBox {
        padding: 84px 30px 0 30px;
    }
    .banner_wrap .bannerBox .bannerTit {
        font-size: 40px;
    }

    .part_select > a {
        padding: 10px;
    }

    .itp_project .section_inner .project_wrap .project_box .p_img {
        height: 215px;
    }
    .itp_project .section_inner .project_wrap .project_box {
        height: 390px;
    }

    .edu_project .universe_slide {
        margin-top: 40px;
    }

    .partner_academy {
        margin-top: 50px;
    }
    .partner_academy .section_inner {
        padding: 40px 0 80px 0;
    }
    .partner_academy .section_inner .academy_con .con_image {
        height: 140px;
    }
    .partner_academy .section_inner .academy_con .con_image .img_txt {
        font-size: 18px;
    }
    .unity_sponsor .section_inner ul {
        gap: 20px;
    }
}
@media screen and (max-width: 360px) {
    .edu_project .universe_slide .slide_wrap [class^="uni_slide_con"] ul li {
        width: 47%;
    }
    .unity_sponsor .section_inner ul {
        gap: 10px;
    }
}
