@font-face {
    font-family: 'SchoolSafetyRoundedSmile';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/2408-5@1.0/HakgyoansimDunggeunmisoTTF-R.woff2') format('woff2');
    font-weight: normal;
    font-display: swap;
}

@font-face {
    font-family: 'SchoolSafetyRoundedSmile';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/2408-5@1.0/HakgyoansimDunggeunmisoTTF-B.woff2') format('woff2');
    font-weight: 700;
    font-display: swap;
}


:root {
	--base-font : "Pretendard Variable",'Noto Sans KR','Malgun Gothic',dotum,Sans-serif,AppleGothic;
	--logo-font : "SchoolSafetyRoundedSmile",'Noto Sans KR','Malgun Gothic',dotum,Sans-serif,AppleGothic;

	--base-bgcolor: #422817;

	--base-color: #ffa700;
	--base-color-dark : #5b311b;

	--logo-color1 : #ba6642;
	--logo-color2 : #804c31;

}

BODY {
	font-size: 1.8rem;
	position: relative;
	font-family: var(--base-font);
	background-image:url(../../../upfiles/2025October/42/1760550971_7d923311eb71f375834b818c860e583d.jpg);
}
BODY::before ,
BODY::after {
	content:'';
	display:block;

	position: absolute;
	z-index: -1;

	width:20rem;
	height: inherit;

	top:0;
	bottom:0;
}
BODY::before {
	left:0;
	background-image: url(../../../upfiles/2025October/42/1760574892_5773feb19d409420c00f9ad4dd62513a.png);
}
BODY::after {
	right:0;
	background-image: url(../../../upfiles/2025October/42/1760574893_c7e28dc61486e4a0190843fa13f5e4ed.png);
}


.btn, button, h1, h2, h3, h4, h5, h6, nav {
	font-family: var(--base-font);
}



.btn {
	font-family: var(--base-font);
}
.btn-white {
	background:#fff;
	border-color: transparent;
}
.btn-50 {
	font-weight:700;
	height:5rem;
	padding: 0 3.5rem;
	border-radius: 5rem;
}
.btn-80 {
	font-weight:700;
	height: 8rem;
	padding: 0 5rem;
	border-radius: 10rem;
}

.color_base {
	color: var(--base-color);
}

.edgebox {
	margin: 5rem auto;
	border: 3px solid #804c34;
	background: #dba87269;
	
	min-height: 30rem;
	border-radius: 2rem;
	padding: 5rem;
	text-align:center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	transition: .3s ease-in-out;
}
.edgebox.bg-light {
	background-color: #ffffff57;
	color: #444;
}
.edgebox .dztbl5 TH {
	background: #804c3754;
	font-weight:600;
}
.edgebox .dztbl5 ,
.edgebox .dztbl5 TH , 
.edgebox .dztbl5 TD {
	border-color: #804c37;
}




@media (max-width: 1024px) {
	.edgebox {
		padding: 3rem;
	}
}


.subtit:has(+ .edgebox) {
	width: 100%;
	font-size: 2.8rem;
	font-weight: 700;
	color: var(--base-color-dark);
}
.subtit:has(+ .edgebox) {
	max-width: 100%;
	margin-top: 12rem;
}
.subtit + .edgebox {
	margin-top: 1rem;
}






