@charset "UTF-8";

.passkeyhead2 {
	background: linear-gradient(45deg, #2937f0, #9f1ae2) !important;
	padding-top: 14.5em;
	padding-bottom: 10rem;
}
#advantage {
	background-color: #f5f5f5;
	height: 400px;
	padding: 50px 20% 30px 20%;
	position: relative;
	z-index: -1;
}
.definition {
	padding-bottom: 50px;
}
.definition img {
	padding-bottom: 40px;
}
.swiper-pagination {
	padding-bottom: -50px;
}
.display-1 {
	color: #ffffff;
	/*color: #414142;*/
}

.login-wrap {
	width: 60%;
	margin: 0 auto;
	background-color: #fff;
	padding: 30px;
	border-radius: 8px;
}

.logo {
	margin: 4px 4px 7px 4px;
}
/***background: linear-gradient(137deg, #fff6b7, #f77c99, #6578f2, #c2ffd8);*
background:linear-gradient(-45deg, #082beb, #e73c7e, #2623d5, #0bc9c3)
background-size: 100%;**/
/*
-webkit-animation: AnimationName 16s ease infinite;
-moz-animation: AnimationName 16s ease infinite;
-o-animation: AnimationName 16s ease infinite;
animation: AnimationName 16s ease infinite;
*/
@-webkit-keyframes AnimationName {
	0% {
		background-position: 0% 50%;
	}
	50% {
		background-position: 100% 50%;
	}
	100% {
		background-position: 0% 50%;
	}
}
@-moz-keyframes AnimationName {
	0% {
		background-position: 0% 50%;
	}
	50% {
		background-position: 100% 50%;
	}
	100% {
		background-position: 0% 50%;
	}
}
@-o-keyframes AnimationName {
	0% {
		background-position: 0% 50%;
	}
	50% {
		background-position: 100% 50%;
	}
	100% {
		background-position: 0% 50%;
	}
}
@keyframes AnimationName {
	0% {
		background-position: 0% 50%;
	}
	50% {
		background-position: 100% 50%;
	}
	100% {
		background-position: 0% 50%;
	}
}

.passkeyhead {

	background: linear-gradient(-45deg, #456089, #7a00ff, #000000, #908dff);
	background-size: 400% 400%;
	animation: AnimationName 10s ease infinite;
	width: 100%;
	height: 90vh;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	margin-top: 83px;
}



@media (max-width: 768px) {
	.passkeyhead {
		margin: 72px 0 0px 0;
		background-size: 400% 400%;
		padding: 2rem 0;
		animation: AnimationName 5s ease infinite;
		width: 100%;
		height: 100%;
		min-height: 815px;
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		top: 35%;
		
	}
	.device[data-device="iPhoneX"][data-orientation="portrait"][data-color="black"] .screen {
		top: 3.1855955679%;
		left: 7.00523%;
		width: 85.9925895%;
		height: 93.828809%;
		border-radius: 16px !important;
	}

	

	.login-wrap {
		width: 100%;
		margin: 0 auto;
		padding: 20px 10px;
	}

	.mb-5 {
		margin-bottom: 3rem !important;
	}

	#advantage {
		background-color: #f5f5f5;
		height: 500px;
		padding: 50px 0% 30px 0%;
	}
	.lead {
		font-size: 0.5rem;
		font-weight: 300;
	}

	.definition img {
		padding-bottom: 40px;
		width: 80%;
	}
}
@media (max-width: 480px) {
	.passkeyhead {
		height: 100%;
		padding: 100px 0;
	}
}



#flow {
    --bs-bg-opacity: 1;
    background-color: #444 !important;
    color: #fff;
}

.s_title{
	line-height: 1 !important;
    font-weight: 600;
    text-align: center;
   font-size: 36px;
   padding: 0px 0px 40px 0px;
}
.cta-content{
	text-align: center;
}
.img-flow{
	max-width: 75%;
}
.img-fluid {
	max-width: 90%;
	height: auto;
}
section {
	padding:90px 10px 90px 10px;
	overflow: hidden;
}

@media (max-width: 640px){
	.s_title{
		line-height: 1 !important;
		font-weight: 600;
		text-align: center;
	   font-size: 30px;
	   padding: 0px 0px 30px 0px;
	}
   #section {
		padding: 50px 10px 50px 10px;
		overflow: hidden;
	}
	.img-flow{
		max-width: 100%;
	}
	.img-fluid {
		max-width: 100%;
		height: auto;
	}
	#mainNav .navbar-nav .nav-item .nav-link {
		color: #212529;
		font-size: 17px !important;
		font-weight: 500;
	}
	.passkey_btn{
		width:60% !important;
	}
	#demo{
		width: 100% !important;
		height: 400px !important; 	
	}
	#apply_demo aside, section {
		padding-top: 2rem !important;
		padding-bottom: 2rem !important;
	}
	#apply_demo .s_title {
		font-size: 26px !important;
		font-weight: 600;
		color: #464646;
		padding: 0px 0px 10px 0px;
	}
	#apply_demo .ss_title {
		font-size: 12px;

	}
	.py-5 {
		padding-top: 1rem !important;
		padding-bottom: 4rem !important;
	}
	#apply_demo{
		margin: 60px 0 0 0 !important;
		background-color: #fff;
		/*background-color: #f8f9fa;*/
	}
	.navbar-brand {
		font-size: 1rem !important;
	}
}
@media (max-width: 340px){
	.navbar-brand {
		font-size: 0.8rem !important;}
     #apply_demo {
		margin: 30px 0 0 0 !important;
	}
}

   
   /**서비스특징**/
   #advantage{
	height: 450px;
   }
   #features{
	background-color: #ffffff;
   }



   /**적용방식***/
