/* 최상단 배너 */
.gaya-hero {
    position: relative;
    padding: 70px 0 125px;
    background: #FFF7D8;
	background: linear-gradient( 312deg, #FFF9E8 0%, #FFF3C9 100%);
	background: linear-gradient(to bottom, #FFF9E8 0%, #ffecec 60%, #8dffa0 100%);
	background: linear-gradient(to bottom, #FFF9E8 0%, #a9e8ff 50%, #8dffa0 100%);
    overflow: hidden;
	z-index: 0;
}

.gaya-hero__inner {
    position: relative;
}

.gaya-hero__content {
	text-align: center;
	align-self: center;
	padding-bottom: 30px;
	position: relative;
}

.gaya-hero__eyebrow {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 11px 28px 9px;

    background: #2F9B38;
    color: #fff;

    font-size: 22px;
    font-weight: 700;
    z-index: 1;
	border-radius: 40px 40px 0 0;
	margin-bottom: 15px;
}

/* 위에 반원 */
.gaya-hero__eyebrow::before {
    content: "";
    position: absolute;
    top: -2px;
    left: 50%;
    transform: translateX(-50%);
    width: 110px;
    height: 6px;
    background: #2F9B38;
    border-radius: 50%;
    z-index: -1;
}

.gaya-hero h1 {
    margin: 0;
    font-size: clamp(58px, 7vw, 88px);
    line-height: 1.05;
}

.gaya-hero h1 strong {
    display: block;
    color: #EF6654;
}
.gaya-hero .hero-main-title .color-- {
	font-family: 'LotteriaChwapttaenggyeo';
    font-weight: 200;
	font-size: 86px;
}
.gaya-hero .hero-main-title .color__wrap {
    display: flex;
    justify-content: center;
    gap: 20px;
}
.hero-main-title .color--1 { color: #2F9B38; }
.hero-main-title .color--2 { color: #ec6b59; }
.hero-main-title .color--3 { color: #8bba29; } 

.gaya-hero__desc {
    margin: 25px 0 0;
    color: #222;
    font-size: 24px;
    line-height: 1.4;
    font-weight: 900;
	font-family: 'Cafe24Surround';
} 
.gaya-hero__desc .point--color { 
	color: #28963A; 
    font-family: 'Cafe24Surround';
}

.gaya-period {
    display: inline-flex;
    align-items: center;
    gap: 18px;
    margin-top: 28px;
    padding: 18px 34px;
    background: #fff;
    border-radius: 50px;
    box-shadow: 0 12px 28px rgba(0,0,0,.1);
}

.gaya-period span {
    color: #EF6654;
    color: #222;
    font-weight: 800;
	font-size: 16px;
}

.gaya-period strong {
    color: #222;
	color: #ec6b59;
    font-size: 26px;
    font-weight: 800;
}

.gaya-region {
    margin-top: 26px;
    text-align: center;
}

.gaya-region__title {
    margin: 0 0 14px;
    color: #4d7f27;
    font-size: 18px;
    font-weight: 700;
}

.gaya-region__list {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;
}

.gaya-region__list span {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    min-width: 72px;
    height: 42px;
    padding: 0 18px;

    border-radius: 999px;

    color: #fff;
    font-size: 16px;
    font-weight: 700;

    box-shadow: 0 6px 14px rgba(0,0,0,.08);
}

.region--1 { background: #8dbd2d; }
.region--2 { background: #3bb4d8; }
.region--3 { background: #8f5bc6; }
.region--4 { background: #c97b2f; }
.region--5 { background: #f0b323; }
.region--6 { background: #f39b1f; }
.region--7 { background: #2f6ec9; }
.region--8 {
    background: #fff;
    color: #444 !important;
    border: 2px solid #ddd;
}

/* BUTTON */
.gaya-btn {
    display:inline-flex;
    align-items:center;
    justify-content:center;
    min-height: 43px;
    padding: 0 40px;
    border-radius: 999px;
    font-size: 16px;
    font-weight: 600;
    transition: .2s ease;
}

.gaya-btn:hover {
    transform:translateY(-2px);
}

.gaya-btn--green {
    background: #28963A;
    color:#fff;
    box-shadow:0 8px 18px rgba(40,150,58,.22);
}

.gaya-btn--green:hover {
    color: #fff;
    background: #8bba29;
}

.gaya-btn--gray {
    background:#999;
    color:#fff;
}

.gaya-btn--line {
    border:2px solid #28963A;
    color: #28963A;
    background:#fff;
}

.gaya-btn--line:hover {
    border: 2px solid #8bba29;
    color: #fff;
    background: #8bba29;
}

.gaya-btn--full {
    width: 68%;
    margin: 22px auto 0;
    display: flex;
}

/* QUICK */
.gaya-quick {
    position:relative;
    z-index:4;
    margin-top:-70px;
	padding-bottom: 58px;
}

.gaya-quick__grid {
    display:grid;
    grid-template-columns:1fr 1fr;
    gap: 32px;
    padding: 28px;
    border-radius: 32px;
    background:#e8f4d8;
    box-shadow:0 14px 36px rgba(50,80,30,.12);
}

.gaya-quick__card {
    /* display:grid;
    grid-template-columns:105px 1fr auto;
    align-items:center; */

	display: flex;
    align-items: center;
    justify-content: center;

    gap: 25px;
    min-height:150px;
    padding:28px 30px;
    border-radius:24px;
    background:#fff;
    box-shadow:0 10px 28px rgba(0,0,0,.08);
}

.gaya-quick__thumb {
    width:96px;
    height:96px;
    border-radius:50%;
    background:#eef7e8;
    position:relative;
	display: flex;
    align-items: center;
    justify-content: center;
}
.gaya-quick--right__card { 
	display: flex; 
	align-items: center;
	gap: 20px;
}
.gaya-quick__thumb--icon-1 {
	width: 70px; 
	padding-left: 10px;

}
.gaya-quick__thumb--icon-2 {
	width: 60px; 
	padding-left: 4px;
    padding-top: 3px;
}

/* .gaya-quick__thumb::before {
    content:"";
    position:absolute;
    inset:22px;
    border-radius:14px;
    background:var(--green);
    opacity:.9;
} */

.gaya-quick__text h2 {
    margin: 0;
    color: #28963A;
    font-size: 26px;
    line-height: 1.2;
    font-weight: 700;
}

.gaya-quick__text p {
    margin: 8px 0 6px;
    color: #666;
    font-size: 16px;
}

/* SECTION COMMON */
.gaya-section {
    padding: 0 0 58px;
}

.gaya-section__head {
    display:flex;
    align-items:center;
    gap:12px;
    margin-bottom:24px;
}

.gaya-section__head span {
    display:inline-flex;
    width:34px;
    height:34px;
    align-items:center;
    justify-content:center;
    border-radius:50%;
    /* ㄴbackground: var(--green);
	background: #ec6b59; */
    background: #8bba29;
    color:#fff;
    font-size: 0;
}

.gaya-section__head span img {
	width: 100%; 
	height: 100%;
	object-fit: contain;
	padding: 7px; 
}

.gaya-section__head h2 {
    margin:0;
    font-size:28px;
    font-weight: 800;
}

.gaya-section__head p {
    display:none;
}

/* WIDE INFO */
.gaya-section.gaya-info {
	padding-bottom: 58px;
}

.gaya-info-card,
.gaya-card,
.gaya-notice__box {
    background:#fff;
    border-radius:30px;
    padding:36px;
    box-shadow:0 12px 34px rgba(0,0,0,.07);
}

.gaya-info__grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    border-radius: 22px;
    background: #fffdf8;
	background: #fffaee;
    border: 1px solid #eee7d8;
    overflow: hidden;
}

.gaya-info__grid article {
    min-height:210px;
    padding: 30px 12px 15px;
    text-align:center;
    border-right:1px dashed #ddd3bf;
}

.gaya-info__grid article:last-child {
    border-right:0;
}

.gaya-icon {
    display: flex;
    width: 54px;
    height: 54px;
    margin:0 auto 18px;
    border-radius:50%;
    /* background: var(--green2); */
	align-items: center;
    justify-content: center;
}
.gaya-icon img { width: 100%; }

.gaya-info__grid h3 {
    margin:0 0 12px;
    color:#3b2b1f;
    font-size:22px;
    font-weight: 700;
}

.gaya-info__grid p,
.gaya-topic-question {
    color: #444;
    font-size: 16px;
    line-height: 1.6;
    font-weight: 500;
}

.gaya-info__grid p span.boring { 
	font-size: 12px;
	color: #2f6ec9;
	color: #ec6b59;
	font-weight: 600;
}

.gaya-result-print-wrap {
    margin: 10px auto 0;
    /* padding-top: 8px;
    border-top: 1px dashed #f0c36a; */
    font-size: 12px;
    line-height: 1.45;
    font-weight: 700;
    color: #555;
    word-break: keep-all;
	border: 1px solid #f0c36a;
	background: #FEF5E1;
	display: flex;
    align-items: center;
	padding: 10px 15px;
	gap: 15px;
	border-radius: 10px;
}

.gaya-result-print-wrap img { 
    width: 45px;
    border-radius: 10px 10px 2px 2px;
    padding: 5px;
    background: #ffe5aa;
}
.gaya-result-print-wrap .text--wrap { text-align: left; }
.gaya-result-print-wrap .text--wrap .print-label {
    display: inline-block;
    background: #d94b2b;
	color: #fff;
    font-weight: 600;
    font-size: 13px;
	padding: 0 6px;
	border-radius: 10px;
	margin-bottom: 4px;
}
.gaya-result-print-wrap .text--wrap .gaya-result-print {
    font-size: 14px;
    line-height: 1.4;
}

.gaya-result-print b {
    color: #d94b2b;
    font-weight: 700;
}

.gaya-topic-question {
    margin-top: 14px;

    display: flex;
    flex-direction: column;
    gap: 4px;
}

.gaya-topic-question span {
    display: inline-block;

    color: #444;
    font-size: 14px;
    line-height: 1;
    font-weight: 500;

    opacity: .9;
}

.gaya-topic-question span::before {
    content: "“";
    color: #8bba29;
    font-size: 20px;
    font-weight: 700;
}

.gaya-topic-question span::after {
    content: "”";
    color: #8bba29;
    font-size: 20px;
    font-weight: 700;
}

.gaya-region-mini {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 6px;

    margin-top: 18px;
}

.gaya-region-mini span {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    min-width: 44px;
    height: 26px;
    padding: 0 10px;

    border-radius: 999px;

    color: #fff;
    font-size: 11px;
    font-weight: 700;

    line-height: 1;
}

.gaya-region-mini .region--1 { background: #8dbd2d; }
.gaya-region-mini .region--2 { background: #3bb4d8; }
.gaya-region-mini .region--3 { background: #8f5bc6; }
.gaya-region-mini .region--4 { background: #c97b2f; }
.gaya-region-mini .region--5 { background: #f0b323; }
.gaya-region-mini .region--6 { background: #f39b1f; }
.gaya-region-mini .region--7 { background: #2f6ec9; }

.gaya-region-mini .region--8 {
    background: #fff;
    color: #444;
    border: 1px solid #ccc;
}

.gaya-art-tools { margin-top: 20px; }
.gaya-art-tools img { height: 40px; }

/* s:접수전 유의사항 */
.gaya-submit-notice {
	padding: 0 0 70px;
}

.gaya-submit-notice__box {
	position: relative;
	padding: 46px;
	border-radius: 30px;
	background:
		radial-gradient(circle at 12% 18%, rgba(255, 217, 120, 0.22), transparent 220px),
		linear-gradient(180deg, #fffaf0 0%, #fff 100%);

	border: 1px solid #efd9ad;
	box-shadow: 0 14px 34px rgba(60, 50, 30, 0.08);
}

.gaya-submit-notice__head {
	text-align: center;
	margin-bottom: 34px;
}

.gaya-submit-notice__label {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 10px;
	padding: 6px 14px;
	border-radius: 999px;
	background: #ff765f;
	color: #fff;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0.08em;
}

.gaya-submit-notice__head h2 {
	margin: 0;
	color: #2f332f;
	font-size: clamp(30px, 3vw, 44px);
	font-weight: 700;
	letter-spacing: -0.045em;
	line-height: 1.22;
}

.gaya-submit-notice__head h2::before {
	content: "꼭! ";
	color: #ff765f;
}

.gaya-submit-notice__head p {
	margin: 12px auto 0;
	max-width: 760px;
	color: #555;
	font-size: 17px;
	line-height: 1.65;
}

.gaya-submit-notice__grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 24px;
}

.gaya-submit-notice__card {
	position: relative;
	min-height: 100%;
	padding: 30px;
	border-radius: 24px;
	background: #fff;
	border: 1px solid #ecd8b7;
	overflow: hidden;
}

.gaya-submit-notice__card--copyright {
	background:
		linear-gradient(180deg, rgba(255, 246, 236, 0.9), #fff);
}

.gaya-submit-notice__card--photo {
	background:
		linear-gradient(180deg, rgba(245, 252, 241, 0.95), #fff);
}

.gaya-submit-notice__card::after {
	/* content: ""; */
	position: absolute;
	right: 24px;
	bottom: 20px;
	width: 120px;
	height: 120px;
	border-radius: 30px;
	opacity: 0.08;
	pointer-events: none;
}

.gaya-submit-notice__card--copyright::after {
	background: #ff765f;
}

.gaya-submit-notice__card--photo::after {
	background: #3f9a48;
}

.gaya-submit-notice__card-head {
	display: flex;
	align-items: center;
	gap: 14px;
	margin-bottom: 22px;
	padding-bottom: 18px;
	border-bottom: 1px dashed #ead7b6;
}

.gaya-submit-notice__icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 auto;
	width: 46px;
	height: 46px;
	border-radius: 50%;
	background: #ff765f;
	color: #fff;
	font-size: 20px;
	font-weight: 800;
}

.gaya-submit-notice__card--photo .gaya-submit-notice__icon {
	background: #4a9f4b;
}

.gaya-submit-notice__card-head h3 {
	margin: 0;
	color: #2f332f;
	font-size: 22px;
	font-weight: 700;
	letter-spacing: -0.03em;
	line-height: 1.25;
}

.gaya-submit-notice__card-head p {
	margin: 4px 0 0;
	color: #ff765f;
	font-size: 15px;
	font-weight: 600;
}

.gaya-submit-notice__card--photo .gaya-submit-notice__card-head p {
	color: #3f8f42;
}

.gaya-submit-notice__desc {
	margin-bottom: 16px;
	padding: 8px 16px;
	border-radius: 14px;
	background: #edf8ed;
	color: #3f6a3f;
	font-size: 16px;
	font-weight: 600;
	line-height: 1.55;
}

.gaya-submit-notice__card ul {
	position: relative;
	z-index: 1;
	margin: 0;
	padding: 0;
	list-style: none;
}

.gaya-submit-notice__card li {
	position: relative;
	padding-left: 26px;
	margin-bottom: 7px;
	color: #414841;
	font-size: 16px;
	line-height: 1.7;
}

.gaya-submit-notice__card li:last-child {
	margin-bottom: 0;
}

.gaya-submit-notice__card li::before {
	content: "✓";
	position: absolute;
	left: 0;
	top: 0;
	color: #3f9a48;
	font-weight: 800;
}

.gaya-submit-notice__card li strong { font-weight: 600; }
.gaya-submit-notice__card li .c1 { color: #a34c1d; }
.gaya-submit-notice__card li .c2 { color: #3f8f42; }

.gaya-submit-notice__card--copyright li::before {
	color: #ff765f;
}

.gaya-submit-notice__card em {
	color: #777;
	color: #3f8f42;
	font-style: normal;
	font-size: 15px;
}

@media only screen and (max-width: 900px) {
	.gaya-submit-notice {
		padding: 50px 0;
	}

	.gaya-submit-notice__box {
		padding: 30px 20px;
		border-radius: 24px;
	}

	.gaya-submit-notice__grid {
		grid-template-columns: 1fr;
	}

	.gaya-submit-notice__card {
		padding: 24px 20px;
	}
}
/* e:접수전 유의사항 */


/* TWO COL */
.gaya-two-grid {
    display:grid;
    grid-template-columns:1fr 1fr;
    gap: 58px;
    align-items:stretch;
}

.gaya-card {
    min-width:0;
}

/* AWARD TABLE */
.gaya-table-wrap {
    overflow-x:auto;
}

.gaya-table {
    width: 100%;
    min-width: 480px;
    border-collapse:separate;
    border-spacing:0;
    overflow:hidden;
    border:2px solid #85c77e;
    border-radius:18px;
}

.gaya-table th,
.gaya-table td {
    padding: 18px 7px;
    text-align:center;
    border-right:1px solid #cfe8c9;
    border-bottom:1px solid #cfe8c9;
    font-size:16px;
}

.gaya-table tr:last-child th,
.gaya-table tr:last-child td {
    border-bottom:0;
}

.gaya-table th:last-child,
.gaya-table td:last-child {
    border-right:0;
}

.gaya-table thead th {
    background: #28963A;
    color:#fff;
    font-weight:900;
}

.gaya-table tbody th {
    color:#333;
    font-weight:900;
    background: #fbfff7;
	background: #fffaee;
}

.gaya-table th:first-child {

}

.gaya-note {
    margin:18px 0 0;
    color:#555;
    font-size:15px;
    line-height:1.7;
}
.gaya-gift-note {
    display: flex;
	flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 12px;

    margin-top: 18px;
    padding: 6px 20px;

    border-radius: 16px;
    background: linear-gradient(135deg, #fff7d8 0%, #ffefb3 100%);
	background: #fffaee;
}

.gaya-gift-note img {
    width: 34px;
    flex-shrink: 0;
	display: block;
}

.gift-title--wrap { display: flex; gap: 10px; align-items: center; }

.gaya-gift-note .gift--title {
    margin: 0;
    color: #5b4314;
    font-size: 16px;
    font-weight: 800;
    line-height: 1.4;
	letter-spacing: 0.5px;
}
.gaya-gift-note .gift--title .plus { color: #28963A; font-size: 22px; font-weight: 800; }
.gaya-gift-note .gift-text--wrap p {
	margin-bottom: 5px;
}
.gaya-gift-note .gift-text--wrap p b { font-weight: 800; }
.gaya-gift-note .gift-text--wrap p .print-- {
	background-color: #28963A;
	color: #fff;
	border-radius: 3px;
	padding: 2px 3px;
}
.gaya-gift-note .gift-text--wrap .point-- { 
    border: 2px solid #55d369;
    background-color: #FCF9DC;
    padding: 2px;
	border-radius: 7px;
}

/* 작년 수상작 예시 */
.gaya-works {
	display: none;
    padding-top: 0;
}

.gaya-works__card {
    padding: 34px 36px 30px;
    border-radius: 30px;
    background: #fff;
    box-shadow: 0 12px 34px rgba(0,0,0,.07);
}

.gaya-works__head {
    justify-content: space-between;
}

.gaya-works__head > div {
    display: flex;
    align-items: center;
    gap: 12px;
}

.gaya-works__more {
    color: var(--green);
    font-size: 15px;
    font-weight: 800;
}

.gaya-works__more::after {
    content: " ›";
}

.gaya-works__list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
}

.gaya-works__item {
    overflow: hidden;
    border-radius: 14px;
    background: #fffaee;
    border: 1px solid #eee7d8;
    aspect-ratio: 4 / 2.6;
}

.gaya-works__item img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.gaya-works__notice {
    margin: 16px 0 0;
    color: #555;
    font-size: 14px;
    text-align: center;
    line-height: 1.5;
}

@media screen and (max-width: 768px) {
    .gaya-works__list {
        grid-template-columns: repeat(2, 1fr);
    }

    .gaya-works__card {
        padding: 28px 24px;
    }
}



@media screen and (max-width: 480px) {
    .gaya-works__list {
        grid-template-columns: 1fr;
    }
}
/* e : 작년 수상작 예시 */

/* METHOD */
.gaya-method__box {
    display: block;
	height: 90%;
}

.gaya-method__box ol {
    margin: 0;
    padding: 10px;
    list-style:none;
    display: grid;
    grid-template-columns: repeat(2, 2fr);
    gap: 0;
    border-radius: 22px;
    background: #fffdf8;
	background: #fffaee;
	height: 100%;
    border: 1px solid #eee7d8;
}
.gaya-process__notice {
    margin-bottom: 22px;

    border-radius: 12px;
    /* background: #f7f7f3;
    padding: 14px 16px; */
	padding-top: 12px;
	text-align: center;
}

.gaya-process__notice p {
    color: #555;
    font-size: 14px;
    line-height: 1.6;
    word-break: keep-all;
}

.gaya-process__notice p + p {
    margin-top: 4px;
}

.gaya-method__box li {
    padding:8px 18px;
    text-align:center;
    border-right:1px dashed #ddd3bf;
}

.gaya-method__box li:nth-child(1),
.gaya-method__box li:nth-child(2) {
	border-bottom: 1px dashed #ddd3bf; 
}
.gaya-method__box li:nth-child(2),
.gaya-method__box li:nth-child(4),
.gaya-method__box li.gaya-process__full {
    border-right: 0;
}

.gaya-method__box strong {
    color:var(--green);
	font-size: 12px;
    font-weight: 700;
	position: relative;
	margin-bottom: 10px;
    display: inline-block;
}

.gaya-method__box strong::before {
    content:"✓";
    font-size: 16px;
    font-weight: 800;
	padding-right: 6px;
}

.gaya-method__box h3 {
    margin:0 0 10px;
    font-size: 19px;
    font-weight: 700;
}

.gaya-method__box p {
    margin: 0;
    color: #555;
    font-size: 15px;
    line-height: 1.35;
}

.gaya-method__box li.gaya-process__full {
    grid-column: 1 / -1;
    border-right: 0;
    border-top: 1px dashed #ddd3bf;
    padding: 18px 22px;
    text-align: center;
    background: #fbf2de;
    border-radius: 0 0 16px 16px;

	display: flex;
    align-items: center;
    justify-content: center;
}
.gaya-method__box li.gaya-process__full p:first-of-type {
    display: block;

    padding: 6px 12px;
    margin-bottom: 8px;

    border-radius: 999px;
    background: #eef7df;
	background: #fff;

    color: #2d5f2d;
    font-weight: 700;
}

.gaya-method__box li.gaya-process__full h3 {
    margin-bottom: 8px;
}

.gaya-method__box li.gaya-process__full p {
    font-size: 14px;
    line-height: 1.6;
}

.gaya-method__box li.gaya-process__full p + p {
    margin-top: 4px;
    color: #777;
}

/* KAKAO IN METHOD */
.gaya-notice {
    background: #fee500;
	padding: 0;
	border-radius: 20px;
	margin: 0 auto 50px;
	width: min(1280px, calc(100% - 48px));
}

.gaya-contact__box {
	width: min(1280px, calc(100% - 48px));
    margin: 0 auto 0;
    padding: 28px 22px;
    border-radius:18px;
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:18px;
	position: relative;
}

.gaya-contact__box .bg---img {
    position: absolute;
    opacity: 0.2;
}

.gaya-contact__box .bg---img-1 {
    width: 55px;
    left: 43%;
    top: 20%;
}
.gaya-contact__box .bg---img-2 {
	width: 35px;
    left: 40%;
    top: 48%;
}

.inner--gaya-contact__box {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 20px;
}
.gaya-contact__btn  {
	display: flex; 
	align-items: flex-end;
    gap: 20px;
}
.gaya-contact__mark {
    flex:0 0 auto;
    width: 110px;
    /* background: rgba(255,255,255,.6); */
    color:#3A2F00;
    display:flex;
    align-items:center;
    justify-content:center;
    font-weight:900;
}
.gaya-contact__mark img {
	width: 100%;
	padding: 0 15px;
}
.inner--gaya-contact__box .ch--1 { width: 70px; padding: 0; }

.gaya-contact__box span {
    display:none;
}

.gaya-contact__box h2 {
    margin:0 0 4px;
    font-size:21px;
    font-weight: 700;
}

.gaya-contact__box p {
    margin:0;
    color:#555;
    font-size:14px;
}

.gaya-btn--kakao {
    border: 2px solid #462411;
    color: #fff;
    background: #462411;
    white-space:nowrap;
}

/* NOTICE */
.gaya-notice__box {
    display:grid;
    grid-template-columns:190px 1fr 40px;
    align-items:center;
    gap:26px;
    background:#f4f9ee;
}

.gaya-notice__box h2 {
    margin:0;
    color:var(--green);
    font-size:30px;
    font-weight: 700;
}

.gaya-notice__box p {
    margin:0;
    color:#444;
    font-size:18px;
    line-height:1.65;
}

.gaya-notice__box::after {
    content:"›";
    color:var(--green);
    font-size:52px;
    font-weight:300;
}



/* 카카오 re */
.gaya-contact__box {
    overflow: hidden;
}

.bg---img--wrap {
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: 0;
}

.gaya-contact__box > *:not(.bg---img--wrap) {
    position: relative;
    z-index: 1;
}

.gaya-contact__box .bg---img {
    position: absolute;

}

.gaya-contact__box .bg---img-1 {
    width: 72px;
    left: 42%;
    top: 16%;
	opacity: 0.3;
}

.gaya-contact__box .bg---img-2 {
    width: 48px;
    left: 52%;
    top: 46%;
    transform: rotate(-8deg);
	opacity: 0.3;
}

.gaya-contact__box .bg---img-3 {
    width: 58px;
    right: 32%;
    top: 18%;
    transform: rotate(10deg);
    opacity: 0.35;
}



/* 반응형 */

@media screen and (max-width: 1280px) {
	/* 메인 배너 영역 - gaya-hero */
	.gaya-hero .hero-main-title .color-- { font-size: 75px; }
	.gaya-hero__eyebrow { font-size: 17px; padding: 8px 28px 6px; }
	.gaya-hero__eyebrow::before { width: 90px; }
	.gaya-hero__desc { font-size: 22px; }
	.gaya-period strong { font-size: 20px; }


	.gaya-quick__card { justify-content: flex-start; }
	.gaya-quick--right__card {
		align-items: flex-start;
		gap: 20px;
		flex-direction: column;
	}
}

@media screen and (max-width: 1200px) {
	/* 메인 배너 영역 - gaya-hero */
	.gaya-period { margin-top: 18px; }
	.gaya-region {
		width: 450px;
		margin: 26px auto 0;
	}

	.gaya-hero .hero-main-title .color-- { font-size: 70px; }
}

@media screen and (max-width: 1080px) {
	.gaya-info__grid { grid-template-columns: repeat(2, 2fr); }
	.gaya-info__grid article:nth-child(2) { border-right: 0; }
	.gaya-info__grid article:nth-child(1),
	.gaya-info__grid article:nth-child(2) { border-bottom: 1px dashed #ddd3bf; }

	.gaya-method__box li { padding: 18px; }
	
	.gaya-info__grid article:nth-child(2) { border-right: 1px dashed #ddd3bf; }

	
}

@media screen and (max-width: 1024px) {
	.gaya-two-grid { grid-template-columns: 1fr; }
	.gaya-method__box ol { grid-template-columns: repeat(2, 2fr); }
	.gaya-method__box li:nth-child(1),
	.gaya-method__box li:nth-child(2) { border-bottom: 0; }
	.gaya-info__grid article:nth-child(2) { border-right: 1px dashed #ddd3bf; }

	.gaya-method__box li:nth-child(1), .gaya-method__box li:nth-child(2) { border-bottom: 1px dashed #ddd3bf; }
}
@media screen and (max-width: 992px) {
	.gaya-quick__card { padding: 18px 20px; flex-direction: column; gap: 15px; }
	.gaya-quick--right__card { gap: 10px; }
	.gaya-section__head h2 { font-size: 24px; }
	.gaya-quick__text h2 { font-size: 24px; text-align: center; }
	.gaya-quick--right__card .gaya-btn { margin: 0px auto; }
	.gaya-btn { margin: 20px auto 0; }	

}


@media screen and (max-width: 768px) {
	.gaya-quick__card { padding: 18px 5px; }
	.gaya-quick__thumb { width: 76px; height: 76px; }
	.gaya-quick__grid { gap: 22px; padding: 20px; }
	.gaya-quick__thumb--icon-1 { width: 57px; }
	.gaya-quick__thumb--icon-2 { width: 45px; }
	.gaya-quick__text h2 { font-size: 20px; }
	.gaya-quick__text p { margin: 5px 0; }

	.gaya-region { width: 350px; }


	.gaya-info__grid article { padding: 20px; }
	.gaya-icon { margin: 0 auto 10px; }
	.gaya-info__grid h3 { font-size: 20px; margin: 0 0 8px }

	.gaya-contact__box { flex-direction: column; }
	
	.inner--gaya-contact__box { width: 100%; justify-content: flex-start; }
	.gaya-btn--kakao { width: 100%; }

	.gaya-submit-notice__head h2 { font-size: 28px; }
	.gaya-submit-notice__head p { font-size: 16px; }
}
@media screen and (max-width: 650px) {
	.gaya-method__box strong { margin-bottom: 8px; }

	.gaya-result-print-wrap { flex-direction: column; }
	.gaya-result-print-wrap .text--wrap { text-align: center; }
}

@media screen and (max-width: 578px) {
	/* 공톹 */
	.gaya-info-card, .gaya-card, .gaya-notice__box { padding: 18px; }

	/* 메인 배너 영역 - gaya-hero */
	.gaya-hero { padding: 50px 0 125px; }
	.gaya-hero__eyebrow { font-size: 16px; margin-bottom: 10px; }
	.gaya-hero .hero-main-title .color__wrap { gap: 10px; } 

	.gaya-hero .hero-main-title .color-- { font-size: 40px; }
	.gaya-hero__desc { font-size: 18px; }
	.gaya-period { gap: 12px; }
	.gaya-period strong { font-size: 17px; }
	.gaya-period span { font-weight: 700; font-size: 15px; }

	.gaya-quick__grid { grid-template-columns: 1fr; }
	.gaya-quick__card { flex-direction: row; gap: 25px; padding: 18px 25px; }

	.gaya-quick__text h2 { text-align: left; }
	.gaya-quick--right__card .gaya-btn { margin: initial; }

	.gaya-info__grid article { min-height: 150px; }
	.gaya-info__grid { grid-template-columns: repeat(1, 4fr); }
	.gaya-info__grid p br { display: none; }
	.gaya-section__head { margin-bottom: 14px; gap: 8px; }
	.gaya-section__head span { width: 30px; height: 30px; }
	.gaya-section__head h2 { font-size: 24px; }
	.gaya-icon { width: 38px; }
	.gaya-info__grid article:nth-child(1), .gaya-info__grid article:nth-child(2), .gaya-info__grid article:nth-child(3) { border-right: 0; }
	.gaya-info__grid article:nth-child(3) { border-bottom: 1px dashed #ddd3bf; }

	.gaya-method__box ol { grid-template-columns: repeat(1, 4fr); }
	.gaya-method__box li:nth-child(1),.gaya-method__box li:nth-child(3) { border-right: 0; }
	.gaya-method__box li:nth-child(3) { border-bottom: 1px dashed #ddd3bf; }

	.inner--gaya-contact__box { gap: 20px; }
	.gaya-contact__box h2 { font-size: 19px; }
	.gaya-contact__box { gap: 0; }
	.gaya-section { padding: 0; padding-bottom: 58px; }
	.gaya-notice { padding-bottom: 0; }

	.gaya-gift-note .gift--title { font-size: 14px; }
	.gaya-gift-note .gift--title .plus { font-size: 17px; }
	.gaya-submit-notice__head h2 { font-size: 24px; }
	.gaya-submit-notice__head p { font-size: 15px; line-height: 1.45; width: 90%; }
	.gaya-submit-notice__card li { font-size: 15px; }
	.gaya-submit-notice__card-head h3 { font-size: 20px; font-weight: 650; }
	.gaya-submit-notice__card li { margin-bottom: 4px; }

} 
@media screen and (max-width: 480px) {
	.gaya-quick__card { padding: 18px 15px; }

	.gaya-period { width: 100%; justify-content: center; padding: 7px 34px; }
	.gaya-contact__btn { gap: 0; }
	.gaya-btn { padding: 0 20px; }
}
@media screen and (max-width: 450px) {
	.gaya-quick__card { flex-direction: column; gap: 15px; }
	.gaya-quick__text h2 { text-align: center; }
	.gaya-btn { width: 95%; }

	.inner--gaya-contact__box { flex-direction: column; }
	.gaya-contact__box { width: min(1280px, calc(100% - 0px)); }
	.gaya-contact__box h2 { text-align: center; }
	.gaya-contact__box p { text-align: center; }
}
@media screen and (max-width: 410px) {
	.gaya-notice { padding-bottom: 0; }
}


/* 온라인 교육 */
/* 온라인교육 배너 */
.gaya-edu-banner {
	padding-top: 10px;
	padding-bottom: 10px;

}

.gaya-edu-banner__link {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 40px;
	
	min-height: 300px;
    padding: 54px 66px;
    border-radius: 24px;
	background: #fbf8e9;
	background:
	linear-gradient(
	180deg,
	#fffdf5 0%,
	#fbf8e9 55%,
	#f6f4e3 100% );
	box-shadow: 0 12px 28px rgba(164, 146, 101, 0.08);
	margin-bottom: 58px; 
	overflow: hidden;
}
.gaya-edu-banner__link {
    background:
        linear-gradient(180deg, #fffdf5 0%, #fbf8e9 62%, #f6f1d8 100%);

    border: 2px solid #fff;
    box-shadow:
        0 0 0 1px rgba(216, 198, 143, .45),
        0 18px 38px rgba(130, 112, 61, .12);

    outline: 1px solid rgba(255,255,255,.7);
}
.gaya-edu-banner__link::before {
    content: "";
    position: absolute;
    inset: 14px;
    border-radius: 26px;
    border: 1px dashed rgba(207, 183, 111, .45);
    pointer-events: none;
}

.gaya-page a .gaya-edu-banner__content {}
.gaya-edu-banner__content {
	position: relative;
	z-index: 2;
	flex: 0 0 54%;
	max-width: 560px;
}
.gaya-edu-banner__content {
	z-index: 11; 

}

.gaya-edu-banner__label {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 7px;
    color: #93ae3d;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: .04em;
}

.gaya-edu-banner__content .big__title .point { color: #2f9b38; font-weight: 800; } 
.gaya-edu-banner__content h2 {
	margin: 0 0 16px;
	color: #1f1f1f;
	font-size: 40px;
	font-weight: 800;
	line-height: 1.15;
	/* letter-spacing: -0.04em; */
}

.gaya-edu-banner__content p {
	margin: 0 0 24px;
	color: #444;
	font-size: 17px;
	font-weight: 500;
	line-height: 1.45;
	word-break: keep-all;
}

.gaya-edu-banner__btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 300px; 
	height: 52px;
	padding: 0 30px;

	border-radius: 999px;
	background: #2f9b38;

	color: #fff;
    font-size: 18px;
    font-weight: 600;
}

.gaya-edu-banner__visual {
	bottom: 0;
	z-index: 2;

	width: 280px;
}

.gaya-edu-banner__visual img {
	display: block;
	width: 100%;
	height: auto;
	
	position: absolute;

}

/* 온라인강의 바로가기 배너 속 이미지 */
.gaya-edu-banner__visual .tube_green {
    right: 4%;
    top: 30px;
    width: 20px;
    transform: rotate(65deg);
}
.gaya-edu-banner__visual .crayon_yellow {
    right: 31%;
    top: 150px;
    width: 45px;
    transform: rotate(15deg);
}
.gaya-edu-banner__visual .img--1 {
    right: 6%;
    bottom: 20px;
    width: 250px;
    transform: rotate(0deg);
}
.gaya-edu-banner__visual .img--2 {
    right: 23%;
    bottom: 10px;
    width: 200px;
    z-index: -1;
    opacity: 0.9;
}
.gaya-edu-banner__visual .img--3 {
    right: 6%;
    top: 37%;
    width: 19px;
    transform: rotate(90deg);
}
.gaya-edu-banner__visual .img--4 {
    right: 40%;
    top: 55%;
    width: 25px;
    transform: rotate(-33deg);
}
.gaya-edu-banner__visual .img--5 {
    right: 8%;
    top: 45%;
    width: 19px;
    transform: rotate(90deg);
}
.gaya-edu-banner__visual .img--6 {
    left: 35%;
    top: 15%;
    width: 22px;
    transform: rotate(120deg);
}
.gaya-edu-banner__visual .img--7 {
    right: 18px;
    bottom: 60px;
    width: 25px;
    z-index: 3;
}
.gaya-edu-banner__visual .img--8 {
	right: 50px;
    bottom: 60px;
    width: 28px;
    z-index: 3;
}
.gaya-edu-banner__visual .img--9 {
    right: 30%;
    bottom: 30px;
    width: 21px;
    z-index: 3;
}
.gaya-edu-banner__visual .img--10 {
    right: 32%;
    bottom: 29px;
    width: 22px;
    z-index: 3;
}
.gaya-edu-banner__visual .img--11 {
    right: 38%;
    bottom: 31px;
    width: 19px;
    z-index: 3;
}
.gaya-edu-banner__visual .img--12 {
    right: 44%;
    bottom: 30px;
    width: 16px;
    z-index: 3;
}
.gaya-edu-banner__visual .img--12_7 {
    right: 45.5%;
    bottom: 26px;
    width: 14.5px;
    z-index: 3;
}
.img--12_7 {}
.gaya-edu-banner__visual .img--13 {
    right: -270px;
    bottom: -19px;
    width: 64%;
    z-index: 2;
}
.gaya-edu-banner__visual .img--14 {
    right: -100px;
    bottom: -35px;
    height: 80px;
    width: 77%;
    z-index: 1;
    /* opacity: 0.5; */
    transform: rotate(-3deg);
}

.gaya-edu-banner__visual .img--15 {
    right: 30%;
    top: 15%;
    width: 25px;
    transform: rotate(-33deg);
}
.gaya-edu-banner__visual .img--16 {
    right: 40%;
    top: 15%;
    width: 230px;
    transform: rotate(0deg);
	opacity: 0.5;
    z-index: -1;
}
.gaya-edu-banner__visual .img--17 {
    right: 10%;
    top: 10%;
    width: 200px;
    transform: rotate(0deg);
    opacity: 0.8;
}

.gaya-edu-banner__visual .male_subject--2 {
    right: 160px;
    bottom: 15px;
    width: 150px;
    z-index: 2;
}

/* 온라인강의 배너 반응형 */
@media (max-width: 1440px) {
	.gaya-edu-banner__visual .male_subject--2 { width: 130px; }
	.gaya-edu-banner__visual .img--7 { width: 22px; bottom: 59px; }
	.gaya-edu-banner__visual .img--8 { width: 23px; bottom: 58px; }
}
@media (max-width: 1280px) { 
	.gaya-edu-banner__link { padding: 44px 56px 36px; }
	.gaya-edu-banner__visual .img--7 { bottom: 57px; }
	.gaya-edu-banner__visual .img--8 { bottom: 56px; }
}
@media (max-width: 1200px) { 
	.gaya-edu-banner__visual .img--7 { bottom: 46px; }
	.gaya-edu-banner__visual .img--8 { bottom: 45px; }
	.gaya-edu-banner__visual .img--1 { width: 210px; }
}
@media (max-width: 1180px) { 
	.gaya-edu-banner__visual .img--7 { width: 21px; bottom: 42px; right: 15px; }
	.gaya-edu-banner__visual .img--8 { width: 21px; bottom: 41px; right: 43px; }
	.gaya-edu-banner__visual .img--12_7 { bottom: 20px; }
	.gaya-edu-banner__visual .img--12 { bottom: 23px; }
}
@media (max-width: 1080px) { 
	.gaya-edu-banner__visual .img--7 { bottom: 35px; }
	.gaya-edu-banner__visual .img--8 { bottom: 34px; }
}
/* 1024 이하 */
@media (max-width: 1024px) {
	.gaya-edu-banner__link {
		min-height: 280px;
		padding: 38px 40px;
	}

	.gaya-edu-banner__content {
		flex-basis: 60%;
		max-width: 500px;
	}

	.gaya-edu-banner__content h2 {
		font-size: 34px;
	}

	.gaya-edu-banner__content p {
		font-size: 16px;
	}

	.gaya-edu-banner__visual {
		right: 36px;
		width: 220px;
	}
	.gaya-edu-banner__visual .img--1 { right: 11%; bottom: 20px; }
	.gaya-edu-banner__visual .img--2 { bottom: 10px; }
	.gaya-edu-banner__visual .img--13 { width: 104%; }
	.gaya-edu-banner__visual .img--14 { right: -10px; }
	.gaya-edu-banner__visual .img--17 { width: 140px; }
}
@media (max-width: 992px) {
	.gaya-edu-banner__visual .male_subject--2 { right: 90px; }
}

/* 태블릿/모바일 */
@media (max-width: 768px) {
	.gaya-edu-banner__link {
		display: block;
		min-height: auto;
		padding: 54px 24px 180px;
		text-align: center;
	}

	.gaya-edu-banner__content {
		max-width: none;
		width: 100%;
	}

	.gaya-edu-banner__content h2 {
		font-size: 30px;
	}

	.gaya-edu-banner__content p {
		font-size: 16px;
	}

	.gaya-edu-banner__visual {
		left: 50%;
		right: auto;
		bottom: 0;
		width: 170px;
		transform: translateX(-50%);
	}

	.gaya-edu-banner__btn { margin: auto; }
	/* .gaya-edu-banner__visual img { display: none; } */
	.gaya-edu-banner__visual .tube_green {
        right: initial;
        left: 660px;
        top: -240px;
        width: 20px;
        transform: rotate(65deg);
	}
	.gaya-edu-banner__visual .crayon_yellow {
		right: initial;
		left: 570px;
		top: 20px;
		width: 39px;
		transform: rotate(15deg);
	}
	.gaya-edu-banner__visual .male_subject--2 {
        right: -20px;
        transform: rotate(52deg);
    }
	.gaya-edu-banner__visual .img--1 {
		display: block;
        left: 80px;
        bottom: -200px;
        width: 260px;
	}
	.gaya-edu-banner__visual .img--2 {
		display: block;
		left: 150%;
        bottom: -180px;
        width: 350px;
	}
	.gaya-edu-banner__visual .img--13 {
		width: 500px;
        left: -120px;
        bottom: -250px;
        height: 100px;
	}
	.gaya-edu-banner__visual .img--14 {
        left: 0;
        bottom: -244px;
        height: 100px;

        width: 833px;
        right: initial;
        transform: rotate(-183deg);
	}
	.gaya-edu-banner__visual .img--4 {
        right: initial;
        top: -30px;
        width: 25px;
        transform: rotate(-66deg);
        left: 660px;
	}
	.gaya-edu-banner__visual .img--6 {
        right: initial;
        top: -140px;
        width: 25px;
        transform: rotate(-33deg);
        left: 640px;
	}
	.gaya-edu-banner__visual .img--7 {
        bottom: -140px;
        right: 0;
        left: 200px;
        width: 17px;
    }

	.gaya-edu-banner__visual .img--8 {
        bottom: -130px;
        right: 0;
        left: 240px;
        width: 17px;
    }
	.gaya-edu-banner__visual .img--9 {
        bottom: -130px;
        right: 0;
        left: 360px;
        width: 17px;
    }
	.gaya-edu-banner__visual .img--10 {
        bottom: -120px;
        right: 0;
        left: 400px;
        width: 17px;
    }
	.gaya-edu-banner__visual .img--11 {
        bottom: -150px;
        right: 0;
        left: 620px;
        width: 17px;
    }
	.gaya-edu-banner__visual .img--12 {
        bottom: -150px;
        right: 0;
        left: 680px;
    }
	.gaya-edu-banner__visual .img--12_7 {
        bottom: -150px;
        right: 0;
        left: 710px;
    }
	.gaya-edu-banner__visual .img--15 {
		right: initial;
		top: -210px;
		width: 25px;
		transform: rotate(-33deg);
		left: 130px;
	}
	.gaya-edu-banner__visual .img--16 {
		right: initial;
        left: 460px;
        top: -250px;
	}
	.gaya-edu-banner__visual .img--17 {
        right: initial;
        left: 140px;
        top: -190px;
	}
}
@media (max-width: 702px) {
	.gaya-edu-banner__visual .tube_green { left: 570px; }
	.gaya-edu-banner__visual .img--4 { left: 590px; }
	.gaya-edu-banner__visual .img--6 { left: 600px; }
	.gaya-edu-banner__link { padding: 44px 24px 180px; }
    .gaya-edu-banner__visual .male_subject--2 {
		width: 110px;
        right: 0px;
        transform: rotate(51deg);
    }
}
@media (max-width: 650px) {
	.gaya-edu-banner__visual .img--4 {
	    left: 300%;
	}
	.gaya-edu-banner__visual .img--6 { left: 330%; }
	.gaya-edu-banner__visual .tube_green { width: 17px; left: 280%; }
	.gaya-edu-banner__visual .crayon_yellow {
        right: initial;
        left: 160px;
        top: 20px;
        width: 39px;
        transform: rotate(15deg);
    }
}
/* 모바일 */
@media (max-width: 578px) {
	.gaya-edu-banner__link {
		padding: 30px 20px 175px;
		border-radius: 26px;
	}

	.gaya-edu-banner__label {
		height: 28px;
		font-size: 11px;
	}

	.gaya-edu-banner__content h2 {
		font-size: 25px;
	}

	.gaya-edu-banner__content p {
		font-size: 14px;
		line-height: 1.55;
	}

	.gaya-edu-banner__btn {
		width: 100%;
		height: 48px;
		font-size: 14px;
	}

	.gaya-edu-banner__visual {
		width: 138px;
	}
	.gaya-edu-banner__visual .img--15 { left: 70px; width: 20px; }
	.gaya-edu-banner__visual .male_subject--2 { bottom: -160px; }
	.gaya-edu-banner__visual .img--5 {
	    right: initial;
		top: -130px;
		width: 19px;
		left: 320px;
		transform: rotate(90deg);
	}
}