.gaya-notice-page {
    background:#fbf6ea;
}

.gaya-notice-main {
    width:min(1180px, calc(100% - 32px));
    margin:0 auto;
    padding:70px 0 90px;
}

.gaya-notice-card {
    background:#fff;
    border:1px solid rgba(40,150,58,.12);
    border-radius:28px;
    box-shadow:0 16px 45px rgba(49,72,35,.08);
    padding:38px;
    margin-bottom: 20px;
}

.gaya-notice-card + .gaya-notice-card {
    margin-top: 34px;
}

.gaya-notice-title {
    display:flex;
    align-items:center;
    gap:16px;
    margin-bottom:26px;
    text-align:left;
}

.gaya-notice-icon {
    width:48px;
    height:48px;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    background:#eef8e7;
    color:#24963b;
    font-weight:900;
    font-size:22px;
}

.gaya-notice-title h3 {
    margin: 0;
    font-size: 24px;
    font-weight: 700;
    color: #247a2d;
	line-height: 1.2;
}

.gaya-notice-title p {
    margin:6px 0 0;
    font-size:16px;
    color:#666;
}

.gaya-search-row {
    display:grid;
    grid-template-columns:1fr 1fr 180px;
    gap:18px;
    align-items:end;
}

.gaya-search-row label {
    display:block;
    text-align:left;
}

.gaya-search-row label span {
    display: block;
    margin-bottom: 7px;
    font-size: 16px;
    font-weight: 700;
	padding-left: 5px;
    color: #222;
}

.gaya-search-row input {
    width:100%;
    height:53px;
    border:1px solid #e2e2e2;
    border-radius:14px;
    padding:0 18px;
    font-size:15px;
    background:#fff;
    box-sizing:border-box;
}

.gaya-search-row input:focus {
    border-color:#28963a;
    outline:none;
    box-shadow:0 0 0 4px rgba(40,150,58,.1);
}

.gaya-search-btn {
    height:53px;
    border:0;
    border-radius: 999px;
    background:#24963b;
    color:#fff;
    font-size:17px;
    font-weight: 600;
    cursor:pointer;
    box-shadow:0 10px 22px rgba(36,150,59,.24);
}
.gaya-search-btn:hover {
    color: #fff;
    background: #8bba29
}

.gaya-search-notice {
    margin-top:24px;
    padding: 10px 20px;
    border-radius:16px;
    background:#fff8df;
    text-align:left;
}

.gaya-search-notice p {
    margin:4px 0;
    font-size:15px;
    color:#1f6eea;
    line-height:1.55;
}

.gaya-result-table table {
    width:100%;
    border-collapse:separate;
    border-spacing:0;
    overflow:hidden;
    border:1px solid #e5e5e5;
    border-radius:18px;
}

.gaya-result-table caption {
    position:absolute;
    width:1px;
    height:1px;
    overflow:hidden;
    clip:rect(0,0,0,0);
}

.gaya-result-table th {
    padding:18px 12px;
    background:#f6fbf1;
    border-bottom:1px solid #dfead7;
    font-size:16px;
    font-weight:900;
    color:#222;
}

.gaya-result-table td {
    padding:20px 12px;
    border-bottom:1px solid #eee;
    font-size:16px;
    color:#333;
    text-align:center;
}

.gaya-result-table tr:last-child td {
    border-bottom:0;
}

.gaya-result-table .result__table tr th { font-weight: 700; }
.gaya-result-table .result__table tr td { border-right: 0; border-top: 0; }
.gaya-result-table .result__table tr td:last-child { border-right: 0; }
.gaya-result-table .result__table tr:first-child td:first-child { border-left: 0; }
.gaya-result-table .result__table tr:last-child td:first-child { border-left: 0; }

.file-ok {
    display:inline-flex;
    align-items:center;
    justify-content:center;
    width:22px;
    height:22px;
    margin-right:6px;
    border-radius:50%;
    background:#e8f7e4;
    color:#24963b !important;
    font-weight:900;
	display: none;
}

.file-view,
.certificate-btn {
    display:inline-flex;
    align-items:center;
    justify-content:center;
    min-height:36px;
    padding:0 16px;
    border-radius:999px;
    font-size:14px;
    font-weight: 600;
    text-decoration:none;
}

.file-view {
    border:1px solid #28963a;
    color:#28963a;
    background:#fff;
}
.file-view:hover {
    border: 1px solid #6EB92C;
    color: #fff;
    background: #6EB92C;
}

