@charset "utf-8";
/* CSS Document */
@import url(http://fonts.googleapis.com/earlyaccess/nanumgothic.css);

::selection {background:#d81921; color:#FFF; text-shadow:none;}
::-moz-selection {background:#d81921; color:#FFF; text-shadow:none;}
::-webkit-selection {background:#d81921; color:#FFF; text-shadow:none;} 


        html {line-height: 1.15; -ms-text-size-adjust: 100%;-webkit-text-size-adjust: 100%}
        body {margin: 0;/* min-width: 1280px; */width:100%; overflow: scroll;font-family: "Nanum Gothic", sans-serif;margin: 0 auto; text-align: left;}
		article, aside, footer, header, nav, section {display: block}
		h1 { font-size: 2em; margin: 0.67em 0 }
		main {display: block }
        hr {box-sizing: content-box; height: 0;overflow: visible}
		a { background-color: transparent;-webkit-text-decoration-skip: objects}
        a:active, a:hover {outline-width: 0}
		b,strong {font-weight: inherit}
        b,strong {font-weight: bolder}
        mark {background-color: #ff0;color: #000}
        small {font-size: 80%}
        sub,sup {font-size: 75%;line-height: 0;position: relative; vertical-align: baseline}
        sub { bottom: -0.25em}
        sup { top: -0.5em}
        img {border-style: none}
        svg:not(:root) {overflow: hidden}
        button,input, optgroup, select,textarea {font-family: sans-serif; font-size: 100%;line-height: 1.15;margin: 0 }
        button,input {overflow: visible}
        button,select { text-transform: none}
        .slick-slider {position: relative; display: block;box-sizing: border-box; -webkit-touch-callout: none;-webkit-user-select: none; -moz-user-select: none;-ms-user-select: none;user-select: none;-ms-touch-action: pan-y; touch-action: pan-y;-webkit-tap-highlight-color: transparent;}
        .slick-list {position: relative;overflow: hidden;display: block;margin: 0; padding: 0}
        .slick-list:focus {outline: none }
        .slick-list.dragging {cursor: pointer; cursor: hand;}
        .slick-slider .slick-track, .slick-slider .slick-list { -ms-transform: translate3d(0, 0, 0);transform: translate3d(0, 0, 0);}
        .slick-track {position: relative; left: 0;top: 0;display: block;width:100% !important;}
        .slick-track:before,.slick-track:after {content: "";display: table }
        .slick-track:after {clear: both }
        .slick-loading .slick-track { visibility: hidden;}
        .slick-slide {float: left;height: 100%;min-height: 1px;display: none;}
        [dir="rtl"] .slick-slide { float: right}

        .slick-slide img {
            display: block
        }

        .slick-slide.slick-loading img {
            display: none
        }

        .slick-slide.dragging img {
            pointer-events: none
        }

        .slick-initialized .slick-slide {
            display: block
        }

        .slick-loading .slick-slide {
            visibility: hidden
        }

        .slick-vertical .slick-slide {
            display: block;
            height: auto;
            border: 1px solid transparent
        }

        .slick-arrow.slick-hidden {
            display: none
        }

        @keyframes go-in {
            0% {
                opacity: 0;
                transform: translateY(-5.55556rem)
            }
            100% {
                opacity: 1;
                transform: translateY(0rem)
            }
        }

        @keyframes go-out {
            100% {
                opacity: 0;
                transform: translateY(-5.55556rem)
            }
        }

        @keyframes fiche-in {
            0% {
                opacity: 0;
                transform: translate(-50%, -70%)
            }
            100% {
                opacity: 1;
                transform: translate(-50%, -50%)
            }
        }

        @keyframes results-in {
            0% {
                opacity: 0
            }
            100% {
                opacity: 1
            }
        }

        @keyframes results-out {
            100% {
                opacity: 0
            }
        }

        @keyframes go-in-invert {
            0% {
                opacity: 0;
                transform: translateY(5.55556rem)
            }
            100% {
                opacity: 1;
                transform: translateY(0rem)
            }
        }

        @keyframes go-out-invert {
            100% {
                opacity: 0;
                transform: translateY(5.55556rem)
            }
        }

        @keyframes bar-title-in {
            0% {
                opacity: 0;
                transform: translate(-50%, 5.55556rem)
            }
            100% {
                opacity: 1;
                transform: translate(-50%, 0rem)
            }
        }

        @keyframes bar-title-left-in {
            0% {
                opacity: 0;
                transform: translate(0%, 5.55556rem)
            }
            100% {
                opacity: 1;
                transform: translate(0%, 0rem)
            }
        }

        html {
            overflow-x: hidden;
            overflow-y: scroll
        }

        body {
            overflow: hidden;
            text-rendering: auto;
            -webkit-text-size-adjust: 100%;
            -ms-text-size-adjust: 100%;
            text-size-adjust: 100%;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale
        }

        body.hide-scroll {
            overflow: hidden
        }

        body.is_post .addthis-smartlayers {
            z-index: 998;
            position: fixed;
            visibility: visible !important
        }

        body .addthis-smartlayers {
            visibility: hidden !important
        }

        body .addthis-smartlayers.hide {
            display: none !important
        }

        p,
        ul,
        ol,
        h1,
        h2,
        h3,
        h4,
        h5,
        h6 table {
            margin: 0;
            padding: 0;
            font-weight: normal
        }

        h1,
        h2,
        .heading2 {
			font-family: "Gotham A", "Gotham B" !important;
		    font-style: normal;
    		font-weight: 800!important;
            color: #303030;
			font-size: 3rem !important;
            font-weight: 400;
            line-height: 1em;
            text-align: center;
            position: relative;
          /*   padding-bottom: 2.5rem; */
            margin-bottom: 3rem;
        }



        h1:after,
        h2:after,
        .heading2:after {
            left: 50%;
            bottom: 0;
            content: '';
            position: absolute;

            -ms-transform: translate(-50%, 0%);
            transform: translate(-50%, 0%)
        }

        h1 small,
        h2 small,
        .heading2 small {
            display: block;
            margin-top: 0.5em;
            font-size: 1rem;
			font-family: "Gotham A", "Gotham B" !important;
		    font-style: normal;
    		font-weight: 200;
            line-height: 1.5em;
            letter-spacing: -0.5px;
        }

        a:link,
        a:visited {
            text-decoration: none
        }

        .clear {
            clear: both
        }

        .tb {
            width: 100%;
            height: 100%;
            display: table
        }

        .tb .td {
            display: table-cell;
            vertical-align: middle
        }

        .row {
            margin-left: auto;
            margin-right: auto;
            max-width: 77.77778rem
        }


        .row-wide {
            width: 100%;
			margin-left: auto;
            margin-right: auto;
        }

        .flex {
            display: flex;
            flex-flow: row wrap;
            -webkit-flex-flow: row wrap;
            display: -ms-flexbox;
            -ms-flex-flow: row wrap;
            -ms-align-content: flex-start;
            -ms-flex-line-pack: start;
            align-content: flex-start
        }

        .flex .item {
            vertical-align: top;
            display: inline-block;
            box-sizing: border-box
        }
 

        #ratio {
            width: 5.55556rem
        }

        #s-xl {
            display: none
        }



        #s-lg {
            display: none
        }

  

        #s-md {
            display: none
        }


        #s-sm {
            display: none
        }

      
        #site {
            background-color: #;
            padding-top: 10rem;
            transition: background-color 400ms
        }


        #site.lock {
            z-index: 1;
            width: 100%;
            position: fixed
        }

        #site.home {
            background-color:rgb(255,255,255,0) !important;
            padding-top: 0rem
        }


		#site.home #mainbg3 {
			z-index: 111111;
            padding-top: 8.33333rem;
            padding-bottom:;
            margin-bottom: ;
			min-height: 1800px;
			
			background: url(/pages/images/renew/mainbg3.png)no-repeat top/100%;
			
        }

        #site.home #mainbg2 {min-height: 1700px; background-color:transparent; width:100%;
        }

  

        #constellation,
        #constellation-head {
            top: 0;
            left: 0;
            z-index: 0;
            width: 100%;
            height: 100%;
            position: fixed;
            animation: go-in 1000ms 1 0ms forwards
        }

        #constellation.anim-out,
        #constellation-head.anim-out {
            animation: go-out 1000ms 1 0ms forwards
        }

 
        #main {
            z-index: 2;
            min-height: 100vh;
            position: relative
        }


        #header.home #logo,    
        #header.home #head-title {
            opacity: 1; 
        }
		#header.home #logo2 {
            opacity: 1;  z-index: 11111111; padding: 0 0 0 0;  position: absolute; height: 50px !important
        }

        #header.home #logo,
        #header.home #langues {
            background-color: rgba(255, 255, 255, 0)
        }
		#header.home #logo2 {
            background-color: rgba(255, 255, 255, 0); z-index: 11111111111; height: 70px !important; padding-top: 20px;
        }

        #header.scrolled #posnav {
            height: 70px
        }


        #header.contact #contact {
            top: 0%
        }

        #header.contact #navs #nav .scroll {
            top: -100% !important
        }

        #header.cta #posnav .b {
            background-color: rgba(255, 255, 255, 0.7)
        }

        #header.cta #head-title {
            color: #FFF;
            letter-spacing: 0.32em
        }

        #header.cta #head-title a:link,
        #header.cta #head-title a:visited {
            color: #FFF
        }

        #header.cta #head-title a:after {
            display: block
        }

  
        #header #logo,

        #header #logo2{padding-left: 30px !important;
            top: 0%;
            height: 100%;
            font-weight: 400;
            position: absolute; z-index: 11111111111 !important;
            text-align: center;
            font-size: 1.33333rem;
            transition: opacity 400ms, background-color 400ms
        }
        #header #logo {
            left: 0;
            z-index: 2;            
			margin-left: 30px;
        }

		.main{clear: both; opacity: 1 !important;  border-top: 1px solid #e6e6e6; padding-left: 40px !important; }

  
        #header .head {
            z-index: 1;
            height: 100%;
            position: relative
        }

        @keyframes logo-in {
            0% {
                opacity: 0;
                transform: translate(-50%, -5.55556rem)
            }
            100% {
                opacity: 1;
                transform: translate(-50%, -50%)
            }
        }

        @keyframes logo-out {
            100% {
                opacity: 0;
                transform: translate(-50%, -50%)
            }
        }

        @keyframes logo-scroll {
            0% {
                opacity: 1;
                transform: translate(-50%, -50%)
            }
            100% {
                opacity: 0;
                transform: translate(-50%, -5.55556rem)
            }
        }

        #slides-home {
            width: 100%;
            height: auto; 
            overflow: hidden;
            position: relative;
			text-align: center;
            animation: go-in 1000ms 1 0ms forwards;
			/*background: url(http://www.mezzomedia.co.kr/images/bg_main1.jpg) no-repeat top center fixed; */

        }

        #slides-home.anim-out {
            animation: go-out 1000ms 1 0ms forwards
        }

        #slides-home #logo-home {
            top: 45%;
            left: 85%;
            z-index: 1;
            opacity: 0;
            font-weight: 400;
            position: absolute;
            -ms-transform-origin: left top;
            transform-origin: left top;
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
            font-size: 1.33333rem;
            animation: logo-in 1000ms 1 500ms forwards;

        }

        #slides-home #logo-home.anim-out {
            animation: logo-out 1000ms 1 0ms forwards
        }

        #slides-home #logo-home.quit {
            animation: logo-scroll 400ms 1 0ms forwards
        }




        #slides-home .items {
            z-index: 0;
            width: 100%;
            /* height: 100%; */
            position: relative;
           
			
        }

        #slides-home .items .item {
            width: 100%;
            height: 800px;
            position: relative;
            opacity: 1 !important;
            background-size: cover;
            background-repeat: no-repeat;
            background-position: center center;

        }

        #slides-home .show-credit {
            opacity: 1
        }
			
.ms_wheel{width:84px; height: 84px; background: #fff; border-radius:100px; top:656px; left: 50%; z-index: 11111111 !important; position: absolute; }


@keyframes scroll{
	0%{
    opacity: 1}
	100%{
    opacity: 0;
    transform: translateY(18px)}
}
        @keyframes box-in {
            0% {
                opacity: 0;
                transform: translate(0%, -11.11111rem)
            }
            100% {
                opacity: 1;
                transform: translate(0%, 0%)
            }
        }

        @keyframes box-go-left {
            0% {
                opacity: 1;
                transform: translate(0%, 0%)
            }
            100% {
                opacity: 0;
                transform: translate(-50%, 0%)
            }
        }

        @keyframes box-go-right {
            0% {
                opacity: 1;
                transform: translate(0%, 0%)
            }
            100% {
                opacity: 0;
                transform: translate(50%, 0%)
            }
        }


 		#mainbg2 {
            animation: go-in 1000ms 1 0ms forwards;
            position: relative;
			margin-top: -330px;
			/*z-index: 20 !important;*/
			background: url(/pages/images/renew/mainbg2.png)top/100% no-repeat;
        }

        #mainbg2.anim-out {
            animation: go-out 1000ms 1 0ms forwards
        }


 		#mainbg2 h1:after,
        #mainbg2 h2:after,
        #mainbg2 .heading2:after {
            background-color: #0ab7d6
        }

        #mainbg2 header {
            opacity: 0;padding-top: 270px;
            transition: opacity 1000ms;
        }

        #mainbg2 header.onscreen {
            opacity: 1
        }

        #mainbg2 header.onscreen h3:after {
            animation: bar-title-in 1000ms 1 0ms forwards
        }


        #mainbg2.anim-out.onscreen .items .item:nth-child(1) {
            animation: box-go-left 1000ms 1 0ms forwards
        }

        #mainbg2.anim-out.onscreen .items .item:nth-child(3) {
            animation: box-go-right 1000ms 1 0ms forwards
        }

        #mainbg2.onscreen .items .item:nth-child(1) {
            animation: box-in 1000ms 1 200ms forwards
        }

        #mainbg2.onscreen .items .item:nth-child(2) {
            animation: box-in 1000ms 1 600ms forwards
        }

        #mainbg2.onscreen .items .item:nth-child(3) {
            animation: box-in 1000ms 1 1000ms forwards
        }

        #mainbg2 h4 {
            margin-bottom: 0.7em;
            font-size: 1.66667rem
        }

        #mainbg2 .items {
            width: 100%;
            /* margin-left: auto;
            margin-right: auto; */
            -ms-flex-pack: center;
            justify-content: center;
			position: absolute; z-index: 100;
			padding:0 5%;
			left: 50%;
    margin-left: -42.5%;
        }

     

        #mainbg2 .items:hover .item:after {
            -webkit-filter: brightness(97%);
            filter: brightness(97%);
            -ms-transform: scale(0.95, 0.9);
            transform: scale(0.95, 0.9)
        }

        #mainbg2 .items:hover .item .box {
            -webkit-filter: brightness(97%);
            filter: brightness(97%);
            -ms-transform: scale(0.95, 0.9);
            transform: scale(0.95, 0.9)
        }

        #mainbg2 .items .item {
            opacity: 0;
            z-index: 0;
          
            position: relative
        }

  
        #mainbg2 .items .item:after {
            top: 0;
            left: 0;
            z-index: 0;
            content: '';
            width: 100%;
            height: 100%;
            position: absolute;
            background-color: #FFF;
            border: 1px solid #e6e6e6;
            transition: transform 400ms, -webkit-filter 400ms;
            transition: transform 400ms, filter 400ms;
            transition: transform 400ms, filter 400ms, -webkit-filter 400ms
        }

        #mainbg2 .items .item:hover {
            z-index: 1
        }

        #mainbg2 .items .item:hover:after {
            -webkit-filter: brightness(100%);
            filter: brightness(100%);
            -ms-transform: scale(1.075, 1.075);
            transform: scale(1.075, 1.075)
        }

        #mainbg2 .items .item:hover .box {
            -webkit-filter: brightness(100%);
            filter: brightness(100%);
            -ms-transform: scale(1.075, 1.075);
            transform: scale(1.075, 1.075)
        }

        #mainbg2 .items .item .box {
            z-index: 0;
            color: #000;
            z-index: 1;
            display: block;
            position: relative;
            text-align: center;
            -ms-transform-origin: center center;
            transform-origin: center center;
            padding: 1.66667rem;
            padding-top: 3.33333rem;
            padding-bottom: 3.33333rem;
            transition: transform 400ms, -webkit-filter 400ms;
            transition: transform 400ms, filter 400ms;
            transition: transform 400ms, filter 400ms, -webkit-filter 400ms
        }

        #mainbg2 .items .item .box .thb {
            margin: 0;
            padding: 0;
            position: relative;
            padding-bottom: 2.08333rem;
            margin-bottom: 2.08333rem
        }

        #mainbg2 .items .item .box .thb.blue:after {
            background-color: #0ab7d6
        }

        #mainbg2 .items .item .box .thb.yellow:after {
            background-color: #ffd800
        }

        #mainbg2 .items .item .box .thb.marine:after {
            background-color: #009
        }

        #mainbg2 .items .item .box .thb:after {
            left: 50%;
            bottom: 0;
            content: '';
            position: absolute;
            background-color: #95d60a;
            width: 3.05556rem;
            height: 0.33333rem;
            -ms-transform: translate(-50%, 50%);
            transform: translate(-50%, 50%)
        }

        #mainbg2 .items .item .box .thb img {
            width: 50%;
            height: auto;
            margin-left: auto;
            margin-right: auto
        }

        #mainbg2 .items .item .box p {
            font-weight: 200;
            line-height: 1.6em
        }


