.popup_bg{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 200;
    background: rgba(0,0,0, 0.5);
    z-index: 8;
	display:none;
}
.popup_apply {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    content: '';
    z-index: 999;
}

.popup_apply .app_box {
    width: 500px;
    padding: 175px 20px 20px;
    background: #fff url('/img/event_popup/pop_apply_bg.jpg') top center no-repeat;
    border: 1px solid #ccc;
}

.popup_apply .app_box .data_form {
    width: 100%;
}

.popup_apply .app_box .data_form .table_form {
    width: 100%;
    border-collapse: collapse;
    border: 1px solid #ccc;
	table-layout:auto;
}

.popup_apply .app_box .data_form .table_form tr {
    border-bottom: 1px solid #e0e0e0;
}

.popup_apply .app_box .data_form .table_form tr:last-child {
    border-bottom: 0;
}

.popup_apply .app_box .data_form .table_form tr th {
    padding: 10px 0;
    background-color: #fff6d9;
    font-size: 14px;
    color: #333;
    font-weight: 400;
    letter-spacing: -0.025em;
    text-align: center;
}

.popup_apply .app_box .data_form .table_form tr td {
    padding: 6px 10px;
    background-color: #fff;
    font-size: 14px;
    color: #333;
    font-weight: 400;
    letter-spacing: -0.025em;
    text-align: left;
}

.popup_apply .app_box .data_form .table_form tr th + td {
    border-left: 1px solid #e0e0e0;
}

.popup_apply .app_box .data_form .table_form tr td input {
    width: 100%;
    padding: 5px 10px;
    border: 1px solid #e0e0e0;
    font-size: 14px;
    color: #333;
    font-weight: 400;
    letter-spacing: -0.025em;
}

.popup_apply .app_box .data_form .table_form tr td input:focus {
    border-color: #ffdc6e;
}

.popup_apply .app_box .data_form .table_form tr td.num input {
    letter-spacing: 0.025em;
}

.popup_apply .app_box .data_form .table_form tr td textarea {
    width: 100%;
    min-height: 70px;
    padding: 10px;
    border: 1px solid #e0e0e0;
    outline: none;
    resize: vertical;
    background-color: #f8f8f8;
    font-size: 14px;
    color: #333;
    font-weight: 400;
    letter-spacing: -0.025em;
    line-height: 1.4;
}

.popup_apply .app_box .data_form .table_form tr td textarea::placeholder {
    font-size: 13px;
    color: #888!important;
    font-weight: 400;
    letter-spacing: -0.025em;
}

.popup_apply .app_box .data_form .table_form tr td textarea:focus {
    border-color: #ffdc6e;
}

.popup_apply .app_box .data_form .table_form tr td .select_box {
    width: 100%;
}

.popup_apply .app_box .data_form .table_form tr td .select_box select {
    width: 120px;
    height: 30px;
    padding: 0px 8px;
    padding-right: 20px;
    border: 1px solid #e0e0e0;
    background: #fff url('../img/select.gif') right 0px center no-repeat;
    font-size: 14px;
    color: #333;
    font-weight: 400;
    letter-spacing: -0.025em;
}

.popup_apply .app_box .agree_box {
    width: 100%;
    margin-top: 10px;
}

.popup_apply .app_box .agree_box label {
    font-size: 13px;
    color: #333;
    font-weight: 400;
    letter-spacing: -0.025em;
}

.popup_apply .app_box .agree_box label input {
    width: 13px;
    height: 13px;
    vertical-align: -1px;
    float: none;
    margin: 0;
    margin-right: 3px;
}

.popup_apply .app_box .agree_box .cont {
    width: 100%;
    padding: 5px 10px;
    background-color: #f8f8f8;
    border: 1px solid #e0e0e0;
    margin-top: 5px;
}

.popup_apply .app_box .agree_box .cont h2 {
    font-size: 12px;
    color: #666;
    font-weight: 400;
    letter-spacing: -0.025em;
}

.popup_apply .app_box .agree_box .cont p {
    font-size: 12px;
    color: #666;
    font-weight: 400;
    letter-spacing: -0.025em;
}

.popup_apply .app_box .btn_wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 15px;
    border-top: 1px solid #ccc;
    margin-top: 15px;
}

.popup_apply .app_box .btn_wrap > div {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 48%;
    height: 46px;
    border: 1px solid #e0e0e0;
    font-size: 14px;
    color: #333;
    font-weight: 400;
    letter-spacing: -0.025em;
    cursor: pointer;
}

.popup_apply .app_box .btn_wrap > div.btn_close {
    background-color: #f8f8f8;
}

.popup_apply .app_box .btn_wrap > div.btn_app {
    background-color: #fff6d9;
}




