/* --- services --- */
.services {
    padding-top: 110px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}
.services_tit{
    position: absolute;
    top: 120px;
    left: 70px;
    z-index: 2;
    width: 360px;
    border: 4px solid #0c3b2c;
    background: #fff;
    line-height: 76px;
    box-sizing: border-box;
    font-size: 24px;
    color: #0c3b2c;
    font-weight: 500;
    border-radius: 45px;
    text-align: center;
}
.services_tit:before{
    background: #0c3b2c;
    width: 30px;
    height: 30px;
    left: -15px;
    top: 26px;
    content: '';
    z-index: 0;
    border-radius: 50%;
    position: absolute;
}
.services:before{
    background: url("../images/services/bg_round.png") 0 0 no-repeat;
    width: 1153px;
    height: 1187px;
    left: 0;
    top: 0;
    content: '';
    z-index: 0;
    position: absolute;
}
.services > * {
    flex-grow: 1;
}
.circle--rotate {
    width: 95%;
    height: 1000px !important;
    max-width: 1200px;
    margin: 0 auto 0;
    position: relative;
    transform: rotate(0deg);
    z-index: 0;
    padding: 0;
}
.circle--rotate > li {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: block;
    border-radius: 50%;
    z-index: 10;
    visibility: hidden;
}
@keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translate3d(0, 20px, 0) scale3d(1,1,1);
    }
    100% {
        opacity: 1;
        transform: translate3d(0, 0, 0) scale3d(1.05,1.05,1.05);
    }
}
@keyframes pulse {
    0% {
        -webkit-transform: scale3d(1,1,1);
        -ms-transform: scale3d(1,1,1);
        transform: scale3d(1,1,1)
    }

    50% {
        -webkit-transform: scale3d(1.05,1.05,1.05);
        -ms-transform: scale3d(1.05,1.05,1.05);
        transform: scale3d(1.05,1.05,1.05)
    }

    100% {
        -webkit-transform: scale3d(1,1,1);
        -ms-transform: scale3d(1,1,1);
        transform: scale3d(1,1,1)
    }
}

.circle--rotate > li.active .icon {
    animation:
        fadeInUp 0.6s ease-out 0s 1,
        pulse 1s ease-in-out 0.6s 1;
    animation-fill-mode: both;
}
.circle--rotate > li .icon {
    visibility: visible;
    cursor: pointer;
    text-align: center;
    overflow: hidden;
    color: #ffffff;
    width: 356px;
    height: 280px;
    margin: -5% auto;
    transition: all 500ms ease;
}
.circle--rotate > li img {
    width: 100%;
    margin: auto;
}