/* 추가 */
	#mainbg4 {
        animation: go-in 1000ms 1 0ms forwards;
        position: relative;
		margin-top: -420px;
	/*	z-index: 2 !important;*/
		background: url(/pages/images/renew/mainbg4.png)top/100% no-repeat;
		height: 1700px;
        }

        #mainbg4.anim-out {
            animation: go-out 1000ms 1 0ms forwards
        }


 		#mainbg4 h1:after,
        #mainbg4 h2:after,
        #mainbg4 .heading2:after {
            background-color: #0ab7d6
        }

        #mainbg4 header {
            opacity: 0;padding-top: 270px;
            transition: opacity 1000ms;
        }

        #mainbg4 header.onscreen {
            opacity: 1
        }

        #mainbg4 header.onscreen h3:after {
            animation: bar-title-in 1000ms 1 0ms forwards
        }


        #mainbg4 h4 {
            margin-bottom: 0.7em;
            font-size: 1.66667rem
        }

        #mainbg4.items {
            width: 100%;
            margin-left: auto;
            margin-right: auto;
            -ms-flex-pack: center;
            justify-content: center;
			padding-top: 50px;
			padding-left: 55px;
        }

     
#mainbg5 {
            animation: go-in 1000ms 1 0ms forwards;
            position: relative;
			margin-top: -420px;
			z-index: 15 !important;
			background: url(/pages/images/renew/mainbg5.png)top/100% no-repeat;
			height: 1584px;
        }

        #mainbg5.anim-out {
            animation: go-out 1000ms 1 0ms forwards
        }


 		#mainbg5 h1:after,
        #mainbg5 h2:after,
        #mainbg5 .heading2:after {
            background-color: #0ab7d6
        }

        #mainbg5 header {
            opacity: 0;padding-top: 270px;
            transition: opacity 1000ms;
        }

        #mainbg5 header.onscreen {
            opacity: 1
        }

        #mainbg5 header.onscreen h3:after {
            animation: bar-title-in 1000ms 1 0ms forwards
        }


        #mainbg5 h4 {
            margin-bottom: 0.7em;
            font-size: 1.66667rem
        }

        #mainbg5.items {
            width: 100%;
            margin-left: auto;
            margin-right: auto;
            -ms-flex-pack: center;
            justify-content: center;
			padding-top: 50px;
			padding-left: 20px;
        }





#mainbg6 {
            animation: go-in 1000ms 1 0ms forwards;
            position: relative;
			margin-top: -320px;
			z-index: 0;
			background: url(/pages/images/renew/mainbg6.png)top/100% no-repeat;
			height: 1560px;
        }

        #mainbg6.anim-out {
            animation: go-out 1000ms 1 0ms forwards
        }


 		#mainbg6 h1:after,
        #mainbg6 h2:after,
        #mainbg6 .heading2:after {
            background-color: #0ab7d6
        }

        #mainbg6 header {
            opacity: 0;
			padding-top: 270px;
            transition: opacity 1000ms;
        }

        #mainbg6 header.onscreen {
            opacity: 1
        }

        #mainbg6 header.onscreen h3:after {
            animation: bar-title-in 1000ms 1 0ms forwards
        }


        #mainbg6 h4 {
            margin-bottom: 0.7em;
            font-size: 1.66667rem
        }

        #mainbg6.items {
            width: 100%;
            margin-left: auto;
            margin-right: auto;
            -ms-flex-pack: center;
            justify-content: center;
			padding-top: 50px;
			padding-left: 20px;
        }

        .carrousel-projets {
            z-index: 1;
            opacity: 1;
            position: relative
        }

        .carrousel-projets.anim-out {
            animation: go-out 1000ms 1 0ms forwards
        }

        .carrousel-projets header {
            opacity: 0;
            transition: opacity 1000ms
        }

        .carrousel-projets header.onscreen {
            opacity: 1
        }

        .carrousel-projets header.onscreen h3:after {
            animation: bar-title-in 1000ms 1 0ms forwards
        }

        .carrousel-projets .move {
            opacity: 0;
            -ms-transform: translateY(5.55556rem);
            transform: translateY(5.55556rem);
            transition: transform 1000ms, opacity 1000ms
        }

        .carrousel-projets .move.onscreen {
            opacity: 1;
            -ms-transform: translateY(0%);
            transform: translateY(0%)
        }

        .carrousel-projets .move.onscreen .item .content {
            top: -3.33333rem
        }

        .carrousel-projets .items {
            width: 76%;
            margin-left: 12%;
            color: #4a4a4a;
            padding-top: 3.33333rem
        }

       

        .carrousel-projets .items .slick-list {
            overflow: visible
        }

        .carrousel-projets .items .slick-arrow {
            cursor: pointer
        }

      

        .carrousel-projets .items .slick-arrow.arrow-left,
        .carrousel-projets .items .slick-arrow.arrow-right {
            top: 6.6%;
            z-index: 1;
            width: 13%;
            height: 93.5%;
            position: absolute
        }

        .carrousel-projets .items .slick-arrow.arrow-left {
            left: -13%
        }

        .carrousel-projets .items .slick-arrow.arrow-right {
            right: -13%
        }

        .carrousel-projets .items .item {
            position: relative;
            background-color: #000
        }

        .carrousel-projets .items .item:focus {
            outline: none
        }

        .carrousel-projets .items .item.over .bg,
        .carrousel-projets .items .item.slick-current .bg {
            opacity: 1
        }

        .carrousel-projets .items .item.slick-current .content {
            opacity: 1
        }

        .carrousel-projets .items .item .content {
            width: 25%;
            opacity: 0;
            z-index: 2;
            font-weight: 200;
            position: absolute;
            background-color: #FFF;
            color: #4a4a4a;
            font-size: 2rem;
            top: 0rem;
            left: -3.75%;
            padding: 3.33333rem;
            padding-top: 4.16667rem;
            padding-bottom: 5rem;
            box-shadow: 0 0 0px transparent;
            -ms-transform: scale(1, 1);
            transform: scale(1, 1);
            -ms-transform-origin: center center;
            transform-origin: center center;
            transition: box-shadow 400ms, opacity 400ms, transform 400ms, top 1000ms
        }


        .carrousel-projets .items .item .content:hover {
            -ms-transform: scale(1.075, 1.075);
            transform: scale(1.075, 1.075);
            box-shadow: 0 0 20px rgba(0, 0, 0, 0.2)
        }



        .carrousel-projets .items .item .content:hover .carret {
            bottom: -1.66667rem
        }


        .carrousel-projets .items .item .content p {

            padding: 0;
            margin: 0;
            font-weight: 200
        }

        .carrousel-projets .items .item .content strong {
            font-weight: 300
        }

        .carrousel-projets .items .item .content .carret {
            position: absolute;
            background-color: #95d60a;
            width: 3.61111rem;
            height: 3.33333rem;
            bottom: -1.11111rem;
            right: 5rem;
            transition: bottom 400ms
        }


        .carrousel-projets .items .item .content .carret:after {
            top: 50%;
            left: 50%;
            content: '';
            position: absolute;
            width: 1.38889rem;
            height: 0.83333rem;
            -ms-transform: translate(-50%, -50%) rotate(-90deg);
            transform: translate(-50%, -50%) rotate(-90deg);
            background-size: 100% auto;
            background-repeat: no-repeat;
            background-image: url(//tergos.qc.ca/wp-content/themes/tergos/images/carret_down.svg)
        }

 

        .carrousel-projets .items .item .bg {
            z-index: 0;
            width: 100%;
            height: 100%;
            opacity: 0.35;
            position: absolute;
            background-color: #000;
            background-size: cover;
            background-repeat: no-repeat;
            background-position: center center;
            transition: opacity 400ms
        }

       

        .carrousel-projets .items .item img {
            width: 100%;
            height: auto
        }

       
        .carrousel-projets .nav {
            width: 88%;
            z-index: 2;
            font-weight: 300;
            margin-left: 12%;
            position: absolute;
            box-sizing: border-box;
            background-color: #242424;
            -ms-transform: translateY(-50%);
            transform: translateY(-50%);
            font-size: 1.22222rem
        }

        .carrousel-projets .nav a,
        .carrousel-projets .nav span {
            float: left;
            color: #FFF;
            cursor: pointer;
            position: relative;
            padding: 2.5rem;
            padding-top: 1.66667rem;
            padding-bottom: 1.66667rem;
            padding-right: 7.77778rem;
            background: #242424;
            background: linear-gradient(135deg, #242424 0%, #242424 100%);
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$c', endColorstr='$c', GradientType=1)
        }

        .carrousel-projets .nav a:first-child,
        .carrousel-projets .nav span:first-child {
            border-right: 1px solid #000
        }

       

        .carrousel-projets .nav a:hover,
        .carrousel-projets .nav span:hover {
            background: #242424;
            background: linear-gradient(135deg, #3a3a3a 0%, #242424 100%);
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$h', endColorstr='$c', GradientType=1)
        }

        .carrousel-projets .nav a:hover:after,
        .carrousel-projets .nav span:hover:after {
            right: 1.66667rem
        }

        .carrousel-projets .nav a:after,
        .carrousel-projets .nav span:after {
            top: 50%;
            content: '';
            opacity: 0.3;
            position: absolute;
            -ms-transform: translateY(-50%);
            transform: translateY(-50%);
            width: 3.61111rem;
            height: 0.72222rem;
            right: 2.5rem;
            background-size: 100% auto;
            background-image: url(//tergos.qc.ca/wp-content/themes/tergos/images/arrow-long-right.svg);
            transition: right 400ms
        }

        .carrousel-projets .nav a:link,
        .carrousel-projets .nav a:visited,
        .carrousel-projets .nav span:link,
        .carrousel-projets .nav span:visited {
            color: #FFF
        }

        .carrousel-projets .show-credit {
            bottom: 2.91667rem
        }

        #mainbg3 { 
            animation: go-in 1000ms 1 0ms forwards;
            color: #424242;
            position: relative;
			margin-top:-200px;
        }

        #mainbg3.anim-out {
            animation: go-out 1000ms 1 0ms forwards
        }

        #mainbg3 h1:after,
        #mainbg3 h2:after,
        #mainbg3 .heading2:after {
            background-color: #0ab7d6
        }

        #mainbg3 header {
            opacity: 0;
            transition: opacity 1000ms; margin-top: 150px;
        }
		 #mainbg3.heading2.amin small {
            font-family: "Gotham A", "Gotham B";
			font-style: normal;
			font-weight: 500; 

        }

        #mainbg3 header.onscreen {
            opacity: 1
        }

        #mainbg3 header.onscreen h3:after {
            animation: bar-title-in 1000ms 1 0ms forwards
        }

        #mainbg3 .items {
            margin-top: 40px;
			/* width: 1160px; */
			width:100%;
			margin: 0 auto
        }

        #mainbg3 .items .item {
            position: relative;
            height: 12rem;
			width:100%;

        }
		#mainbg3 .items .item2 {
            position: relative;
            height: 16rem;
        }
		#mainbg3 .items .item3 {
            position: relative;
            height: 16rem;
			margin-top: -120px;
			margin-bottom: 40px !important;
        }
        #mainbg3 .items .item.onscreen:after {
            height: 84%
        }

		#mainbg3 .items .item2.onscreen:after {
            height: 44%
        }
		#mainbg3 .items .item3.onscreen:after {
            height: 64px
        }

        #mainbg3 .items .item.onscreen .content {
            opacity: 1;
            -ms-transform: translateY(0%) scale(1, 1);
            transform: translateY(0%) scale(1, 1)
        }

        #mainbg3 .items .item.onscreen .dot {
            opacity: 1;
            -ms-transform: translate(-50%, -50%) scale(1, 1);
            transform: translate(-50%, -50%) scale(1, 1)
        }

        #mainbg3 .items .item.onscreen .dot:after {
            -ms-transform: translate(-50%, -50%) scale(1, 1);
            transform: translate(-50%, -50%) scale(1, 1)
        }


		#mainbg3 .items .item.onscreen .dot2 {
            opacity: 1;
            -ms-transform: translate(-50%, -50%) scale(1, 1);
            transform: translate(-50%, -50%) scale(1, 1)
        }

        #mainbg3 .items .item.onscreen .dot2:after {
            -ms-transform: translate(-50%, -50%) scale(1, 1);
            transform: translate(-50%, -50%) scale(1, 1)
        }


        #mainbg3 .items .item.onscreen .excerpt {
            opacity: 1;
            -ms-transform: translateY(0rem);
            transform: translateY(0rem)
        }
        #mainbg3 .items .item2.onscreen .excerpt {
            opacity: 1;
            -ms-transform: translateY(0rem);
            transform: translateY(0rem)
        }
		#mainbg3 .items .item3.onscreen .excerpt {
            opacity: 1;
            -ms-transform: translateY(0rem);
            transform: translateY(0rem)
        }
        #mainbg3 .items .item:after {
            top: -92%;
            left: 50%;
            position: absolute;
            box-sizing: border-box;
            background-color: #c4c4c4;
            transition: height 400ms ease-out 000ms
        }


		#mainbg3 .items .item2:after {
            top: -92%;
            left: 50%;
            width: 1px;
            content: '';
            height: 0%;
            position: absolute;
            box-sizing: border-box;
            background-color: #c4c4c4;
            transition: height 400ms ease-out 000ms
        }
		#mainbg3 .items .item3:after {
            top: 60px;
            left: 50%;
           
            transition: height 400ms ease-out 000ms
        }
        #mainbg3 .items .item:nth-child(odd) .content {
            left: -25px;
            text-align: right; 
            -ms-transform-origin: top right;
            transform-origin: top right;
        }


        #mainbg3 .items .item:nth-child(odd) .content .excerpt {
            right: 0%
        }


        #mainbg3 .items .item:nth-child(even) .content {
            left: 0%;
            -ms-transform-origin: top left; padding-left: 25px;
            transform-origin: top left
        }


        #mainbg3 .items .item:nth-child(even) .content .excerpt {
            left: 0%
        }

        #mainbg3 .items .item:first-child:after {
            display: none
        }

        #mainbg3 .items .item h5 {
            font-weight: 200;
            font-size: 24px !important; color: #303030 ;
			font-family: "Nanum Gothic", sans-serif;
        }


