@keyframes blink-effect {
    50% {
        border: 2px solid #FFF;
    }
}
@keyframes blink-effect2 {
    50% {
        color:#FFF;
    }
}
.gnb a.on img {
    animation: blink-effect 1s step-end infinite;

    /*
    animation-name: blink-effect;
    animation-duration: 1s;
    animation-iteration-count:infinite;
    animation-timing-function:step-end;
    */
}

article#stnFooterM > a.on > i{
    animation: blink-effect2 1s step-end infinite;
}

section#stnHader {
    width: 100%;
    position: fixed;
    font-family: var(--FontFamily);
    z-index: 2;
    background: #FFF;
}

section#stnHader > article#stnHader {
    max-width: var(--MaxWidth);
    margin:0 auto;
    width: calc(100% - 8rem);
    padding:1rem 4rem;
    margin:0 auto;
}
section#stnHader > article#stnHader > div#stnHader {
    display: flex; justify-content: space-between; flex-direction: row; align-items: center; gap:2rem;
    height:4rem;
}
section#stnHader > article#stnHader > div#stnHader > h3 {
    width:15%;
    max-width:200px;
}
section#stnHader > article#stnHader > div#stnHader > h3 > img {
    height:100%;
}
section#stnHader > article#stnHader > div#stnHader > nav.nav {
    width:70%;
}
section#stnHader > article#stnHader > div#stnHader > nav.nav > ul,
section#stnHader > article#stnHader > div#stnHader > nav.nav > ul > li {
    padding:0 0 0 0; margin:0 0 0 0; list-style: none;
}
section#stnHader > article#stnHader > div#stnHader > nav.nav > ul {
    width:100%;
    display: flex; justify-content: space-around; flex-direction: row; align-items: center;
}
section#stnHader > article#stnHader > div#stnHader > nav.nav > ul > li {

}
section#stnHader > article#stnHader > div#stnHader > nav.nav > ul > li > a {
    text-decoration: none;
    color:#999;
    font-size:1.1rem;
    transition: color .5s;
    font-weight: 500;
}
section#stnHader > article#stnHader > div#stnHader > nav.nav > ul > li > a:hover {
    color:#333;
}
section#stnHader > article#stnHader > div#stnHader > div.gnb {
    flex: 1;
    display: flex; justify-content: flex-end; flex-direction: row; align-items: center; gap:1rem;
    position: relative;
}

section#stnHader > article#stnHader > div#stnHader > div.gnb > div.navSearch {
    display: flex;
    border:1px solid #DDDFE1; font-size:.875rem; font-family: var(--FontFamily); border-radius: 10px 10px;
    padding:.5rem .5rem;
}
section#stnHader > article#stnHader > div#stnHader > div.gnb > div.navSearch > input {
    border:0;
}
section#stnHader > article#stnHader > div#stnHader > div.gnb > div.navSearch > input:focus { border-color: unset; outline: none;}
section#stnHader > article#stnHader > div#stnHader > div.gnb > div.navSearch > input::placeholder { font-size: .875rem; }

section#stnHader > article#stnHader > div#stnHader > div.gnb > div.navSearch > button {
    cursor: pointer; background: #FFF; border:0;
}

section#stnHader > article#stnHader > div#stnHader > div.gnb > a {
    height:2rem;
    text-decoration: none;
    color:#333;
    display: flex; justify-content: flex-end; flex-direction: row; align-items: center; gap:.5rem;
}
section#stnHader > article#stnHader > div#stnHader > div.gnb > a > img {
    aspect-ratio: 1/1;
    border-radius: 50% 50%;
    border:2px solid #FFF;
}
section#stnHader > article#stnHader > div#stnHader > div.gnb > a.on > img,
section#stnHader > article#stnHader > div#stnHader > div.gnb > a > img:hover {
    border-radius: 50% 50%;
    border:2px solid #21b24b;
}
section#stnHader > article#stnHader > div#stnHader > div.gnb > a.on > i {
    color:#21b24b;
}

section#stnHader > article#stnHader > div#stnHader > div.gnb > a > span {
    width:100px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
