@charset "UTF-8";
/* CSS Document */
/* purchase*/
.puMainContainer{
	position: absolute;
	width: 100vw;
	height: 100vh;
	top: 0;
	left: 0;
	z-index: 10000;
	/*background: url("../sc.png") top center no-repeat;
	background-size: contain;*/
	background:#000;
}
.listSubcontainer{
	position: relative;
	width: 100%;
	height:auto;
	max-height: 70vh;
}

.purchImaContainer {
  width: 100%;
  height: 16vw;
  z-index: 1;
}
.titlCnt {
	position: relative;
    font-size: 1.8vw;
    height: 5.28vw;
    font-family: _light;
    width: 100%;
    z-index: 1;
    margin-top: 1.3vw;
    margin-bottom: 0.5vw;
    color: #fff;
	letter-spacing: 0.2vw;
}
.txtContainer {
 width: 36vw;
    position: absolute;
    left: 50%;
    top: 4.1vw;
    height: calc( 100% - 9.7vw);
    transform: translate(-50%, 0%);
    color: #C9C9C9;
    text-align: center;
    overflow: hidden;
    text-shadow: 0.1vw 0.1vw 0.2vw #000;
}


.buttonpurchase {
    position: relative;
    display: block;
    height: 3vw;
    border-left: solid 3px rgba(0,0,0,0);
    vertical-align: middle;
    font-family: _bold;
    margin-bottom: 2vw;
    left: 10px;
    width: fit-content;
    text-align: left;
	
}
.butHilight{
	border-left: solid 3px #35ffa7 ;
	color: #fff !important;
	text-shadow: 0.1vw 0.1vw 0.2vw #000 !important;
	transform: perspective(5vw) translate3d(0,0,0.1vw);
}
.purchaseName {
       display: block;
    position: relative;
    width: auto;
    text-align: left;
    font-family: '_light';
    line-height: 3vw;
    vertical-align: middle;
    margin-top: 0.7vw;
    font-size: 1.6vw;
    margin-left: 1.5vw;
    letter-spacing: 0.15vw;
}

.purchlistSubcontainer {
   position: relative;
    width: fit-content;
    margin: auto;
}
.purchlistMask {
   position: relative;
    width: auto;
    height: 26.7vw;
    overflow: hidden;
    margin: auto;
}
.purchAccErrorText{
	position: relative;
    width: 90%;
    height: auto;
    background: rgba(255, 5, 35, 0.3);
    color: #fff;
    font-family: _light;
    font-size: 1.2vw;
    line-height: 2vw;
    vertical-align: middle;
    margin-top: 1vw;
    text-align: center;
    margin-left: 5%;
    text-shadow: none;
    box-shadow: none;
    margin-bottom: 1vw;
    padding-top: 0.5vw;
    padding-bottom: 0.5vw;
	
}
.purchAccErrorTextEmpt{
	position: relative;
    height: 4vw;
    
	
}
.purchChEntry {
  position: fixed;
    width: 39vw;
    height: 19vw;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 99999;
    background: #202020;
    border-radius: 6px;
    box-shadow: 0px 0px 2.5vw #000;
    text-align: center;
}
.purchChNum {
  position: relative;
    display: inline-block;
    font-family: _bold;
    width: 4vw;
    height: 5.125vw;
    font-size: 4vw;
    color: #fff;
    top: 7.5vw;
    margin-right: 0.208vw;
    text-align: left;
    border-bottom: rgba(248, 9, 13, 0) 3px solid;
    vertical-align: top;
    line-height: 4vw;
    text-align: center;
}
.purchNmbCellSelect {
  border-bottom: rgb(53, 255, 167) 4px solid;
}

.purch_blackPlate {
  top: 0;
  left: 0;
  position: absolute;
  width: 100vw;
  height: 100vh;
  z-index: 2000;
  background: rgba(0, 0, 0, 0.7);
  display: none;
}
.purch_showBlackPlate {
  display: block !important;
}
.purch_input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.pinTitle{
	top: 1vw;
    left: 0;
    z-index: 10;
    color: #fff;
    width: 100%;
    height: 4vw;
    text-align: center;
    font-size: 2.2vw;
    position: absolute;
	
}
.hlight{
	color:rgba(8,182,40,1.00);
}