@import "bootstrap.min.css";
@import "font-awesome.min.css";
@import "animate.min.css";
@import "fontello.css";
@import "jcarousel.responsive.css";
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,300,600);
@import url(http://fonts.googleapis.com/css?family=Raleway:400,500,300,600);
@import url(http://fonts.googleapis.com/css?family=Roboto:400,100,300,500,700,400italic,300italic);

@charset "utf-8";




* {
    padding: 0;
    margin: 0;
    border: 0;
}
body {
    background: #1c2024 ;
	overflow-x:hidden; overflow-y:auto;}

body {
font-family: Meiryo, 'MS PGothic', Osaka, Arial, sans-serif !important;
}


body {

 font-family:Roboto, Raleway, Meiryo, 'Open Sans', Arial sans-serif !important;
}

body { oncontextmenu: return false;} 


.map-wrapper {
    margin-top:70px;
    width: 95%;
    height: 400px;
    margin-bottom: 20px;
	/*background: #828a94;*/
	
}



#wrapper {
    margin: 0 auto;
    width: 100%;
	background: #1c2024  ;
    
    /*box-shadow: 0px 0px 10px #b4b4b4 !important;*/
    color: #dbdbdb;
    font-size: 13px;
    
}
a, button, input[type="submit"] {
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}

a, a:visited, a:focus, a:active, a:hover { outline: 0 !important; text-decoration: none !important; }
ul { list-style: none }
.animated-area { overflow: hidden }
.marg10 { margin-top: 10px }
.marg25 { margin-top: 25px }
.marg35 { margin-top: 35px }
.marg50 { margin-top: 50px }
.marg45 { margin-top: 45px }
.marg60 { margin-top: 60px }
.marg75 { margin-top: 75px }
.marg70 { margin-top: 70px }
.marg100 { margin-top: 100px }
.marg125 { margin-top: 125px }
.marg150 { margin-top: 155px }
.marg180 { margin-top: 180px }
.marg-l16 { margin-left: 16px }
.marg-r20 { margin-right: 20px }
.margb20 { margin-bottom: 20px }
.margb45 { margin-bottom: 45px }
.margb75 { margin-bottom: 75px }
.margb100 { margin-bottom: 100px }
.paddb45 { padding-bottom: 45px}
.paddb60 { padding-bottom: 60px}
.paddb80 { padding-bottom: 80px}
.paddt70 { padding-top: 70px}
.paddt60 { padding-top: 60px}

/*.top_line { background: #100f10;
                     border-bottom:soild 1px #5e5c5e;}*/
.top_line { 
    padding-top:5px; 
	padding-bottom:5px; 
	background: #121519; 
	}

.contact-top li {
    float: left;
	padding: 0 10px;
    line-height: 33px;
    border-right: 1px solid #eee;
    font-size: 12px;
    font-family: Meiryo;
    font-weight: 300;
}
.contact-top li a{
    color:#555;
}
.contact-top li:first-child { padding-left: 0px }
.contact-top li:last-child { border-right: 0px }
.contact-top li i { font-size: 14px }

ul.social-links {
    float: right;
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 10px;
}
ul.social-links li {
    float: left;
    list-style: none;
   padding-left: 10px;
}
ul.social-links li a {
    display: inline-block;
    color: #ababab;
  
}
ul.social-links li a:hover { color: #d5d5d5;   text-decoration:none; }


.page_head {
     background: #121519;
}
.logo { margin-top: 5px; margin-left: -30px;}

/*NAVI*/
nav {
    position: relative;
    left: 0px;
    z-index: 9999 !important;
    width: 100%;
    background:#121519;
	margin:0 auto;
	height: 60px;
}

/*NAVI-full
nav {
    position: relative;
    left: 0px;
    z-index: 9999 !important;
    width: 100%;
    background: url(../../images/comm/bg.png) fixed;
}
*/


.textimg-respon { }
.sticky {
    position: fixed;
	height: 70px;
    background: rgba(18,21,25,5);
}

.menu ul ul { width: auto !important  }
.menu ul ul li { width: 160px; }
.menu ul li.sub li {
    width: 180px;
   /* border-left: 1px dotted #eee;*/
}
.menu { 
    position: absolute;
    float: right;
	right:0%;'
}



.foot_qmenu_r {
    float: right; 
	position: relative;
	margin-right: -30px;
}

.foot_qmenu_top{
    margin-top: -5px;   
    right:0;   
    cursor:pointer;
    z-index:9999;
}

.wrap-1200 {
    max-width: 1200px;
	margin:0 auto;}

.menu ul {
    margin: 0;
    padding: 0;
    list-style: none;

}


/*.menu ul li:hover {
    border-top:1px solid  #858a8f;
}*/

.menu ul li {
   width: auto; 
   position: relative;
   float: left;
 }

.menu ul li ul {
    position: absolute;
    left: 0px;
    display: block;
    visibility: hidden;
    width: 100%;
    opacity: 0;
}
.menu ul li:hover ul {
    display: inline-block;
	-webkit-transition: all 1.2s ease;
    -moz-transition: all 1.2s ease;
    -ms-transition: all 1.2s ease;
    -o-transition: all 1.2s ease;
    transition: all 1.2s ease;
}

.menu ul li:hover ul, .menu ul li li:hover ul, .menu ul li li li:hover ul {
    display: block;
    visibility: visible;
    opacity: 1;
}

/*메인메뉴리스트*/
.menu ul li a {
    padding: 15px 50px 21px 10px;
    color: #b2b2b2;
    text-decoration: none;
    font-size: 13px;
    font-family: Raleway;
    display: block;
    -webkit-transition: all 1.2s ease;
    -moz-transition: all 1.2s ease;
    -ms-transition: all 1.2s ease;
    -o-transition: all 1.2s ease;
    transition: all 1.2s ease;
}

.menu ul li a:last-child {
    padding-right: 0px;
}

.menu li a:hover {
    outline: none;
    /*border-color: #00C0E1;*/
    color: #9b59b6 !important;
    text-decoration: none;
}



.menu li.current a { color: #9b59b6; font-weight: 600; }
.menu li:hover a { 
    color: #f9f9f9;
    /*border-left:1px solid  #858a8f;
    border-right:1px solid  #858a8f;*/
}

/*.nav-arrow {
    width: 15px;
    margin: auto;
    height: 10px;
    margin-top: -14px;
    position: relative;
}*/


.menu ul ul {
   background: #1c2024;;
   /*border-bottom:1px solid  #393f44;*/
}

.menu ul li ul li a {
    padding:12px ;
    border-bottom: 1px solid #393f44; !important;*/
    color: #e2e2e2 !important;
	font-family: Meiryo;
    font-size: 12px;
  
}
.menu ul li ul li:first-child  {
    margin-top: 0px;
}

.menu ul li ul li:last-child a {
    border: none; !important;
}

.menu ul li ul {
    /*border-top: 1px solid #f9f9f9;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);*/
}

/*서브메뉴오버*/
.menu ul li ul li a:hover {
    background: #782cb9;
    color: #FFF  !important;
}


nav.sticky .logo { margin-top: 13px }
nav.sticky ul li a {
    padding: 25px 50px 21px 10px;;
    font-weight: normal;
    font-size: 13px;

}


nav.sticky ul li a:before { content: '' }
.dl-trigger { display: none }
.dl-back { display: none }
.menu ul ul ul {
    top: 0px !important;
    left: 180px;
    margin-top: 0px !important;
}
.menu ul li ul li ul { visibility: hidden !important }
.menu ul li ul li:hover ul { visibility: visible !important }




/*써클메뉴*/
.menu-circle   {
    float: left; 
	background: #f3f3f3;
	color: #1c2024;
	width:  22px;
	height:  22px;
	padding-top:  4px;
	font-size: 9px;
	 text-align: center;
    -webkit-border-radius:  50%;
	-moz-border-radius:  50%;
	border-radius:  50%;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

/*.menu-circle  :hover {
	margin-top: -7px;
	background: #1c2024;
	border: solid 1px #f3f3f3;
	color: #f3f3f3;
	width:  22px;
	height:  22px;
	-webkit-border-radius:  50%;
	-moz-border-radius:  50%;
	border-radius:  50%;
	-webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}*/





.menu-q { float: right }
.menu-q ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.menu-q ul li {
    position: relative;
    float: left;
}
.menu-q ul li ul {
    position: absolute;
    left: 0px;
    display: block;
    visibility: hidden;
    width: 100%;
    opacity: 0;
}


.menu-q ul li a {
    padding-top: 13px;
	padding-left : 15px;
    color: #d5d5d5;

    display: block;

}
.menu-q ul li a:last-child {
    padding-right: 0px;
}

.menu-q li.current a { color: #f9f9f9; font-weight: 600; }
.menu-q li:hover a { color: #f9f9f9 }


.menu-q ul li ul li:first-child a {
    border-top: none !important;
}

/*NAVI*/


/*NEWS*/
.news {margin-top:20px; width:46%;  }



.news h4  {
    color: #FFF !important;
	font-family: Meiryo;
	line-height: 20px;
    font-size: 16px;
	margin-bottom:15px;
}

.news h4 :hover {
    color: #FFF 
	font-family: Meiryo;
	line-height: 20px;
    font-weight: 600;
	border:1px solid #393f44;
}

.news span {
     color: #c2c2c2 !important; 
	 font-family: Meiryo !important;
	 font-size: 12px;
	 line-height: 28px;
}

.news p {
    font-family: Meiryo;
    color: #828a94 ;
	font-size: 11px;
}

.news-more {
    padding-right:15px;
 }


.news-thumb {
    max-width:231px;
	position: relative;
	float: left;
}

.promo-block {
    display:table;
    margin:auto;
}


.promo-text {
    text-align: center;
	font-size: 16px;
    font-family: Raleway;
    font-weight: 100;
    color: #FFF;
    display: inline-block;
    border: 1px solid #FFF;
    padding-left: 50px;
	padding-right: 50px;
	padding-top: 20px;
	padding-bottom: 20px;
    -webkit-backface-visibility: hidden;
	letter-spacing: 1px;
	margin-bottom: 30px;
}

.promo-text-ko {
    text-align: center;
	font-size: 16px;
    font-family: Meiryo;
    font-weight: bold;
    color: #FFF;
    display: inline-block;
    border: 1px solid #9fa0a2;
    padding-left: 50px;
	padding-right: 50px;
	padding-top: 20px;
	padding-bottom: 21px;
    -webkit-backface-visibility: hidden;
	letter-spacing: 1px;
	margin-bottom: 50px;
	margin-top: 70px;
}

.promo-text-ko-top {
   text-align: center;
	font-size: 16px;
    font-family: Meiryo;
    font-weight: bold;
    color: #FFF;
    display: inline-block;
    border: 1px solid #FFF;
    padding-left: 50px;
	padding-right: 50px;
	padding-top: 20px;
	padding-bottom: 20px;
    -webkit-backface-visibility: hidden;
	letter-spacing: 1px;
	margin-bottom: 30px;
}


.promo-text-sub {
    text-align: center;
	font-size: 14px;
    font-family: Meiryo;
    font-weight: 300;
    color: #FFF;
    display: inline-block;
    padding-top: 55px;
	-webkit-backface-visibility: hidden;
}

.promo-text-sub span {
    color : #9b59b6;
}


.promo-text-light {
    text-align: center;
    font-size: 25px;
    font-family: Roboto;
    font-weight: 300;
    color: #666;
    padding-left: 31px;
    padding-right: 30px;
    display: inline-block;
    border-bottom: 1px solid #f9f9f9;
    padding-bottom: 15px;
    -webkit-backface-visibility: hidden;
}



.promo-text-footer {
    font-size: 19px;
    font-family: roboto;
    font-weight: 300;
    color: #FFF;
    padding-bottom: 15px;
}
.promo-paragraph {
    padding:0 130px; 
    text-align:center;
    margin-top:15px;
    font-family: roboto; 
    font-weight:300;
    line-height:1.5
}

.top-ani-mobile {
    margin-top:50px;
	}
.mobile-top {
    display:table;
    margin:auto;
	text-align: center;
	font-size: 16px;
    font-family: Raleway;
    font-weight: 100;
    color: #FFFFFF;
    padding-left: 50px;
	padding-right: 50px;
	padding-top: 40px;
	padding-bottom: 20px;
    -webkit-backface-visibility: hidden;
	z-index:8888;
}



.hi-icon-wrap {
     margin-left:9%;
	 margin-bottom:150px;
}

.whoweare-wrap {
     margin-left:9%;
	 margin-bottom:150px;
}

.recruit-wrap {
     margin-left:11%;
	 margin-bottom:200px;
}



.rec-wrap {
     padding-top: 50px;
	 margin-bottom: 50px;
     margin-left: 7.5%;
	 max-width: 1080px;
}

.hi-clear {clear:left; margin-bottom: 65px;}

.hi-location {
    float:left;  
	position: relative;
	
 }



.hi-icon {
    float:left; 
	font-size: 23px;
	width: 55px;
    height: 55px;
    border-radius: 50%;
    text-align: center;
    position: relative;
    z-index: 1;
    color: #1c2024;
    line-height: 55px;
    background: #393f44;
    margin:auto;
	text-align:center;
}
.hi-icon:after {
    pointer-events: none;
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    content: '';
    -webkit-box-sizing: content-box; 
    -moz-box-sizing: content-box; 
    box-sizing: content-box;
}
.hi-icon-effect .hi-icon {
    -webkit-transition: color 0.3s;
    -moz-transition: color 0.3s;
    transition: color 0.3s;
}
.hi-icon-effect .hi-icon:after {
    top: 0px;
    left: 0px;
    padding: 0px;
    z-index: -1;
    background: #d4dce7;
    border: 1px solid rgba(212,220,231,0.8);
    -webkit-transition: -webkit-transform 0.2s, opacity 0.3s;
    -moz-transition: -moz-transform 0.2s, opacity 0.3s;
    transition: transform 0.2s, opacity 0.3s;
}
.hi-icon-effect .hi-icon {
    color: #FFF;
}
.hi-icon-effect:hover .hi-icon {
    color: #1c2024;
	border: 1px solid rgba(209,208,209,0);
}
.hi-icon-effect .hi-icon:after {
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3);
    opacity: 0;
}
.hi-icon-effect:hover .hi-icon:after {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}

.hi-icon-text { 
    float:left;  position: relative; margin-left:20px; top:0; margin-right:15px; 
	
	}

.hi-icon-location { 
    margin-bottom: 80px; padding-top: 20px;
	margin:0 auto;
	
	}

.hi-icon-location-wrap {
     margin-bottom:80px;
	 max-width: 95%;
	 margin:0 auto;
	
}
.loc-icon {
    font-size: 30px;
	width: 70px;
    height: 70px;
    border-radius: 50%;
    text-align: center;
    position: relative;
    z-index: 1;
    color: #1c2024;
    line-height: 70px;
    background: #393f44;
    margin:auto;
	
	
}
.loc-icon:after {
    pointer-events: none;
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    content: '';
    -webkit-box-sizing: content-box; 
    -moz-box-sizing: content-box; 
    box-sizing: content-box;
}
.loc-icon-effect .loc-icon {
    -webkit-transition: color 0.3s;
    -moz-transition: color 0.3s;
    transition: color 0.3s;
}
.loc-icon-effect .loc-icon:after {
    top: 0px;
    left: 0px;
    padding: 0px;
    z-index: -1;
    background: #d4dce7;
    border: 1px solid rgba(212,220,231,0.8);
    -webkit-transition: -webkit-transform 0.2s, opacity 0.3s;
    -moz-transition: -moz-transform 0.2s, opacity 0.3s;
    transition: transform 0.2s, opacity 0.3s;
}
.loc-icon-effect .loc-icon {
    color: #FFF;
}
.loc-icon-effect:hover .loc-icon {
    color: #1c2024;
	border: 1px solid rgba(209,208,209,0);
}
.loc-icon-effect .loc-icon:after {
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3);
    opacity: 0;
}
.loc-icon-effect:hover .loc-icon:after {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}



.loc-name {
    font-size: 20px;
    font-family: Raleway;
    line-height: 40px;
    font-weight: 100;
	color: #e1e1e1;
	text-align:center;
}

.loc-text {
    font-family: Meiryo;
    font-weight: 300;
	color: #d4dce7;
	font-size: 13px;
	text-align:center;
}

.map-info { 
    font-family: Meiryo;
    font-weight: 300;
	color: #e1e1e1;
	font-size: 12px;
	line-height: 25px;
	
	text-align:center;
}

.map-wrap {
    max-width: 100%;
	margin-left: 0 auto;
}

.recruit-name {
    font-size: 19px;
    font-family: Meiryo;
    line-height: 30px;
    font-weight: 300;
	color: #e1e1e1;
}


.service-name {
    font-size: 19px;
    font-family: Raleway;
    line-height: 30px;
    font-weight: 300;
	color: #e1e1e1;
	letter-spacing: 1px;
}
.service-text {
    font-family: Raleway;
    font-weight: 300;
	color: #d4dce7;
	letter-spacing: 1px;
}

.recruit-text {
    font-family: Meiryo;
    font-weight: 300;
	color: #858a8f;
	font-size:12px;
	height: 67px;
	width: 280px;
}

.recruit-img { 
    width: 360px; 
	margin:0 auto; 
	margin-top: 50px;}





/*container*/
.container-bot {
    padding-top: 50px; 
	padding-bottom: 50px; 
    /*border-top:1px solid #858a8f;*/
	background: #39373c;
}

.container-bg {
    background: #181b1f;
}

.container-color {
   padding: 70px 0 120px 0; 
    /*border-top:1px solid #858a8f;*/
	background: #1c2024;
}

.container-color-S {
    padding: 0 0 60px 0; 
	background: #1c2024;
	max-width: 100%;
}

.container-color-max {
    padding-top: 100px 0 60px 0; 
	/*border-top:1px solid #858a8f;*/
	background: #1c2024;
	height:520px;
}

.container-color-mini {
    padding-top: 100px 0 60px 0; 
	/*border-top:1px solid #858a8f;*/
	background: #1c2024;
	height:300px;
}

.container-color-S-pro {
    padding-top: 100px 0 60px 0; 
	/*border-top:1px solid #858a8f;*/
	background: #1c2024;
	height:310px;
}

.container-color-bk {
    padding: 70px 0 0 0; 
    background: #181b1f;
}

.container-color-bk-none {
    background: #181b1f;
}




.container-color-bk-s {
    padding: 30px 0 0 0; 
    background: #181b1f;
}

.container-line-bk {
    padding: 70px 0 0 0; 
    background: #181b1f;
    /*border-top:1px solid #393f44;*/
	margin-bottom: 0;
}

.container-line {
     padding: 70px 0 0 0; 
	 background: #1c2024;
	 /*border-top:1px solid #393f44;*/
	 margin-bottom: 0;

}

.container-white {
    padding: 70px 0; 
    background: #858a8f;
	/*border-top:1px solid #858a8f;*/
}

.container-color {
    padding: 70px 0 0 0; 
    /*border-top:1px solid #858a8f;*/
	background: #1c2024;
}

.container-foot {
    padding: 50px 0 ; 
    /*border-top:1px solid #858a8f;*/
	background: #1c2024;
}



.grid figure {
    margin: 0;
    position: relative;
}
.grid figure img {
    max-width: 100%;
    display: block;
    position: relative;
}



.grid figcaption {
    position: absolute;
    top: 0;
    left: 0;
    padding-top: 21px;
    padding-left: 20px;
    padding-bottom: 25px;
    padding-right: 25px;
    background: #1c2024;
    color: #9b59b6;
	font-size:13px;
    font-family: Meiryo;
    font-weight: 400;
    font-size:10px;

}
.grid figcaption h3 {
    margin: 0;
    padding: 0;
    color: #fff;
    font-family: Meiryo;
    font-size:15px;
    padding-bottom: 5px;
    line-height: 20px;
	text-align: center;
}

.grid figcaption span{
    text-align: center;
}

/*.grid figcaption span:before {
    content: 'by ';
}*/



.hover-3 figure {
    overflow: hidden;
}
.hover-3 figure img {
    -webkit-transition: -webkit-transform 0.4s;
    -moz-transition: -moz-transform 0.4s;
    transition: transform 0.4s;
}
.hover-3 figure:hover img, .hover-3 figure.cs-hover img {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
}
.hover-3 figcaption {
    height: 40%;
    width: 100%;
    top: auto;
	left: auto;
    bottom: 0;
    opacity: 0;
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition: -webkit-transform 0.4s, opacity 0.1s 0.3s;
    -moz-transition: -moz-transform 0.4s, opacity 0.1s 0.3s;
    transition: transform 0.4s, opacity 0.1s 0.3s;
}
.hover-3 figure:hover figcaption, .hover-3 figure.cs-hover figcaption {
    opacity: 0.8;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-transition: -webkit-transform 0.4s, opacity 0.1s;
    -moz-transition: -moz-transform 0.4s, opacity 0.1s;
    transition: transform 0.4s, opacity 0.1s;
}
.hover-3 figcaption a {
    position: absolute;
    bottom: 25px;
    right: 15px;
}

/*hover4*/
.hover-4 figure {
    overflow: hidden;
}
.hover-4 figure img {
    -webkit-transition: -webkit-transform 0.4s;
    -moz-transition: -moz-transform 0.4s;
    transition: transform 0.4s;
}
.hover-4 figure:hover img, .hover-4 figure.cs-hover img {
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
}
.hover-4 figcaption {
    height: 60px;
    width: 100%;
    top: auto;
    bottom: 0;
    opacity: 0;
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition: -webkit-transform 0.4s, opacity 0.1s 0.3s;
    -moz-transition: -moz-transform 0.4s, opacity 0.1s 0.3s;
    transition: transform 0.4s, opacity 0.1s 0.3s;
}
.hover-4 figure:hover figcaption, .hover-3 figure.cs-hover figcaption {
    opacity: 0.9;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-transition: -webkit-transform 0.4s, opacity 0.1s;
    -moz-transition: -moz-transform 0.4s, opacity 0.1s;
    transition: transform 0.4s, opacity 0.1s;
}
.hover-4 figcaption a {
    position: absolute;
    bottom: 25px;
    right: 15px;
}



.portfolio-search {
    border: 1px solid #fff;
    text-align: center;
    border-radius:2px;
    color:#fff;
	margin-left:50%;
	margin-bottom:-10px;
    animation: krasnaya 1s linear 1s infinite alternate;
    -webkit-animation: krasnaya 1s linear 1s infinite alternate;
    -moz-animation:krasnaya 1s linear 1s infinite alternate;
}



.portfolio-search i {
    font-size: 50px;
}
.portfolio-search:hover {
    background: rgba(255,255,255,0.3);
    color:#fff;
	outline: 0;
}
.portfolio-attach {
    border: 1px solid #fff;
    text-align: center;
    margin-top: -24px;
    padding: 4px;
    border-radius:2px;
    padding-top:2px;
    color:#fff;
    margin-right: 20px;
}




@keyframes krasnaya { 
    0% { border: 1px solid #9b59b6 }
    100% { border: 1px solid #180c2a }
}
@-webkit-keyframes krasnaya { 
    0% { border: 1px solid #fff }
    100% { border: 1px solid #180c2a }
}
@-moz-keyframes krasnaya { 
    0% { border: 1px solid #fff }
    100% { border: 1px solid #9b59b6 }
}
.portfolio-attach i { font-size: 20px }
.portfolio-attach:hover {
    background: rgba(255,255,255,0.3);
    color: #fff;
}

.more { 
    color: #fff;
    text-align: right;
	padding: 13px 15px 5px 0;
}

.more-arrow {
    border-color:  rgba(255, 206, 10, 0);
	border-bottom-color:  #FFF;
	border-width:  30px;
	top: 30%;
	margin-top:  -10px;
}


.btn-more {
    border-radius: 0px;
    font-weight: 300;
    font-family: roboto;
    font-size: 13px;
    outline: none !important;
	padding: 5px;
}
.btn-more:hover {
    border-radius: 0px;
    background: rgba(0,0,0,0.5);
    text-decoration: none;
	padding: 5px;
}

.demo-search {
    border: 1px solid #fff;
    text-align: center;
    margin-top: -24px;
    padding: 4px;
    border-radius:2px;
    padding-top:2px;
    color:#fff;
	margin-right: 47px;
    animation: krasnaya 1s linear 1s infinite alternate;
    -webkit-animation: krasnaya 1s linear 1s infinite alternate;
    -moz-animation:krasnaya 1s linear 1s infinite alternate;
}
.demo-search i {
    font-size: 20px;
}
.demo-search:hover {
    background: rgba(255,255,255,0.3);
    color:#fff;
}
.demo-attach {
    border: 1px solid #fff;
    text-align: center;
    margin-top: -24px;
    padding: 4px;
    border-radius:2px;
    padding-top:2px;
    color:#fff;
    margin-right: 0;
}


.demo-attach i { font-size: 20px }
.demo-attach:hover {
    background: rgba(255,255,255,0.3);
    color: #fff;
}




.prl-1 {
    background: url(../images/parallax.jpg) 100% 1% no-repeat fixed;
    color: #fff;
    min-height: 310px;
    height: 100%;
}
.prlx {
    background-color: rgba(0,0,0, 0.3);
    min-height: 250px;
    max-height: 100%;
}
.prl-2 {
    background: url(../images/parallax2.jpg) 100% 50% no-repeat fixed;
    color: #fff;
    min-height: 300px;
    height: 100%;
}
.prlx-2 {
    background-color: rgba(105, 113, 119, 0.45);
    min-height: 300px;
    max-height: 100%;
}
.prl-3 {
    background: url(../images/parallax3.jpg) 100% 50% no-repeat fixed;
    color: #fff;
    min-height: 70px;
    height: 150px;
}
.prlx-3 {
    background-color: rgba(0, 0, 0, 0.1);
    min-height: 70px;
    max-height: 100%;
}
.index_4_prev {
    background: transparent;
    border: 1px solid  transparent;
}
.index_4_next {
    background: transparent;
    border: 1px solid  transparent;
}
.index_4_prev:hover {
    border: 1px solid #bdb1ce;
    background: transparent;
}
.index_4_next:hover {
    border: 1px solid #bdb1ce;
    background: transparent;
}


.list-check2 { margin-top: 17px }


.list-check2 li {
    font-family: Meiryo;
    font-size: 12px;
    font-weight: 300;
    line-height: 2;
}
.list-check2 li  i {
    color: #bdb1ce;
    font-size: 16px;
    padding-right: 5px;
}

.list-check-wrap {
    float: left;
	position:relative;
}
	  


.who-pc {display:block;}
.who-mobile {display:block;}

.blog-images img { width: 100% }
.blog-icon {
    margin-top: 12px;
    float: left;
    -webkit-backface-visibility: hidden;
}
.blog-icon i {
    font-size: 33px;
    color: #bdb1ce;
    border-right: 1px solid #f1f1f1;
    padding-right: 10px;
}
.blog-name {
    float: left;
    margin-top: 12px;
    margin-left: 10px;
    font-weight: 300;
    -webkit-backface-visibility: hidden;
}
.blog-name a {
    font-family: raleway;
    font-size: 16px;
    color: #565656;
    font-weight: 300;
}
.blog-name a:hover {
    color: #bdb1ce;
    text-decoration: none;
}
.blog-desc {
    float: left;
    margin-left: 10px;
    margin-top: 5px;
    color: #aaa;
    font-size: 11px;
    font-family: roboto;
    font-weight: 300;
    -webkit-backface-visibility: hidden;
}
.blog-desc a{
    color: #aaa;    
    font-size: 11px;
    font-family: roboto;
    font-weight: 300;
}
.blog-desc a:hover{
    text-decoration: underline;
}
.footer {
    height: 150px;
    padding-top: 30px;
	background-color: #121519;
    width:100%;
}


.contact-footer li {
    line-height: 25px;
    font-size: 13px;
    font-family: Roboto;
    font-weight: 300;
}
.contact-footer li a { color: #555 }
.contact-footer li i { font-size: 14px }
.tags-footer li a {
    color: #666;
    background: rgba(50,50,50,0.1);
    display: block;
    float: left;
    font-size: 13px;
    line-height: 1;
    margin-bottom: 8px;
    margin-right: 8px;
    padding: 6px 10px;
    font-family: Roboto;
    font-weight: 300;
    border-radius: 2px;
}
.tags-footer li a:hover{
    background: rgba(50,50,50,0.2);
    color:#555;
    text-decoration: none;
}
.flickr_widget_wrapper a {
    display: block;
    position: relative;
    z-index: 10;
    float: left;
    width: 90px;
    height: 90px;
}
.flickr_widget_wrapper a .flickr_border {
    display: block;
    position: absolute;
    z-index: 15;
    left: 0;
    top: 0;
}
.flickr_widget_wrapper:hover .flickr_badge_image {
    opacity: 0.3;
    opacity 350ms;
    -webkit-transition: opacity 350ms;
}
.flickr_widget_wrapper:hover .flickr_badge_image:hover {
    opacity: 1;
    opacity 350ms;
    -webkit-transition: opacity 350ms;
}
.flickr_badge_image img { border-radius: 2px }
.soc-footer { margin: 0px }
.soc-footer li {
    font-size: 21px;
    margin-right: 7px;
    float: left;
    line-height: 35px;
}
.soc-footer li a {
    color: rgba(50,50,50,0.2);
    display: inline-block;
}
.soc-footer li a:hover {
    color: rgba(50,50,50,0.5);
    text-decoration: none;
}


.footer-bottom {
    max-width: 1200px;
	margin: 0 auto;
    line-height: 35px;
	font-family: roboto;
    font-size: 12px;
    font-weight: 300;
    color: #777;
	margin-bottom:-170px;
	margin-top: 20px;
}

.footer-bottom-S {
    max-width: 1200px;
	margin: 0 auto;
    line-height: 35px;
	font-family: roboto;
    font-size: 12px;
    font-weight: 300;
    color: #777;
	margin-bottom:50px;

}





.add {
    font-size: 11px; 
	color:#b4b4b4;
	line-height:20px;
	font-family:Meiryo;
}

.copy {
    font-family:verdana; 
	top:0;
	font-size: 10px;  
	color:#8b8b8b;
	line-height:12px;}

.foot_txt { 
    text-align:left; 
	letter-spacing:0pt; 
	margin-left: 3px;
}



.foot_wrap{
    position: relative;
	float: left;}

.foot-cir {
	width:  30px;
	height:  30px;
	font-size: 15px;
	line-height: 15px;
    border-radius: 0%;
    text-align: center;
    position: relative;
    z-index: 1;
	padding-top:6px;
    color: #fff;
	border: 1px solid rgba(209,208,209,0.2);
    margin-right:12px; 
	float: left; 
}
.foot-cir:after {
    pointer-events: none;
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 0%;
    content: '';
    -webkit-box-sizing: content-box; 
    -moz-box-sizing: content-box; 
    box-sizing: content-box;
	float: left; 
}

.foot-cir-effect .foot-cir {
    -webkit-transition: color 0.3s;
    -moz-transition: color 0.3s;
    transition: color 0.3s;
}
.foot-cir-effect .foot-cir:after {
    top: -2px;
    left: -2px;
    padding: 2px;
    z-index: -1;
    background: #782cb9;
    -webkit-transition: -webkit-transform 0.2s, opacity 0.3s;
    -moz-transition: -moz-transform 0.2s, opacity 0.3s;
    transition: transform 0.2s, opacity 0.3s;
}
.foot-cir-effect .foot-cir {
    padding-bottom:20px;
	color: #FFF;
}
.foot-cir-effect:hover .foot-cir {
    color: #FFF;
}
.foot-cir-effect .foot-cir:after {
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3);
    opacity: 0;
}
.foot-cir-effect:hover .foot-cir:after {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;

.foot_qmenu {
    float: left; 
	position: relative;
}

}






.foot_menu { float: right }
.foot_menu ul li {
    float: left;
    padding-left: 5px;
    list-style: none;
    font-family: Roboto;
}
.foot_menu ul li a {
    font-family: roboto;
    font-size: 12px;
    font-weight: 300;
    color: #777;
    text-decoration: none;
}
.foot_menu ul li a:hover { text-decoration: underline }
.foot_menu li:after { content: " " }
.foot_menu li:not(:last-of-type):after {
    padding-left: 5px;
    content: "|";
}
.quote { text-align: center }
.quote i {
    font-size: 43px;
    color: #fff;
}
.flexslider { position: relative }
.testi-slider .flex-direction-nav {
    display: none;
    text-indent: -9999px;
}
.testi-slider .flex-control-nav {
    bottom: -55px;
    position: absolute;
    text-align: center;
    width: 100%;
    display: table;
}
.testi-slider .flex-control-nav li {
    display: inline-block;
    zoom: 1;
    margin-right: 3px;
}
.testi-slider .flex-control-paging li a {
    padding: 0;
    text-indent: -99999px;
    width: 10px;
    height: 10px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: none;
    border: 1px solid rgba(255,255,255,0.7);
    display: inline-block;
    cursor: pointer;
}
.testi-slider .flex-control-paging li a:hover {
    background: rgba(255,255,255,0.5);
    border: solid 1px rgba(255,255,255,0.7);
}
.testi-slider .flex-control-paging li a.flex-active {
    background: rgba(255,255,255,0.5);
    border: solid 1px rgba(255,255,255,0.7);
    cursor: default;
}
.testi-text {
    text-align: center;
    font-size: 19px;
    font-family: roboto;
    font-weight: 300;
    margin-top: 20px;
    padding: 0 55px;
    line-height: 1.6;
}
.testi-author {
    text-align: center;
    margin-top: 25px;
    font-family: raleway;
    font-size: 14px;
    color: #eee;
}
.slides:after {
    clear: both;
    content: "";
    display: block;
    height: 0px;
    line-height: 0px;
    visibility: hidden;
}

.about-text {
    line-height: 1.7;
    font-size: 14px;
    font-family: Meiryo;
    font-weight: 300;
	color: #FFF;
	padding-left:15px;
}


.first-letter {
    float: left;
    padding: 6px 5px;
    margin-top: 6px;
    margin-right: 0px;
}
#reset {
    position: absolute;
    margin-top: -26px;
    margin-left: 168px;
    padding: 0px 4px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    background: #ccc;
    color: #555;
    font-weight: 400;
    font-size: 10px;
    font-family: roboto;
    font-weight: 300;
}
#style-switcher {
    position: fixed;
    top: 20%;
    z-index: 99999999;
    color: #fff;
}
#switcher-head {
    position: relative;
    margin: 0;
    padding-left: 20px;
    width: 270px;
    height: 40px;
    background-color: rgba(56, 63, 68, 0.9);
    color: #fff;
    font-size: 15px;
    line-height: 40px;
    cursor: pointer;
    font-family: roboto;
    font-weight: 300;
}
#switcher-head:before {
    position: absolute;
    left: 234px;
    overflow: hidden;
    color: #fff;
    content: '\e814';
    font-size: 28px;
    font-family: fontello;
    -webkit-font-smoothing: antialiased;
}
#switcher-content {
    overflow: hidden;
    padding: 0px 0 0px 0px;
    width: 225px;
    background-color: rgba(56, 63, 68, 0.78);
}
#switcher-content .el {
    padding-top: 5px;
    padding-right: 10px;
    padding-bottom: 5px;
    padding-left: 10px;
    border-top: 1px solid #414141;
    border-bottom: 1px solid #232323;
}
#switcher-content select {
    width: 100%;
    height: 23px;
    outline: none;
    border: 1px solid #EDEDED;
    background-color: #ffffff;
    color: #353535;
    font-size: 13px;
    font-family: roboto;
    font-weight: 300;
}
#switcher-content .sub-head { margin-bottom: 10px }
#switcher-content ul {
    overflow: hidden;
    margin-top: 5px;
    margin-left: 5px;
    padding: 0px;
}
#switcher-content li {
    float: left;
    margin: 0 8px 6px 0;
    list-style-type: none;
}
#switcher-content img {
    display: block;
    width: 30px;
    height: 30px;
    border-radius: 4px;
}
#switcher-content {
    -webkit-border-bottom-right-radius: 6px;
    border-bottom-right-radius: 6px;
    moz-border-bottom-right-radius: 6px;
}
#switcher-content form { margin: 0 }
.color-default { background: #d2d1d0 }
.switcher strong { color: inherit }
.switcher-head span { margin-left: 15px }
.switcher-body {
    position: relative;
    padding: 15px;
}
.switcher-trigger {
    position: absolute;
    top: 0;
    right: -40px;
    left: auto;
    width: 40px;
    height: 40px;
    -webkit-border-radius: 0 4px 4px 0;
    -moz-border-radius: 0 4px 4px 0;
    border-radius: 0 4px 4px 0;
    background-color: #333;
    text-align: center;
    font-size: 24px;
}
.switcher ul.switcher-op-selectors { margin: 0 -5px -5px 0 }
ul.switcher-op-selectors li  a {
    float: left;
    margin-top: 1px;
    width: 30px;
    height: 30px;
    border-radius: 4px;
}
.button_switch li a {
    float: left;
    padding: 6px 16px;
    background: #99cc66;
    color: #f1f1f1;
    font-weight: 100;
    font-size: 14px;
    font-family: roboto;
    font-weight: 300;
}
.button_switch li a.active {
    background: #f1f1f1;
    color: #99cc66;
}
.button_switch li a:hover {
    background: #f1f1f1;
    color: #99cc66;
    text-decoration: none;
}
.star {
    font-size: 10px;
    font-family: roboto;
    font-weight: 300;
}
.section {
    font-family: roboto;
    font-weight: 300;
}
.hr-swith {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #999;
}
.search-input input {
    float: right;
    position: absolute;
    top: 35px;
    z-index: 999999;
    right: 15px;
    background: #ааа;
    height: 30px;
    color: #555;
    font-size: 13px;
    padding: 3px 10px;
    border-left: 1px solid #EEEEEE;
    border-right: 1px solid #EEEEEE;
    border-bottom: 1px solid #EEEEEE;
    width: 231px;
    outline: none;
    font-family: roboto;
    font-weight: 300;
}
.search-active i { color: #bdb1ce }
.button-center {
    display: table;
    margin: auto;
}



.view-fifth img {
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    -ms-transition: all 0.6s ease;
    transition: all 0.6s ease;
    -webkit-backface-visibility: hidden;
}
.view-fifth .mask {
    background: #bdb1ce;http://tcorp.kovi.com/images/solution/interior-min.png
    -webkit-transform: translateY(http://tcorp.kovi.com/images/space50.png-300px);
    -moz-transform: translateY(-300px);
    -o-transform: translateY(-300px);
    -ms-transform: translateY(-300px);
    transform: translateY(-300px);
    -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
    -webkit-transition: all 0.6s ease-out;
    -moz-transition: all 0.6s ease-out;
    -o-transition: all 0.6s ease-out;
    -ms-transition: all 0.6s ease-out;
    transition: all 0.6s ease-out;
    -webkit-backface-visibility: hidden;
}
.view-fifth:hover .mask {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -o-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-backface-visibility: hidden;
}
.view-fifth:hover img {
    -webkit-transform: translateY(-300px);
    -moz-transform: translateY(-300px);
    -o-transform: translateY(-300px);
    -ms-transform: translateY(-300px);
    transform: translateY(-300px);
    -webkit-backface-visibility: hidden;
}
.view {
    float: left;
    overflow: hidden;
    position: relative;
    text-align: center;
    cursor: default;
}
.view .mask, .view .content {
    width: 100%;
    height: 100%;
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
}
.view img {
    display: block;
    position: relative;
}
.btn-blog {
    border: 1px solid #fff;
    text-align: center;
    margin-top: 79px;
    padding: 10px 20px;
    border-radius: 2px;
    color: #fff;
    display: inline-block;
    font-family: roboto;
}
.btn-blog:hover {
    background: rgba(255,255,255,0.3);
    color: #fff;
    text-decoration: none;
}
.copyright { display: block }
.cbp-l-inline { margin-top: 0px }
.page-in {
    border-top: 1px solid #858a8f;
    border-bottom: 1px solid #696370;
    background: url(../../images/comm/bg.png); fixed}
}
.cbp-l-filters-button .cbp-filter-item {
     /*border: 1px solid #ddd;*/
    border-radius: 2px;
    color: #555;
    cursor: pointer;
    font: 300 13px/29px Roboto,sans-serif;
    margin-right: 5px;
    overflow: visible;
    padding: 0 15px;
    position: relative;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    display: block;
    float: left;
    outline: none;
    margin-top: -3px;
}
.cbp-l-filters-button .cbp-filter-item-active {
    background-color: #bdb1ce;
    color: #fff !important;
    /*border-color: #bdb1ce;*/
}
.cbp-l-filters-button .cbp-filter-counter {
    background-color: #bdb1ce;
    border-radius: 2px;
    color: #fff;
    font: 300 11px/18px Roboto,sans-serif;
    margin: 0 auto;
    padding: 4px 0;
    text-align: center;
    width: 34px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    -ms-filter: "alpha(Opacity=0)";
    opacity: 0;
    -webkit-transition: opacity .25s ease,bottom .25s ease;
    -moz-transition: opacity .25s ease,bottom .25s ease;
    -o-transition: opacity .25s ease,bottom .25s ease;
    transition: opacity .25s ease,bottom .25s ease;
}
.cbp-l-filters-button .cbp-filter-counter:before {
    content: "";
    position: absolute;
    bottom: -4px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 0;
    height: 0;
    /*border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 4px solid #bdb1ce;*/
    visibility: hidden;
}


.filters-wrap {
    max-width: 1020px;
	margin:0 auto;
}

.container-sub {
    padding: 45px 0; 
    border-top:1px solid #858a8f;
	max-width: 100%;
	
}

.container-sub2 {
    padding: 45px 0; 
    /*border-top:1px solid #858a8f;*/
	max-width: 100%;
	
}



.container-client {
    margin-top:-60px;
	padding: 45px 0; 
    border-top:1px solid #858a8f;
	max-width: 100%;
	
}

.container-client2 {
    margin-top:-60px;
	padding: 45px 0; 
   
	max-width: 100%;
	
}

.container-sub-top {
    padding: 10px 0; 
    max-width: 100%;
	
}

.topline { 
    border-top:1px solid #858a8f;
	padding-top:40px;
	margin-top:-70px;
	margin-bottom:70px;
}
.container-subin {
    padding: 10px 0; 
    
}

.sub-top {
    margin-top:30px;
	padding-top:45px;
	
	/*border-top:1px solid #858a8f;*/
}

.page-in    {
    max-width: 1200px;
	margin:0 auto;
}
.page-in-name {
    font-size: 22px;
    font-weight: 500;
	font-family:Meiryo;
	letter-spacing: -1px;

}

.page-in-parent {
    position:relative;
	height: 95px;}

.page-in-name span { color: #bdb1ce }
.page-in-bread {
    float: right;
    font-weight: 300;
    font-size: 13px;
    font-family:Meiryo;

}
.page-in-bread span { font-size: 12px }
.page-in-bread a {
    color: #bdb1ce;
    display: inline-block;
}



/*solution Detail*/
.list-wrap { 
    max-width:1200px;
	margin:0 auto;

}

.sol-list-wrap { 
    max-width:90%;
	margin:0 auto;
	margin-left:8%;
}

.sol-list-wrap-18 { 
    max-width:90%;
	margin:0 auto;
	margin-left:19%;
}

.sol-list-wrap-100 { 
    max-width:100%;
	margin:0 auto;
	margin-left:6%;
}


.list-check-1 { 
    margin-top: 25px; 
	margin-bottom: 20px;
	margin-left: 20px;
	line-height: 10px;
	color: #FFF;
}


.list-check-1 li {
    font-family: Meiryo;
    font-size: 12px;
    font-weight: 300;
    line-height: 40px;
}
.list-check-1 li  i {
    color: #9b59b6;
    font-size: 16px;
    padding-right: 5px;
}

.list-check-11px { 
    margin-top: 25px; 
	margin-bottom: 20px;
	margin-left: 20px;
	line-height: 10px;
	color: #FFF;
}


.list-check-11px li {
    font-family: Meiryo;
    font-size: 11px;
    font-weight: 300;
    line-height: 40px;
}
.list-check-11px li  i {
    color: #9b59b6;
    font-size: 16px;
    padding-right: 5px;
}



.list-check { 
    margin-top: 17px; 
	margin-bottom: 20px;
	margin-left: 50px;
	line-height: 20px;
	color: #FFF;
}


.list-check li {
    font-family: Meiryo;
    font-size: 12px;
    font-weight: 300;
    line-height: 35px;
}
.list-check li  i {
    color: #9b59b6;
    font-size: 16px;
    padding-right: 5px;
}


.list-bot { 
    margin-top: 17px; 
	margin-bottom: 20px;
	margin-left: 10px;
	line-height: 40px;
	color: #FFF;
}


.list-bot li {
    font-family: Meiryo;
    font-size: 12px;
    font-weight: 300;
    line-height: 40px;
}
.list-bot li  i {
    color: #9b59b6;
    font-size: 16px;
    padding-right: 5px;
}


.list-check-r { 
    margin-top: 17px; 
	margin-bottom: 20px;
	margin-right: 80px;
	line-height: 20px;
	color: #FFF; 
}


.list-check-r li {
    font-family: Meiryo;
    font-size: 12px;
    font-weight: 300;
    line-height: 35px;
	text-align: right;
}
.list-check-r li  i {
    color: #9b59b6;
    font-size: 16px;
    padding-left: 6px;
}

.sol-block {
    display:table;
    margin:0 auto;
	max-width: 300px;
}

.sol-block2 {
    display:table;
    max-width: 300px;
}


.sol-text {
    text-align: center;
	font-size: 16px;
    font-family: Raleway;
    font-weight: 100;
    color: #FFF;
    display: inline-block;
    border: 1px solid #FFF;
    padding-left: 50px;
	padding-right: 50px;
	padding-top: 20px;
	padding-bottom: 20px;
    -webkit-backface-visibility: hidden;
	letter-spacing: 1px;
	
}


.sol-text-sub {
    text-align: center;
	font-size: 15px;
    font-family: Meiryo;
    font-weight: 300;
    color: #FFF;
    display: inline-block;
   -webkit-backface-visibility: hidden;
	padding-left: 50px;
	padding-right: 50px;
	padding-top: 10px;
	padding-bottom: 10px;
	border:1px solid #9b59b6;
	margin-bottom:40px;
	margin-top:60px;
}


.sol-text-sub-2 {
    text-align: center;
	font-size: 15px;
    font-family: Meiryo;
    font-weight: 300;
    color: #FFF;
    display: inline-block;
   -webkit-backface-visibility: hidden;
	padding-left: 50px;
	padding-right: 50px;
	padding-top: 10px;
	padding-bottom: 10px;
	border:1px solid #9b59b6;
	margin-bottom:40px;

}








.solution-name {
    text-align: center;
    padding-left: 50px;
	padding-right: 50px;
	padding-top: 20px;
	padding-bottom: 21px;
    border: 1px solid #9fa0a2;
    color: #FFF;
    font-weight: 300;
    font-size: 18px;
	margin-bottom: 30px;
	}

.solution-topimg {
    margin:0 auto;
	max-width: 40%;
    }


.solution-top {
    margin: 0 auto;
	max-width: 50%;
	margin-bottom:10px;}

.project-topimg {
    margin-top:60px;
	margin:0 auto;
	max-width: 30%;
	margin-bottom:50px;
}
.project-name {
    margin:0 auto;
    padding-left: 50px;
	padding-right: 50px;
	padding-top: 20px;
	padding-bottom: 21px;
    border: 1px solid #9fa0a2;
    color: #FFF;
    font-weight: bold;
    font-size: 18px;
	text-align:center;
	margin-bottom: 50px;}

.portfolio-item {
    max-width: 250px; 
	margin:0 auto;}

.portfolio-item li {
    margin-bottom: 20px;
    padding: 13px;
    border: 1px solid #eee;
    color: #FFF;
    font-weight: 300;
    font-size: 15px;
	text-align:center;
	margin-bottom: 30px;

}
.list-project { 
    margin-top:25px; 
	margin-bottom: 20px;
	line-height: 20px;
	margin-left: 30px;
	margin-right: 30px;
	color: #FFF;
}


.list-project li {
    font-family: Meiryo;
    font-size: 13px;
    font-weight: 100;
    line-height: 30px;
}

.list-project li  i {
    color: #9b59b6;
    font-size: 35px;
}

.list-project-b { 
    margin-top:25px; 
	margin-bottom: 20px;
	line-height: 20px;
	color: #FFF;
}


.list-project-b li {
    font-family: Meiryo;
    font-size: 15px;
    font-weight: 100;
    line-height: 30px;
}

.list-project-b li  i {
    color: #9b59b6;
    font-size: 35px;
}


/*.portfolio-item li:last-child {
    margin-top:-5px;
    border: none;
	font-size: 10px;
	color: #b2b2b2;
	font-family:verdana;
}*/
.portfolio-item-text {
    color: #666;
    font-weight: 300;
	
}


.portfolio-txt {
    max-width: 60%;
	margin:0 auto;
	text-align: center;
}

.portfolio-txt li:first-child  {
    color: #9b59b6;
    font-weight: 300;
    font-size: 25px;
	line-height: 20px;
	text-align: center;
	font-family: Raleway;
	margin-bottom:30px;
}



.portfolio-txt li:last-child  {
    color: #d7d7d7;
    font-weight: 300;
    font-size: 14px;
	line-height: 22px;
	margin-bottom:20px;
	
}

.txt-img {
    margin:0 auto;
	max-width: 400px;
}



.portfolio-txt li{
    padding: 7px 0  0 7px;
    border-bottom: none;
	font-size: 11px;
	color: #b2b2b2;
}
.portfolio-txt-text {
    color: #666;
    font-weight: 300;
}


.btn-item {
    padding: 5px 10px;
    border-radius: 0px;
    border: 1px solid #858a8f;
    color: #858a8f;
    margin-top: 15px;
    display: inline-block;
    font-weight: 300;
}
.btn-item:hover {
    color: #bdb1ce;
    text-decoration: none;
}
.item-heart {
    display: table;
    margin: auto;
    margin-top: 16px;
}
.item-heart i {
    color: #bdb1ce;
    font-size: 20px;
}
.item-heart i:hover {
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 2px;
    padding: 1px;
    cursor: pointer;
}
.cbp-caption-zoom .cbp-caption-activeWrap { background-color: rgba(155,89,182,0.8) }

.cbp-l-caption-title {
    color: #fff;
    font: 400 18px/18px sans-serif;
    font-family: Meiryo;
    margin-bottom: 10px;
    text-align: center;
}
.cbp-l-caption-desc {
    color: #ddd;
    font: 400 13px/16px sans-serif;
    text-align: center;
}


.dmp-caption-zoom .dmp-caption-activeWrap { background-color: rgba(155,89,182,0.8) }

.dmp-l-caption-title {
    color: #fff;
    font: 400 18px/18px sans-serif;
    font-family: Meiryo;
    margin-bottom: 10px;
    text-align: center;
}
.dmp-l-caption-desc {
    color: #ddd;
    font: 400 13px/16px sans-serif;
    text-align: center;
}


.cl-blog-img { display: inline-block }
.cl-blog-img img { width: 100% }
.cl-blog-naz { margin-top: 20px }
.cl-blog-name {
    padding-left: 75px;
    font-size: 19px;
    font-weight: 300;
    font-family: Meiryo;
}
.cl-blog-name a {
    color: #565656;
    display: inline-block;
}
.cl-blog-name a:hover {
    color: #bdb1ce;
    text-decoration: none;
}
.cl-blog-type {
    float: left;
    color: #bdb1ce;
    font-size: 37px;
    border-right: 1px solid #eee;
    padding-right: 10px;
}
.cl-blog-detail {
    margin-left: 75px;
    margin-top: 5px;
    font-size: 12px;
    font-weight: 300;
    color: #999;
}
.cl-blog-detail a {
    color: #777;
    display: inline-block;
}
.cl-blog-text {
    float: left;
    margin-top: 15px;
    margin-left: 75px;
    line-height: 1.6;
    color: #555;
    font-weight: 300;
}
.cl-blog-read {
    border: 1px solid #eee;
    float: left;
    padding: 8px 12px;
    border-radius: 2px;
    font-weight: 300;
    margin-left: 75px;
    margin-top: 20px;
}
.cl-blog-read a {
    color: #666;
    display: inline-block;
}
.cl-blog-read a:hover {
    color: #bdb1ce;
    text-decoration: none;
}
.cl-blog-line {
    width: 100%;
    border-top: 1px solid #eee;
    float: left;
    margin: 50px 0;
}
.pride_pg { text-align:center; padding-top:50px; margin:0 auto;  max-width: 330px;}
.pride_pg .current {
    padding: 5px 10px;
    border-radius: 0px;
    color: #9b59b6;
    font-size: 12px;
    border: 1px solid #9b59b6;
    font-weight: 300;
    margin-right: 3px;
	font-family: Meiryo;
}
.pride_pg a {
    padding: 5px 10px;
    border-radius: 0px;
    color: #555;
    text-decoration: none;
    border: 1px solid #393f44;
    font-size: 12px;
    font-weight: 300;
    margin-right: 3px;
	font-family: Meiryo;
}

.pride_pg a:hover {
    background: #782cb9;
    text-decoration: none;
    color: #FFF;
	border: 1px solid #782cb9 !important;
}
.car_icon {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 5;
    display: inline-block;
    font-size: 30px;
}
.promo-text-blog:first-child { margin-top: -5px }
.promo-text-blog {
    font-size: 18px;
    font-family: roboto;
    font-weight: 300;
    color: #666;
    padding-bottom: 15px;
    margin-top: 30px;
}
.blog-search {
    border: 1px solid #eee;
    padding: 7px 10px;
    width: 100%;
    color: #666;
    font-weight: 300;
    outline: none;
}
.blog-category li {
    border-bottom: 1px solid #eee;
    padding: 7px 0;
}
.blog-category li i {
    color: #bdb1ce;
    font-size: 18px;
}
.blog-category li a {
    color: #666;
    display: inline-block;
    font-weight: 300;
    padding-left: 5px;
}
.text-widget {
    color: #666;
    font-weight: 300;
}
.tweet_list {
    list-style: none;
    margin: 0;
    padding: 0;
}
.tweet_list li {
    position: relative;
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
    margin-top: 10px;
}
.tweet_text a { color: #bdb1ce }
.tweet_list li:first-child { margin-top: 0px }
.tweet_list li:last-child {
    border: none !important;
    padding-bottom: 0px;
}
.loading {
    font-weight: 300;
    color: #666;
}
.tweet_text {
    font-weight: 300;
    color: #666;
}
.tags-blog li {
    display: inline-block;
    padding: 5px 10px;
    border: 1px solid #eee;
    border-radius: 2px;
    margin-right: 5px;
    margin-bottom: 8px;
}
.tags-blog li a {
    color: #666;
    font-weight: 300;
}
.tags-blog li a:hover {
    color: #bdb1ce;
    text-decoration: none;
}
.tags-blog-single {
    display: inline-block;
    margin-top: 35px;
}
.author-bio { margin-top: 30px }
.img-author { float: left }
.name-author {
    display: inline-block;
    font-size: 19px;
    font-weight: 300;
    margin-left: 20px;
    margin-top: -5px;
}
.text-author {
    margin-left: 100px;
    font-weight: 300;
    margin-top: 5px;
    font-size: 12.5px;
}
.soc-blog { float: right }
.soc-blog li {
    float: left;
    font-size: 17px;
    width: 35px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background: #fff;
    border: 1px solid #eee;
    border-radius: 2px;
    margin-right: 5px;
}
.soc-blog li a { color: #797979 }
.soc-blog li a:hover { color: #bdb1ce }
.soc-blog-single {
    display: inline-block;
    float: right;
    margin-top: 35px;
}
.comm_name {
    font-size: 16px;
    color: #bdb1ce;
    margin-top: -3px;
    font-weight: 300;
}
.comm_name span {
    font-size: 11px;
    color: #555;
}
.com_top { padding-top: 15px }
.comm {
    margin-top: 25px;
    display: block;
    font-size: 20px;
    font-weight: 300;
    color: #555;
    margin-bottom: 30px;
}
.text_cont { font-weight: 300 }
.text_cont ul li { font-weight: 300;
    padding-left:10px ;
	font-family: "Meiryo" ;
	font-size: 12px; 
	color:#dcdcdc; 
	line-height:30px
}

.comment {
    padding: 30px 0;
    float: left;
}
.comment-inner {
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: 130px;
    float: left;
}
.img_comm {
    float: left;
    margin-right: 50px;
    width: 80px;
    height: 80px;
    border-radius: 2px;
    margin-bottom: 10px;
}
.cl-blog-line-com {
    width: 100%;
    border-top: 1px solid #eee;
    float: left;
    margin: 25px 0;
}
.input-def {
    border: 1px solid #eee;
    padding: 7px 10px;
    width: 50%;
    margin-bottom: 10px;
    outline: none;
}
.input-def-textarea {
    border: 1px solid #eee;
    padding: 5px 10px;
    width: 65%;
    margin-bottom: 10px;
    outline: none;
}
.btn-default {
    border-radius: 2px;
    border: 1px solid #eee;
    font-weight: 300;
    font-family: roboto;
    font-size: 13px;
    outline: none !important;
}
.btn-default:hover {
    background: rgba(230,230,230,0.5);
    border: 1px solid #eee;
}


.intro-name {
    font-size: 21px;
    text-align: center;
    padding: 15px 0 8px 0;
    font-weight: 300;
}
.intro-desc {
    font-weight: 300;
    text-align: center;
    color: #777;
}
.about-us img { max-width: 100% }
.about-name {
    font-size: 18px;
    font-weight: 300;
}
.about-desc {
    font-weight: 300;
    color: #666;
    font-size: 13px;
    margin-top: 5px;
}
.about-texts {
    margin-top: 15px;
    color: #999;
    font-weight: 300;
    line-height: 1.6;
    font-size: 14px;
	padding-bottom: 120px;
}
.about-desc span {
    margin-top: 10px;
    display: block;
    font-size: 13px;
    font-weight: 300;
}
.prog-name {
    display: inline;
    font-size: 15px;
    font-weight: 300;
}
.prog-per {
    float: right;
    display: inline-block;
    font-size: 15px;
    font-weight: 300;
}
.progress-per { display: inline }
.progress {
    height: 25px;
    background-color: #eee;
    border-radius: 2px;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin-top: 5px;
    margin-bottom: 30px;
}
.progress-bar {
    -webkit-box-shadow: none;
    box-shadow: none;
    line-height: 25px;
}
.soc-about { margin-top: 18px }
.soc-about li {
    float: left;
    font-size: 17px;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    background: #fff;
    border: 1px solid #eee;
    border-radius: 2px;
    margin: 0px 2px 2px 2px;
}
.soc-about li a { color: #999 }
.soc-about li a:hover { color: #bdb1ce }
.fact-icon {
    text-align: center;
    color: #bdb1ce;
    font-size: 50px;
}
.fact-numb {
    text-align: center;
    margin-top: 18px;
    font-size: 27px;
}
.fact-name {
    margin-top: 7px;
    text-align: center;
    font-size: 14px;
    font-weight: 300;
}
.progress-bar-info { background-color: #bdb1ce }
.clients div span { float: left }
.clients div span a { opacity: 0.6 }
.clients div span a:hover { opacity: 0.9 }
.clients div span img { max-width: 95% }
.serv-marg { margin-top: 20px }
.serv-marg i {
    color: #bdb1ce;
    font-size: 15px;
}
.serv-testim {
    margin-top: 0px;
    padding: 0px;
}
.serv-author {
    color: #666;
    margin-bottom: -10px;
}
.serv-icon {
    float: left;
    font-size: 30px;
    padding-right: 15px;
}
.serv-icon i { color: #bdb1ce }
.serv-name {
    line-height: 44px;
    font-weight: 300;
    font-size: 16px;
}
.serv-desc {
    margin-top: 5px;
    font-weight: 300;
}
.other-serv { margin-bottom: 20px }
.input-cont {
    border: 1px solid #eee;
    padding: 7px 10px;
    width: 100%;
    margin-bottom: 10px;
    outline: none;
}
.input-cont-textarea {
    border: 1px solid #eee;
    padding: 5px 10px;
    width: 100%;
    margin-bottom: 10px;
    outline: none;
}
.soc-contacts { margin: 0px }
.soc-contacts li {
    font-size: 23px;
    margin-right: 7px;
    float: left;
    line-height: 35px;
}
.soc-contacts li a {
    color: rgba(50,50,50,0.3);
    display: inline-block;
}
.soc-contacts li a:hover {
    color: rgba(50,50,50,0.6);
    text-decoration: none;
}
.main_pad {
    padding: 60px 0 130px 0;
    text-align: center;
    margin-top: 50px;
}
.oops {
    font-size: 125px;
    font-weight: 300;
    color: #bdb1ce;
}
.main_pad p {
    font-size: 18px;
    font-weight: 300;
}
.ac-container {
    width: 100%;
    margin: 10px auto auto auto;
    text-align: left;
	height: 100%;

}
.ac-container label {
    padding: 5px 20px;
    position: relative;
    z-index: 20;
    display: block;
    cursor: pointer;
    color: #858a8f;
    font-weight: 300;
    line-height: 33px;
    font-weight: 300;
    font-size: 12px;
    border-top: 1px solid #858a8f;
    border-left: 1px solid #858a8f;
    border-right: 1px solid #858a8f;
}
.ac-container div:last-child label { border-bottom: 1px solid #eee }
.ac-container label:hover {
    color: #FFF;
    transition: color 400ms;
    -webkit-transition: color 400ms;
    -moz-transition: color 400ms;
    -o-transition: color 400ms;
}
.ac-container input:checked + label, .ac-container input:checked + label:hover {
    /*background: #2c0f53;*/
    color: #FFF;
	border:1px solid #858a8f;
}
.ac-container label:hover:after, .ac-container input:checked + label:hover:after {
    content: '';
    position: absolute;
    width: 24px;
    height: 24px;
    right: 13px;
    top: 7px;
    background: transparent url(../img/arrow_down.png) no-repeat center center;
}
.ac-container input:checked + label:hover:after { background-image: url(../img/arrow_up.png) }
.ac-container input { display: none }
.ac-container article {
    margin-top: -5px;
    overflow: hidden;
    height: 0px;
    position: relative;
    z-index: 10;
    -webkit-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
    -moz-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
    -o-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
    -ms-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
    transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
}
.ac-container article p {
    color: #555;
    line-height: 23px;
    padding: 20px;
    font-weight: 300;
}
.ac-container input:checked ~ article {
    border-top: 1px solid #858a8f;
    border-left: 1px solid #858a8f;
    border-right: 1px solid #858a8f;
}
.ac-container input:checked ~ article.ac-small { height: 140px }
.ac-container input:checked ~ article.ac-medium { height: 180px }
.ac-container input:checked ~ article.ac-large { height: 230px }
.ac-container div:last-child input:checked ~ article { border: 1px solid #eee }


/*사이트맵관련*/
.smap-wrap {
     margin-left:1%;
	 margin-bottom:30px;
}

.btn-sm {
    border-radius: 0px;
    font-weight: 300;
    font-size: 17px;
    outline: none !important;
	font-family: Meiryo;
}
.btn-sm:hover {
    border-radius: 0px;
    background: rgba(120,44,185,1);
   text-decoration: none;
}

.plan .price  {
    padding-bottom:30px;
}

.plan .price span {
    display: block;
    font-weight: 300;
    font-size: 15px;
    margin-top: 0px;
    color: #c0c0c0;
}


.plan .signup {
    padding: 20px 0px;
    text-align: center;

}
.plan ul {
    margin: 0 !important;
    list-style: none !important;
    padding: 0 !important;
    font-weight: 300;
}
.plan li {
    font-size: 12px;
    padding: 10px 0px;
    text-align: center;

}
.plan {
    text-align: center;
     /*border-top: 1px solid #858a8f;
    border-right: 1px solid #858a8f;
    border-bottom: 1px solid #858a8f;
    border-left: 1px solid #858a8f;*/
    margin-right: -30px;
}
.plan:hover {
    background: rgba(24,27,31,0.1);
    margin-top: 0px;
    transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
}
.featured {
    background: #fcfcfc;
    border: 5px solid #eee !important;
    margin-left: -5px;
    margin-top: -4px;
}
.plan h3 {
    font-weight: 400;
    font-size: 16px;
    padding: 10px 0 10px 0;
    margin: 0;
    color: #FFF;
	font-family: Raleway;
    border: 1px solid #858a8f;
}
.plan.featured h3 {
    font-size: 16px;
    color: #FFF;
    border-bottom: none;
	

}

.plan-box {
    margin-left:43px;
	margin-right:43px;
}
.plan .price {
    
	display: block;
    font-size: 30px;
    line-height: 38px;
    font-weight: 300;
    padding: 40px 0px 30px 0px;

}

.plan.featured .signup { border-top: 1px solid #858a8f }

.plan li:last-child { background: none ; padding-bottom:25px;}
.pricing-table .plan:first-child { border-left: 1px solid #858a8f !important }
.plan.featured .price { color: #bdb1ce }
.btn-price {
    color: #fff;
    font-weight: 300;
}
.btn-price:hover {
    color: #bdb1ce;
    background-color: #782cb9;
    border-color: #782cb9;
}
.shortcode_tabs .all_heads_cont {
    display: block;
    overflow: hidden;
    position: relative;
    z-index: 5;
    padding-bottom: 1px;
}
.shortcode_tab_item_title {
    font-family: Meiryo;
    border: #858a8f 1px solid;
	color: #858a8f;
    border-bottom: none;
    margin: 50px 5px 0 0;
    min-height: 18px;
    display: inline-block;
    float: left;
    padding: 13px 15px;
    line-height: 18px;
    font-size: 14px;
    cursor: pointer;
    font-weight: 400;
    position: relative;
    transition: color 400ms;
    -webkit-transition: color 400ms;
    -moz-transition: color 400ms;
    -o-transition: color 400ms;
    font-weight: 300;
}
.all_body_cont {
    /*background: #2c0f53;*/
    border: 1px solid #858a8f;
    margin-top: -2px;
    display: block;
    padding: 20px;
    line-height: 23px;
}
.shortcode_tab_item_body.active { display: block }
.shortcode_tab_item_body h4 { margin-top: 10px }
.shortcode_tab_item_body { display: none }
.shortcode_tab_item_body { display: none }
.shortcode_tab_item_title.active {
    /*background: #2c0f53;*/
    border-bottom: 1px solid #19131c;
    color: #FFF;
}
.shortcode_tab_item_title:hover {
    background: #2c0f53;
    color: #bdb1ce;
}
.alert {
    font-size: 13px;
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 10px;
    font-weight: 300;
}
.tooltip_s { color: #bdb1ce }
.tooltip_s:hover { color: #bdb1ce }
.table-bordered>thead>tr>th, .table-bordered>tbody>tr>th, .table-bordered>tfoot>tr>th, .table-bordered>thead>tr>td, .table-bordered>tbody>tr>td, .table-bordered>tfoot>tr>td { border: 1px solid #eee }
.table>thead>tr>th, .table>tbody>tr>th, .table>tfoot>tr>th, .table>thead>tr>td, .table>tbody>tr>td, .table>tfoot>tr>td { border-top: 1px solid #eee }
.table-bordered { border: 1px solid #eee }
.btn-lg {
    font-size: 18px !important;
    border-radius: 2px;
}
.btn {
    font-size: 13px;
    font-weight: 300;
    border-radius: 2px;
}
.btn-sm {
    font-size: 12px !important;
    border-radius: 2px;
}
.btn-xs {
    font-size: 12px !important;
    border-radius: 2px;
}
.btn-info {
    background-color: #bdb1ce;
    border: none;
    outline: none;
}
.btn-primary {
    background-color: #FFF;
    border: none;
    outline: none;
}
.btn-success {
    background-color: #5cb85c;
    border: none;
    outline: none;
}
.btn-warning {
    background-color: #f0ad4e;
    border: none;
    outline: none;
}
.btn-danger {
    background-color: #d9534f;
    border: none;
    outline: none;
}
.btn-violet {
    background-color: #9C52B9;
    border: none;
    color: #fff;
    outline: none;
}
.btn-violet:hover {
    background-color: #894CA2;
    color: #fff;
}
.btn-brown {
    background-color: #AA9570;
    border: none;
    color: #fff;
    outline: none;
}
.btn-brown:hover {
    background-color: #998665;
    border: none;
    color: #fff;
}
blockquote {
    font-weight: 300;
    font-size: 16px;
}
blockquote footer, blockquote small, blockquote .small { margin-top: 5px }
.font_icons {
    font-size: 16px;
    color: #666;
    line-height: 1.9;
    font-weight: 300;
}
.cbp-popup-singlePageInline .cbp-popup-close { background: transparent !important }
.cbp-popup-singlePageInline .cbp-popup-close:before {
    overflow: hidden;
    color: #CDCDCD;
    content: '\e831';
    font-size: 28px;
    font-family: Fontello;
    -webkit-font-smoothing: antialiased;
    top: -5px;
    position: relative;
}
.error { display: none }
.success { display: none }
.text_otz {
    border-left: 1px solid #eee;
    border-top: 1px solid #eee;
    border-right: 1px solid #eee;
    border-bottom: 1px solid #eee;
    margin-left: 100px;
    padding-top: 1px;
    padding: 10px;
    font-weight: 300;
    background: url(../ig/arrow_tes.png) no-repeat;
}
.auth { float: left }
.after_otz {
    margin-left: 100px;
    margin-top: 5px;
    font-weight: 300;
}
.after_otz b { font-weight: 400 }
.text_otz span {
    background: url(../img/arrow_tes.png) no-repeat;
    width: 9px;
    height: 9px;
    float: left;
    margin-left: -19px;
    margin-top: 5px;
}
.otz { margin-bottom: 35px }
.otz:last-child { margin-bottom: 0px }
.auth img {
    border-radius: 2px;
    width: 82px;
}


/* =====================================================
	COMPANY
====================================================== */

.his-wrap {
     margin-left:3%;
	 margin-bottom:20px;
}

.introduction img { 
    max-width: 100%;
	margin:0 auto;
	padding-left:15px;}

.year { 
    font-family:Meiryo;  
	font-size: 60px;  
	color:#e3e3e3;  
	text-align:left; 
	letter-spacing:-1px; 
	line-height:1px; 
	vertical-align:top;  }

.list-his ul li { 
   line-height: 20px;
	color: #FFF;
	text-align:left;
    float: left;
	font-size: 13px;
	clear: left;
}

.list-his p { 
    font-family:Roboto;
	font-style:italic;
    color: #858a8f;
	font-size: 16px;
	text-align:left;
	margin-right:20px;
	float: left;
	
}

.top {margin-top:0; text-align: center;}


.list-his li {
    font-family: Meiryo;
    font-size: 12px;
    font-weight: 300;
    line-height: 2;
}
.list-his li  i {
    color: #bdb1ce;
    font-size: 16px;
    padding-right: 5px;
}

.testimonials .carousel-indicators { text-align: center; max-width: 90%; margin-top:-55px;}
.testimonials .carousel-indicators .active2 {
    top:0;
	border-radius:  50%;
    background: rgba(44,15,83,0.9);
    border: solid 1px rgba(44,15,83,0.9);
    cursor: default;
	font-size: 20px;
    font-weight: 300;
    color: #fff;
	text-align:center;
    width: 96px;
    height: 96px;
    margin-left:40px;
    margin-right:40px;
	padding-top: 35px;
	font-family:Roboto;
    -webkit-transition: all 0.25s linear;
    -moz-transition: all 0.25s linear;
    -o-transition: all 0.25s linear;
    transition: all 0.25s linear;
}

.carousel-indicators {margin-bottom: 140px;}
.testimonials .carousel-indicators li {
    top:0;
	border-radius:  50%;
    background: none;
    border: 1px solid rgba(209,206,213,0.3);
    cursor: default;
	font-size: 22px;
    font-weight: 100;
    color: #858a8f;
	text-align:center;
    width: 96px;
    height: 96px;
	margin-left:40px;
    margin-right:40px;
	padding-top: 30px;
	font-family:Roboto;
    -webkit-transition: all 0.25s linear;
    -moz-transition: all 0.25s linear;
    -o-transition: all 0.25s linear;
    transition: all 0.25s linear;
}

.testimonials .carousel-indicators li:hover {
    background: rgba(255,255,255,0.5);
    border: solid 1px rgba(44,15,83,0.9);
	padding-top: 30px;
	font-family:Roboto;
	color: #fff;
    -webkit-transition: all 0.25s linear;
    -moz-transition: all 0.25s linear;
    -o-transition: all 0.25s linear;
    transition: all 0.25s linear;
}
.testimonials .item { margin-bottom: 35px }

.testimonials p.testimonial-quote {
    font-size: 19px;
    font-weight: 300;
    color: #fff;
    margin-bottom: 25px;
    padding: 0 100px;
    margin-top: 25px;
    line-height: 1.6;
}
.testimonials .carousel-control.left, .testimonials .carousel-control.right { background-image: none }
.testimonials .carousel-control {
    color: #fff;
    text-shadow: none;
    margin: 0;
    font-size: 50px;
    width: 0%;
    top: 40%;
    font-weight: 100;
}
.carousel-indicators li { border-radius: 2px }
.testimonials p.testimonial-author {
    text-align: center;
    margin-top: px;
    font-family: raleway;
    font-size: 14px;
    color: #eee;
}
.testimonials .carousel-indicators { bottom: 5px }
.carousel-indicators li {
    display: inline-block;
    width: 96px;
    height: 96px;
}







.twitter-main {
    height: 100px;
    background: #f9f9f9;
    border-top: 1px solid #eee;
}
.twit-icon i {
    line-height: 70px;
    font-size: 40px;
}
.twitter-footer .loading {
    color: #fff;
    font-size: 13px;
    font-weight: 300;
    line-height: 70px;
    margin: 0px;
}
.twitter-footer .paginat {
    line-height: 70px;
    font-size: 30px;
    font-weight: 100;
    color: #fff;
    margin-top: -3px;
}
.paginat a {
    color: #fff;
    cursor: pointer;
    margin-right: 5px;
}
.paginat a:hover {
    color: #fff;
    text-decoration: none;
}
.twitter-footer  .tweet_list li {
    position: relative;
    line-height: 70px;
    border-bottom: none;
    padding-bottom: 0px;
    margin-top: 0px;
}
.twitter-footer .tweet_text a {
    color: #fff;
    text-decoration: underline;
}
.twitter-footer  .tweet_text {
    font-weight: 300;
    color: #fff;
}

#back-top {
  position: fixed; 
  bottom: 12px;    /*  부라우저 상단에서 밑으로 떨어질 거리설정  */
  right:17px;    /*  본문 내용물이 중양정렬일경우 기준점을 중앙에 준다  */
    /*  본문내용물의 KOVI SOLUTION넓이의 1/2 값 + 본문에서 떨어질 거리  */
  cursor:pointer;
  z-index:9999;
 }

#prev {
  position: fixed; 
  top: 70%;    /*  부라우저 상단에서 밑으로 떨어질 거리설정  */
  left:0px;    /*  본문 내용물이 중양정렬일경우 기준점을 중앙에 준다  */
  cursor:pointer;
  z-index:9999;
 }
#next {
  position: fixed; 
  top: 70%;    /*  부라우저 상단에서 밑으로 떨어질 거리설정  */
  right:0px;    /*  본문 내용물이 중양정렬일경우 기준점을 중앙에 준다  */
  cursor:pointer;
  z-index:9999;
 }


/*familly*/

.foot-wraper {
    float: right;
    position: relative;
	margin-top: -40px;
	
}

.innobiz {
    margin-left: 15px;
    float:left;
    position: relative;
}

.family {
    margin-top: 10px;
	margin-left: 15px;
    float:left;
    position: relative;
	
}

/*패밀리사이트*/
#related-site {
    position: relative;
	top: -7px;
	left: 0px;
	right: 0px;
	background: url(RelatedSite.gif) no-repeat;
	z-index:9999;
}
#related-site h2 {
	cursor: pointer;
	width: 147px;
	height: 25px;
	margin: 0;
}
#related-site span {
	display: none;
}
#related-site #related-site-list {
	position: absolute;
	bottom: 25px;
	left: 0px;
	border: 0px solid #ccc;
	background-color: #fff;
	width: 148px;
	height: 0;
	overflow: auto;
/*	overflow: hidden; */

}


#related-site #related-site-list h3 {
	display: none;
}
#related-site #related-site-list ul {
	list-style: none;
}

#related-site #related-site-list ul li {
	font-family: "NanumGothic", "verdana"; 
	font-size: 12px;  color:#828a94;  
	margin-left:5px;
	margin-top:5px;
	padding: 5px 5px 10px 8px;
    background: #FFF;
	width:125px;
	height: 23px;
	text-align:left; letter-spacing:0pt; line-height:10px; vertical-align:top;
}

#related-site #related-site-list ul li:hover{
	color:#FFF;  
	background: #782cb9; }


#related-site #related-site-list ul li a:link     { color: #828a94; text-decoration: none }
#related-site #related-site-list ul li a:active   { color: #828a94; text-decoration: none }
#related-site #related-site-list ul li a:visited  { color: #828a94; text-decoration: none }
#related-site #related-site-list ul li a:hover    { color: #FFF; text-decoration: none;  }


.btn-solution {
    border: 1px solid #393f44 !important;
    color: #d4dce7 !important;
    border-radius: 0px;
    font-size: 13px !important;
    padding: 10px 20px !important;
    display: inline-block;
    font-family: roboto !important;
    font-weight: 300 !important;
    min-width: inherit !important;
    text-decoration: none;
	margin-top:10px;
	background:rgba(0,0,0,0.2);
}


.btn-solution:hover {
    background: #782cb9;
    text-decoration: none;
    color: #FFF;
	border: 1px solid #782cb9 !important;
}




.project-txt {
    max-width: 45%;
	margin:0 auto;
	text-align: center;
	margin-top:-20px;
}

.project-txt li:first-child  {
    color: #9b59b6;
    font-weight: 300;
    font-size: 16px;
	line-height: 60px;
	text-align: center;
	font-family: Raleway;
	
}

.project-txt li:last-child  {
    color: #d7d7d7;
    font-weight: 300;
    font-size: 14px;
	line-height: 22px;
}


.btn-project:focus { text-decoration: none }

.btn-project {
    border: 1px solid #393f44 !important;
    color: #d4dce7 !important;
    border-radius: 0px;
    font-size: 13px !important;
    padding: 10px 20px !important;
    display: inline-block;
    font-family: roboto !important;
    font-weight: 300 !important;
    min-width: inherit !important;
    text-decoration: none;
	margin-top:65%;
}


.btn-project:hover {
    background: #782cb9;
    text-decoration: none;
    color: #FFF;
	border: 1px solid #782cb9 !important;
}
.btn-solution:focus { text-decoration: none }



.btn-simple {
    border: 1px solid #393f44 !important;
    color: #d4dce7 !important;
    border-radius: 0px;
    font-size: 13px !important;
    padding: 10px 20px !important;
    display: inline-block;
    margin-top: 30px;
    font-family: roboto !important;
    font-weight: 300 !important;
    line-height: 20px !important;
    min-width: inherit !important;
    text-decoration: none;
}
.btn-simple:hover {
    background: #782cb9;
    text-decoration: none;
    color: #FFF;
	border: 1px solid #782cb9 !important;
}
.btn-simple:focus { text-decoration: none }

.width100 { width:100%}
.m-width100 { max-width:100%}

.btn-comm {
    border: 1px solid #393f44 !important;
    color: #d4dce7 !important;
    border-radius: 0px;
    font-size: 13px !important;
    padding: 5px 15px !important;
    display: inline-block;
    font-family: roboto !important;
    font-weight: 300 !important;
    line-height: 20px !important;
    min-width: inherit !important;
    text-decoration: none;
	margin-bottom: 10px;
}

.btn-comm a {
   border-radius: 0px;
}

.btn-comm:hover {
    background: #782cb9;
    text-decoration: none;
    color: #FFF;
	border: 1px solid #782cb9 !important;
	border-radius: 0px;
}
.btn-comm:focus { text-decoration: none;  border-radius: 0px; }


/*main slide*/
.team-post {
    margin-bottom: 30px;
}



.team-post-content {
    padding-bottom: 20px;
	height:146px;

}

.team-post-content h5 {
    color: #000000;
    font-size: 20px;
    font-family: 'arimo-bold-webfont';
    line-height: 22px;
    margin: 0;
}

.team-post-content span {
    display: inline-block;
    color: #858a8f;
    font-size: 12px;
    font-family: Meiryo;
    margin: 15px 0 15px;
	line-height: 20px;
}

.team-social {
    padding: 0;
    margin: 0;
}

.team-social li {
    display: inline-block;
    margin-right: 1px;
}

.team-social li a {
    display: inline-block;
    width: 32px;
    height: 32px;
    border: 1px solid #dddddd;
    background: #fff;
    text-decoration: none;
    text-align: center;
    transition: all 0.17s ease-in-out;
    -moz-transition: all 0.17s ease-in-out;
    -webkit-transition: all 0.17s ease-in-out;
    -o-transition: all 0.17s ease-in-out;
}

.team-social li a:hover {
    background: #e64c65;
}

.team-social li a i {
    line-height: 32px;
    font-size: 18px;
    color: #7f7f7f;
    transition: all 0.17s ease-in-out;
    -moz-transition: all 0.17s ease-in-out;
    -webkit-transition: all 0.17s ease-in-out;
    -o-transition: all 0.17s ease-in-out;
}

.team-social li a:hover i {
    color: #fff;
}

.carousel-control .glyphicon {
    display: none;
}

.carousel-control {
    width: 40px;
    height: 60px;
    background: none;
    top: 80%;
    color: #ffffff;
    text-align: center;
    text-shadow: none;
    -webkit-text-shadow: none;
    -moz-text-shadow: none;
    -o-text-shadow: none;
    opacity: 1;
    transition: all 0.17s ease-in-out;
    -moz-transition: all 0.17s ease-in-out;
    -webkit-transition: all 0.17s ease-in-out;
    -o-transition: all 0.17s ease-in-out;
    -webkit-backface-visibility: hidden;
}

.carousel-control i {
    padding-top: 7px;
    color: #fff;
    font-size: 40px;
    
}

.carousel-control:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 0;
   
    
    transition: all 0.17s ease-in-out;
    -moz-transition: all 0.17s ease-in-out;
    -webkit-transition: all 0.17s ease-in-out;
    -o-transition: all 0.17s ease-in-out;
}

.carousel-control:before {
    content: "";
    position: absolute;
    top:50px;
    left: 0;
    width: 0;
    height: 0;
    
    
    transition: all 0.17s ease-in-out;
    -moz-transition: all 0.17s ease-in-out;
    -webkit-transition: all 0.17s ease-in-out;
    -o-transition: all 0.17s ease-in-out;
}

.carousel-control:hover:after {
    border-top: 16px solid #3b424d;
}

.carousel-control:hover:before {
    border-bottom: 16px solid #3b424d;
}

.carousel-control.left {
    left: -45px;
    background: rgba(0,0,0,0.8);
}

.carousel-control.right {
    margin-right: -45px;
    background: rgba(0,0,0,0.8);
}

.carousel-control.left:hover,
.carousel-control.right:hover {
    background: #2c0f53;
    opacity: 0.9;
}

.who-we { 
    margin-top: 17px; 
	margin-bottom: 20px;
	line-height: 20px;
	color: #857e8d; }


.who-we li {
    font-family: Meiryo;
    font-size: 12px;
    font-weight: 300;
    line-height: 2;
}
.who-we li  i {
    color: #bdb1ce;
    font-size: 16px;
    
}
.who-we2 { 
    margin-top: 17px;
	color: #d4dce7;}


.who-we2 li {
    font-family: Meiryo;
    font-size: 12px;
    font-weight: 300;
    line-height: 2;
}
.who-we2 li  i {
    color: #bdb1ce;
    font-size: 16px;
    padding-right: 5px;
}



/*hover-m*/
.grid-m figure {
    margin: 0;
    position: relative;
}
.grid-m figure img {
    max-width: 100%;
    display: block;
    position: relative;
}



.grid-m figcaption {
    position: absolute;
    bottom: 0;
    left: 0;
    padding-top: 21px;
    padding-left: 20px;
    padding-bottom: 25px;
    padding-right: 25px;
    background: #23282c;
    color: #FFF;
	font-size:12px;
    font-family: Meiryo;
    font-weight: 400;


}
.grid-m figcaption h3 {
    margin: 0;
    padding: 0;
    color: #fff;
    font-family: Meiryo;
    font-size:13px;
    padding-bottom: 5px;
    line-height: 20px;
	text-align: center;
}

.grid-m figcaption h2 {
    margin: 0;
    padding: 0;
    color: #fff;
    font-family: Meiryo;
    font-size:10px;
    padding-bottom: 5px;
    line-height: 20px;
	text-align: center;
}

.grid-m figcaption span{
    text-align: left;
}

.hover-m figure {
    overflow: hidden;
}
.hover-m figure img {
    -webkit-transition: -webkit-transform 0.4s;
    -moz-transition: -moz-transform 0.4s;
    transition: transform 0.4s;
}
.hover-m figure:hover img, .hover-m figure.cs-hover img {
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
}
.hover-m figcaption {
    height: 100%;
    width: 100%;
    top: auto;
    bottom: 0;
    opacity: 0;
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition: -webkit-transform 0.4s, opacity 0.1s 0.3s;
    -moz-transition: -moz-transform 0.4s, opacity 0.1s 0.3s;
    transition: transform 0.4s, opacity 0.1s 0.3s;
}
.hover-m figure:hover figcaption, .hover-m figure.cs-hover figcaption {
    opacity: 0;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-transition: -webkit-transform 0.4s, opacity 0.1s;
    -moz-transition: -moz-transform 0.4s, opacity 0.1s;
    transition: transform 0.4s, opacity 0.1s;
}
.hover-m figcaption a {
    position: absolute;
    bottom: auto;
    right: auto;
}

.hover-m figure {
    overflow: hidden;
}
.hover-m figure img {
    -webkit-transition: -webkit-transform 0.4s;
    -moz-transition: -moz-transform 0.4s;
    transition: transform 0.4s;
}
.hover-m figure:hover img, .hover-m figure.cs-hover img {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
}
.hover-m figcaption {
    height: 100%;
    width: 100%;
    top: auto;
    bottom: 0;
    opacity: 0;
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition: -webkit-transform 0.4s, opacity 0.1s 0.3s;
    -moz-transition: -moz-transform 0.4s, opacity 0.1s 0.3s;
    transition: transform 0.4s, opacity 0.1s 0.3s;
}
.hover-m figure:hover figcaption, .hover-m figure.cs-hover figcaption {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-transition: -webkit-transform 0.4s, opacity 0.1s;
    -moz-transition: -moz-transform 0.4s, opacity 0.1s;
    transition: transform 0.4s, opacity 0.1s;
}
.hover-m figcaption a {
    position: absolute;
    top: 45%;
    left: 40%;
}
/*hover-m*/



/*hover-client*/

.grid-c figure {
    margin: 0;
    position: relative;
}
.grid-c figure img {
    max-width: 100%;
    display: block;
    position: relative;
}



.grid-c figcaption {
    position: absolute;
    bottom: 0;
    left: auto;
	text-align: center;
    padding-top: 5px;
    background: #181b1f;
	color: #828a94;
	font-size:12px;
    font-family: Meiryo;
    font-weight: 400;
}

.grid-c figcaption h3 {
    margin: 0;
    padding: 0;
    color: #FFF;
    font-family: Meiryo;
    font-size:14px;
	
    padding-bottom: 5px;
    line-height:13px;
	text-align: center;
	font-weight: 600;
}

.grid-c figcaption span{
    text-align: center;
}

.hover-c figure {
    overflow: hidden;
}
.hover-c figure img {
    -webkit-transition: -webkit-transform 0.4s;
    -moz-transition: -moz-transform 0.4s;
    transition: transform 0.4s;
}
.hover-c figure:hover img, .hover-c figure.cs-hover-c img {
    -webkit-transform: translateY(-30px);
    -moz-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    transform: translateY(-30px);
}
.hover-c figcaption {
    height: 50px;
    width: 100%;
    top: auto;
    bottom: 0;
    opacity: 0;
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition: -webkit-transform 0.4s, opacity 0.1s 0.3s;
    -moz-transition: -moz-transform 0.4s, opacity 0.1s 0.3s;
    transition: transform 0.4s, opacity 0.1s 0.3s;
}
.hover-c figure:hover figcaption, .hover-c figure.cs-hover-c figcaption {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-transition: -webkit-transform 0.4s, opacity 0.1s;
    -moz-transition: -moz-transform 0.4s, opacity 0.1s;
    transition: transform 0.4s, opacity 0.1s;
}
.hover-c figcaption a {
    position: absolute;
    top: 45%;
    left: 40%;
}



.main-attach {
    border: 1px solid #fff;
    text-align: center;
    margin-top: -24px;
    padding: 4px;
    border-radius:2px;
    padding-top:2px;
    color:#fff;
    animation: krasnaya 1s linear 1s infinite alternate;
    -webkit-animation: krasnaya 1s linear 1s infinite alternate;
    -moz-animation:krasnaya 1s linear 1s infinite alternate;
}
.main-attach i {
    font-size: 35px;
}
.main-attach:hover {
    background: rgba(255,255,255,0.3);
    color:#fff;
}
.main-attach {
    border: 1px solid #fff;
    text-align: center;
    margin-top: -24px;
    padding: 4px;
    border-radius:2px;
    padding-top:2px;
    color:#fff;
    margin-right: 47px;
}



/*hover-News*/
.grid-n figure {
    margin: 0;
    position: relative;
}
.grid-n figure img {
    max-width: 100%;
    display: block;
    position: relative;
}



.grid-n figcaption {
    position: absolute;
    bottom: 0;
    left: 0;
    padding-top: 21px;
    padding-left: 20px;
    padding-bottom: 25px;
    padding-right: 25px;
    background: #1c2024;
    color: #858a8f;
	font-size:13px;
    font-family: Meiryo;
    font-weight: 400;
    font-size:10px;

}
.grid-n figcaption h3 {
    margin: 0;
    padding: 0;
    color: #fff;
    font-family: Meiryo;
    font-size:15px;
    padding-bottom: 5px;
    line-height: 20px;
	text-align: left;
}

.grid-n figcaption span{
    text-align: left;
}

.hover-n figure {
    overflow: hidden;
}
.hover-n figure img {
    -webkit-transition: -webkit-transform 0.4s;
    -moz-transition: -moz-transform 0.4s;
    transition: transform 0.4s;
}
.hover-n figure:hover img, .hover-n figure {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
}
.hover-n figcaption {
    height: 130px;
    width:100%;
    top: 38%;
	bottom: 0;
    opacity: 0;
    -webkit-transform: translateX(20%);
    -moz-transform: translateX(20%);
    -ms-transform: translateX(20%);
    transform: translateX(20%);
    -webkit-transition: -webkit-transform 0.4s, opacity 0.1s 0.3s;
    -moz-transition: -moz-transform 0.4s, opacity 0.1s 0.3s;
    transition: transform 0.4s, opacity 0.1s 0.3s;
}
.hover-n figure:hover figcaption, .hover-n figure {
    opacity: 0.98;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-transition: -webkit-transform 0.4s, opacity 0.1s;
    -moz-transition: -moz-transform 0.4s, opacity 0.1s;
    transition: transform 0.4s, opacity 0.1s;
}
.hover-n figcaption a {
    position: absolute;
    top: 45%;
    left: 40%;
}

.news-post {
    margin-bottom: 30px;
	margin-right: 5px;
	margin-left: 5px;
	height: 347px;
}



.section-overlay {
  z-index: 2;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.6);
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAIAAAABCAQAAABeK7cBAAAADUlEQVQIHWNgUGVgAAAAdAAmcohj8QAAAABJRU5ErkJggg==');
}

.section-overlay-8 {
  z-index: 2;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.8);
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAIAAAABCAQAAABeK7cBAAAADUlEQVQIHWNgUGVgAAAAdAAmcohj8QAAAABJRU5ErkJggg==');
}

.section-overlay-S {
  z-index: 2;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.9);
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAIAAAABCAQAAABeK7cBAAAADUlEQVQIHWNgUGVgAAAAdAAmcohj8QAAAABJRU5ErkJggg==');
}


.aligned-video-wrapper .mejs-controls,
.aligned-video-wrapper .mejs-layers {
  display: none;
}

/* ==========================================================================
	CTA
============================================================================= */
.call-to-action {
  text-align: center;
  margin-bottom: 30px;
  border: 1px solid #e8e8e8;
  padding: 45px;
}
.call-to-action.unboxed {
  border: none;
  padding: 0;
}
.call-to-action .headline {
  font-weight: 300;
}
.call-to-action .headline,
.call-to-action p {
  margin: 0;
}
.call-to-action .headline + p {
  margin-top: 5px;
}
.call-to-action .col-btn + .col-text,
.call-to-action .col-text + .col-btn {
  padding-top: 20px;
}

  /* ==========================================================================
		Call to Action
	============================================================================= */
  .call-to-action.one-row .call-to-action-inner {
    display: table;
    width: 100%;
  }
  .call-to-action.one-row .col-text,
  .call-to-action.one-row .col-btn {
    display: table-cell;
    vertical-align: middle;
    text-align: left;
    padding: 0;
  }
  .call-to-action.one-row .col-btn {
    text-align: right;
  }
  .call-to-action.one-row .col-btn + .col-text,
  .call-to-action.one-row .col-text + .col-btn {
    padding-left: 40px;
    padding-top: 0;
  }

  /* ==========================================================================
	Splash Media (.splash-media-video, .splash-media-img)
============================================================================= */
.splash-media,
.section-media {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 0;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
}

.section-media-m {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  
  overflow: hidden;
  z-index: 0;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
}

.splash-media.splash-media-img {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

/* ==========================================================================
	Section
============================================================================= */
.section {
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
}
/* ==========================================================================
	Section Row
============================================================================= */
.section-row {
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  z-index: 2;
}
.section-row.bg-transparent {
  background-color: transparent !important;
}
.section-row.shadow-bg {
  background: #fafafa;
}

.section-row.quarter-padding-bottom {
  padding-bottom: 26px;
}
.section-row.half-padding-top {
  padding-top: 53px;
}
.section-row.half-padding-bottom {
  padding-bottom: 53px;
}
.section-row.three-quarters-padding-top {
  padding-top: 79px;
}
.section-row.three-quarters-padding-bottom {
  padding-bottom: 79px;
}


/* Flip Card */

.brochu-wrap {
     padding-top: 50px;
	 margin-bottom:130px;
     margin:0 auto;
	 max-width: 1200px;
	 text-align: center;
	
}

.flip-container  {
	-webkit-perspective:  1000;
	-moz-perspective:  1000;
	perspective:  1000;
}

.flip-container:hover .flipper, .flip-container.hover .flipper, #flip-toggle.flip .flipper {
	-webkit-transform:  rotateY(180deg);
	-moz-transform:  rotateY(180deg);
	transform:  rotateY(180deg);
	filter:  FlipH;
	-ms-filter:  "FlipH";
}


.fip-wrap { 
    width:  196px;
	height: 261px;
	margin-left: 48px;
	margin-right: 48px;
	position: relative;
	float: left;
}

.flip-container, .front, .back {
	width:  100%;
	height: 261px;
}

.flipper {
	-webkit-transition:  0.6s;
	-webkit-transform-style:  preserve-3d;
	-moz-transition:  0.6s;
	-moz-transform-style:  preserve-3d;
	transition:  0.6s;
	transform-style:  preserve-3d;
	position:  relative;
}

.front, .back {
	-webkit-backface-visibility:  hidden;
	-moz-backface-visibility:  hidden;
	backface-visibility:  hidden;
	position: absolute;
	top: 0;
	left: 50;
}

.front {
	z-index:  2;
}

.back {
	-webkit-transform:  rotateY(180deg);
	-moz-transform:  rotateY(180deg);
	transform:  rotateY(180deg);
}

.front .name {
	-webkit-transform:  rotate(-20deg);
	-moz-transform:  rotate(-20deg);
	transform:  rotate(-20deg);
}

/* Flip Card */


/*project*/
.container-project {
   padding:20px 0 30px 0; 
   background: #23282c;
   max-width: 65%;
   margin:0 auto;
}

.title-block {
    display:table;
    margin:auto;
	
}


.title-text {
    max-width:1200px;
    text-align: left;
	font-size: 16px;
    font-family: Raleway;
    font-weight: 100;
    color: #FFF;
    padding-bottom: 20px;
    -webkit-backface-visibility: hidden;
	letter-spacing: 1px;
	border-bottom:1px solid #393f44;
	margin-bottom: 20px;
}

.title-logo {
    text-align: center;
	display: inline-block;
    padding-left: 50px;
	padding-right: 50px;
	-webkit-backface-visibility: hidden;
}


.container-project-in {
   padding:40px 0 30px 0; 
   background: #1c2024;
   max-width: 100%;
   margin:0 auto;
}


.btn-flash {
    border: 1px solid #393f44 !important;
    color: #d4dce7 !important;
    border-radius: 0px;
    font-size: 13px !important;
    padding: 10px 20px !important;
    display: inline-block;
    margin-top: 30px;
    font-family: roboto !important;
    font-weight: 300 !important;
    line-height: 20px !important;
    min-width: inherit !important;
    text-decoration: none;
	/* animation: krasnaya 1s linear 1s infinite alternate;
    -webkit-animation: krasnaya 1s linear 1s infinite alternate;
    -moz-animation:krasnaya 1s linear 1s infinite alternate;*/
}
.btn-flash:hover {
    background: #782cb9;
    text-decoration: none;
    color: #FFF;
	border: 1px solid #782cb9 !important;
}
.btn-flash:focus { text-decoration: none }

 /* ===========================
	parallax : solution
============================= */
.prl-inter {
    background: url(../../images/para/pr-interior.jpg) 100% 100% no-repeat fixed;
    min-height: 610px;
	color: #fff;
    height: 100%;
}

.prl-Mobile {
    background: url(../../images/para/pr-Mobile.jpg) 50% 100% no-repeat fixed;
    min-height: 440px;
	color: #fff;
    height: 100%;
}

.prl-Firefighting {
    background: url(../../images/para/pr-Firefighting.jpg) 50% 100% no-repeat fixed;
    min-height: 500px;
	color: #fff;
    height: 100%;
}

.prl-Space {
    background: url(../../images/para/pr-Space.jpg) 30% 100% no-repeat fixed;
    min-height: 430px;
	color: #fff;
    height: 100%;
}

.prl-Analysis {
    background: url(../../images/para/pr-Analysis.jpg) 20% 90% no-repeat fixed;
    min-height: 480px;
	color: #fff;
    height: 100%;
}
.prl-Store {
    background: url(../../images/para/pr-Store.jpg) 100% 100% no-repeat fixed;
    min-height: 500px;
	color: #fff;
    height: 100%;
}
.prl-Furniture {
    background: url(../../images/para/pr-Furniture.jpg) 60% 100% no-repeat fixed;
    min-height: 530px;
	color: #fff;
    height: 100%;
}
.prl-Motion {
    background: url(../../images/para/pr-Motion.jpg) 20% 100% no-repeat fixed;
    min-height: 560px;
	color: #fff;
    height: 100%;
}
.prl-Reality {
    background: url(../../images/para/pr-Reality.jpg) 50% 100% no-repeat fixed;
    min-height: 380px;
	color: #fff;
    height: 100%;
}



.prl-inter-t {
    background: url(../../images/para/pr-interior.jpg) 10% 100% no-repeat fixed;
    color: #fff;
    min-height: 250px;
    height: 30%;
}
.prl-inter-in {
    z-index:9999; 
}


 /* ===========================
	parallax : project
============================= */
.prl-kovionline {
    background: url(../../images/para/pr-interior.jpg) 30% 10% no-repeat fixed;
    min-height: 500px;
	color: #fff;
    height: 100%;
}

.prl-inter-4 {
    background: url(../../images/para/pr-interior.jpg) 80% 10% no-repeat fixed;
    min-height: 450px;
	color: #fff;
    height: 100%;
}


.prl-kt {
    background: url(../../images/para/pr-Analysis.jpg) 20% 100% no-repeat fixed;
    min-height: 550px;
	color: #fff;
    height: 100%;
}

.prl-naver {
    background: url(../../images/para/pr-Mobile.jpg) 80% 100% no-repeat fixed;
    min-height: 450px;
	color: #fff;
    height: 100%;
}


.prl-iloom {
    background: url(../../images/para/pr-Furniture.jpg) 60% 100% no-repeat fixed;
    min-height: 500px;
	color: #fff;
    height: 100%;
}


.prl-Firefighting {
    background: url(../../images/para/pr-Firefighting.jpg) 50% 100% no-repeat fixed;
    min-height: 580px;
	color: #fff;
    height: 100%;
}

.prl-Firefighting-5 {
    background: url(../../images/para/pr-Firefighting.jpg) 50% 100% no-repeat fixed;
    min-height: 500px;
	color: #fff;
    height: 100%;
}

.prl-dealim {
    background: url(../../images/para/pr-dealim.jpg) 100% 100% no-repeat fixed;
    min-height: 530px;
	color: #fff;
    height: 100%;
}

.prl-bif {
    background: url(../../images/para/pr-bif.jpg) 70% 50% no-repeat fixed;
    min-height: 580px;
	color: #fff;
    height: 100%;
}

.prl-livart {
    background: url(../../images/para/pr-livart.jpg) 100% 70% no-repeat fixed;
    min-height: 500px;
	color: #fff;
    height: 100%;
}










