:root {
    --main: #FEA640;
    --sub: #efe6d2;
    --sub2: #2a1b17;
    --sub3: #221612;
    --point: #b11d1d;
    --point2: #8e1414;
    --dark: rgba(24, 18, 16, 0.92);
    --light: rgba(248, 240, 224, 0.92);
    --light-soft: rgba(248, 240, 224, 0.72);
    --dark-soft: rgba(24, 18, 16, 0.66);
    --radius: 18px;
    --shadow: 0 18px 46px rgba(0, 0, 0, 0.26);
    --shadow-soft: 0 14px 34px rgba(0, 0, 0, 0.22);
    --nav-h: 72px;
    --bs-link-hover-color: rgba(17, 17, 17, 0.84);
}

@font-face {
    font-family: "SchoolSafetyWave";
    src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2402_keris@1.0/TTHakgyoansimMulgyeolR.woff2") format("woff2");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "SchoolSafetyWave";
    src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2402_keris@1.0/TTHakgyoansimMulgyeolB.woff2") format("woff2");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

.rf7-main {color:#FEA640}
.rf7-main_bg {background:#FEA640}

/* skip */
#skipNavi {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 999999;
}

#skipNavi p {
    display: none;
}

#skipNavi a {
    display: block;
    position: absolute;
    left: 0;
    top: -500px;
    width: 100%;
    height: 1px;
    line-height: 1px;
    font-size: 1px;
    text-align: center;
    overflow: hidden;
    opacity: 0;
}

#skipNavi a:focus,
#skipNavi a:active {
    position: fixed !important;
    top: 0 !important;
    height: auto !important;
    padding: 15px 0 !important;
    background: #20262c !important;
    font-size: 15px !important;
    font-weight: bold !important;
    line-height: 1.5 !important;
    color: #fff !important;
    text-decoration: none !important;
    overflow: visible !important;
    opacity: 1 !important;
}

#skipMenu {
    outline: none;
}

* {
    box-sizing: border-box;
}

html {
    height: 100%;
    scroll-behavior: smooth;
}

body.rf7 {
    min-height: 100%;
    margin: 0;
    font-family: Pretendard, system-ui, -apple-system, Segoe UI, Roboto, "Noto Sans KR", sans-serif;
    font-size: 18px;
    color: var(--light);
    padding-top: 0;
    overflow-x: hidden;
}

/*드래그*/
::selection {color: inherit; background: var(--sub);}
::-moz-selection {color: inherit; background: var(--sub);} /* firefox */
/*드래그 끝*/

.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
	position: static;
	width: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	clip: auto;
}

a {
    color: inherit;
    text-decoration: none;
}

a:hover,
a:focus {
    color: rgba(17, 17, 17, 0.84);
}

.rf7-badge {
    background: rgba(0, 0, 0, 0.22);
    border: 1px solid rgba(255, 255, 255, 0.22);
    color: rgba(255, 255, 255, 0.92);
    padding: 10px 12px;
    border-radius: 999px;
    font-weight: 900;
    letter-spacing: -0.01em;
    backdrop-filter: blur(10px);
}

.rf7-skip {
    position: absolute;
    left: 12px;
    top: -64px;
    z-index: 9999;
    background: #111827;
    color: #fff;
    padding: 10px 12px;
    border-radius: 14px;
    border: 1px solid rgba(255, 255, 255, 0.18);
}

.rf7-skip:focus {
    top: 12px;
    outline: none;
}

.rf7-progress {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 4px;
    z-index: 1050;
    background: rgba(255, 255, 255, 0.08);
}

.rf7-progress__bar {
    width: 0%;
    height: 100%;
    background: linear-gradient(90deg, rgba(234, 58, 58, 0.95), rgba(254, 166, 64, 0.86), rgba(251, 113, 133, 0.38));
    box-shadow: 0 10px 26px rgba(254, 166, 64, 0.22);
    transition: width 0.08s linear;
}

.rf7-nav {
    background: transparent;
    border-bottom: 1px solid transparent;
    /*backdrop-filter: blur(14px);*/
    transform: translate3d(0, 0, 0);
    transition: transform 0.24s cubic-bezier(0.2, 0.9, 0.2, 1), background 0.2s ease, border-color 0.2s ease;
    will-change: transform;
}

