/*
Theme Name:		ntreev.com
Author: 		yuny95@ntreev.com
Author URI:		http://www.ntreev.com
Description:	WP Theme ntreev.com Theme
Version:		0.2
License URI:	free
*/

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
@font-face {
 font-family: 'Nanum Barun Gothic';
 font-style: normal;
 font-weight: 400;
 src: local('Nanum Barun Gothic Regular'), local('Nanum Barun Gothic-Regular'), local('NanumBarunGothic Regular');
 src: url(./fonts/NanumBarunGothic/NanumBarunGothic.eot);
 src: url(./fonts/NanumBarunGothic/NanumBarunGothic.eot?#iefix) format('embedded-opentype'),
 url(./fonts/NanumBarunGothic/NanumBarunGothic.woff) format('woff'),
 url(./fonts/NanumBarunGothic/NanumBarunGothic.ttf) format('truetype');
 }
 @font-face {
 font-family: 'Nanum Barun Gothic';
 font-style: normal;
 font-weight: 700;
 src: local('Nanum Barun Gothic Bold'), local('Nanum Barun Gothic-Bold'), local('NanumBarunGothic Bold');
 src: url(./fonts/NanumBarunGothic/NanumBarunGothicBold.eot);
 src: url(./fonts/NanumBarunGothic/NanumBarunGothicBold.eot?#iefix) format('embedded-opentype'),
 url(./fonts/NanumBarunGothic/NanumBarunGothicBold.woff) format('woff'),
 url(./fonts/NanumBarunGothic/NanumBarunGothicBold.ttf) format('truetype');
 }


#space {
    width: 100%;
    height: 100%;
    position: relative;
    display: inline-block;
}

h1, h2, h3, h4, h5, h6, p {
    font-family: 'Apple SD Gothic Neo','Nanum Barun Gothic',sans-serif !important;
}

h1 {
    color: #555;
    letter-spacing: 2px;
    padding: 5px;
    line-height: 1.8em;
    font-size: 3.0em;
}

h2 {
    color: #555555;
    font-size:2.2em;
}

h3 {
    color: #555555;
}

h4 {
    color: #555555;
}

h5 {
    color: #333333;
}



body, html  {
    margin:0;
    margin-top:0;
    padding:0;
    width:100%;
    height:100%;
}

.about, .mobile, .press, .contact, .benefit {
    text-align: center;
}

#parallax-contact {
    height:300px;
    background-size: cover;    
    background-image: url("./img/bg_message.jpg");
    background-attachment: fixed;
    background-repeat: no-repeat;
}


#parallax-product {
    height:300px;
    background-size: cover;
    background-position: center;
    background-image: url("./img/bg_product_trickm.jpg");
    background-attachment: fixed;
    background-repeat: no-repeat;
}

/*
#contact:after {
    transform: translateZ(-1px) scale(3);
    z-index:-1;
}

#product:after {
    transform: translateZ(-2px) scale(3);
    z-index:-1;
}
*/
section h2:after {
    content: "";
    display: block;
    width: 24px;
    height:2px;
    background: #555555;
    margin: 10px auto 30px auto;
}

.about-content, .mobile-content, .contact-content, .press-content, .benefit-content {
    font-family: 'Apple SD Gothic Neo','Nanum Barun Gothic',sans-serif !important;    
    text-align: center;
    letter-spacing: 1px;
    padding: 5px;
    line-height: 1.8em;
    max-width: 800px;
    margin: 0 auto;
    color: #999999;
}

.mobile-content, .benefit-content {
    display: table;
}

#product {
    clear:both;
}

.about-content p {
    text-align: left;
    padding-left: 5px;
}



.press-content {
    line-height: 1.0em;
    text-align: left;
    padding-left: 5px;
}

.mobile-content img {
    max-width: 350px;
}


/*a:link, a:visited, a:active, a:hover {
a:active, a:hover {
    text-decoration: none;
    color:#676767;
}


.ntreev_top a {
    text-decoration: none;
    color: #555555;
}

.header_container {
    margin: 0px; 
    font-family: 'Apple SD Gothic Neo','Nanum Barun Gothic',sans-serif !important;
    height: 65px;
    background: #ffffff;;
    background-size: 100%;
    background-size: cover;
}


.header_top_lane {
    padding: 5px 15px 5px 15px;
    margin-right: auto;
    margin-left: auto;
    font-family: 'Apple SD Gothic Neo','Nanum Barun Gothic',sans-serif !important;
    font-size: 12px;
    height: 63px;
    background: #ffffff;
    border-bottom: 1px solid rgba(0,0,0,0,1);
    transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -webkit-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;;
    visibility: visible;
    opacity: 1;

}
*/

