.container {
	max-width: 100% !important;
    padding-left: 300px !important;
    padding-right: 300px !important;
    margin: 0 auto;
    padding: 20px;
    background: linear-gradient(180deg, 
        rgba(92, 40, 212, 0.1) 0%, 
        rgba(92, 40, 212, 0.001) 15%, 
        rgba(255, 255, 255, 1) 100%
    );
}

/* ¹ÝÀÀÇü ½ºÅ¸ÀÏ */
@media (max-width: 1920px) {
    .container {
        padding-left: 300px !important;
        padding-right: 300px !important;
    }
}

@media (max-width: 1440px) {
    .container {
        padding-left: 200px !important;
        padding-right: 200px !important;
    }
}

@media (max-width: 1200px) {
    .container {
        padding-left: 150px !important;
        padding-right: 150px !important;
    }
}

@media (max-width: 992px) {
    .container {
        padding-left: 100px !important;
        padding-right: 100px !important;
    }
}

@media (max-width: 768px) {
    .container {
        padding-left: 50px !important;
        padding-right: 50px !important;
    }
}

@media (max-width: 576px) {
    .container {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }
}

.header2 {
    display: block;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
}

.header2 h1 {
    color: #6B46C1;
    font-size: 64px;
	font-weight: 800;
}

.header2 h3 {
	margin-top: 15px;
    color: #666;
    font-size: 20px;
	font-weight: 800;
}

.search-bar {
    display: flex;
    align-items: center;
}

.search-bar input {
    padding: 8px 15px;
    border-radius: 20px;
    border: 1px solid #ddd;
    margin-right: 10px;
	width: 450px;
}

.grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.project-card {
    overflow: hidden;
	cursor: pointer;
}

#slider3 .project-card,
#slider4 .project-card {
    cursor: default;
}

.project-image {
    width: 100%;
    height: 250px;
    background: #e0e0e0;
	border-radius: 20px;
}

.project-image {
    width: 100%;
    height: 250px; /* ¿øÇÏ´Â ³ôÀÌ·Î Á¶Á¤ °¡´É */
    overflow: hidden;
}

.project-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
	border-radius: 20px;
}

/* ¼±ÅÃ»çÇ×: È£¹ö È¿°ú */
.project-image:hover img {
    transform: scale(1.05);
}

.project-info {
    padding: 15px;
}

.project-tag {
    display: inline-block;
    background: #e4e3e3;
    color: black;
    padding: 4px 8px;
    border-radius: 20px;
    font-size: 12px;
    margin-bottom: 8px;
	margin-right: 5px;
}

.project-tag2 {
    display: inline-block;
    background: #333;
    color: white;
    padding: 4px 8px;
    border-radius: 20px;
    font-size: 12px;
    margin-bottom: 8px;
}

.project-title {
    font-size: 24px;
    margin-bottom: 5px;
	color: black;
	font-weight: 600;
	margin-top: 5px;
}

.project-subtitle {
    color: #666;
    font-size: 18px;
	font-weight: 400;
	margin-bottom: 0px;
}

.pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
    gap: 10px;
	color: #000000;
}

.pagination .active {
    background: #6B46C1;
    color: white;
    padding: 5px 10px;
    border-radius: 50%;
}

.title-search-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-bottom: 20px;
}

.search-bar {
    display: flex;
    align-items: center;
    gap: 10px;
	margin-top: 100px;
}

.search-input-wrapper {
    position: relative;
}

.search-input-wrapper input {
    width: 450px;
    padding-right: 30px;
}

.search-input-wrapper .bi-search {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    color: #666;
    cursor: pointer;
}

.search-bar .bi-arrow-clockwise {
    color: #666;
    cursor: pointer;
    font-size: 20px;
	margin-left: -10px;
	margin-top: 5px;
	margin-right: 5px;
}

.search-button {
    background-color: #5c28d4;
    color: #fff;
    border: none;
    border-radius: 30px;
    padding: 10px 20px;
    display: flex;
    align-items: center;
	justify-content: center;
    gap: 5px;
    cursor: pointer;
    font-size: 16px;
	width: 250px;
	padding-left: 25px;
}

.search-button i {
    font-size: 16px;
}