DIV:has(> .edgepic) {
	margin: 5rem auto;
	text-align:center;
}
.edgepic {
	border: 3px solid #804c34;
	background: #dba87269;
	border-radius: 2rem;
	padding: 5rem;
	text-align:center;
	display: inline-flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	transition: .3s ease-in-out;
}
.edgepic IMG {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

@media (max-width: 1024px) {
	.edgepic {
		padding: 3rem;
	}
}














header {
    position: fixed;
    top: 5rem;
    left: 50%;
    transform: translateX(-50%);
    /* background-color: #00000080; */
	/* background-color: #6d2b0980; */
	background-color: #492714aa;
	
    border-radius: 5rem;
    width: 90%;
    z-index: 999;
    padding: 2rem 0;
    color: #fff;
    backdrop-filter: blur(10px);
    transition: .3s ease-in-out
}

header.header-hidden {
    top: -2.5rem;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
	padding-bottom: 1rem;
    transition: .3s ease-in-out;
}

header .inner {
    display: flex;
    align-items: center;
	justify-content: space-around;
    margin: 0 auto;
    padding: 0 3rem;
}

header .logo {
	font-family: var(--logo-font);
	font-size: 3.4rem;
	font-weight:700;
	text-shadow: 0 0 10px #804c3170;
}

header .logo img {
    height: 4rem;
}

header .gnb {
    display: flex;
    align-items: center;
    gap: 6rem;
}

header .gnb > li {
    position: relative
}

header .gnb > li > a {
    color: #fff;
    text-decoration: none;
    font-weight: 600;
    padding: 1rem 0;
    transition: color .3s ease;
	font-family: var(--logo-font);
	font-weight:normal;
	font-size: 2.6rem;
}

header .gnb > li:hover > a {
	color: var(--base-color);
	color: #ffdbb8;
}


header .gnb .depth {
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
	/* background:linear-gradient(135deg, #e9ac3e, #b91d73); */
	background:linear-gradient(225deg, #b96746, #71442b);
    border-radius: 1.5rem;
    padding: 2rem 0;
    /* min-width: 18rem; */
    min-width: 22rem;
    visibility: hidden;
    transform: translateX(-50%) translateY(-10px);
    transition: all .3s ease;
    box-shadow: 0 1rem 3rem #8d601b82;
}

header .gnb>li:hover .depth {
    opacity: 1;
    visibility: visible;
    transform: translateX(-50%) translateY(0)
}

header .gnb .depth a {
    display: block;
    color: #fff;
    text-decoration: none;
    padding: 0.65rem 3.5rem;
    transition: all .3s ease;
    position: relative
}

header .gnb .depth a::before {
    content: '';
    position: absolute;
    left: 2rem;
    top: 50%;
    transform: translateY(-50%);
    width: 0.75rem;
    height: 0.75rem;
    background: #fff;
    border-radius: 50%;
    opacity: 0;
    transition: opacity .3s ease
}

header .gnb .depth a:hover::before {
    opacity: 1
}
/*
header .sel_lang {
    position: relative
}

header .lang_toggle {
    background: #ffffff1a;
    border: 1px solid #fff3;
    border-radius: 2.5rem;
    padding: 1rem 1.5rem;
    color: #fff;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 1rem;
    transition: all .3s ease
}

header .lang_toggle:hover {
    background: #fff3;
    border-color: #E93ED8
}

header .lang_toggle .arrow {
    font-size: 10px;
    transition: transform .3s ease
}

header .sel_lang.active .arrow {
    transform: rotate(180deg)
}

header .lang_list {
    position: absolute;
    top: 100%;
    right: 0;
    background: linear-gradient(135deg,#E93ED8,#B91D73);
    border-radius: 15px;
    padding: 10px 0;
    min-width: 120px;
    list-style: none;
    margin: 0;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    transition: all .3s ease;
    box-shadow: 0 10px 30px #e93ed84d;
    z-index: 1000
}

header .sel_lang.active .lang_list {
    opacity: 1;
    visibility: visible;
    transform: translateY(0)
}

header .lang_list li {
    margin: 0
}

header .lang_list a {
    display: block;
    color: #fff;
    text-decoration: none;
    padding: 10px 20px;
    transition: all .3s ease
}

header .lang_list a:hover {
    background: #ffffff1a
}
*/
header .header_util {
    display: flex;
    align-items: center;
    gap: 1.5rem;
}

header .mobile_menu_toggle {
    display: none;
    flex-direction: column;
    justify-content: space-around;
    width: 3rem;
    height: 3rem;
    background: transparent;
    border: none;
    cursor: pointer;
    padding: 0;
    position: relative;
    transition: all .4s cubic-bezier(0.175,0.885,0.32,1.275)
}

header .mobile_menu_toggle:hover {
    transform: scale(1.1)
}

header .mobile_menu_toggle span {
    width: 100%;
    height: 0.3rem;
    background: #fff;
    border-radius: 0.2rem;
    transition: all .4s cubic-bezier(0.175,0.885,0.32,1.275);
    transform-origin: center;
    position: relative;
    box-shadow: 0 0 1rem #ffffff4d
}
/*
header .mobile_menu_toggle:hover span {
    box-shadow: 0 0 15px #ff6b9d99;
    background: linear-gradient(45deg,#ff6b9d,#fff,#ff6b9d)
}
*/
header .mobile_menu_toggle.active {
    transform: scale(1.2) rotate(180deg)
}

header .mobile_menu_toggle.active span:nth-child(1) {
	transform: rotate(45deg) translate(6px,6px);
	background: linear-gradient(45deg,#ff6b9d,#fff);
    box-shadow: 0 0 2rem #ff6b9dcc
}

header .mobile_menu_toggle.active span:nth-child(2) {
    opacity: 0;
    transform: scale(0)
}

header .mobile_menu_toggle.active span:nth-child(3) {
    transform: rotate(-45deg) translate(6px,-6px);
    background: linear-gradient(45deg,#fff,#ff6b9d);
    box-shadow: 0 0 2rem #ff6b9dcc
}

header .mobile_menu_toggle::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    background: radial-gradient(circle,#ff6b9d4d 0%,transparent 70%);
    border-radius: 50%;
    transform: translate(-50%,-50%);
    transition: all .6s ease;
    z-index: -1
}

header .mobile_menu_toggle:hover::before {
    width: 5rem;
    height: 5rem;
    animation: menuPulse 1.5s ease-in-out infinite
}

header .mobile_menu_toggle.active::before {
    width: 6rem;
    height: 6rem;
    animation: menuPulseActive 1s ease-in-out infinite
}

@keyframes menuPulse {
    0% {
        transform: translate(-50%,-50%) scale(0.8);
        opacity: .6
    }

    50% {
        transform: translate(-50%,-50%) scale(1.2);
        opacity: .3
    }

    100% {
        transform: translate(-50%,-50%) scale(1.5);
        opacity: 0
    }
}

@keyframes menuPulseActive {
    0% {
        transform: translate(-50%,-50%) scale(0.9);
        opacity: .8
    }

    50% {
        transform: translate(-50%,-50%) scale(1.3);
        opacity: .4
    }

    100% {
        transform: translate(-50%,-50%) scale(1.6);
        opacity: 0
    }
}

.mobile_menu_overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.65);
    backdrop-filter: blur(10px);
    z-index: 9999;
    opacity: 0;
    visibility: hidden;
    transition: all .3s ease
}

.mobile_menu_overlay.active {
    opacity: 1;
    visibility: visible
}

.mobile_menu_content {
    position: absolute;
    top: 0;
    right: 0;
    width: 80%;
    max-width: 40rem;
    height: 100%;
	background: linear-gradient(135deg, #b96746 0%, #16213e 100%);
    padding: 0;
    transform: translateX(100%);
    transition: transform .3s ease;
    overflow-y: auto
}

.mobile_menu_overlay.active .mobile_menu_content {
    transform: translateX(0)
}

.mobile_menu_header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 2em 2.5em;
    border-bottom: 1px solid #ffffff1a
	color: #fff;
}
.mobile_menu_header .logo {
	font-family: var(--logo-font);
	font-size: 2.4rem;
	font-weight:700;
	text-shadow: 0 0 10px #804c3170;
	color: #fff;
}
.mobile_menu_header .logo img {
    height: 35px
}

.mobile_menu_close {
	font-family: var(--base-font);
    background: none;
    border: none;
    color: #fff;
    font-size: 4rem;
    cursor: pointer;
    padding: 0;
    padding-bottom: 0.5rem;
    width: 4rem;
    height: 4rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: background .3s ease
}

.mobile_menu_close:hover {
    background: #ffffff1a
}

.mobile_gnb {
    padding: 2rem 0;
}

.mobile_menu_list {
    list-style: none;
    margin: 0;
    padding: 0
}

.mobile_menu_item {
    border-bottom: 1px solid #ffffff0d
}

.mobile_menu_header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 2rem 2.5rem;
    cursor: pointer;
    transition: all .3s ease
}

.mobile_menu_header:hover {
	background: var(--logo-color2);
}

.mobile_menu_link {
    color: #fff;
    text-decoration: none;
    font-size: 2rem;
    font-weight: 600;
    transition: all .3s ease;
    flex: 1
}

.mobile_menu_header:hover .mobile_menu_link {
	color: var(--base-color);
}

.mobile_sub_toggle {
    color: #fff;
    font-size: 2.4rem;
    cursor: pointer;
    padding: 0.5rem;
    transition: all .3s ease;
    border-radius: 50%;
    width: 3rem;
    height: 3rem;
    font-weight: 100;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 0;
    background: transparent;
}

.mobile_sub_toggle:hover {
    background: #ffffff1a
}

.mobile_sub_toggle.active {
    transform: rotate(45deg);
	background: var(--logo-color1);
}

.mobile_sub_menu {
    list-style: none;
    margin: 0;
    padding: 0;
    max-height: 0;
    overflow: hidden;
    transition: max-height .3s ease;
    background: #0003
}

.mobile_sub_menu.active {
    max-height: 50rem;
}

.mobile_sub_menu li {
    margin: 0
}

.mobile_sub_menu a {
    display: block;
    padding: 1.5rem 2.5rem 1.5rem 5rem;
    color: #fffc;
    text-decoration: none;
    font-size: 1.6rem;
    transition: all .3s ease;
    border-left: 3px solid transparent
}

.mobile_sub_menu a:hover {
    background: var(--logo-color2);
    color: var(--yellow);
    border-left-color: var(--yellow);
}
/*
.mobile_lang {
    padding: 30px 20px 0;
    border-top: 1px solid #ffffff1a
}

.mobile_lang_title {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 15px
}

.mobile_lang_buttons {
    display: flex;
    gap: 10px;
    flex-wrap: wrap
}

.mobile_lang_btn {
    background: #ffffff1a;
    border: 1px solid #fff3;
    border-radius: 20px;
    padding: 6px 10px;
    color: #fff;
    cursor: pointer;
    transition: all .3s ease;
    font-size: 14px
}

.mobile_lang_btn:hover {
    background: #fff3;
    border-color: #E93ED8
}

.mobile_lang_btn.active {
    background: linear-gradient(135deg,#E93ED8,#B91D73);
    border-color: #E93ED8
}
*/


/*
.quick_menu {
    position: fixed;
    top: 20%;
    right: 5%;
    z-index: 999
}

.quick_menu .dday {
    position: relative;
    background: url(../images/common/dday.png) center / auto no-repeat;
    width: 277px;
    height: 193px;
    transform: translateY(59px)
}

.quick_menu .dday>div {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    line-height: 1.4;
    color: #fff
}

.quick_menu .dday>div p {
    margin-bottom: -8px;
    font-size: 16px
}

.quick_menu .dday h1 {
    animation: ddayPulse 2s ease-in-out infinite;
    transition: all .3s ease;
    font-size: 2rem
}

.quick_menu .dday h1:hover {
    transform: scale(1.05);
    filter: drop-shadow(0 0 10px #ffe31080)
}

@keyframes ddayPulse {
    0%,100% {
        transform: scale(1);
        filter: brightness(1)
    }

    50% {
        transform: scale(1.02);
        filter: brightness(1.1)
    }
}

.quick_menu .quick_star {
    position: relative;
    height: 208px
}

.quick_menu .quick_star .chat {
    position: absolute;
    right: 0;
    display: flex;
    align-items: center;
    gap: 8px
}

.quick_menu .quick_star .chat-text {
    color: #553838;
    opacity: 1;
    transform: translateY(0);
    white-space: nowrap;
    position: absolute;
    top: 16px;
    left: 20px;
    font-size: 16px;
    line-height: 1.4;
    letter-spacing: -.08em;
    transform: rotate(3deg)!important;
    font-weight: 800
}

.quick_menu .quick_star .star_2 {
    position: absolute;
    left: 0;
    bottom: 0;
    animation: starFloat 3s ease-in-out infinite
}

@keyframes starFloat {
    0%,100% {
        transform: translateY(0px)
    }

    50% {
        transform: translateY(-15px)
    }
}
*/



footer {

	width: 90%;
	margin: -10rem auto 0;
	/* background: linear-gradient(135deg, #212e4f 0%, #1a1a2e 50%, #16213e 100%); */
	background: linear-gradient(135deg, #422817 0%, #533522 50%, #422817 100%);
    position: relative;
    border-radius: 5rem 5rem 0 0;
    padding: 10rem 0 0;
    color: #fff;
    z-index: 99;
    overflow: hidden;
    margin-bottom: 0!important;
    padding-bottom: 0!important;
    transform: translateY(0)!important
}

footer .edgefooter {

    width: 130rem;
	max-width: 90%;
	padding:0 10rem;
	margin:auto;

    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
footer .edgefooter > DIV {
	/* width: calc(100% / 2 ); */
}
footer .lbox h1 {
    margin-bottom: 5rem;
	font-size: 3rem;
}
footer .lbox h1 strong {
	display:block;
	font-size: 5rem;
	font-family: var(--logo-font);
	color: var(--logo-color1);
}
footer .rbox {

}
footer dl {
    display: flex;
    flex-wrap: wrap;
    gap: 0 2rem;
}

footer dl:not(:last-child) {
    margin-bottom: 1rem;
}

footer .sns {
	display:flex;

    gap: 0 2rem;
    margin-bottom: 2.5rem;
}

footer .sns li {
    position: relative;
    transition: all .4s cubic-bezier(0.175,0.885,0.32,1.275)
}

footer .sns li a {
    display: flex;
    position: relative;
    transition: all .4s cubic-bezier(0.175,0.885,0.32,1.275);
    filter: drop-shadow(0 0 10px #ffffff4d);
    width: 5rem;
    height: 5rem;
    border-radius: 5rem;
    border: 1px solid #ffffff4d;
    justify-content: center;
    align-items: center
}

footer .sns li a img {
    transition: all .4s cubic-bezier(0.175,0.885,0.32,1.275);
    filter: brightness(1) contrast(1)
}

footer .sns li:hover {
    transform: translateY(-1rem) scale(1.2)
}

footer .sns li:hover a {
    filter: drop-shadow(0 0 2rem #fffc) drop-shadow(0 0 4rem #fff6)
}

footer .sns li:hover a img {
    transform: scale(1.1);
    filter: brightness(1.3) contrast(1.2) hue-rotate(20deg)
}

footer .sns li:nth-child(1):hover a img {
    filter: brightness(1.3) contrast(1.2) hue-rotate(0deg) saturate(1.5)
}

footer .sns li:nth-child(2):hover a img {
    filter: brightness(1.3) contrast(1.2) hue-rotate(200deg) saturate(1.5)
}

footer .sns li:nth-child(3):hover a img {
    filter: brightness(1.3) contrast(1.2) hue-rotate(300deg) saturate(1.5)
}

footer .sns li::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    background: radial-gradient(circle,#ffffff4d 0%,transparent 70%);
    border-radius: 50%;
    transform: translate(-50%,-50%);
    transition: all .6s ease;
    z-index: -1
}

footer .sns li:hover::before {
    width: 8rem;
    height: 8rem;
    animation: snsPulse 1.5s ease-in-out infinite
}

@keyframes snsPulse {
    0% {
        transform: translate(-50%,-50%) scale(0.8);
        opacity: .8
    }

    50% {
        transform: translate(-50%,-50%) scale(1.2);
        opacity: .4
    }

    100% {
        transform: translate(-50%,-50%) scale(1.5);
        opacity: 0
    }
}



footer .copyright {
    margin-top: 5rem;
    border-top: 1px solid #ffffff1a;
    padding: 5rem 0;
    text-align: center
}

@media (max-width: 1400px) {
    header ,
	footer {
        width:95%
    }

    header .gnb {
        display: flex;
        align-items: center;
        gap: 4rem;
    }

	header .gnb > li > a {
		font-size: 2.2rem;
	}

	footer .lbox h1 {
		font-size: 2.6rem;
	}
	footer .lbox h1 strong {
		font-size: 4.2rem;
	}



}

@media (max-width: 1024px) {
    header {
        top:1rem;
    }

    header .gnb {
        display: none
    }

    header .mobile_menu_toggle {
        display: flex
    }

    header .sel_lang {
        display: none
    }

    header .inner {
		justify-content: space-between;
        padding: 0 2rem
    }



    header {
        width: 95%;
        padding: 0.8rem 0
    }
	/*
    .quick_menu {
        transform: scale(0.6)!important;
        top: auto;
        bottom: -4rem;
        right: -3rem;
    }
	*/
    footer .edgefooter {
		max-width: 100%;
        padding: 0;
        flex-direction: column;
        text-align: center
    }

    footer .rbox {
        margin-top: 3rem;
        padding-top: 7rem;
        border-top: 1px solid #ffffff1a;

        display: flex;
        flex-direction: column;
        align-items: center;
    }

    footer .sns {
		justify-content: center;
    }

    footer .lbox h1 {
        font-size: 3rem;
    }






	footer {
		padding-top: 5rem;
	}

	footer .lbox h1 {
		margin:0 auto;
		font-size: 2rem;
	}
	footer .lbox h1 strong {
		font-size: 3.2rem;
	}

    footer .rbox {
        padding-top: 3rem;
		font-size: 1.6rem;
    }
    footer .copyright {
        margin-top: 1rem;
		font-size: 1.6rem;
    }

}




@media (max-width: 768px) {
	header .logo {
		font-size: 2.4rem;
	}


}