body {
	font-family:
		"Pretendard Variable",
		Pretendard,
		-apple-system,
		BlinkMacSystemFont,
		system-ui,
		Roboto,
		"Helvetica Neue",
		"Segoe UI",
		"Apple SD Gothic Neo",
		"Noto Sans KR",
		"Malgun Gothic",
		"Apple Color Emoji",
		"Segoe UI Emoji",
		"Segoe UI Symbol",
		sans-serif;
	margin: 0;
	padding: 0;
}

/* 메인 */
.main-container {
	width: 85%;
	margin: 0 auto;
}

.main-container img {
	width: 100%;
	margin-top: 30px;
}

/* 회고 */
.main-note {
	width: 85%;
	margin: 100px auto 0;
}

.main-note .main-note-title {
	width: 100%;
	display: flex;
	align-items: center;
}

.main-note .main-note-title img {
	width: 7%;
}

.main-note .main-note-title h3 {
	font-size: 25px;
}

.main-note .main-note-content {
	margin-top: 25px;
	width: 100%;
	min-height: 100px;
	padding: 35px 45px;
	background: #f9f9f9;
	border-radius: 20px;
}

.reflection_list {   
	display: flex;
	flex-direction: column;
	gap: 15px;     
    overflow-x: auto; 
    padding-bottom: 10px;
}

.login_content {
	display: flex;
	align-items: center;
	gap: 20px;
}

.login_content .m_title {
	width: 20%;
	font-weight: 600;
}

.login_content .m_content {
	width: 70%;
}

.login_content .m_date {
	width: 10%;
	font-size: 16px;
	color: #999999;
}

.main-note .main-note-content .unlogin_content {
	font-size: 20px;
	font-weight: 600;
	text-align: center;
	align-items: center;
}

.m_note_btn {
    display: block;
    width: 20%;
    margin: 30px auto;
    background: #1D294B; color: #fff;
    font-weight: 500; font-size: 16px;
    border-radius: 20px; padding: 7px 30px;
}

.m_note_btn:hover {
	cursor: pointer;
	background: #1A3C97;
	transition: 0.3s ease;
}

/* 팀매칭 */
.main-team {
	margin-top: 90px;
	width: 100%;
	min-height: 200px;
	padding: 90px 0;
	background: #f6f8ff;
	text-align: center;
}

.main-team h3 {
	margin-bottom: 20px;
	font-size: 35px;
}

/* 팀 매칭 기간 O 매칭 신청 X */
.main-team .m_team_stack {
	width: 90%;
	margin: 40px auto 0;
	display: flex;
	justify-content: space-between;
}

/* WEB 기획 */
.main-team .m_team_stack .m_design {
	padding: 25px 0;
	width: 30%;
	height: 10%;
	text-align: center;
	background: #fff;
	border: 3px solid #00b9b050;
	border-radius: 40px;
}

.main-team .m_team_stack .m_design h3 {
	font-weight: 600;
	font-size: 25px;
}

.main-team .m_team_stack .m_design img {
	width: 50px;
	height: 50px;
}

.main-team .m_team_stack .m_nolevel {
	margin-top: 5px;
	color: #ff0202;
	font-size: 16px;
}

.m_design_btn {
	margin-top: 15px;
	padding: 10px 0;
	width: 250px;
	height: 45px;
	background: #00b9b0;
	color: #fff;
	border: none;
	border-radius: 30px;
	font-size: 18px;
	font-weight: 550;
}

.m_design_btn:hover {
	background: #019890;
	cursor: pointer;
	transition: 0.3s ease;
}

/* WEB 프론트엔드 */
.main-team .m_team_stack .m_frontend {
	padding: 25px 0;
	width: 30%;
	height: 5%;
	text-align: center;
	background: #fff;
	border: 3px solid #ffce5350;
	border-radius: 40px;
}

.main-team .m_team_stack .m_frontend h3 {
	font-weight: 600;
	font-size: 25px;
}

.main-team .m_team_stack .m_frontend img {
	width: 50px;
	height: 50px;
}

.main-team .m_team_stack .m_frontend .m_level {
	margin-top: 5px;
	color: #000;
	font-size: 16px;
}

.m_front_btn {
	margin-top: 15px;
	padding: 5px 0;
	width: 250px;
	height: 45px;
	background: #ffce53;
	color: #fff;
	border: none;
	border-radius: 30px;
	font-size: 18px;
	font-weight: 550;
}

.m_front_btn:hover {
	cursor: pointer;
	background: #E2BF67;
	transition: 0.3s ease;
}

/* WEB 백엔드 */
.main-team .m_team_stack .m_backend {
	padding: 25px 0;
	width: 30%;
	height: 5%;
	text-align: center;
	background: #fff;
	border: 3px solid #ff3e8850;
	border-radius: 40px;
}

.main-team .m_team_stack .m_backend h3 {
	font-weight: 600;
	font-size: 25px;
}

.main-team .m_team_stack .m_backend img {
	width: 50px;
	height: 50px;
}

.main-team .m_team_stack .m_backend .m_level {
	margin-top: 5px;
	color: #000;
	font-size: 16px;
}

