html {
    font-size: 14px;
    font-family: NotoSans;
}

html {
    position: relative;
    min-height: 100%;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
        font-family: NotoSans;
    }
}

body {
    font-family: 'Noto Sans KR', sans-serif !important;
}

.header-public {
    width: 100%;
    height: 50px;
    background-color: #d7e1ea;
    padding-left: 11%;
    display: flex;
    flex-direction: row;
    align-items: center;
}
.AI{
    display:flex;
    flex-direction:row;
    justify-content:space-between;
    padding: 0 30px;
}
/*.chat {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 0 30px;
}*/
.AI button {
    border: none;
    background-color: #d7e1ea;
}
.chat button {
    border: none;
    background-color: #d7e1ea;
}
#toggleButtonChat {
    border: none;
    background-color: #d7e1ea;
}
#toggleButtonAI {
    border: none;
    background-color: #d7e1ea;
}

.header-public img {
    width: 30px;
    height: 45px;
}
/*img {
    width: 25px;
    height: 25px;
    color: black;
    margin-bottom: 3px;
}*/
h5 {
    margin-top: 5px;
}
.download a{
    text-decoration:none;
    color: black;
}

.info-sub {
    position: relative;
    margin-left: 10%;
    height: auto;
    padding-top: 30px;
}

.info-user {
    width: 400px;
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-bottom: 30px;
}

.infor-header {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.infor-footer {
    display: flex;
    flex-direction: row-reverse;
}

.flag-setting {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

    .flag-setting div {
        margin-right: 20px;
    }

    .flag-setting img {
        width: 30px;
        height: 30px;
        margin-right: 20px;
        cursor: pointer;
    }

.sub img {
    width: 30px;
    height: 30px;
    margin-right: 20px;
    cursor: pointer;
}

.download {
    position: absolute;
    left: 75%;
    border: 1px solid grey;
    width: 230px;
    height: auto;
    padding: 10px;
    /*display:flex;
    flex-direction:column;
    justify-content:center;
    align-items:center;*/
    z-index: 999;
    background-color:white;
}

.share {
    position: absolute;
    left: 65%;
    border: 1px solid grey;
    width: 450px;
    height: auto;
    padding: 10px;
    z-index: 999;
    background-color: white;
}

    .share div {
        margin-bottom: 15px;
    }

.title-item {
    border-bottom: 1px solid grey;
}

#sidebar {
    height: 85%;
    width: 0;
    position: fixed;
    top: 126px;
    right: 0;
    background-color: #d7e1ea;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 50px;
    /* padding-left: 10px;*/
}

    #sidebar p {
        color: white;
        padding: 8px 16px;
        text-decoration: none;
        font-size: 20px;
        display: block;
        transition: 0.3s;
    }

    #sidebar a:hover {
        color: #f1f1f1;
    }

#toggleButton {
    font-size: 30px;
    position: fixed;
    top: 50%;
    right: 10px;
    cursor: pointer;
    z-index: 1;
    transition: 0.5s;
    border: 1px solid lightgrey;
    border:none;
    background-color: white;
}

.sub-source-bar {
    font-size: 20px;
    font-weight: 400;
    color: black;
}

#fontSizeSlider {
    width: 10%;
    margin-left: 78%;
}



@media (max-width: 768px) {

    * {
        box-sizing: border-box;
        margin: 0;
        padding: 0;
    }

    html {
        font-family: NotoSans;
        box-sizing: border-box;
        margin: 0;
        padding: 0;
    }

    .infor-header {
        display: flex;
        flex-direction: column;
    }

    .info-sub {
        height: auto;
    }

    .infor-footer {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .flag-setting {
        width: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

        .flag-setting div {
            display: flex;
            flex-direction: column;
            justify-content: center;
            align-items: center;
            margin: 10px 0;
        }

    #toggleButton {
        display: none;
    }

    .flag-setting img {
        margin-top: 10px;
    }

    .info-user {
        width: 100%;
    }

    .title-sub {
        display: flex !important;
        margin-left: 0px !important;
        justify-content: flex-start !important;
    }

    .info-sub h2 {
        font-size: 20px;
    }

    .infor-footer div {
        display: flex !important;
        padding-left: 0px !important;
        justify-content: flex-start !important;
        width: 100%;
    }

    .infor-footer h5 {
        margin-right: 10px;
    }
}

.sub-source {
    display: none;
}
