/* CSS Document */
.insideContent, .makeArea, .brandArea .titleBox, .brandArea .adList_brandBox, .brandArea .adList_brandBox .arrow path, .planArea .titleBox, .planArea .adList_planBox, .referenceArea .classVideoItem .titleBox, .referenceArea .classVideoItem .videoClass, .referenceArea .itemContainer, .referenceArea .itemContainer .item .Txt {
    transition: all .8s;
}

body {
    overflow: unset;
}

body.show {
    overflow: hidden;
}

.insideContent {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: #fff;
    visibility: hidden;
    z-index: 9999;
    padding: 40px;
    opacity: 0;
    top: 0;
    left: 0;
    transform: translateY(20px);
    overflow: scroll;
}

@media (max-width: 1260px) {
    .insideContent {
        padding-left: 0;
        padding-right: 0;
    }
}

.insideContent.show {
    transform: translateY(0px);
    visibility: visible;
    opacity: 1;
}

.insideContent .wrap {
    width: 1200px;
    margin: 0 auto;
    padding-top: 80px;
}

@media (max-width: 1260px) {
    .insideContent .wrap {
        width: 100%;
        padding-left: 30px;
        padding-right: 30px;
    }
}

.insideContent .titleArea {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #cccccc9e;
    justify-content: space-between;
    padding-bottom: 30px;
    margin-bottom: 30px;
}

.insideContent .titleArea h3 {
    font-size: 20px;
    font-weight: 500;
    letter-spacing: .5px;
}

@media (max-width: 600px) {
    .insideContent .titleArea h3 {
        font-size: 18px;
    }
}

.insideContent .titleArea .date {
    font-size: 14px;
    letter-spacing: 1px;
    color: #797979;
}

.insideContent .closeBtn {
    position: absolute;
    width: 90px;
    height: 90px;
    background-color: #36314f;
    z-index: 9;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 0;
    top: 0;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
    cursor: pointer;
}

.mainArea {
    padding-top: 110px;
    padding-bottom: 0;
}

@media (max-width: 1200px) {
    .mainArea {
        padding-top: 0px;
    }
}

.wrap {
    width: 100%;
    max-width: 1400px;
}

@media (max-width: 1460px) {
    .wrap {
        padding-left: 30px;
        padding-right: 30px;
    }
}

.makeArea {
    height: 700px;
    background-image: url(../images/make_bg.jpg);
    background-size: cover;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    opacity: 0;
    transform: translateY(20px);
    visibility: hidden;
}

.makeArea.show {
    transform: translateY(0px);
    visibility: visible;
    opacity: 1;
}

@media (max-width: 1500px) {
    .makeArea {
        height: 500px;
    }
}

@media (max-width: 1200px) {
    .makeArea {
        height: 400px;
    }
}

@media (max-width: 1000px) {
    .makeArea {
        height: 300px;
    }
}

.makeArea .titleBox {
    text-align: center;
}

.makeArea .titleBox h2 {
    font-size: 35px;
    color: #ffffff;
    font-weight: 400;
}

.makeArea .titleBox p {
    font-size: 17px;
    color: #ffffffc9;
    font-weight: 300;
}

.makeArea .adList_makeBox {
    position: relative;
    bottom: -223px;
    z-index: 2;
}

.makeArea .adList_makeBox .slick-dots {
    position: relative;
    bottom: 0;
    margin-top: 40px;
}

.makeArea .adList_makeBox ul.adList_make {
    margin-left: -9px;
    margin-right: -9px;
}

.makeArea .adList_makeBox ul.adList_make .item {
    padding: 80px;
    position: relative;
}

@media (max-width: 1200px) {
    .makeArea .adList_makeBox ul.adList_make .item {
        padding: 40px;
    }
}

.makeArea .adList_makeBox ul.adList_make .item em {
    position: absolute;
    font-size: 73px;
    line-height: 73px;
    color: #ffffff2b;
    font-weight: bold;
    top: 20px;
    left: 10%;
    font-family: 'Montserrat', sans-serif;
}

.makeArea .adList_makeBox ul.adList_make .item h3 {
    font-size: 22px;
    font-weight: 500;
    color: #fffefe;
    letter-spacing: 1.5px;
    position: relative;
}

