/* scroll_ani */
.scroll_ani {
    position: absolute; 
    bottom: 0; 
    left: 50%; 
    transform: translateX(-50%); 
    color: #fff; 
    z-index: 13; 
    height: 150px;
}
.scroll_ani > span {
    display: block;
    font-size: 12px;
    letter-spacing: 2px;
    position: relative;
}
.scroll_ani > span:after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate3d(-50%, -50%, 0);
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: rgba(255,255,255,0.2);
    animation-name: zoominout;
    animation-iteration-count: infinite;
    animation-duration:2s;
    animation-timing-function:ease-in-out;
}
@keyframes zoominout { 
    0% {
        width: 5px;
        height: 5px;
        opacity: 1;
    } 
    100% {
        width: 100px;
        height: 100px;
        opacity: 0;
    } 
}
.scroll_ani > .back {
    position: relative; 
    height:100%; 
    width:1px; 
    margin: 30px auto 0; 
    background: rgba(255,255,255,0.2);
}
.scroll_ani > .back .animation {
    width: 100%; 
    background: rgba(255,255,255,1); 
    animation-name: updown;
    animation-iteration-count: infinite;
    animation-duration:2s;
    animation-timing-function:ease-in-out;
}
@keyframes updown { 
    0% {height:0%} 
    100% {height:100%} 
}

/* sec1 */
#sub1 .sec1 {
    overflow: hidden;
    position: relative;
}
#sub1 .sec1 .main_logo {
    position: absolute;
    left: 0;
    top: 10%;
    width: 100%;
    z-index: 8;
}
#sub1 .sec1 .main_logo a {
    text-decoration: none;
}
#sub1 .sec1 .main_logo a img {
    width: 200px;
    filter: brightness(11);
}
#sub1 .sec1 .txt {
    height: 900px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 5;
    text-align: center;
}
#sub1 .sec1 .bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 120%;
    background: url(../img/sub1_bg1.jpg) center center no-repeat;
    background-size: cover;
    z-index: 0;
}
@media (max-width:992px){
    #sub1 .sec1 .txt {
        height: 600px;
    }
}
@media (max-width:768px){
    #sub1 .sec1 .txt {
        height: 500px;
        text-align: center;
    }
}
@media (max-width:500px){
    #sub1 .sec1 .txt {
        height: 100vw;
        min-height: 400px;
        padding-bottom: 80px;
    }
}


/* #sub1 .sec3 */
#sub1 .sec3 {
    position: relative;
}
#sub1 .sec3:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../img/sub1_bg3.png) center center no-repeat;
    background-size: cover;
    z-index: 1;
    opacity: .3;
}
#sub1 .sec3 .container {
    position: relative;
    z-index: 5;
}
#sub1 .sec3 .icon {
    width: 96px;
}
#sub1 .sec3 .icon img {
    background-color: #fff;
    border-radius: 30px;
}
#sub1 .sec3 .txt {
    width: calc(100% - 96px);
    padding-left: 20px;
}
#sub1 .sec3 .txt p {
    line-height: 1.3em;
    opacity: .76;
}

/* #sub1 .sec4 */
#sub1 .sec4 {
    position: relative;
}
#sub1 .sec4:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../img/sub1_bg4.png) center bottom no-repeat;
    background-size: cover;
    z-index: 1;
    opacity: .3;
}
#sub1 .sec4 .container {
    position: relative;
    z-index: 5;
}
/* processList */
.processList {
    max-width: 1050px;
    margin-left: auto;
    margin-right: auto;
}
.processList li {
    position: relative;
}
.processList .item .ibox {
    background-color: rgba(0,0,0,0.05);
    padding: 70px 15px 60px;
    border: 1px solid #fff;
    position: relative;
}
.processList .item .ibox img {
    border-radius: 50%;
    margin-top: 15px;
}
.processList .item .ibox .topTxt span {
    display: inline-block;
    line-height: 1em;
    padding: 8px 25px;
    border-radius: 50px;
    background-color: #9b77a9;
    letter-spacing: 1px !important;
}
.processList .item .tbox {
    height: 150px;
}
.processList li:last-child .item .ibox {
    background-color: #581b73;
}
.processList li:last-child .item .ibox img {
    background-color: rgba(0,0,0,0.15);
}
.processList li:last-child .item .ibox .topTxt span {
    background-color: #fff;
    color: #581b73;
}
@media (min-width:767px){
    .processList li:not(:last-child) .item .ibox:after {
        content: "";
        position: absolute;
        top: 0;
        height: 100%;
        width: 30px;
        left: 100%;
        background: url(../img/pro_arr.png) center center no-repeat;
    }
}
@media (max-width:768px){
    .processList .item .ibox {
        padding: 30px 15px 20px;
    }
    .processList .item .ibox img {
        width: 90px;
    }
    .processList .item .tbox {
        height: auto;
        padding: 10px 30px;
        position: relative;
    }
    .processList li:not(:last-child) .item .tbox:after {
        content: "";
        position: absolute;
        top: 100%;
        height: 30px;
        width: 100%;
        left: 0;
        background: url(../img/pro_arr_bt.png) center center no-repeat;
    }
}