#logo {
    display: inline-block;
    width: 42px;
    height: 42px;
    background: url('./img/ntreev_logo_555.svg') no-repeat;
    /*
    width: 150px;
    height: 24px;
    background: url('./img/ntrv_logo02_black.svg') no-repeat;
    */
    background-size: cover;
    float:left;
}

/*
#logo:hover {
    border-bottom: solid 1px #565;
    border-left: solid 1px #9a9;
    border-right: solid 1px #565;
    border-top: solid 1px #9a9;

}
*/

.ntreev_bottom {
    background-color:#555;
    width:100%;
    height: 100px;
    color:#fff;
    text-align:center;
    font-family: 'Apple SD Gothic Neo','Nanum Barun Gothic',sans-serif !important;    
    /*border-top:1px solid #666666 ;*/
    /*border-bottom:1px solid #666666 ;*/
    /*height:40px;*/
    position: absolute;
    display: table;
    padding-top: 15px;
}

.ntreev_bottom_left {
    display:table-cell;
    width:50%;
    vertical-align: middle;    
}

.ntreev_bottom_right {
    display:table-cell;
    padding: 5px;
    text-align: left;
    font-size: 0.6em;
    vertical-align: middle;
}

.ntreev_bottom_left_menu {
    display:table;
    float:right;
    margin-right:50px;    
}

.ntreev_bottom_left_menu_cell {
    display:table-cell;
    padding:5px;
}

.video-text-content {
    display: none;
}

.parallax-text-content {
    display: block;
    color: #555;
    text-align: center;
    position: relative;
    top: 50%;
    font-weight: bold;
    color: #555555;
    font-size:2.2em;
    font-family: 'Apple SD Gothic Neo','Nanum Barun Gothic',sans-serif !important;    
}

.parallax-text-content:after {
    content: "";
    display: block;
    width: 24px;
    height:2px;
    background: #555555;
    margin: 10px auto 30px auto;
}
.ntreev_bottom_caption {
    display:table-caption;
    font-weight:800;
    padding:3px;
}

.ntreev_bottom_caption_contact {
    text-align:left;
    margin: 0 0 0 20px;
    font-size:12px;
    font-weight:400;
    padding:5px;
}
.ntreev_container {
/*    height:100%;*/
    width:100%;
/*    position:relative;*/
    z-index: 4;
}

.ntreev_container_box {

}

.sidebar, .ntreev_main_content {
    padding: 0px;

}

.sidebar, .ntreev_main_content a {
    text-decoration: none;
    color: #999999;
}

.sidebar, .ntreev_main_content a:hover {
    text-decoration: none;
    color: #555555;
    font-weight: bold;
}

.sidebar {
    background:#ffffff;
    border-left:1px solid #ccc;
    width: 25%
}

.ntreev_main_content {
    background : #ffffff;
    position: relative;
    height: 100%;
    /*border-right: solid 5px #ffffff;*/
    /* 메뉴와 겹치는 현상때문에 position 과 z-index 사용, 메뉴가 전환(transition) 시 필요 
    position:relative;   
    z-index:10;
    */
}

hr {
    display:block;
    margin-top:0.5em;
    margin-bottom:0.5em;
    margin-left:auto;
    margin-right:auto;
    border-style:inset;
    border-width:1px;
}

/*
nav {
    float: left;
    width:100%;
    height:33px;
    background: #ffffff ;
    border-bottom: 1px solid #4a9911;
    position:relative;
    top: -125px;
}


nav > ul li {
    list-style: none;
    text-decoration:none;
}
nav  ul {
    float : right;
    width:100%;
    height:149%;
    padding:0px;
    margin:0px;
}

nav > ul > li {
    float: left;
    width:auto;
    line-height:22px;
}


nav > ul li a {
    color : #ffffff;
    font-family: 'Apple SD Gothic Neo','Nanum Barun Gothic',sans-serif !important;
    font-size:14px;
    display:block;
    background-color: #ffffff ;
    border-radius:5px;
    padding:5px;
    padding-left:15px;
    padding-right:15px;
    text-decoration:none;
    border:1px solid #ffffff;
}

nav > ul li:hover a:hover {
    color:#4a9911;
    background:#ffffff;
    border:1px solid #4a9911;
}


nav > ul > li > ul {
    opacity: 0;
    transition: opacity 0.35s;
    position: relative;
    z-index:9;
}

nav > ul > li:hover > ul {
    opacity: 1;
    z-index:11;
}

*/