.makeArea .adList_makeBox ul.adList_make .item h3:after {
    content: '';
    width: 48px;
    height: 1px;
    background-color: #ffffff80;
    display: block;
    margin-top: 53px;
    margin-bottom: 20px;
}

.makeArea .adList_makeBox ul.adList_make .item .textEditor {
    color: #ffffff9e;
    line-height: 30px;
}

.makeArea .adList_makeBox ul.adList_make li {
    padding-left: 9px;
    padding-right: 9px;
}

.makeArea .adList_makeBox ul.adList_make li:nth-child(1) .item {
    background-color: #36314f;
}

.makeArea .adList_makeBox ul.adList_make li:nth-child(2) .item {
    background-color: #ce1a1d;
}

.makeArea .adList_makeBox ul.adList_make li:nth-child(3) .item {
    background-color: #32332d;
}

.brandArea {
    padding-top: 300px;
    padding-bottom: 120px;
    position: relative;
}

@media (max-width: 1180px) {
    .brandArea {
        padding-bottom: 70px;
    }
}

@media (max-width: 600px) {
    .brandArea {
        padding-top: 250px;
    }
}

.brandArea:before {
    content: '';
    width: 346px;
    height: 346px;
    background-image: url(../images/video_red_line.png);
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    z-index: -1;
    left: 10%;
}

@media (max-width: 600px) {
    .brandArea:before {
        display: none;
    }
}

.brandArea:after {
    content: '';
    width: 124px;
    height: 119px;
    background-image: url(../images/video_puple_line.png);
    background-repeat: no-repeat;
    position: absolute;
    bottom: 50%;
    z-index: -1;
    right: 10%;
}

.brandArea .wrap {
    position: relative;
}

.brandArea .titleBox {
    text-align: center;
    position: relative;
    opacity: 0;
    transform: translateY(-20px);
    visibility: hidden;
}

.brandArea .titleBox.show {
    opacity: 1;
    transform: translateY(0px);
    visibility: visible;
}

.brandArea .titleBox .lightstand {
    position: absolute;
    width: 76px;
    left: 0;
    bottom: 0;
}

@media (max-width: 1460px) {
    .brandArea .titleBox .lightstand {
        left: 5%;
    }
}

@media (max-width: 1180px) {
    .brandArea .titleBox .lightstand {
        display: none;
    }
}

.brandArea .titleBox .lightstand img {
    max-width: 100%;
}

.brandArea .titleBox .chair {
    position: absolute;
    width: 112px;
    right: 0;
    bottom: 0;
}

@media (max-width: 1460px) {
    .brandArea .titleBox .chair {
        width: 90px;
        right: 5%;
    }
}

@media (max-width: 1180px) {
    .brandArea .titleBox .chair {
        display: none;
    }
}

.brandArea .titleBox .chair img {
    max-width: 100%;
}

.brandArea .titleBox em {
    color: #32332d;
    font-size: 60px;
    font-weight: bold;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    position: relative;
}

@media (max-width: 1000px) {
    .brandArea .titleBox em {
        font-size: 40px;
        line-height: 40px;
    }
}

.brandArea .titleBox em:before {
    content: 'Video Production';
    bottom: 0;
    right: 0;
    color: #ce1a1d;
    text-transform: none;
    font-size: 18px;
    font-weight: 300;
    position: absolute;
    font-family: 'Homemade Apple', cursive;
    transform: rotate(-11deg) translateY(17px);
    text-decoration: underline;
}

@media (max-width: 1000px) {
    .brandArea .titleBox em:before {
        display: none;
    }
}

.brandArea .titleBox h2 {
    color: #36314f;
    font-size: 27px;
    font-weight: 400;
    margin-top: 25px;
}

.brandArea .titleBox p {
    color: #504f4f;
    width: 100%;
    max-width: 790px;
    line-height: 30px;
    font-size: 16px;
    position: relative;
    margin: 0 auto;
}

@media (max-width: 800px) {
    .brandArea .titleBox p {
        width: 100%;
        padding-left: 10px;
        padding-right: 10px;
    }
}

.brandArea .titleBox p:before {
    content: '';
    width: 54px;
    height: 1px;
    background-color: #c6c6c6;
    display: block;
    margin: 20px auto;
}

.brandArea .titleBox .infoBox {
    color: #504f4f;
    width: 100%;
    max-width: 790px;
    line-height: 30px;
    font-size: 16px;
    position: relative;
    margin: 0 auto;
}

