/*html {*/
/*    !*font-family: "Open Sans","arial","Apple SD Gothic Neo","Noto Sans CJK KR","본고딕","KoPubDotum","나눔바른고딕","나눔고딕","NanumGothic","맑은고딕","Malgun Gothic",sans-serif;*!*/
/*    font-family: "Open Sans", "Noto Sans";*/
/*}*/

/*body {*/
/*    overflow: scroll;*/
/*    box-sizing: border-box;*/
/*    font-weight: 300;*/
/*    !*font-size: 1.0rem;*!*/
/*}*/

body, html {
    /*height: 100%;*/
    /*margin: 0;*/
    /*font-family: Helvetica, sans-serif;*/
    font-family: "Helvetica", "Open Sans", "arial", "Apple SD Gothic Neo", "Noto Sans CJK KR", "본고딕", "KoPubDotum", "나눔바른고딕", "나눔고딕", "NanumGothic", "맑은고딕", "Malgun Gothic", sans-serif;
    /*font-family: "Open Sans", "Noto Sans";*/
}

.main-fixed {
    display: none;
    position: fixed;
    overflow: auto;
    scrollbar-width: 1px;
}

.flag-vertical {
    -ms-transform: translateY(-5%);
    transform: translateY(-5%);
}

.author-background-image-random {
    /*height: 100%;*/
    /*width: 100%;*/

    /* Center and scale the image nicely */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.author-background-image {
    /*height: 100%;*/
    /*width: 100%;*/

    /* Center and scale the image nicely */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.author-background-image-half {
    /*height: 100%;*/

    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.author-background-image-external {
    width: 100%;
    height: 100%;

    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.quote-sentence-random {
    position: absolute;

    bottom: 0;
    /*width: 50%;*/
    /*margin: 0 2% 1% 2%;*/
    padding: 2% 2% 60px 2%;
    color: white;
    font-size: clamp(1.2rem, 3.2vw, 1.8rem);
    background-color: #00000088;
    /*background-color: #5892af88;*/
    /*background-color: #77777777;*/

}

.quote-sentence-all-quotes-of-author {
    /*margin: clamp(30%, 30vh, 50%) 2%;*/
    padding: 40% 2% 60px 2%;
    color: white;
    font-size: clamp(1.3rem, 3.2vw, 1.8rem);
}

.quote-sentence-favorite {
    padding: 60% 2% 2% 2%;
    color: white;
    font-size: clamp(1.2rem, 3.2vw, 1.8rem);
}

.quote-sentence-external {
    width: 100%;
    position: absolute;
    bottom: 0;
    padding: 2% 2% 2% 2%;
    color: white;
    font-size: clamp(1.1rem, 4.2vw, 1.6rem);
    background-color: #00000088;
}

.sentence-margin-bottom {
    margin-bottom: 0.3rem;
}

.blank-margin-for-tab {
    margin-top: 41px;
}

.to-quote-color {
    color: #dddddd;
}

.tab-bar {
    position: fixed;
    bottom: 0;
    left: 25%;
    z-index: 1;
    height: 40px;
    background-color: #222222;
}

.tab-span {
    width: 20%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: lightgray;
    cursor: pointer;
}

.bi-color {
    color: #5892af;
    /*color: #80c4d9;*/
}

.bi-background-color {
    background-color: #5892af;
    /*background-color: #80c4d9;*/
}

.active-tab {
    background-color: #80c4d9;
}

.grid-author-item {
    float: left;
    width: 25%;
    height: 250px;
    border: 0 solid black;
    /*padding-top: 10px;*/
    font-size: clamp(1.0rem, 1.8vw, 1.3rem);
    text-align: center;
    cursor: pointer;
}

.grid-author-item:hover {
    border: 1px solid black;
}

.quote-exclusive-button {
    float: right;
    padding-right: 10px;
    width: 60px;
    text-align: right;
    -ms-transform: translateY(-5%);
    transform: translateY(-5%);
}

.action-svg {
    font-size: 1rem;
}

.action-svg-home {
}

.action-svg-home:hover {
    cursor: pointer;
}

/*https://stackoverflow.com/questions/27123399/how-to-move-an-image-up-and-down-smoothly-with-css*/
.up-down-guide-hand {
    -webkit-animation: mover 2s infinite alternate;
    animation: mover 2s infinite alternate;

    display: none;
    position: fixed;
    z-index: 1000;
    top: calc(50% - 10px);
    left: calc(50% - 100px);
}

@-webkit-keyframes mover {
    0% { transform: translateY(0); }
    100% { transform: translateY(-100px); }
}

@keyframes mover {
    0% { transform: translateY(0); }
    100% { transform: translateY(-100px); }
}

.author-style {
    font-weight: bolder;
    text-decoration: underline;
}

@keyframes message-hiding {
    from {opacity: 1.0;}
    to {opacity: 0.3;}
}

.grid-home-item {
    float: left;
    width: 25%;
    height: 60px;
    /*border: 0.5px solid #dee2e6;*/
    border: 0.5px solid #eee;
    /*padding-top: 20px;*/
    text-align: center;
    font-size: clamp(1.1rem, 2.5vw, 1.3rem);
    cursor: pointer;
    background-color: #ddd;
}

.grid-home-item:hover {
    background-color: #80c4d9;
    /*border: 1px solid #333;*/
}






.grid-big-item {
    float: left;
    width: 50%;
    height: 200px;
    border: 0.5px solid #dee2e6;
    /*padding-top: 20px;*/
    text-align: center;
    font-size: clamp(2.7rem, 5vw, 3.8rem);
    font-weight: 100;
    cursor: pointer;
}

.grid-big-item:hover {
    background-color: #fffff0;
    border: 1px solid #333;
}

.grid-medium-item {
    float: left;
    width: 33.333%;
    height: 200px;
    border: 0.5px solid #dedede;
    /*padding-top: 10px;*/
    font-size: clamp(1.0rem, 1.8vw, 1.3rem);
    text-align: center;
    cursor: pointer;
    font-weight: 200;
}

.grid-medium-item:hover {
    background-color: #fffff0;
    border: 1px solid #333;
}

.grid-item {
    float: left;
    height: 120px;
    text-align: center;
    /*font-weight: 100;*/
    /*margin-bottom: 10px;*/
    /*border-radius: 5px;*/
}

/*.grid-item:hover {*/
/*    cursor: pointer;*/
/*}*/

.pointer:hover {
    cursor: pointer;
}

.grid-item-hanja {
    font-size: 2.8rem;
    color: #444;
    font-weight: 100;
}

.grid-item-hanja:hover {
    cursor: pointer;
}

.grid-item-huneum {
    font-size: 0.32em;
    color: #888;
    font-weight: 300;
}

.grid-item-word {
    font-size: 1.3rem;
    color: #333;
    font-weight: 200;
}

.grid-item-word:hover {
    cursor: pointer;
}

.grid-item-word-meaning {
    font-size: 0.9rem;
    color: #666;
    margin-top: 0.3rem;
    font-weight: 300;
}

.grid-item-no {
    position: absolute;
    top: 2px;
    left: 2px;
    font-size: 0.7rem;
    color: #bbb;
}

.grid-item-checkbox {
    position: absolute;
    top: 1px;
    right: 5px;
    float: right;
}

.language_grid {

}

.know-word {
    background-color: #f8f8f8;
}

.dont-know-word {
    background-color: #fffff5;
}

.valid-book {
    background-color: white;
}

.invalid-book {
    opacity: 0.3;
    background-color: red;
}

.vc-container {
    position: relative;
}

.vertical-center {
    position: absolute;
    top: 50%;
    width: 100%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.vertical-center-2 {
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.vertical-center-3 {
    position: relative;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.vertical-center-left {
    position: relative;
    float: left;
    top: 50%;
    transform: translateY(-50%);
    margin-left: 6px;
}

.vertical-center-right {
    position: relative;
    float: right;
    top: 50%;
    transform: translateY(-50%);
    margin-right: 0.2rem;
}

.search-highlight {
}

.search-highlight-word {
    color: lightcoral;
    font-weight: 500;
}

/* Hide scrollbar for Chrome, Safari and Opera */
.none-scrollbar::-webkit-scrollbar {
    display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
.none-scrollbar {
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */
}

/*.thin-scrollbar::-webkit-scrollbar-thumb{*/
/*    background-color: darkgray;*/
/*    border-radius: 10px;*/
/*}*/

/*.thin-scrollbar::-webkit-scrollbar-track{*/
/*    background-color: rgba(0,0,0,0);*/
/*}*/

/*.thin-scrollbar::-webkit-scrollbar{*/
/*    width: 5px;*/
/*}*/

.detail-word {
    font-size: 2rem;
    font-weight: 200;
}

/*.detail_word_type {*/
/*    background-color: white;*/
/*    display: inline-block;*/
/*    font-size: 1.1rem;*/
/*    border-radius: 1px;*/
/*    border-style: solid;*/
/*    border-width: 1px;*/
/*    border-color: #dddddd;*/
/*    padding: 4px 8px;*/
/*    margin: 5px 0;*/
/*}*/

.detail-description-block {
    text-align: left;
    padding: 1% 4%;
}

.detail-content-ai {
    /*background-color: #fffff5;*/
    /*padding: 0 0.5rem;*/
    /*line-height: 1.8;*/
}

.detail-content-ai > p, li > p {
    margin-top: 1.0rem;
    margin-bottom: 1.0rem;
}

.detail-content-ai > ol > li {
    margin-bottom: 2.0rem;
}

.detail-content-ai > ol, .detail-content-ai > ul {
    padding-left: 1.2rem;
}

.detail-content-ai > ol > li > ul, .detail-content-ai > ul > li > ul {
    color: sienna;
    /*margin-bottom: 1.0rem;*/
    padding-left: 0.8rem;
    border-left: 0.2rem solid #f0a0a0;
}

.detail-content-ai > ol > li > ul > li, .detail-content-ai > ul > li > ul > li {
    margin: 0.5rem 0;
}

.detail-meaning-block {
    margin: 0.5rem 0.0rem;
    /*padding: 0.5rem;*/
}

.detail-word-type {
    padding: 0.2rem 0;
    color: gray;
}

.detail-meaning-from {
    padding: 0.2rem 0;
    font-size: 1.1rem;
}

.detail-meaning-to {
    font-size: 1.0rem;
    font-style: italic;
    /*color: #bbbbbb;*/
    color: lightgray;
    /*padding: 5px 0;*/
}

.detail-example-block-hanja {
    margin: 0.5rem 0.5rem;
    padding-left: 0.6rem;
    /*border-left: 2px solid #ededed;*/
    border-left: 0.2rem solid #f0a0a0;
    color: #555;
}

.detail-example-block {
    margin: 0.5rem 1.0rem;
    padding-left: 0.6rem;
    /*border-left: 2px solid #ededed;*/
    border-left: 0.2rem solid #ffc107;
    color: #555;
}

.detail-example-from {
    color: sienna;
    /*font-style: italic;*/
    margin-bottom: 0.2rem;
}

.detail-example-to {
    font-size: 1.0rem;
    font-style: italic;
    color: lightgray;
}

.detail-example-hanja-description {
    font-size: 1.1rem;
    margin-bottom: 0.3rem;
}

.detail-example-hanja-sentence {
    font-size: 1.1rem;
    font-style: italic;
    color: sienna;
}

.detail-hanja {
    font-size: 6rem;
    font-weight: 100;
}

.detail-hanja-huneum {
    font-size: 1.2rem;
}

.detail-large-text {
    font-size: 1.8rem;
}

.detail-medium-text {
    font-size: 1.5rem;
}

.detail-normal-plus-text {
    font-size: 1.3rem;
}

.detail-small-text {
    font-size: 0.9rem;
}

.detail-tiny-text {
    font-size: 0.7rem;
}

.detail-example-hanja {
    font-size: 2.0rem;
    font-weight: 100;
}

.detail-example-word {
    font-size: 1.0rem;
    color: #aaaaaa;
}

.detail-example-sentence {
    font-size: 1.1rem;
    margin: 0 8px;
    padding-left: 15px;
    padding-top: 0.1rem;
    padding-bottom: 0.1rem;
    border-left: 2px solid lightcoral;
    color: #555;
}

.grid-width {
    width: 100%;
}

.move-button-color {
    color: white;
}

.move-button-color:hover {
    color: lightyellow;
}

/*.move-button-color:active {*/
/*    color: white;*/
/*    background-color: white;*/
/*}*/

.detail-description-line-height {
    line-height: 32px;
}

.detail-description-etc-title {
    display: inline-block;
    color: #777;
    min-width: 100px;
}

.detail-description-etc-content {
    display: inline-block;
}

.detail-news-title-container {
    position: relative;
    left: 72px;
    height: 64px;
    width: calc(100% - 72px);
    color: sienna;
}

.detail-news-company {
    font-size: 0.8rem;
    color: #aaa;
}

.detail-book-cover {
    /*width: 32.33%;*/
    width: 24%;
    margin: 0 0.5%;
    vertical-align: top;
}

.grid-item-border {
    border: 0.5px solid #e9ecef;
}

.grid-item-border-select {
    border: 1px solid #343a40;
}

.boarder-1 {
    border: 1px solid lightgrey;
}

.boarder-05-dddddd {
    border: 0.5px solid #dddddd;
}

.boarder-1-dddddd {
    border: 1px solid #dddddd;
}

.boarder-1-e6e6e6 {
    border: 1px solid #e6e6e6;
}

.boarder-1-eeeeee {
    border: 1px solid #eeeeee;
}

.boarder-2 {
    border: 2px solid lightgrey;
}

.grey-background{
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    /*width: 100%;*/
    /*height: 100%;*/
    background: #666666 ;
    z-index:2001;
    -moz-opacity: 0.8;
    opacity:.80;
    filter: alpha(opacity=60);
}

.detail-content {
    display: none;
    padding: 4px;
    background-color: white;
    z-index:2002;
    overflow: auto;
}

.detail-move {
    display: none;
    position: fixed;
    width: 50px;
    height: 50px;
    z-index: 2003;
    overflow: auto;
    text-align: center;
    background: transparent;
    cursor: pointer;
}

.detail {
    /*font-size: 1.1rem;*/
}

.clearfix::after {
    content: "";
    clear: both;
    display: table;
}

.hr-text {
    font-size: 0.8rem;
    color: lightcoral;
}

.hr-division {
    margin: 0 0 0.3rem 0;
    color: lightcoral;
}

.word-highlight {
    font-weight: 600;
    background-color: lightyellow;
}

.grid-item-width {
    /* 12 */
    width: 8.333%;
}

.font-weight-pc100-mb200 {
    font-weight: 100;
}

.font-weight-pc200-mb300 {
    font-weight: 200;
}

.pronunciation-container {
    height: 35%;
    cursor: pointer;
    color: #555;
}

.pronunciation-container:hover {
    color: lightgray;
}

.mobile-only-display {
    display: none;
}

.head_left {
    width: 30%;
}

.head_middle {
    width: 0%;
}

.head_right {
    width: 70%;
}

.custom-tooltip {
    --bs-tooltip-bg: lightcoral;
    --bs-tooltip-color: white;
    opacity: 1.0;
}

.category-font-size {
    font-size: 1.3em;
}

.license-li {
    margin: 0.5rem 1rem;
}

/*.tooltip {*/
/*    position: relative;*/
/*    display: inline-block;*/
/*}*/

/*.tooltip .tooltiptext {*/
/*    visibility: hidden;*/
/*    width: 400px;*/
/*    background-color: coral;*/
/*    color: #fff;*/
/*    text-align: left;*/
/*    border-radius: 0px;*/
/*    padding: 10px 10px;*/
/*    position: absolute;*/
/*    z-index: 1;*/
/*    top: 110%;*/
/*    left: 50%;*/
/*    margin-left: -209px;*/
/*}*/

/*.tooltip .tooltiptext::after {*/
/*    content: "";*/
/*    position: absolute;*/
/*    bottom: 100%;*/
/*    left: 50%;*/
/*    margin-left: -5px;*/
/*    border-width: 5px;*/
/*    border-style: solid;*/
/*    border-color: transparent transparent coral transparent;*/
/*}*/

/*.tooltip:hover .tooltiptext {*/
/*    visibility: visible;*/
/*}*/

.thousand-hanja {

}

.thousand-hanja:hover {
    cursor: pointer;
}

.thousand-hanja-table {
    max-width: 700px;
    /*color: #222;*/
    margin: 100px 0 1rem 0;
    border-collapse: collapse;
}

.thousand-hanja-table > tr > th,.thousand-hanja-table > tr > td,.thousand-hanja-table > * > tr > th,.thousand-hanja-table > * > tr > td {
    border: 1px solid transparent;
    padding: 0.2em 0.4em
}

.thousand-hanja-table > tr > th,.thousand-hanja-table > * > tr > th {
    text-align: center
}

@media only screen and (max-width: 2200px) {
    .grid-item-width {
        /* 10 */
        width: 10%;
    }
}

@media only screen and (max-width: 1900px) {
    .grid-item-width {
        /* 9 */
        width: 11.111%;
    }
}

@media only screen and (max-width: 1750px) {
    .grid-item-width {
         /*8 */
        width: 12.5%;
    }

    .grid-author-item {
        width: 33.333%;
    }
}

@media only screen and (max-width: 1600px) {
    .grid-item-width {
        /* 7 */
        width: 14.2857%;
    }
}

@media only screen and (max-width: 1400px) {
    .grid-item-width {
        /* 5 */
        width: 20%;
    }
}

@media only screen and (max-width: 1024px) {
    .grid-home-item {
        height: 55px;
    }

    .detail-word {
        font-size: 2rem;
    }

    .detail-hanja {
        font-size: 5rem;
    }

    .grid-item-width {
        /* 4 */
        width: 25%;
    }
}

@media only screen and (max-width: 768px) {
    .grid-home-item {
        width: 50%;
        height: 50px;
    }

    .font-weight-pc100-mb200 {
        font-weight: 200;
    }

    .font-weight-pc200-mb300 {
        font-weight: 300;
    }

    .detail-description-block {
        padding: 1% 3%;
    }

    .detail-word {
        font-size: 1.7rem;
    }

    .grid-medium-item {
        width: 50%;
        height: 140px;
    }

    .grid-item-width {
        /* 3 */
        width: 33.333%;
    }

    .detail-hanja {
        font-size: 4rem;
    }

    .detail-hanja-huneum {
        font-size: 1.2rem;
    }

    .detail-large-text {
        font-size: 1.6rem;
    }

    .detail-medium-text {
        font-size: 1.4rem;
    }

    .detail-normal-plus-text {
        font-size: 1.2rem;
    }

    .detail-small-text {
        font-size: 0.8rem;
    }

    .detail-example-hanja {
        font-size: 1.9rem;
    }

    .detail-example-word {
        font-size: 1.1rem;
    }

    .detail-example-sentence {
        font-size: 1.1rem;
        margin: 4px;
        padding-left: 8px;
    }

    .move-button-color {
        color: #aaaaaa;
    }

    .move-button-color:hover {
        color: #aaaaaa;
    }

    .grid-item-word-meaning {
        color: #888;
        margin-top: 0.3rem;
    }

    .detail-content-ai > ol > li > ul {
        font-weight: 400;
    }

    ol, ul {
        padding-left: 1.0rem;
    }

    .vertical-center-left {
        margin-left: 4px;
    }

    .vertical-center-right {
        margin-right: 0.3rem;
    }
}

@media only screen and (max-width: 620px) {
    .quote-exclusive-button {
        width: 50px;
    }

    .grid-author-item {
        width: 50%;
    }

    .mobile-only-display {
        display: block;
    }

    /*.category-path, .subcategory-path, .mobile-none-display {*/
    .mobile-none-display {
        display: none;
    }

    .head_left.no_search {
        width: 80%;
    }

    .head_middle.no_search {
        display: none;
    }

    .head_right.no_search {
        width: 20%;
    }
}

@media only screen and (max-width: 480px) {

    .quote-exclusive-button {
        width: 50px;
    }

    .detail-description-block {
        padding: 1% 2%;
    }

    .grid-medium-item {
        height: 120px;
    }

    .grid-item-width{
        /* 2 */
        width: 50%;
    }

    .detail-word {
        font-size: 1.5rem;
    }

    .detail-hanja {
        font-size: 3.0rem;
    }

    .detail-hanja-huneum {
        font-size: 0.8rem;
    }

    .detail-large-text {
        font-size: 1.4rem;
    }

    .detail-medium-text {
        font-size: 1.2rem;
    }

    .detail-normal-plus-text {
        font-size: 1.0rem;
    }

    .detail-small-text {
        font-size: 0.7rem;
    }

    .detail-example-hanja {
        font-size: 1.8rem;
    }

    .detail-example-word {
        font-size: 1.0rem;
    }

    .detail-example-sentence {
        font-size: 1.0rem;
        margin: 4px;
        padding-left: 8px;
    }

    .detail-description-etc-title {
        min-width: 70px;
    }

    .detail-news-title-container {
        font-size: 0.9rem;
        line-height: 130%;
    }

    .detail-book-cover {
        width: 48%;
        /*display: block;*/
        margin: 0.5rem 1%;
        vertical-align: top;
    }

    .boarder-05-dddddd {
        border: 1px solid #dddddd;
    }

    ol, ul {
        padding-left: 0.8rem;
    }

    .vertical-center-left {
        margin-left: 2px;
    }

    .category-font-size {
        font-size: 1.0em;
    }
}

@media only screen and (max-width: 320px) {
    .detail-news-title-container {
        font-size: 0.7rem
    }

    .detail-news-company {
        font-size: 0.6rem;
    }
}
