@charset "utf-8";

/*reset*/
*,
:after,
:before {
    box-sizing: border-box;
    z-index: auto;
}

:root {
    -webkit-tap-highlight-color: transparent;
    /*-webkit-text-size-adjust: 100%;*/
    /*text-size-adjust: 100%;*/
    -webkit-text-size-adjust: none;
    -ms-text-size-adjust: none;
    text-size-adjust: none;

    cursor: default;
    overflow-wrap: break-word;
    -moz-tab-size: 4;
    tab-size: 4;
    overflow-wrap: break-word;
    word-break: break-word;
    text-rendering: optimizeLegibility;
    -webkit-font-feature-settings: "kern"1;
    --rc-1: #d72f4f;
    --rc-2: #e1614c;
    --rc-3: #fffc67;
    --rc-4: #60ff6f;
    --rc-5: #00c206;
    --rc-6: #16a1ff;
    --rc-7: #5e55ec;
    --rc-8: #B80103;
    --color-blue: #76daff;
    --color-yellow: #ffdd40;
    --color-purple: #edabe8;
    --color-green: #47cf73;
}

html {
    font-size: 100%;
}

html,
body {
    min-width: 320px;
    overflow-y: scroll;
    /*height: 100%;*/
    margin: 0;
    padding: 0;
    font-family: "Spoqa Han Sans Neo", "Apple SD Gothic Neo", "Nanum Barun Gothic", "Nanum Gothic", Verdana, Arial, "Malgun Gothic", Dotum, sans-serif;
    /*font-size: .833335vw;*/
    /*font-size: clamp(.935415rem, .833335vw, 1.25rem);*/
    font-size: clamp(14px, 2vw - 0.5rem, 20px);
    /*font-size: clamp(.829155rem, 1vw - 0.1rem, 1.25rem);*/
    word-break: keep-all;

}

body {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    background: #f5f9fa;
}

img,
picture,
video,
canvas,
svg {
    display: block;
    max-width: 100%;
}

button {
    background: none;
    border: 0;
    cursor: pointer;
}

a {
    text-decoration: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

a {
    color: inherit;
    text-decoration: none
}

*,
:after,
:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}



article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block
}

legend {
    position: absolute;
    font-size: 0;
    line-height: 0;
    text-indent: -9999em;
    overflow: hidden
}

label,
input,
button,
select,
img {
    vertical-align: middle
}

input,
button {
    margin: 0;
    padding: 0;
    font-size: 1em;
}

button {
    cursor: pointer
}

input[type=text],
input[type=password],
input[type=submit],
input[type=image],
button {
    font-size: 1em;
    -webkit-appearance: none
}

textarea,
select {
    font-size: 1em;
    /*font-family: 'Malgun Gothic', dotum, sans-serif*/
}

textarea {
    border-radius: 0;
    -webkit-appearance: none;
    /*font-family: 'Malgun Gothic', dotum, sans-serif*/
}

select {
    margin: 0;
    background: #fff;
    /*font-family: 'Malgun Gothic', dotum, sans-serif*/
}

pre {
    overflow-x: scroll;
    font-size: 1.1em
}

/* 레이아웃 */
header#site--header,
#wrapper,
footer#site--footer {
    position: relative;
    display: block;
    width: 100%;
    max-width: 60em;
    margin: 0 auto;
    z-index: auto;
}

header#site--header:after,
#wrapper:after,
footer#site--footer:after {
    display: block;
    visibility: hidden;
    clear: both;
    content: ""
}

#wrapper:before,
footer#site--footer:before {
    content: '';
    position: absolute;
    width: 100vw;
    height: 100%;
    /*border-top: solid 1px #dfdfdf;*/
    top: 0;
    left: calc(50% - 50vw);
    z-index: -1;
}

/*@media screen and (max-width: 60em) {

    header#site--header,
    #wrapper,
    footer#site--footer {
        width: 90vw;
    }
}
*/
header#site--header *,
footer#site--footer * {
    margin: 0;
    padding: 0;
}

header#site--header {
    width: 100%;
    margin-bottom: -9em;
    z-index: 1;
}




h1#site--id {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    font-size: 2em;
    padding: 0.5em 0;
    line-height: 1em;
    margin-top: 1.5em;
}

h1#site--id a {
    text-indent: -999em;
    background-image: url(../image/logo.png);

    background-size: 100% auto;
    background-position: center center;
    background-repeat: no-repeat;
    width: 9em;
    height: 1em;
    position: relative;
    z-index: 980;
}

.index h1#site--id a {
    background-image: url(../image/logo_white.png);    
}

.index.fixed h1#site--id a {
    background-image: url(../image/logo.png);

}

.index h1#site--id:after {
    width: 150vw;
    height: 140%;
    content: '';
    position: absolute;
    background: rgb(255, 255, 255);
    background: radial-gradient(top, rgba(255, 255, 255, 1),rgba(255, 255, 255, 0.5),rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0), rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));
    background: -webkit-radial-gradient(top, rgba(255, 255, 255, 1),rgba(255, 255, 255, 0.5),rgba(255, 255, 255, 0.2), rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0), rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));
    overflow: visible;
    display: block;
    top: 0;
    z-index: -1;
}


header#site--header>nav {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    position: relative;
}

header#site--header>nav>ul#gnb_1dul {
    list-style: none;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-evenly;
    align-items: flex-start;
    align-content: flex-start;
}


header#site--header>nav>ul#gnb_1dul>li {
    position: relative;
}

header#site--header>nav>ul#gnb_1dul>li>a {
    display: block;
    padding: 1em 3em;
    text-align: center;
    font-weight: 500;
    white-space: nowrap;
}

header#site--header>nav>ul#gnb_1dul>li a span.en {
    display: block;
    font-weight: 300;
    font-size: 0.8334em;
    line-height: 1.8em;
    text-transform: capitalize;
    letter-spacing: 0.05em;
    opacity: .6;
}

header#site--header>nav>ul#gnb_1dul .btn_gnb_op {
    display: none;
}

header#site--header>nav>ul#gnb_1dul ul {
    display: none;
    list-style: none;
    position: absolute;
    background: #fff;
    z-index: +999;
    top: 90%;
    left: 50%;
    transform: translateX(-50%);
    border: solid 1px #aaa;
}

header#site--header>nav>ul#gnb_1dul>li:hover>ul {
    display: block;
}

header#site--header>nav>ul#gnb_1dul ul:before,
header#site--header>nav>ul#gnb_1dul ul:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 6px 8px 6px;
    left: 50%;
    transform: translateX(-50%);
}

header#site--header>nav>ul#gnb_1dul ul:before {
    top: -8px;
    border-color: transparent transparent #b8bfc4 transparent;
}

header#site--header>nav>ul#gnb_1dul ul:after {
    top: -6px;
    border-color: transparent transparent #fff transparent;
}

header#site--header>nav>ul#gnb_1dul .gnb_1dli_on>ul {
    display: block;
}


header#site--header>nav>ul#gnb_1dul ul li {}

header#site--header>nav>ul#gnb_1dul ul li a {
    font-size: .9em;
    font-weight: 300;
    text-align: center;
    display: block;
    padding: 0.6em 1.4em .4em;
    white-space: nowrap;
    color: #999;
}

header#site--header>nav>ul#gnb_1dul ul li a:hover {
    color: #000;
}

header#site--header>nav>ul#gnb_1dul ul li a span.en {
    display: block;
    /*font-weight: 300;*/
    /*font-size: 0.8em;*/
    /*line-height: 1.8em;*/
    text-transform: capitalize;
    letter-spacing: 0.05em;
    opacity: .6;

}

header#site--header>ul.utility:after {
    /*    content: '';
    position: absolute;
    width: 140vw;
    height: 100%;
    overflow: visible;
    display: block;
    top: 0;
    right: 0;
    transform: translateX(30%);
    z-index: -1;
    background: linear-gradient(70deg,var(--color-blue),var(--color-yellow),var(--color-purple),var(--color-green));
    border-bottom: solid 1px #fff;
    opacity: 0.4;*/
}

header#site--header>ul.utility {
    display: flex;
    position: absolute;
    list-style: none;
    top: .5em;
    right: 4em;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: .5em;
    font-size: 0.75em;
    color: #777;
}

header#site--header.index>ul.utility {
    color: #fff;
}

header#site--header.index>ul.utility:after {
    content: '';
    display: block;
    position: absolute;
    height: calc(100% + 1em);
    width: 200vw;
    background: #0000001c;
    top: 50%;
    left: 50%;
    transform: translate(-70%, -48%);
    z-index: -1;
}

@media screen and (max-width : 426px) {
    header#site--header.index>ul.utility:after {
        content: none;
    }
}



header#site--header>ul.utility li {
    position: relative;
    padding: .4em 0;
}

header#site--header>ul.utility li a {
    font-weight: 400;
    display: block;
    padding: 0 .5em;
}

header#site--header #hd_sch {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    background: #fff;
    border-radius: 1.5em;
    position: absolute;
    top: .5em;
    right: 0;
    z-index: +10;
}

header#site--header #hd_sch:after {
    content: "\f002";
    font: normal normal normal 1em/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #000;
    display: block;
    position: absolute;
    text-indent: 0;
    width: 1.5em;
    height: 1.5em;
    top: calc(50% - 0.5em);
    right: 0;
    z-index: 888;
}

header#site--header #hd_sch form {
    z-index: 999;
}