section#stnHader > article#stnHader > div#stnHader > div.gnb > a > div.submenu {
    display: none;
    position: absolute;
    right:0;
    top:2rem;
    font-size: 1rem;
}
section#stnHader > article#stnHader > div#stnHader > div.gnb > a > div.submenu > ul,
section#stnHader > article#stnHader > div#stnHader > div.gnb > a > div.submenu > ul > li {
    padding:0 0 0 0;
    margin:0 0 0 0;
    list-style: none;
}
section#stnHader > article#stnHader > div#stnHader > div.gnb > a > div.submenu > ul.submenu {
    margin:1rem 0 0 0;
    border-radius: 10px 10px;
    padding:1rem 1rem;
    background: #FFF;
    border: 1px solid #CCC;
}
section#stnHader > article#stnHader > div#stnHader > div.gnb > a > div.submenu > ul.submenu > li {
    line-height: 2rem;
    color:#949494;
}
section#stnHader > article#stnHader > div#stnHader > div.gnb > a > div.submenu > ul.submenu > li:hover {
    color:#333;
}
section#stnHader > article#stnHader > div#stnHader > div.gnb > span > a {
    text-decoration: none;
    font-size:.9rem;
    color:#989898;
    transition: color .5s;
}
section#stnHader > article#stnHader > div#stnHader > div.gnb > span > a:hover {
    color:#333;
}
section#stnHader > article#stnHader > div#stnHader > div.gnb > div.loginBox {
    width:100px;
    display: flex;
    justify-content:space-between;
    align-items:center;
}
section#stnHader > article#stnHader > div#stnHader > div.gnb > div.loginBox >  span > a {
    text-decoration: none;
    font-size:.9rem;
    color:#989898;
    transition: color .5s;
}
section#stnHader > article#stnHader > div#stnHader > div.gnb > div.loginBox > span > a:hover {
    color:#333;
}

article#stnMHeder {  }
article#stnMHeder > div.stnMHeder2 {
    padding:2rem 2rem; width:calc(100% - 4rem); background: #FFF; height: 4rem; position: fixed; top: 0; z-index: 3;
    display: flex;
    justify-content:space-between;
    align-items:center;
    gap: 2rem;
}
article#stnMHeder > div.stnMHeder2 > div.navSearch {
    height:100%;
    margin-left:auto;
    display: flex;
    border:1px solid #DDDFE1; font-size:.875rem; font-family: var(--FontFamily); border-radius: 10px 10px;
    padding:0 .5rem;
}
article#stnMHeder > div.stnMHeder2 > div.navSearch  > input {
    border:0;
}
article#stnMHeder > div.stnMHeder2 > div.navSearch  > input:focus { border-color: unset; outline: none;}
article#stnMHeder > div.stnMHeder2 > div.navSearch  > input::placeholder { font-size: .875rem; }

article#stnMHeder > div.stnMHeder2 > div.navSearch  > button {
    cursor: pointer; background: #FFF; border:0; font-size: 1.5rem;
}




article#stnMHeder > .navbar_overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 998;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.1s ease;
}
article#stnMHeder > div.stnMHeder2 > .navbar_logo {
    height:100%;
}
article#stnMHeder > div.stnMHeder2 > .navbar_logo > a {
    height:100%;
}
article#stnMHeder > div.stnMHeder2 > .navbar_burger {
    cursor: pointer;
    color: #000;
    z-index:999;
    filter: drop-shadow(1px 1px 1px #FFF);
}
article#stnMHeder > div.stnMHeder2 > .navbar_burger > i {
    font-size: 3rem;
}

article#stnMHeder > .navbar_menu > .navbar_burger_back {
    position: fixed;
    top: 2.6rem;
    right: 1.8rem;
    cursor: pointer;
    color: #333;
}
article#stnMHeder > div.navbar_menu > .navbar_burger_back > i {
    font-size: 3rem;
}

article#stnMHeder > .navbar_menu {
    position: fixed;
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
    background-color: #FFF;
    padding: 0 2rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    transform: translateX(100%);
    z-index: 999;
    color: #000;
    transition: transform 0.3s ease;
}
article#stnMHeder > .navbar_menu > div#Accordion_wrap {
    padding-top:20px;
    width:100%;
}
article#stnMHeder > .navbar_menu > div#Accordion_wrap > div {
    font-family: var(--FontFamily);
}
article#stnMHeder > .navbar_menu > div#Accordion_wrap > div ul,
article#stnMHeder > .navbar_menu > div#Accordion_wrap > div li {
    padding:0 0 0 0; margin:0 0 0 0; list-style: none;
}
article#stnMHeder > .navbar_menu > div#Accordion_wrap > div > ul {
    display: flex; gap: 0 1rem; flex-wrap:wrap; padding: 1rem 0; margin-bottom:2rem;
}

article#stnMHeder > .navbar_menu > div#Accordion_wrap > div a {
    text-decoration: none;
    color:#666;
    font-family: var(--FontFamily);
    font-size:1.25rem;
}
article#stnMHeder > .navbar_menu > div#Accordion_wrap > div >  a {
    font-size: 1.5rem; font-weight: 500; color:#333;
}

article#stnMHeder > .navbar_menu > div#Accordion_wrap > div > div.memberInfo {
    display: flex; gap: 1rem; align-items:center;
}
article#stnMHeder > .navbar_menu > div#Accordion_wrap > div > div.memberInfo > div.img {
    width:5rem;
    aspect-ratio: 1/1;
}
article#stnMHeder > .navbar_menu > div#Accordion_wrap > div > div.memberInfo > div.img > img {
    border-radius: 50% 50%;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