.passkey_btn{
	font-size: 17px;
	padding: 15px;
	border: 1px solid #ffffff;
	border-radius: 4px;
	color: #ffffff;
    width:40%;
    background-color: #00000026;
}
.passkey_btn:hover{
	font-weight: 600;
}


.section-bg {
	/*background-color: #f6f9fe;*/
	background-color: #ffffff;
}

#section {
    padding: 90px 10px 90px 10px;
    overflow: hidden;
}
.apply .box {
	padding: 20px;
	background: #fff;
	text-align: center;
	box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.12);
	border-radius: 5px;
	position: relative;
	overflow: hidden;
	height: 406px;
	border: solid 2px #e5e5e5;
}
.apply .box h3 {
	font-weight: 400;
    margin: -20px -20px 20px -20px;
    padding: 30px 15px;
    font-size: 21px;
    font-weight: 600;
	color: #fff;
    background: #673ab7;
}

.apply .btn-login {
    /* background: #7a00ff; */
    display: inline-block;
    padding: 8px 35px 10px 35px;
    border-radius: 4px;
    color: #7a00ff;
    transition: none;
    font-size: 18px;
    font-weight: 400;
    font-family: "Roboto", sans-serif;
    font-weight: 600;
    transition: 0.3s;
	text-decoration: none;
}
.apply .box ul {
	padding: 20px;
	list-style: none;
	color: #444444;
	text-align: center;
	line-height: 20px;
	font-size: 17px;
}
.apply .box ul i {
    color: #673ab7;
    font-size: 22px;
    padding-right: 4px;
}
.apply .btn-wrap {
    margin: 20px -20px -20px -20px;
    padding: 5px 15px;
    background: #f8f8f8;
    text-align: center;
    position: absolute;
    bottom: 20px;
    width: 100%;
}
.apply .box ul li {
    padding-bottom: 16px;
}


/*********/
   
.passkey-wrap {
	width: 100%;
	margin: auto;
}
.passkey-wrap h1 {
	margin-bottom: 100px !important;
}
.passkey-wrap p {
	font-size: calc(1rem + 0.8vw);
}
.passkey-list {
	/*margin: 70px 0 70px 0;*/
}

.passkey-list h3 {
	text-align: center;
	margin-bottom: 50px;
	font-size: 40px;
}

.passkey-list ul {
	display: flex;
	list-style: none;
	justify-content: center;
	padding: 0;
}

.passkey-list ul li {
	margin-right: 15px;
}

.passkey-list ul li p {
	text-align: center;
	font-size: 25px;
}

.passkey-list ul li a {
	border: 2px solid #333;
	border-radius: 15px;
	padding: 15px;
	text-align: left;
	word-break: keep-all;
	min-height: 210px;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
}

.passkey-list ul li a p {
	text-align: left;
	margin-bottom: auto;
	font-size: 18px;
	font-weight: 300;
}
.passkey-list ul li a span {
	display: block;
}

@media (max-width: 768px) {
	.passkey-list h3 {
		font-size: 2rem;
	}
	.passkey-list ul {
		flex-direction: column;
	}
	.passkey-list ul li p {
		font-size: 1.3rem;
	}
	.passkey-list ul li a {
		min-height: 120px;
		width: 80%;
		margin: 0 auto 30px auto;
		text-align: center;
	}
	.passkey-list ul li a p {
		text-align: center;
		font-size: 1rem;
	}
	.passkey-list ul li a span {
		font-size: 0.8rem;
	}
}

/**********demo style************/
#demo{
    width: 70%;
	height: 490px; 	
}
#apply_demo{
	margin: 86px 0 0 0;
	 /*background-color: #fff;*/
   background-color: #f8f9fa;
}
#apply_demo .s_title {
    line-height: 1 !important;
    font-weight: 600;
    text-align: center;
    font-size: 36px;
    padding: 0px 0px 10px 0px;
}
.ss_title{
	font-size: 14px;
    font-weight: 500;
    color: #6e6e6e;
	
}
#apply_demo .s_title{
    font-size: 35px;
    font-weight: 600;
    color: #3c256c;
	padding: 0px 0px 10px 0px;
}
#apply_demo .s_text{
    font-size: 16px;
    font-weight: 500;
    color: #473d5c;
	padding: 0px 0px 20px 0px;
}
#apply_demo aside, section {
	padding-top: 4rem !important;
    padding-bottom: 4rem !important;
}

/**********scss demo btn************/