.bi-arrow-right {
    background-color: #fff; /* ¹è°æ»ö */
    color: #000; /* ¾ÆÀÌÄÜ »ö»ó */
    border-radius: 50%; /* µÕ±Ù ¸ð¼­¸® */
    padding: 10px; /* ÆÐµù */
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px; /* ³Êºñ */
    height: 36px; /* ³ôÀÌ */
    transition: background-color 0.3s; /* ¹è°æ»ö º¯È­ È¿°ú */
	transform: rotate(-45deg);
	margin-left: auto;
}

.bi-arrow-right:hover {
    background-color: #6b46c1; /* È£¹ö ½Ã ¹è°æ»ö º¯È­ */
}

.ongoing-experience {
    display: flex;
    align-items: center; /* ¼¼·Î Áß¾Ó Á¤·Ä */
    margin-bottom: 20px; /* ¾Æ·¡ ¿©¹é */
	justify-content: space-between;
}

.ongoing-title {
    color: #000; /* ±ÛÀÚ »ö»ó */
    font-size: 26px; /* ÆùÆ® Å©±â */
    font-weight: 700; /* ÆùÆ® µÎ²² */
    margin: 0; /* ±âº» ¿©¹é Á¦°Å */
}

.more-button-wrapper {
    display: flex;
    justify-content: flex-end;
    margin: 20px 0;
}

.more-button {
    display: flex;
    align-items: center;
    gap: 8px;
    background: none;
    border: none;
    padding: 0;
    cursor: pointer;
}

.more-text {
    color: #000;
    font-size: 16px;
	font-weight: 600;
}

.arrow-circle {
    background-color: #5c28d4;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.arrow-circle .bi-arrow-right {
	background-color: #5c28d4;
    color: #fff;
    transform: rotate(-45deg);
}

.more-button:hover .arrow-circle {
    background-color: #6b46c1;
}

.project-image {
    position: relative;
    width: 100%;
    height: 250px;
    overflow: hidden;
    border-radius: 20px;
}

.heart-icon {
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 2;
}

.project-image {
    position: relative;
    width: 100%;
    height: 250px;
    overflow: hidden;
    border-radius: 20px;
}

.survey-button {
     position: absolute;
    top: 15px;          /* »ó´Ü¿¡¼­ 15px ¶³¾îÁü */
    right: 15px;        /* ¿ìÃø¿¡¼­ 15px ¶³¾îÁü */
    transform: none;    /* ±âÁ¸ Áß¾Ó Á¤·Ä transform Á¦°Å */
    background-color: #ffffff;
    color: #000000;
    padding: 8px 20px;
    border: none;
    border-radius: 20px;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    z-index: 2;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    transition: all 0.3s ease;
}

.survey-button i {
    margin-right: 8px; /* ¾ÆÀÌÄÜ°ú ÅØ½ºÆ® °£°Ý */
}

.survey-button:hover {
    background-color: #f8f8f8;
    box-shadow: 0 4px 6px rgba(0,0,0,0.15);
}

.heart-icon .bi-heart-fill {
    color: #7e7dfa; /* º¸¶ó»ö */
    font-size: 24px;
    filter: drop-shadow(0 2px 4px rgba(0,0,0,0.2)); /* ±×¸²ÀÚ È¿°ú */
}


/* ¹ÝÀÀÇü Ã³¸® */
@media screen and (max-width: 768px) {
    .search-bar {
        flex-direction: column;
        gap: 10px;
    }

    .search-button {
        width: 100%;
    }
}

/* ¹ÝÀÀÇü ½ºÅ¸ÀÏ */
@media (max-width: 1200px) {
    .container {
        max-width: 95%;
        padding: 15px;
    }
}

@media (max-width: 992px) {
    .grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .header {
        flex-direction: column;
        gap: 20px;
        text-align: center;
    }

    .search-bar {
        width: 100%;
        justify-content: center;
		margin-top: 0px;
    }

    .search-bar input {
        width: 60%;
    }
}

@media (max-width: 768px) {
    .header h1 {
        font-size: 28px;
    }

    .project-card {
        margin-bottom: 15px;
    }

    .project-image {
        height: 180px;
    }

    .project-title {
        font-size: 14px;
    }

    .project-subtitle {
        font-size: 12px;
    }

    .project-tag {
        font-size: 11px;
        padding: 3px 6px;
    }
}

@media (max-width: 576px) {
    .grid {
        grid-template-columns: 1fr;
    }

    .search-bar input {
        width: 100%;
    }

    .search-bar {
        flex-wrap: wrap;
        gap: 10px;
		margin-top: 0px;
    }

    .search-bar button {
        flex: 1;
        min-width: 80px;
    }

    .pagination {
        gap: 5px;
    }

    .pagination span {
        padding: 3px 8px;
        font-size: 14px;
    }
}