/*
.hidden {
  display: none;
}

.visuallyhidden {
    opacity: 0;
    transition: opacity 0.75s;
}
*/

/************************/
/* Responsive menu css */
/************************/
#main-nav { /* For container id */
    margin: 0px;
    padding: 0px;
    width: auto;
    display: inline-block;
    width:100%;
    position: fixed;
    font-family: 'Apple SD Gothic Neo','Nanum Barun Gothic',sans-serif !important;
    box-sizing: border-box;  
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    z-index:999;
    top: 0px;
    border-bottom: 0px solid #555;
}


#bottom-nav {
    font-weight: 400;
    font-size: 12px;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-right: 25px;
    text-align: right;
}

#bottom-nav ul {
    margin: 0px;
    padding: 0px;
    display: block;
    list-style: none;
    margin: 0 0 0 20px;
    text-align:left;
}

#bottom-nav ul li{
    padding: 5px;
 }

#bottom-nav ul li a {
    text-decoration: none;
    display: block;
    margin: 0px;
    -webkit-transition: color 0.3s ease;
    -moz-transition: color 0.3s ease;
    -ms-transition: color 0.3s ease;
    -o-transition: color 0.3s ease;
    transition: color 0.3s ease;
    color: #fff;
}

#single-nav {
    background: #555555;    
}

.nav-up {
    background: #999;
}

.nav-down {
    background: transparent;
    transition:0.2s;
}

#main-nav ul, #single-nav ul {
    margin: 0px;
    padding: 0px;
    display: block;
    list-style: none;
    float: right;
}
#main-nav ul:after,
#main-nav:after,
#single-nav ul:after,
#single-nav:after {
    clear: both;
    display: block;
    content: ' ';
    font-size: 0;
    height: 0;
    visibility: hidden;
}
#main-nav ul li {
    margin: 0px;
    padding: 0px;
    display: block;
    position: relative;
    margin-top:0px;
}
#main-nav ul li a {
    text-decoration: none;
    display: block;
    margin: 0px;
    -webkit-transition: color 0.3s ease;
    -moz-transition: color 0.3s ease;
    -ms-transition: color 0.3s ease;
    -o-transition: color 0.3s ease;
    transition: color 0.3s ease;
}
/* 1: 메뉴 리스트 */
/********************************************************************/

#main-nav ul li ul {
    position: absolute;
    left: -999999px;
    top: auto;
}
#main-nav ul li ul li {
    max-height: 0;
    position: absolute;
    -webkit-transition: max-height 0.3s ease-out;
    -moz-transition: max-height 0.3s ease-out;
    -ms-transition: max-height 0.3s ease-out;
    -o-transition: max-height 0.3s ease-out;
    transition: max-height 0.3s ease-out;
    background: #ffffff;
}


#main-nav ul li ul li.has-sub:after {
    display: block;
    position: absolute;
    content: '';
    height: 10px;
    width: 10px;
    border-radius: 3px;
    z-index: 1;
    top: 13px;
    right: 15px;
    background: #999999;
}
#main-nav.align-right ul li ul li.has-sub:after {
    right: auto;
    left: 15px;
}
#main-nav ul li ul li.has-sub:before {
    display: block;
    position: absolute;
    content: '';
    height: 0;
    width: 0;
    border: 3px solid transparent;
    border-left-color: #eee;
    z-index: 2;
    top: 15px;
    right: 15px;
}
#main-nav.align-right ul li ul li.has-sub:before {
    right: auto;
    left: 15px;
    border-left-color: transparent;
    border-right-color: #eee;
}
/* 2: 서브메뉴 처리 */
/********************************************************************/





#main-nav ul li ul li a {
    font-size: 14px;
    font-weight: 400;
    text-transform: none;
    color: #999999;
    letter-spacing: 0px;
    display: block;
    width: 170px;
    padding: 11px 10px 11px 20px;
}


