﻿* {            
    margin: 0; 
    padding: 0;
    font-family: 'Lato', 'Helvetica Neue', 'Apple SD Gothic Neo', 'Nanum Gothic', 'Arial', 'Apple Gothic', sans-serif;     
    font-weight: 300;                                  
    line-height: 180%;
               
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
               
    -webkit-appearance: none;                          
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}              
               
html, body {   
    height: 100%;                                      
    min-height: 100%;                                  
    background: #ddd;                                  
}              
               
a {            
    text-decoration: none;                             
    font-weight: 400;                                  
}              
               
a:hover {      
    text-decoration: underline;                        
}              
               
p, li, span, input, select {                           
    color: #667;
    font-family: 'Open Sans', 'Helvetica Neue', 'Apple SD Gothic Neo', 'Nanum Gothic', 'Arial', 'Apple Gothic', sans-serif;
    font-size: 11pt;                                   
    font-style: normal;                                
    font-weight: 400;                                  
}              
               
p {            
    line-height: 180%;                                 
    margin: 10px 0;                                    
}              
               
table p {      
    margin: 0; 
}              
               
h1, h2, h3, h4, h5, h6 {                               
    color: black;                                      
    line-height: 120%;                                 
    padding: 10px 0;                                   
}              
               
h1 {           
    font-size: 36pt;                                   
    font-weight: 900;                                  
}              
               
h1 span {      
    color: black;                                      
    font-family: 'Lato', 'Helvetica Neue', 'Apple SD Gothic Neo', 'Nanum Gothic', 'Arial', 'Apple Gothic', sans-serif;     
    font-size: 36pt;                                   
    font-weight: 900;                                  
    display: inline-block;                             
    line-height: 100%;                                 
}              
               
h2 {           
    font-size: 24pt;                                   
    font-weight: 400;                                  
    color: #333;
}              
               
h3 {           
    font-size: 18pt;                                   
    font-weight: 300;                                  
    color: #666;
}              
               
h4 {           
    font-size: 14pt;                                   
    font-weight: 300;                                  
    color: #777;
    padding: 5px 0;                                    
}              

h5 {           
    font-size: 18pt;                                   
    font-weight: 400;
    color: #333;
} 
               
hr {           
    border: 0px;
    padding: 10px;
    border-bottom: 1px solid #ebebeb;                  
}              
               
section {      
    padding-top: 20px;
    position: relative;                                
}              
               
pre {          
    word-break: break-all;                             
    white-space: pre-line;                             
}              
               
.pull-right {
    float: right;                                      
}              

.pull-left {
    float: left;                                      
}            
               
.clear {       
    clear: both;
    float: none;
}              

.box {         
    width: 100%;
}              
               
.rounded-box {
    padding: 15px 15px;                                
    margin: 15px 0;                                    
    border: 1px solid #ddd;                            
    border-bottom-width: 2px;                          
    border-radius: 6px;                                
    -webkit-border-radius: 6px;                        
}              
               
.wrap {        
    max-width: 1080px;                                 
    padding: 0 7%;                                     
    margin: auto;
}              
               
.summernote {  
    height: 400px;                                     
}              
               
[class^="icon-"], [class*=" icon-"] {                  
    display: inline-block;                             
    width: 24px;
    height: 24px;                                      
    background-size: 24px 24px;                        
    margin-top: -4px;                                  
    vertical-align: middle;                            
    background-repeat: no-repeat;                      
    opacity: 0.7;                                      
    transition: opacity 0.25s;                         
    -webkit-transition: opacity 0.25s;                 
}

.desc [class^="icon-"], .desc [class*=" icon-"] {      
    opacity: 0.3;                                      
    margin-right: -8px;                                
}              
               
#footer [class^="icon-"], #footer [class*=" icon-"] {  
    background-size: 20px 20px;                        
    width: 20px;
    height: 20px;                                      
    opacity: 0.7;                                      
}              
               