@media (max-width: 800px) {
    .brandArea .titleBox .infoBox {
        width: 100%;
        padding-left: 10px;
        padding-right: 10px;
    }
}

.brandArea .titleBox .infoBox:before {
    content: '';
    width: 54px;
    height: 1px;
    background-color: #c6c6c6;
    display: block;
    margin: 20px auto;
}

.brandArea .adList_brandBox {
    padding-left: 100px;
    padding-right: 100px;
    position: relative;
    margin-top: 80px;
    visibility: hidden;
    opacity: 0;
    transform: translateY(-20px);
}

.brandArea .adList_brandBox.show {
    opacity: 1;
    transform: translateY(0px);
    visibility: visible;
}

@media (max-width: 1000px) {
    .brandArea .adList_brandBox {
        padding-left: 0;
        padding-right: 0;
    }
}

.brandArea .adList_brandBox .slick-dots {
    position: relative;
    bottom: 0;
    margin-top: 40px;
}

.brandArea .adList_brandBox .Img {
    position: relative;
}

.brandArea .adList_brandBox .Img:after {
    content: '';
    width: 1px;
    height: 100%;
    background-color: #e4e4e4;
    position: absolute;
    right: 0;
    top: 0;
}

.brandArea .adList_brandBox .Img img {
    max-width: 100%;
    display: block;
    margin: 0 auto;
}

.brandArea .adList_brandBox .arrow {
    position: absolute;
    z-index: 9;
    top: 50%;
    margin-top: -9px;
    cursor: pointer;
}

@media (max-width: 1460px) {
    .brandArea .adList_brandBox .arrow {
        display: none;
    }
}

.brandArea .adList_brandBox .arrow path {
    fill: #000;
}

.brandArea .adList_brandBox .arrow:hover path {
    fill: #ce1a1d;
}

.brandArea .adList_brandBox .arrow.prev {
    left: 0;
}

.brandArea .adList_brandBox .arrow.next {
    right: 0;
    transform: scaleX(-1);
}

.planArea {
    background-color: #f8f8f8;
    padding-top: 103px;
    padding-bottom: 150px;
    position: relative;
    z-index: 2;
}

@media (max-width: 930px) {
    .planArea {
        margin-top: -200px;
    }
}

@media (max-width: 800px) {
    .planArea {
        margin-top: -700px;
    }
}

@media (max-width: 720px) {
    .planArea {
        margin-top: -600px;
    }
}

@media (max-width: 615px) {
    .planArea {
        margin-top: -500px;
    }
}

@media (max-width: 600px) {
    .planArea {
        padding-bottom: 70px;
    }
}

@media (max-width: 500px) {
    .planArea {
        margin-top: -400px;
    }
}

.planArea:before {
    content: '';
    position: absolute;
    width: 59%;
    height: 430px;
    background-color: #32332d;
    z-index: -1;
    right: 0;
    top: 0;
}

@media (max-width: 1180px) {
    .planArea:before {
        width: 100%;
    }
}

.planArea .plan_note {
    position: absolute;
    left: 5%;
}

.planArea .black_plan_line {
    position: absolute;
    left: 7%;
    bottom: 5%;
    z-index: -1;
}

@media (max-width: 600px) {
    .planArea .black_plan_line {
        display: none;
    }
}

.planArea .white_plan_line {
    position: absolute;
    right: 8%;
    top: -5%;
    z-index: 5;
}

@media (max-width: 640px) {
    .planArea .white_plan_line {
        display: none;
    }
}

.planArea .wrap {
    position: relative;
}

@media (max-width: 1460px) {
    .planArea .wrap {
        padding-right: 30px;
        padding-left: 30px;
    }
}

.planArea .wrap .plan_red {
    position: absolute;
    top: 5%;
}

@media (max-width: 600px) {
    .planArea .wrap .plan_red {
        display: none;
    }
}

.planArea .titleBox {
    text-align: center;
    visibility: hidden;
    opacity: 0;
    transform: translateY(-20px);
    mix-blend-mode: difference;
}

.planArea .titleBox.show {
    opacity: 1;
    transform: translateY(0px);
    visibility: visible;
}

.planArea .titleBox em {
    color: #fff;
    font-size: 60px;
    font-weight: bold;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    position: relative;
}