.rf7-nav.is-hidden {
    transform: translate3d(0, calc(-2 * var(--nav-h)), 0);
}

.rf7-nav.is-scrolled {
    background: rgba(255, 255, 255, 0.80);
    border-bottom-color: rgba(15, 23, 42, 0.10);
}

.rf7-nav.is-scrolled .navbar-toggler-icon {
    filter: invert(1);
}

.rf7-nav.is-scrolled .rf7-link {
    color: rgba(15, 23, 42, 0.76);
}

.rf7-nav.is-scrolled .rf7-link:hover {
    background: rgba(255, 255, 255, 0.28);
    color: rgba(15, 23, 42, 0.92);
}

.rf7-nav.is-scrolled .rf7-link.is-active {
    background: rgba(255, 255, 255, 0.34);
    border-color: rgba(255, 255, 255, 0.30);
    color: rgba(15, 23, 42, 0.94);
}

.rf7-toggler {
    border-radius: 14px;
    border: 1px solid rgba(255, 255, 255, 0.16);
}

.rf7-nav.is-scrolled .rf7-toggler {
    border-color: rgba(15, 23, 42, 0.16);
}

.rf7-link {
    font-weight: 900;
    border-radius: 999px;
    padding: 10px 12px;
    color: rgba(248, 240, 224, 0.78);
    transition: transform 0.16s ease, background 0.16s ease, color 0.16s ease;
}

.rf7-link:hover {
    transform: translateY(-1px);
    background: rgba(254, 166, 64, 0.14);
    color: rgba(248, 240, 224, 0.95);
}

.rf7-link.is-active {
    background: rgba(254, 166, 64, 0.18);
    border: 1px solid rgba(254, 166, 64, 0.22);
}

/* popup */
#pop,
#pop2,
#pop3,
#pop4,
#pop5 {
    position: fixed;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
    border: 1px solid #ccc;
    background: #fff;
    text-align: center;
    color: #3d3d3d;
}

#pop3 {
    left: 724px;
}

#pop4 {
    left: 210px;
}

#pop5 {
    left: 650px;
}

#pop img,
#pop2 img,
#pop3 img,
#pop4 img,
#pop5 img {
    max-width: 100%;
    height: auto;
    display: block;
}

.close {
    border-top: 1px solid #ccc;
}

.close div {
    float: left;
    height: 30px;
    line-height: 30px;
    margin: 0;
    padding: 0;
    text-align: right;
    font-size: 12px;
    font-family: "Noto Sans Korean", "Noto Sans KR", "Noto Sans", sans-serif;
}

#check input {
    margin: 0 10px 0 0;
    vertical-align: middle;
}

#close {
    float: right;
    font-style: oblique;
    font-weight: bold;
}

#close a {
    display: block;
    height: 100%;
    background-color: #333;
    padding: 0 15px;
    text-decoration: none;
    text-transform: lowercase;
    color: #fff;
}

@media all and (min-width: 320px) and (max-width: 56.25em) {
    #pop,
    #pop2,
    #pop3,
    #pop4,
    #pop5 {
        left: 0;
        top: 0;
    }
}

