li {
	list-style: none;
}
a {
	cursor: pointer;
}
.intro img {
	max-width: 100%;
}
.relative {
	position: relative;
}
.pagepiling .section {
	background: #fff;
}
/*상단메뉴*/
.navbar-whiteY {
	border-top: 10px solid #731372;
}
.navbar {
	height: 100px;
	padding-top: 0;
}
.navbar .brand {
	margin-top: -1px;
}
.navbar .brand img {
	height: auto;
}
.menu-listY ul li {
	float: left; 
}
.menu-listY ul li a {	 
    display: block;		
    width: 100px;		
    line-height: 50px;
	margin: 24px 10px;	
    color: #000;
    font-size: 16px;
    text-align: center;
    text-decoration: none;
}	
.navbar-whiteY .menu-listY ul li a { 
    color: #fff;
}
.menu-listY ul li.active a {
	color: #731372;
	font-weight: 600;
}
.navbar-whiteY .menu-listY ul li.active a {	   
    color: #fff; 
	font-weight: 800;
}
.navbar-white .navbar-toggle .icon-bar,
.navbar-toggle .icon-bar {
    width: 30px;
    height: 3PX;
    border-radius: 1px;
    background-color: #731372;
}
.navbar-whiteY .navbar-toggle .icon-bar { 
    background-color: #fff;
}
.navbar-toggle .icon-bar + .icon-bar {
	margin: 7px 0;
}
.navbar-toggle {
    margin: 38px 30px 0;
}
.menu-list li a {
	font-size: 20px;
	font-weight: 600;
	color: #fff;
}
.introY {
	position: absolute;
	width: 100%;
}
.introY .introCont {
	visibility: hidden;
	opacity: 0;
	will-change: opacity, transform;
	-webkit-transform: translateY(-3rem);
	-ms-transform: translateY(-3rem);
	-o-transform: translateY(-3rem);
	transform: translateY(-3rem);   
	-webkit-transition: opacity 0.5s 0.2s ease,  transform .5s ease, visibility 0.5s ease;
	-o-transition: opacity 0.5s 0.2s ease,  transform .5s ease, visibility 0.5s ease;
	transition: opacity 0.5s 0.2s ease, transform .5s ease, visibility 0.5s ease;
}
.introY.active .introCont {
	visibility: visible;
	opacity: 1;			 
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);  
}
.introY .introCont2 {
 	/*height: 700px;   */
}
.navbar {
	box-shadow: 0 1px 3px rgba(0,0,0,0.2);	
	background: #fff;
}
.navbar.navbar-whiteY {
	box-shadow: none;
	background: transparent;
}
/*우측네비게이션*/
#pp-nav.white span, .pp-slidesNav span{
	background: #731372;
}
#pp-nav.white.pp-nav-whiteY span, .pp-slidesNav.pp-nav-whiteY span {
	background: #fff;
}
#pp-nav.white.pp-nav-whiteY span:hover, .pp-slidesNav.pp-nav-whiteY span:hover {
	background: #EC2A7B;
} 
#pp-nav li .active span, .pp-slidesNav .active span {
	background: #731372;
    /*border: 3px solid #EC2A7B;
    width: 20px;
    height: 20px;
	margin-top: -5px;*/ 
	margin-left: -65px;	
	transition: margin-left .3s .1s ease; 
}
#pp-nav li span::before {	
	content: "";
	position: absolute;
    width: 68px;
    margin-top: -9px;
    margin-left: 15px;
	visibility: hidden;
	opacity: 0;
	transition: all .3s .1s ease;
    font-weight: 800;
    color: #731372;
	text-align: center;
}
#pp-nav li:nth-child(1) span::before {	
	content: "TAPS 소개";
}
#pp-nav li:nth-child(2) span::before {	
	content: "특장점";
}
#pp-nav li:nth-child(3) span::before {	
	content: "기능소개";
}
#pp-nav li:nth-child(4) span::before {	
	content: "이용고객";
}
#pp-nav li:nth-child(5) span::before {	
	content: "데모체험";
}
#pp-nav li:nth-child(6) span::before {	
	content: "신청하기";
}
#pp-nav li .active span::before {  
	visibility: visible; 
	opacity: 1;
}
#pp-nav.white.pp-nav-whiteY a.active span {
	background: #fff;
}
#pp-nav.white.pp-nav-whiteY a.active span::before {  
	color: #fff;
}
#pp-nav span:hover, .pp-slidesNav span:hover {
	background: #EC2A7B;
} 