.certificate-btn {
    background:#24963b;
    color:#fff;
}
.certificate-btn:hover {
    color: #fff;
    background: #6EB92C;
}

.file-none {
    color:#e33636 !important;
    font-weight:900;
    margin-right:6px;
}

.file-error {
    display:inline-block;
    color:#e33636;
    font-size:13px;
    line-height:1.45;
}

.gaya-empty-result {
    padding:70px 20px;
    border:1px solid #e5e5e5;
    border-radius:18px;
    background:#fff;
    text-align:center;
}

.gaya-empty-result strong {
    display:block;
    font-size:20px;
    font-weight:900;
    color:#333;
}

.gaya-empty-result p {
    margin:10px 0 0;
    color:#666;
    font-size:15px;
}

.gaya-guide-grid {
    display:grid;
    grid-template-columns: 1fr 1fr;
    gap:26px;
    margin-top:34px;
}

.gaya-guide-card {
    padding:28px 32px;
    border-radius:24px;
    border:1px solid rgba(40,150,58,.25);
    background:linear-gradient(135deg, #f7fff3 0%, #fff 100%);
    text-align:left;
}

.gaya-guide-card.is-warn {
    border-color:rgba(238,174,57,.35);
    background:linear-gradient(135deg, #fff9e8 0%, #fff 100%);
}

.gaya-guide-card__title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row-reverse;
}
.gaya-guide-card__title img { width: 50px; opacity: 0.25; }
.gaya-guide-card p:last-child { margin: 0; }

.gaya-guide-card h4 {
    font-size: 22px;
    font-weight: 600;
    color: #247a2d;
}

.gaya-guide-card.is-warn h4 {
    color:#9b6b00;
}

.gaya-guide-card p {
    position:relative;
    margin:7px 0;
    padding-left:12px;
    font-size:15px;
    line-height:1.6;
    color:#444;
}

.gaya-guide-card p::before {
    content:"";
    position:absolute;
    top:11px;
    left:0;
    width:4px;
    height:4px;
    border-radius:50%;
    background:#555;
}

.gaya-notice-actions {
    margin-top:38px;
    text-align:center;
}

.gaya-notice-actions button {
    min-width:220px;
    height: 50px;
    border:1px solid #24963b;
    border-radius:999px;
    background:#fff;
    color:#247a2d;
    font-size:18px;
    font-weight: 700;
    cursor:pointer;
	padding: 0; 
}
.gaya-notice-actions button:hover {
	border: 1px solid #8bc11b;
    color: #fff;
    background: #6EB92C;
}
.gaya-apply-page form[name="form1"]::before { content: initial; }

/* s : 참가 유의사항 */
.gaya-notice-guide {
	position: relative;
    width: 100%;
    margin: 28px auto 0;
    padding: 28px;
    background: #fffdf4;
    border: 1px solid #e8ead8;
    border-radius: 24px;

	display: none;
    /* box-shadow: 0 14px 34px rgba(78, 91, 55, 0.06); */
}

.gaya-notice-guide__head {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    margin-bottom: 12px;
}

.gaya-notice-guide__icon {
    flex: 0 0 auto;
    width: 34px;
    height: 34px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #eaf7df;
    color: #188631;
    font-size: 18px;
    font-weight: 900;
}

.gaya-notice-guide__head h3 {
    margin: 0 0 6px;
    color: #15762f;
    font-size: 24px;
    font-weight: 700;
	line-height: 1.4;
}

.gaya-notice-guide__head p {
    margin: 0 0 6px;
    color: #666;
    font-size: 16px;
    line-height: 1.55;
    font-weight: 500;
}

.gaya-notice-guide__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 18px;
}

.gaya-notice-card {
    position: relative;
    padding: 24px 24px 22px;
    border-radius: 20px;
    border: 1px solid rgba(0, 0, 0, 0.06);
}

.gaya-notice-card--copyright {
    background: #f7fcf2;
    border-color: #dfead2;
}

.gaya-notice-card--photo {
    background: #fffae8;
    border-color: #eadfbd;
}
.gaya-notice-card--photo .gaya-notice-card__title span {
    background: #fffef8;
    color: #6f541b;
}
.gaya-notice-card--photo .gaya-notice-card__desc {
    background: #fff1cf;
    color: #7a5412;
	border-top: 1px solid #ffe9d6;
	border-bottom: 1px solid #ffe9d6;
}
.gaya-notice-card--photo li::before {
    color: #6f9b37;
}

