/* overview */
#overview .sec1 {
    max-height: 910px;
    background: url(../img/vision.png) center center no-repeat;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
}
#overview .sec1 .tag span {
    display: inline-block;
    margin-right: 1vw;
}
#overview .sec1 h1 {
    line-height: 1em;
    font-size: 120px;
    text-transform: uppercase;
    color: transparent;
    -webkit-text-stroke: 0.5px rgba(255,255,255,0.6);

    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
#overview .sec1 h1:hover {
    color: #fff;
}
@media (min-width:992px){
    #overview .sec1 {
        height: 100vh;
    }
}
@media (max-width:992px){
    #overview .sec1 {
        padding: 130px 0;
    }
    #overview .sec1 h1 {
        font-size: 20vw;
    }
}
/* bg */
.bgw {
    background-color: #fff;
}
/* overview1 */
#overview .sub1 {
    position: relative;
    overflow: hidden;
}
#overview .sub1 h1 span {
    position: relative;
}

/* careerList */
.careerList {
    border-bottom: 1px solid #333;
}
.careerList > li {
    padding: 100px 0;
    border-top: 1px solid #333;
}
.careerList > li .item {
    display: flex;
}
.careerList > li .img {
    width: 40%;
}
.careerList > li .img h2 {
    -webkit-text-stroke: 2px rgba(50,50,50,1);
    color: transparent;
    margin-top: -10px;
}
.careerList > li .img h1 {
    padding-left: 1vw;
}
.careerList > li .career {
    width: 60%;
    padding-left: 60px;
}
.careerList > li .career ul {
    border-bottom: 1px solid #ddd;
    margin-top: 20px;
}
.careerList > li .career ul li {
    padding: 20px 0;
    border-top: 1px solid #ddd;
}
.careerList > li .career ul li h5 {
    font-weight: 300;
    line-height: 1.3em;
}
@media (max-width:768px){
    .careerList > li .img h2 {
        -webkit-text-stroke: 2px rgba(50,50,50,1);
        color: transparent;
        margin-top: -10px;
    }
    .careerList > li .item {
        flex-wrap: wrap;
    }
    .careerList > li .img,
    .careerList > li .career {
        width: 100%;
        padding-left: 0px;
    }
    .careerList > li .img h2 {
        -webkit-text-stroke: 0.5px rgba(50,50,50,1);
    }
    .careerList > li .career {
        padding-top: 15px;
    }
    .careerList > li .career ul li {
        padding: 15px 0;
    }
}
@media (max-width:500px){
    .careerList > li .career ul li h5 {
        font-size: 14px;
    }
}

/* imgmove */
.imgmove {
    position: relative;
    overflow: hidden;
    display: inline-block;
}
.imgmove img {
    opacity: 0;
}
.imgmove.aos-animate img {
    animation: img_opa both cubic-bezier(0.680, 0, 0.265, 1) 1.2s 0.2s;
}
.imgmove .move_left {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background:#000;
    opacity: 0;
}
.imgmove.aos-animate .move_left {
    opacity: 1;
    animation: move_left both cubic-bezier(0.680, 0, 0.265, 1) 1.2s 0.2s;
}

@keyframes move_left {
    0% {transform:translateX(-101%);}
    50% {transform:translateX(0);}
    100% {transform:translateX(101%);}
}
@keyframes img_opa {
    51% {opacity:0;}
    100% {opacity:1;}
}

/* overview2 */
#overview .sub2 {
    overflow: hidden;
}
/* overview3 */
#overview .sub3 .top {
    background: url(../img/stripe.png);
}
#overview .sub3 .top h1.dft {
    font-size: 10vw;
}

