@charset "utf-8";
/* CSS Document */

/* pop up */
.popup {
    position:fixed; top:0; left:0;
    width:100%; height:100vh;
    z-index:101;
    background: rgba(0,0,0,.6);
}


.popup .p_box {
	width: 450px;
	height:auto;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	border-radius: 20px;
	background: #fff;
	box-sizing: border-box;
}

.p_box.bc01 {background:#E2EEF6;}

.popup .p_box.pop_01 {
    height:300px;
 }

.popbox {width : 100%; height:130px; padding: 10px 0px; font-size:16px;
    color:#3A2F5B; line-height:28px; box-sizing:border-box; overflow-x:auto; word-break: break-all;}
.popup .pop_inner {width:100%; height:auto; position:relative;}
.popup .point {width:8px; min-height:140px; background-color: #36C6F0;}
.popup .p_labelBox {width:auto; height:140px; position: absolute; top:130px;}
.popup .p_labelBox .txtBox {height:120px;}

.popup .p_text_area {width:380px; height:130px; font-size:18px; color:#000; text-align: center; margin:50px 0px;}

.popup .bottom {position: absolute; bottom:0; width:100%; height: 70px; overflow: hidden; 
	border-bottom-left-radius:20px; border-bottom-right-radius: 20px;}
.popup .bottom .btn01 {width:100%; height: 70px; background:#6632FB; color:#fff; font-size:18px; text-align: center;}
.popup .bottom .btn02 {width:100%; height: 70px; background:#BCBBCB; color:#fff; font-size:18px; text-align: center;}