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;
}
.btn-changeLang{
    margin-right:20px;
}

    .header-public img {
        width: 30px;
        height: 45px;
    }
/*img {
    width: 25px;
    height: 25px;
    color: black;
    margin-bottom: 3px;
}*/
h5 {
    margin-top: 5px;
}
ul li{
    margin-right: 20px;
}





@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: 400px;
    }

    .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;
}