#main-nav ul li ul li:hover > a,	
#main-nav ul li ul li.active > a {
/*  color: #00BFFF;					*/
    color: #4a9911;					
    background-color:  #ffffff;		
    outline:0px solid  #ffffff;
}
#main-nav ul li ul li:hover:after,
#main-nav ul li ul li.active:after {
    background: #ffffff;
}
#main-nav ul li ul li:hover > ul {
    left: 100%;
    top: 0;
}
#main-nav ul li ul li:hover > ul > li {
    max-height: 72px;
    position: relative;
}
#main-nav > ul > li {
    float: left;
}
#main-nav.align-center > ul > li {
    float: none;
    display: inline-block;
}
#main-nav.align-center > ul {
    text-align: center;
}
#main-nav.align-center ul ul {
    text-align: left;
}
#main-nav.align-right > ul {
    float: right;
}
#main-nav.align-right > ul > li:hover > ul {
    left: auto;
    right: 0;
}
#main-nav.align-right ul ul li:hover > ul {
    right: 100%;
    left: auto;
}
#main-nav.align-right ul ul li a {
    text-align: right;
}

#main-nav > ul > li:after {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height:0;
    top: 0;
    z-index: 0;
    background: #ffffff;					
    -webkit-transition: height 0.3s;
    -moz-transition: height 0.3s;
    -ms-transition: height 0.3s;
    -o-transition: height 0.3s;
    transition: height 0.3s;
}


#main-nav > ul > li.has-sub > a {
    padding-right: 40px;
}
#main-nav > ul > li.has-sub > a:after {
    display: block;
    content: '';
    background: #ffffff;
    height: 12px;
    width: 12px;
    position: absolute;
    border-radius: 7px;
    right: 14px;
    top: 17px;
}
#main-nav > ul > li.has-sub > a:before {
    display: block;
    content: '';
    border: 4px solid transparent;
    border-top-color: #ffffff;
    z-index: 2;
    height: 0;
    width: 0;
    position: absolute;
    right: 16px;
    top: 21px;
}
#main-nav > ul > li > a {
    color: #555;				
    padding: 15px 20px;
    font-weight: 800;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 14px;
    z-index: 2;
    position: relative;
}
#main-nav > ul > li:hover:after,
#main-nav > ul > li.active:after {
    height: 100%;
}
#main-nav > ul > li:hover > a,
#main-nav > ul > li.active > a {
    color: #999999;			
    background:#ffffff;

}
#main-nav > ul > li:hover > a:after,
#main-nav > ul > li.active > a:after {
    background: #999999;
}
#main-nav > ul > li:hover > a:before,
#main-nav > ul > li.active > a:before {
    border-top-color: #ffffff;
}
#main-nav > ul > li:hover > ul {
    left: 0px;
}
#main-nav > ul > li:hover > ul > li {
    max-height: 72px;
    position: relative;
}
#main-nav #menu-button {
    display: none;
}
#main-nav > ul > li > a {
    display: block;
}
#main-nav > ul > li {
    width: auto;
}
#main-nav > ul > li > ul {
    width: 170px;
    display: block;
}
#main-nav > ul > li > ul > li {
    width: 170px;
    display: block;
}
/* 3: 메뉴, 서브메뉴 보여주기 */
/********************************************************************/

/* bottom sidebar */
.mainbox-container {
    display: table;
    height: 300px;
    width:100%;
    table-layout: fixed;
}

.mainbox-container li {
    list-style: none;
}
.mainbox {
    display: table-row;
}

.subbox1, .subbox2, .subbox3, .mobile-content-sub {
    display: table-cell;
    padding: 10px;
    background: #ffffff;
    color: #000;
    font-family: 'Apple SD Gothic Neo','Nanum Barun Gothic',sans-serif !important;
    /*width:30%;*/
    min-width:350px;
    text-align:center;
}

.subbox1 {

}
.subbox2 {

}
.subbox3 {

}
/* bottom sidebar end */


/* top right header menu */
#top-menu {
    display:inline-block;
    float: right;
}

#top-menu-nav {
    margin: 0px;
    padding: 0px;
    width: auto;
    line-height: 1;
    display: block;
    position: relative;
    font-family: sans-serif;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    float: right;
}

#top-menu-nav > ul {
    list-style: none;
    float: right;
    width:100%;
    height:149%;
}

#top-menu-nav > ul > li {
    float: left;
    width: auto;
}

#top-menu-nav > ul li a {
    color: #7b909d;
    font-weight: bold;
    opacity: 0.7;
    font-family: 'Apple SD Gothic Neo','Nanum Barun Gothic',sans-serif !important;
    font-size: 16px;
    display: block;
    padding: 2px;
    padding-left: 5px;
    padding-right:10px;
    text-decoration: none;
}

#top-menu-nav > ul li:hover a:hover {
    color: #222222;
    font-size: 16px;
    font-weight: bold;
    opacity: 1;
    text-shadow: #7b909d 6px 6px 6px;
}
/* top right header menu end */