/* ptnList */
.ptnList h1 {
    font-size: 3vw;
}
.ptnList h1 span,
.ptnList h1 i {
    display: inline-block;
    vertical-align: middle;    
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.ptnList a:hover h1 i {
    transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
}
.ptnList a {
    text-decoration: none;
    display: block;
}
.ptnList .logoBox {
    border: 1px solid rgba(255,255,255,0.3);
}
@media (max-width:768px){
    .ptnList h1 {
        font-size: 9vw;
    }
}

/*card_select*/
.card_select .modal-content {
    overflow: hidden;
    border-radius: 10px;
    border: 0px;
}
.card_select .modal-header {
    border: 0px;
    background-color: #fff;
    padding: 30px 15px;
    position: relative;
}
.card_select .modal-header .cls_btn {
    position: absolute;
    right: 20px;
    height: 20px;
    background: url(../img/cls_btn.png) center center no-repeat;
    width: 20px;
    top: 20px;
    cursor: pointer;
    border: 0px;
}
.card_select .modal-header h4 {
    font-weight: 700;  
    line-height: 1.2em; 
}
.card_select .modal-header p {
    color: #999;
    font-weight: 700;
    line-height: 1.2em;
    margin-top: 10px;
}
.card_select .modal-body {
    padding: 0 50px 60px;
}
.card_select .modal-body > p {
    font-weight: 600;
    margin-bottom: 15px;
}
.card_select .modal-body > .bt_cmt {
    color: #999;
    font-weight: 400;
    margin-top: 10px;
    font-size: 14px;
}
.card_select .modal-body .row {
    margin: 0 -5px;
}
.card_select .modal-body .row > li {
    padding: 0 5px;
    margin: 5px 0;
}
.card_select .modal-body ul li a {
    text-decoration: none;
    display: block;
    text-align: center;
    border: 2px solid #ddd;
    padding: 15px;
    border-radius: 10px;
}
.card_select .modal-body ul li a h6 {
    color: #666;
    margin-top: 5px;
}
@media (max-width:768px){
    .card_select .modal-header {
        padding: 15px;
    }
    .card_select .modal-body {
        padding: 20px 10px 40px;
    }
    .card_select .modal-body > p {
        margin-bottom: 5px;
    }
    .card_select .modal-body ul li a h6 {
        font-size: 13px;
    }
    .card_select .modal-body > .bt_cmt {
        font-size: 12px;
    }
}
/*gift_confirm*/
.gift_confirm .table tbody tr th,
.gift_confirm .table tbody tr td {
    border: 1px solid #aaa;
    padding: 15px;
    font-size: 15px;
    color: #444;
    border-right: 0px;
}
.gift_confirm .table tbody tr th {
    width: 25%;
    font-weight: 500;
    background-color: #fcfcfc;
    border-left: 0px;
}
.gift_confirm .bt_ {
    margin-top: 10px;
}
.gift_confirm .bt_ a {
    display: inline-block;
    color: #37018d;
    font-weight: 600;
}
.gift_confirm .infobox {
    margin: 20px 0;
    padding: 20px 15px;
    background-color: #f7f7f7;
    border-radius: 10px;
}
.gift_confirm .infobox ul li {
    color: #333;
    margin: 10px 0;
    padding-left: 20px;
    position: relative;
    line-height: 1.2em;
}
.gift_confirm .infobox ul li span {
    position: absolute;
    left: 0;
}
.gift_confirm .wanningbox {
    margin: 20px 0;
    padding: 20px 15px;
    background-color: #ffe5e5;
    border-radius: 10px;
}
.gift_confirm .wanningbox p {
    color: #d40707;
}
@media (max-width: 768px) {
    .gift_confirm .table tbody tr th,
    .gift_confirm .table tbody tr td {
        padding: 10px;
        font-size: 13px;
    }
    .gift_confirm .table tbody tr th {
        word-break: keep-all;
    }
    .gift_confirm .wanningbox,
    .gift_confirm .infobox {
        margin: 15px 0;
    }
    .gift_confirm .infobox ul li,
    .gift_confirm .wanningbox p {
        font-size: 13px;
    }
}


/* ptnInfo */
.ptnInfo > li {
    margin-top: 40px;
    padding-top: 40px;
    border-top: 1px solid #ddd;
}
.ptnInfo p {
    position: relative;
    font-weight: 300;
}
.ptnInfo p span {
    font-weight: 700;
}
@media (min-width:768px){
    .ptnInfo p {
        padding-left: 140px;
    }
    .ptnInfo p span {
        position: absolute;
        left: 0;
        top: 0;
    }
}
@media (max-width:768px){
    .ptnInfo > li {
        margin-top: 20px;
        padding-top: 20px;
    }
    .ptnInfo p {
        padding: 8px 0;
    }
    .ptnInfo p span {
        display: block;
        margin-bottom: 5px;
    }
}


/* business */
#business .sec1 {
    max-height: 910px;
    background: url(../img/bsn.png) center center no-repeat;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
}
#business .sec1 .tag span {
    display: inline-block;
    margin-right: 1vw;
}
#business .sec1 h1 {
    line-height: 1em;
    font-size: 120px;
    text-transform: uppercase;
    color: transparent;
    -webkit-text-stroke: 0.5px rgba(255,255,255,0.6);

    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