.footer_wrap {
    position: relative;
    padding: clamp(36px, 4vw, 54px) 0 0;
    background: linear-gradient(180deg, #f6f7f8, #eceff3);
    color: rgba(17, 17, 17, 0.86);
    border-top: 1px solid rgba(15, 23, 42, 0.10);
}

.rf7-footer {
    display: grid;
    grid-template-columns: minmax(180px, 240px) minmax(0, 1fr) minmax(180px, 260px);
    gap: clamp(24px, 4vw, 56px);
    align-items: center;
}

.rf7-footer__brand,
.rf7-footer__content {
    min-width: 0;
}

.rf7-footer__logo {
    display: inline-flex;
    align-items: center;
}

.rf7-footer__logo img {
    display: block;
    width: min(180px, 100%);
    height: auto;
}

.rf7-footer__content {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.rf7-footer__content--center {
    align-items: center;
    text-align: center;
}

.rf7-footer__content--right {
    align-items: flex-end;
    text-align: right;
}

.rf7-footer__links {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 8px;
}

.rf7-footer__links a {
    position: relative;
    padding-right: 18px;
    color: rgba(17, 17, 17, 0.66);
    font-size: 0.95rem;
    font-weight: 700;
    transition: color 0.18s ease, opacity 0.18s ease, transform 0.18s ease;
}

.rf7-footer__links a::before {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    width: 10px;
    height: 1px;
    background: currentColor;
    transform: translateY(-50%);
    opacity: 0.72;
}

.rf7-footer__links a:hover {
    color: var(--main);
    transform: translateX(-4px);
}

.rf7-footer__address {
    margin: 0;
    font-style: normal;
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.rf7-footer__address p,
.rf7-footer__meta small {
    margin: 0;
    line-height: 1.8;
    word-break: keep-all;
}

.rf7-footer__address p {
    font-size: 0.96rem;
}

.rf7-footer__meta {
    display: flex;
    flex-direction: column;
    gap: 6px;
    color: rgba(17, 17, 17, 0.46);
    font-size: 0.88rem;
}

.rf7-footer__supportBar {
    margin-top: clamp(28px, 3vw, 38px);
    background: var(--main);
    padding: 14px 0;
}

.rf7-footer__supportText {
    margin: 0;
    font-size: 0.92rem;
    font-weight: 700;
    text-align: center;
    word-break: keep-all;
}

.ft_count {
    display: none;
}

@media (max-width: 767.98px) {
    .footer_wrap {
        padding: 34px 0 0;
    }

    .rf7-footer {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .rf7-footer__logo img {
        width: 148px;
    }

    .rf7-footer__links {
        gap: 10px 18px;
        align-items: flex-start;
    }

    .rf7-footer__content {
        align-items: flex-start;
        text-align: left;
    }
}

.rf7-langBtn {
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.22);
    background: rgba(0, 0, 0, 0.22);
    color: rgba(255, 255, 255, 0.94);
    line-height: 1;
    padding: 8px 10px;
    backdrop-filter: blur(10px);
}

.rf7-langBtn:hover {
    border-color: rgba(255, 255, 255, 0.30);
    background: rgba(0, 0, 0, 0.30);
    color: rgba(255, 255, 255, 1);
    transform: translateY(-1px);
}

.rf7-langBtn.is-active {
    border-color: rgba(254, 166, 64, 0.55);
    background: rgba(254, 166, 64, 0.30);
}

.rf7-nav.is-scrolled .rf7-langBtn {
    border-color: rgba(15, 23, 42, 0.16);
    background: rgba(255, 255, 255, 0.52);
    color: rgba(15, 23, 42, 0.84);
}

.rf7-nav.is-scrolled .rf7-langBtn:hover {
    border-color: rgba(15, 23, 42, 0.22);
    background: rgba(255, 255, 255, 0.66);
    color: rgba(15, 23, 42, 0.94);
}

.rf7-nav.is-scrolled .rf7-langBtn.is-active {
    border-color: rgba(15, 23, 42, 0.22);
    background: rgba(255, 255, 255, 0.76);
}

@media (min-width: 992px) {
    :root {
        --nav-h: 84px;
    }
}

.rf7-heroPoster__media {
    position: absolute;
    inset: 0;
    overflow: hidden;
    background: #0b1022;
}

.rf7-heroPoster__fallback {
    position: absolute;
    inset: 0;
    background:
        radial-gradient(1200px 760px at 50% 18%, rgba(255, 255, 255, 0.55), rgba(0, 0, 0, 0.20) 62%),
        radial-gradient(980px 640px at 20% 40%, rgba(96, 165, 250, 0.45), transparent 68%),
        radial-gradient(1100px 680px at 80% 42%, rgba(254, 166, 64, 0.55), transparent 68%),
        linear-gradient(180deg, rgba(60, 86, 155, 0.46), rgba(8, 12, 24, 0.12));
    transform: scale(1.04);
}

.rf7-heroPoster__video {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.rf7-heroPoster__yt {
    position: absolute;
    inset: 0;
    pointer-events: none;
    opacity: 0.95;
    transform: scale(1.02);
}

.rf7-heroPoster__ytInner {
    position: absolute;
    inset: 0;
}

.rf7-heroPoster__ytFrame {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100vw;
    height: 56.25vw;
    min-width: 100%;
    min-height: 100%;
    transform: translate(-50%, -50%);
    border: 0;
}

.rf7-heroPoster__veil {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(180deg, rgba(0, 0, 0, 0.45) 0%, rgba(0, 0, 0, 0.25) 42%, rgba(0, 0, 0, 0.75) 100%),
        radial-gradient(1200px 700px at 50% 25%, rgba(254, 166, 64, 0.14), transparent 62%);
}

.rf7-heroPoster__content {
    position: relative;
    z-index: 1;
    min-height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
}

.rf7-heroPoster__top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    flex-wrap: wrap;
}

.rf7-heroPoster__mini {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: rgba(255, 255, 255, 0.88);
    font-weight: 900;
    letter-spacing: -0.01em;
    backdrop-filter: blur(10px);
}

.rf7-heroPoster__dot {
    width: 10px;
    height: 10px;
    border-radius: 999px;
    background: rgba(254, 166, 64, 0.95);
    box-shadow: 0 0 18px rgba(254, 166, 64, 0.55);
}

.rf7-heroPoster__sep {
    opacity: 0.7;
}

.rf7-heroPoster__title {
    font-size: clamp(2.2rem, 5vw, 4rem);
    letter-spacing: -0.02em;
    line-height: 1.12;
    color: var(--main);
    text-shadow: 0 28px 70px rgba(0, 0, 0, 0.65);
    -webkit-text-stroke: 1px rgba(0, 0, 0, 0.18);
    word-break: keep-all;
}

.rf7-ansung {
    font-family: "SchoolSafetyWave", Pretendard, system-ui, -apple-system, Segoe UI, Roboto, "Noto Sans KR", sans-serif;
    font-weight: 700;
}

.rf7-heroPoster__content .rf7-heroPoster__mini,
.rf7-heroPoster__content .rf7-heroPoster__title,
.rf7-heroPoster__content .rf7-heroPoster__subtitle {
    opacity: 0;
    transform: translate3d(0, 18px, 0) scale(0.995);
    filter: blur(12px);
    will-change: transform, opacity, filter;
}

.rf7-heroPoster__content .rf7-reveal.is-visible .rf7-heroPoster__mini {
    animation: rf7HeroCopyIn 0.85s cubic-bezier(0.16, 1, 0.3, 1) 0.05s both;
}

.rf7-heroPoster__content .rf7-reveal.is-visible .rf7-heroPoster__title {
    animation: rf7HeroCopyIn 0.95s cubic-bezier(0.16, 1, 0.3, 1) 0.18s both;
}

.rf7-heroPoster__content .rf7-reveal.is-visible .rf7-heroPoster__subtitle {
    animation: rf7HeroCopyIn 0.9s cubic-bezier(0.16, 1, 0.3, 1) 0.34s both;
}

@keyframes rf7HeroCopyIn {
    0% {
        opacity: 0;
        transform: translate3d(0, 18px, 0) scale(0.995);
        filter: blur(12px);
    }
    65% {
        opacity: 1;
        transform: translate3d(0, -2px, 0) scale(1.01);
        filter: blur(0px);
    }
    100% {
        opacity: 1;
        transform: translate3d(0, 0, 0) scale(1);
        filter: blur(0px);
    }
}

.rf7-script {
    font-family: "Yeon Sung", Pretendard, system-ui, sans-serif;
    font-weight: 400;
}

.rf7-heroPoster__subtitle {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-top: 10px;
    color: rgba(255, 255, 255, 0.94);
    font-weight: 900;
    font-size: clamp(1.12rem, 1.8vw, 1.48rem);
    letter-spacing: 0.02em;
    text-transform: none;
}

.rf7-heroPoster__meta {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-width: 0;
}

.rf7-heroPoster__meta i {
    opacity: 0.92;
}

.rf7-heroPoster__metaText {
    white-space: nowrap;
}

.rf7-heroPoster__metaSep {
    opacity: 0.7;
}

.rf7-logo {
    height: 52px;
    width: auto;
}

@media (min-width: 992px) {
    .rf7-logo {
        height: 85px;
    }
}

@media (max-width: 575.98px) {
    .rf7-logo {
        height: 46px;
    }

    .rf7-heroPoster__mini {
        font-size: 0.92rem;
        gap: 8px;
    }

    .rf7-heroPoster__title {
        font-size: clamp(2rem, 7.2vw, 3.1rem);
        line-height: 1.16;
        padding-left: 10px;
        padding-right: 10px;
    }

    .rf7-heroPoster__subtitle {
        width: min(95vw, 520px);
        justify-content: center;
        flex-wrap: wrap;
        row-gap: 8px;
        padding: 11px 14px;
        font-size: 1.12rem;
        letter-spacing: 0;
        border-radius: 22px;
    }

    .rf7-heroPoster__metaText {
        white-space: normal;
    }
}

.rf7-btn-main {
    background: rgba(254, 166, 64, 0.95);
    border: 1px solid rgba(254, 166, 64, 0.65);
    color: rgba(22, 18, 10, 0.92);
    box-shadow: 0 18px 46px rgba(0, 0, 0, 0.22);
}

.rf7-btn-main:hover {
    background: rgba(254, 166, 64, 1);
    border-color: rgba(254, 166, 64, 0.78);
    color: rgba(22, 18, 10, 0.96);
    transform: translateY(-1px);
}

.rf7-btn-dark {
    background: rgba(0, 0, 0, 0.42);
    border: 1px solid rgba(255, 255, 255, 0.18);
    color: rgba(255, 255, 255, 0.92);
    backdrop-filter: blur(10px);
}

.rf7-btn-dark:hover {
    background: rgba(0, 0, 0, 0.52);
    border-color: rgba(255, 255, 255, 0.22);
    color: rgba(255, 255, 255, 0.96);
    transform: translateY(-1px);
}

.rf7-btn-ghost {
    background: rgba(255, 255, 255, 0.14);
    border: 1px solid rgba(255, 255, 255, 0.22);
    color: rgba(255, 255, 255, 0.92);
    backdrop-filter: blur(10px);
}

.rf7-btn-ghost:hover {
    background: rgba(255, 255, 255, 0.20);
    border-color: rgba(255, 255, 255, 0.28);
    color: rgba(255, 255, 255, 0.96);
    transform: translateY(-1px);
}

.rf7-card-dark {
    background: rgba(0, 0, 0, 0.26);
    box-shadow: 0 24px 70px rgba(0, 0, 0, 0.24);
    backdrop-filter: blur(12px);
}

.rf7-maxw-560 {
    max-width: 560px;
}

/*------------------------------------------------------------------------------------------------------
팝업
---------------------------------------------------------------------------------------------------------*/
#pop,
#pop2,
#pop3,
#pop4,
#pop5 {
  border: 1px solid #cccccc;
  background: #fff;
  text-align: center;
  color: #3d3d3d;
  position: absolute;
  top: 0;
  z-index: 100100 !important;
}

#pop {
  left: 0;
}

#pop2 {
  left: 0;
}

#pop3 {
  left: 724px;
}

#pop4 {
  left: 210px;
}

#pop5 {
  left: 650px;
}

@media all and (min-width: 320px) and (max-width: 56.25em) {
  #pop, #pop2, #pop3, #pop4, #pop5 {left:0; top:0;}
  #pop img, #pop2 img, #pop3 img, #pop4 img, #pop5 img {max-width: 100%;}
}

.close {border-top:1px solid #ccc;}
.close div {float:left; height:30px; line-height:30px; margin:0; padding:0; text-align:right;}
#check input {margin:0 10px 0 0; vertical-align:middle;}
#close {float:right; font-style:oblique; font-weight:bold;}
#close a {display:block; height:100%; background-color:#333; padding:0 15px; text-decoration:none; text-transform:lowercase; color:#fff;}