/* sec5 */
#sub1 .sec5 .eventTxt span {
    display: inline-block;
    padding: 13px 25px;
    background-color: #74318e;
    color: #f4ddff;
    line-height: 1em;
    border-radius: 100px;
    box-shadow: 10px 15px 40px rgba(116, 48, 143, 0.2);
}
#sub1 .sec5 .eventTxt span b {
	animation: blink2 1s linear infinite;
}
@keyframes blink2{
	0%{
        opacity: 0;
	}
	19%{
        opacity: 0;
	}
	30%{
        opacity: 1;
	}
	100%{
        opacity: 1;
	}
}
#sub1 .sec5 .eventTxt span i {
    font-style: italic;
}
#sub1 .sec5 .boxItem {
    text-align: center;
}
#sub1 .sec5 .boxItem .top {
    background-color: #55206f;
    padding: 35px 20px;
    border-radius: 30px 30px 0 0;
}
#sub1 .sec5 .boxItem .bt {
    background-color: #fff;
    padding: 35px 20px;
    border-radius: 0 0 30px 30px;
}
#sub1 .sec5 .boxItem .bt .tcon {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100px;
}
@media (max-width:768px){
    #sub1 .sec5 .boxItem .top {
        padding: 15px 20px;
        border-radius: 10px 10px 0 0;
    }
    #sub1 .sec5 .boxItem .bt {
        padding: 20px 20px;
        border-radius: 0 0 10px 10px;
    }
    #sub1 .sec5 .boxItem .bt .tcon {
        height: auto;
        padding-bottom: 10px;
    }
    #sub1 .sec5 .eventTxt span {
        line-height: 1.2em;
    }
}



/* netw-nav" */
.netw-nav .slick-track {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    width: auto !important;
    max-width: 900px;
    flex-wrap: wrap;
}
.netw-nav .slick-slide {
    float: none;
    width: auto !important;
    flex-grow: 1;
    text-align: center;
}
.netw-nav .slick-track::after,
.netw-nav .slick-track::before {
    display: none;
}
.netw-nav .slick-slide h5 {
    color: rgba(255, 255, 255, 0.4);
    cursor: pointer;
    padding: 10px 0;
    position: relative;
    display: inline-block;
}
.netw-nav .slick-slide.is-active h5:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 100%;
    height: 1px;
    background-color: #fff;
}
.netw-nav .slick-slide.is-active h5 {
    color: #fff;
}
@media (max-width:500px){
    .netw-nav .slick-track {
        gap: 3px;
    }
    .netw-nav .slick-slide h5 {
        padding: 3px 0;
    }
}


/* netw-slide */
.netw-slider .slick-slide {
    padding: 0 40px;
}
.netw-slider .item {
    display: block;
    position: relative;
    text-decoration: none;
}
.netw-slider .item .content {
    background-color: #fff;
    position: relative;
}
.netw-slider .item .content .fbox {
    align-items: stretch;
}
.netw-slider .item .content .lft {
    width: 40%;
}
.netw-slider .item .content .lft img {
    object-fit: cover;
    height: 100%;
}
.netw-slider .item .content .rt {
    width: 60%;
    display: flex;
    align-items: center;
}
.netw-slider .item .content .rt {
    background-color: #fff;
    padding: 10px 40px;
}

@media (max-width:768px){
    .netw-slider .slick-slide {
        padding: 0 15px;
    }
    .netw-slider .item .content .rt {
        background-color: #fff;
        padding: 30px 20px;
    }
}

/* slick-dots */
.slick-dots {
    text-align: center;
    padding: 0px;
    margin-top: 40px;
    margin-bottom: 0px;
}
.slick-dots li {
    display: inline-block;
}
.slick-dots li button {
    display: inline-block;
    width: 12px;
    height: 12px;
    border: 2px solid rgba(255,255,255,0.2);
    background-color: transparent;
    border-radius: 50%;
    margin: 0 10px;
    padding: 0;
    color: transparent;
}
.slick-dots li.slick-active button {
    border-radius: 50px;
    border-color: #fff;
    background-color: #fff;
}
@media (max-width:768px){
    .slick-dots {
        text-align: center;
        padding: 0px;
        margin-top: 20px;
        margin-bottom: 0px;
    }
    .slick-dots li button {
        width: 10px;
        height: 10px;
        margin: 0 7px;
    }
}

#sub1 .sec6 {
    overflow: hidden;
}