@media (max-width: 600px) {
    .planArea .titleBox em {
        font-size: 35px;
        line-height: 35px;
    }
}

.planArea .titleBox em:after {
    content: 'Filmmaking';
    bottom: 0;
    right: 0;
    color: #ce1a1d;
    text-transform: none;
    font-size: 18px;
    font-weight: 300;
    position: absolute;
    font-family: 'Homemade Apple', cursive;
    transform: rotate(-11deg) translateY(17px);
    text-decoration: underline;
}

@media (max-width: 600px) {
    .planArea .titleBox em:after {
        display: none;
    }
}

.planArea .titleBox h2 {
    color: #fff;
    font-size: 27px;
    font-weight: 400;
    margin-top: 25px;
}

.planArea .adList_planBox {
    margin-top: 100px;
    visibility: hidden;
    opacity: 0;
    transform: translateY(-20px);
}

.planArea .adList_planBox.show {
    opacity: 1;
    transform: translateY(0px);
    visibility: visible;
}

@media (max-width: 580px) {
    .planArea .adList_planBox {
        margin-top: 30px;
    }
}

.planArea .adList_planBox .slick-dots {
    position: relative;
    bottom: 0;
    margin-top: 40px;
}

.planArea .adList_planBox ul.adList_plan {
    margin-left: -15px;
    margin-right: -15px;
}

.planArea .adList_planBox ul.adList_plan li {
    padding-left: 15px;
    padding-right: 15px;
    top: 0;
    position: relative;
}

.planArea .adList_planBox ul.adList_plan em {
    display: block;
    text-align: center;
    color: #bf0000;
    font-family: 'Homemade Apple', cursive;
    font-size: 20px;
    margin-bottom: 10px;
    mix-blend-mode: color-burn;
}

.planArea .adList_planBox ul.adList_plan .item {
    padding: 35px;
    background-color: #fff;
    box-shadow: -1px 0px 12px 4px #0000001f;
    position: relative;
}

.planArea .adList_planBox ul.adList_plan .item h3 {
    font-size: 16px;
    letter-spacing: 1px;
    font-weight: 500;
}

.planArea .adList_planBox ul.adList_plan .item .text {
    margin-bottom: 30px;
}

.planArea .adList_planBox ul.adList_plan .textEditor ul.inside li {
    font-size: 18px;
    color: #4e4e4e;
    letter-spacing: 1px;
}

@media (max-width: 870px) {
    .planArea .adList_planBox ul.adList_plan .textEditor ul.inside li {
        font-size: 16px;
    }
}

.planArea .adList_planBox ul.adList_plan .textEditor .price {
    font-size: 51px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    border-bottom: 3px solid #ce1a1d;
    line-height: 50px;
    margin-bottom: 50px;
}

@media (max-width: 1340px) {
    .planArea .adList_planBox ul.adList_plan .textEditor .price {
        font-size: 40px;
    }
}

@media (max-width: 1200px) {
    .planArea .adList_planBox ul.adList_plan .textEditor .price {
        font-size: 30px;
    }
}

.planArea .adList_planBox ul.adList_plan .textEditor .price span {
    font-size: 14px;
    margin-left: 20px;
    font-weight: bold;
}

.demandArea {
    width: 87%;
    background-color: #ce1a1d;
    padding-left: 13%;
    padding-top: 117px;
    padding-bottom: 117px;
    position: relative;
}

@media (max-width: 1080px) {
    .demandArea {
        width: 100%;
        padding-left: 0;
    }
}

.demandArea .d_oct {
    position: absolute;
    top: -83px;
    z-index: 99;
    right: 35%;
}

@media (max-width: 1080px) {
    .demandArea .d_oct {
        display: none;
    }
}

.demandArea .d_oct02 {
    position: absolute;
    right: -100px;
    z-index: 99;
}

@media (max-width: 1080px) {
    .demandArea .d_oct02 {
        display: none;
    }
}

.demandArea .d_float {
    position: absolute;
    width: 116px;
    right: 5%;
    top: -5%;
    z-index: 99;
}

@media (max-width: 600px) {
    .demandArea .d_float {
        display: none;
    }
}

.demandArea .d_float img {
    max-width: 100%;
}

.demandArea .d_film {
    position: absolute;
    width: 105px;
    right: 15%;
    bottom: 30%;
}

