@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@600&display=swap');
/* asd */
@font-face {
    font-family: 'Pretendard';
    src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
}
@font-face {
    font-family: 'Pretendard';
    src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-ExtraLight.woff') format('woff');
    font-weight: 200;
    font-style: normal;
}
@font-face {
    font-family: 'Pretendard';
    src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'Pretendard';
    src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'Pretendard';
    src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'Pretendard';
    src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
}
@font-face {
    font-family: 'Pretendard';
    src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: 'Pretendard';
    src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-ExtraBold.woff') format('woff');
    font-weight: 800;
    font-style: normal;
}
.mont{
    font-family: 'Montserrat', sans-serif;
}
.ptd{
    font-family: 'Pretendard';
}
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Pretendard';
}
ul, li{
    list-style: none;
}
.new-key-visual{
    position: relative;
    width: 100%;
    height: 1045px;
}

.new-key-visual .total-state{position: absolute; left:0; bottom:50px; width:797px;}
.new-key-visual .state-wrap{position: relative; padding-left:47px; z-index: 2; box-sizing:border-box;}
.new-key-visual .state-wrap .number{font-size: 15px; color: #fff; opacity: .5; position: absolute; left:9px; top:-7px;}
.new-key-visual .state-wrap .number span{font-size: 15px; color: #fff; opacity: .5;}
.new-key-visual .state-wrap .bar-wrap{width: 650px; background-color: #999999; height: 2px; position: relative; display:inline-block; vertical-align: top;}

.new-key-visual .state-wrap .controls{position: absolute; right:0; top:-6px; font-size: 0;}
.new-key-visual .state-wrap .controls .ti-pr-bt{width: 9px; height: 15px; overflow: hidden; text-indent: -9999px; background: url("../images/common/key_new_arrow1.png") no-repeat; margin-right: 47px;}
.new-key-visual .state-wrap .controls .ti-nt-bt{width: 9px; height: 15px; overflow: hidden; text-indent: -9999px; background: url("../images/common/key_new_arrow2.png") no-repeat;}

.new-key-visual #textWrap{width: 797px; height: 515px;background: url("../images/common/key_txt_bg.png") no-repeat; margin-top: 3px; padding-top: 43px; box-sizing:border-box;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.new-key-visual #textWrap.roll1{background: url("../images/common/key_txt_bg.png") no-repeat;}
.new-key-visual #textWrap.roll2{background: url("../images/common/key_txt_bg2.png") no-repeat;}
.new-key-visual #textWrap.roll3{background: url("../images/common/key_txt_bg3.png") no-repeat;}
.new-key-visual #textWrap.roll4{background: url("../images/common/key_txt_bg4.png") no-repeat;}
.new-key-visual #textWrap.roll1 .key-unit:nth-child(1) img{left:0; opacity: 1;
    -webkit-transition: all 1.3s ease;
    -moz-transition: all 1.3s ease;
    -ms-transition: all 1.3s ease;
    -o-transition: all 1.3s ease;
    transition: all 1.3s ease;
    transition-delay: 750ms;}
.new-key-visual #textWrap.roll1 .key-unit:nth-child(1) .tit{opacity: 1; top:0;
    -webkit-transition: all 1.3s ease;
    -moz-transition: all 1.3s ease;
    -ms-transition: all 1.3s ease;
    -o-transition: all 1.3s ease;
    transition: all 1.3s ease;}
.new-key-visual #textWrap.roll1 .key-unit:nth-child(1) .txt{opacity: 1; top:0;
    -webkit-transition: all 1.3s ease;
    -moz-transition: all 1.3s ease;
    -ms-transition: all 1.3s ease;
    -o-transition: all 1.3s ease;
    transition: all 1.3s ease;
    transition-delay: 350ms;}
.new-key-visual #textWrap.roll1 .key-unit:nth-child(1) .bt{opacity: 1; top:0;
    -webkit-transition: all 1.3s ease;
    -moz-transition: all 1.3s ease;
    -ms-transition: all 1.3s ease;
    -o-transition: all 1.3s ease;
    transition: all 1.3s ease;
    transition-delay: 550ms;}

.new-key-visual #textWrap.roll2 .key-unit:nth-child(2) img{left:0; opacity: 1;
    -webkit-transition: all 1.3s ease;
    -moz-transition: all 1.3s ease;
    -ms-transition: all 1.3s ease;
    -o-transition: all 1.3s ease;
    transition: all 1.3s ease;
    transition-delay: 750ms;}
