@charset "UTF-8";
:root {
    --ver:1.0;
    --color-primary: #8b9bac;
    --color-secondary: #40455a;
    --color-third: #384859;
    --color-main: var(--main);
    --hover: #633CE0;
    --disabled: #DFE3E6;
    --color-success: var(--color-primary);
    --color-warning: #ffca57;
    --color-error: #e33535;
    --color-info: #57b9ff;
    --stroke-primary: #EFEFEF;
    --stroke-secondary: #E5E5E5;
    --stroke-third: #F8F8F8;
    --font-primary: #d0d0d0;
    --font-secondary: #505050;
    --font-third: #666666;
    --font-disabled: #D7D7D7;
    --shadow-primary: 0px 8px 20px rgba(0, 0, 0, 0.1), 0px 2px 8px rgba(0, 0, 0, 0.1);
    --shadow-secondary: 2px 2px 20px rgba(0, 0, 0, 0.06), 2px 2px 10px rgba(0, 0, 0, 0.04);
    --scroll-fg-secondary: #b0b8c1;
    --scroll-bg-secondary: #e0e3e8;
    --border: #cccccc;
    --main: #b13adf;
    --main01: #c43ef8;
    --main02: #d569fe;
    --main03: #e2b3f5;
    --main04: #f8e7ff;
    --font01: black;
    --font02: black;
    --bg-00: black;
    --bg-01: #737373;
    --bg-primary: var(--color-primary);
    --bg-secondary: var(--color-secondary);
    --bg-third: var(--color-third);
    --bg-success: var(--color-success);
    --bg-warning: var(--color-warning);
    --bg-error: var(--color-error);
    --bg-info: var(--color-info);
    --bg-light: var(--disabled);
    --fg-primary: white;
    --fg-secondary: white;
    --fg-third: white;
    --fg-success: white;
    --fg-warning: white;
    --fg-error: white;
    --fg-info: white;
    --fg-light: var(--font-secondary);
    --fg-footer: #7c8797;
    --fg-footer2: #ecf1fd;
    --bg-header: var(--bg-secondary);
    --bg-footer: var(--bg-secondary);
    --gradient-primary: linear-gradient(-120deg, var(--color-primary), var(--color-third));
    --min-width: 1600px;
    --filter1:hue-rotate(280deg);
}

html {
    font-family: "Spoqa Han Sans Neo", "sans-serif";
    font-style: normal;
    color: var(--font-primary);
    background: var(--bg-00);
    overflow: overlay;
}

button,
.btn {
    cursor: pointer;
    border: none;
}

input[readonly] {
    background: var(--bg-01);
}

select {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='292.4' height='292.4'%3E%3Cpath fill='%23444' d='M287 69.4a17.6 17.6 0 0 0-13-5.4H18.4c-5 0-9.3 1.8-12.9 5.4A17.6 17.6 0 0 0 0 82.2c0 5 1.8 9.3 5.4 12.9l128 127.9c3.6 3.6 7.8 5.4 12.8 5.4s9.2-1.8 12.8-5.4L287 95c3.5-3.5 5.4-7.8 5.4-12.8 0-5-1.9-9.2-5.5-12.8z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 9px center;
    background-size: 9px;
    -webkit-appearance: none;
            appearance: none;
    padding-right: 24px;
}

option {
    color: black;
}
table {
    width: 100%;
}
table tr, table th, table td {
    text-align: center;
    border: 0;
}

::-webkit-scrollbar {
    width: 3px;
    height: 3px;
    background-color: rgba(127, 127, 127, 0.1);
}
::-webkit-scrollbar:hover {
    background-color: rgba(127, 127, 127, 0.3);
}

::-webkit-scrollbar-thumb {
    background: #ddd;
    border: none;
}

::-webkit-scrollbar-corner {
    background-color: rgba(127, 127, 127, 0.1);
}
::-webkit-scrollbar-corner:hover {
    background-color: rgba(127, 127, 127, 0.3);
}

select::-webkit-scrollbar {
    background-color: rgba(127, 127, 127, 0.1);
}

select::-webkit-scrollbar-thumb {
    background-color: rgba(127, 127, 127, 0.3);
    border-radius: 3px;
}

.flex {
    display: -webkit-flex;
    display: flex;
}

.disabled {
    pointer-events: none;
    opacity: 0.7;
}

.antialias {
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
}

/* text align */
.text-left {
    text-align: left !important;
}

.text-center {
    text-align: center !important;
}

.text-right {
    text-align: right !important;
}
.ac {
    text-align: center
}

.al {
    text-align: left
}

.ar {
    text-align: right
}

.fc {
    align-items: center;
    justify-content: center
}


.redTxt {
    color: #f20f2a!important
}

.blueTxt {
    color: var(--color-main)!important
}

.greyTxt {
    color: #acafbb!important
}

.grey01Txt {
    color: #7e7f86!important
}

.pinkTxt {
    color: #f1549e!important
}

.blueIcon {
    color: #00a8ea!important
}

.blueHint {
    background-color: #00a8ea!important
}

.greenIcon {
    color: #00a8ea!important
}

.greenHint {
    background-color: #00a8ea!important
}


.materialize-red {
    background-color: #e51c23!important
}

.materialize-red-text {
    color: #e51c23!important
}

.materialize-red.lighten-5 {
    background-color: #fdeaeb!important
}

.materialize-red-text.text-lighten-5 {
    color: #fdeaeb!important
}

.materialize-red.lighten-4 {
    background-color: #f8c1c3!important
}

.materialize-red-text.text-lighten-4 {
    color: #f8c1c3!important
}

.materialize-red.lighten-3 {
    background-color: #f3989b!important
}

.materialize-red-text.text-lighten-3 {
    color: #f3989b!important
}

.materialize-red.lighten-2 {
    background-color: #ee6e73!important
}

.materialize-red-text.text-lighten-2 {
    color: #ee6e73!important
}

.materialize-red.lighten-1 {
    background-color: #ea454b!important
}

.materialize-red-text.text-lighten-1 {
    color: #ea454b!important
}

.materialize-red.darken-1 {
    background-color: #d0181e!important
}

.materialize-red-text.text-darken-1 {
    color: #d0181e!important
}

.materialize-red.darken-2 {
    background-color: #b9151b!important
}

.materialize-red-text.text-darken-2 {
    color: #b9151b!important
}

.materialize-red.darken-3 {
    background-color: #a21318!important
}

.materialize-red-text.text-darken-3 {
    color: #a21318!important
}

.materialize-red.darken-4 {
    background-color: #8b1014!important
}

.materialize-red-text.text-darken-4 {
    color: #8b1014!important
}

.red {
    background-color: #f44336!important
}

.red-text {
    color: #f44336!important
}

.red.lighten-5 {
    background-color: #ffebee!important
}

.red-text.text-lighten-5 {
    color: #ffebee!important
}

.red.lighten-4 {
    background-color: #ffcdd2!important
}

.red-text.text-lighten-4 {
    color: #ffcdd2!important
}

.red.lighten-3 {
    background-color: #ef9a9a!important
}

.red-text.text-lighten-3 {
    color: #ef9a9a!important
}