/*컨텐츠*/
.section .intro {
	visibility: hidden;
}
.section.active .intro {
	visibility: visible;
}
.project-boxY {
	width: 30px;
	height: 30px;
	background: rgba(0, 0, 0, 0.5);
	border-radius: 100%;
	border: none;
	padding-bottom: 0;
	display: inline-block;
	margin: 0 30px 30px ;
}
.project-boxY:hover {
	background: rgba(0, 0, 0, 0.8);
}
.project-boxY.active {
	background: rgba(236, 42, 123, 0.8);
}

.vertical-bottom {
	position: absolute;
	width: 100%;
	bottom: 0;
}
.introY-wrap {
	height: 460px;
}
.introY-wrap img {
 	vertical-align: middle;	 
	max-width: 100%;
}
.cont01a {
	margin-top: 50px;
	margin-bottom: 100px;
	display: block;
}
.cont01b {
	margin-bottom: 130px;  
	display: block;
}
.introCont2 {
	text-align: left;
	padding-left: 20px;
}	
.introCont2 h4 {
    font-size: 40px;
    font-weight: 400;  
	margin-bottom: 50px;
}	
.introCont2 h4:before {
	content:"";
	position: absolute;
	width: 12px;
	height: 12px;
	margin-left: -15px;
	margin-top: -12px;
	border-radius: 100%;
	background: #fff;	
}
.introCont2 p {
	max-width: 400px;
	color: #eee;  
    font-weight: 100;
	font-size: 18px;
	line-height: 25px;
}
.introCont2 h5 {
    font-size: 40px;
    font-weight: 400;
	color: #fdc145;
	font-size: 15px;
	margin-top: 60px; 
	margin-bottom: 20px;
	padding-left: 10px;
}
.introCont2 img {} 
.featureY img {
	max-width: 100%;
}
.feature-cont-wrap {
	height: 670px;
	background: #F3F3F3;
	overflow: hidden;
}
.feature-cont-wrap ul {
	padding: 0;
	position: relative;
}
.feature-cont-wrap ul li { 
    height: 670px;
	padding: 40px; 
	position: relative;
}
.feature-img {
	display: block;
	margin: 0 auto;
	max-width: 100%;
}
.apply-form-wrap label {		 
	display: inline-block;
	width: 90px;
	height: 48px;
	line-height: 48px; 
	border-bottom: 1px solid #000;
}
.apply-form-wrap input[type='text'], 
.apply-form-wrap input[type='address'], 
.apply-form-wrap input[type='url'], 
.apply-form-wrap input[type='password'], 
.apply-form-wrap input[type='email'], 
.apply-form-wrap input[type="search"], 
.apply-form-wrap input[type="tel"], textarea {
	background-color: transparent;
	border: none;
	border-bottom: 1px solid #ccc;
	display: inline-block;
	width: calc(100% - 90px);
	height: 48px; 
	line-height: 48px;
	color: #000;
}
.apply-form-wrap input[type="checkbox"],.apply-form-wrap input[type="radio"] {  
	height: 48px; 
	line-height: 48px;
	vertical-align: middle;
	margin-top: -1px;
}
.apply-form-wrap .form-group {	   
    display: table;
    width: 100%;
	clear: both;
	margin-bottom: 20px;
}
.radioY-group {
	display: inline-block;
	width: calc(100% - 90px); 
	border-bottom: 1px solid #ccc;
    line-height: 47px;
}
.radioY-group .radioY33 {
	width: 33%;
}
.radioY-group .radioY50 {
	width: 50%;
}
.apply-policy {
	background: #f6f6f7;
    padding: 30px;
    border-radius: 3px;
}
.apply-policy p {
 	margin-bottom: 10px;
	color: #666;
}
.apply-policy p.mb-0 {
 	margin-bottom: 0;
}
.apply-btn {	
	width: 100%; 
	max-width: 445px;
    height: 70px;
    line-height: 37px;
    padding: 0;
    font-size: 20px;
    font-weight: 600;  
    color: #731372;
    border: 1px solid #731372; 
	border-radius: 9px;
    background: transparent;   
	display: inline-block;
}
.agree {  
	display: table;
	width: 100%;
    color: #731372;	
    font-weight: 600; 
	font-size: 14px;
}