.ul-nopad {
    padding:0px;
    margin:0px;
    display:inline-block;
}


.li-bold {
    list-style: none;
    padding:0px;
    margin:0px;
    font-weight: bold;
    font-size: 1.0em;
    text-align: left;
    color: #555555;
    margin-bottom: 5px;
    margin-top: 5px;
    width: 525px;
}

.li-normal {
    list-style: none;
    padding:0px;
    margin-left:5px;
    font-size: 0.8em;
    text-align: left;
    color: #999999;
    width: 525px;
}

.li-clear {
    clear:both;
    list-style: none;
    padding:0;
    margin:0;
}

/* contact form css */
.contact-email-container {
    margin: 0 auto;
    background: #fff;
    display: table;
    padding: 5px;
    width: 525px;
}

.contact-email-container span {
    font-size: 0.8em;
}

.cec-name-row, .cec-email-row, .cec-subject-row, .cec-message-row {
    display: table-row;
    text-align:center;
    font-weight: 600;    
}

.cec-name-row input[type=text], 
.cec-email-row input[type=email],
.cec-subject-row input[type=text] {
    background: transparent;
    border: none;
    border-bottom: 1px dashed #555555;
    border-radius: 0px;
    width: 100%;
    outline: none;
    padding: 5px 0px 5px 0px;

}

.cec-message-row textarea {
    padding: 0px 0px 0px 0px;
    background: transparent;
    outline: none;
    border: none;
    border-bottom: 1px dashed #555555;
    border-radius: 0px;    
    width: 100%;
    overflow: hidden;
    resize:none;
    height:50px;
}

.cec-submit-row {
    display: table-row;
}



.cec-name, .cec-email, .cec-subject, .cec-message {
    display: table-cell;
    vertical-align: middle;
    min-width: 80px;
    max-width: 80px;
}

.cec-name-input, .cec-email-input, .cec-subject-input, .cec-message-input {
    display: table-cell;
    vertical-align: middle;
}




.cec-submit {
    text-align: center;
    width:100%;
}

.cec-submit > input {
    background: #999;
    border: 1px solid #555;
    width: 100%;
}

.cec-submit > input:hover {
    background: #555;
    color: #fff;
    border: 1px solid #555;
    width: 100%;    
}



.contact-mail {
    margin: 0 auto;
}

/* contact form css end */

#wd_slider {
    z-index: 1;
}




/* video */
.video-text-container {
    position: relative;
    width:100%;
    height:100%;
    margin:0 auto; 
    
}


.video-container {
    position: relative; 
    z-index: 3; 
    top: 0px; 
    left: 0px; 
    bottom: 0px; 
    right: 0px; 
    overflow: hidden; 
    background-image: none; 
    background-size: contain; 
    background-position: 50% 50%; 
    background-repeat: no-repeat;
    width:100%;
    height:100%;
    padding:0px;
    margin:0px;
}

.video-overlay {
    position:absolute;
    top:0px;
    right:0px;
    left:0px;
    bottom:0px;
    z-index:4;
    /*background-image: url(data:image/svg+xml;base64, PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHdpZHRoPScyJyBoZWlnaHQ9JzInPgoJPHJlY3QgeT0nLTMwJScgeD0nNjAlJyB3aWR0aD0nNTAlJyBoZWlnaHQ9JzUwJScgZmlsbD0nIzZiZTU2OScgdHJhbnNmb3JtPSdyb3RhdGUoNDUpJy8+Cjwvc3ZnPg==);*/
    /*background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHdpZHRoPSczJyBoZWlnaHQ9JzMnPgoJPHJlY3QgeT0nLTMwJScgeD0nNjAlJyB3aWR0aD0nNTAlJyBoZWlnaHQ9JzUwJScgZmlsbD0nIzU1NTU1NScgdHJhbnNmb3JtPSdyb3RhdGUoNDUpJy8+Cjwvc3ZnPg==);*/
    /*background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHhtbG5zOnhsaW5rPSdodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rJyB3aWR0aD0nNScgaGVpZ2h0PSc1Jz4KICA8bGluZSB4MT0nNDAlJyB5MT0nNDAlJyB4Mj0nNjAlJyB5Mj0nNjAlJyBzdHJva2Utd2lkdGg9JzEnIHN0cm9rZT0nI2RkZCcvPgogIDxsaW5lIHgxPSc2MCUnIHkxPSc0MCUnIHgyPSc0MCUnIHkyPSc2MCUnIHN0cm9rZS13aWR0aD0nMScgc3Ryb2tlPScjZGRkJy8+ICAKPC9zdmc+);*/
    /*background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHhtbG5zOnhsaW5rPSdodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rJyB3aWR0aD0nMycgaGVpZ2h0PSczJz4KICA8bGluZSB4MT0nNDAlJyB5MT0nNDAlJyB4Mj0nNjAlJyB5Mj0nNjAlJyBzdHJva2Utd2lkdGg9JzEnIHN0cm9rZT0nIzU1NScvPgogIDxsaW5lIHgxPSc2MCUnIHkxPSc0MCUnIHgyPSc0MCUnIHkyPSc2MCUnIHN0cm9rZS13aWR0aD0nMScgc3Ryb2tlPScjNTU1Jy8+ICAKPC9zdmc+);*/



}