.pad_r{
	padding-right: 76px;
	position: absolute;
    left: 60%;
	text-align:left;
}


.pad_l{
			padding-left:76px !important; 
			position: absolute;
			right: 60%;
}
.pad_l2{
			padding-left:96px !important;
			position: absolute;
			right: 60%;
			text-align:right;
}

        #mainbg3 .items .item h5 .num {
			font-family: "Gotham A", "Gotham B" !important;
			font-style: normal;
			font-weight: 200; 
            display: block;
            font-weight: 300;
            margin-bottom: 0.3em;
            font-size:80px; padding-right: 70px;
			margin-top: -24px;
			color: #303030;			
        }
.corol_red{color: #d81921 !important;}
.corol_gray{color: #303030 !important;}
		#mainbg3 .items .item h5 .num2 {
			font-family: "Gotham A", "Gotham B" !important;
			font-style: normal;
			font-weight: 200; 
            display: block; padding-left: 70px;
            font-weight: 300;
            margin-bottom: 0.3em;
            font-size:80px;margin-top: -24px;
			color: #;
			background: url(http://www.mezzomedia.co.kr/images/bg_line2.png) left top no-repeat;
        }

        #mainbg3 .items .item .dot {
            top: 0;
            left: 50%;
            z-index: 1;
            opacity: 0;
            position: absolute;
         
            -ms-transform: translate(-50%, -50%) scale(3, 3);
            transform: translate(-50%, -50%) scale(3, 3);
            transition: opacity 400ms ease-out 400ms, transform 400ms ease-out 400ms
        }

       
        #mainbg3 .items .item .dot:after {
            top: 50%;
            left: 50%;
          
            position: absolute;
            border-radius: 100px;
         
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%) scale(0, 0);
            transform: translate(-50%, -50%) scale(0, 0);
            transition: transform 400ms ease-out 400ms
        }

#mainbg3 .items .item .dot2 {
            top: 0;
            left: 50%;
            z-index: 1;
            opacity: 0;
            position: absolute;
  
            -ms-transform: translate(-50%, -50%) scale(3, 3);
            transform: translate(-50%, -50%) scale(3, 3);
            transition: opacity 400ms ease-out 400ms, transform 400ms ease-out 400ms
        }

       
        #mainbg3 .items .item .dot2:after {
            top: 50%;
            left: 50%;
            content: '';
            position: absolute;
            border-radius: 100px;
    
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%) scale(0, 0);
            transform: translate(-50%, -50%) scale(0, 0);
            transition: transform 400ms ease-out 400ms
        }
        #mainbg3 .items .item .excerpt {
            top: 100%;font-size: 16px !important;
            opacity: 0;
            width: 100%; letter-spacing: -1px;
            color: #636363;
            font-weight: 300;
            position: absolute;
            line-height: 1.6em;
            font-size: 1rem;
            margin-top: 1.25rem;
            -ms-transform: translateY(3.33333rem);
            transform: translateY(3.33333rem);
            transition: transform 400ms ease-out 1200ms, opacity 400ms ease-out 1200ms;
			padding-top:15px;
        }


        #mainbg3 .items .item .content {
            width: 100%; 
            opacity: 0;
            position: absolute;
            top: -1.6rem;
            -ms-transform: translateY(5.55556rem) scale(1.1, 1.1);
            transform: translateY(5.55556rem) scale(1.1, 1.1);
            transition: transform 400ms ease-out 600ms, opacity 400ms ease-out 600ms
        }




  
/* 텍스트 */
.introduction-text {
font-family: "Gotham A", "Gotham B" !important;
font-style: normal;
font-weight: 800; 
position: absolute;
top: 50% ;
left: 50% ;
height: auto;
min-width: 1050px; text-align: left;
-webkit-transform: translate3d(-50% , -50% , 0);
-moz-transform: translate3d(-50% , -50% , 0);
transform: translate3d(-50%, -50%, 0);
z-index: 9999;
}
.intro-internal{ margin-top: 35px}
.intro-secondary.intro-internal {
 display: inline-block;
width: auto}
.link-main {
	font-size: 65px; color: #fff;
	text-shadow:-8px 8px 0px #a3a3ab; 
	text-shadow: -8px 8px 0px rgba(0,0,0, 0.1) 
}
.txt_red{color:#d81921;}
.txt_white{color:#fff}
.txt_gray{color:#6d6d6d}
.link-main a {overflow: hidden;color: #1957EF;}
.link-footer a{overflow:hidden;color:#1957EF}
.link-main a:before {
position:absolute;

font-family: Gotham, 'Helvetica Neue', Helvetica, Arial, 'sans-serif';
font-style: normal;
font-weight: 800; 
top:0%;
z-index:1;
height:100%;
width:0;
right:0;
bottom:0;
left:auto;
content:'';
background:#1a1a1a;
-webkit-transition: all 0.5s cubic-bezier(0.615, 0.19, 0.305, 0.91);
-moz-transition: all 0.5s cubic-bezier(0.615, 0.19, 0.305, 0.91);
transition: all 0.5s cubic-bezier(0.615, 0.19, 0.305, 0.91);
opacity: 0}
.link-main a:hover :before {
 width: 100% ;
left: 0
 }


/* 버튼 */

/* 마우스모션 */
@-webkit-keyframes ani-mouse {
	0% {
	opacity: 1;
	top: 29%;
	}
	15% {
	opacity: 1;
	top: 50%;
	}
	50% {
	opacity: 0;
	top: 50%;
	}
	100% {
	opacity: 0;
	top: 29%;
	}
}
@-moz-keyframes ani-mouse {
	0% {
	opacity: 1;
	top: 29%;
	}
	15% {
	opacity: 1;
	top: 50%;
	}
	50% {
	opacity: 0;
	top: 50%;
	}
	100% {
	opacity: 0;
	top: 29%;
	}
}
@keyframes ani-mouse {
	0% {
	opacity: 1;
	top: 29%;
	}
	15% {
	opacity: 1;
	top: 50%;
	}
	50% {
	opacity: 0;
	top: 50%;
	}
	100% {
	opacity: 0;
	top: 29%;
	}
}
.scroll-btn { top:56px; width:84px; height: 84px; background: #fff; border-radius:100px;  left: 50%  !important;
	display: block; 
	position: absolute;
	left: 0;
	right: 0;margin-left: -42px;
	text-align: center;
}f
.scroll-btn > * {
	display: inline-block;
	line-height: 18px;
	font-size: 13px;
	font-weight: normal;
	color: #d91e26;
	font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
	letter-spacing: 2px;
}
.scroll-btn > *:hover,
.scroll-btn > *:focus,
.scroll-btn > *.active {
	color: #d91e26;
}
.scroll-btn > *:hover,
.scroll-btn > *:focus,
.scroll-btn > *:active,
.scroll-btn > *.active {
	opacity: 0.8;
	filter: alpha(opacity=80);
}
.scroll-btn .mouse {
	position: relative;
	display: block;
	width: 30px;
	height: 44px;
	margin: 18px auto 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: 2px solid #d91e26;
	border-radius: 23px;
}
.scroll-btn .mouse > * {
	position: absolute;
	display: block;
	top: 29%;
	left: 50%;
	width: 4px;
	height: 4px;
	margin: -8px 0 0 -2px;
	background: #d91e26;
	border-radius: 50%;
	-webkit-animation: ani-mouse 1.5s linear infinite;
	-moz-animation: ani-mouse 1.5s linear infinite;
	animation: ani-mouse 1.5s linear infinite;

}
	
.img_left{
		float: left;
		margin-top: -55px;
		padding-left: 30%;
}	
.img_right{float: right; margin-top: -55px;padding-right: 30%; }	
	
	




/* 메인 모션 */


#white_bg{
	display: block;
	position:absolute;
	top:0;
	left:0; 
	opacity: 1;
	height:100%;
	width:100%; 
	background: #fff;
	z-index:102222;
	animation:white_bg_ani 1.1s cubic-bezier(.8,.18,.35,.95) 2s 1 normal forwards;

}
@keyframes white_bg_ani {
    0% {
	opacity: 1;
	height:100%;
	top: 0;
		
    }

    100% {
height:0px;
	opacity: 1;

	top: 0;

    }
}
#preloader {
	display: block;
	position:absolute;
	top:0;
	left:0; opacity: 1;
	height:100%;
	width:100%; background: #000;
	z-index:10222;
overflow: hidden;
	animation:preloader .6s cubic-bezier(.8,.18,.35,.95) 3.1s 1 normal forwards;
}

@keyframes preloader {
    0% {
	opacity: 1;

    }

    100% {
	opacity: 0;

    }
}
.mask {
  position: absolute;
margin-top: 15%;
  height: 70%;
  width:80%;

z-index: 11111111;

}
.intro_txt h1 {
display: block;
width: 100%;
position: absolute;
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
color: #fff;
}

.closeButton {	z-index: 1111;
	display:block;
	position:absolute;
	margin-left: 15%;
   top: 15%;
   width: 70%;
   height: 70%;
	transform-style: preserve-3d;
  border-image-source: none;
  transform: translate3d(0, 0, 0px);
  background-color: rgb(0, 0, 0);
opacity: 1;
  animation:closeButton 3s linear 0s 1 normal forwards;

	}

@keyframes closeButton {
    0% {
        transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1);
        -webkit-transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1);
        -moz-transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1);
       background-color: rgb(0, 0, 0);
        animation-timing-function: linear;
        -webkit-animation-timing-function: linear;
        -moz-animation-timing-function: linear;
    }
    38.51% {
        transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1);
        -webkit-transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1);
        -moz-transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1);
        background-color: rgb(0, 0, 0);
        animation-timing-function: linear;
        -webkit-animation-timing-function: linear;
        -moz-animation-timing-function: linear;border-radius: 0%;
    }

58.12% {
        transform: translate3d(0px, 0px, 0px) scale3d(1.2, 1.3, 1);
        -webkit-transform: translate3d(0px, 0px, 0px) scale3d(1.3, 1.2, 1);
        -moz-transform: translate3d(0px, 0px, 0px) scale3d(1.2, 1.3, 1);
        background-color: rgb(0, 0, 0);border-radius: 0%;
        animation-timing-function: linear; opacity: 1;
        -webkit-animation-timing-function: linear;
        -moz-animation-timing-function: linear;
    }
 
	59% {
        transform: translate3d(0px, 0px, 0px) scale3d(1.2, 1.3, 1);
        -webkit-transform: translate3d(0px, 0px, 0px) scale3d(1.3, 1.2, 1);
        -moz-transform: translate3d(0px, 0px, 0px) scale3d(1.2, 1.3, 1);
        background-color: rgb(0, 0, 0);border-radius: 0%;
        animation-timing-function: linear;opacity: 0;
        -webkit-animation-timing-function: linear;
        -moz-animation-timing-function: linear;
    }
    100% {
   opacity: 0;
    }
}



.closeButton2 {	
	height:5px;
	width:5px;
	position:absolute; z-index: 1;
	top:27px;
	left:181px;
	background: #000;
	border-radius: 50%;
  	animation:closeButton2 1s linear 1.7s 1 normal forwards;
	opacity: 0
	}

@keyframes closeButton2 {
  0% {
width: 1000px; height: 1000px;
 margin-top:50px; margin-left:50px;

	color: #000;
	overflow: hidden; 
       opacity: 0
    }


	88% {
	height:5px;z-index: 2022222 !important;
	width:5px;
	top:27px;
	left:181px;
	background: #000;
		opacity: 1;


    }
100% {
	height:5px; position:fixed;z-index: 2022222 !important;
	width:5px;
	top:27px;
	left:181px;border-radius: 50%;
	background: #000;
		opacity: 1
    }
}
.circle_mini{
	height:5px;
	width:5px;
	position:absolute; z-index: 200;
	top:27px;
	left:181px;
	background: #000;
	border-radius: 50%;
  	animation:circle_mini .5s linear 0s 1 normal forwards;
}
@keyframes circle_mini {
	  from {
background: #000;
  }
  to {
background-color: rgb(223, 2, 2);
  }
}
.sqaure_div {
	display:block;
	position:absolute;
	margin-left: 15%;
   top: 15%;
   width: 70%;
   height: 70%;
	transform-style: preserve-3d;
  border-image-source: none;
  transform: translate3d(0, 0, 0px);
  background-color: rgb(216, 25, 33);
  animation:sqaure 3s linear 0s 1 normal forwards;
}

 @keyframes sqaure {
       0% {
        transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1);
        -webkit-transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1);
        -moz-transform: translate3d(0px, 0px, 0px) scale3d(1, 1, 1);
       background-color: rgb(0, 0, 0);
        animation-timing-function: linear;
        -webkit-animation-timing-function: linear;
        -moz-animation-timing-function: linear;
    }
    
    100% {
        transform: translate3d(0, -700px, 0px) scale3d(1.5, 0, 1);
        -webkit-transform: translate3d(0, -700px, 0px) scale3d(1.5, 0, 1);
        -moz-transform: translate3d(0, -700px, 0px) scale3d(1.5, 0, 1);
        background-color: rgb(0, 0, 0);
        animation-timing-function: ease-in;
        -webkit-animation-timing-function: ease-in;
        -moz-animation-timing-function: ease-in;
    }
    }


#container_intro {
animation:container_intro  0.5 linear 0s 1 normal forwards;
}
@keyframes container_intro {
    0% {
	opacity: 1;

    }
	70% {
	opacity: 1;

    }
    100% {
	opacity: 0;

    }
	
}