@media only screen and (max-width:500px){
	.popup_apply {
		display: none;
		position: fixed;
		top: 0;
		left: 0;
		content: '';
		width: 100%;
		height: 100%;
		background-color: rgba(0,0,0,0.2);
		z-index: 99;
		transform:none;
	}

	.popup_apply .app_box {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%,-50%);
		margin-top: -5.5vw;
		content: '';
		width: 90%;
		padding: 10px;
		background-color: #fff;
		border: 1px solid #ccc;
		background:#fff;
	}

	.popup_apply .app_box .tit {
		display: flex;
		align-items: center;
		justify-content: space-between;
		width: 100%;
		padding-bottom: 5px;
		border-bottom: 1px solid #e0e0e0;
	}

	.popup_apply .app_box .tit h2 {
		font-size: 14px;
		color: #333;
		font-weight: 400;
		letter-spacing: -0.025em;
	}

	.popup_apply .app_box .tit img {
		width: 4vw;
	}

	.popup_apply .app_box .data_form {
		width: 100%;
		margin-top: 10px;
	}

	.popup_apply .app_box .data_form .table_form {
		width: 100%;
		border-collapse: collapse;
		border: 1px solid #e0e0e0;
		table-layout:auto;
	}

	.popup_apply .app_box .data_form .table_form tr {
		border-bottom: 1px solid #e0e0e0;
	}

	.popup_apply .app_box .data_form .table_form tr:last-child {
		border-bottom: 0;
	}

	.popup_apply .app_box .data_form .table_form tr th {
		padding: 5px;
		background-color: #fff6d9;
		font-size: 12px;
		color: #333;
		font-weight: 400;
		letter-spacing: -0.025em;
		text-align: center;
	}

	.popup_apply .app_box .data_form .table_form tr td {
		padding: 8px 5px;
		background-color: #fff;
		font-size: 12px;
		color: #333;
		font-weight: 400;
		letter-spacing: -0.025em;
		text-align: left;
	}

	.popup_apply .app_box .data_form .table_form tr th + td {
		border-left: 1px solid #e0e0e0;
	}

	.popup_apply .app_box .data_form .table_form tr td input {
		width: 100%;
		padding: 5px;
		border: 1px solid #e0e0e0;
		font-size: 12px;
		color: #333;
		font-weight: 400;
		letter-spacing: -0.025em;
	}

	.popup_apply .app_box .data_form .table_form tr td input:focus {
		border-color: #ffdc6e;
	}

	.popup_apply .app_box .data_form .table_form tr td.num input {
		letter-spacing: 0.025em;
	}

	.popup_apply .app_box .data_form .table_form tr td textarea {
		width: 100%;
		height: 50px;
		padding: 5px;
		border: 1px solid #e0e0e0;
		outline: none;
		resize: vertical;
		background-color: #fff;
		font-size: 12px;
		color: #333;
		font-weight: 400;
		letter-spacing: -0.025em;
		line-height: 1.4;
	}

	.popup_apply .app_box .data_form .table_form tr td textarea::placeholder {
		font-size: 12px;
		color: #888!important;
		font-weight: 400;
		letter-spacing: -0.025em;
	}

	.popup_apply .app_box .data_form .table_form tr td textarea:focus {
		border-color: #ffdc6e;
	}

	.popup_apply .app_box .data_form .table_form tr td .select_box {
		display: flex;
		align-items: center;
		width: 100%;
	}

	.popup_apply .app_box .data_form .table_form tr td .select_box select {
		height: 30px;
		padding: 0px 8px;
		padding-right: 20px;
		border: 1px solid #e0e0e0;
		background: #fff url('../img/common/select.png') right 4px center no-repeat;
		background-size: 10px auto;
		font-size: 12px;
		color: #333;
		font-weight: 400;
		letter-spacing: -0.025em;
	}

	.popup_apply .app_box .data_form .table_form tr td .select_box select + select {
		margin-left: 10px;
	}

	.popup_apply .app_box .data_form .table_form tr td .select_box select option {
		font-size: 12px;
		color: #333;
		font-weight: 400;
		letter-spacing: -0.025em;
	}

	.popup_apply .app_box .data_form .table_form tr td .select_box .txt {
		margin: 0 5px;
	}

	.popup_apply .app_box .agree_box {
		width: 100%;
		margin-top: 10px;
	}

	.popup_apply .app_box .agree_box label {
		display: inline-flex;
		align-items: center;
	}

	.popup_apply .app_box .agree_box label input {
		width: 13px;
		height: 13px;
		vertical-align: -1px;
		float: none;
		margin: 0;
		margin-right: 3px;
	}

	.popup_apply .app_box .agree_box label span {
		font-size: 12px;
		color: #333;
		font-weight: 400;
		letter-spacing: -0.025em;
		margin-left: 5px;
	}

	.popup_apply .app_box .agree_box .cont {
		width: 100%;
		padding: 5px 10px;
		background-color: #f9f9f9;
		border: 1px solid #e0e0e0;
		margin-top: 5px;
	}

	.popup_apply .app_box .agree_box .cont p {
		font-size: 12px;
		color: #666;
		font-weight: 400;
		letter-spacing: -0.05em;
		line-height: 1.4;
	}

	.popup_apply .app_box .agree_box .cont p font {
		font-size: 12px;
		color: #666;
		font-weight: 500;
		letter-spacing: -0.05em;
	}

	.popup_apply .app_box .btn_wrap {
		display: flex;
		align-items: center;
		justify-content: space-between;
		padding-top: 10px;
		border-top: 1px solid #e0e0e0;
		margin-top: 10px;
	}

	.popup_apply .app_box .btn_wrap > div {
		display: flex;
		align-items: center;
		justify-content: center;
		flex: 0 0 48%;
		height: 30px;
		border: 1px solid #e0e0e0;
		font-size: 12px;
		color: #333;
		font-weight: 400;
		letter-spacing: -0.025em;
		cursor: pointer;
	}

	.popup_apply .app_box .btn_wrap > div.btn_close {
		background-color: #f8f8f8;
	}

	.popup_apply .app_box .btn_wrap > div.btn_app {
		background-color: #fff6d9;
	}
}