header#site--header #hd_sch #sch_stx {
    transition: width 0.6s, border-radius 0.6s, background 0.6s, box-shadow 0.6s;
    line-height: 1.5em;
    border-radius: 1.5em;
    width: 2em;
    padding: 0.25em;
    height: 2em;
    border: none;
    cursor: pointer;
    /*background: #ebebeb;*/
    background: none;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    flex-wrap: nowrap;
    align-items: center;
    z-index: +1;
}

header#site--header #hd_sch:hover #sch_stx {
    color: white;
    box-shadow: 0 0 0 5px #3d4752;
}

header#site--header #hd_sch #sch_stx:focus {
    transition: width 0.6s cubic-bezier(0, 1.22, 0.66, 1.39), border-radius 0.6s, background 0.6s;
    border: none;
    outline: none;
    box-shadow: none;
    padding: 0.25em 1.5em;
    cursor: text;
    width: 20em;
    border-radius: auto;
    /*background: #ebebeb;*/
    color: black;
}

header#site--header #hd_sch #sch_stx:not(:focus) {
    text-indent: -999em;
}

header#site--header #hd_sch #sch_submit {
    position: absolute;
    text-indent: -999em;
    width: 0;
    height: 0;
    overflow: hidden;
}

header#site--header #text_size {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    gap: .5em;
    margin: 0;
}

header#site--header #text_size>button {
    display: block;
    width: 2em;
    height: 2em;
    line-height: 2em;
    overflow: hidden;
    text-indent: -999em;
    background: #6b6b6b24;
    color: #fff;
    border-radius: 50%;
    position: relative;
}

header#site--header #text_size>button:before {
    content: '가';
    position: absolute;
    width: 2em;
    height: 2em;
    line-height: 2em;
    top: 50%;
    left: 50%;
    z-index: +1;
    color: #fff;
    /* font-size: .75rem; */
    font-weight: 700;
    transform: translate(-50%, -50%);
    text-indent: 0;
    overflow: unset;
    text-shadow: 0 0 8px black;
}

#container.ts_up {
    font-size: 1.167em !important;
    line-height: 1.85em !important;
}

#container.ts_up2 {
    font-size: 1.3em !important;
    line-height: 2em !important;
}

header#site--header #text_size>button:first-child:before {
    font-size: .5em;
}

header#site--header #text_size>button:nth-child(2):before {
    font-size: .75em;
}

header#site--header #text_size>button:nth-child(3):before {
    font-size: 1em;
}

header#site--header.fixed {
    position: fixed;
    z-index: 970;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
    height: 5.5em;
}

header#site--header.fixed>ul.utility {
    display: none;
}


header#site--header>nav>ul#gnb_1dul>li>a {
    padding: 1em 1.5em;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: .5em;
    font-weight: 400;
    font-size: 0.9em;
}

header#site--header.index>nav>ul#gnb_1dul>li>a {
    color: #fff;
    text-shadow: 0 0 0.2em black;
}

header#site--header.index.fixed>nav>ul#gnb_1dul>li>a {
    color: #000;
    text-shadow: none;
}

header#site--header.fixed:after {
    content: '';
    width: 100vw;
    height: 100%;
    background: #fffffff0;
    display: block;
    z-index: -1;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    visibility: visible;
    box-shadow: 0 0.3em 1em #0000001f;
}


.fixed h1#site--id {
    font-size: 1.5em;
    margin: 0;
    padding: 0;
}

header#site--header.fixed #hd_sch {
    display: none;
}

header#site--header.fixed #text_size {
    display: none;
}

#wrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: flex-start;
    justify-content: flex-start;
    align-items: flex-start;
    position: relative;
    margin: auto;
    margin-top: 9em;
    padding: 3em 1em 5em;
}

#container {
    width: 100%;
    max-width: 48em;
    margin: 0 auto;
    z-index: auto;
}


#container * {
    letter-spacing: -0.03em;
    font-weight: 300;
}

#container strong,
#container b,
#container em {
    font-weight: bold;
}

#container>section {
    position: relative;
    scroll-snap-type: y proximity !important;
}



#container h1,
#container h2,
#container h3,
#container h4 {
    font-weight: 500;
}

#container h1 {
    font-size: 1.94em;
    line-height: 1.03em;
    padding-top: 1.10em;
    margin-bottom: 0.968em;
}

#container h2 {
    font-size: 1.56em;
    line-height: 1.28em;
    padding-top: 1.48em;
    margin-bottom: 1.08em;
}

#container h3 {
    font-size: 1.25em;
    line-height: 1.60em;
    padding-top: 1.95em;
    margin-bottom: 1.25em;
}

#container h4 {
    font-size: 1.00em;
    line-height: 2.00em;
    padding-top: 0.563em;
    margin-bottom: 1.44em;
}

#container p {
    font-size: 1.00em;
    line-height: 2.00em;
    padding-top: 0.563em;
    margin-bottom: 1.44em;
    /*background: linear-gradient(to bottom, #deecc6 1px, transparent 1px);*/
    background-size: 100% 2em;
    background-position-y: 0.5em;


}


#container ul,
#container ol,
#container dl {
    font-size: 1.00em;
    line-height: 2.00em;
    margin: 0;
    padding: 0;
    padding-top: 0.563em;
    margin-bottom: 1.44em;
    margin-left: 1.5em;
}

#container li ul,
#container li ol,
#container p ul,
#container p ol,
#container dd ul,
#container dd ol {
    padding-top: 0;
    margin-bottom: 0;
}

#container dt,
#container dd,
#container li {
    font-size: 1.00em;
    line-height: 2.00em;
    margin-left: 0;
}

#container dt {
    font-weight: 500;
}


#container>section#hero {
    display: flex;
    position: relative;
    margin: 0 auto;
    padding: 0;
    margin-bottom: 3em;
    width: 100vw;
    height: 56.25vw;
    max-height: 100vh;
    left: 50%;
    transform: translateX(-50%);
    z-index: auto;
    margin-top: -14.7em;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    align-items: center;
    justify-content: center;
    overflow: visible;
    overflow-y: hidden;
    background: url(https://cdnjs.cloudflare.com/ajax/libs/jquery.mb.YTPlayer/3.3.9/css/images/raster.png), linear-gradient(to right, #5bfdd6, #ffda3e, #ff5853, #ff92c4, #974bf4);
}




#container h1#container_title {
    display: flex;
    margin: -1em 0 1.5em 0em;
    padding: 0;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
    gap: 0.5em;
}

#container h1#container_title>a.back {
    display: flex;
    width: 1.25em;
    height: 1.25em;
    position: relative;
    overflow: hidden;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-content: center;
    align-items: center;
    margin: 0;
}

#container h1#container_title>a.back>i {
    font-size: 0.5em;
    opacity: .3;
}

#container h1#container_title>span.title {
    position: relative;
    width: fit-content;
    margin: 0;
}

#container h1#container_title>a.admin {
    margin: 0 0 0 auto;
    font-size: 1rem;
    width: 1.2em;
    height: 1.2em;
    line-height: 1;
    letter-spacing: unset;
    font-weight: unset;
    overflow: hidden;
    white-space: nowrap;
    padding: 0;
    text-indent: -999em;
    color: cadetblue;
    display: block;
    position: relative;
}

#container h1#container_title>a.admin i {
    text-indent: 0;
    position: absolute;
/*    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);*/
    display: block;
}

@supports (mix-blend-mode: lighten) {
    #container h1#container_title>span.title {
        color: #000;
        background: #fff;
        mix-blend-mode: multiply;
    }

    #container h1#container_title>span.title:after {
        /*position: absolute;
    bottom: -0.75rem;
    left: 0;
    right: 0;
    content: "";
    height: 3px;
    border-radius: 5px 5px 0 0;
    z-index: 1;
    background: linear-gradient(70deg,var(--color-blue),var(--color-yellow),var(--color-purple),var(--color-green));
*/
        background: linear-gradient(70deg, var(--color-blue), var(--color-yellow), var(--color-purple), var(--color-green));
        mix-blend-mode: screen;
        content: "";
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background: linear-gradient(to right, #23966c, #faaa54, #e23b4a, #db0768, #360670);
        pointer-events: none;
    }
}








/*index*/
/*
#hero {
    display: flex;
    position: relative;
    margin: 0;
    padding: 0;
    margin-bottom: 3em;
    height: 56.25vw;
    max-height: 100vh;
    z-index: -1;
    margin-top: calc(-4em - ((0.8em * 1.8) + (2em + 1.7em + 3em + 3.2em)));
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    align-items: center;
    justify-content: center;
}



#rainbow span {
    display: block;
    position: absolute;
    width: 100vw;
    height: 100%;
    top: 0;
    left: calc(50% - 50vw);
    z-index: -2;
    opacity: .7;
}

#rainbow span:before {
    content: '';
    display: block;
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(#fff, #ffffff00);
}


#hero h1 {
    font-size: clamp(2em,4vw - .25em,4.2em);
    line-height: 1.5em;
    padding: 0;
    margin: 1.6em 0 0;
    font-weight: 300;
    color: #fff;
    text-shadow: 0 0 4px BLACK;
}

#hero h1 em,
#hero h1 strong {}

*/

#container strong.rainbow {
    position: relative;
    width: fit-content;
    margin: 0;
    font-weight: bolder;
}

@supports (mix-blend-mode: lighten) {
    #container strong.rainbow {
        color: #000;
        background: #fff;
        mix-blend-mode: multiply;
    }

    #container strong.rainbow:after {
        background: linear-gradient(70deg, var(--color-blue), var(--color-yellow), var(--color-purple), var(--color-green));
        mix-blend-mode: screen;
        content: "";
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        background: linear-gradient(to right, #23966c, #faaa54, #e23b4a, #db0768, #360670);
        pointer-events: none;

    }
}