/* 소개서 다운로드 버튼 */
.dw_btn{
	position: relative; padding: 80px 0 0 0 !important; margin-bottom: 80px !important;
}
.dw_btn a {
  display: block;
  width: 480px;
  height: 70px;
  z-index: 1;
}
.dw_btn a:after {
  content: '';
  background: linear-gradient(120deg, #6559ae, #ff7159, #6559ae);
  background-size: 400% 400%;
  -webkit-clip-path: polygon(0% 100%, 1px 100%, 1px 1px, 479px 1px, 479px 69px, 1px 69px, 1px 100%, 100% 100%, 100% 0%, 0% 0%);
  -moz-animation: gradient 3s ease-in-out infinite, border 1s forwards ease-in-out reverse;
  -webkit-animation: gradient 3s ease-in-out infinite, border 1s forwards ease-in-out reverse;
  animation: gradient 3s ease-in-out infinite, border 1s forwards ease-in-out reverse;
}
.dw_btn a > span {
 display: block;
  background: linear-gradient(120deg, #6559ae, #ff7159, #6559ae);
  background-size: 400% 400%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -moz-animation: gradient 3s ease-in-out infinite;
  -webkit-animation: gradient 3s ease-in-out infinite;
  animation: gradient 3s ease-in-out infinite;
}

/* helpers */
.dw_btn a, .dw_btn a:after {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.dw_btn a {
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  letter-spacing: 2px;
  line-height: 70px;

  font-size: 16px;
}

/* motion */
@-moz-keyframes gradient {
  0% {
    background-position: 14% 0%;
  }
  50% {
    background-position: 87% 100%;
  }
  100% {
    background-position: 14% 0%;
  }
}
@-webkit-keyframes gradient {
  0% {
    background-position: 14% 0%;
  }
  50% {
    background-position: 87% 100%;
  }
  100% {
    background-position: 14% 0%;
  }
}
@keyframes gradient {
  0% {
    background-position: 14% 0%;
  }
  50% {
    background-position: 87% 100%;
  }
  100% {
    background-position: 14% 0%;
  }
}
@-moz-keyframes border {
  0% {
    -webkit-clip-path: polygon(0% 100%, 1px 100%, 1px 1px, 479px 1px, 479px 69px, 1px 69px, 1px 100%, 100% 100%, 100% 0%, 0% 0%);
  }
  25% {
    -webkit-clip-path: polygon(0% 100%, 1px 100%, 1px 1px, 479px 1px, 479px 69px, 479px 69px, 479px 100%, 100% 100%, 100% 0%, 0% 0%);
  }
  50% {
    -webkit-clip-path: polygon(0% 100%, 1px 100%, 1px 1px, 479px 1px, 479px 1px, 479px 1px, 479px 1px, 479px 1px, 100% 0%, 0% 0%);
  }
  75% {
    -webkit-clip-path: polygon(0% 100%, 1px 100%, 1px 1px, 1px 1px, 1px 1px, 1px 1px, 1px 1px, 1px 1px, 1px 0%, 0% 0%);
  }
  100% {
    -webkit-clip-path: polygon(0% 100%, 1px 100%, 1px 100%, 1px 100%, 1px 100%, 1px 100%, 1px 100%, 1px 100%, 1px 100%, 0% 100%);
  }
}
@-webkit-keyframes border {
  0% {
    -webkit-clip-path: polygon(0% 100%, 1px 100%, 1px 1px, 479px 1px, 479px 69px, 1px 69px, 1px 100%, 100% 100%, 100% 0%, 0% 0%);
  }
  25% {
    -webkit-clip-path: polygon(0% 100%, 1px 100%, 1px 1px, 479px 1px, 479px 69px, 479px 69px, 479px 100%, 100% 100%, 100% 0%, 0% 0%);
  }
  50% {
    -webkit-clip-path: polygon(0% 100%, 1px 100%, 1px 1px, 479px 1px, 479px 1px, 479px 1px, 479px 1px, 479px 1px, 100% 0%, 0% 0%);
  }
  75% {
    -webkit-clip-path: polygon(0% 100%, 1px 100%, 1px 1px, 1px 1px, 1px 1px, 1px 1px, 1px 1px, 1px 1px, 1px 0%, 0% 0%);
  }
  100% {
    -webkit-clip-path: polygon(0% 100%, 1px 100%, 1px 100%, 1px 100%, 1px 100%, 1px 100%, 1px 100%, 1px 100%, 1px 100%, 0% 100%);
  }
}
@keyframes border {
  0% {
    -webkit-clip-path: polygon(0% 100%, 1px 100%, 1px 1px, 479px 1px, 479px 69px, 1px 69px, 1px 100%, 100% 100%, 100% 0%, 0% 0%);
  }
  25% {
    -webkit-clip-path: polygon(0% 100%, 1px 100%, 1px 1px, 479px 1px, 479px 69px, 479px 69px, 479px 100%, 100% 100%, 100% 0%, 0% 0%);
  }
  50% {
    -webkit-clip-path: polygon(0% 100%, 1px 100%, 1px 1px, 479px 1px, 479px 1px, 479px 1px, 479px 1px, 479px 1px, 100% 0%, 0% 0%);
  }
  75% {
    -webkit-clip-path: polygon(0% 100%, 1px 100%, 1px 1px, 1px 1px, 1px 1px, 1px 1px, 1px 1px, 1px 1px, 1px 0%, 0% 0%);
  }
  100% {
    -webkit-clip-path: polygon(0% 100%, 1px 100%, 1px 100%, 1px 100%, 1px 100%, 1px 100%, 1px 100%, 1px 100%, 1px 100%, 0% 100%);
  }
}



/* 마스크 */
.has-img {float: left; /* margin-right: 90px; */   }
.has-animation {
  position: relative;
	
}
.has-animation p, .has-animation img {
  opacity: 0;
  word-spacing: 1px;
  line-height: 30px;
}
.has-animation.animate-in p, .has-animation.animate-in img {
  animation: textHidden 0.2s 1.22s forwards;

}
.has-animation.animate-in:before, .has-animation.animate-in:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  height: 800px;
  z-index: 10;
}
.bg_shadow{	 box-shadow:10px 10px 30px rgba(0, 0, 0, 0.2); right: 0;}
.has-animation.animate-in:after {
  background-color: #2d2d2d;
  /* opacity:0.5; */
  animation-delay: .5s;

}
.has-animation.animation-ltr.animate-in:before {
  animation: revealLTR 1s ease;


}
.has-animation.animation-ltr.animate-in:after {
  animation: revealLTR 0.8s .5s ease;
		
}
.has-animation.animation-rtl.animate-in:before {
  animation: revealRTL 0.6s ease;
}
.has-animation.animation-rtl.animate-in:after {
  animation: revealRTL 0.8s .5s ease;
}

@keyframes revealRTL {
  0% {
    width: 0;
    right: 0;
  }
  65% {
    width: 100%;
    right: 0;
  }
  100% {
    width: 0;
    right: 100%;
  }
}
@keyframes revealLTR {
  0% {
    width: 0;
    left: 0;
  }
  75% {
    width: 100%;
    left: 0;
  }
  100% {
    width: 0;
    left: 100%;
  }
}
@keyframes textHidden {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.has-con{position: absolute; z-index: 100; padding: 110px 41px 0 20px;  color: #676868;font-size: 16px; line-height: 22px;float: left;font-family: "Nanum Gothic", sans-serif; letter-spacing: -1px; width:100%;}

.go_btn{
	position: relative;
	margin: 50px 0 0 0;

	text-align: left; 


}
.go_btn a {
  display: block;
  width: 265px;
  z-index: 1;
 font-size: 16px; 
padding: 13px 0 0 15px;
height: 27px;
color: #272727; overflow: hidden;
border: 1px solid #b1b2b2; position:relative;
}

.go_btn a:hover {  display: block;
background: #d81921;
	color: #fff;
	overflow:hidden;
	padding: 13px 0 0 15px;height: 27px; border: none
}
.go_btn a img {
    position:absolute;
    bottom:-40px;
	overflow:hidden !important
}
.go_btn a:hover img {
    position:absolute;
    bottom:00px;overflow:hidden !important;
}



/* 카드 */

.head_con{z-index: 100; position: absolute;width: 374px; height: 196px; padding-top: 26px;  }	
.td_top{width: 374px; height: 196px;  display: block; overflow: hidden; z-index: 96; position: absolute;
	 animation: td_top 0.5s 0s forwards;
}


.td_text{
	width: 374px; height: 196px;
	position: absolute; z-index: 100;
	text-align: center; float: left; margin-right: 4px;    transition-property: opacity, left;
    transition-duration: 2s, 2s;

	}
.td_text img{padding-bottom:4px;}
.td_text h5{color: #fff; font-size: 20px;}
.td_text p{color: #f4cdce; font-size: 15px; font-family: "Nanum Gothic", sans-serif; margin-top: 24px; }

@keyframes td_text {
    0% {
        opacity: 0;
		left: 0;
    }
	100% {
         opacity: 1;
left: 100%;
		
	}	
}
	


.td_head{position: relative; display: block; height: 197px; margin-left: 75px;
}

.td_con{
margin-left: 75px;
}
.head_txt{position: absolute; z-index: 22}
.td_img{position: absolute; z-index: 11}
@keyframes td_con {
    0% {
        opacity: 0;
    }

	100% {
         opacity: 1;

	}	
}

.td_con1 {width: 372px;height: 90px; text-align: center;padding-top: 6px;}
.td_con1 .grid_tit{font-size: 24px !important; color:#000; margin: 0; padding: 0; margin-top: 24px;
font-family: "Gotham Rounded A", "Gotham Rounded B" !important;
font-style: normal;
font-weight: 700; }
.td_con1 p{color: #303030; font-size: 15px; font-family: "Nanum Gothic", sans-serif; margin: 0; padding: 0;  margin-top: 10px !important;}

.td_con2 {width: 372px;height: 90px; text-align: center; margin-top: 6px;}
.td_con2 .grid_tit{font-size: 24px!important; color:#000; margin: 0; padding: 0; margin-top: 24px;

font-family: "Gotham Rounded A", "Gotham Rounded B" !important;
font-style: normal;
font-weight: 700;}
.td_con2 p{color: #303030; font-size: 15px; font-family: "Nanum Gothic", sans-serif; margin: 0; padding: 0;  margin-top: 10px !important;}

.td_con3 {width: 372px;height: 90px; text-align: center; margin-top: 4px;}
.td_con3 .grid_tit{font-size: 24px!important; color:#000; margin: 0; padding: 0; margin-top: 24px;

font-family: "Gotham Rounded A", "Gotham Rounded B" !important;
font-style: normal;
font-weight: 700;}
.td_con3 p{color: #303030; font-size: 15px; font-family: "Nanum Gothic", sans-serif; margin: 0; padding: 0;  margin-top: 10px !important;}


.td_con4 {width: 752px;height: 111px; text-align: center; position: absolute; top:36px; left: 376px;}
.td_con4 .grid_tit{font-size: 24px!important; color:#000; margin: 0; padding: 0; margin-top: 24px;

font-family: "Gotham Rounded A", "Gotham Rounded B" !important;
font-style: normal;
font-weight: 700;}
.td_con4 p{color: #303030; font-size: 15px; font-family: "Nanum Gothic", sans-serif; margin: 0; padding: 0;  margin-top: 10px !important;}

.td_con5 {width: 752px;height: 111px; text-align: center; position: absolute; top:176px; left: 376px;}
.td_con5 .grid_tit{font-size: 24px!important; color:#000; margin: 0; padding: 0; margin-top: 24px;

font-family: "Gotham Rounded A", "Gotham Rounded B" !important;
font-style: normal;
font-weight: 700;}
.td_con5 p{color: #303030; font-size: 15px; font-family: "Nanum Gothic", sans-serif; margin: 0; padding: 0;  margin-top: 10px !important;}


.td_foot{ text-align: center; position: relative; margin-top: 290px; width:1130px; margin-left: 75px;}
.foot_txt{position: absolute; z-index: 22; text-align: center;  width:1130px; padding-top: 10px}
.foot_img{position: absolute; z-index: 11}

.td_foot .grid_tit{font-size: 20px !important; color:#fff; margin: 0; padding: 0;  font-family: "Gotham A", "Gotham B"!important;
font-style: normal; font-weight: 500; }
.td_foot p{color: #d4d4d4; font-size: 15px; font-family: "Nanum Gothic", sans-serif; margin: 0; padding: 0;  margin-top: 4px !important;}



.has-animation2 {
  position: relative;
}
.has-animation2 p, .has-animation2 img, .has-animation2 h6 {
  opacity: 0;
}
@keyframes td_top {
  0% {
    top: -100px;
	opacity: 0
  }

  100% {
    top: 0;
	opacity: 1;
  }
}
@keyframes td_top2 {
  0% {
    top: -196px;
	opacity: 0
  }

  100% {
    top: 0;
	opacity: 1;
  }
}
.has-animation2.animate-in p{
	animation: td_top 0.5s 0s forwards;
	font-family: "Nanum Gothic", sans-serif;
	font-size: 15px;
}

.has-animation2.animate-in img, .has-animation2 h5  {
  animation: td_top 0.5s 0s forwards;
font-family: "Gotham A", "Gotham B" !important;
	font-style: normal;
    font-weight: 400!important;
	font-size: 20px;
}
.has-animation2.animate-in:before, .has-animation2.animate-in:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  z-index: 10;
}
.has-animation2.animate-in:before {
  background-color: #eee;
}
.has-animation2.animate-in:after {
  background-color: #baff00;
  animation-delay: .5s;
}
.has-animation2.td_text.animate-in:before {
  animation: td_top .8s .0s ease;
}
.has-animation2.td_text.animate-in:after {
  animation: td_top .8s .0s ease;
}
.has-animation2.td_con.animate-in:before {
  animation: td_top .8s .0s ease;
}
.has-animation2.td_con.animate-in:after {
  animation: td_top .8s .0s ease;
}
.has-animation2.td_foot.animate-in:before {
  animation: td_top .5s 0s ease;
}
.has-animation2.td_foot.animate-in:after {
  animation: td_top .5s 0s ease;
}
.has-animation2.animation-rtl.animate-in:before {
  animation: revealRTL 1.8s ease;
}
.has-animation2.animation-rtl.animate-in:after {
  animation: revealRTL 1s .6s ease;
}

@keyframes revealRTL {
  0% {
    width: 0;
    right: 0;
  }
  65% {
    width: 100%;
    right: 0;
  }
  100% {
    width: 0;
    right: 100%;
  }
}
@keyframes revealLTR {
  0% {
    width: 0;
    left: 0;
  }
  65% {
    width: 100%;
    left: 0;
  }
  100% {
    width: 0;
    left: 100%;
  }
}
@keyframes textHidden {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.grid_arrow1{position: absolute; z-index: 1111;  margin-top: -420px;margin-left:1152px;}
.grid_arrow2{position: absolute; z-index: 1111;   margin-top: 80px; margin-left:415px;}
.grid_arrow3{position: absolute; z-index: 1111; margin-top: -410px; margin-left:30px;}







/* 객체 나타남 */
.inner_circle1{position: absolute; z-index: 111}
.inner_circle2{position: absolute; z-index: 111;  margin-left: 210px;}
.inner_circle3{position: absolute; z-index: 111; margin-left: 420px;}
.inner_circle4{position: absolute; z-index: 111; margin-left: 630px;}
.inner_circle5{position: absolute; z-index: 111; margin-left: 840px;}
.inner_circle6{position: absolute; z-index: 111; margin-left: 1050px;}
.circle_box{margin-left: 10px; margin-top: 140px; }
.circle_1{width: 176px; height: 150px; position: absolute; z-index: 11111; font-size: 17px; color: #fff;  padding: 50px 0 0 24px;text-align: left; letter-spacing: -1px; line-height: 20px;
}
.circle_1 p{padding-top: 10px; 
font-family: "Gotham A", "Gotham B";
font-style: normal;
font-weight: 300; 
}

.circle_2{width: 176px; height: 150px; position: absolute; z-index: 11111; margin-left: 210px;
	font-size: 17px; color: #fff;  padding: 50px 0 0 24px;  text-align: left;letter-spacing: -1px; line-height: 20px;
}
.circle_2 p{padding-top: 10px;
font-family: "Gotham A", "Gotham B";
font-style: normal;
font-weight: 300; }

.circle_3{width: 176px; height: 150px; position: absolute; z-index: 11111; margin-left: 420px;
	font-size: 17px; color: #fff;  padding: 50px 0 0 24px;  text-align: left;letter-spacing: -1px; line-height: 20px;
}
.circle_3 p{padding-top: 10px;
font-family: "Gotham A", "Gotham B";
font-style: normal;
font-weight: 300; }

.circle_4{width: 176px; height: 150px; position: absolute; z-index: 11111; margin-left: 630px;
	font-size: 17px; color: #fff;  padding: 50px 0 0 24px;  text-align: left;letter-spacing: -1px; line-height: 20px;
}
.circle_4 p{padding-top: 10px;
font-family: "Gotham A", "Gotham B";
font-style: normal;
font-weight: 300; }

.circle_5{width: 176px; height: 150px;  position: absolute; z-index: 11111; margin-left: 840px;
	font-size: 17px; color: #fff;  padding: 50px 0 0 24px;  text-align: left;letter-spacing: -1px; line-height: 20px;
}
.circle_5 p{padding-top: 10px;
font-family: "Gotham A", "Gotham B";
font-style: normal;
font-weight: 300; }

.circle_6{width: 176px; height: 150px;  position: absolute; z-index: 11111; margin-left: 1050px;
	font-size: 17px; color: #fff;  padding: 50px 0 0 24px;  text-align: left;letter-spacing: -1px; line-height: 20px;
}
.circle_6 p{padding-top: 10px;
font-family: "Gotham A", "Gotham B";
font-style: normal;
font-weight: 300; }

/* 버튼 테스트 */
.btn_wrap{width: 310px; }
.btn_wrap2{width: 280px; margin-top: 50px; }
.btn_wrap3{width: 480px; margin: 0 auto; padding: 0; margin-top: -360px}
.btn_wrap4{width: 480px; margin: 40px 0 0 84px; padding-bottom: 50px;}
.btn_wrap5{width: 320px; margin: 0 auto; padding: 0; margin-top: 10px; position: absolute;  z-index:11111}
.float_l{float: left}
.float_r{float: right}
/* Global Button Styles */
a.animated-button:link, a.animated-button:visited {
	font-family: "Nanum Gothic", sans-serif;
	position: relative;
	display: block;
	margin: 30px auto 0;
	padding: 20px 0;
	color: #000;
	font-size:18px;
	text-align: center;
	text-decoration: none;
	overflow: hidden;
	border-radius: 0;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}
a.animated-button:link:after, a.animated-button:visited:after {
	content: "";
	position: absolute;
	height: 0%;
	left: 50%;
	top: 50%;
	width: 150%;
	z-index: -1;
	-webkit-transition: all 0.75s ease 0s;
	-moz-transition: all 0.75s ease 0s;
	-o-transition: all 0.75s ease 0s;
	transition: all 0.75s ease 0s;
}
a.animated-button:link:hover, a.animated-button:visited:hover {
	color: #FFF;
	text-shadow: none;
}
a.animated-button:link:hover:after, a.animated-button:visited:hover:after {
	height: 450%;
}
a.animated-button:link, a.animated-button:visited {
	position: relative;
	display: block;
	margin: 30px auto 0;
	padding: 20px 20px 20px 0;
	color: #000;
	font-size:18px;
	border-radius: 0;
	text-align: center;
	text-decoration: none;
	overflow: hidden;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}






a.animated-button2:link, a.animated-button2:visited {
	font-family: "Gotham A", "Gotham B" !important;
	font-style: normal;
    font-weight: 200!important;
	position: relative;
	display: block;
	margin: 0 auto;
	padding: 10px 0;
	color: #000;
	font-size:16px;
	text-align: left;
	text-decoration: none;
	text-transform: uppercase;
	overflow: hidden;
	border-radius: 0;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}
a.animated-button2:link:after, a.animated-button2:visited:after {
	content: "";
	position: absolute;
	height: 0%;
	left: 50%;
	top: 50%;
	width: 150%;
	z-index: -1;
	-webkit-transition: all 0.75s ease 0s;
	-moz-transition: all 0.75s ease 0s;
	-o-transition: all 0.75s ease 0s;
	transition: all 0.75s ease 0s;
}
a.animated-button2:link:hover, a.animated-button2:visited:hover {
	color: #FFF;
	text-shadow: none;
}
a.animated-button2:link:hover:after, a.animated-button2:visited:hover:after {
	height: 450%;
}
a.animated-button2:link, a.animated-button2:visited {
	position: relative;
	display: block;
	margin: 0 auto;
	padding: 10px 0 0 15px;
	height: 30px;
	color: #000;
	font-size:16px;
	border-radius: 0;
	text-align: left;
	text-decoration: none;
	text-transform: uppercase;
	overflow: hidden;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}





a.animated-button3:link, a.animated-button3:visited {
	font-family: "Nanum Gothic", sans-serif;
	position: relative;
	display: block;
	margin: 30px auto 0;
	padding: 20px 0;
	color: #000;
	font-size:16px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	overflow: hidden;
	border-radius: 0;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}
a.animated-button3:link:after, a.animated-button3:visited:after {
	content: "";
	position: absolute;
	height: 0%;
	left: 50%;
	top: 50%;
	width: 150%;
	z-index: -1;
	-webkit-transition: all 0.75s ease 0s;
	-moz-transition: all 0.75s ease 0s;
	-o-transition: all 0.75s ease 0s;
	transition: all 0.75s ease 0s;
}
a.animated-button3:link:hover, a.animated-button3:visited:hover {
	color: #FFF;
	text-shadow: none;
}
a.animated-button3:link:hover:after, a.animated-button3:visited:hover:after {
	height: 450%;
}
a.animated-button3:link, a.animated-button3:visited {
	position: relative;
	display: block;
	margin: 20px auto 0;
	padding: 26px 15px 24px 0;
	color: #4b4b4b;
	font-size:16px;
	border-radius: 0;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	overflow: hidden;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}


a.animated-button4:link, a.animated-button4:visited {
	font-family: "Nanum Gothic", sans-serif;	background: #303030;
	position: relative;
	display: block;
	margin: 0 auto 0;
	padding: 20px 0;
	color: #fff;
	font-size:18px;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	overflow: hidden;
	border-radius: 0;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}
a.animated-button4:link:after, a.animated-button4:visited:after {
	content: "";
	position: absolute;
	height: 0%;
	left: 50%;
	top: 50%;
	width: 150%;
	z-index: -1;
	-webkit-transition: all 0.75s ease 0s;
	-moz-transition: all 0.75s ease 0s;
	-o-transition: all 0.75s ease 0s;
	transition: all 0.75s ease 0s;
}
a.animated-button4:link:hover, a.animated-button4:visited:hover {
	color: #FFF;
	text-shadow: none;
background: #d81921;
}
a.animated-button4:link:hover:after, a.animated-button4:visited:hover:after {
	height: 450%;
}
a.animated-button4:link, a.animated-button4:visited {
	position: relative;
	display: block;
	margin: 0 auto;
	padding:20px 0;
	color: #fff;
	font-size:16px;
	border-radius: 0;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	overflow: hidden;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}



a.animated-button5:link, a.animated-button5:visited {
	font-family: "Nanum Gothic", sans-serif;
	position: relative;
	display: block;
	margin: 30px auto 0;
	padding: 20px 0;
	color: #000;
	font-size:16px;
	text-align: left;
	text-decoration: none;
	text-transform: uppercase;
	overflow: hidden;
	border-radius: 0;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}
a.animated-button5:link:after, a.animated-button5:visited:after {
	content: "";
	position: absolute;
	height: 0%;
	left: 50%;
	top: 50%;
	width: 150%;
	z-index: -1;
	-webkit-transition: all 0.75s ease 0s;
	-moz-transition: all 0.75s ease 0s;
	-o-transition: all 0.75s ease 0s;
	transition: all 0.75s ease 0s;
}
a.animated-button5:link:hover, a.animated-button5:visited:hover {
	color: #FFF !important;
	text-shadow: none;
}
a.animated-button5:link:hover:after, a.animated-button5:visited:hover:after {
	height: 450%;
}
a.animated-button5:link, a.animated-button5:visited {
	position: relative;
	display: block;
	margin: 20px auto 0;
	padding: 22px 15px 20px 15px;
	color: #4b4b4b;
	font-size:16px;
	border-radius: 0;
	text-align: left;
	text-decoration: none;
	text-transform: uppercase;
	overflow: hidden;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}


/* Victoria Buttons */
a.animated-button img {
    position:absolute;
    margin-top: -10px;
	overflow:hidden !important
}
a:hover.animated-button img {
    position:absolute;
	top: -20px;
    bottom:00px;overflow:hidden !important;

}

a.animated-button.victoria-one {
	border: 1px solid #a29f9f;
}
a.animated-button.victoria-one:after {
	background: #303030;
	-moz-transform: translateX(-50%) translateY(-50%) rotate(-25deg);
	-ms-transform: translateX(-50%) translateY(-50%) rotate(-25deg);
	-webkit-transform: translateX(-50%) translateY(-50%) rotate(-25deg);
	transform: translateX(-50%) translateY(-50%) rotate(-25deg);
}
.btn_line{width: 630px; margin: 0 auto; padding-top: 380px;}

.btn_line2{width: 317px; font-family: "Nanum Gothic", sans-serif !important;}





a.animated-button2 img {
    position:absolute;
    margin-top: -10px;
	overflow:hidden !important
}
a:hover.animated-button2 img {
    position:absolute;
	top: -30px;
    bottom:00px;overflow:hidden !important;

}

a.animated-button2.victoria-one {
	border: 1px solid #a29f9f;
}
a.animated-button2.victoria-one:after {
	background: #303030;
	-moz-transform: translateX(-50%) translateY(-50%) rotate(-25deg);
	-ms-transform: translateX(-50%) translateY(-50%) rotate(-25deg);
	-webkit-transform: translateX(-50%) translateY(-50%) rotate(-25deg);
	transform: translateX(-50%) translateY(-50%) rotate(-25deg);
}



a.animated-button3 img {
    position:absolute;
    margin-top: -13px;
	overflow:hidden !important
}
a:hover.animated-button3 img {
    position:absolute;
	top: -14px;
    bottom:00px;overflow:hidden !important;

}

a.animated-button3.victoria-one {
	border: 1px solid #736d6d;
}
a.animated-button3.victoria-one:after {
	background: #d81921;
	-moz-transform: translateX(-50%) translateY(-50%) rotate(-25deg);
	-ms-transform: translateX(-50%) translateY(-50%) rotate(-25deg);
	-webkit-transform: translateX(-50%) translateY(-50%) rotate(-25deg);
	transform: translateX(-50%) translateY(-50%) rotate(-25deg);
	
}




a.animated-button4 img {
    position:absolute;
    margin-top: -13px;
	overflow:hidden !important
}
a:hover.animated-button4 img {
    position:absolute;
	top: -14px;
    bottom:00px;overflow:hidden !important;

}


a.animated-button4.victoria-one {
	
}
a.animated-button4.victoria-one:after {
	background: #d81921;
	-moz-transform: translateX(-50%) translateY(-50%) rotate(-25deg);
	-ms-transform: translateX(-50%) translateY(-50%) rotate(-25deg);
	-webkit-transform: translateX(-50%) translateY(-50%) rotate(-25deg);
	transform: translateX(-50%) translateY(-50%) rotate(-25deg);
}


.btn_line{width: 630px; margin: 0 auto; padding-top: 380px;}


a.animated-button5 img { 
    position:absolute;
    margin-top: -13px;
	overflow:hidden !important
}
a:hover.animated-button5 img {
    position:absolute;
	top: -14px;
    bottom:00px;overflow:hidden !important;

}

a.animated-button5.victoria-one {
	border: 1px solid #c0c0c0;
}
a.animated-button5.victoria-one:after {
	background: #d81921 !important;
	-moz-transform: translateX(-50%) translateY(-50%) rotate(-25deg);
	-ms-transform: translateX(-50%) translateY(-50%) rotate(-25deg);
	-webkit-transform: translateX(-50%) translateY(-50%) rotate(-25deg);
	transform: translateX(-50%) translateY(-50%) rotate(-25deg);
	
}

/*---------------*/
/***** Sadie *****/
/*---------------*/

.grid {
	position: relative;

	padding:0;
	width: 100%;
	list-style: none;
	text-align: center;
	background: url(http://www.mezzomedia.co.kr/images/bg_contact.png) top center no-repeat; height: 450px;
}

/* Common style */
.grid figure {
	position: relative;
	float: left;
	overflow: hidden;

	height: 450px;
	width:50% !important;

	text-align: center;
	cursor: pointer;
margin: 0; padding: 0;
}

.grid figure img {
right: 0; 
	top: 0;
}

.grid figure figcaption {

	color: #fff;
	text-transform: uppercase;
	font-size: 1.25em;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.grid figure figcaption::before,
.grid figure figcaption::after {
	pointer-events: none;
}

.grid figure figcaption,
.grid figure figcaption > a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.grid figure figcaption > a {
	z-index: 1000;
	text-indent: 200%;
	white-space: nowrap;
	font-size: 0;
	opacity: 0;
}

.grid figure h2 {
	word-spacing: -0.15em;
	font-weight: 300;
	font-size: 40px;
}

.grid figure h2 span {
	font-weight: 800;
}

.grid figure h2,
.grid figure p {
	margin: 0;
}

.grid figure p {
	letter-spacing: 1px;
	font-size:17px;
	font-family: "Nanum Gothic", sans-serif;
	line-height: 24px;
}






figure.effect-sadie figcaption::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: -webkit-linear-gradient(top, rgba(48,48,48,0) 0%, rgba(48,48,48,0.8) 75%);
	background: linear-gradient(to bottom, rgba(48,48,48,0) 0%, rgba(48,48,48,0.8) 75%);
	content: '';
	opacity: 0;
	-webkit-transform: translate3d(0,50%,0);
	transform: translate3d(0,50%,0);
}

figure.effect-sadie h2 {
	font-family: "Gotham A", "Gotham B" !importnat;
font-style: normal;
font-weight: 500 !important; 
font-size: 40px !important;
	position: absolute;
	top: 160px;
	left: 0;
	width: 100%;
	color: #fff;
	-webkit-transition: -webkit-transform 0.35s, color 0.35s;
	transition: transform 0.35s, color 0.35s;
	-webkit-transform: translate3d(0,-50%,0);
	transform: translate3d(0,-50%,0);
}

figure.effect-sadie figcaption::before,
figure.effect-sadie p {
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}
figure.effect-sadie img {
	margin-top: 270px;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}
figure.effect-sadie p {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	opacity: 1;
	-webkit-transform: translate3d(0,-220px,0);
	transform: translate3d(0,-220px,0);
}

figure.effect-sadie:hover h2 {
	color: #fff;
	-webkit-transform: translate3d(0,-50%,0) translate3d(0,-40px,0);
	transform: translate3d(0,-50%,0) translate3d(0,-40px,0);
}
figure.effect-sadie:hover figcaption::before  {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}


figure.effect-sadie:hover p {
	opacity: 1;
	-webkit-transform: translate3d(0,-260px,0);
	transform: translate3d(0,-260px,0);
}
figure.effect-sadie:hover img {
	opacity: 1;
	-webkit-transform: translate3d(0,-40px,0);
	transform: translate3d(0,-40px,0);
}



.mezzo_map{ height: 600px; width: 100%; margin-top: -70px !important}
.map_top{ position: absolute; z-index: 11000!important; height:195px; width: 100%;  background: url(http://www.mezzomedia.co.kr/images/map_top.png)top center no-repeat; }
.map_con{background-color: #eee; height: 600px; position: absolute; z-index: 98;  width: 100%;}


.social_btn{margin-bottom: 38px; margin-left: 20px}
.social_btn ul li{display: inline-block; padding-right: 20px;}
.social_btn a{opacity: .5}
.social_btn a:hover{opacity: 1}




/* 나타남 */

.has-animation3 p, .has-animation3 img {
  opacity: 0;
}
.has-animation3.animate-in p, .has-animation3.animate-in img {
  animation: textHidden3 .8s .2s forwards;
}
.has-animation3.animate-in:before, .has-animation3.animate-in:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  z-index: 10;
}
.has-animation3.animate-in:before {
  background-color: #eee;
}
.has-animation3.animate-in:after {
  background-color: #000;
  animation-delay: .5s;
}
.has-animation3.animation-ltr3.animate-in:before {
  animation: revealLTR3 1.8s ease;
}
.has-animation3.animation-ltr3.animate-in:after {
  animation: revealLTR3 1s .6s ease;
}
.has-animation3.animation-rtl3.animate-in:before {
  animation: revealRTL3 1.8s ease;
}
.has-animation3.animation-rtl3.animate-in:after {
  animation: revealRTL3 1s .6s ease;
}

@keyframes revealRTL3 {
   0% {

        transform: translate3d(0px, 0px, 0px);
        opacity: 0;

        animation-timing-function: linear;

      }

      100% {

        transform: translate3d(0px, -176px, 0px);

        opacity: 1;

        animation-timing-function: linear;

      }
}
@keyframes revealLTR3 {
       0% {

        transform: translate3d(0px, 0px, 0px);
        opacity: 0;

        animation-timing-function: linear;

      }

      100% {

        transform: translate3d(0px, -176px, 0px);

        opacity: 1;

        animation-timing-function: linear;

      }
}
@keyframes textHidden3 {
       0% {

        transform: translate3d(0px, 40px, 0px);
        opacity: 0;
        animation-timing-function: ease-in;

      }

      100% {

        transform: translate3d(0px, 0px, 0px);
        opacity: 1;
        animation-timing-function: ease-in;

      }
}


.heading2 .nanum{font-family: "Nanum Gothic" !important; font-size: 1rem !important; letter-spacing: -1px; }



/* 서브 페이지 css */
#header_sub{height: 43px; background: #d81921; padding:27px 0 0 40px; text-align: left }
.sub_home{}
#main_sub{background: url(http://www.mezzomedia.co.kr/images/sub_bg.jpg)top center no-repeat; font-family: "Nanum Gothic", sans-serif; margin: 0 auto; text-align: center;}
#contact_sub{background: url(http://www.mezzomedia.co.kr/images/sub_bg2.png) top center no-repeat; font-family: "Nanum Gothic", sans-serif; margin: 0 auto; text-align: left; }
#news_sub{background: url(http://www.mezzomedia.co.kr/images/sub_bg3.png) top center no-repeat; font-family: "Nanum Gothic", sans-serif; margin: 0 auto; text-align: left; }
.contact_wrap h2{font-size: 50px !important;font-family: "Nanum Gothic", sans-serif !important;text-align: left; font-weight: normal !important; line-height: 66px; padding-top: 100px;}
.contact_wrap{width: 900px;margin: 0 auto; text-align: left;  padding-left: 120px !important;}
.contact_wrap p{font-size: 18px; color: #737373; line-height: 30px; margin-top: -66px !important;}

.news_wrap{width: 900px;margin: 0 auto; text-align: left;  padding-left: 320px !important;}
.news_wrap h2{font-size: 50px !important;font-family: "Nanum Gothic", sans-serif !important;text-align: left; font-weight: normal !important; line-height: 66px; padding-top: 100px;}
.news_stit{font-size: 18px; color: #737373; line-height: 30px; margin-top: -66px !important; margin-bottom: 115px;}
.new_input{width: 650px; font-family: "Nanum Gothic", sans-serif !important;text-align: left; border: none; color: #000 ; font-size: 16px; }
.new_input ul li{list-style: none}
.new_input ul{border-top: 1px solid #000; background: #fff; }
.new_input li{border-bottom: 1px solid #000; }
.new_input li.check{border-bottom: 1px solid #000; padding: 20px !important; }
.new_input input{font-family: "Nanum Gothic", sans-serif !important;text-align: left; border: none; color: #000 ; font-size: 16px; padding: 10px 10px 10px 20px !important; }
.new_input input{font-family: "Nanum Gothic", sans-serif !important;text-align: left; border: none; color: #000 ; font-size: 16px; padding: 10px 10px 10px 20px !important; }

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #b8b8b8;
}
input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #b8b8b8;
}
input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #b8b8b8;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #b8b8b8;
}
.new_input input::placeholder{color: #b8b8b8 ;}


input[type="checkbox"] {
    display:none;
}

input[type="checkbox"] + label {
    color:#000;
}

input[type="checkbox"] + label span {
    display:inline-block;
    width:22px;
    height:19px;
    margin:-2px 5px 0 0;
    vertical-align:middle;
    background:url(http://www.mezzomedia.co.kr/images/check_radio_sheet.png) left top no-repeat;
    cursor:pointer;
}

input[type="checkbox"]:checked + label span {
    background:url(http://www.mezzomedia.co.kr/images/check_radio_sheet.png) -22px top no-repeat;
}

.check_slide{font-size: 14px; color: #8d8d8d; line-height: 20px;  border-top: 1px solid #8d8d8d; margin: 20px -20px 0 -20px; padding: 20px; display: none}
.click_open{width: 28px !important; float: right; height: 15px; background: url(http://www.mezzomedia.co.kr/images/ic_down.jpg) top right no-repeat; cursor: hand}
.click_open:before {background: url(http://www.mezzomedia.co.kr/images/ic_up.jpg) top right no-repeat}
.click_open.active { background: url(http://www.mezzomedia.co.kr/images/ic_up.jpg) top right no-repeat}


.tab_wrap{width: 1024px;margin: 0 auto; text-align: left; margin-top: 120px;}

.tab-wrap { padding-left: 180px;

  width: 840px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
  list-style: none;
}
.tab-wrap:hover {
  
}

.tab {
  display: none;
}
.tab:checked:nth-of-type(1) ~ .tab__content:nth-of-type(1) {
  opacity: 1;
  -webkit-transition: 0.5s opacity ease-in, 0.8s -webkit-transform ease;
  transition: 0.5s opacity ease-in, 0.8s -webkit-transform ease;
  transition: 0.5s opacity ease-in, 0.8s transform ease;
  transition: 0.5s opacity ease-in, 0.8s transform ease, 0.8s -webkit-transform ease;
  position: relative;
  top: 0;
  z-index: 100;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
  text-shadow: 0 0 0;
}
.tab:checked:nth-of-type(2) ~ .tab__content:nth-of-type(2) {
  opacity: 1;
  -webkit-transition: 0.5s opacity ease-in, 0.8s -webkit-transform ease;
  transition: 0.5s opacity ease-in, 0.8s -webkit-transform ease;
  transition: 0.5s opacity ease-in, 0.8s transform ease;
  transition: 0.5s opacity ease-in, 0.8s transform ease, 0.8s -webkit-transform ease;
  position: relative;
  top: 0;
  z-index: 100;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
  text-shadow: 0 0 0;
}
.tab:checked:nth-of-type(3) ~ .tab__content:nth-of-type(3) {
  opacity: 1;
  -webkit-transition: 0.5s opacity ease-in, 0.8s -webkit-transform ease;
  transition: 0.5s opacity ease-in, 0.8s -webkit-transform ease;
  transition: 0.5s opacity ease-in, 0.8s transform ease;
  transition: 0.5s opacity ease-in, 0.8s transform ease, 0.8s -webkit-transform ease;
  position: relative;
  top: 0;
  z-index: 100;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
  text-shadow: 0 0 0;
}
.tab:checked:nth-of-type(4) ~ .tab__content:nth-of-type(4) {
  opacity: 1;
  -webkit-transition: 0.5s opacity ease-in, 0.8s -webkit-transform ease;
  transition: 0.5s opacity ease-in, 0.8s -webkit-transform ease;
  transition: 0.5s opacity ease-in, 0.8s transform ease;
  transition: 0.5s opacity ease-in, 0.8s transform ease, 0.8s -webkit-transform ease;
  position: relative;
  top: 0;
  z-index: 100;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
  text-shadow: 0 0 0;
}
.tab:checked:nth-of-type(5) ~ .tab__content:nth-of-type(5) {
  opacity: 1;
  -webkit-transition: 0.5s opacity ease-in, 0.8s -webkit-transform ease;
  transition: 0.5s opacity ease-in, 0.8s -webkit-transform ease;
  transition: 0.5s opacity ease-in, 0.8s transform ease;
  transition: 0.5s opacity ease-in, 0.8s transform ease, 0.8s -webkit-transform ease;
  position: relative;
  top: 0;
  z-index: 100;
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
  text-shadow: 0 0 0;
}
.tab:first-of-type:not(:last-of-type) + label {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.tab:not(:first-of-type):not(:last-of-type) + label {
  border-radius: 0;
}
.tab:last-of-type:not(:first-of-type) + label {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.tab:checked + label {
  background:url(http://www.mezzomedia.co.kr/images/tab_bg.png)top left repeat-x;
  cursor: default;
 font-size: 22px; color: #000; 

}
.tab:checked + label:hover {
  box-shadow: 0 -1px 0 #fff inset;
  background-color: #fff;
	font-size: 22px; color: #000; 
}
.tab + label {font-size: 22px; color: #000; 
  border-radius: 6px 6px 0 0;
  cursor: pointer; margin-right: 70px;
  display: block;
  text-decoration: none;

  text-align: left !important;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  text-align: center;
  -webkit-transition: 0.3s background-color ease, 0.3s box-shadow ease;
  transition: 0.3s background-color ease, 0.3s box-shadow ease;
  height: 50px;
  box-sizing: border-box;
  padding: 15px 10px 15px 3px;
}
.tab + label:hover {
  background:url(http://www.mezzomedia.co.kr/images/tab_bg.png)top left repeat-x;
  cursor: default;
}
.tab__content { font-size: 18px; color: #737373;
	line-height: 30px;
  padding: 0 0 25px 0;
  background-color: transparent; 
  position: absolute;
  width: 100%;
  z-index: -1;
  opacity: 0;
  left: 0;
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
  border-radius: 6px;
	min-height: 500px
}
.tab__content h3{clear: both; font-size: 50px; color: #000; padding:100px 0 50px 0; font-weight:normal !important}
.tab__content p.privacy_tit{font-size: 22px; color: #000; padding: 75px 0 20px 0; }
.tab__content p.privacy_con{font-size: 16px; color: #a3a3a3; line-height: 24px}
.sm_tit{font-size: 16px;color: #000 ;line-height: 20px}
.sm_con{font-size: 14px;color: #a3a3a3;line-height: 18px}



  .page-transition {

      position: fixed;

      width: 199px;

      height: 199px;

      transform-style: preserve-3d;

      top: 395px;

      left: 698px;

      transform: translate3d(-97px, -6px, 0px) scale3d(3, 3, 3);
 animation: page-transition 400ms 1 0ms forwards
    }

    @keyframes page-transition {
  0% {

        transform: translate3d(-36px, -14px, 0px) scale3d(1.04, 1.04, 1);

        opacity: 1;

        animation-timing-function: linear;

      }

      14.29% {

        transform: translate3d(-27.4234px, -10.4303px, 0px) scale3d(1.04, 1.04, 1);

        opacity: 1;

        animation-timing-function: linear;

      }

      71.43% {

        opacity: 1;

        animation-timing-function: linear;

      }

      100% {

        transform: translate3d(24.0362px, 10.988px, 0px) scale3d(1.04, 1.04, 1);

        opacity: 0;

        animation-timing-function: linear;

      }

    }


.main_bg{height: 800px !important; position: fixed !important; z-index: 1; top: 0 !important; }

.card__one {
  transition: transform .3s; width:40%;
}
.card__one::after {
  position: absolute;
  top: 0;
  left: 0;
  transition: opacity 0s cubic-bezier(0.165, 0.84, 0.44, 1);
  box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.3);
  content: '';
  opacity: 0;
  z-index: -1;
}
.card__one:hover, .card__one:focus {
  transform: scale3d(1.03, 1.03, 1);
}
.card__one:hover::after, .card__one:focus::after {
  opacity: 1;
}




.main_bg_ani {
	float: right;
    left: -50%;
	width:100%;
	position:relative; margin: 0 auto !important; text-align: center !important;
	z-index:5; 
    animation: main_bg_ani 21s linear 0s 1 normal forwards;
    -webkit-animation: main_bg_ani 21s linear 0s 1 normal forwards;
    -moz-animation: main_bg_ani 21s linear 0s 1 normal forwards;
	animation-iteration-count: infinite;
}
.main_bg_ani img{ 
	 float: left;
    position: relative;
    left: 50%;
	width:100%;
}

@keyframes main_bg_ani {
    0% {
        transform: translate3d(0px, 9px, 0px) scale3d(1.02, 1.02, 1);
        -webkit-transform: translate3d(0px, 9px, 0px) scale3d(1.02, 1.02, 1);
        -moz-transform: translate3d(0px, 9px, 0px) scale3d(1.02, 1.02, 1);
        opacity: 1;
        animation-timing-function: linear;
        -webkit-animation-timing-function: linear;
        -moz-animation-timing-function: linear;
    }

    20% {
        transform: translate3d(-19px, -19px, 0px) scale3d(1.02, 1.02, 1);
        -webkit-transform: translate3d(-19px, -19px, 0px) scale3d(1.02, 1.02, 1);
        -moz-transform: translate3d(-19px, -19px, 0px) scale3d(1.02, 1.02, 1);
        opacity: 1;
        animation-timing-function: linear;
        -webkit-animation-timing-function: linear;
        -moz-animation-timing-function: linear;;
    }
    25% {
        transform: translate3d(-19px, -19px, 0px) scale3d(1.02, 1.02, 1);
        -webkit-transform: translate3d(-19px, -19px, 0px) scale3d(1.02, 1.02, 1);
        -moz-transform: translate3d(-19px, -19px, 0px) scale3d(1.02, 1.02, 1);
        opacity: 0;
        animation-timing-function: linear;
        -webkit-animation-timing-function: linear;
        -moz-animation-timing-function: linear;
    }
	97% {
		transform: translate3d(0px, 9px, 0px) scale3d(1.02, 1.02, 1);
        -webkit-transform: translate3d(0px, 9px, 0px) scale3d(1.02, 1.02, 1);
        -moz-transform: translate3d(0px, 9px, 0px) scale3d(1.02, 1.02, 1);
        opacity: 0;
        animation-timing-function: linear;
        -webkit-animation-timing-function: linear;
        -moz-animation-timing-function: linear;
    }
	
    100% {
		transform: translate3d(0px, 9px, 0px) scale3d(1.02, 1.02, 1);
        -webkit-transform: translate3d(0px, 9px, 0px) scale3d(1.02, 1.02, 1);
        -moz-transform: translate3d(0px, 9px, 0px) scale3d(1.02, 1.02, 1);
        opacity: 1;
	     animation-timing-function: linear;
        -webkit-animation-timing-function: linear;
        -moz-animation-timing-function: linear;;

    }
}

.main_bg_ani2 { float: right;
    margin-left: -100%;
	margin-top:-60%;
	width:110%;
	position: relative;
	z-index: 10;
	text-align: center;
    animation: main_bg_ani2 21s linear 0s 1 normal forwards;
    -webkit-animation: main_bg_ani2 21s linear 0s 1 normal forwards;
    -moz-animation: main_bg_ani2 21s linear 0s 1 normal forwards;
	animation-iteration-count: infinite;
}
.main_bg_ani2 img{ 
	float: left;
    position: relative;
	margin-top: -10%;
    /* margin-left: 30%; */
	width:100%;
	}
@keyframes main_bg_ani2 {
  0% {
	   transform: translate3d(-16px, -25px, 0px) scale3d(1.02, 1.02, 1);
        -webkit-transform: translate3d(-16px, -25px, 0px) scale3d(1.02, 1.02, 1);
        -moz-transform:translate3d(-16px, -25px, 0px) scale3d(1.02, 1.02, 1);
        opacity: 0;
        animation-timing-function: linear;
        -webkit-animation-timing-function: linear;
        -moz-animation-timing-function: linear;
    }
    20% {
		 transform: translate3d(-16px, -25px, 0px) scale3d(1.02, 1.02, 1);
        -webkit-transform: translate3d(-16px, -25px, 0px) scale3d(1.02, 1.02, 1);
        -moz-transform:translate3d(-16px, -25px, 0px) scale3d(1.02, 1.02, 1);
        opacity: 0;
        animation-timing-function: linear;
        -webkit-animation-timing-function: linear;
        -moz-animation-timing-function: linear;
    }
    25% {
		 transform: translate3d(-9.14503px, -18.145px, 0px) scale3d(1.02, 1.02, 1);
        -webkit-transform: translate3d(-9.14503px, -18.145px, 0px) scale3d(1.02, 1.02, 1);
        -moz-transform:translate3d(-9.14503px, -18.145px, 0px) scale3d(1.02, 1.02, 1);
        opacity: 1;
       animation-timing-function: linear;
        -webkit-animation-timing-function: linear;
        -moz-animation-timing-function: linear;
    }
	50% {
		transform: translate3d(8.28033px, -0.719674px, 0px) scale3d(1.02, 1.02, 1);
        -webkit-transform: translate3d(8.28033px, -0.719674px, 0px) scale3d(1.02, 1.02, 1);
        -moz-transform:translate3d(8.28033px, -0.719674px, 0px) scale3d(1.02, 1.02, 1);
        opacity: 1;
        animation-timing-function: linear;
        -webkit-animation-timing-function: linear;
        -moz-animation-timing-function: linear;
    }
	55% {
		transform: translate3d(8.28033px, -0.719674px, 0px) scale3d(1.02, 1.02, 1);
        -webkit-transform: translate3d(8.28033px, -0.719674px, 0px) scale3d(1.02, 1.02, 1);
        -moz-transform:translate3d(8.28033px, -0.719674px, 0px) scale3d(1.02, 1.02, 1);
        opacity: 0;
        animation-timing-function: linear;
        -webkit-animation-timing-function: linear;
        -moz-animation-timing-function: linear;
    }
    100% {
        opacity: 0;

    }
}


.main_bg_ani3 { text-align: center !important;float: right;
	margin-top: -60%;
	text-align: center;
	position: relative;
	z-index: 15;
	width:100%;
	float: right;
    /* left: -10%; */
	/* margin-top: -1200px; */
    animation: main_bg_ani3 21s linear 0s 1 normal forwards;
    -webkit-animation: main_bg_ani3 21s linear 0s 1 normal forwards;
    -moz-animation: main_bg_ani3 21s linear 0s 1 normal forwards;
	animation-iteration-count: infinite;
}
.main_bg_ani3 img{ 
	float: left;
    position: relative;
	margin-top: -10%;
    margin-left: -10%;
	width:110%;
}
@keyframes main_bg_ani3 {
   0% {
         transform: translate3d(25px, -28px, 0px) scale3d(1.02, 1.02, 1);
        -webkit-transform: translate3d(25px, -28px, 0px) scale3d(1.02, 1.02, 1);
        -moz-transform: translate3d(25px, -28px, 0px) scale3d(1.02, 1.02, 1);
        opacity: 0;
        animation-timing-function: linear;
        -webkit-animation-timing-function: linear;
        -moz-animation-timing-function: linear;

    }
    50% {
          transform: translate3d(25px, -28px, 0px) scale3d(1.02, 1.02, 1);
        -webkit-transform: translate3d(25px, -28px, 0px) scale3d(1.02, 1.02, 1);
        -moz-transform: translate3d(25px, -28px, 0px) scale3d(1.02, 1.02, 1);
        opacity: 0;
        animation-timing-function: linear;
        -webkit-animation-timing-function: linear;
        -moz-animation-timing-function: linear;

    }
	55% {
         transform: translate3d(16.1389px, -22.5969px, 0px) scale3d(1.02, 1.02, 1);
        -webkit-transform: translate3d(16.1389px, -22.5969px, 0px) scale3d(1.02, 1.02, 1);
        -moz-transform: translate3d(16.1389px, -22.5969px, 0px) scale3d(1.02, 1.02, 1);
        opacity: 1;
        animation-timing-function: linear;
        -webkit-animation-timing-function: linear;
        -moz-animation-timing-function: linear;
    }
    75% {
         transform: translate3d(6.8889px, -8.55555px, 0px) scale3d(1.02, 1.02, 1);
        -webkit-transform: translate3d(6.8889px, -8.55555px, 0px) scale3d(1.02, 1.02, 1);
        -moz-transform: translate3d(6.8889px, -8.55555px, 0px) scale3d(1.02, 1.02, 1);
        opacity: 1;
        animation-timing-function: linear;
        -webkit-animation-timing-function: linear;
        -moz-animation-timing-function: linear;
    }
 	80% {
        transform: translate3d(0px, -3px, 0px) scale3d(1.02, 1.02, 1);
        -webkit-transform: translate3d(-10px, -3px, 0px) scale3d(1.02, 1.02, 1);
        -moz-transform: translate3d(-10px, -3px, 0px) scale3d(1.02, 1.02, 1);

        opacity: 0;
       animation-timing-function: linear;
        -webkit-animation-timing-function: linear;
        -moz-animation-timing-function: linear;
    }
    100% {
        opacity: 0;

    }
}

.main_bg{clear: both; height: 800px !important; top: 0 !importan; z-index: 1; top: 0 !important; text-align: center !important; overflow: hidden; margin: 0 auto;  display: table-cell; vertical-align: middle; text-align: center;  width: 100%; }

.main_bg_ani4 { 
	float: right;
	position: relative;
	margin-top: -62%;
	z-index:20; 
	width:100%;
	text-align: center !important;
    animation: main_bg_ani4 21s linear 0s 1 normal forwards;
    -webkit-animation: main_bg_ani4 21s linear 0s 1 normal forwards;
    -moz-animation: main_bg_ani4 21s linear 0s 1 normal forwards;
	animation-iteration-count: infinite;
}
.main_bg_ani4 img{ 

 float: left;
    position: relative;
	margin-top: -2%;
    margin-left: -20%;
	width:130%;
}

@keyframes main_bg_ani4 {
   0% {
       transform: translate3d(10px, -18px, 0px) scale3d(1.02, 1.02, 1);
        -webkit-transform: translate3d(10px, -18px, 0px) scale3d(1.02, 1.02, 1);
        -moz-transform: translate3d(10px, -18px, 0px) scale3d(1.02, 1.02, 1);
        opacity: 0;
      animation-timing-function: linear;
        -webkit-animation-timing-function: linear;
        -moz-animation-timing-function: linear;
    }
	75% {
        transform: translate3d(10px, -18px, 0px) scale3d(1.02, 1.02, 1);
        -webkit-transform: translate3d(10px, -18px, 0px) scale3d(1.02, 1.02, 1);
        -moz-transform: translate3d(10px, -18px, 0px) scale3d(1.02, 1.02, 1);
        opacity: 0;
       animation-timing-function: linear;
        -webkit-animation-timing-function: linear;
        -moz-animation-timing-function: linear;
    }
    80% {
        transform: translate3d(0px, -18.4979px, 0px) scale3d(1.02, 1.02, 1);
        -webkit-transform: translate3d(0px, -18.4979px, 0px) scale3d(1.02, 1.02, 1);
        -moz-transform: translate3d(0px, -18.4979px, 0px) scale3d(1.02, 1.02, 1);
        opacity: 1;
       animation-timing-function: linear;
        -webkit-animation-timing-function: linear;
        -moz-animation-timing-function: linear;
    }

    95% {
        transform: translate3d(-21px, -20px, 0px) scale3d(1.02, 1.02, 1);
        -webkit-transform: translate3d(-21px, -20px, 0px) scale3d(1.02, 1.02, 1);
        -moz-transform: translate3d(-21px, -20px, 0px) scale3d(1.02, 1.02, 1);
        opacity: 1;
        animation-timing-function: linear;
        -webkit-animation-timing-function: linear;
        -moz-animation-timing-function: linear;
    }

    100% {
		 transform: translate3d(-21px, -20px, 0px) scale3d(1.02, 1.02, 1);
        -webkit-transform: translate3d(-21px, -20px, 0px) scale3d(1.02, 1.02, 1);
        -moz-transform: translate3d(-21px, -20px, 0px) scale3d(1.02, 1.02, 1);
       animation-timing-function: linear;
        -webkit-animation-timing-function: linear;
        -moz-animation-timing-function: linear;
		opacity: 0;
    }
}




.has-animation4.text-top.animate-in{
  animation: mask 0.7s 0s ease;
}

.banner{ 
    width: 100%;
    height: 760px;
    position: absolute;
	z-index: 10;
    overflow: hidden;
    left: 0;
    right: 0;
    margin: 0 auto;
	margin-top: 680px;
}
.text-top{
    font-size: 96px;
    position: absolute;
    background: #fff;
    left: 0;
    top: 0;
    margin: 0 auto;
    text-align: center;
    overflow: hidden;

    width: 0;
    height: 760px;
  
}




@keyframes mask{
    0%{
        width: 100%;
		left: 0;
    }

    100%{
        width: 0%;
		left: 100%;
    }
   
}
















.gwd-img-932j {
    position: absolute;
    width: 790px;
    height: 393px;
    left: 1670px;
    top: 903px;
    transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform: translate3d(0px, 0px, 0px);
    -webkit-transform: translate3d(0px, 0px, 0px);
    -moz-transform: translate3d(0px, 0px, 0px);
    pointer-events: auto;
    opacity: 0;
}
.gwd-img-b4a4 {
    position: absolute;
    width: 590px;
    height: 634px;
    left:0; margin-left: -410px;
    top: 1217px;
    transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    pointer-events: auto;
    opacity: 1;
}
.gwd-img-1nxa { text-align: center; margin: 0 auto;
    position: absolute;
    width:100%;
	overflow: hidden;
    height: 1266px;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
    top: 0px;
}
.has-animation5.gwd-gen-1ogngwdanimation.animation {
    animation: gwd-gen-1ogngwdanimation_gwd-keyframes 1.019s cubic-bezier(.8,.18,.35,.95) 0s 1 normal forwards;
    -webkit-animation: gwd-gen-1ogngwdanimation_gwd-keyframes 1.019s cubic-bezier(.8,.18,.35,.95) 0s 1 normal forwards;
    -moz-animation: gwd-gen-1ogngwdanimation_gwd-keyframes 1.019s cubic-bezier(.8,.18,.35,.95) 0s 1 normal forwards;
}
.has-animation5.gwd-gen-evm6gwdanimation.animate-in {
    animation: gwd-gen-evm6gwdanimation_gwd-keyframes 0.899s cubic-bezier(.8,.18,.35,.95) 0.35s 1 normal forwards;
    -webkit-animation: gwd-gen-evm6gwdanimation_gwd-keyframes 0.899s cubic-bezier(.8,.18,.35,.95) 0.35s 1 normal forwards;
    -moz-animation: gwd-gen-evm6gwdanimation_gwd-keyframes 0.899s cubic-bezier(.8,.18,.35,.95) 0.35s 1 normal forwards;
}
@keyframes gwd-gen-1ogngwdanimation_gwd-keyframes {
    0% {
        opacity: 0;
        animation-timing-function: linear;
        -webkit-animation-timing-function: linear;
        -moz-animation-timing-function: linear;
    }
    100% {
        opacity: 1;
        animation-timing-function: linear;
        -webkit-animation-timing-function: linear;
        -moz-animation-timing-function: linear;
    }
}
@-webkit-keyframes gwd-gen-1ogngwdanimation_gwd-keyframes {
    0% {
        opacity: 0;
        -webkit-animation-timing-function: linear;
    }
    100% {
        opacity: 1;
        -webkit-animation-timing-function: linear;
    }
}
@-moz-keyframes gwd-gen-1ogngwdanimation_gwd-keyframes {
    0% {
        opacity: 0;
        -moz-animation-timing-function: linear;
    }
    100% {
        opacity: 1;
        -moz-animation-timing-function: linear;
    }
}
@keyframes gwd-gen-evm6gwdanimation_gwd-keyframes {
    0% {
        opacity: 0;
        animation-timing-function: linear;
        -webkit-animation-timing-function: linear;
        -moz-animation-timing-function: linear;
    }
    100% {
        opacity: 1;
        animation-timing-function: linear;
        -webkit-animation-timing-function: linear;
        -moz-animation-timing-function: linear;
    }
}
@-webkit-keyframes gwd-gen-evm6gwdanimation_gwd-keyframes {
    0% {
        opacity: 0;
        -webkit-animation-timing-function: linear;
    }
    100% {
        opacity: 1;
        -webkit-animation-timing-function: linear;
    }
}
@-moz-keyframes gwd-gen-evm6gwdanimation_gwd-keyframes {
    0% {
        opacity: 0;
        -moz-animation-timing-function: linear;
    }
    100% {
        opacity: 1;
        -moz-animation-timing-function: linear;
    }
}
.has-animation5.gwd-motion-path-cfzc-anim-x.animate-in{
    animation: gwd-motion-path-cfzc-keys-x 1.019s cubic-bezier(.8,.18,.35,.95) 0s 1 normal forwards;
    -webkit-animation: gwd-motion-path-cfzc-keys-x 1.019s cubic-bezier(.8,.18,.35,.95) 0s 1 normal forwards;
    -moz-animation: gwd-motion-path-cfzc-keys-x 1.019s cubic-bezier(.8,.18,.35,.95) 0s 1 normal forwards;
    transform: translate3d(-253.84px, 0px, 0px);
    -webkit-transform: translate3d(-253.84px, 0px, 0px);
    -moz-transform: translate3d(-253.84px, 0px, 0px);
}
@keyframes gwd-motion-path-cfzc-keys-x {
    0% {
        transform: translate3d(-253.84px, 0px, 0px);
        -webkit-transform: translate3d(-253.84px, 0px, 0px);
        -moz-transform: translate3d(-253.84px, 0px, 0px);
        animation-timing-function: cubic-bezier(0.4294, 0.1591, 0.7363, 0.6476);
        -webkit-animation-timing-function: cubic-bezier(0.4294, 0.1591, 0.7363, 0.6476);
        -moz-animation-timing-function: cubic-bezier(0.4294, 0.1591, 0.7363, 0.6476);
    }
    25% {
        transform: translate3d(-159.92px, 0px, 0px);
        -webkit-transform: translate3d(-159.92px, 0px, 0px);
        -moz-transform: translate3d(-159.92px, 0px, 0px);
        animation-timing-function: cubic-bezier(0.3601, 0.3055, 0.6729, 0.6611);
        -webkit-animation-timing-function: cubic-bezier(0.3601, 0.3055, 0.6729, 0.6611);
        -moz-animation-timing-function: cubic-bezier(0.3601, 0.3055, 0.6729, 0.6611);
    }
    95% {
        transform: translate3d(293.19px, 0px, 0px);
        -webkit-transform: translate3d(293.19px, 0px, 0px);
        -moz-transform: translate3d(293.19px, 0px, 0px);
    }
    97.5% {
        transform: translate3d(308.6px, 0px, 0px);
        -webkit-transform: translate3d(308.6px, 0px, 0px);
        -moz-transform: translate3d(308.6px, 0px, 0px);
    }
    100% {
        transform: translate3d(322px, 0px, 0px);
        -webkit-transform: translate3d(322px, 0px, 0px);
        -moz-transform: translate3d(322px, 0px, 0px);
    }
}
@-webkit-keyframes gwd-motion-path-cfzc-keys-x {
     0% {
        -webkit-transform: translate3d(-253.84px, 0px, 0px);
        -webkit-animation-timing-function: cubic-bezier(0.4294, 0.1591, 0.7363, 0.6476);
    }
    25% {
        -webkit-transform: translate3d(-159.92px, 0px, 0px);
        -webkit-animation-timing-function: cubic-bezier(0.3601, 0.3055, 0.6729, 0.6611);
    }
    95% {
        -webkit-transform: translate3d(293.19px, 0px, 0px);
    }
    97.5% {
        -webkit-transform: translate3d(308.6px, 0px, 0px);
    }
    100% {
        -webkit-transform: translate3d(322px, 0px, 0px);
    }
}
@-moz-keyframes gwd-motion-path-cfzc-keys-x {
    0% {
        -moz-transform: translate3d(-253.84px, 0px, 0px);
        -moz-animation-timing-function: cubic-bezier(0.4294, 0.1591, 0.7363, 0.6476);
    }
    25% {
        -moz-transform: translate3d(-159.92px, 0px, 0px);
        -moz-animation-timing-function: cubic-bezier(0.3601, 0.3055, 0.6729, 0.6611);
    }
    95% {
        -moz-transform: translate3d(293.19px, 0px, 0px);
    }
    97.5% {
        -moz-transform: translate3d(308.6px, 0px, 0px);
    }
    100% {
        -moz-transform: translate3d(322px, 0px, 0px);
    }
}
.has-animation5.gwd-motion-path-cfzc-anim-y.animate-in{
   animation: gwd-motion-path-cfzc-keys-y 1.019s cubic-bezier(.8,.18,.35,.95) 0s 1 normal forwards;
    -webkit-animation: gwd-motion-path-cfzc-keys-y 1.019s cubic-bezier(.8,.18,.35,.95) 0s 1 normal forwards;
    -moz-animation: gwd-motion-path-cfzc-keys-y 1.019s cubic-bezier(.8,.18,.35,.95) 0s 1 normal forwards;
    transform: translate3d(0px, -514.48px, 0px);
    -webkit-transform: translate3d(0px, -514.48px, 0px);
    -moz-transform: translate3d(0px, -514.48px, 0px);
}
@keyframes gwd-motion-path-cfzc-keys-y {
   0% {
        transform: translate3d(0px, -514.48px, 0px);
        -webkit-transform: translate3d(0px, -514.48px, 0px);
        -moz-transform: translate3d(0px, -514.48px, 0px);
        animation-timing-function: cubic-bezier(0.2168, 0.4125, 0.5401, 0.8468);
        -webkit-animation-timing-function: cubic-bezier(0.2168, 0.4125, 0.5401, 0.8468);
        -moz-animation-timing-function: cubic-bezier(0.2168, 0.4125, 0.5401, 0.8468);
    }
    72.5% {
        transform: translate3d(0px, -782.69px, 0px);
        -webkit-transform: translate3d(0px, -782.69px, 0px);
        -moz-transform: translate3d(0px, -782.69px, 0px);
        animation-timing-function: cubic-bezier(0.6392, -0.7758, 0.8835, 0.3558);
        -webkit-animation-timing-function: cubic-bezier(0.6392, -0.7758, 0.8835, 0.3558);
        -moz-animation-timing-function: cubic-bezier(0.6392, -0.7758, 0.8835, 0.3558);
    }
    100% {
        transform: translate3d(0px, -758px, 0px);
        -webkit-transform: translate3d(0px, -758px, 0px);
        -moz-transform: translate3d(0px, -758px, 0px);
    }
}
@-webkit-keyframes gwd-motion-path-cfzc-keys-y {
     0% {
        -webkit-transform: translate3d(0px, -514.48px, 0px);
        -webkit-animation-timing-function: cubic-bezier(0.2168, 0.4125, 0.5401, 0.8468);
    }
    72.5% {
        -webkit-transform: translate3d(0px, -782.69px, 0px);
        -webkit-animation-timing-function: cubic-bezier(0.6392, -0.7758, 0.8835, 0.3558);
    }
    100% {
        -webkit-transform: translate3d(0px, -758px, 0px);
    }
}
@-moz-keyframes gwd-motion-path-cfzc-keys-y {
    0% {
        -moz-transform: translate3d(0px, -514.48px, 0px);
        -moz-animation-timing-function: cubic-bezier(0.2168, 0.4125, 0.5401, 0.8468);
    }
    72.5% {
        -moz-transform: translate3d(0px, -782.69px, 0px);
        -moz-animation-timing-function: cubic-bezier(0.6392, -0.7758, 0.8835, 0.3558);
    }
    100% {
        -moz-transform: translate3d(0px, -758px, 0px);
    }
}
.has-animation5.gwd-motion-path-ozzo-anim-x.animate-in {
     animation: gwd-motion-path-ozzo-keys-x 0.899s cubic-bezier(.8,.18,.35,.95) 0.35s 1 normal forwards;
    -webkit-animation: gwd-motion-path-ozzo-keys-x 0.899s cubic-bezier(.8,.18,.35,.95) 0.35s 1 normal forwards;
    -moz-animation: gwd-motion-path-ozzo-keys-x 0.899s cubic-bezier(.8,.18,.35,.95) 0.35s 1 normal forwards;
    transform: translate3d(-251.6px, 0px, 0px);
    -webkit-transform: translate3d(-251.6px, 0px, 0px);
    -moz-transform: translate3d(-251.6px, 0px, 0px);
}
@keyframes gwd-motion-path-ozzo-keys-x {
   0% {
        transform: translate3d(-251.6px, 0px, 0px);
        -webkit-transform: translate3d(-251.6px, 0px, 0px);
        -moz-transform: translate3d(-251.6px, 0px, 0px);
        animation-timing-function: cubic-bezier(0.3754, 0.2947, 0.7159, 0.6146);
        -webkit-animation-timing-function: cubic-bezier(0.3754, 0.2947, 0.7159, 0.6146);
        -moz-animation-timing-function: cubic-bezier(0.3754, 0.2947, 0.7159, 0.6146);
    }
    40% {
        transform: translate3d(-488.44px, 0px, 0px);
        -webkit-transform: translate3d(-488.44px, 0px, 0px);
        -moz-transform: translate3d(-488.44px, 0px, 0px);
    }
    42.5% {
        transform: translate3d(-508.05px, 0px, 0px);
        -webkit-transform: translate3d(-508.05px, 0px, 0px);
        -moz-transform: translate3d(-508.05px, 0px, 0px);
        animation-timing-function: cubic-bezier(0.3385, 0.3279, 0.6656, 0.6679);
        -webkit-animation-timing-function: cubic-bezier(0.3385, 0.3279, 0.6656, 0.6679);
        -moz-animation-timing-function: cubic-bezier(0.3385, 0.3279, 0.6656, 0.6679);
    }
    100% {
        transform: translate3d(-988px, 0px, 0px);
        -webkit-transform: translate3d(-988px, 0px, 0px);
        -moz-transform: translate3d(-988px, 0px, 0px);
    }
}
@-webkit-keyframes gwd-motion-path-ozzo-keys-x {
    0% {
        -webkit-transform: translate3d(-251.6px, 0px, 0px);
        -webkit-animation-timing-function: cubic-bezier(0.3754, 0.2947, 0.7159, 0.6146);
    }
    40% {
        -webkit-transform: translate3d(-488.44px, 0px, 0px);
    }
    42.5% {
        -webkit-transform: translate3d(-508.05px, 0px, 0px);
        -webkit-animation-timing-function: cubic-bezier(0.3385, 0.3279, 0.6656, 0.6679);
    }
    100% {
        -webkit-transform: translate3d(-988px, 0px, 0px);
    }
}
@-moz-keyframes gwd-motion-path-ozzo-keys-x {
    0% {
        -moz-transform: translate3d(-251.6px, 0px, 0px);
        -moz-animation-timing-function: cubic-bezier(0.3754, 0.2947, 0.7159, 0.6146);
    }
    40% {
        -moz-transform: translate3d(-488.44px, 0px, 0px);
    }
    42.5% {
        -moz-transform: translate3d(-508.05px, 0px, 0px);
        -moz-animation-timing-function: cubic-bezier(0.3385, 0.3279, 0.6656, 0.6679);
    }
    100% {
        -moz-transform: translate3d(-988px, 0px, 0px);
    }
}
.has-animation5.gwd-motion-path-ozzo-anim-y.animate-in {
     animation: gwd-motion-path-ozzo-keys-y 0.899s cubic-bezier(.8,.18,.35,.95) 0.35s 1 normal forwards;
    -webkit-animation: gwd-motion-path-ozzo-keys-y 0.899s cubic-bezier(.8,.18,.35,.95) 0.35s 1 normal forwards;
    -moz-animation: gwd-motion-path-ozzo-keys-y 0.899s cubic-bezier(.8,.18,.35,.95) 0.35s 1 normal forwards;
    transform: translate3d(0px, -187.48px, 0px);
    -webkit-transform: translate3d(0px, -187.48px, 0px);
    -moz-transform: translate3d(0px, -187.48px, 0px);
}
@keyframes gwd-motion-path-ozzo-keys-y {
    0% {
        transform: translate3d(0px, -187.48px, 0px);
        -webkit-transform: translate3d(0px, -187.48px, 0px);
        -moz-transform: translate3d(0px, -187.48px, 0px);
        animation-timing-function: cubic-bezier(0.32, 0.3441, 0.6343, 0.7034);
        -webkit-animation-timing-function: cubic-bezier(0.32, 0.3441, 0.6343, 0.7034);
        -moz-animation-timing-function: cubic-bezier(0.32, 0.3441, 0.6343, 0.7034);
    }
    30% {
        transform: translate3d(0px, -377.86px, 0px);
        -webkit-transform: translate3d(0px, -377.86px, 0px);
        -moz-transform: translate3d(0px, -377.86px, 0px);
        animation-timing-function: cubic-bezier(0.1462, 0.7905, 0.3036, 1.8323);
        -webkit-animation-timing-function: cubic-bezier(0.1462, 0.7905, 0.3036, 1.8323);
        -moz-animation-timing-function: cubic-bezier(0.1462, 0.7905, 0.3036, 1.8323);
    }
    100% {
        transform: translate3d(0px, -438px, 0px);
        -webkit-transform: translate3d(0px, -438px, 0px);
        -moz-transform: translate3d(0px, -438px, 0px);
    }
}
@-webkit-keyframes gwd-motion-path-ozzo-keys-y {
    0% {
        -webkit-transform: translate3d(0px, -187.48px, 0px);
        -webkit-animation-timing-function: cubic-bezier(0.32, 0.3441, 0.6343, 0.7034);
    }
    30% {
        -webkit-transform: translate3d(0px, -377.86px, 0px);
        -webkit-animation-timing-function: cubic-bezier(0.1462, 0.7905, 0.3036, 1.8323);
    }
    100% {
        -webkit-transform: translate3d(0px, -438px, 0px);
    }
}
@-moz-keyframes gwd-motion-path-ozzo-keys-y {
    0% {
        -moz-transform: translate3d(0px, -187.48px, 0px);
        -moz-animation-timing-function: cubic-bezier(0.32, 0.3441, 0.6343, 0.7034);
    }
    30% {
        -moz-transform: translate3d(0px, -377.86px, 0px);
        -moz-animation-timing-function: cubic-bezier(0.1462, 0.7905, 0.3036, 1.8323);
    }
    100% {
        -moz-transform: translate3d(0px, -438px, 0px);
    }
}
[data-gwd-motion-path-node] {
    position: absolute;
	margin: 0 auto !important;
    top: 0px;
    width:100%;
	
    height: 100%;
    transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    pointer-events: none;
	
}






.mast {
  display: flex;
  align-items: left;
  flex-direction: column;
font-family: "Gotham A", "Gotham B" !important;
font-style: normal;
font-weight: 800; 
position: absolute;
top: 50% ;
left: 50% ;
height: auto;
min-width: 1050px; text-align: left !important;
-webkit-transform: translate3d(-50% , -50% , 0);
-moz-transform: translate3d(-50% , -50% , 0);
transform: translate3d(-50%, -50%, 0);
z-index: 9999;
}
.mast__title {
  color: #fff;
  margin-bottom: 10px;
	flex-direction: column;
font-family: "Gotham A", "Gotham B" !important;
font-style: normal;
font-weight: 800; 
}
.mast .title-line { display: block; text-align: left !important;padding-bottom: 0;overflow-y: hidden;font-size: 3.5rem;    line-height: 4rem; color: #fff;text-shadow:-8px 8px 0px #a3a3ab; text-shadow: -8px 8px 0px rgba(0,0,0, 0.1) }
.mast .title-line span {
  position: relative;
  display: inline-block;
}
.mast__text {
  color: #000;
  font-size: 18px;
  max-width: 520px;
  line-height: 2em;
}
.mast__email {
  margin-top: 30px;
}
.mast__email a {
  color: #000;
  font-size: 26px;
  font-weight: 300;
  line-height: 2em;
}
/* .mast__img{ position: absolute;
   display: block; 
  padding-top: 18px;
  overflow: hidden; 
}
.mast__img span {
  position: relative; 
  display: inline-block;
-webkit-transform: translate3d(0 , -50% , 0);
-moz-transform: translate3d(0 , -50% , 0);
transform: translate3d(0, -50% , 0);
}
.mast__img span img{
padding-top: 30px !important;
} */
.animated .mast__img{
  animation: text-up22 1s cubic-bezier(0.4, 0, 0.2, 1) .2s both;
}
.animated .mast .title-line span {
  animation: text-up 1s cubic-bezier(0.4, 0, 0.2, 1) both;
}
.animated .mast .title-line:nth-of-type(1) span {
  animation-delay: 0.6s;
}
.animated .mast .title-line:nth-of-type(2) span {
  animation-delay: 0.7s;
}
.animated .mast .title-line:nth-of-type(3) span {
  animation-delay: 0.8s;
}
.animated .mast .title-line:nth-of-type(4) span {
  animation-delay: 0.9s;
}
.animated .mast__text {
  animation: fade-in 4s 5s ease both;
}

@keyframes text-up {
  from {
    transform: translate3d(0, -150%, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}

@keyframes text-up22 {
  from {
    transform: translate3d(0, 0, 0);
	  height: 1px;
  }
  to {
    transform: translate3d(0, 0, 0);
height: 30px;
  }
}


.middle { 
    width: 300px;
    height: 97px;
    margin: auto;
    position: absolute; z-index: 111111111;
    top: 0; bottom: 0; left: 0; right: 0;
    overflow: hidden;
}
.text {
    font-weight: 300;
    font-size: 32px;font-size: 18px;
    color: #fff;
    text-align: center;
    opacity: 0;
    top: 50px;
    position: relative;
	font-family: "Gotham A", "Gotham B" !important;
font-style: normal;
font-weight: 200; 
}
.hr {
    margin-top: 12px;
    height: 1px;
    width: 300px;
    margin-left: -300px;
    background-color: #fff;
}

/*---------------*/
/***** Julia *****/
/*---------------*/


.mast2 {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
height: 100%;
  width: 100% ;

  margin: 0 auto;
	position: absolute;
	z-index: 1111111;
}
.mast__title2 {
  color: #000;

}
.mast2 .title-line2 {
  display: block;

  overflow-y: hidden;

}
.mast2 .title-line2 span {
  position: relative;
  display: inline-block;
 color: #303030;
font-family: "Gotham A", "Gotham B" !importnat;
font-style: normal;
font-weight: 800 !important; 
font-size:60px !important; height: 64px;
 vertical-align: top
}
.mast2 .title-line2 .title-line2_sub {
	font-family: "Gotham A", "Gotham B" !importnat;
font-style: normal; 
font-weight: 200 !important; 
font-size: 22px !important;
	letter-spacing: -1px;
top: -420xp;
 vertical-align: top
}
.mast2 .title-line3 {
  display: block;
  padding-bottom: 0.1em;
  overflow-y: hidden;

}

.mast__text2 {
  color: #000;
  font-size: 18px;
  max-width: 520px;
  line-height: 2em;
}


.animated2 .mast2 .title-line2 span {
  animation: text-up2 2.7s cubic-bezier(0.4, 0, 0.2, 1) both;
}
.animated2 .mast2 .title-line3 span {
  animation: text-up2 1s cubic-bezier(0.4, 0, 0.2, 1) both;
	animation-delay: 0.4s;
}
.animated2 .mast2 .title-line2:nth-of-type(2) span {
  animation-delay: 0.2s;

}
.animated2 .mast2 .title-line2:nth-of-type(3) span {
  animation-delay: 0.2s;
}
.animated2 .mast2 .title-line2:nth-of-type(4) span {
  animation-delay: 0.3s;
}
.animated2 .mast__text2 {
  animation: fade-in 1s 0.5s ease both;
}

@keyframes text-up2 {
  0% {
    transform: translate3d(0, 100%, 0);
  }
  50% {
    transform: translate3d(0, 0, 0);
  }
	70% {
    transform: translate3d(0, 0, 0);
  }
	100% {
    transform: translate3d(0, -100%, 0);
  }
}





table td a{color:#737373; text-decoration: underline !important}
