:root {
	--sub-border-radius20: 20px; 
}
@media (max-width:768px){
    :root {
        --sub-border-radius20: 10px;
    }
}

/* background */
.bg-gray {
    background-color: #fafafa;
}
.bg-mint {
    background-color: rgba(247, 242, 249, 0.5);
}
/* subtop */
#subtop {
    height: 650px;
    position: relative;
    overflow: hidden;
    transition: all 2s;
    -o-transition: all 2s;
    -moz-transition: all 2s;
    -webkit-transition: all 2s;
}
#subtop.smHeight {
    height: 550px;
}
#subtop .subtopBg {
    position: absolute;
    left: 0%;
    top: 0%;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-size: cover !important;

    -webkit-animation: zoomOutInBg 1.8s ease-out 1;
    -moz-animation: zoomOutInBg 1.8s ease-in 1;
    -ms-animation: zoomOutInBg 1.8s ease-in 1;
    -o-animation: zoomOutInBg 1.8s ease-in 1;
    animation: zoomOutInBg 1.8s ease-in 1;
}
@keyframes zoomOutInBg {
    0% {
        -webkit-transform: scale(1.15);
        -moz-transform: scale(1.15);
        -ms-transform: scale(1.15);
        -o-transform: scale(1.15);
        transform: scale(1.15);
    }
    100% {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }  
}
#subtop .subtopTxt {
    position: relative;
    z-index: 8;
    padding-bottom: 7.5%;
}
#subtop .subTxt {
    opacity: .85;
}
#subtop .mainTxt {
    letter-spacing: 0px !important;
}
@media (min-width:992px){
    #subtop .mainTxt {
        font-size: 10em;
    }
}
@media (max-width:768px){
    #subtop.smHeight,
    #subtop {
        height: 40vh;
        min-height: 350px;
    }
}
/* sitecon */
.sitecon .dashed {
    height: 13px;
    width: 2px;
    background-color: rgba(255,255,255,.5);
    transform: skew(15deg);
    margin: 0 10px;
    display: inline-block;
}

/* company1 */
#company1 .sec1 .fbox .lft .txt {
    width: 730px;
    padding: 30px;
    max-width: 100%;
    margin-left: auto;
}
#company1 .sec1 .topTit {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
}
#company1 .sec1 .topTit .f_jp {
    position: relative;
    padding-left: 12px;
    margin-top: 10px;
}
#company1 .sec1 .topTit .f_jp:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 2px;
    background-color: #ddd;
    height: 20px;
    transform: translateY(-50%);
}
#company1 .sec2 {
    background: linear-gradient(to bottom, #0b070c, #7e70f9);
}

/* iconItems */
.iconItems {
    max-width: 1600px;
    margin: 0 auto;
    border-radius: var(--sub-border-radius20);
    border: 1px dashed rgba(255,255,255,.3);
}
@media (max-width:992px) {
    .iconItems {
        border: 0px;
        padding: 0 !important;
    }
    .iconItems ul {
        border-top: 1px dashed rgba(255,255,255,.3);
    }
    .iconItems ul li {
        border-bottom: 1px dashed rgba(255,255,255,.3);
    }
    .iconItems .item {
        display: flex;
        align-items: center;
        padding: 30px 15px;
    }
    .iconItems .item .icon {
        width: 100px;
        order: 2;
    }
    .iconItems .item .txt {
        width: calc(100% - 100px);
        text-align: left;
        padding-right: 20px;
        margin-top: 0px !important;
        order: 1;
    }
    .iconItems .item .txt br {
        display: none;
    }
}