@media screen and (max-width: 991px) {
    .search-input-wrapper input {
        width: 300px;
    }
}

@media screen and (max-width: 576px) {
    .title-search-wrapper {
        flex-direction: column;
        align-items: flex-start;
        gap: 15px;
    }
    
    .search-input-wrapper input {
        width: calc(100vw - 80px);
    }
    
    .header2 h1 {
        font-size: 24px;
    }
    
    .header2 h3 {
        font-size: 16px;
    }

	.search-input-wrapper .bi-search {
		right: 20px;
	}

	.search-bar .bi-arrow-clockwise {
		margin-left: -10px;
		margin-top: 5px;
	}
}

/* ÆäÀÌÁö³×ÀÌ¼Ç ½ºÅ¸ÀÏ ¾÷µ¥ÀÌÆ® */
.pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin-top: 30px;
}

.pagination span {
    cursor: pointer;
    padding: 8px 12px;
    border-radius: 4px;
}

.pagination span.active {
    background-color: #6f42c1;
    color: white;
}

.pagination span.disabled {
    color: #ccc;
    cursor: not-allowed;
}

.pagination a {
    text-decoration: none;
    color: inherit;
}

.pagination span:not(.active):not(.disabled):hover {
    background-color: #f0f0f0;
}

/* ¹ÝÀÀÇü¿¡¼­ ÆäÀÌÁö³×ÀÌ¼Ç ½ºÅ¸ÀÏ */
@media (max-width: 576px) {
    .pagination {
        gap: 5px;
    }

    .pagination span {
        padding: 6px 10px;
        font-size: 14px;
    }
}

.survey_modal {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
}

.survey_modal-content {
    background-color: #fff;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
    max-width: 500px;
    border-radius: 10px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.survey_modal-content h2 {
    color: #000;
    font-weight: 600;
    font-size: 26px;
}

.survey_modal-content p {
    color: #000;
    font-size: 18px;
    margin-top: 15px;
    margin-bottom: 30px;
}

.survey_close {
    position: absolute;
    right: 20px;
    top: 20px;
    font-size: 24px;
    cursor: pointer;
}

.survey_modal-button {
    background-color: #5c28d4;
    color: white;
    border: none;
    padding: 10px 20px;
    border-radius: 20px;
    cursor: pointer;
    transition: background-color 0.3s;
}

.survey_modal-button:hover {
    background-color: #6b46c1;
}

.modal-tags {
	margin: 20px 0;
}

.modal-tags .tag {
	display: inline-block;
	padding: 5px 15px;
	border-radius: 20px;
	margin-right: 10px;
	font-size: 14px;
}

.modal-tags .tag:first-child {
	background-color: #fff;
	border: 1px solid #6f42c1;
	color: #6f42c1;
}

.modal-tags .tag:last-child {
	background-color: #6f42c1;
	color: #fff;
}

.modal-subtitle {
	color: #666;
	margin-bottom: 20px;
}

.modal-image {
	width: 100%;
	height: 400px;
	margin: 30px 0;
	overflow: hidden;
	border-radius: 10px;
}

.modal-image img {
	width: 100%;
	height: 100%;
	border-radius: 10px;
	object-fit: cover;
}

.start-project-btn {
	width: 100%;
	padding: 15px;
	background-color: #6f42c1;
	color: #fff;
	border: none;
	border-radius: 10px;
	cursor: pointer;
	font-size: 16px;
	transition: background-color 0.3s;
}

.start-project-btn:hover {
	background-color: #5a32a3;
}

.modal-main-title {
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 10px;
    color: #000;
}

.modal-subtitle {
    font-size: 24px;
    color: #666;
    margin-bottom: 10px;
}

.modal-tags {
    margin: 0px 0 30px 0;
}

.modal-button {
    background-color: #5c28d4; /* º¸¶ó»ö */
    color: white;
    border: none;
    padding: 10px 20px;
    border-radius: 20px;
    cursor: pointer;
    transition: background-color 0.3s;
}

.modal-button:hover {
    background-color: #6b46c1; /* ¾îµÎ¿î º¸¶ó»ö */
}

.hashtags {
    margin-bottom: 15px;
}

.hashtag {
    display: inline-block;
    padding: 8px 16px;
    background-color: #F7F5FE;
    color: #6f42c1;
    border-radius: 20px;
    margin-right: 10px;
    margin-bottom: 10px;
    font-size: 14px;
}

.type-btn {
    display: inline-block;
    padding: 8px 20px;
    background-color: #18181B;
    color: #fff;
    border: none;
    border-radius: 20px;
    font-size: 14px;
    cursor: pointer;
}

.close {
    position: absolute;
    right: 20px;
    top: 20px;
    font-size: 28px;
    font-weight: bold;
    cursor: pointer;
    color: #000;
}

.project-meta {
    margin-top: 8px;
    font-size: 14px;
    color: #666;
}

.project-meta .nickname {
    font-weight: 500;
}

.project-meta .date {
    margin-left: 10px;
    color: #999;
}

.project-meta .date:before {
    content: "-";
    margin-right: 10px;
}

.project-stats {
    margin-top: 12px;
    display: flex;
    gap: 15px;
    color: #666;
    font-size: 14px;
}

.project-stats span {
    display: flex;
    align-items: center;
    gap: 5px;
}

.project-stats i {
    font-size: 16px;
}

.project-stats .count {
    color: #999;
}

.no-results {
    color: #ff0000;
    font-size: 20px;
    margin-top: 20px;
	text-align: center;
}

.filter-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 20px;
    padding: 0 0px;
	margin-bottom: 20px;
}