.red.lighten-2 {
    background-color: #e57373!important
}

.red-text.text-lighten-2 {
    color: #e57373!important
}

.red.lighten-1 {
    background-color: #ef5350!important
}

.red-text.text-lighten-1 {
    color: #ef5350!important
}

.red.darken-1 {
    background-color: #e53935!important
}

.red-text.text-darken-1 {
    color: #e53935!important
}

.red.darken-2 {
    background-color: #d32f2f!important
}

.red-text.text-darken-2 {
    color: #d32f2f!important
}

.red.darken-3 {
    background-color: #c62828!important
}

.red-text.text-darken-3 {
    color: #c62828!important
}

.red.darken-4 {
    background-color: #b71c1c!important
}

.red-text.text-darken-4 {
    color: #b71c1c!important
}

.red.accent-1 {
    background-color: #ff8a80!important
}

.red-text.text-accent-1 {
    color: #ff8a80!important
}

.red.accent-2 {
    background-color: #ff5252!important
}

.red-text.text-accent-2 {
    color: #ff5252!important
}

.red.accent-3 {
    background-color: #ff1744!important
}

.red-text.text-accent-3 {
    color: #ff1744!important
}

.red.accent-4 {
    background-color: #d50000!important
}

.red-text.text-accent-4 {
    color: #d50000!important
}

.pink {
    background-color: #e91e63!important
}

.pink-text {
    color: #e91e63!important
}

.pink.lighten-5 {
    background-color: #fce4ec!important
}

.pink-text.text-lighten-5 {
    color: #fce4ec!important
}

.pink.lighten-4 {
    background-color: #f8bbd0!important
}

.pink-text.text-lighten-4 {
    color: #f8bbd0!important
}

.pink.lighten-3 {
    background-color: #f48fb1!important
}

.pink-text.text-lighten-3 {
    color: #f48fb1!important
}

.pink.lighten-2 {
    background-color: #f06292!important
}

.pink-text.text-lighten-2 {
    color: #f06292!important
}

.pink.lighten-1 {
    background-color: #ec407a!important
}

.pink-text.text-lighten-1 {
    color: #ec407a!important
}

.pink.darken-1 {
    background-color: #d81b60!important
}

.pink-text.text-darken-1 {
    color: #d81b60!important
}

.pink.darken-2 {
    background-color: #c2185b!important
}

.pink-text.text-darken-2 {
    color: #c2185b!important
}

.pink.darken-3 {
    background-color: #ad1457!important
}

.pink-text.text-darken-3 {
    color: #ad1457!important
}

.pink.darken-4 {
    background-color: #880e4f!important
}

.pink-text.text-darken-4 {
    color: #880e4f!important
}

.pink.accent-1 {
    background-color: #ff80ab!important
}

.pink-text.text-accent-1 {
    color: #ff80ab!important
}

.pink.accent-2 {
    background-color: #ff4081!important
}

.pink-text.text-accent-2 {
    color: #ff4081!important
}

.pink.accent-3 {
    background-color: #f50057!important
}

.pink-text.text-accent-3 {
    color: #f50057!important
}

.pink.accent-4 {
    background-color: #c51162!important
}

.pink-text.text-accent-4 {
    color: #c51162!important
}

.purple {
    background-color: #9c27b0!important
}

.purple-text {
    color: #9c27b0!important
}

.purple.lighten-5 {
    background-color: #f3e5f5!important
}

.purple-text.text-lighten-5 {
    color: #f3e5f5!important
}

.purple.lighten-4 {
    background-color: #e1bee7!important
}

.purple-text.text-lighten-4 {
    color: #e1bee7!important
}

.purple.lighten-3 {
    background-color: #ce93d8!important
}

.purple-text.text-lighten-3 {
    color: #ce93d8!important
}

.purple.lighten-2 {
    background-color: #ba68c8!important
}

.purple-text.text-lighten-2 {
    color: #ba68c8!important
}

.purple.lighten-1 {
    background-color: #ab47bc!important
}

.purple-text.text-lighten-1 {
    color: #ab47bc!important
}

.purple.darken-1 {
    background-color: #8e24aa!important
}

.purple-text.text-darken-1 {
    color: #8e24aa!important
}

.purple.darken-2 {
    background-color: #7b1fa2!important
}

.purple-text.text-darken-2 {
    color: #7b1fa2!important
}

.purple.darken-3 {
    background-color: #6a1b9a!important
}

.purple-text.text-darken-3 {
    color: #6a1b9a!important
}

.purple.darken-4 {
    background-color: #4a148c!important
}

.purple-text.text-darken-4 {
    color: #4a148c!important
}

.purple.accent-1 {
    background-color: #ea80fc!important
}

.purple-text.text-accent-1 {
    color: #ea80fc!important
}

.purple.accent-2 {
    background-color: #e040fb!important
}

.purple-text.text-accent-2 {
    color: #e040fb!important
}

.purple.accent-3 {
    background-color: #d500f9!important
}

.purple-text.text-accent-3 {
    color: #d500f9!important
}

.purple.accent-4 {
    background-color: #a0f!important
}

.purple-text.text-accent-4 {
    color: #a0f!important
}

.deep-purple {
    background-color: #673ab7!important
}

.deep-purple-text {
    color: #673ab7!important
}

.deep-purple.lighten-5 {
    background-color: #ede7f6!important
}

.deep-purple-text.text-lighten-5 {
    color: #ede7f6!important
}

.deep-purple.lighten-4 {
    background-color: #d1c4e9!important
}

.deep-purple-text.text-lighten-4 {
    color: #d1c4e9!important
}

.deep-purple.lighten-3 {
    background-color: #b39ddb!important
}

.deep-purple-text.text-lighten-3 {
    color: #b39ddb!important
}

.deep-purple.lighten-2 {
    background-color: #9575cd!important
}

.deep-purple-text.text-lighten-2 {
    color: #9575cd!important
}

.deep-purple.lighten-1 {
    background-color: #7e57c2!important
}

.deep-purple-text.text-lighten-1 {
    color: #7e57c2!important
}

.deep-purple.darken-1 {
    background-color: #5e35b1!important
}

.deep-purple-text.text-darken-1 {
    color: #5e35b1!important
}

.deep-purple.darken-2 {
    background-color: #512da8!important
}

.deep-purple-text.text-darken-2 {
    color: #512da8!important
}

.deep-purple.darken-3 {
    background-color: #4527a0!important
}

.deep-purple-text.text-darken-3 {
    color: #4527a0!important
}

.deep-purple.darken-4 {
    background-color: #311b92!important
}

.deep-purple-text.text-darken-4 {
    color: #311b92!important
}

.deep-purple.accent-1 {
    background-color: #b388ff!important
}

.deep-purple-text.text-accent-1 {
    color: #b388ff!important
}

.deep-purple.accent-2 {
    background-color: #7c4dff!important
}

.deep-purple-text.text-accent-2 {
    color: #7c4dff!important
}

.deep-purple.accent-3 {
    background-color: #651fff!important
}

.deep-purple-text.text-accent-3 {
    color: #651fff!important
}