/* slider-interior */
.slider-interior-nav {
    margin: 0 -5px;
}
.slider-interior .slick-slide,
.slider-interior-nav .slick-slide {
    padding: 0 5px;
}
.slider-interior-nav .slick-slide {
    cursor: pointer;
}
.slider-interior .slick-slide .item {
    border-radius: 25px;
    overflow: hidden;
    position: relative;
}
.slider-interior-nav .slick-slide .item {
    border-radius: 10px;
    overflow: hidden;
    position: relative;
}
.slider-interior-nav .slick-slide .item:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border: 2px solid #b2997c;
    opacity: 0;
    border-radius: 10px;
}
.slider-interior-nav .slick-slide .item img {
    filter: grayscale(1);
}
.slider-interior-nav .slick-slide.slick-current .item img {
    filter: grayscale(0);
}
.slider-interior-nav .slick-slide.slick-current .item:after {
    opacity: 1;
}
@media (max-width:500px) {
    .slider-interior .slick-slide {
        padding: 0;
    }
    .slider-interior .slick-slide .item {
        border-radius: 10px;
    }
    .slider-interior-nav .slick-slide .item {
        border-radius: 3px;
    }
}


/* bdSearchBox */
#bdSearchBox {
    display: flex;
    align-items: center;
    padding-bottom: 30px;
    margin-bottom: 30px;
    border-bottom: 1px solid #aaa;
}
#bdSearchBox .lft {
    width: calc(100% - 600px);
}
#bdSearchBox .lft .tt,
#bdSearchBox .lft p {
    display: inline-block;
}
#bdSearchBox .lft p {
    margin-left: 8px;
}
#bdSearchBox .rt {
    width: 600px;
}
#bdSearchBox .sch {
    display: flex;
    align-items: center;
    margin: 0 -3px;
}
#bdSearchBox .sch > div {
    padding: 0 3px;
}
#bdSearchBox .sch > .cate {
    width: 30%;
}
#bdSearchBox .sch > .keyw {
    width: 50%;
}
#bdSearchBox .sch > .smtWrp {
    width: 20%;
}
#bdSearchBox .sch > .smtWrp .smt {
    line-height: 50px;
    font-size: 18px;
}
@media (max-width:768px) {
    #bdSearchBox {
        flex-wrap: wrap;
    }
    #bdSearchBox .lft,
    #bdSearchBox .rt {
        width: 100%;
    }
    #bdSearchBox .lft {
        margin-bottom: 15px;
    }
    #bdSearchBox .sch > .smtWrp .smt {
        font-size: 15px;
        line-height: 35px;
        padding: 6px 0;
    }
}

/* pagination */
.pagination {
    margin-bottom: 0px;
}
.pagination > li > a, .pagination > li > span, .pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
    color: #444 !important;
}
.pagination > .active > a:hover,
.pagination > .active > a {
    background-color: #444 !important;
    color: #fff !important;
    border-color: #444 !important;
}

/* creatorBoard */
#creatorBoard li {
    margin: 15px 0;
}
#creatorBoard .item {
    display: block;
    text-decoration: none;;

    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
#creatorBoard .item .img {
    border-radius: 30px;
    overflow: hidden;
    position: relative;
}
#creatorBoard .item .img .txt {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: end;
    justify-content: start;
    padding: 30px;
    opacity: 0;

    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
#creatorBoard .item .img .txt h2 {
    position: relative;
    z-index: 5;
}
#creatorBoard .item .img .txt:before,
#creatorBoard .item .img .txt:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 50%;
    background: linear-gradient(to top, rgba(0,0,0,0.5) 30%, transparent);
    opacity: 0;
    z-index: 3;
    border-radius: 30px;

    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
#creatorBoard .item .img .txt:after {
    background: linear-gradient(to top, rgba(87,183,152,0.5), transparent);
}
#creatorBoard .item .img .txt{
    opacity: 1;
}
#creatorBoard .item .img .txt:before {
    opacity: 1;
}


/* bdSearchBox */
#bdSearchBox .rt .schFtem.schFtem1 {
	position: relative;
}
#bdSearchBox .rt .schFtem.schFtem2 {
	position: relative;
}
#bdSearchBox .rt .sch-arr,
#bdSearchBox .rt .sch-submit {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 35px;
	height: 35px;
	position: absolute;
	right: 5px;
	top: 50%;
	background: url(../img/search-line.svg) center center no-repeat;
	background-size: 23px;
	background-color: #8072fd ;
	color: #fff;
	border: 0px;
	border-radius: 50%;
    transform: translateY(-50%);
}
#bdSearchBox .rt .sch-submit {
	z-index: 6;
}
#bdSearchBox .rt .sch-arr {
	background: url(../img/arrow-down-s-line.svg) center center no-repeat;
	background-size: 25px;
	background-color: #8072fd ;
	z-index: 2
}


