@charset "UTF-8";

@font-face {
    font-family: 'ane';
    src: url('/font/Cafe24Ohsquareair-7c77b4d0d9f37d1ab68b959a658b1ce4.ttf') format('truetype');
}

@font-face {
    font-family: 'Noto Sans KR';
    font-style: normal;
    font-weight: 100;
    src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Thin.woff2) format('woff2'),
    url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Thin.woff) format('woff'),
    url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Thin.otf) format('opentype');
}

@font-face {
    font-family: 'Noto Sans KR';
    font-style: normal;
    font-weight: 300;
    src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Light.woff2) format('woff2'),
    url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Light.woff) format('woff'),
    url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Light.otf) format('opentype');
}

@font-face {
    font-family: 'Noto Sans KR';
    font-style: normal;
    font-weight: 400;
    src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Regular.woff2) format('woff2'),
    url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Regular.woff) format('woff'),
    url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Regular.otf) format('opentype');
}

@font-face {
    font-family: 'Noto Sans KR';
    font-style: normal;
    font-weight: 500;
    src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Medium.woff2) format('woff2'),
    url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Medium.woff) format('woff'),
    url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Medium.otf) format('opentype');
}

@font-face {
    font-family: 'Noto Sans KR';
    font-style: normal;
    font-weight: 700;
    src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Bold.woff2) format('woff2'),
    url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Bold.woff) format('woff'),
    url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Bold.otf) format('opentype');
}

@font-face {
    font-family: 'Noto Sans KR';
    font-style: normal;
    font-weight: 900;
    src: url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Black.woff2) format('woff2'),
    url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Black.woff) format('woff'),
    url(//fonts.gstatic.com/ea/notosanskr/v2/NotoSansKR-Black.otf) format('opentype');
}

body, h1, h2, h3, h4, h5, h6, input, textarea, select {
    font-family: 'Noto Sans KR', sans-serif;
}

body {
    margin: 0px;
}


.navbar {
    display: flex;
    width: 80%;
}


.main_ul {
    list-style-type: none;

    padding: 0;
    overflow: hidden;
    background-color: #ac70ea;
    border-bottom: 1px solid #c0c4ca;
    text-align: center;
    display: flex;
    width: 80%;
    border-right: 1px solid #c0c4ca;
    border-left: 1px solid #c0c4ca;
    position: relative;
    border-radius: 60px;
    justify-content: space-evenly;
    align-items: center;
    box-shadow: 5px 9px 20px grey;
    z-index: 9998;
}

.sub_ul {
    list-style-type: none;
    box-shadow: 5px 9px 20px gray;
    align-items: center;
    overflow: hidden;
    background-color: white;
    border-bottom: 1px solid #c0c4ca;
    text-align: center;
    display: flex;
    width: 35%;
    border-right: 1px solid #c0c4ca;
    border-left: 1px solid #c0c4ca;
    position: relative;
    border-radius: 60px;
    padding: 20px;
}

.name {
    font-family: 'NanumSquare', sans-serif;
    font-weight: 700;
    font-size: 25px;
    margin: 10px 10px;
    font-family: ane;
}

.myinfoBtn {
    margin: 10px;
    border-radius: 60px;
    width: 100px;
    border: 2px solid #8227e0;
    background-color: white;
    color: #8227e0;
    font-size: 20px;
    font-weight: bold;
    font-family: 'NanumSquare', sans-serif;
    font-weight: 700;
    cursor: pointer;
}

.loginBtn {
    margin: 0 auto;
    width: 80%;
    border-radius: 60px;
    background-color: #dedede;
    border: 1px solid #dedede;
    font-size: 24px;
    font-family: 'NanumSquare', sans-serif;
    font-weight: 700;
    cursor: pointer;
}

li {
    display: inline-block;
}

li a {
    display: block;
    color: black;
    text-align: center;
    padding: 20px 16px;
    text-decoration: none;
}

.sub {
    color: white;
    cursor: pointer;
    font-family: ane;
    font-size: 54px;

}

.abc {
    margin: 0 auto;
}