.btn [class^="icon-"], .btn [class*=" icon-"] {        
    background-size: 20px 20px;                        
    width: 20px;
    height: 20px;                                      
    opacity: 1.0;                                      
    margin-bottom: 1px;                                
    vertical-align: bottom;                            
}              
               
.btn-large [class^="icon-"], .btn-large [class*=" icon-"] {                        
    background-size: 32px 32px;                        
    width: 32px;
    height: 32px;                                      
    margin: -5px 3px -5px -5px;                        
    opacity: 1.0;                                      
}              
               
[class^="icon-"]:hover, [class*=" icon-"]:hover {      
    opacity: 1.0;                                      
}              

.icon-about {  
    background-image: url("/img/icon/about.png");  
}              
               
.icon-product {
    background-image: url("/img/icon/product.png");
}              
               
.icon-contact {
    background-image: url("/img/icon/contact.png");
}              
               
.icon-withyou {   
    background-image: url("/img/icon/with.png");   
}              

.ticon-ci {
    display: inline-block;
    width: 210px;
    height: 54px;
    background-image:url("/img/top/top_logo.png");          
    background-repeat: no-repeat;
    margin-top:10px;
}                 
                  
.icon-facebook {
    background-image: url("../image/icon/facebook.png");                           
}              
               
.icon-twitter {
    background-image: url("../image/icon/twitter.png");
}              
               
.icon-github { 
    background-image: url("../image/icon/github.png"); 
}              
               
.icon-facebook-white {                                 
    background-image: url("/img/icon/facebook-white.png");                     
}              
               
.icon-twitter-white {                                  
    background-image: url("/img/icon/twitter-white.png");                      
}              
               
.icon-github-white {                                   
    background-image: url("../image/icon/github-white.png");                       
}              
               
.icon-appstore {
    background-image: url("../image/icon/appstore.png");                           
}              
               
.icon-playstore {                                      
    background-image: url("../image/icon/playstore.png");                          
}              
               
#navbar {      
    
    position:fixed;
    top:0;
    right:0;
    z-index:100;

    background-image: url("/img/top/top_bg.png") 7px 78px;
    
    /**position: absolute;
    z-index: 1;
    top: 0;    **/
}              
               
#navbar > .wrap {
    text-align: right;
    background: #97D601;                                  
    color: white;                                      
    height: 78px;                                      
               
    overflow: hidden;                                  
}

#navbar ul {   
    display: inline-block;                             
}              
               
#navbar li {   
    list-style: none;
    display: inline-block;                             
    height: 78px;                                      
}              
               
#navbar li a {
    color: #fff;
    text-decoration: none;                             
    font-weight: 800;
    line-height: 78px;                                 
    padding: 7px 10px 10px 7px;
               
    /**border-radius: 50px;                               
    -webkit-border-radius: 50px;                       
    transition: background 0.25s;                      
    -webkit-transition: background 0.25s;**/
}              
               
#navbar li .brand {                                    
    font-family: 'Lato', 'Helvetica Neue', 'Apple SD Gothic Neo', 'Nanum Gothic', 'Arial', 'Apple Gothic', sans-serif;     
    color: #97D600;
    font-weight: 600;                                  
    line-height: 100px;                                 
    font-size: 18px;                                   
    padding: 8px 6px 8px 12px;                         
    letter-spacing: 1px;                               
    text-shadow: #111 0 0 5px;                         
}              

#navbar li a:hover .brand {
    color: #fff;
}

/** #navbar li a:hover, #navbar li a.active { **/
#navbar li a.active {
    color: #97D601;
    background: #fff;
}

/**#navbar .menus
{
	display: block;
} **/

#navbar .mobileNavigation
{
	display: none;
	overflow: hidden;
	float: right;
	width: 42px;
	height: 30px;
	margin: 25px 20px;
	cursor: pointer;
	background: transparent url("/img/top/mn.png") no-repeat;
}