.new-key-visual #textWrap.roll2 .key-unit:nth-child(2) .tit{opacity: 1; top:0;
    -webkit-transition: all 1.3s ease;
    -moz-transition: all 1.3s ease;
    -ms-transition: all 1.3s ease;
    -o-transition: all 1.3s ease;
    transition: all 1.3s ease;}
.new-key-visual #textWrap.roll2 .key-unit:nth-child(2) .txt{opacity: 1; top:0;
    -webkit-transition: all 1.3s ease;
    -moz-transition: all 1.3s ease;
    -ms-transition: all 1.3s ease;
    -o-transition: all 1.3s ease;
    transition: all 1.3s ease;
    transition-delay: 350ms;}
.new-key-visual #textWrap.roll2 .key-unit:nth-child(2) .bt{opacity: 1; top:0;
    -webkit-transition: all 1.3s ease;
    -moz-transition: all 1.3s ease;
    -ms-transition: all 1.3s ease;
    -o-transition: all 1.3s ease;
    transition: all 1.3s ease;
    transition-delay: 550ms;}

.new-key-visual #textWrap.roll3 .key-unit:nth-child(3) img{left:0; opacity: 1;
    -webkit-transition: all 1.3s ease;
    -moz-transition: all 1.3s ease;
    -ms-transition: all 1.3s ease;
    -o-transition: all 1.3s ease;
    transition: all 1.3s ease;
    transition-delay: 750ms;}
.new-key-visual #textWrap.roll3 .key-unit:nth-child(3) .tit{opacity: 1; top:0;
    -webkit-transition: all 1.3s ease;
    -moz-transition: all 1.3s ease;
    -ms-transition: all 1.3s ease;
    -o-transition: all 1.3s ease;
    transition: all 1.3s ease;}
.new-key-visual #textWrap.roll3 .key-unit:nth-child(3) .txt{opacity: 1; top:0;
    -webkit-transition: all 1.3s ease;
    -moz-transition: all 1.3s ease;
    -ms-transition: all 1.3s ease;
    -o-transition: all 1.3s ease;
    transition: all 1.3s ease;
    transition-delay: 350ms;}
.new-key-visual #textWrap.roll3 .key-unit:nth-child(3) .bt{opacity: 1; top:0;
    -webkit-transition: all 1.3s ease;
    -moz-transition: all 1.3s ease;
    -ms-transition: all 1.3s ease;
    -o-transition: all 1.3s ease;
    transition: all 1.3s ease;
    transition-delay: 550ms;}
.new-key-visual #textWrap.roll4 .key-unit:nth-child(4) img{left:0; opacity: 1;
    -webkit-transition: all 1.3s ease;
    -moz-transition: all 1.3s ease;
    -ms-transition: all 1.3s ease;
    -o-transition: all 1.3s ease;
    transition: all 1.3s ease;
    transition-delay: 750ms;}
.new-key-visual #textWrap.roll4 .key-unit:nth-child(4) .tit{opacity: 1; top:0;
    -webkit-transition: all 1.3s ease;
    -moz-transition: all 1.3s ease;
    -ms-transition: all 1.3s ease;
    -o-transition: all 1.3s ease;
    transition: all 1.3s ease;}
.new-key-visual #textWrap.roll4 .key-unit:nth-child(4) .txt{opacity: 1; top:0;
    -webkit-transition: all 1.3s ease;
    -moz-transition: all 1.3s ease;
    -ms-transition: all 1.3s ease;
    -o-transition: all 1.3s ease;
    transition: all 1.3s ease;
    transition-delay: 350ms;}
.new-key-visual #textWrap.roll4 .key-unit:nth-child(4) .bt{opacity: 1; top:0;
    -webkit-transition: all 1.3s ease;
    -moz-transition: all 1.3s ease;
    -ms-transition: all 1.3s ease;
    -o-transition: all 1.3s ease;
    transition: all 1.3s ease;
    transition-delay: 550ms;}
.new-key-visual #textWrap.roll1 .key-unit:nth-child(1){z-index:99;}
.new-key-visual #textWrap.roll2 .key-unit:nth-child(2){z-index:99;}
.new-key-visual #textWrap.roll3 .key-unit:nth-child(3){z-index:99;}
.new-key-visual #textWrap.roll4 .key-unit:nth-child(4){z-index:99;}