section#donation {}

section#donation h2,
section#cletter h2 {
    text-align: center;
    font-size: 2em;
    font-weight: 100;
}


section#donation a.donation {
    display: flex;
    height: 9.4em;
    position: relative;
    text-align: center;
    color: #fff;
    border-radius: 0.5em;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    align-items: center;
    justify-content: center;
    background: #33cfff;
    background: linear-gradient(64deg, #33cfff 0%, #ff8af2 100%);
}

section#donation a.donation div {
    display: grid;
    align-items: center;
    justify-content: center;
    transform: skew(0, -7deg);
}

section#donation a.donation div>span {
    order: 1;
    text-align: center;
    display: block;
    color: #fff;
    font-size: 1.2em;
    font-weight: 500;
    text-shadow: 1px 3px 0px #00000066;
    position: absolute;
    white-space: nowrap;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin-top: -1.5em;
    -webkit-transition: font-size .5s ease;
    -moz-transition: font-size .5s ease;
    -o-transition: font-size .5s ease;
    transition: font-size .5s ease;
}

section#donation a.donation div>strong {
    order: 2;
    color: #ffffff;
    font-weight: 900;
    font-size: clamp(2.2em, 2vw + 1.6em, 3.6em);
    line-height: 0.75em;
    text-align: center;
    text-shadow: 3px 1px 1px #4af7ff, 2px 2px 1px #165bfb, 4px 2px 1px #4af7ff, 3px 3px 1px #165bfb, 5px 3px 1px #4af7ffc4, 4px 4px 1px #165bfb9c, 6px 4px 1px #4af7ffb3, 5px 5px 1px #165bfb70, 7px 5px 1px #4af7ff80, 6px 6px 1px #165bfb4a, 8px 6px 1px #4af7ff3d, 7px 7px 1px #165bfb14, 9px 7px 1px #4af7ff2e;
    margin-top: .6em;
    transition: all .2s ease-in-out;
}

section#donation a.donation div>strong:before {
    content: attr(data-text);
    position: absolute;
    text-shadow: 2px 2px 1px #e94aa1, -1px -1px 1px #c736f9, -2px 2px 1px #e94aa1, 1px -1px 1px #f736f9;
    z-index: 1;
}

section#donation a.donation:hover div>strong {
    transform: scale(1.4);

}



section#cletter {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-end;
    gap: .5em;
    position: relative;
}

section#cletter>h2 {
    margin: 4em auto 2em;
    padding: 0;
}

section#cletter>article {
    max-width: 50%;
}

section#cletter>article.cletter_form {
    background: #fff;
    border-radius: 0.4em;
    padding: 1.3em 2em;
    box-shadow: 0 0 1em #ccc;
}

section#cletter>article.cletter_form h4 {
    margin: 0;
    padding: 0;
    font-size: 1.2em;
    font-weight: 100;
}

section#cletter>article.cletter_form form {}

section#cletter>article.cletter_form form>p {
    font-size: 0.85em;
    background: unset;
    margin: 0;
    padding: 0;
}

section#cletter>article.cletter_form form>div {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: flex-start;
    justify-content: space-between;
    align-items: center;
    font-size: 0.9em;
    padding: 0.6em 0;
}

section#cletter>article.cletter_form form>div.stb_form_result {
    display: unset;
    padding: unset;
    font-size: unset;
}


section#cletter>article.cletter_form form>div label {}

section#cletter>article.cletter_form form>div label .stb_asterisk {
    color: palevioletred;
    display: inline-block;
    margin-left: 0.3em;
}

section#cletter>article.cletter_form form>div input {
    margin-right: 0;
    margin-left: auto;
    width: 60%;
    border: solid 1px #ccc;
    font-size: inherit;
    padding: .3em .6em;
    outline-color: lightpink;
}

section#cletter>article.cletter_form form>div.stb_form_result,
section#cletter>article.cletter_form form>div .stb_form_msg_error {
    font-size: 0.9em;
    display: none;
    text-align: right;
    width: 100%;
    color: lightseagreen;
    line-height: 1em;
    padding: 0.8em 0;
}

section#cletter>article.cletter_form form>div.stb_form_result {
    text-align: center;
}


section#cletter>article.cletter_form form>div.stb_form_policy {}

section#cletter>article.cletter_form form>div.stb_form_policy label {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: flex-start;
    justify-content: flex-start;
    align-items: center;
    gap: .5em;
}

section#cletter>article.cletter_form form>div.stb_form_policy label input {
    width: unset;
    margin: unset;
    border: unset;
    padding: unset;
    outline-color: unset;
}

section#cletter>article.cletter_form form>div.stb_form_policy label span {
    font-size: 0.8em;
    font-weight: 500;
    color: lightseagreen;
}

section#cletter>article.cletter_form form>div.stb_form_policy label button {
    font-size: inherit;
    font-weight: 500;
    color: lightseagreen;
    margin-right: -.3em;
}

section#cletter>article.cletter_form form>button[type=submit] {
    display: block;
    background: lightseagreen;
    width: 100%;
    font-size: 1em;
    font-weight: 700;
    color: #fff;
    padding: 1em;
    border-radius: .2em;
    margin-top: 1em;
    opacity: .7;
    box-shadow: 0 0 0.5em #00000069, inset 0 0 0.5em #00000020;
}

section#cletter>article.cletter_form form>button[type=submit]:focus,
section#cletter>article.cletter_form form>button[type=submit]:hover {
    opacity: 1;
}

section#cletter>article.cletter_list {
    position: relative;
}

section#cletter>article.cletter_list * {
    letter-spacing: unset;
    font-weight: unset;
}

section#cletter>article.cletter_list .cletter--title {
    letter-spacing: .025em;
    position: absolute;
    top: -2.2em;
    left: 0;
    width: 100%;
    text-align: center;
    font-weight: 800;
    font-size: 5.8em;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: skew(0, -7deg);
}

section#cletter>article.cletter_list .cletter--title:after {
    content: '';
    display: block;
    width: 80%;
    height: 0;
    padding-top: 60%;
    background: #f270de6e;
    position: absolute;
    border-radius: 50%;
    z-index: -1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border: solid 3px #fff;
    box-shadow: inset 0 0 40px #0000001c;
}

section#cletter>article.cletter_list .cletter--title span {
    font-family: 'Lobster', "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-shadow: 0.06em 0.06em 0 #ffffff5b, 0.05em 0.05em 0 #ffffff5b, 0.04em 0.04em 0 #ffffff5b, 0.03em 0.03em 0 #ffffff5b, 0.02em 0.02em 0 #ffffff5b, 0.01em 0.01em 0 #ffffff5b;
}

section#cletter>article.cletter_list .cletter--title span:nth-child(1) {
    color: var(--rc-1);
}

section#cletter>article.cletter_list .cletter--title span:nth-child(2) {
    color: var(--rc-2);
}

section#cletter>article.cletter_list .cletter--title span:nth-child(3) {
    color: var(--rc-3);
}

section#cletter>article.cletter_list .cletter--title span:nth-child(4) {
    color: var(--rc-4);
}

section#cletter>article.cletter_list .cletter--title span:nth-child(5) {
    color: var(--rc-5);
}

section#cletter>article.cletter_list .cletter--title span:nth-child(6) {
    color: var(--rc-6);
}

section#cletter>article.cletter_list .cletter--title span:nth-child(7) {
    color: var(--rc-7);
}

section#cletter>article.cletter_list .cletter--title span:nth-child(8) {
    color: var(--rc-8);
}

section#cletter>article.cletter_list h4 {
    margin: 0;
    padding: 0;
    font-size: 1.3em;
    font-weight: 300;
    text-align: center;
}

section#cletter>article.cletter_list h4 button {
    text-indent: -999em;
    position: relative;
    background: deepskyblue;
    width: 1em;
    height: 1em;
    display: inline-block;
    border-radius: .2em;
    margin-left: .5em;
}

section#cletter>article.cletter_list h4 button:before {
    text-indent: 0;
    content: "\f021";
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: block;
    position: absolute;
    color: #fff;
    font-size: 0.7em;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}



section#cletter>article.cletter_list .stb_archives_emails {
    margin: 0;
    padding: 0;
    list-style: none;
}


section#cletter>article.cletter_list .stb_archives_emails a .item {
    margin: 0;
    padding: 0.5em;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    font-size: 0.85em;
    line-height: 2em;
    gap: .5em;
}

section#cletter>article.cletter_list .stb_archives_emails a .item:hover {
    background: #ffffffa8;
}

section#cletter>article.cletter_list .stb_archives_emails a span.date {
    font-size: .9em;
    color: #000;
    letter-spacing: -0.03em;
    width: 5.5em;
    opacity: .6;
    white-space: nowrap;
    overflow: hidden;
}

section#cletter>article.cletter_list .stb_archives_emails a .title {
    width: calc(100% - 5.5em);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}


#inner-wrap {
    position: absolute;
    width: 100vw;
    height: 30vw;
    overflow: visible;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
    top: 30%;
    opacity: 0.3;
}

#inner-wrap .waves {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
    min-width: 100%;
    min-height: 70%;
    margin: auto 0;
}

#inner-wrap img,
#inner-wrap svg {
    display: block;
    overflow: visible;
    pointer-events: none;
}

#inner-wrap .group:before,
#inner-wrap .group:after {
    content: "";
    display: table;
    clear: both;
}