#navbar .mobileNavigation select
{
	width: 42px;
	height: 40px;
	cursor: pointer;
}

select
{
	width: 180px;
	padding: 9px;
	margin: 0;
	background: #fff;
	border: 1px solid #eaeaea;
	outline: 0;
		
	-webkit-transition: background 250ms;
	-moz-transition: background 250ms;
	-ms-transition: background 250ms;
	-o-transition: background 250ms;
	transition: background 250ms;
	
	-webkit-appearance: none;
	
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}

select:focus
{
	background: #fafafa;
}


#content {     
    padding-top: 79px;
    position: relative;
    height: 100%;                                      
    min-height: 100%;
}              
               
#content > .wrap {                                     
    padding-top: 20px;                                 
    background: white;                                 
    min-height: 100%;
    margin-bottom: -24px;                              
    border-left: 1px solid #ccc;                       
    border-right: 1px solid #ccc;                      
}              
               
#content > .wrap > .eod {                              
    padding: 20px 0 60px 0;                            
    color: white;                                      
    text-align: center;                                
}              
               
#content > .wrap > .eod img {
    width: 62px;
    height: auto;
    opacity: 0.1;
}
               
#footer {      
    position: relative;                                
    clear:both;
}              
               
#footer > .wrap {                                      
    background: #D2D3D5;                               
    color: white;                                      
    font-weight: 300;                                  
    font-size: 14px;                                   
               
    /**border-bottom: 1px solid #1c1c1f;                  
    border-top: 1px solid #444450;**/
}              
               
#footer > .wrap:first-child {                          
    /** border-top: 4px solid #97D600; **/
}              
               
#footer > .wrap:last-child {                           
    padding-bottom: 20px;
}              
               
#footer a {
    color: white;                                      
    font-weight: 400;                                  
    text-shadow: #000 0 1px 0;
    text-decoration: none;                             
}              
               
#footer a:hover {                                      
    text-decoration: underline;                        
}              
               
#footer .sitemap {                                     
    padding: 20px 0 40px;                              
}              
               
#footer .sitemap > li {                                
    vertical-align: top;                               
    width: 18%;
    list-style: none;                                  
    display: inline-block;                             
               
    font-size: 12pt;                                   
    padding-left: 1%;                                  
    padding-bottom: 20px;                              
}              
               
#footer .sitemap > li > a {                            
    text-decoration: none;                             
    padding: 5px 12px;                                 
               
    border-radius: 50px;
    -webkit-border-radius: 50px;
    transition: background 0.25s;
    -webkit-transition: background 0.25s;
}              
               
#footer .sitemap > li > a:hover {                      
    background: #666;                                  
}              
               
#footer .sitemap hr {                                  
    border: 0; 
    margin: 8px 12px;                                  
    padding: 0;
    border-top: 1px solid #1C1C1F;                     
    border-bottom: 1px solid #444450;                  
}              
               
#footer .submenu {                                     
}              
               
#footer .submenu > li {                                
    list-style: none;                                  
    font-size: 14px;                                   
    text-indent: -12px;                                
    padding-left: 12px;                                
}              
               
#footer .submenu > li a {
    color: #aaa;
    font-weight: 300;                                  
    text-decoration: none;
    transition: color 0.25s;
    -webkit-transition: color 0.25s;
}              
               
#footer .submenu > li a.disabled {                     
    color: #444;
}              
               
#footer .submenu > li a:hover {                        
    color: #fff;
}              
               
#footer .submenu > li a:before {                       
    content: "•";
    color: #50505a;
    font-size: 8pt;
    padding-right: 5px;
    text-shadow: #111 0 0 3px;
    transition: color 0.25s;
    -webkit-transition: color 0.25s;
}              
               
#footer .submenu > li a:hover:before {                 
    color: #fff;
}              
               
