/* subtop */
#subtop {
    position: relative;
    overflow: hidden;
}
#subtop > .brWrp {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    /* border-radius: 0 0 0 100px; */
    z-index: -1;
}
#subtop > .brWrp > .bg {
    position: absolute;
    top: -15%;
    left: 0;
    width: 100%;
    height: 130%;
    background-size: cover !important;
}
#subtop .fbox {
    height: 500px;
}
#subtop .fbox h1 {
    font-size: 60px;
    line-height: 1em;
    letter-spacing: -0.03em;
    color: rgba(255,255,255,1);
}
#subtop .fbox h1 strong {
    color: #fff;
}
@media (max-width:992px) {
    #subtop > .brWrp {
        border-radius: 0;
    }
    #subtop .fbox {
        height: 350px;
    }
    #subtop .fbox h1 {
        font-size: 40px;
    }
}
@media (max-width:768px) {
    #subtop {
        background-size: cover !important;
    }
    #subtop .fbox {
        height: 300px;
    }
    #subtop .fbox h1 {
        font-size: 30px;
    }
}

/* sitecon */
.sitecon {
    display: inline-block;
    padding: 10px 50px;
    background-color: rgba(255, 255, 255, 0.2);
    border-radius: 100px;
}
.sitecon .dashed {
    height: 13px;
    width: 2px;
    background-color: rgba(255,255,255,.5);
    transform: skew(15deg);
    margin: 0 10px;
    display: inline-block;
}


/* subTabs */
#subTabs .con {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f2f3f3;
    padding: 10px;
    border-radius: 100px;
    text-align: center;
}
#subTabs .con > a {
    display: block;
    flex-grow: 1;
    flex-basis: 33.3333%;
    color: #666;
    font-size: 18px;
    padding: 12px 10px;
    font-weight: 600;
    text-decoration: none;
    position: relative;
}
#subTabs .con > a.act {
    color: rgba(255,255,255,1);
    background: #14aeed;
    border-radius: 100px;
}
@media (max-width:992px){
    #subTabs .con {
        flex-wrap: wrap;
        background-color: transparent;
        padding: 0;
        gap: 4px;
    }
    #subTabs .con > a {
        font-size: 18px;
        padding: 15px 10px;
        border-radius: 20px;
        width: auto;
        flex-basis: unset;
        flex-grow: unset;
        background-color: #e7e4dc;
    }
}
@media (max-width:500px){
    #subTabs .con > a {
        font-size: calc(100vw * (16 / 500));
        padding: 8px 15px;
    }
}

/* company1 */
#company1 .sec2 {
    position: relative;
}
#company1 .infiLogo,
#company1 .infiLogo2 {
    mix-blend-mode: darken;
}


/* circleWrp */
.circleWrp {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 5;
}
.circleWrp .circleItem {
    width: 100%; 
}
.circleWrp .circleItem > li {
    width: 30%; 
    padding-top: calc(30% + 1px);
    position: relative;
}
.circleItem {
    position: relative;
    margin:0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    top: 0;
}
.circleItem > li + li {
    margin-left: -20px;
}
.circleItem > li .txt {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    z-index: 12;
    height: 100%;
    width: 100%;
    justify-content: center;
    align-items: center;
}
.circleItem > li .txt:after {
    content: "";
    position: absolute;
    width: 90%;
    height: 90%;
    left: 5%;
    top: 5%;
    background-color: rgba(31, 158, 255, 0.9);
    border-radius: 50%;
    backdrop-filter: blur(10px); 
    -webkit-backdrop-filter: blur(10px);
    z-index: 3;
}
.circleItem > li .txt > div {
    position: relative;
    z-index: 9;
}
.circleItem > li .txt h4 {
    position: relative;
    z-index: 2;
    line-height: 1.2em;
}
.circleItem .box {
    width:100%;
    height:100%;
    top: 0;
    left: 0;
    margin: auto;
    z-index:10;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items:center;
    border-radius: 50%; 
    flex-direction: column;
    z-index: 11;
}
.circleItem .circleWrapper {
    width: 50%;
    height: 100%;
    position: absolute;
    top: 0;
    overflow: hidden;
    display:block;
}
.circleItem .circleWrapper-right {
    right: 0px;
}
.circleItem .circleWrapper-left {
    left: 0px;
}
.circleItem .reverse .box {
    transform: scale(-1, -1);
}
.circleItem .circle {    
    width: 200%;
    height: 100%;
    border: 2px solid transparent;
    border-radius: 50%;
    position: absolute;
    top: 0;
    transform: rotate(-135deg);
    display: block;
}
@media (min-width:768px){
    .circleItem .circle-right {
        border-top: 2px solid rgba(31, 158, 255, 0.3);
        border-right: 2px solid rgba(31, 158, 255, 0.3);
        right: 1px;
        visibility: hidden; 
    }
    .circleItem .circle-left {
        border-bottom: 2px solid rgba(31, 158, 255, 0.3);
        border-left: 2px solid rgba(31, 158, 255, 0.3);
        left: 1px;
        visibility: hidden; 
    }
    .circleItem .aos-animate .circle-right {
        visibility: visible; 
        animation: circleRight 1.5s linear forwards;
        animation-delay: .2s;
    }
    .circleItem .aos-animate .circle-left {
        visibility: visible; 
        animation: circleLeft 1.5s linear forwards;
        animation-delay: .2s;
    }
    .circleItem .aos-animate:nth-child(1) .circle-right,
    .circleItem .aos-animate:nth-child(1) .circle-left {
        animation-delay: .4s;
    }
    .circleItem .aos-animate:nth-child(2) .circle-right,
    .circleItem .aos-animate:nth-child(2) .circle-left {
        animation-delay: .8s;
    }

    @keyframes circleRight {
        0% {
            transform: rotate(-135deg);
        }
        50%, 100% {
            transform: rotate(45deg);
        }
    }

    @keyframes circleLeft {
        0%, 50% {
            transform: rotate(-135deg);
        }
        100% {
            transform: rotate(45deg);
        }
    }
}
@media (max-width:768px){
    .circleWrp .circleItem > li {
        padding-top: 0;
        width: 40vw;
        height: 40vw;
    }
    .circleItem > li + li {
        margin-left: -10px;
    }
    .circleItem > li .txt h4 {
        font-size: 4vw;
    }
    .circleItem > li .txt > div img {
        width: 60px;
    }
}
@media (max-width:500px){
    .circleItem > li .txt:after {
        border-radius: 20px;
    }
    .circleItem > li .txt > div img {
        width: 40px;
    }
}