#inner-wrap .group {
    zoom: 1;
}





footer#site--footer {
    border-top: solid 1px #00000036;
}

footer#site--footer * {
    color: inherit;
}

#site--footer #page--link {
    display: flex;
    list-style: none;
    position: relative;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-evenly;
    align-items: center;
    padding: 2em 1em;
}

#page--link li {}

#page--link li a {
    color: inherit;
    font-size: .825rem;
    white-space: nowrap;
    display: block;
    font-weight: 500;
}

#site--footer #site--info {
    font-size: 0.8em;
    line-height: 2.5em;
}

#site--info>div {

    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 0.5em;
}

#site--info>div.sns {
    margin-top: 1.5em;
}

#site--info>div dt {
    font-weight: 300;
    opacity: .7;
}

#site--info>div dd {}

#site--info>div.title dd {
    font-size: 2.5em;
    font-weight: 100;
    line-height: 2.5em;
    background-image: url(../image/logo.png);
    text-indent: -999em;
    background-size: 100% auto;
    background-position: center center;
    background-repeat: no-repeat;
    width: 6.8em;
    height: 0.7em;
    margin-bottom: 0.4em;

}

#site--info>div.sns dd a {
    display: flex;
    position: relative;
    width: 3em;
    height: 3em;
    background: #efefef;
    border-radius: 50%;
    margin: 1em 1em 0 0;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    align-content: center;
    color: #b9b9b9;
    box-shadow: 0 0 10px #00000033;
}

#site--info>div.sns dd a i {
    font-size: 1.4em;
}

#site--info>div.sns dd a:hover {
    color: #fff;
    background: #000;
}

#site--info>div.copyright {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    margin: 2em 0;
    font-size: 1.25em;
    font-weight: 300;
    letter-spacing: 0.2em;
    font-variant-caps: all-small-caps;
}

#top_btn {
    position: fixed;
    bottom: 3em;
    right: 3em;
    width: 3em;
    height: 3em;
    line-height: 3em;
    border: 2px solid #d2d2d2;
    border-radius: 50%;
    background: #fff;
    color: #d2d2d2;
    text-align: center;
    font-size: 1em;
    z-index: 99;
    -webkit-box-shadow: 1px 2px 5px rgba(191, 191, 191, 0.4);
    -moz-box-shadow: 1px 2px 5px rgba(191, 191, 191, 0.4);
    box-shadow: 1px 2px 5px rgba(191, 191, 191, 0.4)
}

#top_btn i {
    font-size: 1.4em
}

#top_btn:hover {
    background: #3b8afb;
    border-color: #3b8afb;
    color: #fff
}


.mobile {
    display: none;
    visibility: hidden;
    opacity: 0;
}

@media screen and (min-width: 426px) and (max-width: 768px) {
    #container>section#hero {
        /*height: 70vw;*/
    }
}

@media screen and (max-width: 425px) {
    .mobile {
        display: block;
        visibility: visible;
        opacity: 1
    }
#container * {
    letter-spacing: unset;
    font-weight: unset;
}
    header#site--header #navopen {
        font-size: 1.5em;
        color: #aaa;
        position: absolute;
        left: 0.7em;
        top: 50%;
        transform: translateY(-50%);
    }

    html,
    body {
        overflow-x: hidden;
    }

    header#site--header,
    #wrapper,
    footer#site--footer {
        max-width: 100vw;
    }

    #wrapper {
        margin-top: 3.4rem;
    }

    header#site--header.fixed,
    header#site--header {
        width: 100vw;
        margin: 0;
        padding: 0;
        position: fixed;
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        align-items: center;
        z-index: 970;
        height: unset;
        background: #fff;
        padding: 0.7em;
    }

    header#site--header:after,
    header#site--header.fixed:after {
        content: '';
        width: 100vw;
        height: 100%;
        background: #fffffff0;
        display: block;
        z-index: -1;
        position: absolute;
        top: 0;
        left: 50%;
        transform: translateX(-50%);
        visibility: visible;
        box-shadow: 0 0.3em 1em #0000001f;
    }

    h1#site--id,
    .fixed h1#site--id {
        margin: 0;
        margin-left: 1.3em;
        padding: 0;
        font-size: 2em;
    }
.index h1#site--id a,
    h1#site--id a {
        width: 7.5em;
    background-image: url(../image/logo.png);

    }

    header#site--header>nav {
        position: absolute;
        top: calc(1.4em + 2em);
        left: -60vw;
        z-index: -1;
        width: 50vw;
        display: block;
        height: calc(100vh - (1.4em + 2em + 17.5em));
        transition: left .3s;
    }

    header#site--header>nav:after {
        content: '';
        display: block;
        width: 100%;
        height: 100vh;
        background: #fff;
        z-index: -1;
        position: absolute;
        top: 0;
        box-shadow: 0 0 1em #00000036;
    }

    header#site--header>nav>ul#gnb_1dul {
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        overflow-y: auto;
        max-height: calc(100vh - (1.4em + 2em + 17.5em));
        justify-content: flex-start;

    }

    header#site--header>nav>ul#gnb_1dul>li {
        border-top: solid 1px #aaa;
    }

    header#site--header>nav>ul#gnb_1dul>li:first-child {
        border-top: none;
    }

    header#site--header.index>nav>ul#gnb_1dul>li>a,
    header#site--header>nav>ul#gnb_1dul>li>a {
        font-size: 4vw;
        padding: 1rem;
        gap: .5rem;
        width: 50vw;
        color: #000;
        text-shadow: none;
        flex-direction: row;
    }

    header#site--header>nav>ul#gnb_1dul>li a span.en {
        font-size: 2.8vw;
        color: #9d9d9d;
        opacity: 1;
        font-weight: 500;
    }

    header#site--header>nav>ul#gnb_1dul .btn_gnb_op {
        display: flex;
        position: absolute;
        right: 1rem;
        top: 0.8rem;
        width: 2rem;
        height: 2rem;
        overflow: hidden;
        align-items: center;
        justify-content: center;
        cursor: pointer;
    }

    header#site--header>nav>ul#gnb_1dul .btn_gnb_op:before {
        content: '';
        display: block;
        position: absolute;
        width: 0.6rem;
        height: 0.6rem;
        border-top: solid 2px #000;
        border-right: solid 2px #000;
        transform: rotate(45deg);
        opacity: 0.5;
        transition: transform .3s;
    }

    header#site--header>nav>ul#gnb_1dul .btn_gnb_op.on:before {
        transform: rotate(135deg);
        transition: transform .3s;
    }

    header#site--header>nav>ul#gnb_1dul ul.gnb_2dul {
        display: none;
        position: relative;
        z-index: unset;
        top: unset;
        left: unset;
        transform: unset;
        border: none;
    }

    header#site--header>nav>ul#gnb_1dul>li:hover>ul {
        display: unset;
    }

    header#site--header>nav>ul#gnb_1dul button.btn_gnb_cl+ul.gnb_2dul {
        display: block !important;
    }

    header#site--header>nav>ul#gnb_1dul ul:before,
    header#site--header>nav>ul#gnb_1dul ul:after {
        content: none;
    }


    header#site--header>nav>ul#gnb_1dul ul li a {
        font-size: 3.6vw;
        text-align: left;
        color: #000;
        padding: 1rem;
        display: flex;
        gap: .5rem;
        align-items: center;
        font-weight: 400;
        width: 50vw;
    }

    header#site--header>nav>ul#gnb_1dul ul li a span.en {
        font-size: 2.8vw;
        color: #9d9d9d;
        opacity: 1;
        font-weight: 500;
    }

    #dim {
        position: fixed;
        top: 0;
        left: 0;
        width: 100vw;
        height: 100vh;
        display: block;
        background: #00000094;
        z-index: 900;
    }

    header#site--header #hd_sch,
    header#site--header.fixed #hd_sch {
        position: absolute;
        display: flex;
        z-index: 980;
        background: #fff;
        top: 50%;
        right: 1em;
        transform: translateY(-50%);
    }

    header#site--header #hd_sch:hover #sch_stx {
        /*color: white;*/
        /*box-shadow: 0 0 0 5px #3d4752;*/
    }

    header#site--header #hd_sch #sch_stx:focus {
        width: calc(100vw - 4em);
        box-shadow: 0 0 .3em #00000026;
        /*    transition: width 0.6s cubic-bezier(0, 1.22, 0.66, 1.39), border-radius 0.6s, background 0.6s;
    border: none;
    outline: none;
    box-shadow: none;
    padding: 0.25em 1.5em;
    cursor: text;
    width: 20em;
    border-radius: auto;
    color: black;*/
    }

    header#site--header #hd_sch #sch_stx:not(:focus) {
        /*text-indent: -999em;*/
    }

    header#site--header #text_size,
    header#site--header.fixed #text_size {
        display: none
    }


    header#site--header.fixed>ul.utility,
    header#site--header>ul.utility {
        right: unset;
        left: -60vw;
        top: calc(100vh - 17.5em);
        width: 50vw;
        font-size: 1em;
        display: flex;
        flex-direction: column-reverse;
        gap: 0.4em;
        padding: .5em 0;
        border-top: solid 1px #00000026;
        background: #fff;
        transition: left .3s;
    }

    header#site--header>ul.utility.open,
    header#site--header>nav.open {
        left: 0;
        transition: left .3s;
    }

    #container>section#hero {
        margin-top: -3em;
        /*height: calc(100vh - 3em);*/
        height: 50vh;
    }

    section#donation h2,
    section#cletter>h2 {
        font-size: 5vw;
        font-weight: 500;
        line-height: 1.6em;
    }

    section#cletter>article {
        max-width: unset;
        width: 100%;
    }

    section#cletter>article.cletter_list .cletter--title {
        position: relative;
        top: unset;
        left: unset;
        margin: 1em auto;
    }

    section#cletter>article.cletter_list .cletter--title:after {
        width: 3.4em;
        padding-top: 1.9em;
    }

    #inner-wrap {
        top: unset;
        bottom: 23%;
        height: 50vw;
    }

    #site--info>div.copyright {
        font-size: 2.5vw;
    }
}