#footer .credit p {                                    
    font-size: 8pt;                                    
    font-weight: 400;                                  
    letter-spacing: 1px;                               
    text-align: center;                                
    color: #777;
    padding-top: 10px;                                 
    text-shadow: #333 1px 1px 1px;                     
}              
               
#footer .credit a {                                    
    color: #aaa;
    letter-spacing: 0px;                               
}              



#footer_ {      
    position: relative;                                
    clear:both;
}              
               
#footer_ > .wrap {
   
    text-align: right;
    background: #D2D3D5;                               
    color: white;                                      
    font-weight: 300;                                  
    font-size: 14px;                                   

}

#footer_ ul {   
    display: inline-block;                             
}   

#footer_ li {   
    list-style: none;
    display: inline-block; 
    height: 150px;
    padding:30px 10px;
}
               
section {      
    position :relative;
}              
               
section a {    
    font-size: 11.8pt;                                 
}              
               
section .desc {
    font-size: 10pt;                                   
}              
               
section .desc a {                                      
    font-size: 10pt;                                   
}              
               
section .icon {
    width: 100px;                                      
    height: auto;                                      
               
    position: relative;                                
    float: right;                                      
    opacity: 0.9;                                      
    margin: -2px;    
}              
               
section .app { 
    position: relative;                                
    margin-bottom: 32px;                               
}              
               
section .app .preview-wrap {                           
    float: right;                                      
    margin: 10px;                                      
    padding: 4px;                                      
    border: 1px solid #ccc;                            
}              
               
section .app .preview {                                
    max-width: 180px;                                  
    height: auto;                                      
}              
               
section .app .preview img {                            
    width: 100%;
    height: auto;                                      
}              
               
section .app .preview li {                             
    display: none;                                     
    font-size: 0;                                      
}              
               
section .app .preview-landscape {                      
    float: right;                                      
    max-width: 240px;                                  
    height: auto;                                      
}              
               
section .app .preview ul {
    margin: 0;
}

/** press **/
section .cont { 
    position: relative;                                
    margin-bottom: 32px;                               
}              
               
section .cont .preview-wrap {                           
    float: right;                                      
    margin: 10px;                                      
    padding: 4px;                                      
    border: 1px solid #ccc;                            
}              
               
section .cont .preview {                                
    max-width: 180px;                                  
    height: auto;                                      
}              
               
section .cont .preview img {                            
    width: 100%;
    height: auto;                                      
}              
               
section .cont .preview li {                             
    display: none;                                     
    font-size: 0;                                      
}              
               
section .cont .preview-landscape {                      
    float: right;                                      
    max-width: 240px;                                  
    height: auto;                                      
}              
               
section .cont .preview ul {
    margin: 0;
}
                        
section .store {
    margin: auto;
    float: left;
    width:100%;
    line-height:45px;
    padding-bottom:30px;
}

section .store > a {
    padding-right:20px;
}
               
section .app .icon {                                   
    width: 64px;
    height: auto;                                      
               
    position: relative;                                
    float: left;
    margin: 10px 12px 10px 0px;                        
    box-shadow: #333 0 1px 4px;                        
               
    border-radius: 11px;                               
    -webkit-border-radius: 11px;                       
}              
               
section ul, section ol {                               
    margin: 8px 8px 14px 32px;                         
}              
               
section ul p { 
    margin: 0; 
}              
               
section ul ul, section ul ol, section ol ul, section ol ol {                       
    margin: 0px 0px 8px 32px;                          
}              
               
section .app h2 {                                      
    margin-left: 77px;                                 
}              
               
section .app h3 {                                      
    margin-top: -20px;                                 
    margin-left: 77px;                                 
}              
               
section p img {
    float: left;
    width: 48px;
    height: auto;                                      
    padding: 6px;                                      
}              
               
.members {     
    padding: 20px 0;                                   
    margin: 0; 
    font-size: 0;                                      
}              
               