/* subTabs */
#subTabs .con {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f7f7f7;
    padding: 10px;
    border-radius: 100px;
    text-align: center;
}
#subTabs .con > a {
    display: block;
    flex-grow: 1;
    flex-basis: 33.3333%;
    color: #666;
    padding: 12px 10px;
    font-weight: 600;
    text-decoration: none;
    position: relative;
}
#subTabs .con > a.act {
    color: rgba(255,255,255,1);
    background: linear-gradient(to right, #ff88f0, #8072fd);
    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: #f7f7f7;
    }
}
@media (max-width:500px){
    #subTabs .con > a {
        font-size: calc(100vw * (16 / 500));
        padding: 8px 15px;
    }
}




/* bgDots */
.bgDots {
    position: relative;
    overflow: hidden;
    background-color: #010101;
}
.bgDots .container {
    position: relative;
    z-index: 5;
}
.bgDots .dot {
    position: absolute;
    width: 100px;
    height: 100px;
    z-index: 0;
    border-radius: 50%;
    opacity: 0;
}
@keyframes dotsMove {
    0% {
        filter: blur(20px);
        width: 0px;
        height: 0px;
        /* background: (to right, rgb(255, 136, 240), rgb(128, 114, 253)); */
        opacity: .1;
    }
    100% {
        filter: blur(100px);
        width: 90vw;
        height: 90vw;
        opacity: 0;
    }  
}
.bgDots .dot_top {
    left: 0;
    top: 42%;
    transform: translate3d(-50%, -50%, 0);
    background-color: rgba(128, 114, 253, 1);

    -webkit-animation: dotsMove 3.5s linear infinite;
    -moz-animation: dotsMove 3.5s linear infinite;
    -ms-animation: dotsMove 3.5s linear infinite;
    -o-animation: dotsMove 3.5s linear infinite;
    animation: dotsMove 3.5s linear infinite;
}
.bgDots .dot_bottom {
    right: 0;
    bottom: 0;
    transform: translate3d(50%, 50%, 0);
    background-color: rgb(255, 136, 240);

    -webkit-animation: dotsMove 4.5s linear infinite;
    -moz-animation: dotsMove 4.5s linear infinite;
    -ms-animation: dotsMove 4.5s linear infinite;
    -o-animation: dotsMove 4.5s linear infinite;
    animation: dotsMove 4.5s linear infinite;
}
@media (max-width:768px){
    .bgDots .dot_top_right,
    .bgDots .dot_top,
    .bgDots .dot_bottom {
        display: none;
    }
}