#business .sec1 h1:hover {
    color: #fff;
}
@media (min-width:992px){
    #business .sec1 {
        height: 100vh;
    }
}
@media (min-width:992px) and (max-height:800px){
    #business .sec1 h1 {
        font-size: 80px;
    }
}
@media (max-width:992px){
    #business .sec1 {
        padding: 130px 0;
    }
    #business .sec1 h1 {
        font-size: 10vw;
    }
}

/* business2 */
#business .sub2 .tit {
    line-height: 1em;
    font-size: 120px;
}
/* #business .sub2 .tit span {
    color: transparent;
    -webkit-text-stroke: 0.5px rgba(255,255,255,0.6);

    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
#business .sub2 .tit:hover span {
    color: #fff;
} */
@media (min-width:992px) and (max-height:800px){
    #business .sub2 .tit {
        font-size: 80px;
    }
}
@media (max-width:992px){
    #business .sub2 {
        padding: 130px 0;
    }
    #business .sub2 .tit {
        font-size: 11vw;
    }
}

/* sltSlickWrp */
.sltSlickWrp {
    display: flex;
    align-items: center;
    padding: 70px 0;
    border-top: 1px solid rgba(255,255,255,0.1);
}
.sltSlickWrp > div {
    width: 50%;
}
.sltSlickWrp .sltNav .slick-track {
    width: 100% !important;
    display: flex;
    flex-wrap: wrap;
}
.sltSlickWrp .sltNav .slick-track > li {
    width: 50% !important;
}
.sltSlickWrp .sltNav li {
    cursor: pointer;
    padding: 30px 15px;
}
.sltSlickWrp .sltNav li p {
    opacity: .4;
    margin-top: 15px;
}
.sltSlickWrp .sltNav .is-active p {
    opacity: 1;
}
.sltSlickWrp .sltNav .mn .icon {
    display: inline-block;
    position: relative;;
}
.sltSlickWrp .sltNav .mn .icon .unact {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.sltSlickWrp .sltNav li .act {
    opacity: 0;
}
.sltSlickWrp .sltNav .is-active .act {
    opacity: 1;
}
.sltSlickWrp .sltNav li .unact {
    opacity: 1;
}
.sltSlickWrp .sltNav .is-active .unact {
    opacity: 0;
}
.sltSlickWrp .sltSlick h1,
.sltSlickWrp .sltSlick p {
    color: #fff;
}
.sltSlickWrp .sltSlick p {
    font-weight: 300;
}
@media (min-width:768px){
    .sltSlickWrp {
        border-bottom: 1px solid rgba(255,255,255,0.1);
    }
    .sltSlickWrp .sltSlick .txt {
        padding-left: 40px;
        border-left: 1px solid #333;
    }
}
@media (max-width:768px){
    .sltSlickWrp .sltNav .slick-track > li {
        width: 25% !important;
    }
    .sltSlickWrp .sltNav .slick-track > li p {
        line-height: 1.2em;
        margin-top: 8px;
    }
    .sltSlickWrp {
        padding: 30px 0;
        flex-wrap: wrap;
    }
    .sltSlickWrp > div {
        width: 100%;
    }
    .sltSlickWrp .sltSlick .txt {
        height: 300px;
    }
}

/* sub3 */
#business .sub0,
#business .sub1,
#business .sub2,
#business .sub3,
#business .sub4 {
    overflow: hidden;
}
#business #sub3 h1 {
    font-size: 15vw;
    white-space: nowrap;
    color: #111;
    -webkit-animation-name:marquee;
    -webkit-animation-timing-function:linear;
    -webkit-animation-duration:15s;
    -webkit-animation-iteration-count:infinite;
    -moz-animation-name:marquee;
    -moz-animation-timing-function:linear;
    -moz-animation-duration:15s;
    -moz-animation-iteration-count:infinite;
    -ms-animation-name:marquee;
    -ms-animation-timing-function:linear;
    -ms-animation-duration:15s;
    -ms-animation-iteration-count:infinite;
    -o-animation-name:marquee;
    -o-animation-timing-function:linear;
    -o-animation-duration:15s;
    -o-animation-iteration-count:infinite;
    animation-name:marquee;
    animation-timing-function:linear;
    animation-duration:15s;
    animation-iteration-count:infinite;
}