video {
    margin: auto; 
    position: relative; 
    z-index: 3; 
    top: 50%; 
    left: 50%; 
    transform: translate(-50%, -50%); 
    visibility: visible; 
    opacity: 1; 
    background-attachment:fixed;    
    /*min-width: 100%;*/
    /*min-height: 100%;*/
}

.not-support-browser span {
    text-align: center;
    padding:0px;
    display: inline-block;
    width: 100%;
    line-height: 4.0em;
}

.video-logo {
    overflow: hidden;
    display: none;
    z-index: 10001;
    position: fixed;
    top:0;
    left:0;
    height:100vh;
    width:100vw;
    background: #fff;
}

/* video end */

.not-support-browser {
    height:100%;
    width:100%;
    margin:0 auto;
    color: #555;
    padding-top:20px;
    font-size: 1.8em;
    background-image: url("./img/bg_logo2.png");
    background-color: #fff;
    background-position:center;
    background-size: contain;
    background-repeat: no-repeat;    
}

.ntreev_bottom_caption_contact a {
    cursor: pointer;
    -webkit-transition: color 0.3s ease;
    -moz-transition: color 0.3s ease;
    -ms-transition: color 0.3s ease;
    -o-transition: color 0.3s ease;
    transition: color 0.3s ease;    
    color: #fff;
    text-decoration: none;
}

.googlemaps {
    width: 500px;
    height: 480px;
    border:0;
}

/* 이전 글 다음글 시작*/
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
}
/* 이전 글 다음글 끝 */

/****************************************************/
/* Responsive menu CSS		The start >>>>>			*/
/****************************************************/

@media only screen and (max-width: 800px),	
	only screen and (-webkit-min-device-pixel-ratio: 2) and (max-width: 800px), 
	only screen and (min--moz-device-pixel-ratio: 2) and (max-width: 800px), 
	only screen and (-o-min-device-pixel-ratio: 2/1) and (max-width: 800px), 
	only screen and (min-device-pixel-ratio: 2) and (max-width: 800px), 
	only screen and (min-resolution: 192dpi) and (max-width: 800px), 
	only screen and (min-resolution: 2dppx) and (max-width: 800px) {

    #main-nav > ul {
        max-height: 0;
        overflow: hidden;
        -webkit-transition: max-height 0.35s ease-out;
        -moz-transition: max-height 0.35s ease-out;
        -ms-transition: max-height 0.35s ease-out;
        -o-transition: max-height 0.35s ease-out;
        transition: max-height 0.35s ease-out;
        text-align: center;
    }
    #main-nav > ul > li > ul {
        width: 100%;
        display: block;
    }
    #main-nav.align-right ul li a {
        text-align: left;
    }
    #main-nav > ul > li > ul > li {
        width: 100%;
        display: block;
    }
    #main-nav.align-right ul ul li a {
        text-align: left;
    }
    #main-nav > ul > li > ul > li > a {
        width: 100%;
        display: block;
    }
    #main-nav ul li ul li a {
        width: 100%;
    }
    #main-nav.align-center > ul {
        text-align: left;
    }
    #main-nav.align-center > ul > li {
        display: block;
    }
    #main-nav > ul.open {
        max-height: 1000px;