.deep-purple.accent-4 {
    background-color: #6200ea!important
}

.deep-purple-text.text-accent-4 {
    color: #6200ea!important
}

.indigo {
    background-color: #3f51b5!important
}

.indigo-text {
    color: #3f51b5!important
}

.indigo.lighten-5 {
    background-color: #e8eaf6!important
}

.indigo-text.text-lighten-5 {
    color: #e8eaf6!important
}

.indigo.lighten-4 {
    background-color: #c5cae9!important
}

.indigo-text.text-lighten-4 {
    color: #c5cae9!important
}

.indigo.lighten-3 {
    background-color: #9fa8da!important
}

.indigo-text.text-lighten-3 {
    color: #9fa8da!important
}

.indigo.lighten-2 {
    background-color: #7986cb!important
}

.indigo-text.text-lighten-2 {
    color: #7986cb!important
}

.indigo.lighten-1 {
    background-color: #5c6bc0!important
}

.indigo-text.text-lighten-1 {
    color: #5c6bc0!important
}

.indigo.darken-1 {
    background-color: #3949ab!important
}

.indigo-text.text-darken-1 {
    color: #3949ab!important
}

.indigo.darken-2 {
    background-color: #303f9f!important
}

.indigo-text.text-darken-2 {
    color: #303f9f!important
}

.indigo.darken-3 {
    background-color: #283593!important
}

.indigo-text.text-darken-3 {
    color: #283593!important
}

.indigo.darken-4 {
    background-color: #1a237e!important
}

.indigo-text.text-darken-4 {
    color: #1a237e!important
}

.indigo.accent-1 {
    background-color: #8c9eff!important
}

.indigo-text.text-accent-1 {
    color: #8c9eff!important
}

.indigo.accent-2 {
    background-color: #536dfe!important
}

.indigo-text.text-accent-2 {
    color: #536dfe!important
}

.indigo.accent-3 {
    background-color: #3d5afe!important
}

.indigo-text.text-accent-3 {
    color: #3d5afe!important
}

.indigo.accent-4 {
    background-color: #304ffe!important
}

.indigo-text.text-accent-4 {
    color: #304ffe!important
}

.blue {
    background-color: #2196f3!important
}

.blue-text {
    color: #2196f3!important
}

.blue.lighten-5 {
    background-color: #e3f2fd!important
}

.blue-text.text-lighten-5 {
    color: #e3f2fd!important
}

.blue.lighten-4 {
    background-color: #bbdefb!important
}

.blue-text.text-lighten-4 {
    color: #bbdefb!important
}

.blue.lighten-3 {
    background-color: #90caf9!important
}

.blue-text.text-lighten-3 {
    color: #90caf9!important
}

.blue.lighten-2 {
    background-color: #64b5f6!important
}

.blue-text.text-lighten-2 {
    color: #64b5f6!important
}

.blue.lighten-1 {
    background-color: #42a5f5!important
}

.blue-text.text-lighten-1 {
    color: #42a5f5!important
}

.blue.darken-1 {
    background-color: #1e88e5!important
}

.blue-text.text-darken-1 {
    color: #1e88e5!important
}

.blue.darken-2 {
    background-color: #1976d2!important
}

.blue-text.text-darken-2 {
    color: #1976d2!important
}

.blue.darken-3 {
    background-color: #1565c0!important
}

.blue-text.text-darken-3 {
    color: #1565c0!important
}

.blue.darken-4 {
    background-color: #0d47a1!important
}

.blue-text.text-darken-4 {
    color: #0d47a1!important
}

.blue.accent-1 {
    background-color: #82b1ff!important
}

.blue-text.text-accent-1 {
    color: #82b1ff!important
}

.blue.accent-2 {
    background-color: #448aff!important
}

.blue-text.text-accent-2 {
    color: #448aff!important
}

.blue.accent-3 {
    background-color: #2979ff!important
}

.blue-text.text-accent-3 {
    color: #2979ff!important
}

.blue.accent-4 {
    background-color: #2962ff!important
}

.blue-text.text-accent-4 {
    color: #2962ff!important
}

.light-blue {
/*    background-color: #03a9f4!important*/
}

.light-blue-text {
    color: #03a9f4!important
}

.light-blue.lighten-5 {
    background-color: #e1f5fe!important
}

.light-blue-text.text-lighten-5 {
    color: #e1f5fe!important
}

.light-blue.lighten-4 {
    background-color: #b3e5fc!important
}

.light-blue-text.text-lighten-4 {
    color: #b3e5fc!important
}

.light-blue.lighten-3 {
    background-color: #81d4fa!important
}

.light-blue-text.text-lighten-3 {
    color: #81d4fa!important
}

.light-blue.lighten-2 {
    background-color: #4fc3f7!important
}

.light-blue-text.text-lighten-2 {
    color: #4fc3f7!important
}

.light-blue.lighten-1 {
    background-color: #29b6f6!important
}

.light-blue-text.text-lighten-1 {
    color: #29b6f6!important
}

.light-blue.darken-1 {
    background-color: #039be5!important
}

.light-blue-text.text-darken-1 {
    color: #039be5!important
}

.light-blue.darken-2 {
    background-color: #0288d1!important
}

.light-blue-text.text-darken-2 {
    color: #0288d1!important
}

.light-blue.darken-3 {
    background-color: #0277bd!important
}

.light-blue-text.text-darken-3 {
    color: #0277bd!important
}

.light-blue.darken-4 {
    background-color: #01579b!important
}

.light-blue-text.text-darken-4 {
    color: #01579b!important
}

.light-blue.accent-1 {
    background-color: #80d8ff!important
}

.light-blue-text.text-accent-1 {
    color: #80d8ff!important
}

.light-blue.accent-2 {
    background-color: #40c4ff!important
}

.light-blue-text.text-accent-2 {
    color: #40c4ff!important
}

.light-blue.accent-3 {
    background-color: #00b0ff!important
}

.light-blue-text.text-accent-3 {
    color: #00b0ff!important
}

.light-blue.accent-4 {
    background-color: #0091ea!important
}

.light-blue-text.text-accent-4 {
    color: #0091ea!important
}

.cyan {
    background-color: #00bcd4!important
}

.cyan-text {
    color: #00bcd4!important
}

.cyan.lighten-5 {
    background-color: #e0f7fa!important
}

.cyan-text.text-lighten-5 {
    color: #e0f7fa!important
}

.cyan.lighten-4 {
    background-color: #b2ebf2!important
}

.cyan-text.text-lighten-4 {
    color: #b2ebf2!important
}

.cyan.lighten-3 {
    background-color: #80deea!important
}

.cyan-text.text-lighten-3 {
    color: #80deea!important
}

.cyan.lighten-2 {
    background-color: #4dd0e1!important
}

.cyan-text.text-lighten-2 {
    color: #4dd0e1!important
}

.cyan.lighten-1 {
    background-color: #26c6da!important
}

.cyan-text.text-lighten-1 {
    color: #26c6da!important
}

.cyan.darken-1 {
    background-color: #00acc1!important
}

.cyan-text.text-darken-1 {
    color: #00acc1!important
}