@-webkit-keyframes marquee {
    from   { -webkit-transform: translate(-50%);}
    99%,to { -webkit-transform: translate(-70%);}
}
@-moz-keyframes marquee {
    from   { -moz-transform: translate(-50%);}
    99%,to { -moz-transform: translate(-70%);}
}
@-ms-keyframes marquee {
    from   { -ms-transform: translate(-50%);}
    99%,to { -ms-transform: translate(-70%);}
}
@-o-keyframes marquee {
    from   { -o-transform: translate(-50%);}
    99%,to { -o-transform: translate(-70%);}
}
@keyframes marquee {
    from   { transform: translate(-50%);}
    99%,to { transform: translate(-70%);}
}
/* business4 */
#business #sub4 .c_wrp {
    background: url(../img/bsn_bg4.jpg) center center no-repeat;
    background-size: cover;
    height: 530px;
    max-width: 1720px;
    margin: 0 auto;
}
@media (max-width:992px){
    #business #sub4 .c_wrp {
        height: auto;
        padding: 10vh 0;
        text-align: center;
    }
}

/* business2 */
#business .sub5 .tit {
    line-height: 1em;
    font-size: 120px;
    position: relative;
    z-index: 3;
}
@media (min-width:992px) and (max-height:800px){
    #business .sub5 .tit {
        font-size: 80px;
    }
}
@media (max-width:992px){
    #business .sub5 .tit {
        font-size: 11vw;
    }
}

/* flotTxt */
.flotTxt {
    position: relative;
    overflow: hidden;
}
.flotTxt:after,
.flotTxt:before {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 150px;
    z-index: 1;
}
.flotTxt:before {
    top: 0;
    background: linear-gradient(to bottom, #090909, transparent);
}
.flotTxt:after {
    bottom: 0;
    background: linear-gradient(to top, #090909, transparent);
}
.flotTxt .flot {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.flotTxt .flot .txtCanWrp {
    display: flex;
    justify-content: center;
    align-items: center;
}
/* argoWrp */
.argoWrp {
    position: relative;
    padding: 100px 0;
    text-align: center;
    margin: 0 auto;
}
.argoWrp .cirbox {
    display: inline-block;
    width: 350px;
    height: 350px;
    border-radius: 50%;
    position: relative;
    background-color: transparent;
}
.argoWrp .cirbox:before {
    content: '';
    z-index: -1;
    position: absolute;
    left: -40px;
    top: -40px;
    right: -40px;
    bottom: -40px;
    border: 2px solid #fff;
    border-radius: 100%;
}
.argoWrp .cirbox:after {
    content: '';
    display: block;
    z-index: -1;
    opacity: 0;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 120%;
    height: 120%;
    border: 2px solid #fff;
    border-radius: 100%;
    -webkit-animation: circlani 3s infinite ease-out;
    animation: circlani 3s infinite ease-out;
}
.argoWrp .cirbox .tx {
    font-size: 45px;
    line-height: 1.1em;
    font-weight: 700;
    color: #111;
}
@-webkit-keyframes circlani {
    0% {
        opacity: 0.3;
    }
    100% { 
        width:150%; 
        height:150%; 
        opacity:0;
    }
}
@keyframes circlani {
    0% {
        opacity: 0.3;
    }
    100% { 
        width:150%; 
        height:150%; 
        opacity:0;
    }
}
@media (max-width:768px){
    .argoWrp ul li {
        margin: 30px 0;
    }
    .argoWrp .cirbox:before {
        left: -20px;
        top: -20px;
        right: -20px;
        bottom: -20px;
    }
    .argoWrp .cirbox {
        width: 130px;
        height: 130px;
    }
}
@media (max-width:1200px) and (min-width:992px) {
    .argoWrp {
        max-width: 990px;
    }
    .argoWrp .cirbox {
        width: 300px;
        height: 300px;
    }
    .argoWrp .cirbox .tx {
        font-size: 50px !important;
        line-height: 1em;
    }
}
@media (max-width:992px) and (min-width:769px) {
    .argoWrp {
        max-width: 770px;
        padding: 80px 0;
    }
    .argoWrp .cirbox {
        width: 300px;
        height: 300px;
    }
    .argoWrp .cirbox .tx {
        font-size: 40px !important;
        line-height: 1em;
    }
}
@media (max-width:768px) and (min-width:400px) {
    .argoWrp {
        max-width: 400px;
        padding: 50px 0;
    }
    .argoWrp .cirbox {
        width: 200px;
        height: 200px;
    }
    .argoWrp .cirbox .tx {
        font-size: 28px !important;
    }
}
@media (max-width:400px) {
    .argoWrp {
        max-width: 350px;
        padding: 50px 0;
    }
    .argoWrp .cirbox {
        width: 200px;
        height: 200px;
    }
    .argoWrp .cirbox .tx {
        font-size: 28px !important;
    }
}
/* txtBtm */
.txtBtm .txtItem {
    padding-top: 40px;
    border-top: 3px solid #fff;
    margin: 0 20px;
}
@media (max-width:768px){
    .txtBtm .txtItem {
        padding-top: 20px;
        border-top: 2px solid #fff;
        margin: 0;
    }
}

/* hList */
.hList > li {
    position: relative;
    padding-left: 15px;
    margin: 3px 0;
}
.hList > li:after {
    content: "";
    position: absolute;
    left: 0;
    top: 10px ;
    width: 4px;
    height: 4px;
    background-color: #aaa;
}
.hList > li h4 {
    font-weight: 300;
}
@media (max-width:768px){
    .hList > li:after {
        top: 10px ;
    }
}

/* business */
#business .sub6 {
    background: url(../img/bgbg.png) center 40% no-repeat;
    background-color: #fff;
}
#business .toptit {
    margin-bottom: 15px;
    border: 2px dashed #e24530;
    padding: 5px;
    border-radius: 20px;
}
#business .toptit h3 {
    display: block;
    padding: 40px 15px;
    border-radius: 20px;
    background-color: #e24530;
    color: #fff;
    text-align: center;
    font-weight: 800;
}
#business .btBoxs .item {
    padding: 60px 35px;
    border-radius: 20px;
    background-color: #fff;
    box-shadow: 5px 5px 20px rgba(231, 236, 243, 1);
}
#business .toptit2 {
    border-color: #306ee2;
}
#business .toptit2 h3 {
    background-color: #306ee2;
}
#business .toptit3 {
    border-color: #00baaf;
}
#business .toptit3 h3 {
    background-color: #00baaf;
}
#business .btBoxs .item ul li {
    margin-top: 15px;
}
#business .btBoxs .item ul li h5 {
    font-weight: 300;
    line-height: 1.2em;
}
@media (max-width:768px){
    #business .conbox_xlg {
        margin-top: 15px;
    }
    #business .toptit h3 {
        padding: 20px 15px;
        border-radius: 10px;
    }
    #business .btBoxs > li {
        margin-bottom: 20px;
    }
    #business .btBoxs .item {
        padding: 40px 15px;
        border-radius: 10px;
    }
    #business .btBoxs .item ul li {
        margin-top: 15px;
    }
    #business .btBoxs .item ul li h5 {
        font-weight: 300;
        line-height: 1.2em;
    }
}