.circle--slider {
    position: relative;
}
.circle--slider .rotate--circle {
    margin: 0 auto;
}
.circle--slider .circle--rotate > li img {
    width: auto;
    max-width: none;
    max-height: 100%;
}
.circle--slider .circle--rotate > li div {
    position: relative;
    overflow: visible;
    opacity: 1;
}
.circle--slider .circle--rotate > li div span {
    transform: rotate(0deg);
    transition: all 2s;
    opacity: 0;
}
.circle--slider .circle--rotate > li.active div {
    width: 270px;
    height: 270px;
    opacity: 1;
    transition: all 1s;
}
.circle--slider .circle--rotate > li.active div span {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    transform: rotate(-45deg);
    z-index: -1;
    opacity: 1;
}
.circle--slider .count2 li:nth-child(2) {
    transform: rotate(180deg);
}
.circle--slider .count3 li:nth-child(2) {
    transform: rotate(120deg);
}
.circle--slider .count3 li:nth-child(3) {
    transform: rotate(240deg);
}
.circle--slider .count4 li:nth-child(2) {
    transform: rotate(90deg);
}
.circle--slider .count4 li:nth-child(3) {
    transform: rotate(180deg);
}
.circle--slider .count4 li:nth-child(4) {
    transform: rotate(270deg);
}
.circle--slider .count5 li:nth-child(2) {
    transform: rotate(72deg);
}
.circle--slider .count5 li:nth-child(3) {
    transform: rotate(144deg);
}
.circle--slider .count5 li:nth-child(4) {
    transform: rotate(216deg);
}
.circle--slider .count5 li:nth-child(5) {
    transform: rotate(-72deg);
}
.circle--slider .count6 li:nth-child(2) {
    transform: rotate(60deg);
}
.circle--slider .count6 li:nth-child(3) {
    transform: rotate(120deg);
}
.circle--slider .count6 li:nth-child(4) {
    transform: rotate(180deg);
}
.circle--slider .count6 li:nth-child(5) {
    transform: rotate(240deg);
}
.circle--slider .count6 li:nth-child(6) {
    transform: rotate(-60deg);
}
.circle--slider .count7 li:nth-child(2) {
    transform: rotate(51.5deg);
}
.circle--slider .count7 li:nth-child(3) {
    transform: rotate(103deg);
}
.circle--slider .count7 li:nth-child(4) {
    transform: rotate(154.5deg);
}
.circle--slider .count7 li:nth-child(5) {
    transform: rotate(206deg);
}
.circle--slider .count7 li:nth-child(6) {
    transform: rotate(-103deg);
}
.circle--slider .count7 li:nth-child(7) {
    transform: rotate(-51.5deg);
}
.circle--slider .count8 li:nth-child(2) {
    transform: rotate(45deg);
}
.circle--slider .count8 li:nth-child(3) {
    transform: rotate(90deg);
}
.circle--slider .count8 li:nth-child(4) {
    transform: rotate(135deg);
}
.circle--slider .count8 li:nth-child(5) {
    transform: rotate(180deg);
}
.circle--slider .count8 li:nth-child(6) {
    transform: rotate(-135deg);
}
.circle--slider .count8 li:nth-child(7) {
    transform: rotate(-90deg);
}
.circle--slider .count8 li:nth-child(8) {
    transform: rotate(-45deg);
}
.circle--slider .count9 li:nth-child(2) {
    transform: rotate(40deg);
}
.circle--slider .count9 li:nth-child(3) {
    transform: rotate(80deg);
}
.circle--slider .count9 li:nth-child(4) {
    transform: rotate(120deg);
}
.circle--slider .count9 li:nth-child(5) {
    transform: rotate(160deg);
}
.circle--slider .count9 li:nth-child(6) {
    transform: rotate(-160deg);
}
.circle--slider .count9 li:nth-child(7) {
    transform: rotate(-120deg);
}
.circle--slider .count9 li:nth-child(8) {
    transform: rotate(-80deg);
}
.circle--slider .count9 li:nth-child(9) {
    transform: rotate(-40deg);
}
.circle--slider .count10 li:nth-child(2) {
    transform: rotate(36deg);
}
.circle--slider .count10 li:nth-child(3) {
    transform: rotate(72deg);
}
.circle--slider .count10 li:nth-child(4) {
    transform: rotate(108deg);
}
.circle--slider .count10 li:nth-child(5) {
    transform: rotate(144deg);
}
.circle--slider .count10 li:nth-child(6) {
    transform: rotate(-180deg);
}
.circle--slider .count10 li:nth-child(7) {
    transform: rotate(-144deg);
}
.circle--slider .count10 li:nth-child(8) {
    transform: rotate(-108deg);
}
.circle--slider .count10 li:nth-child(9) {
    transform: rotate(-72deg);
}
.circle--slider .count10 li:nth-child(10) {
    transform: rotate(-36deg);
}
.circle--slider .animate-wrapper {
    width: 490px;
    height: 490px !important;
    position: absolute;
    background: rgba(255,255,255,0.5);
    border-radius: 50%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}
.circle--slider .animate-more {
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s 0.4s;
    overflow: hidden;
    text-align: center;
    z-index: 30;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    transform: scale(0.8);
}
.circle--slider .animate-more .num {
    margin-top: 36px;
    font-size: 55px; /* 18px */
    line-height: 1;
    color: #000;
    font-weight: 500;
}
.circle--slider .animate-more .ttl {
    margin-top: 10px;
    font-size: 28px;
    font-weight: 700;
    color: #0c3b2c;
}
.circle--slider .animate-more .des {
    margin: 15px auto 0;
    max-width: 345px;
    text-align: left;
}
.circle--slider .animate-more .des_tit {
    font-size: 21px;
    font-weight: 700;
    color: #0c3b2c;
}
.circle--slider .animate-more .des_txt {
    font-size: 17px;
    color: #222;
    line-height: 1.7;
}
.circle--slider .animate-more .animate-more-btn {
    margin-top: 20px;
    text-align: center;
}
.circle--slider .animate-more .animate-more-btn a{
    display: inline-block;
    width: 180px;
    line-height: 40px;
    font-size: 16px;
    color: #fff;
    text-align: center;
    background: url("../images/icon/arrow_rd_r.svg") no-repeat right 10px center #0c3b2c;
    border-radius: 20px;
    -webkit-background-size: 20px;
    background-size: 20px;
}