.new-key-visual #textWrap .key-unit{padding-left: 260px; position: absolute; top:0; left:0;
    height: 533px; padding-top: 61px;
}
.new-key-visual #textWrap .key-unit img{position: absolute; left:-250px; bottom:-50px;
    -webkit-transition: all .7s ease;
    -moz-transition: all .7s ease;
    -ms-transition: all .7s ease;
    -o-transition: all .7s ease;
    transition: all .7s ease;
    transition-delay: 0;
    opacity: 0;
}
.new-key-visual #textWrap .key-unit.img-w img{left:-311px;}

.new-key-visual #textWrap .key-unit .tit{color: #66ccff; font-weight: 100; font-size: 60px; line-height: 70px;
    -webkit-transition: all .7s ease;
    -moz-transition: all .7s ease;
    -ms-transition: all .7s ease;
    -o-transition: all .7s ease;
    transition: all .7s ease;
    position: relative;
    opacity: 0;
    top:40px;
}

.new-key-visual #textWrap .key-unit:nth-child(2) .tit{color: #f3c5a5;}
.new-key-visual #textWrap .key-unit:nth-child(3) .tit{color: #dea5f3;}
.new-key-visual #textWrap .key-unit:nth-child(4) .tit{color: #f0f3a5;}


.new-key-visual #textWrap .key-unit:nth-child(3) .bt{margin-top: 42px;}

.new-key-visual #textWrap .key-unit .tit span{font-weight: 700;}
.new-key-visual #textWrap .key-unit .tit em{font-size: 30px;}
.new-key-visual #textWrap .key-unit .txt{color: #fff; font-size: 22px; font-weight: 500; line-height: 29px; margin-top: 43px;
    -webkit-transition: all .7s ease;
    -moz-transition: all .7s ease;
    -ms-transition: all .7s ease;
    -o-transition: all .7s ease;
    transition: all .7s ease;
    position: relative;
    opacity: 0;
    top:40px;
    transition-delay: 0;
}

.new-key-visual #textWrap .key-unit .bt{margin-top: 62px;
    font-size: 0;
    -webkit-transition: all .7s ease;
    -moz-transition: all .7s ease;
    -ms-transition: all .7s ease;
    -o-transition: all .7s ease;
    transition: all .7s ease;
    position: relative;
    opacity: 0;
    top:40px;
    transition-delay: 0;
}
.new-key-visual #textWrap .key-unit .bt a{display:inline-block; height: 71px; line-height: 71px; padding:0 31px; background-color: #000; margin-left: 20px;
    box-shadow: 0px 3px 4.75px 0.25px rgba(0, 0, 0, 0.5); border-radius:42px;
}
.new-key-visual #textWrap .key-unit .bt a:first-child{margin-left: 0;}
.new-key-visual #textWrap .key-unit .bt a span{color: #fff; font-weight: 700; font-size: 22px; padding-right: 30px; position: relative;}
.new-key-visual #textWrap .key-unit .bt a span:after{
    position: absolute; right:0; top:50%; width: 15px; height: 15px; content:"";
    background:url("../images/common/m_key_arrow.png") no-repeat;
    margin-top: -6px;
}

.new-key-visual .slider-box{position:absolute; left:0; top:0; height: 100%; width:100%;}
.new-key-visual .slick-slide{width:100%; height:100%;}
.new-key-visual #slideBackGround{
    -webkit-transition: all 1.3s ease;
    -moz-transition: all 1.3s ease;
    -ms-transition: all 1.3s ease;
    -o-transition: all 1.3s ease;
    transition: all 1.3s ease;
}
.new-key-visual #slideBackGround.slide1{width:100%; height:100%;background:orange; position: absolute; left:0; top:0;background:url("../img/main_slide1.jpg") 50% 50% no-repeat; background-size:cover;}
.new-key-visual #slideBackGround.slide2{width:100%; height:100%;background:orange; position: absolute; left:0; top:0;background:url("../img/main_slide2.jpg") 50% 50% no-repeat; background-size:cover;}
.new-key-visual #slideBackGround.slide3{width:100%; height:100%;background:orange; position: absolute; left:0; top:0;background:url("../img/main_slide1.jpg") 50% 50% no-repeat; background-size:cover;}
.new-key-visual #slideBackGround.slide4{width:100%; height:100%;background:orange; position: absolute; left:0; top:0;background:url("../img/main_slide2.jpg") 50% 50% no-repeat; background-size:cover;}