.members li {  
    list-style: none;                                  
    display: block;
    float: left;
    width: 32%;
    height: 74px;                                      
    padding: 0;
    margin: 1% 0% 1% 1.3%;                             
    position: relative;                                
}              
               
.members .member .photo {                              
    width: 64px;
    height: 64px;                                      
    border-radius: 500px;                              
    -webkit-border-radius: 500px;                      
    box-shadow: #333 0 2px 3px -1px;                   
    cursor: pointer;                                   
    float: left;
    overflow: hide;                                    
}              
               
.members .member .photo-big{                           
    width: 512px;                                      
    height: 512px;                                     
    border-radius: 512px;                              
    -webkit-border-radius: 512px;                      
    box-shadow: #333 0 2px 3px -1px;                   
    cursor: pointer;                                   
    overflow: hide;                                    
    display: none;                                     
}              
               
.members .member .desc {                               
    height: 64px;                                      
    padding: 8px 0px 0px 74px;                         
}              
               
.members .member .desc p {                             
    margin: 0; 
}              
               
.members .member .desc .nick {                         
    text-transform: uppercase;                         
    font-weight: 700;                                  
}              
               
.members .member .desc .firstname,                     
.members .member .desc .name {                         
    font-size: 13.5pt;                                 
    font-weight: 700;                                  
}              
               
.members .member .desc .lastname {                     
    font-size: 13.5pt;                                 
    font-weight: 400;                                  
}              
               
.members .member .desc .title {                        
    font-size: 8pt;                                    
    font-weight: 400;                                  
    line-height: 100%;                                 
}              
               
.members .member .desc .comment {                      
    display: none;                                     
}              
               
.map {         
    width: 100%;
    height: 480px;                                     
    border: 1px solid #667;                            
    border-radius: 3px;                                
    -webkit-border-radius: 3px;                        
}              
               
/* dimmer */   
.topmost {     
    display: none;                                     
	position:absolute;                                
    width:100%;
    height:100%;
    z-index: 80;
}              
               
.topmost #dimmer {                                     
	top:0;    
	left:0;   
    width:100%;
    height:100%;
	background:rgba(0, 0, 0, 0.7);                    
    overflow:hidden;                                   
}              
               
.topmost #box {
    position: fixed;                                   
	top:20%;  
	left:10%; 
    width:80%; 
    height:60%;
    text-align: center;                                
}              
               
.enlarge {     
    max-width: 500px;                                  
    width: 100%;
    margin: 0 auto;                                    
    height: auto;                                      
    display: none;                                     
    position: relative;                                
    overflow: hidden;                                  
    background: #333;                                  
    border-radius: 500px;                              
    -webkit-border-radius: 500px;                      
    box-shadow: #222 1px 3px 4px;                      
}              
               
.enlarge img { 
    width: 100%;
    height: auto;                                      
    float: left;
    border-radius: 500px;                              
    -webkit-border-radius: 500px;                      
}              
               
.enlarge .photo {                                      
    display: none;                                     
}              
               
.enlarge .photo-big {                                  
    display: inline-block;                             
}              
               
.enlarge .desc {
    background: rgba(0, 0, 0, 0.75);                   
    width: 100%;
    height: 20%;
    position: absolute;                                
    bottom: 0; 
    text-shadow: #000 0 0 3px;                         
}              
               
.enlarge .desc p {                                     
    width: 90%;
    display: inline-block;                             
    color: #ccc;
    margin: 5px 0 0 0;                                 
}              
               
.enlarge .desc .nick {                                 
    font-weight: 700;                                  
    font-size: 16pt;                                   
    color: white;                                      
    margin: 0; 
    display: inline-block;                             
}              
               
.enlarge .desc .comment {                              
    font-size: 11pt;                                   
    display: inline-block;                             
}              
               
               
.enlarge .desc .title, .enlarge .desc .badges, .enlarge .desc .name {              
    display: none;                                     
}              
               