.cyan.darken-2 {
    background-color: #0097a7!important
}

.cyan-text.text-darken-2 {
    color: #0097a7!important
}

.cyan.darken-3 {
    background-color: #00838f!important
}

.cyan-text.text-darken-3 {
    color: #00838f!important
}

.cyan.darken-4 {
    background-color: #006064!important
}

.cyan-text.text-darken-4 {
    color: #006064!important
}

.cyan.accent-1 {
    background-color: #84ffff!important
}

.cyan-text.text-accent-1 {
    color: #84ffff!important
}

.cyan.accent-2 {
    background-color: #18ffff!important
}

.cyan-text.text-accent-2 {
    color: #18ffff!important
}

.cyan.accent-3 {
    background-color: #00e5ff!important
}

.cyan-text.text-accent-3 {
    color: #00e5ff!important
}

.cyan.accent-4 {
    background-color: #00b8d4!important
}

.cyan-text.text-accent-4 {
    color: #00b8d4!important
}

.teal {
    background-color: #009688!important
}

.teal-text {
    color: #009688!important
}

.teal.lighten-5 {
    background-color: #e0f2f1!important
}

.teal-text.text-lighten-5 {
    color: #e0f2f1!important
}

.teal.lighten-4 {
    background-color: #b2dfdb!important
}

.teal-text.text-lighten-4 {
    color: #b2dfdb!important
}

.teal.lighten-3 {
    background-color: #80cbc4!important
}

.teal-text.text-lighten-3 {
    color: #80cbc4!important
}

.teal.lighten-2 {
    background-color: #4db6ac!important
}

.teal-text.text-lighten-2 {
    color: #4db6ac!important
}

.teal.lighten-1 {
    background-color: #26a69a!important
}

.teal-text.text-lighten-1 {
    color: #26a69a!important
}

.teal.darken-1 {
    background-color: #00897b!important
}

.teal-text.text-darken-1 {
    color: #00897b!important
}

.teal.darken-2 {
    background-color: #00796b!important
}

.teal-text.text-darken-2 {
    color: #00796b!important
}

.teal.darken-3 {
    background-color: #00695c!important
}

.teal-text.text-darken-3 {
    color: #00695c!important
}

.teal.darken-4 {
    background-color: #004d40!important
}

.teal-text.text-darken-4 {
    color: #004d40!important
}

.teal.accent-1 {
    background-color: #a7ffeb!important
}

.teal-text.text-accent-1 {
    color: #a7ffeb!important
}

.teal.accent-2 {
    background-color: #64ffda!important
}

.teal-text.text-accent-2 {
    color: #64ffda!important
}

.teal.accent-3 {
    background-color: #1de9b6!important
}

.teal-text.text-accent-3 {
    color: #1de9b6!important
}

.teal.accent-4 {
    background-color: #00bfa5!important
}

.teal-text.text-accent-4 {
    color: #00bfa5!important
}

.green {
    background-color: #4caf50!important
}

.green-text {
    color: #4caf50!important
}

.green.lighten-5 {
    background-color: #e8f5e9!important
}

.green-text.text-lighten-5 {
    color: #e8f5e9!important
}

.green.lighten-4 {
    background-color: #c8e6c9!important
}

.green-text.text-lighten-4 {
    color: #c8e6c9!important
}

.green.lighten-3 {
    background-color: #a5d6a7!important
}

.green-text.text-lighten-3 {
    color: #a5d6a7!important
}

.green.lighten-2 {
    background-color: #81c784!important
}

.green-text.text-lighten-2 {
    color: #81c784!important
}

.green.lighten-1 {
    background-color: #66bb6a!important
}

.green-text.text-lighten-1 {
    color: #66bb6a!important
}

.green.darken-1 {
    background-color: #43a047!important
}

.green-text.text-darken-1 {
    color: #43a047!important
}

.green.darken-2 {
    background-color: #388e3c!important
}

.green-text.text-darken-2 {
    color: #388e3c!important
}

.green.darken-3 {
    background-color: #2e7d32!important
}

.green-text.text-darken-3 {
    color: #2e7d32!important
}

.green.darken-4 {
    background-color: #1b5e20!important
}

.green-text.text-darken-4 {
    color: #1b5e20!important
}

.green.accent-1 {
    background-color: #b9f6ca!important
}

.green-text.text-accent-1 {
    color: #b9f6ca!important
}

.green.accent-2 {
    background-color: #69f0ae!important
}

.green-text.text-accent-2 {
    color: #69f0ae!important
}

.green.accent-3 {
    background-color: #00e676!important
}

.green-text.text-accent-3 {
    color: #00e676!important
}

.green.accent-4 {
    background-color: #00c853!important
}

.green-text.text-accent-4 {
    color: #00c853!important
}

.light-green {
/*    background-color: #8bc34a!important*/
}

.light-green-text {
    color: #8bc34a!important
}

.light-green.lighten-5 {
    background-color: #f1f8e9!important
}

.light-green-text.text-lighten-5 {
    color: #f1f8e9!important
}

.light-green.lighten-4 {
    background-color: #dcedc8!important
}

.light-green-text.text-lighten-4 {
    color: #dcedc8!important
}

.light-green.lighten-3 {
    background-color: #c5e1a5!important
}

.light-green-text.text-lighten-3 {
    color: #c5e1a5!important
}

.light-green.lighten-2 {
    background-color: #aed581!important
}

.light-green-text.text-lighten-2 {
    color: #aed581!important
}

.light-green.lighten-1 {
    background-color: #9ccc65!important
}

.light-green-text.text-lighten-1 {
    color: #9ccc65!important
}

.light-green.darken-1 {
    background-color: #7cb342!important
}

.light-green-text.text-darken-1 {
    color: #7cb342!important
}

.light-green.darken-2 {
    background-color: #689f38!important
}

.light-green-text.text-darken-2 {
    color: #689f38!important
}

.light-green.darken-3 {
    background-color: #558b2f!important
}

.light-green-text.text-darken-3 {
    color: #558b2f!important
}

.light-green.darken-4 {
    background-color: #33691e!important
}

.light-green-text.text-darken-4 {
    color: #33691e!important
}

.light-green.accent-1 {
    background-color: #ccff90!important
}

.light-green-text.text-accent-1 {
    color: #ccff90!important
}

.light-green.accent-2 {
    background-color: #b2ff59!important
}

.light-green-text.text-accent-2 {
    color: #b2ff59!important
}

.light-green.accent-3 {
    background-color: #76ff03!important
}

.light-green-text.text-accent-3 {
    color: #76ff03!important
}

.light-green.accent-4 {
    background-color: #64dd17!important
}

.light-green-text.text-accent-4 {
    color: #64dd17!important
}

.lime {
    background-color: #cddc39!important
}

.lime-text {
    color: #cddc39!important
}

.lime.lighten-5 {
    background-color: #f9fbe7!important
}

.lime-text.text-lighten-5 {
    color: #f9fbe7!important
}

.lime.lighten-4 {
    background-color: #f0f4c3!important
}

.lime-text.text-lighten-4 {
    color: #f0f4c3!important
}

