@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100..900&display=swap');

/*
<uniquifier>: Use a unique and descriptive class name
 <weight>: Use a value from 100 to 900

 regular : 400;
 medium : 500;

진한폰트 : #353535 (진한회색)
연한폰트 : #878787 (연한회색)

 .noto-sans kr-<uniquifier> {
  font-family: "Noto Sans KR", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
} */




html {
    font-size: 1px;
    font-family: "Noto Sans KR", sans-serif;
    font-weight: 400;
}


html, body, .wrap {
    position: relative;
    width: 100%;
    height: auto;
}


img {
    image-rendering: -webkit-optimize-contrast;
    transform: translateZ(0);
    backface-visibility: hidden;
}

html,
body,
header,
main,
article,
footer,
div,
form,
input,
button,
textarea,
pre,
img,
label,
form,
span,
ul,
li,
nav,
img {
    margin: 0;
    padding: 0;
    border: 0;
}

* {
    box-sizing: border-box;
}

ul,
li {
    list-style: none;
}

a {
    color: inherit;
    text-decoration: none;
    display: inline-block;
}

body {
    background: #f4f4f4;
}

.wrap {
    min-width: 1260rem;
    font-size: 16rem;
    display: block;
}

/* 
추후 nav로 변경 필요
header {
    width: 260rem;
    background-color: #11213e;
    min-height: 100vh;
    color: white;
    padding: 10rem;
    font-size: 18rem;
    display: inline-block;
    text-align: center;
    position: fixed;
} */

nav {
    background-color: #e4e5ea;
    font-size: 20rem;
    padding-top: 50rem;
    color: #333333;
    font-weight: 500;
    width: 300rem;
    min-height: 91.5vh;
}

nav a {
    /* border-top: 1rem solid #436095; */
    padding: 15rem 50rem;
}



nav a {
    display: block;
}

nav a:hover {
    /* background: #d1d3db; */
    background: #ff9800 !important;
    color: white;
}

/* nav li:last-child {
    border-bottom: 1rem solid #436095;
} */

.logo {
    font-size: 0;
    text-align: center;
}

.logo img {
    text-align: center;
    width: 82rem;

}

main {
    display: flex;
    position: relative;
    width: 100%;
}


.btn {
    cursor: pointer;
}

header {
    width: 100%;
    background-color: #242833;
    color: white;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10rem 100rem;
}

article {
    padding: 30rem 50rem;
}

main>article, main>section {
    width: 100%;
    min-width: 900px;
    max-width: calc(100% - 300rem);
}

footer {
    position: relative;
    background:#6b7287;
    color: white;
}


table {
    width: 100%;
    text-align: center;
}

.eventlist_wrap {
    margin-top: 2rem;
    font-weight: 400;
    display: none;
    font-size: 17rem;
}


.eventlist a {
    padding-left: 80rem
}

#eventlist {
    cursor: pointer;
}



.snb ul, .snb li {
    display: inline-block;
}

.snb li {
    border-radius: 6px;
}

.snb li:hover {
    background: red;
}

.snb li>a {
    padding: 3rem 20rem;
    display: inline-block;
}

.snb i {
    color: #cddc39;
}


input, select {
    display: inline-block;
    padding: 10rem;
    width: 100%;
    font-family: "Noto Sans KR", sans-serif;
}

input[type='radio'] {
    width: auto;
}


.blueBtn {
    width: 100%;
    display: inline-block;
    padding: 10rem 0;
    background: #5856df;
    color: white;
    cursor: pointer;
    text-align: center;
    font-size: 20rem;
    margin: 2rem 0;
}

.blueBtn:hover {
    background: #0400ff;
    font-weight: bold;
}

.pinkBtn {
    width: 100%;
    display: inline-block;
    padding: 10rem 0;
    background: #f54579;
    color: white;
    cursor: pointer;
    text-align: center;
    font-size: 20rem;
    margin: 2rem 0;
}

.pinkBtn:hover {
    background: #ff004b;
    font-weight: bold;
}

.greenBtn {
    width: 100%;
    display: inline-block;
    padding: 10rem 0;
    background: #007009;
    color: white;
    cursor: pointer;
    text-align: center;
    font-size: 20rem;
    margin: 2rem 0;
}


.flex {
    display: flex;
}

.inlineBtn {
    display: inline-block;
    padding: 5rem 12rem;
    border-radius: 5px;
    margin: 4rem 2rem;
    cursor: pointer;
}

.bg_darkBlue {
    background: #293455;
    color: white;
}

.bg_darkBlue:hover {
    background: #5d76c3;
    font-weight: 900;
}

.bg_blue {
    background: #5856df;
    color: white;
}

.bg_blue:hover {
    background: #0400ff;
    font-weight: 900;
}

.bg_pink {
    background: #f54579;
    color: white;
}

.bg_green {
    background: #007009;
    color: white;
}

.bg_green2 {
    background: #8bc34a;
    color: white;
}

.bg_pink:hover {
    background: #ff004b;
    font-weight: 900;
}

.bg_gray {
    background: gray;
    color: #242833;
}

.bg_gray:hover {
    background: black;
    color: white;
}

.hidden {
    display: none;
}

.absolute0 {
    position: absolute;
    width: 0;
    height: 0;
    left: 35%;
    z-index: -1;
}

.relative {
    position: relative;
}

.blue {
    color: #5856df;
}

.menuImo {
    height: 18rem;
    display: inline-block !important;
    margin: 0 12rem 0 0;
    padding: 0;
    border: 0;

}

nav li>a>* {
    vertical-align: middle !important;
}

.space-between {
    justify-content: space-between;
}

.w100 {
    width: 100%;
}

.block {
    display: block;
}

.inline-block {
    display: inline-block;
}

.center {
    text-align: center;
}

.right {
    text-align: right;
}

.left {
    text-align: left;
}


.auto {
    margin: 0 auto;
}


.m1 {
    margin: 1px 0;
}

.m3 {
    margin: 3px 0;
}

.m5 {
    margin: 5px 0;
}

.m10 {
    margin: 10px 0;
}

.border_pink {
    border: 1px solid #f54579;
    width: 100%;
    display: inline-block;
    padding: 9rem 0;
    cursor: pointer;
    text-align: center;
    font-size: 20rem;
    margin: 2rem 0;
    background: white;
}

.modal {
    position: fixed;
    display: none;
    top: 10%;
    left: 50%;
    background: white;
    /* box-shadow: 2px 2px 10px 1px #8bc34a; */
    box-shadow: 2px 2px 6px 1px #a9a9a9;
    width: 800rem;
    transform: translate(-50%, 10%);
    padding: 1% 2%;
    color: black;
    border-radius: 15rem;
}

#modalClose {
    text-align: right;
    margin: 10px;
}

#modalCnt {
    resize: vertical;
    overflow: auto;
}

#modalCnt::after {
    position: absolute;
    content: '';
    bottom: 10px;
    right: 28px;
    padding: 15px;
    background: pink;
    z-index: -1;
    border-radius: 50%;
}

.inner {
    padding: 20px 0;
}


.fexlboth {
    display: flex;
    width: 45%;
}