.m_back_btn {
	margin-top: 15px;
	padding: 10px 0;
	width: 250px;
	height: 45px;
	background: #ff3e88;
	color: #fff;
	border: none;
	border-radius: 30px;
	font-size: 18px;
	font-weight: 550;
}

.m_back_btn:hover {
	cursor: pointer;
	background: #C03067;
	transition: 0.3s ease;
}

/* 팀 매칭 결과 */
.m_team_result {
	display: block;
	width: 18%; height: 40px;
	margin: 30px auto 0;
	padding: 5px 10px;
	text-decoration: none;
	background: #1F4CC0;
	color: #fff;
	border-radius: 20px;
}

.m_team_result:hover {
	background: #4272EF;
	transition: 0.3s ease-in-out;
}

.m_team_result p {
	font-weight: 550; font-size: 18px;
	line-height: 30px;
}

/* 팀 매칭 O 매칭 결과 X */
.team_waiting {
    margin-top: 120px;
    text-align: center;
    align-items: center;
}

.team_waiting > h3 {
    font-size: 27px;
    font-weight: 600;
    margin-bottom: 20px;
}

.team_waiting > form {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 30px auto 0;
    width: 60%; height: 40px;
    background: #fff;
    border-radius: 25px;
    padding: 10px 5px 10px 20px;
}

.team_waiting > form:focus-within {
    border: 1px solid #4272EF;
    box-shadow: 0 2px 15px rgba(66, 114, 239, 0.2);
}

.team_waiting > form > input {
	width: 80%;
    border: none;
    font-size: 15px;
    color: #888888;
	outline: none;
}

.team_waiting > form > input::placeholder {
    color: #888888;
}

.team_waiting > form > button {
    font-size: 15px;
    background: #4272EF; color: #fff;
    border: none; border-radius: 20px;
    padding: 7px 15px;
}

.team_waiting > form > button:hover {
    background: #1F4CC0;
    transition: 0.3s ease;
}

/* 매칭 취소 */
.matching_actions {
    margin-top: 30px;
    display: flex;
    justify-content: center;
}

.cancel_form {
    width: 100%;
    display: flex;
    justify-content: center;
}

.cancel_button {
    width: 150px;
    height: 40px;
    padding: 10px 20px;
    background: #FF6B6B;
    color: #fff;
    border: none;
    border-radius: 20px;
    font-size: 15px;
    font-weight: 500;
    cursor: pointer;
    transition: 0.3s ease;
}

.cancel_button:hover {
    background: #E63946;
    transition: 0.3s ease;
}

/* KITUP 프로젝트 */
.main-project {
	width: 85%;
	margin: 0 auto;
}

.main-project .m_project_title {
	margin-top: 100px;
	display: flex;
	align-items: center;
}

.main-project .m_project_title img {
	width: 7%;
}

.main-project .m_project_title h3 {
	font-size: 25px;
	padding: 12px 4px 0;
}

.main-project .m_project_content {
	margin-top: 25px;
	width: 100%;
	min-height: 100px;
}

.main-project .m_project_content .m_noproject {
	font-size: 20px;
	font-weight: 600;
	text-align: center;
	align-items: center;
	padding: 35px 45px;
	background: #f9f9f9;
	border-radius: 20px;
	text-align: center;
}

.main-project .m_project_content .m_project {
	display: flex;
	gap: 30px;
	width: 100%;
	overflow-x: auto;
	padding-bottom: 10px;
	-webkit-overflow-scrolling: touch;
}

.main-project .m_project_content .m_project > div {
	flex: 0 0 300px;
	height: 300px;
    padding: 20px;
	background: #EAF0FF;
    border-radius: 20px;
}

.main-project .m_project_content .m_project div img {
    border-radius: 15px;
    height: 65%;
}

.main-project .m_project_content .m_project div h3 {
	font-size: 22px; font-weight: 600;
    padding: 10px 0;
}

.main-project .m_project_content .m_project div p {
    font-size: 16px;
}

/* 푸터 */
footer {
	background: #1d294b;
    color: #ccc;
    text-align: center;
    padding: 50px 0;
	margin-top: 200px;
	width: 100%;
	height: 200px;
    font-size: 12px;
}

footer > a {
    display: block;
    text-decoration: none;
    color: #ccc;
}

footer p {
    margin: 10px auto;
}

/* ========================================
   반응형 미디어 쿼리
======================================== */

/* 데스크탑 (1200px 이상) - 기본 스타일 유지 */
@media (min-width: 1200px) {
    .main-container,
    .main-note,
    .main-project {
        width: 85%;
    }
}

/* 노트북 (768px ~ 1199px) */
@media (max-width: 1199px) {
    .main-container,
    .main-note,
    .main-project {
        width: 90%;
    }

    .main-note .main-note-title h3 {
        font-size: 22px;
    }

    .main-team h3 {
        font-size: 30px;
    }

    .main-team .m_team_stack .m_design h3,
    .main-team .m_team_stack .m_frontend h3,
    .main-team .m_team_stack .m_backend h3 {
        font-size: 22px;
    }

    .m_design_btn,
    .m_front_btn,
    .m_back_btn {
        width: 80%;
        font-size: 16px;
    }

    .m_note_btn {
        width: 25%;
    }

    .m_team_result {
        width: 22%;
    }
}