@media (max-width: 800px) {
    .demandArea .d_film {
        display: none;
    }
}

.demandArea .d_film img {
    max-width: 100%;
}

.demandArea .d_per {
    position: absolute;
    width: 325px;
    bottom: 0;
    top: 50%;
}

@media (max-width: 1500px) {
    .demandArea .d_per {
        left: 3%;
        width: 200px;
    }
}

@media (max-width: 800px) {
    .demandArea .d_per {
        display: none;
    }
}

.demandArea .d_per img {
    max-width: 100%;
}

.demandArea .d_note {
    position: absolute;
    width: 665px;
    left: 50%;
    margin-left: -224.5px;
    pointer-events: none;
}

@media (max-width: 900px) {
    .demandArea .d_note {
        width: 100%;
        left: 0;
        margin-left: 0;
    }
}

.demandArea .d_note img {
    max-width: 100%;
}

.demandArea h2 {
    text-align: center;
    color: #fff;
    font-size: 27px;
    font-weight: 400;
    letter-spacing: 1px;
    position: relative;
}

.demandArea h2:after {
    content: '';
    width: 55px;
    height: 1px;
    background-color: #ffffff7a;
    display: block;
    margin: 25px auto;
}

.demandArea .textEditor {
    width: 100%;
    max-width: 585px;
    padding: 0 15px;
    margin: 0 auto;
    text-align: center;
    color: #fff;
}

.demandArea a.more {
    display: flex;
    width: 223px;
    height: 64px;
    background-color: #36314f;
    font-size: 13px;
    justify-content: center;
    align-items: center;
    color: #fff;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    margin: 0 auto;
    margin-top: 60px;
}

.referenceArea {
    padding-top: 100px;
    padding-bottom: 100px;
    background-color: #36314f;
}

.referenceArea .wrap {
    width: 1400px;
    margin: 0 auto;
}

@media (max-width: 1460px) {
    .referenceArea .wrap {
        width: 100%;
        padding-left: 30px;
        padding-right: 30px;
    }
}

.referenceArea .classLink {
    display: block !important;
}

.referenceArea .classLink li {
    margin-bottom: 15px;
}

.referenceArea .m_classLink {
    display: none !important;
}

.referenceArea .arrowBox {
    position: absolute;
    z-index: 99;
    right: 6px;
    bottom: 6px;
    width: calc(100% / 4);
    padding-bottom: 11%;
    display: flex;
    justify-content: center;
    align-items: center;
}

@media (max-width: 930px) {
    .referenceArea .arrowBox {
        padding-bottom: 0;
        bottom: 35%;
        right: 0;
    }
}

@media (max-width: 800px) {
    .referenceArea .arrowBox {
        bottom: 36%;
        right: 13%;
    }
}

@media (max-width: 600px) {
    .referenceArea .arrowBox {
        bottom: 33%;
    }
}

@media (max-width: 500px) {
    .referenceArea .arrowBox {
        bottom: 31%;
    }
}

.referenceArea .arrowBox .insideCotent {
    display: flex;
}

@media (max-width: 600px) {
    .referenceArea .arrowBox .insideCotent {
        align-items: center;
    }
}

.referenceArea .arrowBox .insideCotent .count {
    display: flex;
    font-size: 20px;
    height: 30px;
    font-weight: bold;
    color: #fff;
    letter-spacing: 1px;
    align-items: flex-end;
    font-family: 'Montserrat', sans-serif;
    margin: 0 25px;
}

@media (max-width: 600px) {
    .referenceArea .arrowBox .insideCotent .count {
        margin: 0 5px;
    }
}

.referenceArea .arrowBox .insideCotent .count .all {
    line-height: 20px;
}

.referenceArea .arrowBox .insideCotent .count .current {
    font-size: 45px;
    line-height: 16px;
    font-weight: bold;
    margin-right: 5px;
}

@media (max-width: 1240px) {
    .referenceArea .arrowBox .insideCotent .count .current {
        font-size: 20px;
    }
}

.referenceArea .arrowBox .insideCotent .count .current:after {
    content: '/';
    font-size: 13px;
    margin-left: 5px;
}

.referenceArea .arrowBox .insideCotent .arrow {
    height: 30px;
    cursor: pointer;
}