.category-buttons {
    display: flex;
    gap: 10px;
}

.category-btn {
    background-color: #efeef3;
    color: #666;
    padding: 10px 20px;
    border: none;
    border-radius: 20px;
    cursor: pointer;
    white-space: nowrap;
    transition: all 0.3s ease;
}

.category-btn.active {
    background-color: #6B46C1;
    color: white;
}

.sort-select {
    padding: 10px;
    border-radius: 5px;
    border: 1px solid #ccc;
}

@media (max-width: 768px) {

    .category-buttons {
        flex-wrap: wrap;
        justify-content: center;
    }

    .category-btn {
        padding: 8px 16px;
        font-size: 14px;
    }

    .sort-select {
        width: 100%;
    }
}

/* ¹ÝÀÀÇü ½ºÅ¸ÀÏ */
@media (max-width: 768px) {
    .modal-main-title {
        font-size: 24px;
    }
    
    .modal-subtitle {
        font-size: 18px;
    }
    
    .hashtag {
        font-size: 12px;
        padding: 6px 12px;
    }
    
    .type-btn {
        font-size: 12px;
        padding: 6px 16px;
    }
}

/* 1920x1080 ÇØ»óµµ ÃÖÀûÈ­ */
@media screen and (min-width: 1920px) {
    .modal-content {
        max-width: 450px;
        margin: 8vh auto;
    }

    .modal-image {
        height: 500px;
    }

    .modal-main-title {
        font-size: 36px;
    }

    .modal-subtitle {
        font-size: 28px;
    }
}

/* ÀÛÀº È­¸é ¹ÝÀÀÇü */
@media screen and (max-width: 1366px) {
    .modal-content {
        margin: 3vh auto;
        max-height: 94vh;
    }

    .modal-image {
        height: 350px;
    }
}

@media screen and (max-width: 768px) {
    .modal-content {
        padding: 20px;
        margin: 2vh auto;
    }

    .modal-image {
        height: 250px;
    }
}

.slider-container {
    width: 100%;
    overflow: hidden;
    position: relative;
    padding: 20px 0;
}

.project-slider {
    display: flex;
    transition: transform 0.5s ease;
    width: 300%; /* 3°³ÀÇ ¼½¼ÇÀ» À§ÇÑ ³Êºñ */
}

.project-card {
    flex: 0 0 calc(100% / 9); /* ÀüÃ¼ 9°³ Áß 1°³ÀÇ ³Êºñ */
    padding: 0 10px;
}

.pagination-dots {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
    gap: 10px;
}

.pagination-dot {
    width: 20px;
    height: 20px;
    background-color: #E2E8F0;
    border-radius: 50%;
    cursor: pointer;
    transition: all 0.3s ease;
}

.pagination-dot.active {
    width: 50px;
    background-color: #5c28d4;
    border-radius: 25px;
}

/* ¹ÝÀÀÇü Ã³¸® */
@media (max-width: 992px) {
    .project-card {
        flex: 0 0 calc(100% / 6); /* 2°³¾¿ º¸ÀÌµµ·Ï */
    }
}