/* ccBack */
.bgDots .ccBack,
.bgDots .ccBack::before,
.bgDots .ccBack::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    border-radius: 50%;
    width: 30vw;
    height: 30vw;
    border: 1px solid rgba(255,255,255,.2);
    z-index: 1;
}
.bgDots .ccBack {
    transform: translate3d(-50%, -50%, 0) scale(1.4);

    -webkit-animation: ani_cc1 2.5s linear infinite;
    -moz-animation: ani_cc1 2.5s linear infinite;
    -ms-animation: ani_cc1 2.5s linear infinite;
    -o-animation: ani_cc1 2.5s linear infinite;
    animation: ani_cc1 2.5s linear infinite;
}
@keyframes ani_cc1 {
    0% {
        transform: translate3d(-50%, -50%, 0) scale(1.4);
        opacity: 1;
    }
    50% {
        transform: translate3d(-50%, -50%, 0) scale(1.6);
        opacity: 0.1;
    }  
    100% {
        transform: translate3d(-50%, -50%, 0) scale(1.6);
        opacity: 0;
    }  
}
.bgDots .ccBack::before {
    transform: translate3d(-50%, -50%, 0) scale(1.4);
    border: 1px solid rgba(255,255,255,.15);

    -webkit-animation: ani_cc2 2.5s linear infinite;
    -moz-animation: ani_cc2 2.5s linear infinite;
    -ms-animation: ani_cc2 2.5s linear infinite;
    -o-animation: ani_cc2 2.5s linear infinite;
    animation: ani_cc2 2.5s linear infinite;
}
@keyframes ani_cc2 {
    0% {
        transform: translate3d(-50%, -50%, 0) scale(1.4);
        opacity: 1;
    }
    60% {
        transform: translate3d(-50%, -50%, 0) scale(1.6);
        opacity: 1;
    }  
    100% {
        transform: translate3d(-50%, -50%, 0) scale(1.4);
        opacity: 0;
    }  
}
.bgDots .ccBack::after {
    transform: translate3d(-50%, -50%, 0) scale(1.9);
    border: 1px solid rgba(255,255,255,.08);

    -webkit-animation: ani_cc3 2.5s linear infinite;
    -moz-animation: ani_cc3 2.5s linear infinite;
    -ms-animation: ani_cc3 2.5s linear infinite;
    -o-animation: ani_cc3 2.5s linear infinite;
    animation: ani_cc3 2.5s linear infinite;
}
@keyframes ani_cc3 {
    0% {
        transform: translate3d(-50%, -50%, 0) scale(1.9);
        opacity: 1;
    }
    80% {
        transform: translate3d(-50%, -50%, 0) scale(2.1);
        opacity: 1;
    }  
    100% {
        transform: translate3d(-50%, -50%, 0) scale(1.9);
        opacity: 0;
    }  
}


/* ccBack */
.bgDots .ccBack,
.bgDots .ccBack::before,
.bgDots .ccBack::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    border-radius: 50%;
    width: 30vw;
    height: 30vw;
    border: 1px solid rgba(255,255,255,.2);
    z-index: 1;
}
.bgDots .ccBack {
    transform: translate3d(-50%, -50%, 0) scale(1.4);

    -webkit-animation: ani_cc1 2.5s linear infinite;
    -moz-animation: ani_cc1 2.5s linear infinite;
    -ms-animation: ani_cc1 2.5s linear infinite;
    -o-animation: ani_cc1 2.5s linear infinite;
    animation: ani_cc1 2.5s linear infinite;
}
@keyframes ani_cc1 {
    0% {
        transform: translate3d(-50%, -50%, 0) scale(1.4);
        opacity: 1;
    }
    50% {
        transform: translate3d(-50%, -50%, 0) scale(1.6);
        opacity: 0.1;
    }  
    100% {
        transform: translate3d(-50%, -50%, 0) scale(1.6);
        opacity: 0;
    }  
}
.bgDots .ccBack::before {
    transform: translate3d(-50%, -50%, 0) scale(1.4);
    border: 1px solid rgba(255,255,255,.15);

    -webkit-animation: ani_cc2 2.5s linear infinite;
    -moz-animation: ani_cc2 2.5s linear infinite;
    -ms-animation: ani_cc2 2.5s linear infinite;
    -o-animation: ani_cc2 2.5s linear infinite;
    animation: ani_cc2 2.5s linear infinite;
}
@keyframes ani_cc2 {
    0% {
        transform: translate3d(-50%, -50%, 0) scale(1.4);
        opacity: 1;
    }
    60% {
        transform: translate3d(-50%, -50%, 0) scale(1.6);
        opacity: 1;
    }  
    100% {
        transform: translate3d(-50%, -50%, 0) scale(1.4);
        opacity: 0;
    }  
}
.bgDots .ccBack::after {
    transform: translate3d(-50%, -50%, 0) scale(1.9);
    border: 1px solid rgba(255,255,255,.08);

    -webkit-animation: ani_cc3 2.5s linear infinite;
    -moz-animation: ani_cc3 2.5s linear infinite;
    -ms-animation: ani_cc3 2.5s linear infinite;
    -o-animation: ani_cc3 2.5s linear infinite;
    animation: ani_cc3 2.5s linear infinite;
}
@keyframes ani_cc3 {
    0% {
        transform: translate3d(-50%, -50%, 0) scale(1.9);
        opacity: 1;
    }
    80% {
        transform: translate3d(-50%, -50%, 0) scale(2.1);
        opacity: 1;
    }  
    100% {
        transform: translate3d(-50%, -50%, 0) scale(1.9);
        opacity: 0;
    }  
}