@media (max-width: 1240px) {
    .referenceArea .arrowBox .insideCotent .arrow {
        width: 30px;
    }
}

.referenceArea .arrowBox .insideCotent .arrow svg {
    width: 100%;
}

.referenceArea .arrowBox .insideCotent .arrow svg path {
    fill: #fff;
}

.referenceArea .arrowBox .insideCotent .next {
    transform: scaleX(-1);
}

.referenceArea .classVideoItem {
    position: absolute;
    right: 0;
    z-index: 99;
    width: 50%;
    max-width: 700px;
    padding-left: 65px;
}

@media (max-width: 930px) {
    .referenceArea .classVideoItem {
        position: relative;
        width: 100%;
        max-width: 100%;
        padding-left: 0;
    }
}

@media (max-width: 800px) {
    .referenceArea .classVideoItem {
        margin-bottom: 60px;
    }
}

.referenceArea .classVideoItem .classLink {
    text-align: left;
}

.referenceArea .classVideoItem .classLink .classBox {
    margin-top: 50px;
}

.referenceArea .classVideoItem .titleBox {
    visibility: hidden;
    opacity: 0;
    visibility: hidden;
    transform: translateX(20px);
}

.referenceArea .classVideoItem .titleBox.show {
    opacity: 1;
    visibility: visible;
    transform: translateX(0px);
}

.referenceArea .classVideoItem .videoClass {
    opacity: 0;
    visibility: hidden;
    transform: translateX(20px);
}

.referenceArea .classVideoItem .videoClass.show {
    opacity: 1;
    visibility: visible;
    transform: translateX(0px);
}

.referenceArea .classVideoItem em {
    color: #d3cfe5;
    font-size: 60px;
    line-height: 60px;
    font-weight: bold;
    display: inline-block;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    position: relative;
}

@media (max-width: 600px) {
    .referenceArea .classVideoItem em {
        font-size: 35px;
        line-height: 35px;
    }
}

.referenceArea .classVideoItem em:before {
    content: 'Featured Videos';
    bottom: 30px;
    right: 0;
    color: #ffffff;
    text-transform: none;
    font-size: 18px;
    font-weight: 300;
    position: absolute;
    font-family: 'Homemade Apple', cursive;
    transform: rotate(-11deg) translateY(17px);
    text-decoration: underline;
}

@media (max-width: 600px) {
    .referenceArea .classVideoItem em:before {
        display: none;
    }
}

.referenceArea .depictionTxt {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 99;
    color: #fff;
    width: calc(100% / 4);
    height: 335px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding: 0 40px;
}

@media (max-width: 1180px) {
    .referenceArea .depictionTxt {
        height: 260px;
    }
}

@media (max-width: 930px) {
    .referenceArea .depictionTxt {
        display: none;
    }
}

.referenceArea .depictionTxt .text {
    font-size: 27px;
    letter-spacing: 1px;
    position: relative;
}

.referenceArea .depictionTxt .text:after {
    content: '';
    width: 50px;
    height: 1px;
    background-color: #ffffff40;
    display: block;
    margin: 20px 0;
}

.referenceArea .depictionTxt p {
    font-size: 16px;
    line-height: 28px;
    font-weight: 300;
    letter-spacing: 1px;
}

@media (max-width: 1180px) {
    .referenceArea .depictionTxt p {
        font-size: 13px;
        line-height: 22px;
    }
}

@media (max-width: 1050px) {
    .referenceArea .depictionTxt p {
        display: none;
    }
}

.referenceArea .contentVideoItem {
    position: relative;
}

.referenceArea .parentList {
    display: none !important;
}

.referenceArea .slick-dots {
    position: relative;
    bottom: 0;
    margin-top: 40px;
}

.referenceArea .itemContainer {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(3, 1fr);
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    transform: translteY(-20px);
    opacity: 0;
    visibility: hidden;
}

.referenceArea .itemContainer.show {
    opacity: 1;
    visibility: visible;
    transform: translteY(0px);
}

@media (max-width: 800px) {
    .referenceArea .itemContainer {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: repeat(6, 1fr);
        grid-column-gap: 0px;
        grid-row-gap: 0px;
    }
}

.referenceArea .itemContainer .itemWrap {
    padding: 6px;
}

.referenceArea .itemContainer > div:nth-child(1) {
    grid-area: 1 / 2 / 2 / 3;
    padding: 6px;
}