@media (max-width: 576px) {
    .project-card {
        flex: 0 0 calc(100% / 3); /* 1°³¾¿ º¸ÀÌµµ·Ï */
    }
}

.class_modal {
    display: none; /* ±âº»ÀûÀ¸·Î ¼û±è */
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.5); /* ¹ÝÅõ¸í ¹è°æ */
}

.class_modal-content {
    background-color: #fff;
    margin: auto; /* ÀÚµ¿ ¸¶ÁøÀ¸·Î Áß¾Ó Á¤·Ä */
    padding: 20px;
    border: 1px solid #888;
    width: 80%; /* ¸ð´Þ ³Êºñ */
    max-width: 400px; /* ÃÖ´ë ³Êºñ */
    border-radius: 10px; /* µÕ±Ù ¸ð¼­¸® */
    position: absolute; /* Àý´ë À§Ä¡ */
    top: 50%; /* È­¸é Áß¾Ó */
    left: 50%; /* È­¸é Áß¾Ó */
    transform: translate(-50%, -50%); /* Áß¾Ó Á¤·Ä */
    text-align: center;
}

.class_modal-content h2{
	color: #000;
	text-align: left;
	font-size: 22px;
	font-weight: 600;
}

.class_modal-content p{
	color: #000;
	text-align: left;
}

.class_code_input {
    width: 100%;
    padding: 10px;
    margin: 10px 0;
    border: none; /* Å×µÎ¸® Á¦°Å */
    border-bottom: 1px solid #ccc; /* ¾Æ·¡ÂÊ¿¡¸¸ 1ÇÈ¼¿ ¹ØÁÙ Ãß°¡ */
    border-radius: 0; /* ¸ð¼­¸® µÕ±Û±â Á¦°Å */
    outline: none; /* Æ÷Ä¿½º ½Ã ±âº» Å×µÎ¸® Á¦°Å */
    transition: border-bottom-color 0.3s; /* ºÎµå·¯¿î ÀüÈ¯ È¿°ú */
}

.class_code_input:focus {
    border-bottom-color: #7e7dfa; /* Æ÷Ä¿½º ½Ã ¹ØÁÙ »ö»ó º¯°æ */
}

.class_modal-buttons {
    display: flex; /* Flexbox »ç¿ë */
    justify-content: space-between; /* ¹öÆ° °£°ÝÀ» ±ÕµîÇÏ°Ô */
    margin-top: 20px; /* ¹öÆ°°ú ÀÔ·Â ÇÊµå °£ÀÇ °£°Ý */
}

.class_modal-button {
    flex: 1; /* ¹öÆ°À» µ¿ÀÏÇÑ ³Êºñ·Î ¼³Á¤ */
    margin: 0 5px; /* ¹öÆ° °£ÀÇ °£°Ý */
    padding: 10px 0; /* ¹öÆ° ÆÐµù */
    background-color: #5c28d4; /* º¸¶ó»ö */
    color: white;
    border: none;
    border-radius: 20px;
    cursor: pointer;
    transition: background-color 0.3s;
}

.class_modal-button.class_cancel {
    background-color: #fff; /* È¸»ö */
	color: #5c28d4;
	border: 1px solid #5c28d4;
}

.class_modal-button:hover {
    background-color: #6b46c1; /* ¾îµÎ¿î º¸¶ó»ö */
}

.class_close {
    color: #000;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.class_close:hover,
.class_close:focus {
    color: #aaa;
    text-decoration: none;
    cursor: pointer;
}

.floating-buttons {
    position: fixed;
    bottom: 30px;
    right: 30px;
    display: flex;
    flex-direction: column;
    gap: 15px;
    z-index: 1000;
    transition: transform 0.2s; /* È£¹ö È¿°ú¸¸ ³²±è */
}

.floating-button {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    transition: transform 0.2s, box-shadow 0.2s;
}

.floating-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.3);
}

.floating-button.green {
    background-color: #00e676; /* ÃÊ·Ï»ö */
}

.floating-button.purple {
    background-color: #5c28d4; /* º¸¶ó»ö */
}