/* pns_thums */
.pns_thums .item {
    padding: 15px 15px 25px;
    border-radius: 15px;
    background-color: rgba(255,255,255,.1);
    border: 1px solid rgba(255,255,255,.4);
}
.pns_thums .item .img img {
    border-radius: 8px;
}
/* sec2 */
#project0 .sec2 .pns_thums .item {
    padding: 15px 15px 25px;
    border-radius: 15px;
    border: 1px solid #ddd;
    box-shadow: 5px 5px 20px rgba(0,0,0,.05);
}
#project0 .sec2 .pns_thums .item .img img {
    border-radius: 8px;
}



/* liveList */
.liveList .tag {
    line-height: 1em;
    padding: 10px 35px;
    border-radius: 50px;
    color: #7b4fe2;
    border: 2px solid #7b4fe2;
    font-weight: 700;
    box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.1);
    display: inline-block;
}
@media (max-width:768px){
    .liveList li > div {
        width: 100%;
    }
    .liveList li > .img {
        order: 2;
    }
    .liveList li > .txt {
        order: 1;
        padding: 60px 0 30px;
        text-align: center;
    }
}

/* reviewSlick_sub */
#reviewSlick_sub .slick-slide {
    text-align: center;
}
#reviewSlick_sub .slick-slide:nth-child(even) {
    padding-top: 30px;
}
#reviewSlick_sub .slick-slide:nth-child(odd) {
    padding-bottom: 30px;
}
#reviewSlick_sub .slick-slide video {
    display: inline-block;
    border-radius: 10px;
}
#reviewSlick_sub .slick-slide video {
    width: 250px;
}
@media (max-width:1500px){
    #reviewSlick_sub .slick-slide {
        padding: 0 30px;
    }
    #reviewSlick_sub .slick-slide video {
        width: 250px;
    }
}
@media (max-width:1200px){
    #reviewSlick_sub .slick-slide {
        padding: 0;
    }
    #reviewSlick_sub .slick-slide video {
        width: 250px;
    }
}
@media (max-width:400px){
    #reviewSlick_sub .slick-slide video {
        width: 200px;
    }
}

/* partBgWrp */
.partBgWrp {
    margin: 0 -5px;
}
.partBgWrp [class*="col-"] {
    padding: 5px;
}
.partBgWrp .item {
    position: relative;
    border-radius: var(--sub-border-radius20);
    overflow: hidden;
}
.partBgWrp .item .txt {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: flex-end;
    padding: 30px;
}
.partBgWrp .item .txt.ct {
    align-items: center;
    justify-content: center;
}
.partBgWrp .item .txt .jp {
    opacity: .75;
}
@media (max-width:768px){
    .partBgWrp .item .txt .dft {
        word-break: break-all;
    }
}

/* col_list_item */
.col_list_item [class*="col-"] {
    padding: 15px;
}
.col_list_item .item {
    padding: 40px;
    border-radius: var(--sub-border-radius20);
    background-color: #f4f2f8;
    border: 1px solid #b8b6ca;
    box-shadow: 5px 5px 25px rgba(226, 225, 230, 0.6);
}
.col_list_item .item .icon img {
    background-color: #fff;
    border-radius: var(--sub-border-radius20);
}
@media (min-width:991px){
    .col_list_item .item .txt {
        min-height: 250px;
    }
}
@media (max-width:768px){
    .col_list_item [class*="col-"] {
        padding: 5px;
    }
    .col_list_item .item {
        padding: 30px;
    }
    .col_list_item .item .icon img {
        width: 60px;
    }
}