/* 팝업레이어 */
#hd_pop {
    z-index: 1000;
    position: relative;
    margin: 0 auto;
    width: 100%;
    height: 0
}

#hd_pop h2 {
    position: absolute;
    font-size: 0;
    text-indent: -9999em;
    line-height: 0;
    overflow: hidden
}

.hd_pops {
    position: absolute;
    border: 1px solid #e9e9e9;
    background: #fff
}

.hd_pops img {
    max-width: 100%;
    height: auto
}

.hd_pops_con {}

.hd_pops_footer {
    padding: 10px 0;
    background: #000;
    color: #fff;
    text-align: right
}

.hd_pops_footer button {
    margin-right: 5px;
    padding: 5px 10px;
    border: 0;
    background: #393939;
    color: #fff
}

@media not all and (min-resolution:.001dpcm) {
    @supports (-webkit-appearance: none) {
        .gilbeot {
            position: relative;
            color: #000;
            background: #fff;
            mix-blend-mode: multiply;
        }

        .gilbeot:after {
            background: linear-gradient(70deg, var(--color-blue), var(--color-yellow), var(--color-purple), var(--color-green));
            mix-blend-mode: screen;
            content: "";
            display: block;
            position: absolute;
            top: 0;
            right: 0;
            bottom: 0;
            left: 0;
            background: linear-gradient(to right, #23966c, #faaa54, #e23b4a, #db0768, #360670);
            pointer-events: none;
        }
    }
}

/* 상단 레이아웃 */
/*#hd {
    position: relative;
    background: #212020
}
#hd:after {
    display: block;
    visibility: hidden;
    clear: both;
    content: ""
}
*/
/*#hd_h1 {position:absolute;font-size:0;text-indent:-9999em;line-height:0;overflow:hidden}*/
/*
#logo {
    padding: 10px 10px;
    height: 60px;
    text-align: center
}
#logo img {
    vertical-align: middle;
    margin-top: 5px;
    max-height: 100%;
    width: auto
}
#gnb_open {
    position: absolute;
    top: 10px;
    left: 10px;
    padding: 0 10px;
    height: 40px;
    width: 40px;
    border: 0;
    background-size: 70%;
    color: #fff;
    background: none;
    font-size: 2em
}
#gnb {
    display: none;
    background: #efefef;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999;
    width: 100%;
    max-width: 400px;
    height: 100%;
    overflow-y: auto;
    -webkit-box-shadow: 0 0 5px rgba(55, 55, 5, 0.4);
    -moz-box-shadow: 0 0 5px rgba(55, 55, 5, 0.4);
    box-shadow: 0 0 5px rgba(55, 55, 5, 0.4)
}
#gnb_1dul {
    background: #fff
}
#gnb_1dul a {
    display: block;
    color: #000
}
.gnb_1dli {
    position: relative;
    line-height: 40px
}
.gnb_1dli button {
    position: absolute;
    top: 5px;
    right: 0;
    width: 40px;
    height: 40px;
    overflow: hidden;
    border: 0;
    font-size: 1.2em;
    background: #fff;
    background: url(../img/mobile/gnb_bg2.png) no-repeat 50% 50%;
    text-indent: -9999px
}
.gnb_1dli button.btn_gnb_cl {
    background: url(../img/mobile/gnb_bg.png) no-repeat 50% 50%
}
.gnb_1da {
    padding: 5px 20px;
    border-bottom: 1px solid #eee;
    font-weight: bold;
    font-size: 1.2em;
}
.gnb_2dul {
    display: none;
    background: #fafafa
}
.gnb_2da {
    padding-left: 30px
}
#gnb_close {
    display: block;
    position: absolute;
    right: 8px;
    top: 10px;
    z-index: 99;
    font-weight: bold;
    margin: 0;
    height: 40px;
    width: 40px;
    border: 0;
    color: #bfb8b2;
    font-size: 2em;
    background: transparent
}
#gnb_empty {
    padding: 20px 0;
    color: #fff;
    text-align: center;
    line-height: 2em
}
#gnb_empty a {
    display: inline;
    text-decoration: underline
}*/
/*
#hd_sch {
    text-align: center;
    padding: 12px 55px 12px 15px;
    background: #212020
}
#hd_sch h2 {
    position: absolute;
    font-size: 0;
    text-indent: -9999em;
    line-height: 0;
    overflow: hidden
}
#hd_sch form {
    position: relative;
    padding-right: 40px
}
#hd_sch #sch_stx {
    width: 100%;
    height: 38px;
    margin-left: 40px;
    background: #464646;
    border: 0;
    color: #fff
}
#hd_sch #sch_submit {
    position: absolute;
    top: 0;
    left: 0;
    width: 40px;
    height: 38px;
    border: 0;
    border-radius: 3px;
    cursor: pointer;
    color: #a6a5a5;
    background: #464646;
    font-size: 1.25em
}
#user_btn {
    position: absolute;
    top: 10px;
    right: 10px;
    padding: 0 10px;
    height: 40px;
    width: 40px;
    border: 0;
    color: #fff;
    font-size: 1.8em;
    background: none;
    letter-spacing: -0.1em
}
#user_menu {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    overflow-y: auto;
    z-index: 9999;
    background: #efefef;
    text-align: center
}
#user_close {
    display: block;
    position: absolute;
    right: 8px;
    top: 10px;
    z-index: 99;
    font-weight: bold;
    margin: 0;
    height: 40px;
    width: 40px;
    border: 0;
    color: #bfb8b2;
    font-size: 1.8em;
    background: transparent
}
#snb_cnt span {
    display: inline-block;
    float: right;
    padding: 0 7px;
    height: 18px;
    margin-top: 3px;
    line-height: 18px;
    font-size: 12px;
    background: #da22f5;
    border-radius: 20px;
    color: #fff
}
#hd_nb {
    background: #fff;
    margin-top: 10px;
    border-bottom: 1px solid #e1e1e1
}
#hd_nb:after {
    display: block;
    visibility: hidden;
    clear: both;
    content: ""
}
#hd_nb li {
    width: 50%;
    float: left;
    text-align: center;
    line-height: 25px;
    font-size: 1.083em;
    font-weight: bold
}
#hd_nb li a {
    display: block;
    color: #717171;
    text-align: left;
    padding: 10px 15px
}
#hd_nb li i {
    font-size: 14px;
    margin-right: 10px;
    color: #a5a8ac
}
#hd_nb .hd_nb1 {
    border-right: 1px solid #efefef;
    border-bottom: 1px solid #efefef
}
#hd_nb .hd_nb2 {
    border-bottom: 1px solid #efefef
}
#hd_nb .hd_nb3 {
    border-right: 1px solid #efefef
}
*/
/* 텍스트 크기 조절 */
/*
#text_size {
    margin: 10px 0;
    text-align: center;
    display: inline-block;
    padding: 7px 20px;
    background: #e6e7e9;
    border-radius: 25px;
    height: 48px
}
#text_size button {
    margin: 0 5px;
    border: 0;
    background: none;
    height: 35px;
    width: 35px;
    border-radius: 50%
}
#text_size button.select {
    background: #fff;
    border-bottom: 1px solid #bbb;
    -webkit-box-shadow: 0 0 5px rgba(100, 80, 100, 0.2);
    -moz-box-shadow: 0 0 5px rgba(100, 100, 100, 0.2);
    box-shadow: 0 0 5px rgba(100, 100, 100, 0.2)
}
*/
/* 중간 레이아웃 */
/*
#wrapper {}
#wrapper:after {
    display: block;
    visibility: hidden;
    clear: both;
    content: ""
}
#container {
    position: relative;
    min-height: 300px
}
#container:after {
    display: block;
    visibility: hidden;
    clear: both;
    content: ""
}
#container_title {
    font-size: 1.2em;
    font-weight: bold;
    height: 50px;
    padding: 10px 15px;
    line-height: 30px;
    background: #fff;
    color: #333;
    -webkit-box-shadow: 0 0 10px rgba(181, 181, 181, 0.4);
    -moz-box-shadow: 0 0 10px rgba(181, 181, 181, 0.4);
    box-shadow: 0 0 10px rgba(181, 181, 181, 0.4);
}
#container_title a {
    display: inline-block;
    margin-right: 5px
}
.top {
    position: relative
}
.btn_top {
    position: absolute;
    top: 0px;
    right: 10px;
    z-index: 999;
    padding: 8px 0
}
.btn_top li {
    display: inline-block
}
.btn_top a,
.btn_top button,
.btn_top .btn_submit {}
.btn_top .btn_cancel,
.btn_top .btn_b01 {
    border: 1px solid #aaa;
    background: none;
    color: #666;
    line-height: 28px;
    background: #fff
}
.fixed {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 999
}
.fixed.btn_bo_user {
    right: 10px
}
#container_title.fixed {
    width: 100%
}
*/
/* 하단 레이아웃 */
/*
#ft {
    background: #222;
    padding: 0px 20px 20px
}
#ft h1 {
    width: 0;
    height: 0;
    font-size: 0;
    line-height: 0;
    overflow: hidden
}
#ft p {
    margin: 0;
    padding: 10px 0;
    line-height: 1.8em
}
#ft_copy {
    padding: 10px;
    line-height: 2em;
    text-align: center;
    color: #777
}
#ft_copy #ft_company {
    text-align: center
}
#ft_copy #ft_company a {
    display: inline-block;
    padding: 0 10px;
    line-height: 1em;
    border-left: 1px solid #333;
    color: #fff
}
#ft_copy #ft_company a:first-child {
    border: 0
}
.ft_cnt {
    font-weight: normal;
    color: #e3e3e3;
    line-height: 2em;
    text-align: center
}
.ft_cnt h2 {
    width: 0;
    height: 0;
    font-size: 0;
    line-height: 0;
    overflow: hidden
}
#ft_copy b {
    color: inherit
}
#ft_copy a {
    color: inherit;
    text-decoration: none
}
#device_change {
    display: block;
    line-height: 40px;
    border-radius: 5px;
    background: #302e2e;
    color: #777;
    font-size: 1em;
    text-decoration: none;
    text-align: center
}
*/
/* 게시물 선택복사 선택이동 */
#copymove {}

.copymove_current {
    float: right;
    color: #ff3061
}

.copymove_currentbg {
    background: #f4f4f4
}

#copymove .tbl_head01 {
    margin-top: 10px
}