.lime.lighten-3 {
    background-color: #e6ee9c!important
}

.lime-text.text-lighten-3 {
    color: #e6ee9c!important
}

.lime.lighten-2 {
    background-color: #dce775!important
}

.lime-text.text-lighten-2 {
    color: #dce775!important
}

.lime.lighten-1 {
    background-color: #d4e157!important
}

.lime-text.text-lighten-1 {
    color: #d4e157!important
}

.lime.darken-1 {
    background-color: #c0ca33!important
}

.lime-text.text-darken-1 {
    color: #c0ca33!important
}

.lime.darken-2 {
    background-color: #afb42b!important
}

.lime-text.text-darken-2 {
    color: #afb42b!important
}

.lime.darken-3 {
    background-color: #9e9d24!important
}

.lime-text.text-darken-3 {
    color: #9e9d24!important
}

.lime.darken-4 {
    background-color: #827717!important
}

.lime-text.text-darken-4 {
    color: #827717!important
}

.lime.accent-1 {
    background-color: #f4ff81!important
}

.lime-text.text-accent-1 {
    color: #f4ff81!important
}

.lime.accent-2 {
    background-color: #eeff41!important
}

.lime-text.text-accent-2 {
    color: #eeff41!important
}

.lime.accent-3 {
    background-color: #c6ff00!important
}

.lime-text.text-accent-3 {
    color: #c6ff00!important
}

.lime.accent-4 {
    background-color: #aeea00!important
}

.lime-text.text-accent-4 {
    color: #aeea00!important
}

.yellow {
    background-color: #ffeb3b!important
}

.yellow-text {
    color: #ffeb3b!important
}

.yellow.lighten-5 {
    background-color: #fffde7!important
}

.yellow-text.text-lighten-5 {
    color: #fffde7!important
}

.yellow.lighten-4 {
    background-color: #fff9c4!important
}

.yellow-text.text-lighten-4 {
    color: #fff9c4!important
}

.yellow.lighten-3 {
    background-color: #fff59d!important
}

.yellow-text.text-lighten-3 {
    color: #fff59d!important
}

.yellow.lighten-2 {
    background-color: #fff176!important
}

.yellow-text.text-lighten-2 {
    color: #fff176!important
}

.yellow.lighten-1 {
    background-color: #ffee58!important
}

.yellow-text.text-lighten-1 {
    color: #ffee58!important
}

.yellow.darken-1 {
    background-color: #fdd835!important
}

.yellow-text.text-darken-1 {
    color: #fdd835!important
}

.yellow.darken-2 {
    background-color: #fbc02d!important
}

.yellow-text.text-darken-2 {
    color: #fbc02d!important
}

.yellow.darken-3 {
    background-color: #f9a825!important
}

.yellow-text.text-darken-3 {
    color: #f9a825!important
}

.yellow.darken-4 {
    background-color: #f57f17!important
}

.yellow-text.text-darken-4 {
    color: #f57f17!important
}

.yellow.accent-1 {
    background-color: #ffff8d!important
}

.yellow-text.text-accent-1 {
    color: #ffff8d!important
}

.yellow.accent-2 {
    background-color: #ff0!important
}

.yellow-text.text-accent-2 {
    color: #ff0!important
}

.yellow.accent-3 {
    background-color: #ffea00!important
}

.yellow-text.text-accent-3 {
    color: #ffea00!important
}

.yellow.accent-4 {
    background-color: #ffd600!important
}

.yellow-text.text-accent-4 {
    color: #ffd600!important
}

.amber {
    background-color: #ffc107!important
}

.amber-text {
    color: #ffc107!important
}

.amber.lighten-5 {
    background-color: #fff8e1!important
}

.amber-text.text-lighten-5 {
    color: #fff8e1!important
}

.amber.lighten-4 {
    background-color: #ffecb3!important
}

.amber-text.text-lighten-4 {
    color: #ffecb3!important
}

.amber.lighten-3 {
    background-color: #ffe082!important
}

.amber-text.text-lighten-3 {
    color: #ffe082!important
}

.amber.lighten-2 {
    background-color: #ffd54f!important
}

.amber-text.text-lighten-2 {
    color: #ffd54f!important
}

.amber.lighten-1 {
    background-color: #ffca28!important
}

.amber-text.text-lighten-1 {
    color: #ffca28!important
}

.amber.darken-1 {
    background-color: #ffb300!important
}

.amber-text.text-darken-1 {
    color: #ffb300!important
}

.amber.darken-2 {
    background-color: #ffa000!important
}

.amber-text.text-darken-2 {
    color: #ffa000!important
}

.amber.darken-3 {
    background-color: #ff8f00!important
}

.amber-text.text-darken-3 {
    color: #ff8f00!important
}

.amber.darken-4 {
    background-color: #ff6f00!important
}

.amber-text.text-darken-4 {
    color: #ff6f00!important
}

.amber.accent-1 {
    background-color: #ffe57f!important
}

.amber-text.text-accent-1 {
    color: #ffe57f!important
}

.amber.accent-2 {
    background-color: #ffd740!important
}

.amber-text.text-accent-2 {
    color: #ffd740!important
}

.amber.accent-3 {
    background-color: #ffc400!important
}

.amber-text.text-accent-3 {
    color: #ffc400!important
}

.amber.accent-4 {
    background-color: #ffab00!important
}

.amber-text.text-accent-4 {
    color: #ffab00!important
}

.orange {
    background-color: #ff9800!important
}

.orange-text {
    color: #ff9800!important
}

.orange.lighten-5 {
    background-color: #fff3e0!important
}

.orange-text.text-lighten-5 {
    color: #fff3e0!important
}

.orange.lighten-4 {
    background-color: #ffe0b2!important
}

.orange-text.text-lighten-4 {
    color: #ffe0b2!important
}

.orange.lighten-3 {
    background-color: #ffcc80!important
}

.orange-text.text-lighten-3 {
    color: #ffcc80!important
}

.orange.lighten-2 {
    background-color: #ffb74d!important
}

.orange-text.text-lighten-2 {
    color: #ffb74d!important
}

.orange.lighten-1 {
    background-color: #ffa726!important
}

.orange-text.text-lighten-1 {
    color: #ffa726!important
}

.orange.darken-1 {
    background-color: #fb8c00!important
}

.orange-text.text-darken-1 {
    color: #fb8c00!important
}

.orange.darken-2 {
    background-color: #f57c00!important
}

.orange-text.text-darken-2 {
    color: #f57c00!important
}

.orange.darken-3 {
    background-color: #ef6c00!important
}

.orange-text.text-darken-3 {
    color: #ef6c00!important
}

.orange.darken-4 {
    background-color: #e65100!important
}

.orange-text.text-darken-4 {
    color: #e65100!important
}

.orange.accent-1 {
    background-color: #ffd180!important
}

.orange-text.text-accent-1 {
    color: #ffd180!important
}

.orange.accent-2 {
    background-color: #ffab40!important
}

.orange-text.text-accent-2 {
    color: #ffab40!important
}

.orange.accent-3 {
    background-color: #ff9100!important
}