/* prBox */
.prBox {
    display: flex;
    align-items: center;
    border-radius: 20px;
    padding: 40px;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
    border-top: 2px solid #1f9dff;
}
.prBox .img {
    width: 200px;
}
.prBox .img img {
    border-radius: 10px;
}
.prBox .txt {
    width: calc(100% - 200px);
    padding-left: 30px;
}
@media (max-width:768px) {
    .prBox {
        border-radius: 10px;
        padding: 30px 20px;
    }
    .prBox .img {
        width: 120px;
    }
    .prBox .txt {
        width: calc(100% - 120px);
        padding-left: 20px;
    }
}

/* prfItem */
.prfItem .prfTit {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 1px solid #aaa;
    border-top: 3px solid #1f9dff;
    padding: 10px 15px;
    border-radius: 10px;
}
.prfItem .prfTit .sch {
    width: 50px;
}
.prfItem .prfItemCon {
    padding-top: 15px;
    position: relative;
}
.prfItem .prfItemCon:after {
    content: "";
    position: absolute;
    left: calc(50% - 1px);
    top: 0;
    height: 15px;
    background-color: #aaa;
    width: 2px;
}
.prfItem .prfItemCon .prfDept,
.prfItem .prfItemCon .prfPer {
    border-radius: 10px;
    padding: 15px;
    text-align: center;
    position: relative;
}
.prfItem .prfItemCon .prfPer {
    margin-top: 10px;
}
.prfItem .prfItemCon .prfPer:after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 100%;
    height: 10px;
    border-left: 1px dashed #ddd;
    width: 0px;
}
.prfItem .prfItemCon .prfDept {
    background-color: #1f9dff;
    color: #fff;
}
.prfItem .prfItemCon .prfPer {
    background-color:  #f8fcfd;
    border: 1px solid #e0e6e7;
    color: #333;
}

/* ptnList */
.ptnList .ptnListItem {
    border: 1px solid #ddd;
}
/* prfsBox */
.prfsBox {
    display: block;
    border: 2px solid #ddd;
    border-radius: 20px;
    padding: 25px;
}
.prfsBox .top {
    display: flex;
}
.prfsBox .top .prf {
    width: 160px;
    border: 1px solid #eee;
    border-radius: 10px;
    overflow: hidden;;
}
.prfsBox .top .sch {
    width: calc(100% - 160px);
    padding-left: 10px;
}
.prfsBox .bt {
    padding: 15px 0;
}
.prfsBox .bt .fbox {
    gap: 10px;
}
.deptTit {
    padding-left: 15px;
    position: relative;
}
.deptTit:after {
    content: "";
    position: absolute;
    left: 0;
    top: 10%;
    height: 80%;
    width: 3px;
    background-color: #14aeed;
}
@media (max-width:768px) {
    .prfsBox {
        border-radius: 5px;
        padding: 15px 10px;
    }
    .prfsBox .top .prf {
        width: 80px;
        border-radius: 5px;
    }
    .prfsBox .top .sch {
        width: calc(100% - 80px);
        padding-left: 5px;
    }
}