/* 태블릿 (481px ~ 767px) */
@media (max-width: 767px) {
    .main-container,
    .main-note,
    .main-project {
        width: 92%;
    }

    .main-note .main-note-title img,
    .main-project .m_project_title img {
        width: 10%;
    }

    .main-note .main-note-title h3,
    .main-project .m_project_title h3 {
        font-size: 20px;
    }

    .main-note .main-note-content {
        padding: 25px 30px;
    }

    .login_content {
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
        padding: 15px 0;
        border-bottom: 1px solid #e0e0e0;
    }

    .login_content .m_title,
    .login_content .m_content,
    .login_content .m_date {
        width: 100%;
    }

    .login_content .m_date {
        font-size: 14px;
    }

    .m_note_btn {
        width: 40%;
        font-size: 15px;
    }

    .main-team {
        padding: 70px 0;
    }

    .main-team h3 {
        font-size: 24px;
        padding: 0 20px;
    }

    .main-team p {
        padding: 0 20px;
        font-size: 15px;
    }

    .main-team .m_team_stack {
        flex-direction: column;
        width: 85%;
        gap: 25px;
    }

    .main-team .m_team_stack .m_design,
    .main-team .m_team_stack .m_frontend,
    .main-team .m_team_stack .m_backend {
        width: 100%;
        padding: 30px 20px;
    }

    .main-team .m_team_stack .m_design h3,
    .main-team .m_team_stack .m_frontend h3,
    .main-team .m_team_stack .m_backend h3 {
        font-size: 22px;
    }

    .m_design_btn,
    .m_front_btn,
    .m_back_btn {
        width: 80%;
        max-width: 280px;
    }

    .m_team_result {
        width: 45%;
    }

    .team_waiting > form {
        width: 85%;
    }

    .main-project .m_project_content .m_project > div {
        flex: 0 0 260px;
        height: 280px;
    }
}

/* 모바일 (480px 이하) */
@media (max-width: 480px) {
    .main-container,
    .main-note,
    .main-project {
        width: 95%;
    }

    .main-container img {
        margin-top: 20px;
    }

    .main-note {
        margin-top: 60px;
    }

    .main-note .main-note-title img,
    .main-project .m_project_title img {
        width: 12%;
    }

    .main-note .main-note-title h3,
    .main-project .m_project_title h3 {
        font-size: 18px;
    }

    .main-note .main-note-content {
        padding: 20px 20px;
        margin-top: 20px;
    }

    .login_content .m_title {
        font-size: 15px;
    }

    .login_content .m_content {
        font-size: 14px;
    }

    .main-note .main-note-content .unlogin_content {
        font-size: 16px;
    }

    .m_note_btn {
        width: 50%;
        font-size: 14px;
        padding: 8px 20px;
    }

    .main-team {
        margin-top: 60px;
        padding: 50px 0;
    }

    .main-team h3 {
        font-size: 20px;
        padding: 0 15px;
        margin-bottom: 15px;
    }

    .main-team p {
        padding: 0 15px;
        font-size: 14px;
    }

    .main-team .m_team_stack {
        width: 90%;
        gap: 20px;
        margin-top: 30px;
    }

    .main-team .m_team_stack .m_design,
    .main-team .m_team_stack .m_frontend,
    .main-team .m_team_stack .m_backend {
        padding: 25px 15px;
        border-radius: 30px;
    }

    .main-team .m_team_stack .m_design h3,
    .main-team .m_team_stack .m_frontend h3,
    .main-team .m_team_stack .m_backend h3 {
        font-size: 19px;
    }

    .main-team .m_team_stack .m_nolevel {
        font-size: 14px;
    }

    .m_design_btn,
    .m_front_btn,
    .m_back_btn {
        width: 90%;
        max-width: 250px;
        font-size: 16px;
        height: 42px;
    }

    .m_team_result {
        width: 60%;
        font-size: 16px;
    }

    .m_team_result p {
        font-size: 16px;
    }

    .team_waiting > h3 {
        font-size: 20px;
        padding: 0 15px;
    }

    .team_waiting > form {
        width: 90%;
    }

    .cancel_button {
        width: 130px;
        font-size: 14px;
    }

    .main-project {
        margin-bottom: 30px;
    }

    .main-project .m_project_title {
        margin-top: 60px;
    }

    .main-project .m_project_content {
        margin-top: 20px;
    }

    .main-project .m_project_content .m_noproject {
        font-size: 16px;
        padding: 25px 20px;
    }

    .main-project .m_project_content .m_project > div {
        flex: 0 0 240px;
        height: 260px;
        padding: 15px;
    }

    .main-project .m_project_content .m_project div h3 {
        font-size: 19px;
    }

    .main-project .m_project_content .m_project div p {
        font-size: 14px;
    }

    footer {
        margin-top: 100px;
        height: 120px;
    }
}