.orange-text.text-accent-3 {
    color: #ff9100!important
}

.orange.accent-4 {
    background-color: #ff6d00!important
}

.orange-text.text-accent-4 {
    color: #ff6d00!important
}

.deep-orange {
    background-color: #ff5722!important
}

.deep-orange-text {
    color: #ff5722!important
}

.deep-orange.lighten-5 {
    background-color: #fbe9e7!important
}

.deep-orange-text.text-lighten-5 {
    color: #fbe9e7!important
}

.deep-orange.lighten-4 {
    background-color: #ffccbc!important
}

.deep-orange-text.text-lighten-4 {
    color: #ffccbc!important
}

.deep-orange.lighten-3 {
    background-color: #ffab91!important
}

.deep-orange-text.text-lighten-3 {
    color: #ffab91!important
}

.deep-orange.lighten-2 {
    background-color: #ff8a65!important
}

.deep-orange-text.text-lighten-2 {
    color: #ff8a65!important
}

.deep-orange.lighten-1 {
    background-color: #ff7043!important
}

.deep-orange-text.text-lighten-1 {
    color: #ff7043!important
}

.deep-orange.darken-1 {
    background-color: #f4511e!important
}

.deep-orange-text.text-darken-1 {
    color: #f4511e!important
}

.deep-orange.darken-2 {
    background-color: #e64a19!important
}

.deep-orange-text.text-darken-2 {
    color: #e64a19!important
}

.deep-orange.darken-3 {
    background-color: #d84315!important
}

.deep-orange-text.text-darken-3 {
    color: #d84315!important
}

.deep-orange.darken-4 {
    background-color: #bf360c!important
}

.deep-orange-text.text-darken-4 {
    color: #bf360c!important
}

.deep-orange.accent-1 {
    background-color: #ff9e80!important
}

.deep-orange-text.text-accent-1 {
    color: #ff9e80!important
}

.deep-orange.accent-2 {
    background-color: #ff6e40!important
}

.deep-orange-text.text-accent-2 {
    color: #ff6e40!important
}

.deep-orange.accent-3 {
    background-color: #ff3d00!important
}

.deep-orange-text.text-accent-3 {
    color: #ff3d00!important
}

.deep-orange.accent-4 {
    background-color: #dd2c00!important
}

.deep-orange-text.text-accent-4 {
    color: #dd2c00!important
}

.brown {
    background-color: #795548!important
}

.brown-text {
    color: #795548!important
}

.brown.lighten-5 {
    background-color: #efebe9!important
}

.brown-text.text-lighten-5 {
    color: #efebe9!important
}

.brown.lighten-4 {
    background-color: #d7ccc8!important
}

.brown-text.text-lighten-4 {
    color: #d7ccc8!important
}

.brown.lighten-3 {
    background-color: #bcaaa4!important
}

.brown-text.text-lighten-3 {
    color: #bcaaa4!important
}

.brown.lighten-2 {
    background-color: #a1887f!important
}

.brown-text.text-lighten-2 {
    color: #a1887f!important
}

.brown.lighten-1 {
    background-color: #8d6e63!important
}

.brown-text.text-lighten-1 {
    color: #8d6e63!important
}

.brown.darken-1 {
    background-color: #6d4c41!important
}

.brown-text.text-darken-1 {
    color: #6d4c41!important
}

.brown.darken-2 {
    background-color: #5d4037!important
}

.brown-text.text-darken-2 {
    color: #5d4037!important
}

.brown.darken-3 {
    background-color: #4e342e!important
}

.brown-text.text-darken-3 {
    color: #4e342e!important
}

.brown.darken-4 {
    background-color: #3e2723!important
}

.brown-text.text-darken-4 {
    color: #3e2723!important
}

.blue-grey {
    background-color: #607d8b!important
}

.blue-grey-text {
    color: #607d8b!important
}

.blue-grey.lighten-5 {
    background-color: #eceff1!important
}

.blue-grey-text.text-lighten-5 {
    color: #eceff1!important
}

.blue-grey.lighten-4 {
    background-color: #cfd8dc!important
}

.blue-grey-text.text-lighten-4 {
    color: #cfd8dc!important
}

.blue-grey.lighten-3 {
    background-color: #b0bec5!important
}

.blue-grey-text.text-lighten-3 {
    color: #b0bec5!important
}

.blue-grey.lighten-2 {
    background-color: #90a4ae!important
}

.blue-grey-text.text-lighten-2 {
    color: #90a4ae!important
}

.blue-grey.lighten-1 {
    background-color: #78909c!important
}

.blue-grey-text.text-lighten-1 {
    color: #78909c!important
}

.blue-grey.darken-1 {
    background-color: #546e7a!important
}

.blue-grey-text.text-darken-1 {
    color: #546e7a!important
}

.blue-grey.darken-2 {
    background-color: #455a64!important
}

.blue-grey-text.text-darken-2 {
    color: #455a64!important
}

.blue-grey.darken-3 {
    background-color: #37474f!important
}

.blue-grey-text.text-darken-3 {
    color: #37474f!important
}

.blue-grey.darken-4 {
    background-color: #263238!important
}

.blue-grey-text.text-darken-4 {
    color: #263238!important
}

.grey {
    background-color: #9e9e9e!important
}

.grey-text {
    color: #9e9e9e!important
}

.grey.lighten-5 {
    background-color: #fafafa!important
}

.grey-text.text-lighten-5 {
    color: #fafafa!important
}

.grey.lighten-4 {
    background-color: #f5f5f5!important
}

.grey-text.text-lighten-4 {
    color: #f5f5f5!important
}

.grey.lighten-3 {
    background-color: #eee!important
}

.grey-text.text-lighten-3 {
    color: #eee!important
}

.grey.lighten-2 {
    background-color: #e0e0e0!important
}

.grey-text.text-lighten-2 {
    color: #e0e0e0!important
}

.grey.lighten-1 {
    background-color: #bdbdbd!important
}

.grey-text.text-lighten-1 {
    color: #bdbdbd!important
}

.grey.darken-1 {
    background-color: #757575!important
}

.grey-text.text-darken-1 {
    color: #757575!important
}

.grey.darken-2 {
    background-color: #616161!important
}

.grey-text.text-darken-2 {
    color: #616161!important
}

.grey.darken-3 {
    background-color: #424242!important
}

.grey-text.text-darken-3 {
    color: #424242!important
}

.grey.darken-4 {
    background-color: #212121!important
}

.grey-text.text-darken-4 {
    color: #212121!important
}

.black {
    background-color: #000!important
}

.black-text {
    color: #000!important
}

.white {
    background-color: #fff!important
}

.white-text {
    color: #fff!important
}

.transparent {
    background-color: transparent!important
}

.transparent-text {
    color: transparent!important
}

.flexShow {
    display: flex!important
}

.btn50 {
    width: 49.5%
}

.btn33 {
    width: 33%;
    justify-content: space-between!important
}

.btn40 {
    width: 42.5%
}

.btn20 {
    width: 20% !important;
    justify-content: center!important
}
/* width */
.w_50  {width: 50%;}
.w_100 {width: 100%;}
.w_165 {width: 165% !important;}

