
.confirmLayerPop {
    display: none;
    border-radius: 3px;
	position: absolute;
    z-index: 12;
    width: 75%;
    background: rgba( 250, 250, 250 );
	left: 50%;
	top: 45%;
 	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);    
/*	top: 30%;
    left: 42%;
    margin: 0 0 0 -30%;
  	box-shadow: 4px 4px 4px #ddd; */
}

.confirmLayerPop.active {
	display:block;
}

.confirmLayerPop .confirmContent {
	padding:25px;
}

.confirmLayerPop .btnsWrap {
    width: 100%;
    height: 50px;
    line-height: 37px;
    overflow: hidden;
    margin-bottom: 6px;
    position: relative;
}

.confirmLayerPop .btnsWrap a.btnBlue2 {
    float: left;
    width: 42%;
    background: #2c3e50;
    border-radius: 2px;
    margin-left: 6%;
    margin-right: 2%;
    border: 1px solid #2c3e50;
}

.confirmLayerPop .btnsWrap a.btnGray2 {
    float: left;
    width: 42%;
    background: white;
    border-radius: 2px;
    margin-right: 6%;
    margin-left: 2%;
    color: black;
    border: 1px solid #2c3e50;
}

.confirmLayerPop .btnsWrap a.single {
	position: absolute;
    right: 18px;
    bottom: 10px;
    width: 42%;
    margin: unset;
}

.confirmLayerPop .btnsWrap a {
    display: block;
    text-align: center;
    color: #f2f2f2;
    font-size: 13px;
}

.dimmLayerPopup {
	width: 100%;
	height: 100%;
	z-index: 11;
/* 	background: rgba( 255, 255, 255, 0.5 ); */
	background: rgba( 100, 100, 100, 0.68 );
	position: fixed;
	top: 0px;
	left: 0px;
}
/* 2019-09-17*/
.confirmContent h1 {
	font-size: 14px;
	font-weight: 500;
	letter-spacing: -0.05em;
	line-height: 20px;
	margin-bottom: 1%;
}
.confirmContent p {
	font-size: 12px;
	font-weight: 100;
	letter-spacing: -0.05em;
	line-height: 15px;
}
.confirmContent .cautionTxt .iconCaution {
    display: block;
    width: 10px;
    height: 10px;
    line-height: 10px;
    background: #999;
    color: #fff;
    text-align: center;
    border-radius: 3px;
    font-size: 9px;
}
.confirmContent .cautionTxt {
    line-height: 12px;
	font-weight: 500;
    font-size: 10px;
    color: #999;
    letter-spacing: -0.05em;
}




/* 2019-09-19 긴 팝업 창*/
.confirmLayerLongPop {
    display: none;
    border-radius: 3px;
    position: absolute;
    z-index: 3;
    top: 10%;
/*  left: 50%; */
    left: 42%;
/*  width: 70%; */
    width: 75%;
    margin: 0 0 0 -36%;
    background: rgba( 250, 250, 250 );
/*  box-shadow: 4px 4px 4px #ddd; */
}

.confirmLayerLongPop.active {
	display:block;
}

.confirmLayerLongPop .confirmContent {
	padding:25px;
}

.confirmLayerLongPop .btnsWrap {
    width: 100%;
    height: 50px;
    line-height: 37px;
    overflow: hidden;
}

.confirmLayerLongPop .btnsWrap a.btnBlue2 {
    float: left;
    width: 45%;
    background: #333;
    border-radius: 2px;
    margin-left: 2%;
    margin-right: 2%;
}

.confirmLayerLongPop .btnsWrap a.btnGray2 {
    float: left;
    width: 44%;
    background: #ddd;
    border-radius: 2px;
    margin-right: 2%;
    margin-left: 2%;
    color: black;
}

.confirmLayerLongPop .btnsWrap a.single {
    position: relative;
    margin: 0px 25% 0px 25%;
    width: 50%;
}

.confirmLayerLongPop .btnsWrap a {
    display: block;
    text-align: center;
    color: #f2f2f2;
    font-size: 14px;
}

/*peter 2020-07-29 TOS용  팝업창 */
.confirmLayerTos {
    display: none;
    position: fixed;
    z-index: 3;
    top: 0;
    width: 100%;
    height: 100%;
    padding: 6%;
    background: rgba( 250, 250, 250 );
}

.confirmLayerTos .closeBtnWrap{	
    /*
    background-color: transparent;
    position: relative;

    position: fixed;
    top: 18px;
    right: 25px;
    */
    background-color: rgba( 250, 250, 250 );
    position: fixed;
    width: 88%;
    top: 0;
    line-height: 60px;
    display: flex;
    justify-content: space-between;
}

.confirmLayerTos .closeBtnWrap .title {
	font-size: 16px;
    font-weight: 600;
}

.confirmLayerTos .closeBtnWrap a {
    display: block;
    text-align: right;
    color: #000000;
    font-size: 14px;
}

.confirmLayerTos .tosWrap h1 {
	font-weight: 600;
}