#copymove td {
    background: #fff
}

#copymove .win_btn {
    margin: 10px
}

/* 화면낭독기 사용자용 */
#hd_login_msg {
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    overflow: hidden
}

.msg_sound_only,
.sound_only {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    margin: 0 !important;
    padding: 0 !important;
    width: 1px !important;
    height: 1px !important;
    font-size: 0 !important;
    line-height: 0 !important;
    overflow: hidden
}

/* 본문 바로가기 */
.to_content a {
    z-index: 100000;
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    font-size: 0;
    line-height: 0;
    overflow: hidden
}

/* 이미지 등비율 리사이징 */
.img_fix {
    width: 100%;
    height: auto
}

/* 캡챠 자동등록(입력)방지 기본 -pc */
#captcha {
    position: relative
}

#captcha legend {
    position: absolute;
    margin: 0;
    padding: 0;
    font-size: 0;
    line-height: 0;
    text-indent: -9999em;
    overflow: hidden
}

#captcha #captcha_img {
    height: 40px;
    border: 1px solid #898989;
    vertical-align: top;
    padding: 0;
    margin: 0
}

#captcha #captcha_mp3 {
    margin: 0;
    padding: 0;
    width: 40px;
    height: 40px;
    border: 0;
    background: transparent;
    vertical-align: middle;
    overflow: hidden;
    cursor: pointer;
    width: 40px;
    height: 40px;
    background: url('../../../img/captcha2.png') no-repeat;
    text-indent: -999px;
    border-radius: 3px
}

#captcha #captcha_reload {
    margin: 0;
    padding: 0;
    width: 40px;
    height: 40px;
    border: 0;
    background: transparent;
    vertical-align: middle;
    overflow: hidden;
    cursor: pointer;
    background: url('../../../img/captcha2.png') no-repeat 0 -40px;
    text-indent: -999px;
    border-radius: 3px
}

#captcha #captcha_key {
    margin: 0 0 0 3px;
    padding: 0 5px;
    width: 90px;
    height: 40px;
    border: 1px solid #ccc;
    background: #fff;
    font-size: 1.333em;
    font-weight: bold;
    text-align: center;
    border-radius: 0;
    vertical-align: top
}

#captcha #captcha_info {
    display: block;
    margin: 3px 0 5px;
    font-size: 0.95em;
    letter-spacing: -0.1em
}

/* 캡챠 자동등록(입력)방지 기본 - mobile */
#captcha.m_captcha audio {
    display: block;
    margin: 0 0 5px
}

/* 구글리캡챠 크기 조정 scale */
#captcha.recaptcha {
    width: 213px;
    height: 55px;
    overflow: hidden
}

#rc-imageselect,
.g-recaptcha {
    transform: scale(0.7);
    -webkit-transform: scale(0.7);
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0
}

/* ckeditor 태그 기본값 */
#bo_v_con ul {
    display: block;
    list-style-type: disc;
    margin-top: 1em;
    margin-bottom: 1em;
    margin-left: 0;
    margin-right: 0;
    padding-left: 40px
}

#bo_v_con ol {
    display: block;
    list-style-type: decimal;
    margin-top: 1em;
    margin-bottom: 1em;
    margin-left: 0;
    margin-right: 0;
    padding-left: 40px
}

#bo_v_con li {
    display: list-item
}

/*단축키일람 */
.cke_sc {
    text-align: right
}

.btn_cke_sc {
    background: #333;
    color: #fff;
    padding: 5px;
    border: none
}

.cke_sc_def {
    margin: 0 0 5px;
    padding: 10px;
    border: 1px solid #ccc;
    background: #f7f7f7;
    text-align: center
}

.cke_sc_def dl {
    margin: 0 0 5px;
    text-align: left;
    zoom: 1
}

.cke_sc_def dl:after {
    display: block;
    visibility: hidden;
    clear: both;
    content: ""
}

.cke_sc_def dt,
.cke_sc_def dd {
    float: left;
    margin: 0;
    padding: 5px 0;
    border-bottom: 1px solid #e9e9e9
}

.cke_sc_def dt {
    width: 50%;
    font-weight: bold
}

.cke_sc_def dd {
    width: 50%
}

.btn_cke_sc_close {
    background: #333;
    padding: 5px;
    border: none;
    color: #fff
}

/* 버튼 */
.btn {
    display: inline-block;
    padding: 0 5px;
    height: 30px;
    line-height: 30px;
    border-radius: 3px
}

a.btn01 {
    display: inline-block;
    background: #ddd;
    color: #444;
    text-decoration: none;
    vertical-align: middle
}

a.btn01:focus,
a.btn01:hover {
    text-decoration: none
}

button.btn01 {
    display: inline-block;
    margin: 0;
    padding: 7px;
    border: 1px solid #ccc;
    background: #fafafa;
    color: #000;
    text-decoration: none
}

a.btn02 {
    display: inline-block;
    border: 1px solid #3b3c3f;
    background: #4b545e;
    color: #fff;
    text-decoration: none;
    vertical-align: middle
}

a.btn02:focus,
.btn02:hover {
    text-decoration: none
}

button.btn02 {
    display: inline-block;
    margin: 0;
    padding: 7px;
    border: 1px solid #3b3c3f;
    background: #4b545e;
    color: #fff;
    text-decoration: none
}

.btn_confirm {
    text-align: center
}

/* 서식단계 진행 */
.btn_submit {
    border: 0;
    background: #1095c1;
    color: #fff;
    cursor: pointer;
    border-radius: 3px
}

.btn_submit:hover {
    background: #2375eb
}

.btn_close {
    border: 1px solid #dcdcdc;
    cursor: pointer;
    border-radius: 3px;
    background: #fff
}

a.btn_close {
    text-align: center;
    line-height: 50px
}

a.btn_cancel {
    display: inline-block;
    background: #ddd;
    color: #444;
    text-decoration: none;
    vertical-align: middle
}

button.btn_cancel {
    display: inline-block;
    border: 1px solid #ccc;
    background: #fafafa;
    color: #000;
    vertical-align: top;
    text-decoration: none
}

a.btn_frmline,
button.btn_frmline {
    display: inline-block;
    padding: 0 5px;
    border: 0;
    background: #fff;
    border: 1px solid #3a8afd;
    color: #3a8afd;
    letter-spacing: -0.1em;
    text-decoration: none;
    vertical-align: top
}

/* 우편번호검색버튼 등 */
button.btn_frmline {
    font-size: 1em
}

/* 게시판용 버튼 */
a.btn_b01,
.btn_b01 {
    display: inline-block;
    background: #3a8afd;
    color: #fff;
    border-radius: 3px;
    padding: 10px;
    border: 0;
    text-decoration: none;
    vertical-align: middle
}

.btn_b01:hover,
.btn_b01:hover {}

a.btn_b02,
.btn_b02 {
    display: inline-block;
    background: transparent;
    color: #fff;
    border: 0;
    border-radius: 3px;
    padding: 10px;
    text-decoration: none;
    vertical-align: middle
}

a.btn_b02:hover,
.btn_b02:hover {}

a.btn_b03,
.btn_b03 {
    display: inline-block;
    line-height: 28px;
    border: 0;
    background: transparent;
    color: #bababa;
    text-decoration: none;
    vertical-align: middle
}

a.btn_b03:hover,
.btn_b03:hover {}

a.btn_admin {
    /*display: inline-block;*/
    color: var(--color-green);
    /*font-size: 1.4em;*/
    text-decoration: none;
    vertical-align: middle
}

/* 관리자 전용 버튼 */
a.btn_admin:focus,
a.btn_admin:hover {}

.fix_btn {
    position: fixed;
    z-index: 99;
    bottom: 65px;
    right: 15px;
    background: #3a8afd;
    width: 50px;
    height: 50px;
    color: #fff;
    text-align: center;
    border-radius: 50% !important;
    font-size: 1.8em;
    line-height: 50px !important;
    -webkit-box-shadow: 1px 2px 5px rgba(191, 191, 191, 0.4);
    -moz-box-shadow: 1px 2px 5px rgba(191, 191, 191, 0.4);
    box-shadow: 1px 2px 5px rgba(191, 191, 191, 0.4)
}

