
.Step-By-Content {
	position: relative;
    margin:auto;
	padding:0;
	width:100%;
	max-width:680px;
}
input.invalid {
  background-color: #FFCD00;
}
.tab {
  display: none;
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
  -webkit-animation-duration: 500ms;
  animation-duration: 500ms;
}
.step {
 height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #bbbbbb;
    border: none;
    border-radius: 50%;
    display: inline-block;
    opacity: 0.5;
}
.step.finish {
  background-color: #2260ff;
}
.step.active {
  opacity: 1;
   background-color: #333;
}





@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

/* input box */
.css-1vubw4c {
    position: relative;
	margin:0;
}
.css-1i0br78-text {
    margin: 0 60px 40px 60px;
	margin-top:-65px;
	text-align:center;
	height:50px;
}
.css-1i0br78-span {
	font-size:12px;
	padding-top:12px;
}
.css-1i0br78-p {
	font-size:14px;
    max-width: 580px;
    margin: auto;
    padding: 12px;
    line-height: 19px;    
    display: block;    
    border-radius: 12px;
	background-color:#F7F7F7;
}
.css-1i0br78 {
    margin: 8px 0px 15px;
    appearance: none;
    line-height: 21px;
    padding: 35px 30px 15px;
    font-size: 16px;
    color: rgb(9, 11, 23);
    font-weight: 400;
    border-radius: 10px;
    width: 100%;
    outline: none;
    background: rgba(0, 0, 0, 0.05);
    border: none;
}
.css-1l87dbs {
    color: rgb(103, 110, 139);
    font-weight: 400;
    font-size: 11px;
    position: absolute;
    pointer-events: none;
    left: 30px;
    top: 20px;
    transition: all 0.2s ease 0s;
}

.css-1i0br78:focus {
    border-color: rgb(255, 255, 255);
    box-shadow: rgba(64, 83, 255, 0.5) 0px 0px 0px 2px;
}

.css-1i0br78:hover {
    border-color: rgb(187, 194, 210);
}
.step-by-stepbox {
	  margin:0 16px;
}
.msg-title-ok {
	text-align:center;
	margin:16px;
	padding:12px 0;
}
.msg-title-h1 {
	font-size:24px;
	font-weight:500;
	padding-bottom:12px;
}
.msg-title-p {
	margin:auto;
	max-width:540px;
	font-size:20px;
	word-break: keep-all;
}
.Preview-image-new {
	position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 13%;
    width: 80%;
    overflow: hidden;
    /* transform: perspective(2000px) rotateY(6deg ) rotateX(36deg) rotate(-29deg); */
}

.step-by-step {	
	position: relative;
	height:50px;
}
.input_text_Previous {
	position: absolute;
	top: 10px;
	left: 10px;
	width:36px;
	height:36px;
	text-align:center;
    cursor: pointer;
    vertical-align: middle;
	z-index:3;
}
.input_text_Next {
	position: absolute;
	top: 10px;
	right: 10px;
	width:36px;
	height:36px;
	text-align:center;
    cursor: pointer;
    vertical-align: middle;
	z-index:3;
}

  .checkbox-wrapper-16 *,
  .checkbox-wrapper-16 *:after,
  .checkbox-wrapper-16 *:before {
    box-sizing: border-box;
  }
.checkbox-wrapper {
	margin-right:8px;
	margin-bottom:8px;
}
  .checkbox-wrapper-16 .checkbox-input {
    clip: rect(0 0 0 0);
    -webkit-clip-path: inset(100%);
            clip-path: inset(100%);
    height: 1px;
    overflow: hidden;
    position: absolute;
    white-space: nowrap;
    width: 1px;
  }
  .checkbox-wrapper-16 .checkbox-input:checked + .checkbox-tile {
    border-color: #2260ff;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    color: #2260ff;
  }
  .checkbox-wrapper-16 .checkbox-input:checked + .checkbox-tile:before {
    transform: scale(1);
    opacity: 1;
    background-color: #2260ff;
    border-color: #2260ff;
  }
  .checkbox-wrapper-16 .checkbox-input:checked + .checkbox-tile .checkbox-icon,
  .checkbox-wrapper-16 .checkbox-input:checked + .checkbox-tile .checkbox-label {
    color: #2260ff;
  }
  .checkbox-wrapper-16 .checkbox-input:focus + .checkbox-tile {
    border-color: #2260ff;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1), 0 0 0 4px #b5c9fc;
  }
  .checkbox-wrapper-16 .checkbox-input:focus + .checkbox-tile:before {
    transform: scale(1);
    opacity: 1;
  }

  .checkbox-wrapper-16 .checkbox-tile {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 60px;
    min-height: 60px;
    border-radius: 5px;
    border: 1px solid #b5bfd9;
    background-color: rgba(0, 0, 0, 1);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    transition: 0.15s ease;
    cursor: pointer;
    position: relative;
  }
  .checkbox-wrapper-16 .checkbox-tile:before {
    content: "";
    position: absolute;
    display: block;
    width: 1.25rem;
    height: 1.25rem;
    border: 1px solid #b5bfd9;
    background-color: #fff;
    border-radius: 50%;
    top: 0.25rem;
    left: 0.25rem;
    opacity: 0;
    transform: scale(0);
    transition: 0.25s ease;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='192' height='192' fill='%23FFFFFF' viewBox='0 0 256 256'%3E%3Crect width='256' height='256' fill='none'%3E%3C/rect%3E%3Cpolyline points='216 72.005 104 184 48 128.005' fill='none' stroke='%23FFFFFF' stroke-linecap='round' stroke-linejoin='round' stroke-width='32'%3E%3C/polyline%3E%3C/svg%3E");
    background-size: 12px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
  }
  .checkbox-wrapper-16 .checkbox-tile:hover {
    border-color: #2260ff;
  }
  .checkbox-wrapper-16 .checkbox-tile:hover:before {
    transform: scale(1);
    opacity: 1;
  }

  .checkbox-wrapper-16 .checkbox-icon {
    transition: 0.375s ease;
    color: #494949;
  }


  .checkbox-wrapper-16 .checkbox-label {
    color: #ffffff;
	font-size:10px;
    transition: 0.375s ease;
    text-align: center;
  }