.zx {


    padding-left: 10px;
    color: black;
    background-color: white;
    font-size: 26px;
    position: absolute;
    right: 98px;
    height: 95px;
}

li a:hover:not(.active) {
    background-color: #ac70ea;
}

.id {
    border-right: none;
    background-color: white;
    position: absolute;
    top: 0px;
    right: 0px;
}

.active {
    background-color: white;
}

div.profile-top h3 {
    margin: 10px 10px;
    text-align: center;
}

div.profile-bottom {
    padding: 10px;
    border-top: 1px solid #666;
}

div.profile {
    position: relative;
    z-index: 1;
    display: none;
    float: right;
}

div.profileBackground {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    z-index: -1;
}

div.profileContent {
    float: right;
    top: 20%;
    left: calc(50% - 250px);
    background: #fff;
    border: 1px solid #666;
    border-radius: 10px;
}

div.profileContent textarea {
    font-size: 16px;
    font-family: '맑은 고딕', verdana;
    padding: 10px;
    width: 500px;
    height: 200px;
}

div.profileContent button {
    font-size: 20px;
    padding: 5px 10px;
    margin: 10px 0;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 10px;
}


.mypage_btn {
    width: 100%;
    /* height: 90px; */
    padding: 7px 0 7px;
    cursor: pointer;
    color: #fff;
    border: 0;
    border-radius: 60px;
    background: #ac70ea;
    font-family: 'NanumSquare', sans-serif;
    font-weight: 700;
    font-size: 26px;
    /*  box-shadow: 8px 14px 20px grey; */
    /* flex: none; */
    /* margin: 0 auto; */
    /* display: flex; */
    margin: 10px;

}

.logout_btn {
    width: 100%;
    /* height: 90px; */
    padding: 7px 0 7px;
    cursor: pointer;
    color: black;
    border: 0;
    border-radius: 60px;
    background: #e5e5e5;
    font-family: 'NanumSquare', sans-serif;
    font-weight: 700;
    font-size: 26px;
    /* box-shadow: 8px 14px 20px grey; */
    /* flex: none; */
    /* margin: 0 auto; */
    /* display: flex; */
    margin: 10px;
}

.cutline {
    position: relative;
    top: 180px;
    right: 180px;
    color: white;
    text-decoration: none;
}

.btn_cutline {
    width: 170px;
    height: 50px;
    border: 2px solid #FF87A0;
    border-radius: 10px;
    cursor: pointer;
    font-family: 'Noto Sans KR', sans-serif;
    color: #FF87A0;
    text-decoration: none;
    background-color: transparent;
    font-size: 18px;
    font-weight: bold;
}


@media all and (min-width: 1367px) {

    .navbar {
        width: 80%;
    }

    .main_ul {
        width: 100%;
    }

    .sub_ul {
        width: 45%;
    }

    .sub {
        font-size: 50px;
    }
}


@media all and (min-width: 1024px) and (max-width: 1366px) {

    .navbar {
        width: 100%;
    }

    .main_ul {
        width: 60%;
    }

    .sub_ul {
        width: 40%;
    }

    .sub {
        font-size: 35px;
    }
}


@media all and (min-width: 768px) and (max-width: 1023px) {
    .navbar {
        width: 100%;
    }

    .main_ul {
        width: 60%;
    }

    .sub_ul {
        width: 40%;
    }

    .sub {
        font-size: 35px;
    }

}


@media all and (max-width: 767px) {
    .navbar {
        width: 100%;
    }

    .sub {
        font-size: 25px;
    }

    .sub_ul {
        display: none;
    }

    .main_ul {
        width: 100%;
    }
}

@media all and (max-width: 410px) {
    .navbar {
        width: 100%;
    }

    .sub {
        font-size: 20px;
    }

    .sub_ul {
        display: none;
    }

}


@media screen and (hover: none) and (pointer: coarse) {

    .abc {
        padding-top: 0px !important;
        display: flex;
        align-items: center;
    }

    .zx {

        font-size: 15px;
        display: flex;
        align-items: center;
        position: relative;
        right: -1px;
    }

    .id {
        position: relative;
    }

    ul {
        width: 100% !important;
    }
}