.new-key-visual .slick-list,
.new-key-visual .slick-slider,
.new-key-visual .slick-track{height:100%;}
.new-key-visual .slick-arrow {position:absolute; display:block; width:50px; height:50px; top: 125px; z-index:9; border:0; background:none; color:rgba(0,0,0,0)}
.new-key-visual .slick-arrow.slick-prev {left:0; width: 0; height: 0; overflow: hidden;}
.new-key-visual .slick-arrow.slick-next {right:0; width: 0; height: 0; overflow: hidden;}
.new-key-visual .slick-dots li{display:none;}
.new-key-visual .slick-dots .slick-active{display:block;}
.new-key-visual .pro-bar{
    position:absolute;
    bottom:0;
    left:0;
    width:0;
    height:2px;
    background: #1960d5;
}
.new-key-visual .pro-ani{
    animation: proBar 10s 1;
    width:100%;
}

@keyframes proBar{
    0%{width:0;}
    100%{width:100%;}
}
.slick-slider li{
    font-size: 0;
}
.sec2 .swiper-pagination-bullet{
    margin-bottom: 10px;
}
.sec2 .swiper-pagination22 .swiper-pagination-bullet {
    position: relative;
    width: 100%;
    height: auto;
    background: transparent;
    opacity: 1.0;
    margin-top: 0 !important;
    margin-right: 0 !important;
    margin-bottom: 10px;
    margin-left: 0 !important;
    font-size: 18px;
    line-height: 18px;
    text-align: left;
    padding: 20px 0 18px 0;
    letter-spacing: -1px;
    text-align: left;
    font-weight: 400;
    border: 1px solid #ddd;
}
.sec2 .swiper-pagination22 .swiper-pagination-bullet-active {
    object-fit: contain;
    background-image: linear-gradient(90deg, #5a179a 10%, #7522bf 70%, #5a179a 100%) !important;
    color: #fff;
    text-align: left;
    margin-left: 0 !important;
    font-weight: 600;
    border: 0;
}
.sec2 .swiper-pagination22 .swiper-pagination-bullet-active span{
    color: #fff;
}
.sec2 .logo_txt{
    background-image: linear-gradient(90deg, #afafaf 10%, #865ca5 100%) !important;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.sec4 .media-project-hover {
    width: 100%;
    width: 100%;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    border-right: 0;
    position: relative;
    -webkit-transition: background 0.5s ease-in-out;
    -o-transition: background 0.5s ease-in-out;
    -moz-transition: background 0.5s ease-in-out;
    transition: background 0.5s ease-in-out;
    box-sizing: border-box;
    padding: 0 0 0 7%;
    border-bottom: 1px solid rgba(242, 242, 242, 0.3);
}
.sec4 .media-project-hover .bg-overlay {
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-transform: scaleX(0);
    -moz-transform: scaleX(0);
    -ms-transform: scaleX(0);
    -o-transform: scaleX(0);
    transform: scaleX(0);
}
.sec4 .media-project-hover:hover .bg-overlay {
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    -ms-transform: scaleX(1);
    -o-transform: scaleX(1);
    transform: scaleX(1);
}
.sec4 .media-project-hover:hover .video-link {
    opacity: 1;
}
.sec4 .sec4_txt{
    display: flex;
    flex-direction: column-reverse;
}
.sec4 .video-link {
    display: none;
}
.sec4 .media-project-hover .media__body {
    position: relative;
    display: flex;
    align-items: center;
    margin-top: 5px;
}
.sec4 .media-project-hover .media__sub-title {
    color: #b4b4b4;
    font-size: 9px;
    letter-spacing: -0.5px;
}
.sec4 .media-project-hover .media__sub-title.act {
    color: #a687c8;
}
.sec4 .media-project-hover .media__title a {
    font-family: 'Pretendard-Semibold';
    font-size: 27px;
    color: #fff;
    line-height: -webkit-calc(26/26);
    line-height: -moz-calc(26/26);
    line-height: calc(26/26);
    display: block;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
    letter-spacing: -1px;
    text-decoration: none;
}
.sec4 .media-project-hover .media__title a:hover {
    text-decoration: none;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.sec4 .media-project-hover .media__number {
    display: block;
    font-size: 40px;
    color: #fff;
    font-weight: 500;
    margin-right: 15px;
    margin-top: -8px;
}
.sec4 .media-project-hover .media__number.act {
    color: #b55bff;
}
#fs-container {
    background: url("../img/bg-project-01.jpg") no-repeat;
    background-size: cover;
    height: 700px;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
    position: relative;
    z-index: 10;
    flex-direction: column;
}
.sec4.section {
    position: relative;
    z-index: 9;
}
.sec4 .bg-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 0;
}
.sec4 .media-project-hover .media__title .spbr{
    display: none;
}
.sec4 .media-project-hover .media__title a span{
    font-size: 12px;
    margin-left: 3px;
}

.sec2 .swiper-pagination22 .swiper-pagination-bullet {
    margin-bottom: 8px;
}

@layer utilities {
    .scrollbar::-webkit-scrollbar {
        height: 4px;
    }
    .scrollbar::-webkit-scrollbar-track {
        background: #656565;
    }
    .scrollbar::-webkit-scrollbar-thumb {
        background: #fff;
    }
    .scrollbar::-webkit-scrollbar-thumb:hover {
        background: #ccc;
    }
}

@media (min-width: 768px){
    #fs-container {
        flex-direction: row;
        height: 1000px;
    }
    .sec4 .media-project-hover .media__title .spbr{
        display: block;
    }
    .sec4 .media-project-hover .media__title a span{
        font-size: 22px;
        margin-left: 0px;
    }
    .sec4 .media-project-hover .media__number {
        font-size: 60px;
        margin-bottom: 10px;
        margin-right: 0;
        margin-top: 0;
    }
    .sec4 .media-project-hover {
        width: 100%;
        width: 100%;
        width: 100%;
        height: 100%;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        border-right: 0;
        position: relative;
        -webkit-transition: background 0.5s ease-in-out;
        -o-transition: background 0.5s ease-in-out;
        -moz-transition: background 0.5s ease-in-out;
        transition: background 0.5s ease-in-out;
        float: left;
        box-sizing: border-box;
        padding: 0;
    }
    .sec4 .media-project-hover .media__sub-title {
        color: #fff;
        font-size: 12px;
        margin-bottom: 10px;
    }
    .sec4 .video-link {
        display: block;
        position: absolute;
        bottom: -70px;
        left: 50%;
        margin-left: -30px;
        width: 60px;
        height: 60px;
        background: url('../img/sec4_arr1.png') no-repeat;
        background-size: 60px 60px;
        opacity: 0;
    }
    .sec4 .media-project-hover .media__body {
        display: block;
        text-align: center;
        padding: 0 10px;
        position: relative;
        height: 218px;
        margin-top: 0;
    }
    .sec4 .sec4_txt{
        display: flex;
        flex-direction: column;
    }
    .sec4 .media-project-hover .media__title {
        margin-bottom: 60px;
    }
    .sec4 .media-project-hover {
        width: -webkit-calc(100% / 5);
        width: -moz-calc(100% / 5);
        width: calc(100% / 5);
        border-right: 1px solid rgba(242, 242, 242, 0.3);
        border-bottom: 0;
    }
    .sec2 .swiper-pagination22 .swiper-pagination-bullet {
        width: 300px;
        border: 0;
        border-bottom: 1px solid #ddd;
    }
    .sec2 .swiper-pagination22 .swiper-pagination-bullet-active {
        text-align: left;
    }
    .sec4 .media-project-hover .media__title a {
        font-size: 22px;
        line-height: -webkit-calc(22/22);
        line-height: -moz-calc(22/22);
        line-height: calc(22/22);
    }
}
@media (min-width: 1024px){
    .sec2 .swiper-pagination22 .swiper-pagination-bullet {
        width: 385px;
        padding: 27px 0 25px 0;
    }
    .sec4 .media-project-hover .media__title a {
        font-size: 28px;
        line-height: -webkit-calc(28/28);
        line-height: -moz-calc(28/28);
        line-height: calc(28/28);
    }
}
@media (min-width: 1280px){
    .sec2 .swiper-slide{
        max-width: 586px;
    }
    .sec2 .swiper-horizontal>.swiper-pagination-bullets{
        width: 560px;
        margin-right: 137px;
    }
    .sec4 .media-project-hover .media__title a {
        font-size: 36px;
        line-height: -webkit-calc(36/36);
        line-height: -moz-calc(36/36);
        line-height: calc(36/36);
    }
}
@media (min-width: 1330px){
    .sec4 .media-project-hover .media__title a {
        font-size: 38px;
        line-height: -webkit-calc(38/38);
        line-height: -moz-calc(38/38);
        line-height: calc(38/38);
    }
}