.gaya-notice-card__title {
    display: flex;
    align-items: center;
    margin-bottom: 16px;
}

.gaya-notice-card__title span {
    display: inline-flex;
    align-items: center;
    min-height: 32px;
    padding: 9px 17px 5px;
    border-radius: 999px;
    background: #ffffff;
    color: #176d2d;
    font-size: 17px;
    font-weight: 650;
    letter-spacing: -0.02em;
    box-shadow: 0 6px 16px rgba(42, 83, 31, 0.08);
}

.gaya-notice-card__desc {
    margin: 0 0 12px;
    padding: 8px 12px;
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.65);
    color: #5a4a1f;
    color: #c67613;
    font-size: 14px;
    line-height: 1.55;
    letter-spacing: -0.03em;
    font-weight: 600;
    background: #bd7f3114;
    border-radius: 0;
}

.gaya-notice-card ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.gaya-notice-card li {
    position: relative;
    padding-left: 22px;
    color: #333;
    font-size: 15px;
    line-height: 1.75;
    letter-spacing: -0.035em;
    word-break: keep-all;
	font-weight: 500;
}

.gaya-notice-card li + li {
    margin-top: 7px;
}

.gaya-notice-card li::before {
    content: "✓";
    position: absolute;
    top: 0;
    left: 0;
    color: #188631;
    font-size: 14px;
    font-weight: 900;
}
.gaya-notice-card strong {
    color: #13762d;
    font-weight: 700;
}
.gaya-notice-card--photo strong {
    color: #8a5b00;
}

.gaya-notice-card--photo strong {
    color: #7a5412;
}

/* e : 참가 유의사항 */

@media (max-width: 900px) {
    .gaya-notice-main {
        padding:46px 0 70px;
    }

    .gaya-notice-card {
        padding:28px 22px;
        border-radius:22px;
    }

    .gaya-search-row {
        grid-template-columns:1fr;
    }

    .gaya-search-btn {
        width:100%;
    }

    .gaya-guide-grid {
        grid-template-columns:1fr;
    }
}

@media (max-width: 768px) {
    .gaya-notice-guide {
        margin-top: 22px;
        padding: 22px 18px;
        border-radius: 20px;
    }

    .gaya-notice-guide__grid {
        grid-template-columns: 1fr;
        gap: 14px;
    }

    .gaya-notice-guide__head h3 {
        font-size: 21px;
    }

    .gaya-notice-card {
        padding: 20px 18px;
        border-radius: 18px;
    }

    .gaya-notice-card li {
        line-height: 1.7;
    }
	.gaya-notice-card--copyright { margin-bottom: 0; }
	.gaya-notice-card + .gaya-notice-card { margin-top: 20px; margin-bottom: 20px; }
}

@media (max-width: 640px) {
    .gaya-notice-title {
        align-items:flex-start;
    }

    .gaya-notice-title h3 {
        font-size:24px;
    }

    .gaya-result-table table,
    .gaya-result-table thead,
    .gaya-result-table tbody,
    .gaya-result-table tr,
    .gaya-result-table th,
    .gaya-result-table td {
        display:block;
    }

    .gaya-result-table thead {
        display:none;
    }

    .gaya-result-table tr {
        padding:14px;
        border:1px solid #e5e5e5;
        border-radius:18px;
        margin-bottom:14px;
    }

    .gaya-result-table td {
        display:flex;
        justify-content:space-between;
        gap:16px;
        padding:12px 4px;
        border-bottom:1px solid #eee;
        text-align:right;
		align-items: center;
    }
	.gaya-result-table tr { border: 0; margin-bottom: 0; }
	.gaya-result-table .result__table tr td { border-left: 0; }

    .gaya-result-table td::before {
        content:attr(data-label);
        font-weight: 700;
        color:#247a2d;
        text-align:left;
    }

    .gaya-result-table td:last-child {
        border-bottom:0;
    }
	.gaya-result-table table { border: 0; }
	.gaya-result-table tr { 
		border: 1px solid #ddd;
        border-bottom: 2px solid #ddd;
        margin-bottom: 20px;
	}
	.gaya-result-table tr td { border-bottom: 1px solid #eee; }
	.gaya-result-table tr:last-child td { border-bottom: 1px solid #eee; }
	.gaya-result-table tr:last-child td:last-child { border-bottom: 0; }
}

@media (max-width: 578px) {
	.gaya-notice-title h3 { 
		font-size: 20px;
	}
	.gaya-notice-title p { font-size: 15px; }
}