@media (max-width: 930px) {
    .referenceArea .itemContainer > div:nth-child(1) {
        grid-area: 1 / 1 / 2 / 2;
    }
}

@media (max-width: 800px) {
    .referenceArea .itemContainer > div:nth-child(1) {
        grid-area: 1 / 1 / 2 / 2;
    }
}

.referenceArea .itemContainer > div:nth-child(1):empty {
    position: relative;
}

.referenceArea .itemContainer > div:nth-child(1):empty:before {
    content: '';
    width: 100%;
    height: 100%;
    display: block;
    background-color: #443e63;
}

.referenceArea .itemContainer > div:nth-child(2) {
    grid-area: 2 / 1 / 3 / 2;
    padding: 6px;
}

@media (max-width: 930px) {
    .referenceArea .itemContainer > div:nth-child(2) {
        grid-area: 1 / 2 / 2 / 3;
    }
}

@media (max-width: 800px) {
    .referenceArea .itemContainer > div:nth-child(2) {
        grid-area: 1 / 2 / 2 / 3;
    }
}

.referenceArea .itemContainer > div:nth-child(2):empty {
    position: relative;
}

.referenceArea .itemContainer > div:nth-child(2):empty:before {
    content: '';
    width: 100%;
    height: 100%;
    display: block;
    background-color: #443e63;
}

.referenceArea .itemContainer > div:nth-child(3) {
    grid-area: 2 / 2 / 3 / 3;
    padding: 6px;
}

@media (max-width: 930px) {
    .referenceArea .itemContainer > div:nth-child(3) {
        grid-area: 1 / 3 / 2 / 4;
    }
}

@media (max-width: 800px) {
    .referenceArea .itemContainer > div:nth-child(3) {
        grid-area: 2 / 1 / 3 / 2;
    }
}

.referenceArea .itemContainer > div:nth-child(3):empty {
    position: relative;
}

.referenceArea .itemContainer > div:nth-child(3):empty:before {
    content: '';
    width: 100%;
    height: 100%;
    display: block;
    background-color: #443e63;
}

.referenceArea .itemContainer > div:nth-child(4) {
    grid-area: 2 / 3 / 3 / 4;
    padding: 6px;
}

@media (max-width: 930px) {
    .referenceArea .itemContainer > div:nth-child(4) {
        grid-area: 1 / 4 / 2 / 5;
    }
}

@media (max-width: 800px) {
    .referenceArea .itemContainer > div:nth-child(4) {
        grid-area: 2 / 2 / 3 / 3;
    }
}

.referenceArea .itemContainer > div:nth-child(4):empty {
    position: relative;
}

.referenceArea .itemContainer > div:nth-child(4):empty:before {
    content: '';
    width: 100%;
    height: 100%;
    display: block;
    background-color: #443e63;
}

.referenceArea .itemContainer > div:nth-child(5) {
    grid-area: 2 / 4 / 3 / 5;
    padding: 6px;
}

@media (max-width: 930px) {
    .referenceArea .itemContainer > div:nth-child(5) {
        grid-area: 2 / 1 / 3 / 2;
    }
}

@media (max-width: 800px) {
    .referenceArea .itemContainer > div:nth-child(5) {
        grid-area: 3 / 1 / 4 / 2;
    }
}

.referenceArea .itemContainer > div:nth-child(5):empty {
    position: relative;
}

.referenceArea .itemContainer > div:nth-child(5):empty:before {
    content: '';
    width: 100%;
    height: 100%;
    display: block;
    background-color: #443e63;
}

.referenceArea .itemContainer > div:nth-child(6) {
    grid-area: 3 / 2 / 4 / 3;
    padding: 6px;
}

@media (max-width: 930px) {
    .referenceArea .itemContainer > div:nth-child(6) {
        grid-area: 2 / 2 / 3 / 3;
    }
}

@media (max-width: 800px) {
    .referenceArea .itemContainer > div:nth-child(6) {
        grid-area: 3 / 2 / 4 / 3;
    }
}

.referenceArea .itemContainer > div:nth-child(6):empty {
    position: relative;
}

.referenceArea .itemContainer > div:nth-child(6):empty:before {
    content: '';
    width: 100%;
    height: 100%;
    display: block;
    background-color: #443e63;
}