.phone-mock {  
    position: fixed;                                   
    right: 20px;
    top: 60px; 
    width: 369px;                                      
    height: 717px;                                     
    background-image: url("../image/phone.png");       
}              
               
.posters .item img {                                   
    max-width: 100%;                                   
    width: 360px;                                      
    height: auto;                                      
    border-radius: 6px;                                
    -webkit-border-radius: 6px;                        
}              
               
.poster .photo {
    width: 100%;
    height: auto;                                      
    box-shadow: #666 0 1px 4px;                        
    border-radius: 6px;                                
    -webkit-border-radius: 6px;                        
}              
               
.testimonial { 
    padding-bottom: 15px;                              
}              
               
.testimonial-desc .photo {                             
    width: 33%;
    max-width: 256px;                                  
    margin: 0; 
    border-radius: 600px;                              
    -webkit-border-radius: 600px;                      
}              
               
.testimonial .photo {                                  
    width: 100%;
    height: auto;                                      
    margin: 15px 5px 0 5px;                            
    border-radius: 600px;                              
    -webkit-border-radius: 600px;                      
}              
               
.testimonial .quote {                                  
    margin: 10px 5px;                                  
    padding: 8px;                                      
    background: #eee;                                  
    border-radius: 6px;                                
    -webkit-border-radius: 6px;                        
}              
               
.control-group {
    margin-top: 8px;                                   
}              
               
.control-group .textinput {                            
    width: 240px;                                      
}              
               
.control-group .asteriskField {                        
    margin-left: 5px;                                  
    color: #EE2020;                                    
}              
               
.control-group p.help-block {                          
    display: inline;                                   
    color: #EE2020;                                    
}              
               
.span12 {      
    width: 100%;
    display: block;                                    
    vertical-align: top;                               
}              
               
.span6 {       
    width: 49%;
    padding-left: 5%;                                  
    padding-right: 5%;                                 
    display: inline-block;                             
}              
               
.span4 {       
    width: 31%;
    margin: 1%;
    padding-left: 2%;                                  
    padding-right: 2%;                                 
    display: inline-block;                             
}              
               
.fill-width {  
    width: 100% !important;                            
}              
               
@media (max-width: 900px) {                            
    #footer .sitemap > li {                            
        width: 23%;                                    
    }          
               
    .members li {                                      
        width: 46%;                                    
        margin: 2%;                                    
    }          
               
    .span4 {   
        width: 45.5%;                                  
        margin: 2%;                                    
        padding-left: 5%;                              
        padding-right: 5%;                             
        display: inline-block;                         
    }          
}              
               
@media (max-width: 480px) {                            
    
    .wrap {
        padding: 0 4%;                                 
    }          
               
    #navbar > .wrap {                                  
        padding: 0 2%;                                 
    }          
               
    #navbar li a {                                     
        font-size: 11pt;                               
    }          
               
    .hidden-phone {                                    
        display: none !important;
    }          
               
    #footer .sitemap > li {                            
        width: 47%;                                    
    }          
               
    .span6, .span4 {                                   
        width: 90%;                                    
        display: block;                                
    }          
               
    section .icon {                                    
        width: 92px;                                   
        height: auto;                                  
        margin: -4px;                                  
    }          
               
    .members li {                                      
        width: 92%;                                    
        margin: 2%;                                    
    }          
               
    .enlarge .desc {                                   
        display: none;                                 
    }

	#navbar .mobileNavigation
	{
		display: block;
	}
	
	#navbar .menus
	{
		display: none;
	}	
    
}              
               
@media screen and (max-device-width: 1024px) {         
    * {        
        font-family: 'Lato', 'Helvetica Neue', 'Arial', sans-serif;                
    }          
               
    p, li, span {                                      
        font-family: 'Open Sans', 'Helvetica Neue', 'Arial', 'Apple Gothic', sans-serif;                                   
    }          
               
    h1 span {  
        font-family: 'Lato', 'Helvetica Neue', 'Arial', sans-serif;                
    }          
}              