.feature-nav-wrap h3 {
    font-size: 20px;
    margin-top: 0;
    color: #333;
    letter-spacing: 1px;
}
.feature-nav-wrap ul {
	padding-left: 5px;
}
.feature-nav-wrap ul li {  
    font-size: 13px;
    color: #777;
    margin-bottom: 20px;
    padding: 5px 0;
    line-height: 18px;
	cursor: pointer;
}
.feature-nav-wrap ul li.active {
	color: #731372;
	font-weight: 600;
}
.feature-nav-wrap ul li.active:before {
	content: "\2713";
	position: absolute;
	margin-left: -17px;	
}
.feature-cont-wrap .feature-cont-inner {
	position: absolute;
    width: calc(100% - 80px);
	bottom: 40px;
}
.feature-cont-wrap h5 {
    font-size: 20px;
    margin-top: 0;
    margin-bottom: 20px;
    color: #333;
    letter-spacing: 1px;
}
.feature-cont-wrap p {
	padding: 0;
	margin: 0;
	color: #777;
	line-height: 22px;
    word-break: keep-all;
}
.feature-cont-wrap p.pb-40 {
	padding-bottom: 40px;
} 
.menu-list > li.active a {
	color: #EC2A7B;
}
/*데모*/
.demo-cont-01 {
	color: #000;
	margin-bottom: 30px;
}
.demo-cont-01 span {
	font-weight: 600;
}
.demo-cont-02 {
	color: #731372;
	margin-bottom: 30px;
	padding: 30px 0;
	text-align: center;
	border: 1px solid #000;
	border-left: 0;		   
	border-right: 0;
	font-weight: 600;
}
.demo-cont-btn {
	display: block;	 
	border: 1px solid #731372;
	color: #731372;
	border-radius: 5px;
	padding: 10px;
	text-align: center;
	font-weight: 600;  
	text-decoration: none;
}
.demo-cont-btn:hover {
	background: #731372;
	color: #fff;	  
	text-decoration: none;
}
.demo-cont-p {  
	font-size: 11px;
}  
.section-4 h3 {	 
	margin-top: 0;
    margin-bottom: 25px;
    text-align: center;
    font-size: 30px;
    color: #731372;
}
#email-error {
	height: 5px;
	line-height: 5px;
	border: none;
	width: 100%;
}

.agree input {
	cursor: pointer;
}
/*체크박스*/
/*
.section-4 input[type="checkbox"] {
	position: relative;
	width: 1.5em;
	height: 1.5em;
	color: #000;
	border: 1px solid #ddd;
	border-radius: 100%;
	appearance: none;
	outline: 0;
	cursor: pointer;
	transition: background 175ms cubic-bezier(0.1, 0.1, 0.25, 1);
	top: 6px;
	margin-top: 0;
}
.section-4 input[type="checkbox"]:checked {
    color: #fff;
    border-color: #731372;
    background: #731372;
}
.section-4 input[type="checkbox"]:checked::before {
      opacity: 1;
}  */

.section-4 input[type="checkbox"],
.section-4 input[type="radio"] {
	position: relative;
	width: 23px;
	height: 23px;
	color: #363839;
	border: 1px solid #bdc1c6;
	border-radius: 100%;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	outline: 0;
	cursor: pointer;
	-webkit-transition: background 175ms cubic-bezier(0.1, 0.1, 0.25, 1);
	transition: background 175ms cubic-bezier(0.1, 0.1, 0.25, 1);
	margin-top: 0;
	margin-right: 5px;
}
.section-4 input[type="checkbox"] {
	top: 7px;
}
.section-4 input[type="radio"] {
	top: 0px;
}
.section-4 input[type="checkbox"]::before,
.section-4 input[type="radio"]::before {
	position: absolute;
	content: "";
	display: block;
	top: 3px;
	left: 7px;
	width: 7px;
	height: 12px;
	border-style: solid;
	border-color: #731372;
	border-width: 0 2px 2px 0;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	opacity: 0;
}
.section-4 input[type="checkbox"]:checked,
.section-4 input[type="radio"]:checked {
	color: #731372;
	border-color: #731372;
	background: #fff;
}
.section-4 input[type="checkbox"]:checked::before,
.section-4 input[type="radio"]:checked::before {
	opacity: 1;
}
.section-4 input[type="checkbox"]:checked ~ label::before,
.section-4 input[type="radio"]:checked ~ label::before {
	-webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
	clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}
.textarea,
.textarea:focus {
	color: #000;
	padding-top: 0;
}