/* work */
#work .sec1 {
    max-height: 910px;
    background: url(../img/wrk.png) center center no-repeat;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
}
#work .sec1 .tag span {
    display: inline-block;
    margin-right: 1vw;
}
#work .sec1 h1 {
    line-height: 1em;
    font-size: 120px;
    text-transform: uppercase;
    /* color: transparent;
    -webkit-text-stroke: 0.5px rgba(255,255,255,0.6); */
    color: #fff;

    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
/* #work .sec1 h1:hover {
    color: #fff;
} */
@media (min-width:992px) and (max-height:800px){
    #work .sec1 h1 {
        font-size: 80px;
    }
}
@media (min-width:992px){
    #work .sec1 {
        height: 100vh;
    }
}
@media (max-width:992px){
    #work .sec1 {
        padding: 130px 0;
    }
    #work .sec1 h1 {
        font-size: 10vw;
    }
}


/* contact */
#contact .sec1 {
    max-height: 910px;
    background: url(../img/cont.png) center center no-repeat;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
}
#contact .sec1 .tag span {
    display: inline-block;
    margin-right: 1vw;
}
#contact .sec1 h1 {
    line-height: 1em;
    font-size: 120px;
    text-transform: uppercase;
    /* color: transparent;
    -webkit-text-stroke: 0.5px rgba(255,255,255,0.6); */
    color: #fff;

    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
#contact .sec1 .item {
    padding: 50px 0 0;
    border-top: 1px solid rgba(255,255,255,0.3);
    display: block;
}
#contact .sec1 .item h5 i,
#contact .sec1 .item h5 span {
    display: inline-block;
    vertical-align: middle;
}
@media (min-width:992px) and (max-height:800px){
    #contact .sec1 h1 {
        font-size: 80px;
    }
}
@media (min-width:992px){
    #contact .sec1 {
        height: 100vh;
    }
}
@media (max-width:992px){
    #contact .sec1 {
        padding: 130px 0;
    }
    #contact .sec1 h1 {
        font-size: 10vw;
    }
    #contact .sec1 .item {
        padding: 30px 0 0;
    }
}