.Preview-image img {
	vertical-align: middle;
}

.nfc_display_company{
    position: absolute;
    bottom:20%;
    left: 8%;
    width: 80%;
    text-align: left;
    font-size: 38px; /* * 1.4 */
    line-height: 1;
    color: #fff;
    z-index: 999;
    font-family: 'LINESeedKR-Bd';
    font-weight: 700;
    font-style: normal;
}
.nfc_display_youname {
    position: absolute;
    bottom: 12%;
    left: 8%;
    width: 80%;
    text-align: left;
    font-size: 24px;
    font-weight: 400;
    color: #fff;
    z-index: 999;
    font-family: 'LINESeedKR-Rg';
    font-style: normal;
}
.nfc_display_youname2 {
    position: absolute;
    top: 26%;
    left: 8%;
    width: 80%;
    text-align: left;
    font-size: 21px;
    font-weight: 400;
    color: #fff;
    z-index: 999;
    font-family: 'LINESeedKR-Rg';
    font-style: normal;
}
.nfc_display_initial {
	position: absolute;
	right: 0;
    bottom:0;   
	width:45%;
	height:55%;
	/* height:calc(100vw * 0.4) !important;  */
	font-size:280px;
	line-height:1;
	text-align:center;
	color:#fff;
	font-family: 'Allura';
	z-index:1;
	overflow:hidden;
}

.bottom_text_company {
    position: absolute;
    bottom:20%;
    left: 8%;
    width: 80%;
    text-align: left;
    font-size: 25px;
    line-height: 1;
    color: #fff;
    z-index: 999;
    font-family: 'LINESeedKR-Bd';
    font-weight: 700;
    font-style: normal;
}
.bottom_text_youname {
    position: absolute;
    bottom: 12%;
    left: 8%;
    width: 80%;
    text-align: left;
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    z-index: 999;
    font-family: 'LINESeedKR-Rg';
    font-style: normal;
}
.nfc_text_youname2 {
    position: absolute;
    top: 26%;
    left: 8%;
    width: 80%;
    text-align: left;
    font-size: 15px;
    font-weight: 400;
    color: #fff;
    z-index: 999;
    font-family: 'LINESeedKR-Rg';
    font-style: normal;
}

.nfc_basic_initial {
	position: absolute;
	right: 0;
    bottom: 0;   
	width:40%;
	height:50%;
	/* height:calc(100vw * 0.4) !important;  */
	font-size:180px;
	line-height:1;
	text-align:center;
	color:#fff;
	font-family: 'Allura';
	z-index:1;
	overflow:hidden;
}
 .display-snsicon-box {
	position: absolute;
	left: 8%;
    bottom: 10%;   
    width: 100%;
	height:8%;
}
.display-card-snsicon {
	position: relative;
	float:left;
	margin-right:1%;
    width: 5%;
	height:100%;
	display:none;
    background-repeat: no-repeat;
    background-size: auto;
    background-image: url(../img/sns-ins.svg);
}
  .card-sns-icon {
    position: relative;
    margin: auto;
    width: 40px;
    height: 40px;
    background-repeat: no-repeat;
    background-size: 40px 40px;
   
}
.card-sns-instagram {
		 background-image: url(../img/sns-ins.svg);
}
.card-sns-facebook {
		 background-image: url(../img/sns-fac.svg);
}
.card-sns-youtub {
		 background-image: url(../img/sns-you.svg);
}
.card-sns-website {
		 background-image: url(../img/sns-web.svg);
}

@media screen and (max-width: 980px) {
	.step-by-stepbox {
	  margin:0 16px;
	}
	.nfc_display_company {
		 /* *31 */
		font-size: calc(16px + 14 * ((100vw - 440px) / 540));
	}
	.nfc_display_youname {
		/* 21 */
		font-size: calc(10px + 11 * ((100vw - 440px) / 540));
	}
	.nfc_display_youname2 {
		/* 21 */
		font-size: calc(10px + 11 * ((100vw - 440px) / 540));
	}
	.nfc_display_initial {
		font-size:calc(120px + 160 * ((100vw - 440px) / 540)); /*280px; */
	}

	.bottom_text_company {
		font-size: calc(12px + 12 * ((100vw - 440px) / 540));
	}
	.bottom_text_youname, .bottom_text_youname2 {
		font-size: calc(8px + 5 * ((100vw - 440px) / 540));
	}
	.nfc_basic_initial {
		font-size:calc(80px + 100 * ((100vw - 440px) / 540)); /*180px; */
	}
	.msg-title-h1 {
		font-size:20px;
	}
	.msg-title-p {
		font-size:16px;
	}

}

@media screen and (max-width: 540px) {

	.nfc_display_youname {
		 bottom: 11%;
	}

	.bottom_text_youname  {
		bottom:11%;
	}


}