/*반응형*/
@media (max-width: 1199px){
	.right-boxed {
		right: 1.3rem;
	}
}    
@media (min-width: 992px) {
	.right-boxed {
		right: 2rem;
	}
}
@media (max-width: 991px){
	.cont01a {
		margin-top: 50px;
		margin-bottom: 50px;
	}
	.cont01b {
		margin-bottom: 30px;  
	}
	.cont01-1 {
	 	padding-top: 145px;
	}
	
	.introCont2 {
		width: 380px;
		margin: auto;
		padding-left: 0;
	}
	.introCont2 p{
		max-width: 100%;
	}
	.navbar {
		padding: 0;
	}
	.navbar .brand img {
		height: 120px;
	}
	
	.feature-nav-wrap ul {
		display: none;
	}
	.feature-nav-wrap ul li {  
		display: inline-block;
		width: calc(33% - 1px);
		text-align: center;
		vertical-align: middle;
	}
	.feature-nav-wrap h3 {
		margin-bottom: 25px;
		padding: 10px 0;
		text-align: center;
		font-size: 30px;
		color: #731372;
	}
	.feature-cont-wrap,
	.feature-cont-wrap ul li {
		height: auto;
	}		   
	.feature-cont-wrap ul {
		margin-top: 0!important;
	}
	.feature-cont-wrap .feature-cont-inner {
		position: relative;
		bottom: 0;
		margin-top: -30px;	
		border-bottom: 1px solid #ddd;
		width: 100%;
	}
	.feature-cont-wrap .feature-cont01	.feature-cont-inner {
		margin-top: 10px;
	} 
	.feature-cont-wrap .feature-cont03	.feature-cont-inner {
		margin-top: 0px;
	} 
	.feature-cont-wrap .feature-cont05	.feature-cont-inner {
		margin-top: -50px;
	} 
	.feature-cont-wrap .feature-cont04	.feature-cont-inner,
	.feature-cont-wrap .feature-cont05	.feature-cont-inner{
		padding-bottom: 40px;
	} 					  
	.feature-cont-wrap .feature-cont06	.feature-cont-inner{
		border: 0;
	} 					   
	/*.pp-scrollable .vertical-centred {
		padding-top: 11.3rem;
		padding-bottom: 2rem;
	}*/	
	.row-project-box {
		margin-top: 0;
	}
	.demo-cont-wrap {
		background: rgba(255,255,255,.9);
		padding: 40px 20px;
	}
	.navbar {
		box-shadow: none;
		/*background: rgba(255,255,255,.5);*/
	}
	@media (min-height: 600px) {
		.menu-list {
			bottom: 0;
		}
	}
}
@media (max-width: 767px){
	
	.cont01a {		 
		margin: auto;
		margin-top: -30px;
		margin-bottom: 30px;
	}
	.cont01b {			  
		margin: auto;
		margin-bottom: 30px;  
	}
	.introY-wrap img.cont01-1 {
		padding-top: 0; 	
		max-width: 360px;
	}
	.navbar .brand img {
		height: 100px;
	}	
	.feature-nav-wrap ul li {  
		display: inline-block;
		width: calc(50% - 2px);
		text-align: center;
		vertical-align: middle;
	}
	.feature-cont-wrap,
	.feature-cont-wrap ul li {
		height: auto;
	} 
	/*.row {
		margin-right: 0;
		margin-left: 0;
	}*/
	
	.introY .introCont2,
	.introY .introCont {
		max-height: 420px;
		padding: 0 15px;
	}
	.pagepiling .section-1.pp-scrollable .vertical-centred {
		padding-top: 5rem;
		padding-bottom: 0;
	}
	.feature-cont-wrap .feature-cont-inner,
	.feature-cont-wrap .feature-cont05 .feature-cont-inner {
		margin-top: 0;
	}
} 
@media (max-width: 420px){
	.introCont2 {
		width: 100%;  
		padding: 0 15px;
	}
	
	.introCont2 img {
		max-width: 100%;
	}
	.introCont2 h4 {
		font-size: 28px;
		font-weight: 400;
		margin-top: 20px;
		margin-bottom: 20px;
	}
	.introCont2 p {
		font-size: 15px;
		margin-bottom: 0;
	}
	.introCont2 h5 {
		margin-top: 30px;
	}
	.cont01a {		 
		margin: auto;
		margin-top: 0;
		margin-bottom: 30px;  	
		max-width: 340px;
	}
	.cont01b {			  
		margin: auto;
		margin-bottom: 30px; 	
		max-width: 340px; 
	}
	.introY-wrap img.cont01-1 {
		padding-top: 0; 	
		max-width: 100%;
	}
	.section-1 .bg-changer .section-bg:nth-child(1) {
		background-position: 0 -281px!important;
	}
	.radioY-group .radioY33 {
		font-size: 10px;
	}
}
@media (max-height: 800px){
	.introCont2	{
		text-align: center;
	}
	.introCont2 img {
		margin-top: 0!important; 
		max-height: 650px;
	}
	.feature-cont-wrap,
	.feature-cont-wrap ul li {
		height: 600px;
	}
}

#footer {
	position: relative;
	bottom: -25px;
	margin-top: 30px;
	padding-top: 20px;
	background: #eee;
	display: table;
	width: 100%;
}
.companyCheck {
	color: #fff;
	background: #aaa;
	padding: 2px 6px;
	border-radius: 4px;
}