.floating-icon {
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.icon-image {
    width: 100%;
    height: 100%;
    object-fit: cover; /* ÀÌ¹ÌÁö°¡ ²Ë Â÷µµ·Ï ¼³Á¤ */
}

/* ¸ð¹ÙÀÏ ¹ÝÀÀÇü */
@media (max-width: 768px) {
    .floating-buttons {
        bottom: 20px;
        right: 20px;
    }

    .floating-button {
        width: 48px;
        height: 48px;
    }
}

.modal {
		display: none;
		position: fixed;
		z-index: 1000;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		background-color: rgba(0,0,0,0.5);
	}

	.modal-content {
		background-color: #fff;
		margin: 5vh auto;
		padding: 40px;
		width: 90%;
		max-width: 800px;
		border-radius: 20px;
		position: relative;
		max-height: 90vh;
		overflow-y: auto;
	}
	
	.modal-content h2 {
		color: #000;
		font-weight: 600;
		font-size: 26px;
	}
	.close {
		position: absolute;
		right: 20px;
		top: 20px;
		font-size: 24px;
		cursor: pointer;
	}

	.modal-tags {
		margin: 20px 0;
	}

	.modal-tags .tag {
		display: inline-block;
		padding: 5px 15px;
		border-radius: 20px;
		margin-right: 10px;
		font-size: 14px;
	}

	.modal-tags .tag:first-child {
		background-color: #fff;
		border: 1px solid #6f42c1;
		color: #6f42c1;
	}

	.modal-tags .tag:last-child {
		background-color: #6f42c1;
		color: #fff;
	}

	.modal-subtitle {
		color: #666;
		margin-bottom: 20px;
	}

	.modal-image {
		width: 100%;
		height: 400px;
		margin: 30px 0;
		overflow: hidden;
		border-radius: 10px;
	}

	.modal-image img {
		width: 100%;
		height: 100%;
		border-radius: 10px;
		object-fit: cover;
	}

	.start-project-btn {
		width: 100%;
		padding: 15px;
		background-color: #6f42c1;
		color: #fff;
		border: none;
		border-radius: 10px;
		cursor: pointer;
		font-size: 16px;
		transition: background-color 0.3s;
	}

	.start-project-btn:hover {
		background-color: #5a32a3;
	}

	.modal-content {
    background-color: #fff;
    margin: 10% auto;
    padding: 40px;
    width: 90%;
    max-width: 800px;
    border-radius: 20px;
    position: relative;
}

.modal-main-title {
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 10px;
    color: #000;
}

.modal-subtitle {
    font-size: 24px;
    color: #666;
    margin-bottom: 10px;
}

.modal-tags {
    margin: 0px 0 30px 0;
}

.hashtags {
    margin-bottom: 15px;
}

.hashtag {
    display: inline-block;
    padding: 8px 16px;
    background-color: #F7F5FE;
    color: #6f42c1;
    border-radius: 20px;
    margin-right: 10px;
    margin-bottom: 10px;
    font-size: 14px;
}

.type-btn {
    display: inline-block;
    padding: 8px 20px;
    background-color: #18181B;
    color: #fff;
    border: none;
    border-radius: 20px;
    font-size: 14px;
    cursor: pointer;
}

.pclose {
    position: absolute;
    right: 20px;
    top: 20px;
    font-size: 28px;
    font-weight: bold;
    cursor: pointer;
    color: #000;
}

.no-results {
    color: #ff0000;
    font-size: 20px;
    margin-top: 20px;
	text-align: center;
}

/* ¹ÝÀÀÇü ½ºÅ¸ÀÏ */
@media (max-width: 768px) {
    .modal-main-title {
        font-size: 24px;
    }
    
    .modal-subtitle {
        font-size: 18px;
    }
    
    .hashtag {
        font-size: 12px;
        padding: 6px 12px;
    }
    
    .type-btn {
        font-size: 12px;
        padding: 6px 16px;
    }
}

/* 1920x1080 ÇØ»óµµ ÃÖÀûÈ­ */
@media screen and (min-width: 1920px) {
    .modal-content {
        max-width: 1000px;
        margin: 8vh auto;
    }

    .modal-image {
        height: 500px;
    }

    .modal-main-title {
        font-size: 36px;
    }

    .modal-subtitle {
        font-size: 28px;
    }
}

/* ÀÛÀº È­¸é ¹ÝÀÀÇü */
@media screen and (max-width: 1366px) {
    .modal-content {
        margin: 3vh auto;
        max-height: 94vh;
    }

    .modal-image {
        height: 350px;
    }
}

@media screen and (max-width: 768px) {
    .modal-content {
        padding: 20px;
        margin: 2vh auto;
    }

    .modal-image {
        height: 250px;
    }
}