.circle--slider .animate.active .animate-more {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
}
.circle--slider .animate.active .animate-img .animate-img__in {
    opacity: 1;
    transform: scale(1);
}
.circle--slider .prev,
.circle--slider .next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 100;
}
.circle--slider .prev {
    right: calc(50% + 222px);
    width: 58px;
    height: 58px;
    cursor: pointer;
    background: url("../images/common/arrow_rd_l.png") no-repeat;
}
.circle--slider .next {
    left: calc(50% + 222px);
    width: 58px;
    height: 58px;
    cursor: pointer;
    background: url("../images/common/arrow_rd_r.png") no-repeat;
}
.circle--rotate > li.active img{
    border: 4px solid #0b392a;
    border-radius: 50%;
}
@media screen and (max-width: 767px) {
    .reason .inner{
        padding: 0;
    }
    .services {
        padding-top: 100px;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
        position: relative;
    }
    .services_tit{
        position: absolute;
        top: 20px;
        left: 30px;
        z-index: 2;
        width: 240px;
        border: 2px solid #0c3b2c;
        background: #fff;
        line-height: 50px;
        box-sizing: border-box;
        font-size: 16px;
        color: #0c3b2c;
        font-weight: 500;
        border-radius: 45px;
        text-align: center;
    }
    .services_tit:before{
        background: #0c3b2c;
        width: 20px;
        height: 20px;
        left: -10px;
        top: 13px;
        content: '';
        z-index: 0;
        border-radius: 50%;
        position: absolute;
    }
    .services:before{
        background: url("../images/services/sp_bg_round.png") 0 0 no-repeat;
        -webkit-background-size: cover;
        background-size: cover;
        width: 100%;
        height: 830px;
        left: 50%;
        top: 55%;
        transform: translate(-50%, -50%);
        content: '';
        z-index: 0;
        position: absolute;
    }
    .circle--rotate {
        width: 95%;
        height: 860px !important;
        max-width: 100%;
        margin: 0 auto 0;
        position: relative;
        transform: rotate(0deg);
        z-index: 0;
        padding: 0;
    }
    .circle--slider .circle--rotate > li.active div {
        width: 250px;
        height: 250px;
        opacity: 1;
        transition: all 1s;
    }
    .circle--slider .animate-wrapper {
        width: 340px;
        height: 340px !important;
        position: absolute;
        background: rgba(255,255,255,0.5);
        border-radius: 50%;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
    }
    .circle--rotate > li.active img{
        border: 2px solid #0b392a;
        border-radius: 50%;
        box-sizing: border-box;
    }
    .circle--slider .animate-more .num {
        margin-top: 20px;
        font-size: 40px; /* 18px */
        line-height: 1;
        color: #000;
        font-weight: 500;
    }
    .circle--slider .animate-more .ttl {
        margin-top: 6px;
        font-size: 20px;
        font-weight: 700;
        color: #0c3b2c;
    }
    .circle--slider .animate-more .des {
        margin: 12px auto 0;
        max-width: 275px;
        text-align: left;
    }
    .circle--slider .animate-more .des_tit {
        font-size: 15px;
        font-weight: 700;
        color: #0c3b2c;
    }
    .circle--slider .animate-more .des_txt {
        font-size: 13px;
        color: #222;
        line-height: 1.5;
    }
    .circle--slider .animate-more .animate-more-btn {
        margin-top: 16px;
        text-align: center;
    }
    .circle--slider .animate-more .animate-more-btn a{
        display: inline-block;
        width: 180px;
        line-height: 40px;
        font-size: 16px;
        color: #fff;
        text-align: center;
        background: url("../images/icon/arrow_rd_r.svg") no-repeat right 10px center #0c3b2c;
        border-radius: 20px;
        -webkit-background-size: 20px;
        background-size: 20px;
    }
    .circle--slider .animate.active .animate-more {
        opacity: 1;
        visibility: visible;
        transform: scale(1);
    }
    .circle--slider .animate.active .animate-img .animate-img__in {
        opacity: 1;
        transform: scale(1);
    }
    .circle--slider .prev,
    .circle--slider .next {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        z-index: 100;
    }
    .circle--slider .prev {
        right: auto;
        left: 13px;
        width: 40px;
        height: 40px;
        cursor: pointer;
        background: url("../images/common/arrow_rd_l.png") no-repeat;
        -webkit-background-size: contain;
        background-size: contain;
    }
    .circle--slider .next {
        left: auto;
        right: 13px;
        width: 40px;
        height: 40px;
        cursor: pointer;
        background: url("../images/common/arrow_rd_r.png") no-repeat;
        -webkit-background-size: contain;
        background-size: contain;
    }
    .circle--rotate > li .icon {
        visibility: visible;
        cursor: pointer;
        text-align: center;
        overflow: hidden;
        color: #ffffff;
        width: 100px;
        height: 60px;
        margin: -2% auto;
        transition: all 500ms ease;
    }
}
