@charset "utf-8";

/* 신청테이블 */
.apply_tb {
	width:100%;
	border-top: 1px solid #000;
}
.apply_tb li {
	display: flex;
    justify-content: flex-start;
    align-items: flex-start;
	border-bottom: 1px solid #f0f0f0;
}
.apply_tb .apply_th {
	padding: 20px;
	box-sizing: border-box;
	font-size: 1.25rem;
	font-weight: 600;
}
.apply_tb .apply_td {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px;
    box-sizing: border-box;
    font-size: 1.125rem;
}
.apply_item_con_warp {
	display: flex;
    flex-direction: column;
    width: 100%;

}
.apply_tb .apply_td .apply_item_con {
    display: flex;
    font-size: 1.125rem;
    justify-content: flex-start;
    align-items: center;
}
.apply_tb .apply_td .apply_item {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
	margin: 5px 0;
}
.apply_item label {
	margin: 0 20px 0 5px;
	font-size: 1.125rem;
}
.apply_item2 {
	font-size:1rem;
	width:100%; 
	border: 1px solid #ebecf5;
    background: ##f2f5fc;
    border-radius: 8px;
    padding: 10px 20px;
    box-sizing: border-box;
}
.apply_people_con_warp {
    display: flex;
    flex-direction: column;
	width: 100%;
}
.apply_people_con {
	display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
	border: 1px solid #ccc;
    background: #fbfbfb;
    border-radius: 8px;
    padding: 0;
    box-sizing: border-box;
	margin-bottom: 15px;
}
.apply_people_con:last-child {
	margin-bottom: 0;
}
.apply_people {
    display: flex;
    align-items: center;
	width: 100%;
	padding: 15px;
	box-sizing: border-box;
	border-bottom: 1px solid #ebecf5;
}
.people_th {
	font-weight:600;
}
.people_td {
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-sizing: border-box;
    font-size: 1.125rem;
}
.people_tdd {
    display: flex;
    flex-direction: column;
}
.apply_people:last-child {
	border-bottom: 0 solid #ebecf5;
}
.apply_btn_cont {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.apply_btn_cont_fin {
    display: flex;
    justify-content: center;
	gap: 20px;
    margin-top: 20px;
}
.apply_btn {
	background-color: #333;
	color: #fff;
	border: none;
	border-radius: 6px;
	padding: 12px 25px;
	font-size: 1rem;
	font-weight: 500;
	cursor: pointer;
	display: inline-flex;
	align-items: center;
	justify-content: space-between;
	gap: 8px;
	transition: background-color 0.3s ease;
}
.apply_btn2 {
	background-color: #3f51b5;
	color: #fff;
	border: none;
	border-radius: 6px;
	padding: 20px 40px;
	font-size: 1.25rem;
	font-weight: 500;
	cursor: pointer;
	display: inline-flex;
	align-items: center;
	justify-content: space-between;
	gap: 8px;
	transition: background-color 0.3s ease;
}
.apply_btn_cmt {
	background-color: #00aeef;
	color: #fff;
	border: none;
	border-radius: 6px;
	padding: 20px 40px;
	font-size: 1.25rem;
	font-weight: 500;
	cursor: pointer;
	display: inline-flex;
	align-items: center;
	justify-content: space-between;
	gap: 8px;
	transition: background-color 0.3s ease;
}
.align_left {
	text-align: left;
}
.align_right {
	text-align: right;
}
.width10 {
	width: 10%;
}
.width20 {
	width: 20%;
}
.width30 {
	width: 30%;
}
.width32 {
	width: 32%;
}
.width40 {
	width: 40%;
}
.width50 {
	width: 50%;
}
.width60 {
	width: 60%;
}
.width70 {
	width: 70%;
}
.width80 {
	width: 80%;
}
.width90 {
	width: 90%;
}
.width100 {
	width: 100%;
}
.col_red {
	color:#eb0000;
}
.col_blue {
	color:#0078d7;
}
.apply_tb input {
	background:#FFF;
	padding:10px; 
	border: 1px solid #ccc;
	border-radius: 8px;
}
.apply_tb input::placeholder { /* 표준 (Chrome, Firefox, Edge, Safari 최신 버전) */
    color: #ccc;
}
.apply_sel {
	display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}
.apply_tb select {
	background:#FFF;
	padding:15px 10px; 
	border: 1px solid #ccc;
	border-radius: 8px;
	font-size: 1.075rem;
}
.apply_sel_left {
	display:flex;
	width:49%;
}
.apply_sel_right {
	display:flex;
	width:49%;
}
.apply_container {
	width: 100%;
}

.apply_attend-checkbox {
	display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px 0;
    box-sizing: border-box;
    font-size: 1.25rem;
    font-weight: 600;
}

.apply_attend-checkbox label {
	display: inline-flex;
	align-items: center;
	cursor: pointer;
}

.apply_attend-checkbox input[type="checkbox"] {
	width: 20px;
	height: 20px;
	margin-right: 10px;
	vertical-align: middle;
	cursor: pointer;
}

.apply_hidden-confirmation-content {
	display: none; /* 기본적으로 숨김 */
	margin-top: 10px;
	padding: 15px;
	border: 1px solid #ebecf5;
	background-color: #f7f8ff;
	color: #323993;
	font-size: 1rem;
	border-radius: 5px;
	animation: fadeIn 0.5s ease-out; /* 부드러운 등장 애니메이션 */
}

.apply_problem {
	background: #e2e5f4;
	border: 1px solid #c5cae9;
	border-radius: 5px;
	padding: 30px;
	box-sizing:border-box;
}

.apply_problem_quiz {
	padding-bottom: 30px;
}

.apply_problem_correct {
	display: flex;
	justify-content: center;
    align-items: center;
	gap: 30px;
	padding-top: 30px;
	border-top: 1px dotted #9fa8da;
}

.problem_item {
	font-size: 1.125rem;
}

.problem_item label {
	margin-left: 3px;
}

@keyframes fadeIn {
	from { opacity: 0; transform: translateY(-10px); }
	to { opacity: 1; transform: translateY(0); }
}

/* 신청테이블 미디어 쿼리*/
@media (max-width: 1200px) {
}

@media (max-width: 768px) {
	.apply_tb li {
		display: flex;
		justify-content: flex-start;
		align-items: flex-start;
		flex-direction: column;
		border-bottom: 0px;
	}
	.apply_tb input {
		padding:7px; 
	}
	.apply_tb select {
		padding:10px 5px; 
	}
	.apply_tb .apply_th {
		padding: 15px 0 0 0;
		box-sizing: border-box;
		font-size: 1.125rem;
		font-weight: 600;
	}
	.apply_tb .apply_td {
		padding: 0 0 10px 0;
	}
	.apply_tb .apply_td .apply_item_con {
        display: flex;
        justify-content: space-evenly;
        align-items: flex-start;
        flex-direction: column;
    }
	.apply_people {
		display: flex;
		flex-direction: column;
        align-items: center;
		border-bottom: 0px;
	}
	.apply_item label {
		margin: 0 0 0 5px;
		font-size: 1.125rem;
	}
	.apply_sel {
        display: flex;
        align-items: center;
        flex-direction: column;
	}
	.apply_sel_left {
		display:flex;
		width:100%;
		margin-bottom:5px;
	}
	.apply_sel_right {
		display:flex;
		width:100%;
	}
	.apply_attend-checkbox {
		padding: 0 0 20px 0;
	}
	.apply_attend-checkbox {
		font-size: 1.125rem;
	}
	.apply_problem {
		padding: 15px;
		box-sizing:border-box;
	}

	.apply_problem_quiz {
		padding-bottom: 15px;
	}

	.apply_problem_correct {
		display: flex;
        flex-direction: column;
        align-items: flex-start;
		gap: 10px;
		padding-top: 15px;
	}
	.width10 {
		width: 100%;
	}
	.width20 {
		width: 100%;
	}
	.width30 {
		width: 100%;
	}
	.width32 {
		width: 100%;
	}
	.width40 {
		width: 100%;
	}
	.width50 {
		width: 100%;
	}
	.width60 {
		width: 100%;
	}
	.width70 {
		width: 100%;
	}
	.width80 {
		width: 100%;
	}
	.width90 {
		width: 100%;
	}
	.apply_btn_cont_fin {
		gap: 10px;
		margin-top: 10px;
	}
	.apply_btn {
		padding: 12px 25px;
		font-size: 1rem;
	}
	.apply_btn2 {
		padding: 10px 15px;
		font-size: 1.25rem;
	}
	.apply_btn_cmt {
		padding: 10px 15px;
		font-size: 1.25rem;
	}
}