a.btn,
.btn {
    /*    line-height: 35px;
    width: 30px;
    height: 35px;
    padding: 0 5px;
    text-align: center;
    font-weight: bold;
    border: 0;
    font-size: 1.4em;

*/
    font-size: 1em;
    line-height: 1.5em;
    width: 1.5em;
    height: 1.5em;
    padding: 0;
    text-align: center;
    border: 0;

    -webkit-transition: background-color 0.3s ease-out;
    -moz-transition: background-color 0.3s ease-out;
    -o-transition: background-color 0.3s ease-out;
    transition: background-color 0.3s ease-out
}

/* 기본테이블 */
.tbl_wrap {
    margin: 0 10px 10px
}

.tbl_wrap table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0
}

.tbl_wrap caption {
    padding: 10px 0;
    color: #4b8b99;
    font-weight: bold;
    text-align: left
}

.tbl_head01 {}

.tbl_head01 caption {
    padding: 0 0 10px;
    color: #777;
    text-align: left
}

.tbl_head01 thead th {
    padding: 12px 0;
    border: 1px solid #d8dbdf;
    background: #f7f7f9;
    color: #383838;
    font-size: 0.95em;
    text-align: center;
    letter-spacing: -0.1em
}

.tbl_head01 thead a {
    color: #383838
}

.tbl_head01 thead th input {
    vertical-align: top
}

/* middle 로 하면 게시판 읽기에서 목록 사용시 체크박스 라인 깨짐 */
.tbl_head01 tfoot th {
    border-top: 1px solid #666;
    border-bottom: 1px solid #666;
    background: #484848;
    color: #fff
}

.tbl_head01 tfoot td {
    border-color: #e3e3e5;
    background: #484848;
    color: #fff;
    font-weight: bold;
    text-align: center
}

.tbl_head01 tbody {
    text-align: left
}

.tbl_head01 tbody th {
    padding: 5px 0;
    border-top: 1px solid #e9e9e9;
    border-bottom: 1px solid #e9e9e9
}

.tbl_head01 td {
    padding: 5px;
    border: 1px solid #e7e9ec;
    border-top: 0;
    line-height: 1.5em;
    word-break: break-all
}

.tbl_head02 {}

.tbl_head02 caption {
    padding: 0 0 10px;
    color: #777;
    text-align: left
}

.tbl_head02 thead th {
    padding: 5px 0;
    border-top: 1px solid #d1dee2;
    border-bottom: 1px solid #d1dee2;
    background: #e5ecef;
    color: #383838;
    font-size: 0.95em;
    text-align: center;
    letter-spacing: -0.1em
}

.tbl_head02 thead a {
    color: #383838
}

.tbl_head02 thead th input {
    vertical-align: top
}

/* middle 로 하면 게시판 읽기에서 목록 사용시 체크박스 라인 깨짐 */
.tbl_head02 tfoot th {
    border-top: 1px solid #666;
    border-bottom: 1px solid #666;
    background: #484848;
    color: #fff
}

.tbl_head02 tfoot td {
    background: #484848;
    color: #fff;
    font-weight: bold;
    text-align: center
}

.tbl_head02 tbody th {
    padding: 5px 0;
    border-top: 1px solid #e9e9e9;
    border-bottom: 1px solid #e9e9e9
}

.tbl_head02 td {
    padding: 5px 3px;
    border-top: 1px solid #e9e9e9;
    border-bottom: 1px solid #e9e9e9;
    line-height: 1.4em;
    word-break: break-all
}

/* 기본리스트 */
/*.list_01 ul {}

.list_01 li {
    border-bottom: 1px solid #e5ecee;
    padding: 15px
}

.list_01 li:after {
    display: block;
    visibility: hidden;
    clear: both;
    content: ""
}

.all_chk {
    padding: 15px;
    border-bottom: 1px solid #e8eaee;
    background: #fff
}*/

/* 기본폼 */
.form_01 .write_div {
    margin-bottom: 10px;
    position: relative
}

.form_01 li {
    margin: 0 0 10px;
    position: relative;
    list-style: none
}

.form_01 textarea,
.frm_input {
    border: 1px solid #d0d3db;
    background: #fff;
    color: #000;
    vertical-align: middle;
    padding: 5px;
    border-radius: 0;
    box-shadow: none
}

.form_01 textarea {
    width: 100%;
    height: 100px
}

.frm_input {
    height: 45px
}

.full_input {
    width: 100%
}

.form_01 .frm_file {
    display: block;
    margin-bottom: 5px;
    width: 100%
}

.form_01 select {
    height: 40px;
    background-color: #fff
}

.form_01 .frm_info {
    font-size: 0.92em;
    color: #3a8afd;
    text-align: left;
    margin: 3px 0 10px;
    display: block;
    line-height: 1.3em
}

/* 자료 없는 목록 */
.empty_table {
    padding: 100px 0 !important;
    color: #777;
    text-align: center
}

.empty_list {
    padding: 20px 0 !important;
    text-align: center
}

/* 필수입력 */
.required,
textarea.required {
    background-image: url('../img/require.png') !important;
    background-repeat: no-repeat !important;
    background-position: right top !important
}

/* 테이블 항목별 정의 */
.td_board {
    width: 120px;
    text-align: center
}

.td_category {
    width: 80px;
    text-align: center
}

.td_chk {
    width: 30px;
    text-align: center
}

.td_date {
    width: 60px;
    text-align: center
}

.td_datetime {
    width: 150px;
    text-align: center
}

.td_group {
    width: 100px;
    text-align: center
}

.td_mb_id {
    width: 100px;
    text-align: center
}

.td_mng {
    width: 80px;
    text-align: center
}

.td_name {
    width: 100px;
    text-align: left
}

.td_nick {
    width: 100px;
    text-align: center
}

.td_num {
    width: 50px;
    text-align: center
}

.td_numbig {
    width: 80px;
    text-align: center
}

.td_stat {
    width: 60px;
    text-align: center
}

.txt_active {
    color: #5d910b
}

.txt_done {
    color: #e8180c
}

.txt_expired {
    color: #999
}

.txt_rdy {
    color: #8abc2a
}

/* 새창 기본 스타일 */
.new_win {
    position: relative;
    background: #fff
}

.new_win #win_title {
    font-size: 1.3em;
    height: 50px;
    line-height: 30px;
    padding: 10px 20px;
    background: #fff;
    color: #000;
    -webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 1px 10px rgba(0, 0, 0, .1);
    box-shadow: 0 1px 10px rgba(0, 0, 0, .1)
}

.new_win #win_title .sv {
    font-size: 0.75em;
    line-height: 1.2em
}

.new_win_con {}

.new_win .win_ul {
    margin-bottom: 15px;
    padding: 0 20px
}

.new_win .win_ul:after {
    display: block;
    visibility: hidden;
    clear: both;
    content: ""
}

.new_win .win_ul li {
    float: left;
    background: #fff;
    text-align: center;
    padding: 0 10px;
    border: 1px solid #d6e9ff;
    border-radius: 30px;
    margin-left: 5px
}

.new_win .win_ul li:first-child {
    margin-left: 0
}

.new_win .win_ul li a {
    display: block;
    padding: 8px 0;
    color: #6794d3
}

.new_win .win_ul .selected {
    background: #3a8afd;
    border-color: #3a8afd;
    position: relative;
    z-index: 5
}

.new_win .win_ul .selected a {
    color: #fff;
    font-weight: bold
}

.new_win .win_desc {
    position: relative;
    margin: 10px;
    border-radius: 5px;
    font-size: 1em;
    background: #f2838f;
    color: #fff;
    line-height: 50px;
    text-align: left;
    padding: 0 20px
}

.new_win .win_desc i {
    font-size: 1.2em;
    vertical-align: baseline
}

.new_win .win_desc:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 4px;
    height: 50px;
    background: #da4453;
    border-radius: 3px 0 0 3px
}

.new_win .win_total {
    float: right;
    display: inline-block;
    line-height: 30px;
    font-weight: normal;
    font-size: 0.75em;
    color: #3a8afd;
    background: #f6f6f6;
    padding: 0 10px;
    border-radius: 5px
}

.new_win .new_win_con {
    padding: 20px
}

.new_win .new_win_con:after {
    display: block;
    visibility: hidden;
    clear: both;
    content: ""
}

.new_win .new_win_con2 {
    margin: 20px 0
}

.new_win .win_btn {
    clear: both;
    padding: 10px 0 30px;
    text-align: center
}

.new_win .win_btn a {
    display: inline-block;
    height: 45px;
    line-height: 40px;
    font-weight: bold
}

.new_win .cert_btn {
    text-align: center
}

.new_win .btn_close {
    width: 60px;
    height: 45px;
    overflow: hidden;
    cursor: pointer
}

.new_win .btn_submit {
    padding: 0 20px;
    height: 45px;
    font-weight: bold;
    font-size: 1.083em
}


/* 사이드뷰 */
.sv_wrap {
    display: inline-block;
    position: relative;
    font-weight: normal;
    line-height: 20px
}

.sv_wrap .sv {
    z-index: 1000;
    width: 100px;
    display: none;
    margin: 5px 0 0;
    font-size: 0.92em;
    background: #333;
    text-align: left;
    -webkit-box-shadow: 2px 2px 3px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 2px 2px 3px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 2px 2px 3px 0px rgba(0, 0, 0, 0.2)
}