/*        border-top: 1px solid #E7F8FD;  */
        border-top: 1px solid #666666;
    }
    #main-nav ul {
        width: 100%;
    }
    #main-nav ul > li {
        float: none;
        width: 100%;
    }
    #main-nav ul li a {
        width: 100%;
        padding: 12px 20px;
    }
    #main-nav ul > li:after {
        display: none;
    }
    #main-nav ul li.has-sub > a:after,
    #main-nav ul li.has-sub > a:before,
    #main-nav ul li ul li.has-sub:after,
    #main-nav ul li ul li.has-sub:before {
        display: none;
    }
    #main-nav ul li ul,
    #main-nav ul li ul li ul,
    #main-nav ul li ul li:hover > ul,
    #main-nav.align-right ul li ul,
    #main-nav.align-right ul li ul li ul,
    #main-nav.align-right ul li ul li:hover > ul {
        left: 0;
        position: relative;
        right: auto;
    }
    #main-nav ul li ul li,
    #main-nav ul li:hover > ul > li {
        max-height: 800px;
        position: relative;
        background: none;
    }
    #main-nav ul li ul li a {
        padding: 8px 20px 8px 35px;
        color: #ffffff;			
    }
    #main-nav ul li ul ul li a {
        padding: 8px 20px 8px 50px;
    }
    #main-nav ul li ul li:hover > a {
        /*color: #00ff7f;		*/
        color: #4a9911;		
        background: #ffffff;
    }

    #main-nav ul li.current-menu-item a:link,
    #main-nav ul li.current-menu-item a:visited {
        /*		background-color:  #00BEFE;				
            color: #999999;							*/
    }

    /* 'Menu' 텍스트 보여주는 부분 */
    #main-nav #menu-button {
        display: block;
        width: 100%;
        padding: 16px 48px;
        text-transform: uppercase;
        font-weight: 700;
        font-size: 14px;
        letter-spacing: 1px;
        color: #ffffff;
        cursor: pointer;
    }

    /*---------- 반응형 메뉴 버튼 아이콘 3Line --------------*/
    #main-nav #menu-button:before {
        display: block;
        content: '';
        position: absolute;
        height: 3px;
        width: 22px;
        border-top: 2px solid #555; 
        right: 15px;
        top: 28px;
    }

    #main-nav #menu-button:after {
        display: block;
        content: '';
        position: absolute;
        height: 3px;
        width: 22px;
        border-top: 2px solid #555;
        border-bottom: 2px solid #555;
        right: 15px;
        top: 18px;
    }
    /*---------- 반응형 메뉴 버튼 아이콘 3Line --------------*/


    .video-text-container {
        background-image: url("./img/bg_logo2.png");
        background-position:center;
        background-size: contain;
    	background-color: #fff;        
        background-repeat: no-repeat;
        height:100%;
    }

    video#homepagevid {
        display:none;
    }

    #logo {
        background-size: 30px auto;
        background-position: 5px 8px;
    }

    img {
        max-width: 300px;
        /*min-width: 300px;*/
    }

    .images img, .mobile-content img, .contact-content img, .about-content img, .benefit-content {
        min-width: 350px;
    }

    .header_container {
        height: 60px;
    }

    /* bottom sidebar */
    .mainbox-container {
        display: block;
        width:100%;
    }

    .mainbox-container li {
        list-style: none;
    }
    .mainbox, .mobile-content, .flip-card {
        display: table !important;
    }

    .subbox1, .subbox2, .subbox3, .mobile-content-sub {
        display:block;
        padding:0px;
        background: #ffffff;
        color: #000;
        font-family: 'Apple SD Gothic Neo','Nanum Barun Gothic',sans-serif !important;
        width:100%;
    }

    .about-content, .contact-content, .press-content, .mobile-content, .benefit-content{
        font-size: 14px;
        text-align: center;
    }

    .press-content {
        text-align: left;
        padding-left: 5px;
    }

    .li-bold {
        font-size: 0.8em;
        width: 100%;
        max-width:325px;
    }

    .li-normal {
        font-size: 0.8em;
        width: 100%;
        max-width:325px;
    }

    .li-clear {
        max-width:325px;
    }
    .cec-name-row, .cec-email-row, .cec-subject-row, .cec-message-row {
        max-width: 325px;
    }
    .cec-name, .cec-email, .cec-subject, .cec-message {
        min-width: 80px;
        max-width: 80px;
    }


    .contact-mail {
        margin: 0 auto;
    }

    .contact-email-container {
        max-width:315px;
    }

    .cec-submit-row {
        max-width:315px;
    }

    .ntreev_bottom{
        display: table;
        padding-bottom: 10px;
    }

    .ntreev_bottom_left {
        background-color:#555;
        max-width:315px;  
        display: table-row;
        margin:0 auto;
        width:100%;
    }
    .ntreev_bottom_left_menu {
        /*max-width:315px;*/        
        display:block;
        text-align:center;     
        width:100%;
        margin-right: 0px;        
    }

    .ntreev_bottom_left_menu_cell{
        /*max-width:315px;*/        
        display:inline-block;
        padding:5px;
        vertical-align: top;
    }
    #bottom-nav {
        text-align: left;
    }
    .ntreev_bottom_right {
        background-color:#555;
        max-width:315px;
        display: table-row;
        margin:0 auto;
        text-align: center;
    }

 
    .ntreev_bottom_copy {
        background-color:#555;
        padding:10px;   
        display: block;   
    }

    .cec-name-input, .cec-email-input, .cec-subject-input, .cec-message-input {
        display: table-cell;
        vertical-align: middle;
        max-width:225px;
    }

    .video-text-content {
        display: block;
        position: absolute;
        top: 75%;
        left: 50%;
        /* ie 7을 위한 핵 시작*/
        .position: relative;
        .top:100px; 
        .left:0px;
        /* ie 7을 위한 핵 끝*/
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        font-family: 'Apple SD Gothic Neo','Nanum Barun Gothic',sans-serif !important;    
        text-align:center;
    }    

    #parallax-contact, #parallax-product {
        background: #fff;
        height: 100px;
    }

    .parallax-text-content {
        top:0;
    }

    .googlemaps {
        max-width: 325px;
        max-height: 325px;
        border:0;
    }
}

