@charset "UTF-8";
@import url(./base.css?v=1.0.1);
.main-mobile-form{
	padding-bottom: 86%;
    position: relative;
	margin-top: 5% !important;
}
.main-mobile-form .mobile-wrapper{
	background: #fff;
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    width: 70%;
    height: 100%;
    border-radius: 20px 20px 0 0;
    padding: 8px 8px 0px 8px;
    box-shadow: 0px -10px 20px 0px rgb(0 0 0 / 8%);
	-webkit-box-shadow: 0px -10px 20px 0px rgb(0 0 0 / 8%);
	-moz-box-shadow: 0px -10px 20px 0px rgb(0 0 0 / 8%);
}
.main-mobile-form .mask{
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	height:10%;
	background:linear-gradient( to bottom, rgba(255, 255, 255, 0) 10%, rgba(255, 255, 255, 0.7) 50%, rgba(255, 255, 255, 1) 100% );
}
.main-mobile-form .mobile-wrapper .mobile{
	position: relative;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    border: 4px solid #ffdadc;
    border-radius: 20px 20px 0 0;
    border-bottom: none;
    display: grid;
    grid-template-rows: 45% 40% 10%;
    padding: 20px 2px 5px 2px;
}
.main-mobile-form .mobile-wrapper .mobile .top{
	background-image:url(https://d1x9f5mf11b8gz.cloudfront.net/common/img/20210809/somssipay-inner-card.png);
	background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}
.main-mobile-form .float-img{
    position: absolute;
    top: 0;
    left: 0;
    width: 30% !important;
    transform: translate(45%, -50%);
}
.main-mobile-form .mobile-wrapper .noti-msg{
	font-size: .9em;
    opacity: .8;
    letter-spacing: -1px;
}
.card-swiper {
	position: relative;
    width: 100%;
    overflow: hidden;
    padding: 0 10px;
}
.card-swiper .swiper-slide{
    align-items: center;
    vertical-align: middle;
    display: flex;
}
.card-swiper .swiper-slide img{
	width:100%;
	border-radius: 5px;
}
.tab-nav{
	position: relative;
    height: 72px;
    display: flex;
    justify-content: space-around;
    flex-direction: row;
    align-content: center;
    align-items: center;
	z-index: 1;
    background-image: linear-gradient(90deg, #f6515c 30%, #6c72f4);
}
.tab-nav > a{
	color: #fff;
    font-size: 1.3em;
    font-weight: normal;
    opacity: .7;
	text-decoration: none;
	cursor:pointer;
}
.tab-nav > a.active{
	font-weight:600;
	opacity:1;
	display: flex;
    flex-direction: column;
    position: relative;
}
.tab-nav > a.active:after{
	content: '.';
    position: absolute;
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 2em;
    line-height: 1em;
}
.tab-nav > a:hover{
	opacity:.9;
	color:#fff !important;
}
.link{
	cursor:pointer;
}
.app-store-btn-area{
	display:grid;
	grid-template-rows: 1fr;
	grid-template-columns: 45% 55%;
	justify-content: center;
	padding:20px 25px;
	align-items: center;
	border-top:1px solid #fff;
	background-image: linear-gradient(90deg, #f6515c 30%, #6c72f4);
}
.app-store-btn-area .app-store-title{
	width:76%;
}
.app-store-btn-area .img{width:100% !important;}
.app-store-btn-area > div:last-child{
	display: grid;
	grid-template-rows: 1fr;
	grid-template-columns: 50% 50%;
}
.app-store-btn-area > div:last-child > div{
	padding-left: 2px;
	padding-right: 2px;
}
.share-btn-area{
	position: relative;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    background-image: linear-gradient(90deg, #f6515c 30%, #6c72f4);
    padding: 30px 0;
	margin-top: 70px;
}
.share-btn-area button{
	width: 89%;
    border-radius: 35px;
    padding: 16px 0;
    font-size: 1.3em;
    font-weight: 600;
}
.share-btn-area button:focus, .share-btn-area button:focus-within{
	border: none !important;
    outline: none !important;
	outline-offset: 0;
}
.share-btn-area span{
	color: #fff;
    text-align: center;
    font-weight: 600;
    font-size: 1.7em;
    margin-bottom: 20px;
	line-height:1.2;
}
@media screen and (max-width : 412px){
	.main-mobile-form{
		padding-bottom:90%;
	}
	.main-mobile-form .float-img{
		transform: translate(40%, -50%);
	}
	.main-mobile-form .mobile-wrapper{
		width:75%;
	}
}
@media screen and (max-width : 375px){
	.tab-nav > a{
		font-size: 1.2em;
	}
	.main-mobile-form .mobile-wrapper {
	    width: 80%;
	}
	.main-mobile-form{
		padding-bottom:95%;
	}
	.main-mobile-form .float-img {
	    transform: translate(35%, -45%);
	}
}
@media screen and (max-width : 320px){
	.main-mobile-form .mobile-wrapper .noti-msg{
		font-size: .9em;
	}
}