.sv_wrap .sv:before {
    content: "";
    position: absolute;
    top: -6px;
    left: 15px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 6px 6px 6px;
    border-color: transparent transparent #333 transparent
}

.sv_wrap .sv a {
    display: inline-block;
    width: 100px;
    margin: 0;
    padding: 0 10px;
    line-height: 30px;
    font-weight: normal;
    color: #bbb
}

.sv_wrap .sv a:hover {
    background: #000;
    color: #fff
}

.sv_member {
    color: #333;
    font-weight: bold
}

.sv_on {
    display: block !important;
    position: absolute;
    top: 23px;
    left: 0px;
    width: auto;
    height: auto
}

.sv_nojs .sv {
    display: block
}

/* 페이징 */
.pg_wrap {
    clear: both;
    display: block;
    padding: 10px 0;
    text-align: center
}

.pg_wrap:after {
    display: block;
    visibility: hidden;
    clear: both;
    content: ""
}

.pg {
    text-align: center
}

.pg_page,
.pg_current {
    display: inline-block;
    vertical-align: middle;
    background: #eee;
    border: 1px solid #eee
}

.pg a:focus,
.pg a:hover {
    text-decoration: none
}

.pg_page {
    color: #959595;
    font-size: 1.083em;
    height: 30px;
    line-height: 28px;
    padding: 0 5px;
    min-width: 30px;
    text-decoration: none;
    border-radius: 3px
}

.pg_page:hover {
    background-color: #fafafa
}

.pg_start {
    text-indent: -999px;
    overflow: hidden;
    background: url('../img/btn_first.gif') no-repeat 50% 50% #eee;
    padding: 0;
    border: 1px solid #eee
}

.pg_prev {
    text-indent: -999px;
    overflow: hidden;
    background: url('../img/btn_prev.gif') no-repeat 50% 50% #eee;
    padding: 0;
    border: 1px solid #eee
}

.pg_end {
    text-indent: -999px;
    overflow: hidden;
    background: url('../img/btn_end.gif') no-repeat 50% 50% #eee;
    padding: 0;
    border: 1px solid #eee
}

.pg_next {
    text-indent: -999px;
    overflow: hidden;
    background: url('../img/btn_next.gif') no-repeat 50% 50% #eee;
    padding: 0;
    border: 1px solid #eee
}

.pg_start:hover,
.pg_prev:hover,
.pg_end:hover,
.pg_next:hover {
    background-color: #fafafa
}

.pg_current {
    display: inline-block;
    background: #3a8afd;
    border: 1px solid #3a8afd;
    color: #fff;
    font-weight: bold;
    height: 30px;
    line-height: 30px;
    padding: 0 10px;
    min-width: 30px;
    border-radius: 3px
}


#container>section.wrap-layer-popup {
    display: none;
    align-items: center;
    justify-content: center;
    position: fixed;
    z-index: 999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.scroll-lock {
    /*    position: fixed;
    overflow: hidden;
    width: 100%;
    height: 100%*/
}



#container>section.wrap-layer-popup.popup-open {
    display: flex;
}

#container .wrap-layer-popup.popup-open>.inner-layer-popup {
    opacity: 1;
}

.wrap-layer-popup.prev-popup {
    z-index: 989;
}

#container .wrap-layer-popup>.inner-layer-popup {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-content: stretch;
    width: 30em;
    height: auto;
    opacity: 0;
    border-radius: .5em;
    overflow: hidden;
    box-shadow: 0 0 1em #0000006b;
}

#container .wrap-layer-popup .wrap-layer-popup-title {
    width: 100%;
    padding: 1em;
    background: var(--rc-2);
    color: #fff;
}

#container .wrap-layer-popup .wrap-layer-popup-title h1 {
    margin: 0;
    padding: 0;
    font-size: 1em;
    font-weight: 700;
}

.wrap-layer-popup .layer-popup-contents {
    position: relative;
    width: 100%;
    height: 100%;
    max-height: 50vh;
    overflow-y: auto;
    background-color: #fff;
}

.wrap-layer-popup .layer-popup-contents>.inner {
    box-sizing: border-box;
    padding: 0 2em;
    font-size: 0.9em;
    line-height: 1.7;
}

.wrap-layer-popup .layer-popup-bottom {
    display: flex;
    width: 100%;
}

.wrap-layer-popup .layer-popup-bottom button {
    width: 100%;
    height: 2.2em;
    line-height: 2.2em;
    background-color: #666;
    color: #fff;
    box-sizing: border-box;
    border: 1px solid transparent;
}

.wrap-layer-popup .layer-popup-bottom button[popup-cancle] {
    background-color: #fff;
    color: #000;
    border-top-color: #ccc;
}

.popup-dimmed {
    position: fixed;
    z-index: 990;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .3);
    transition: opacity .2s;
}

.scroll-lock {
    overflow: hidden;
}

.wrapper {
    width: 900px;
    margin: 0 auto;
}

.hidden {
    position: relative;
    z-index: -1;
    display: inline-block;
    overflow: hidden;
    height: 1px;
    width: 1px;
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    word-break: initial;
    word-wrap: initial;
}

.btn-layer-close {
    position: absolute;
    right: 10px;
    top: 10px;
    width: 26px;
    height: 26px;
    padding: 0;
    border: 0;
    background: transparent;
    border-radius: 0;
}

.btn-layer-close::before,
.btn-layer-close::after {
    position: absolute;
    content: '';
    top: 50%;
    left: 3px;
    width: 20px;
    height: 1px;
    background-color: #fff;
}

.btn-layer-close::before {
    transform: rotate(45deg);

}

.btn-layer-close::after {
    transform: rotate(-45deg);
}

button {
    cursor: pointer;
}




svg.waves>path {
    -webkit-animation: a 17390ms ease-in-out infinite alternate-reverse both;
    -moz-animation: a 17390ms ease-in-out infinite alternate-reverse both;
    -ms-animation: a 17390ms ease-in-out infinite alternate-reverse both;
    -o-animation: a 17390ms ease-in-out infinite alternate-reverse both;
    animation: a 17390ms ease-in-out infinite alternate-reverse both;
    -webkit-animation-timing-function: cubic-bezier(.25, 0, .75, 1);
    -moz-animation-timing-function: cubic-bezier(.25, 0, .75, 1);
    -ms-animation-timing-function: cubic-bezier(.25, 0, .75, 1);
    -o-animation-timing-function: cubic-bezier(.25, 0, .75, 1);
    animation-timing-function: cubic-bezier(.25, 0, .75, 1);
    -webkit-will-change: transform;
    -moz-will-change: transform;
    -ms-will-change: transform;
    -o-will-change: transform;
    will-change: transform
}

svg.waves>path:nth-of-type(1) {
    -webkit-animation-duration: 20580ms;
    -moz-animation-duration: 20580ms;
    -ms-animation-duration: 20580ms;
    -o-animation-duration: 20580ms;
    animation-duration: 20580ms
}

svg.waves>path:nth-of-type(2) {
    -webkit-animation-delay: -2690ms;
    -moz-animation-delay: -2690ms;
    -ms-animation-delay: -2690ms;
    -o-animation-delay: -2690ms;
    animation-delay: -2690ms;
    -webkit-animation-duration: 13580ms;
    -moz-animation-duration: 13580ms;
    -ms-animation-duration: 13580ms;
    -o-animation-duration: 13580ms;
    animation-duration: 13580ms
}

g>path:nth-of-type(1) {
    -webkit-animation-delay: -820ms;
    -moz-animation-delay: -820ms;
    -ms-animation-delay: -820ms;
    -o-animation-delay: -820ms;
    animation-delay: -820ms;
    -webkit-animation-duration: 10730ms;
    -moz-animation-duration: 10730ms;
    -ms-animation-duration: 10730ms;
    -o-animation-duration: 10730ms;
    animation-duration: 10730ms
}

svg.waves>path:nth-of-type(1),
g>path:nth-of-type(2) {
    -webkit-animation-direction: alternate;
    -moz-animation-direction: alternate;
    -ms-animation-direction: alternate;
    -o-animation-direction: alternate;
    animation-direction: alternate
}

@-webkit-keyframes a {
    0% {
        -webkit-transform: translateX(-750px);
        transform: translateX(-750px)
    }

    100% {
        -webkit-transform: translateX(-20px);
        transform: translateX(-20px)
    }
}

@-moz-keyframes a {
    0% {
        -moz-transform: translateX(-750px);
        transform: translateX(-750px)
    }

    100% {
        -moz-transform: translateX(-20px);
        transform: translateX(-20px)
    }
}

@-ms-keyframes a {
    0% {
        -ms-transform: translateX(-750px);
        transform: translateX(-750px)
    }

    100% {
        -ms-transform: translateX(-20px);
        transform: translateX(-20px)
    }
}

@-o-keyframes a {
    0% {
        -o-transform: translateX(-750px);
        transform: translateX(-750px)
    }

    100% {
        -o-transform: translateX(-20px);
        transform: translateX(-20px)
    }
}

@keyframes a {
    0% {
        -webkit-transform: translateX(-750px);
        -moz-transform: translateX(-750px);
        -ms-transform: translateX(-750px);
        -o-transform: translateX(-750px);
        transform: translateX(-750px)
    }

    100% {
        -webkit-transform: translateX(-20px);
        -moz-transform: translateX(-20px);
        -ms-transform: translateX(-20px);
        -o-transform: translateX(-20px);
        transform: translateX(-20px)
    }
}