/* margin typography */
.mt0  {margin-top: 0px;}
.mt5  {margin-top: 5px;}
.mt10 {margin-top: 10px;}
.mt15 {margin-top: 15px;}
.mt20 {margin-top: 20px;}
.mt25 {margin-top: 25px;}
.mt30 {margin-top: 30px;}
.mt35 {margin-top: 35px;}
.mt40 {margin-top: 40px;}
.mt45 {margin-top: 45px;}

.mb0  {margin-bottom: 0px;}
.mb5  {margin-bottom: 5px;}
.mb10 {margin-bottom: 10px;}
.mb15 {margin-bottom: 15px;}
.mb20 {margin-bottom: 20px;}
.mb25 {margin-bottom: 25px;}
.mb30 {margin-bottom: 30px;}
.mb35 {margin-bottom: 35px;}
.mb40 {margin-bottom: 40px;}
.mb45 {margin-bottom: 45px;}

.ml0  {margin-left: 0px;}
.ml5  {margin-left: 5px;}
.ml10 {margin-left: 10px;}
.ml15 {margin-left: 15px;}
.ml20 {margin-left: 20px;}
.ml25 {margin-left: 25px;}
.ml30 {margin-left: 30px;}
.ml35 {margin-left: 35px;}
.ml40 {margin-left: 40px;}
.ml45 {margin-left: 45px;}

.mr0  {margin-right: 0px;}
.mr5  {margin-right: 5px;}
.mr10 {margin-right: 10px;}
.mr15 {margin-right: 15px;}
.mr20 {margin-right: 20px;}
.mr25 {margin-right: 25px;}
.mr30 {margin-right: 30px;}
.mr35 {margin-right: 35px;}
.mr40 {margin-right: 40px;}
.mr45 {margin-right: 45px;}

.pt0  {padding-top: 0px;}
.pt5  {padding-top: 5px;}
.pt10 {padding-top: 10px;}
.pt15 {padding-top: 15px;}
.pt20 {padding-top: 20px;}
.pt25 {padding-top: 25px;}
.pt30 {padding-top: 30px;}
.pt35 {padding-top: 35px;}
.pt40 {padding-top: 40px;}
.pt45 {padding-top: 45px;}

.pb0  {padding-bottom: 0px;}
.pb5  {padding-bottom: 5px;}
.pb10 {padding-bottom: 10px;}
.pb15 {padding-bottom: 15px;}
.pb20 {padding-bottom: 20px;}
.pb25 {padding-bottom: 25px;}
.pb30 {padding-bottom: 30px;}
.pb35 {padding-bottom: 35px;}
.pb40 {padding-bottom: 40px;}
.pb45 {padding-bottom: 45px;}

/* flex alignment */
.flex-start {
    -webkit-justify-content: start !important;
            justify-content: start !important;
}

.flex-center {
    -webkit-justify-content: center !important;
            justify-content: center !important;
}

.flex-end {
    -webkit-justify-content: end !important;
            justify-content: end !important;
}

/* buttons */
.btn-txt {
    font-size: 1em;
    height: 3em;
    line-height: 3em;
    border-radius: 10em;
    padding: 0 1.2em;
    width: -webkit-fit-content;
    width: fit-content;
    display: inline-block;
    color: var(--font-primary);
    background-color: var(--bg-00);
    text-align: center;
}

.btn-mat {
    border: none;
    border-radius: 10em;
    text-align: center;
    box-shadow: var(--shadow-primary);
    background: var(--color-primary);
    font-size: 1em;
    padding: 0.9em 1em;
    color: #fff;
    box-sizing: border-box;
    cursor: pointer;
    z-index: 1;
    -webkit-flex-grow: 1;
            flex-grow: 1;
    transition: 0.2s all;
}
.btn-mat:hover {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
}
.btn-mat:active {
    -webkit-transform: translateY(5px);
            transform: translateY(5px);
}

.badge {
    font-size: 0.9em;
    padding: 0.3em 0.6em;
    white-space: nowrap;
    border-radius: min(5px, 0.4em);
}
.badge > span {
    margin: 0.25em 0;
}

.btn-primary, .badge-primary {
    color: var(--fg-primary);
    background-color: var(--bg-primary);
}

.btn-primary-line {
    color: var(--bg-primary);
    background-color: transparent;
    border: 2px solid;
}
.btn-primary-line:hover, .btn-primary-line.active {
    color: var(--fg-primary);
    background-color: var(--bg-primary);
    border-color: var(--bg-primary);
}

.btn-secondary, .badge-secondary {
    color: var(--fg-secondary);
    background-color: var(--bg-secondary);
}

.btn-secondary-line {
    color: var(--bg-secondary);
    background-color: transparent;
    border: 2px solid;
}
.btn-secondary-line:hover, .btn-secondary-line.active {
    color: var(--fg-secondary);
    background-color: var(--bg-secondary);
    border-color: var(--bg-secondary);
}

.btn-third, .badge-third {
    color: var(--fg-third);
    background-color: var(--bg-third);
}

.btn-third-line {
    color: var(--bg-third);
    background-color: transparent;
    border: 2px solid;
}
.btn-third-line:hover, .btn-third-line.active {
    color: var(--fg-third);
    background-color: var(--bg-third);
    border-color: var(--bg-third);
}

.btn-success, .badge-success {
    color: var(--fg-success);
    background-color: var(--bg-success);
}

.btn-success-line {
    color: var(--bg-success);
    background-color: transparent;
    border: 2px solid;
}
.btn-success-line:hover, .btn-success-line.active {
    color: var(--fg-success);
    background-color: var(--bg-success);
    border-color: var(--bg-success);
}

.btn-warning, .badge-warning {
    color: var(--fg-warning);
    background-color: var(--bg-warning);
}

.btn-warning-line {
    color: var(--bg-warning);
    background-color: transparent;
    border: 2px solid;
}
.btn-warning-line:hover, .btn-warning-line.active {
    color: var(--fg-warning);
    background-color: var(--bg-warning);
    border-color: var(--bg-warning);
}

.btn-error, .badge-error {
    color: var(--fg-error);
    background-color: var(--bg-error);
}

.btn-error-line {
    color: var(--bg-error);
    background-color: transparent;
    border: 2px solid;
}
.btn-error-line:hover, .btn-error-line.active {
    color: var(--fg-error);
    background-color: var(--bg-error);
    border-color: var(--bg-error);
}

.btn-info, .badge-info {
    color: var(--fg-info);
    background-color: var(--bg-info);
}

.btn-info-line {
    color: var(--bg-info);
    background-color: transparent;
    border: 2px solid;
}
.btn-info-line:hover, .btn-info-line.active {
    color: var(--fg-info);
    background-color: var(--bg-info);
    border-color: var(--bg-info);
}

.btn-light, .badge-light {
    color: var(--fg-light);
    background-color: var(--bg-light);
}

.btn-light-line {
    color: var(--bg-light);
    background-color: transparent;
    border: 2px solid;
}
.btn-light-line:hover, .btn-light-line.active {
    color: var(--fg-light);
    background-color: var(--bg-light);
    border-color: var(--bg-light);
}