.referenceArea .itemContainer > div:nth-child(7) {
    grid-area: 3 / 3 / 4 / 4;
    padding: 6px;
}

@media (max-width: 930px) {
    .referenceArea .itemContainer > div:nth-child(7) {
        grid-area: 2 / 3 / 3 / 4;
    }
}

@media (max-width: 800px) {
    .referenceArea .itemContainer > div:nth-child(7) {
        grid-area: 4 / 1 / 5 / 2;
    }
}

.referenceArea .itemContainer > div:nth-child(7):empty {
    position: relative;
}

.referenceArea .itemContainer > div:nth-child(7):empty:before {
    content: '';
    width: 100%;
    height: 100%;
    display: block;
    background-color: #443e63;
}

.referenceArea .itemContainer > div:nth-child(8) {
    grid-area: 1 / 1 / 2 / 2;
    padding: 6px;
}

@media (max-width: 930px) {
    .referenceArea .itemContainer > div:nth-child(8) {
        grid-area: 3 / 1 / 4 / 2;
        display: none;
    }
}

@media (max-width: 800px) {
    .referenceArea .itemContainer > div:nth-child(8) {
        grid-area: 5 / 1 / 6 / 2;
    }
}

.referenceArea .itemContainer > div:nth-child(8):empty {
    position: relative;
}

.referenceArea .itemContainer > div:nth-child(8):empty:before {
    content: '';
    width: 100%;
    height: 100%;
    display: block;
    background-color: #28233d;
}

.referenceArea .itemContainer > div:nth-child(9) {
    grid-area: 1 / 3 / 2 / 5;
}

@media (max-width: 930px) {
    .referenceArea .itemContainer > div:nth-child(9) {
        grid-area: 3 / 3 / 4 / 5;
        display: none;
    }
}

@media (max-width: 800px) {
    .referenceArea .itemContainer > div:nth-child(9) {
        grid-area: 6 / 1 / 7 / 3;
    }
}

.referenceArea .itemContainer > div:nth-child(10) {
    grid-area: 3 / 1 / 4 / 2;
    padding: 6px;
}

@media (max-width: 930px) {
    .referenceArea .itemContainer > div:nth-child(10) {
        grid-area: 3 / 2 / 4 / 3;
        display: none;
    }
}

@media (max-width: 800px) {
    .referenceArea .itemContainer > div:nth-child(10) {
        grid-area: 5 / 2 / 6 / 3;
    }
}

.referenceArea .itemContainer > div:nth-child(10):empty {
    position: relative;
}

.referenceArea .itemContainer > div:nth-child(10):empty:before {
    content: '';
    width: 100%;
    height: 100%;
    display: block;
    background-image: url(../images/slash.png);
    background-repeat: no-repeat;
}

.referenceArea .itemContainer > div:nth-child(11) {
    grid-area: 3 / 4 / 4 / 5;
    padding: 6px;
}

@media (max-width: 930px) {
    .referenceArea .itemContainer > div:nth-child(11) {
        grid-area: 2 / 4 / 3 / 5;
    }
}

@media (max-width: 800px) {
    .referenceArea .itemContainer > div:nth-child(11) {
        grid-area: 4 / 2 / 5 / 3;
    }
}

.referenceArea .itemContainer > div:nth-child(11):empty {
    position: relative;
}

.referenceArea .itemContainer > div:nth-child(11):empty:before {
    content: '';
    width: 100%;
    height: 100%;
    display: block;
    background-color: #ce1a1d;
}

.referenceArea .itemContainer .Img img {
    width: 100%;
}

.referenceArea .itemContainer .item {
    background-color: #ccc;
    position: relative;
}

.referenceArea .itemContainer .item:hover .Txt {
    opacity: 1;
    visibility: visible;
}

.referenceArea .itemContainer .item .Txt {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 40px;
    visibility: hidden;
    opacity: 0;
    background-color: #00000069;
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
    cursor: pointer;
}

.referenceArea .itemContainer .item .Txt h3 {
    color: #fff;
    font-size: 18px;
    letter-spacing: .5px;
    font-weight: 400;
    margin-bottom: 20px;
    cursor: pointer;
}

.referenceArea .itemContainer .item .Txt p {
    color: #fff;
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 0px;
    line-height: 28px;
    height: 100px;
    overflow: hidden;
}