.mobile-content-sub-img {
    max-width: 350px !important;
}

.mobile-content-sub-text {
    min-width: 350px !important;
}


/* The flip card container - set the width and height to whatever you want. We have added the border property to demonstrate that the flip itself goes out of the box on hover (remove perspective if you don't want the 3D effect */
.flip-card {
  cursor: pointer;
  display: table-cell;
  background-color: transparent;
  width: 400px;
  height: 265px;
  /*border: 1px solid #fff;*/
  perspective: 1000px; /* Remove this if you don't want the 3D effect */
  padding: 5px;
}

/* This container is needed to position the front and back side */
.flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.8s;
  transform-style: preserve-3d;
}

/* Do an horizontal flip when you move the mouse over the flip box container */
.flip-card:hover .flip-card-inner {
  transform: rotateY(180deg);
}

/* Position the front and back side */
.flip-card-front, .flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden; /* Safari */
  backface-visibility: hidden;
}

/* Style the front side (fallback if image is missing) */
.flip-card-front {
  background-color: #fff;
  color: black;
}

/* Style the back side */
.flip-card-back {
  background-color: #999;
  color: white;
  transform: rotateY(180deg);
}

.card{
    border-radius: 4px;
    background: #fff;
    box-shadow: 0 6px 10px rgba(0,0,0,.08), 0 0 6px rgba(0,0,0,.05);
      transition: .3s transform cubic-bezier(.155,1.105,.295,1.12),.3s box-shadow,.3s -webkit-transform cubic-bezier(.155,1.105,.295,1.12);
  padding: 30px 0px 18px 210px;
  cursor: pointer;
  font-size: 0.9em;
  line-height: 1.2em;
}

.card:hover{
     transform: scale(1.05);
  box-shadow: 0 10px 20px rgba(0,0,0,.12), 0 4px 8px rgba(0,0,0,.06);
}

.card h3{
  font-weight: 400;
}

.card img{
  position: absolute;
  top: 20px;
  right: 15px;
  /*max-height: 120px;*/
}

.card-1{
    background-image: url(/wp-content/themes/ntreev.com/img/benefit01.png);
    background-repeat: no-repeat;
    background-position: left;
    background-size: 200px;
    text-align: left;
    height: 250px;
}

.card-2{
    background-image: url(/wp-content/themes/ntreev.com/img/benefit02.png);
    background-repeat: no-repeat;
    background-position: left;
    background-size: 200px;
    text-align: left;
    height: 250px;    
}

.card-3{
    background-image: url(/wp-content/themes/ntreev.com/img/benefit03.png);
    background-repeat: no-repeat;
    background-position: left;
    background-size: 200px;
    text-align: left;
    height: 250px;    
}

.card-4{
    background-image: url(/wp-content/themes/ntreev.com/img/benefit04.png);
    background-repeat: no-repeat;
    background-position: left;
    background-size: 200px;
    text-align: left;
    height: 250px;    
}

@media(max-width: 990px){
  .card{
    margin: 20px;
  }
} 


/****************************************************/
/* Responsive menu CSS		The end >>>>>			*/
/****************************************************/