article#stnMHeder > .navbar_menu > div#Accordion_wrap > div > div.memberInfo > div.memInfo {
    flex: 1;
    display: flex; align-items:flex-start; justify-content: space-evenly;
    flex-direction:column;
    font-size:1.25rem;
}
article#stnMHeder > .navbar_menu > div#Accordion_wrap > div > div.memberInfo > div.memInfo > a {
    font-size: 1rem;
    text-decoration: underline;
}
article#stnMHeder > .navbar_menu > div#Accordion_wrap > div > div.memberInfo > div.memInfo > a:hover {
    color:#333;
}
article#stnMHeder > .navbar_menu.active {
    transform: translateX(0);
}

article#stnMHeder > .navbar_overlay.active {
    display: block;
    opacity: 1;
    pointer-events: auto;
}


article#stnMHeder > .navbar_menu,
article#stnMHeder > .navbar_overlay {
    display: none;
}
article#stnMHeder > .navbar_overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 998;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.1s ease;
}
article#stnMHeder > .navbar_menu {
    position: fixed;
    top: 0;
    right: 0;
    min-width: 300px;
    width: calc(50% - 4rem);
    height: 100%;
    background-color: #FFF;
    padding: 0 2rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    transform: translateX(100%);
    z-index: 999;
    color: #000;
    transition: transform 0.3s ease;
}


article#stnMHeder > .navbar_menu > div#Accordion_wrap > div > div.ssubmenu {
    border-bottom: 4px solid #EBEBEB; margin-bottom:2rem;
}
article#stnMHeder > .navbar_menu > div#Accordion_wrap > div > div.ssubmenu > ul.ssubmenu {
    display: flex; gap: 0 1rem; flex-wrap:wrap; padding: 1rem 0;
}
article#stnMHeder > .navbar_menu > div#Accordion_wrap > div > div.loginBox {
    border-bottom: 4px solid #EBEBEB;
}
article#stnMHeder > .navbar_menu > div#Accordion_wrap > div > div.loginBox > h6 {
    margin:0 0 0 0; font-size:1rem; color:#212121; font-weight: 500;
}
article#stnMHeder > .navbar_menu > div#Accordion_wrap > div > div.loginBox > div {
    display:flex;align-items:center;justify-content:space-around; gap: 1rem; padding:2rem 0;
}
article#stnMHeder > .navbar_menu > div#Accordion_wrap > div > div.loginBox > div > span {
    font-size:1.25rem; text-align: center; width:100%;
}
article#stnMHeder > .navbar_menu > div#Accordion_wrap > div > div.loginBox > div > span > a {
    display:inline-block; width:100%; border:1px solid #ccc; padding:1rem 0; border-radius: 10px 10px;
}
article#stnMHeder > .navbar_menu > div.navbar_menu_bottom {
    width:100%; display:flex;align-items:center;justify-content:center;
}
article#stnMHeder > .navbar_menu > div.navbar_menu_bottom > a {
    font-size:1.25rem;
    line-height: 4rem;
    border-radius: 10px 10px;
    color:#666;
    text-decoration: none;
    display: block;
    width:100%;
    text-align: center;
    background:#EBEBEB;
}









@media (max-width: 345px) {
    article#stnHader { display: none; }
    article#stnMHeder > div.stnMHeder2 {
        flex-wrap: wrap; gap: 1rem 2rem;
        height:auto;
    }

    .navbar_logo { order: 1; width: 10rem; }
    .navSearch { order: 3 }
    .navbar_burger { order: 2 }
    article#stnMHeder > div.stnMHeder2 > div.navSearch {
        height:3rem;
        width:100%;
        flex: 1;
    }
    article#stnMHeder > div.stnMHeder2 > div.navSearch > input {
        flex: 1;
    }

}
@media (min-width: 346px) and (max-width: 479px) {
    article#stnHader { display: none; }
    article#stnMHeder > div.stnMHeder2 {
        flex-wrap: wrap; gap: 1rem 2rem;
        height:auto;
    }

    .navbar_logo { order: 1; width: 10rem; }
    .navSearch { order: 3 }
    .navbar_burger { order: 2 }
    article#stnMHeder > div.stnMHeder2 > div.navSearch {
        height:4rem;
        width:100%;
        flex: 1;
    }
    article#stnMHeder > div.stnMHeder2 > div.navSearch > input {
        flex: 1;
    }
}
@media (min-width: 480px) and (max-width: 767px) {
    article#stnHader { display: none; }
}
@media all and (min-width:768px) and (max-width:1023px) {
    article#stnMHeder { display: none; }
}
@media screen and (min-width: 1024px) {
    article#stnMHeder { display: none; }
}