/* linkItems */
.linkItems {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.linkItems.cnt {
    justify-content: center;
}
.linkItems a {
    text-decoration: none;
    display: inline-block;
    border: 1px solid #ddd;
    margin: 0 -1px;
}

/* sec6_img1 */
.sec6_img1 {
    display: inline-block;
    position: relative;
}
.sec6_img1 .front {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
}

/* sec5 */
#sub1 .sec7 {
    background-color: #531f6c;
    background: url(../img/sub1_bg7.jpg) center center no-repeat;
    position: relative;
    background-size: cover !important;
}
#sub1 .sec7:after {
    content: "";
    position: absolute;
    left: 20px;
    top: 20px;
    width: calc(100% - 40px);
    height: calc(100% - 40px);
    border: 1px solid rgba(255,255,255,0.2);
}
#sub1 .sec7 .container {
    position: relative;
    z-index: 5;
}
@media (max-width:768px){
    #sub1 .sec7 .noPd {
        padding: 0px !important;
    }
}

/* interviewList */
.interviewList .slick-slide {
    padding: 0 15px;
}
.interviewList .item {
    position: relative;
    cursor: pointer;
}
.interviewList .item .int_item_top {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
}
.interviewList .item .tbox {
    position: absolute;
    bottom: 0;
    left: 0;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    padding: 0 15px 60px;
    width: 100%;
    text-align: center;
    background: linear-gradient(transparent, rgba(0,0,0,0.6));
}
.interviewList .item .tbox .pls {
    width: 55px;
    height: 0;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #e31179;
    color: #fff;
    border-radius: 50%;
    margin: 0 auto;

    transition: all 0.2s;
    -o-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -webkit-transition: all 0.2s;
}
.interviewList .item:hover .tbox .pls {
    height: 55px;
}



/* pfProfs modal */
.card_select.pfProfs .modal-header .cls_btn2 {
    position: absolute;
    right: 15px;
    top: 15px;
    height: 30px;
    width: 30px;
    cursor: pointer;
    border: 0px;
    z-index: 5;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: transparent;
    color: #333;
    border: 0px;
    font-size: 25px;
}
.privacy.pfProfs .modal-dialog > div .modal-content {
    max-width: 1200px;
    border-radius: 0px;
}
.privacy.pfProfs .modal-body {
    padding: 0;
}
.privacy.pfProfs .modal-body .btList > li,
.privacy.pfProfs .modal-body .impList > li {
    margin: 4px 0;
}
.privacy.pfProfs .modal-body .btList > li p,
.privacy.pfProfs .modal-body .impList > li p {
    position: relative;
    padding-left: 10px;
    font-weight: 400;
}
.privacy.pfProfs .modal-body .btList > li p {
    color: #666;
    font-weight: 300;
}
.privacy.pfProfs .modal-body .btList > li p:after,
.privacy.pfProfs .modal-body .impList > li p:after {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 3px;
    height: 3px;
    background-color: #ccc;
}
.privacy.pfProfs .modal-body .fbox .img {
    background-color: #ddd;
}
.privacy.pfProfs .modal-body .fbox .txt {
    padding: 30px;
}
.privacy.pfProfs .modal-body .fbox .txt .sm {
    font-size: .8em;
}
.privacy.pfProfs .modal-body .fbox .txt .impSpanCons {
    display: flex;
    gap: 8px;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}
@media (min-width:768px) {
    .privacy.pfProfs .modal-body {
        position: relative;
    }
    .privacy.pfProfs .modal-body:after {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        width: 50%;
        height: 100%;
        background-color: #f7f7f7;
        z-index: 0;
    }
    .privacy.pfProfs .modal-body .fbox {
        position: relative;
        z-index: 4;
    }
}
@media (max-width:768px) {
    .privacy.pfProfs .modal-body .fbox > div {
        width: 100%;
    }
    .privacy.pfProfs .modal-body .fbox .img img {
        max-width: 50vw;
    }
    .privacy.pfProfs .modal-body .fbox .txt {
        padding: 30px 20px;
    }
}

/*card_select*/
.card_select .modal-content {
    border-radius: 10px;
    border: 0px;
}
.card_select .modal-header {
    border: 0px;
    background-color: #fff;
    padding: 0;
    position: relative;
    border-radius: 20px 20px 0 0;
}
.card_select .modal-header .cls_btn {
    position: absolute;
    right: -20px;
    top: -20px;
    height: 60px;
    background: url(../img/cls_btn.png) center center no-repeat;
    width: 60px;
    cursor: pointer;
    border: 0px;
    z-index: 5;
}
.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: 30px 20px;
}
.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;
    font-size: 17px;
    color: #333;
    word-break: keep-all;
}
.card_select .modal-body ul li a h6 {
    color: #666;
    margin-top: 5px;
}
@media (max-width:768px){
    .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;
    }
    .card_select .modal-header .cls_btn {
        right: -5px;
        top: -5px;
        height: 40px;
        width: 40px;
        background-size: 40px !important;
    }
}
/*gift_confirm*/
.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: #156ad6;
}
@media (max-width: 768px) {
    .gift_confirm .wanningbox,
    .gift_confirm .infobox {
        margin: 15px 0;
    }
    .gift_confirm .infobox ul li,
    .gift_confirm .wanningbox p {
        font-size: 13px;
    }
}