.btn-disabled {
    color: var(--font-third);
    background-color: var(--disabled);
}

.darken-hover {
    position: relative;
    overflow: hidden;
    z-index: 0;
}
.darken-hover:hover::before, .darken-hover.active::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    z-index: -1;
    background-color: rgba(0, 0, 0, 0.2);
}

/*------------------------------
     공지팝업
-------------------------------*/
.notice_popup_area {
    z-index: 10000;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: block;
    position: fixed;
    overflow-y: scroll;
}
.notice_popup_area .popup_wrapper {
    position: absolute;
    top: 100px;
    left: 100px;
    display: flex;
    flex-wrap: wrap;
    max-height: var(--popup-area-height);
    z-index: 100;
}
.notice_popup_area .popup_wrapper .notice_popup {
    position: relative;
    z-index: 1;
    padding: 10px;
    min-width: 250px;
    min-height: 300px;
    /*margin-bottom: var(--popup-area-height);*/
    display: flex;
    flex-flow: column;
}
.notice_popup_area .popup_wrapper .notice_popup > .pop_header {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 60px;
    background-color: #ffffff;
    position: relative;
}
.notice_popup_area .popup_wrapper .notice_popup > .pop_header img {
    height: 60%;
}
.notice_popup_area .popup_wrapper .notice_popup > .pop_header button {
    position: absolute;
    top: 50%;
    right: 5px;
    transform: translate(0, -50%);
    font-size: 1.6em;
    background: none;
}
.notice_popup_area .popup_wrapper .notice_popup .pop_box img {
    max-width: 100%;
    display: block;
    height: auto;
}
.notice_popup_area .popup_wrapper .notice_popup .no-padding p {
    margin-bottom: 0;
}
.notice_popup_area .popup_wrapper .notice_popup > .pop_box {
    background-color: var(--font-primary);
}
.notice_popup_area .popup_wrapper .notice_popup > .pop_box .notice_popup_font1 {
    width: 100%;
    font-size: 22px;
    letter-spacing: -1px;
    font-weight: 700;
    color: #96a6bf;
    line-height: 40px;
    text-align: center;
}
.notice_popup_area .popup_wrapper .notice_popup > .pop_box .notice_popup_font2 {
    width: 100%;
    font-size: 16px;
    letter-spacing: -1px;
    font-weight: 400;
    color: #4f4f4f;
    line-height: 28px;
}
.notice_popup_area .popup_wrapper .notice_popup > .pop_footer {
    background: #ffffff;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
}
.notice_popup_area .popup_wrapper .notice_popup > .pop_footer button {
    border-radius: 12px;
    padding: 8px 12px;
    border: 0;
    background: var(--color-main);
    color: #fff;
    font-size: 12px;
    cursor: pointer;
}

button.styled,
.btn.styled {
    cursor: pointer;
    background-size: 100% 110%;
    background-image: url(../images/common/button1.png);
    color: var(--font-secondary);
    width: 160px;
    height: 50px;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
            justify-content: center;
    -webkit-align-items: center;
            align-items: center;
    font-size: 18px;
    transition: 0.2s all ease;
}
button.styled.active, button.styled:hover,
.btn.styled.active,
.btn.styled:hover {
    background-image: url(../images/common/button2.png);
    color: white;
}
button.styled.active:not(.tab-btn):hover,
.btn.styled.active:not(.tab-btn):hover {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
}
button.styled.disabled,
.btn.styled.disabled {
    opacity: initial;
    -webkit-filter: grayscale(1);
            filter: grayscale(1);
}

button.styled2,
.btn.styled2 {
    width: 160px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: #fff;
    font-size: 18px;
    background-image: none !important;
    position: relative;
    z-index: 1;
    transition: all 0.2s ease;
}
button.styled2 span,
.btn.styled2 span {
    display: inline-block;
    width: 100%;
    height: 100%;
}
button.styled2:before,
.btn.styled2:before {
    content: "";
    z-index: -1;
    top: 0;
    display: block;
    width: 180px;
    height: 66px;
    position: absolute;
    left: 50%;
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
    background-image: url(../images/common/enter_bg.png);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
button.styled2:hover,
.btn.styled2:hover {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
}
button.styled2.disabled,
.btn.styled2.disabled {
    opacity: initial;
    -webkit-filter: grayscale(1);
            filter: grayscale(1);
}

.btn-game-item {
    width: 82px;
}
.btn-game-item.inspection {
    -webkit-filter: grayscale(1);
            filter: grayscale(1);
}
.btn-game-item .img_box {
    width: 100%;
    height: 92px;
    position: relative;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
            justify-content: center;
    z-index: 3;
}
.btn-game-item .img_box .btn-icon {
    width: 40px;
    height: 40px;
    margin-top: 22px;
    background-repeat: no-repeat;
}
.btn-game-item .img_box:before {
    content: "";
    z-index: -1;
    top: 0;
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 50%;
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
    background-image: url(../images/common/btn_bg.png);
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 100% 100%;
}
.btn-game-item .img_box:hover, .btn-game-item .img_box.active {
    -webkit-animation: pc_Kk 0.5s ease forwards;
            animation: pc_Kk 0.5s ease forwards;
}
.btn-game-item .img_box:hover:before, .btn-game-item .img_box.active:before {
    background-image: url(../images/common/btn_bg_on.png);
}
.btn-game-item .name {
    position: relative;
    font-size: 16px;
    color: var(--font-primary);
    text-align: center;
    /* word-break: keep-all; */
}

/*-------------------------------------------------------------------------------------*
 * Clearable text inputs                                                               *
 *-------------------------------------------------------------------------------------*/
.clearable {
    position: relative;
    font-size: max(0.6em, 0.75rem);
    /* display: inline-block; */
}
.clearable input {
    width: 100%;
    padding-right: 2em;
    box-sizing: border-box;
}
.clearable input:placeholder-shown {
    background-repeat: no-repeat;
    background-position: right 0.5em center;
    background-size: 1em;
}
.clearable input:placeholder-shown + button {
    opacity: 0;
    pointer-events: none;
}
.clearable input + button {
    position: absolute;
    display: block;
    width: 1.5em;
    height: 1.5em;
    line-height: 1.5em;
    font-size: 1.2em;
    border-radius: 50%;
    top: 0;
    text-align: center;
    bottom: 0;
    right: 5px;
    margin: auto;
    color: #bbb;
    border: 1px solid;
    padding: 0;
    outline: none;
    cursor: pointer;
    transition: 0.1s;
}

.hide {
    display: none !important;
}

.hide-force {
    display: none !important;
}

/* 회원레벨, 닉네임 함께 현시 */
.user-label {
    display: inline-flex;
    align-items: center;
}
.user-label img {
    max-height: 1.5em;
}

/* 댓글입력 */
.content-editable {
    border-radius: 3px;
    background: rgb(127 127 127 / 40%);
    padding: 10px;
    text-align: left;
    line-height: 1.5;
    display: block;
}

/* Captcha 설정 */
.img-captcha {
    cursor: pointer;
}

