@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@300;400;700&display=swap');
@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800|Rasa:300,400,500,600,700|Rubik:300,400,500,700,900");
/* @import url('https://fonts.googleapis.com/css2?family=El+Messiri:wght@400;500;600;700&family=Rubik:wght@300;400;500;600;700;800;900&display=swap'); */
@font-face {
    font-family: 'ONHyaryongdoR';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_20-10-21@1.0/ONHyaryongdoR.woff') format('woff');
    font-weight: normal;
    font-style: normal;
  }

body {
    padding-top: 0 !important;
    background-color: #090c13;
    background-image: url(https://static.papayaplay.com/static-dev/assets/images/9dragons/bg_wiki.jpg) !important;
    /* background-position: center 98%, center top, center 152px !important; */
    /* background-repeat: no-repeat, no-repeat, repeat !important; */
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    color: #4D4D4D;
    font-family: "Rasa", sans-serif;
    font-size: 16px;
}

a {
    color: #6B290B;
}

hr {
    border-bottom: 1px solid #482609;
}

a.media img.media {
    margin-bottom: 15px;
}

p code {
    background-color: #FFF;
}

.secondary-color {
    color: #ffba00 !important;
}

.after-login, .before-login {
    display: none;
    align-items: center;
    justify-content: center;
}

.en, .fr, .de, .pt,.tr,.ms {
  display: none;
}

.footer .mobile .row1 #mobile-footer-language .en,
.footer .mobile .row1 #mobile-footer-language .fr,
.footer .mobile .row1 #mobile-footer-language .de,
.footer .mobile .row1 #mobile-footer-language .pt,
.footer .mobile .row1 #mobile-footer-language .tr,
.footer .mobile .row1 #mobile-footer-language .ms {
  display: none;
}

.title-container {
    margin-top: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.title-container .title-symbol {
    width: 60px;
}
.title-container .title-text {
    margin-top: 10px;
    color: #FFFFFF;
    font-family: "ONHyaryongdoR";
    font-size: 40px;
    font-weight: bold;
    line-height: 40px;
    text-align: center;
    text-shadow: 0px 1px 2px rgba(220,200,150,0.5);
    background: linear-gradient(180deg, #FDDA1E 0%, #FFB776 100%);
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
}

#dokuwiki__site {
    min-height: 800px;
    padding-top: 20px;
    padding-bottom: 40px;
}

.sub-menu {
    display: none;
}

#dokuwiki__top .search-form-wrapper {
    display: block;
    width: 100%;
    height: 50px;
    text-align: right;
}

#dokuwiki__top .search-form-wrapper form {
    width: inherit;
    height: inherit;
    margin: 0;
    padding: 0;
}

#dokuwiki__top .search-form-wrapper input[type=search] {
    box-sizing: border-box;
    height: 52px;
    width: 100%;
    border: 1px solid #F2C15A;
    background-color: rgba(0, 0, 0, 0.5);
    color: #666666;
    font-family: 'Roboto Condensed';
    font-size: 16px;
    padding-left: 20px;
    padding-top: 6px;
    border-radius: 0;
    text-transform: uppercase;
}

#dokuwiki__top .search-form-wrapper button {
    display: none;
}

#dokuwiki__top .search-form-wrapper form {
    box-shadow: none;
}

#dokuwiki__top .search-form-wrapper form .form-group {
    position: relative;
}

#dokuwiki__top .search-form-wrapper .form-group::before {
    font-family: FontAwesome;
    color: #000000;
    content: "\f002";
    font-size: 3.4rem;
    position: absolute;
    text-align: center;
    top: 1px;
    right: 1px;
    width: 50px;
    height: 50px;
    background-color: #F2C15A;
}

#dw__breadcrumbs hr {
    display: none;
}

#dw__breadcrumbs .dw__youarehere .breadcrumb li {
    font-size: 1.3rem;
    letter-spacing: 2px;
    text-transform: uppercase;
}

#dw__breadcrumbs .dw__youarehere .breadcrumb li:first-child {
    display: none;
}

#dw__breadcrumbs .dw__youarehere .breadcrumb li:nth-child(2) a {
    color: #acacac;
}

#dw__breadcrumbs .dw__youarehere .breadcrumb li:nth-child(2)::before {
    display: none;
}

#dokuwiki__aside.dw__sidebar {
    margin-top: 20px;
    margin-bottom: 20px;
    padding-right: 15px;
}

#dokuwiki__aside .dw-sidebar-content {
    border: none;
    border-radius: 0;
    color: #4D4D4D;

    font-family: 'Roboto Condensed';
    font-size: 16px;
    line-height: 24px;
    padding-top: 5px;
    padding-left: 20px;
    padding-bottom: 20px;

    background-color: rgba(0, 0, 0, 0.5);
}

#dokuwiki__aside .dw-sidebar-content .dw-sidebar-title {
    /* background-color: rgba(0,0,0,.3) !important; */
    color: #F2C15A !important;
    border: none !important;
    font-family: "Roboto Slab";
    font-size: 2.0rem;
    font-weight: bold;
    letter-spacing: 0px;
    margin-bottom: 10px;
    padding-left: 10px;
    line-height: 3.0rem;
    cursor: pointer;
}

#dokuwiki__aside .dw-sidebar-content .dw-sidebar-body a {
    display: flex;
    align-items: center;
    width: 100%;
    padding-left: 12px;
    padding-top: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
    color: #FFFFFF;
    font-family: "Roboto Condensed";
    font-size: 16px;
    line-height: 20px;
    font-weight: 200;
    border-left:3px solid transparent;
}

#dokuwiki__aside .dw-sidebar-content .dw-sidebar-body a:hover, #dokuwiki__aside .dw-sidebar-content .dw-sidebar-body a:focus {
    /* border-left:3px solid #1D3E6E; */
    background-color: #F2C15A;
    color: #482609;
    font-weight: bold;
}

#dokuwiki__aside .dw-sidebar-content .dw-sidebar-body h1 {
    color: #F2C15A;
    font-family: 'Roboto Slab';
    font-size: 20px;
    font-weight: bold;
    line-height: 31px;

    padding-left: 10px;
    margin: 0;
    padding-bottom: 0;
    border-bottom: none;
    text-transform: uppercase;
}

#dokuwiki__aside .dw-sidebar-content .dw-sidebar-body h1::after {

}

#dokuwiki__aside .dw-sidebar-content .dw-sidebar-body h1:not(:first-child) {
    width: 90%;
    padding-top: 9px;
    margin-top: 5px;
    border-top: 1px solid #333333;
}

#dokuwiki__content .dw-content {
    min-height: 800px;
}

#dokuwiki__content .dw-content h1 {
    font-size: 3.2rem;
    color: #482609;
    font-family: "Roboto Slab";
    font-weight: 600;
    padding-bottom: 2px;
    margin: 20px 0 10px;
    border-bottom: none;
}

#dokuwiki__content .dw-content h2 {
    font-weight: 600;
    margin-top: 10px;
    color: #482609;
    font-family: "Roboto";
    font-size: 26px;
    line-height: 46px;
}

#dokuwiki__content .dw-content h3 {
    font-weight: 500;
    margin-top: 8px;
    color: #482609;
    font-family: "Roboto";
    font-size: 20px;
    line-height: 36px;
}

#dokuwiki__content .dw-content h4 {
    margin-top: 5px;
    color: #482609;
    font-family: "Roboto";
    font-size: 16px;
    line-height: 24px;
}

#dokuwiki__content .dw-content h5 {
    margin-top: 5px;
    color: #482609;
    font-family: "Roboto";
    font-size: 14px;
    line-height: 20px;
}

#dokuwiki__content .dw-content p {
    font-family: "Roboto";
    font-size: 16px;
    line-height: 22px;
    margin-top: 5px;
    color: #333333;
}

#dokuwiki__content .dw-content li {
    font-family: "Roboto";
    font-size: 16px;
    line-height: 24px;
    margin-top: 5px;
    color: #4F4F4F;
}

#dokuwiki__content .dw-content iframe {
    width: 100%;
}

div.dokuwiki div.gallery table {
    width: 100%;
}

div.dokuwiki div.gallery table img.tn {
    max-width: 100% !important;
    height: auto;
}

#uwo-gnb {
    position: absolute;
    z-index: 10;
    width: 100%;
    height: 86px;
    background-color: rgba(255, 255, 255, 0.7);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

/* line 661, ../../../../WEB-INF/sass/uwo/official/uwo-content.scss */
#uwo-gnb .uw-nav-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 86px;
    width: 275px;
    background-color: rgba(29, 62, 110, 0.6);
    color: white;
    font-family: "Rubik", sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 17px;
    text-align: center;
    text-transform: uppercase;
    -webkit-transition: background-color 0.3s ease-out;
    transition: background-color 0.3s ease-out;
}

/* line 671, ../../../../WEB-INF/sass/uwo/official/uwo-content.scss */
#uwo-gnb .uw-nav-left:hover {
    background-color: #0E4F75;
    -webkit-transition: background-color 0.3s ease-in;
    transition: background-color 0.3s ease-in;
}

/* line 677, ../../../../WEB-INF/sass/uwo/official/uwo-content.scss */
#uwo-gnb .uw-nav-mid {
    min-width: 940px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 86px;
}

/* line 681, ../../../../WEB-INF/sass/uwo/official/uwo-content.scss */
#uwo-gnb .uw-nav-mid .uw-nav-ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

/* line 684, ../../../../WEB-INF/sass/uwo/official/uwo-content.scss */
#uwo-gnb .uw-nav-mid .uw-nav-ul li {
    position: relative;
    padding-left: 10px;
    padding-right: 10px;
}

/* line 688, ../../../../WEB-INF/sass/uwo/official/uwo-content.scss */
#uwo-gnb .uw-nav-mid .uw-nav-ul li a {
    position: relative;
    color: #244F80;
    font-family: "Rubik", sans-serif;
    font-size: 18px;
    font-weight: 500;
    line-height: 22px;
    text-transform: uppercase;
    -webkit-transition: color .3s ease-out;
    transition: color .3s ease-out;
}

/* line 694, ../../../../WEB-INF/sass/uwo/official/uwo-content.scss */
#uwo-gnb .uw-nav-mid .uw-nav-ul li a:hover {
    color: #F1CD97;
    -webkit-transition: color .3s ease-in;
    transition: color .3s ease-in;
}

/* line 699, ../../../../WEB-INF/sass/uwo/official/uwo-content.scss */
#uwo-gnb .uw-nav-mid .uw-nav-ul li .disable {
    pointer-events: none;
    color: #BDBDBD;
    font-family: "Rubik", sans-serif;
    font-size: 18px;
    font-weight: 300;
}

/* line 703, ../../../../WEB-INF/sass/uwo/official/uwo-content.scss */
#uwo-gnb .uw-nav-mid .uw-nav-ul li .active {
    position: relative;
    padding-bottom: 29px;
    color: #C9A56D;
    border-bottom: 3px solid #C9A56D;
}

/* line 709, ../../../../WEB-INF/sass/uwo/official/uwo-content.scss */
#uwo-gnb .uw-nav-mid .uw-nav-ul li .badge-soon {
    position: absolute;
    padding-top: 2px;
    padding-right: 8px;
    padding-left: 8px;
    padding-bottom: 2px;
    background-color: #C9A56D;
    top: -14px;
    left: 26px;
    color: #FFFFFF;
    font-family: "Rubik", sans-serif;
    font-size: 12px;
    font-weight: 300;
    line-height: 14px;
    text-transform: uppercase;
}

/* line 723, ../../../../WEB-INF/sass/uwo/official/uwo-content.scss */
#uwo-gnb .uw-nav-mid .uw-nav-ul li:nth-child(1) img {
    width: 178px;
    height: auto;
}

/* line 731, ../../../../WEB-INF/sass/uwo/official/uwo-content.scss */
#uwo-gnb .uw-nav-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 86px;
    width: 275px;
    background-color: rgba(187, 148, 87, 0.9);
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    font-family: "Rubik", sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 17px;
    text-align: center;
    text-transform: uppercase;
    -webkit-transition: background-color 0.3s ease-out;
    transition: background-color 0.3s ease-out;
}

/* line 742, ../../../../WEB-INF/sass/uwo/official/uwo-content.scss */
#uwo-gnb .uw-nav-right:hover {
    background-color: #F1CD97;
    -webkit-transition: background-color 0.3s ease-in;
    transition: background-color 0.3s ease-in;
}

/* .category-filter {
    padding-top: 20px;

    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.category-filter .filter-btn {
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 5px;
    height: 50px;
    min-width: 188px;
    border: 1px solid transparent;
    background-color: #244F80;
    padding-left: 20px;
    padding-right: 20px;
    color: #CACACA;
    font-family: "Rubik", sans-serif;
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.category-filter .filter-btn:hover {
    color: white;
    background-color: #C9A56D;
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}
.category-filter .active{
    pointer-events: none;
    color: white;
    background-color: #C9A56D;
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
} */

.dw-content ul{
    display: block;
    list-style-type: disc;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    -webkit-padding-start: 40px;
}

@media screen and (min-width: 768px) {
    #dokuwiki__top{
        margin-top: 24px;
    }

    #dokuwiki__top .search-form-wrapper .form-group::before {
        right: 23px;
    }

    #dokuwiki__top .search-form-wrapper {
        display: block;
        width: 100%;
        height: 50px;
    }

    #dokuwiki__top .search-form-wrapper form {
        text-align: left;
    }

    #dokuwiki__top .search-form-wrapper form .form-group {
        width: 25%;
        padding-right: 22px;
    }

    #dokuwiki__top .search-form-wrapper form .form-group::before {
        top: 1px;
    }

    #dokuwiki__top .search-form-wrapper form .form-group input {
        width: 100%;
    }

    #dokuwiki__aside .dw-sidebar-content {
        padding-top: 20px;
    }

    #dokuwiki__content {
        top: -50px;
        padding: 0 12px;
    }
}

@media screen and (min-width: 992px) {
    .container {
        width: 970px;
    }

    .title-container {
        margin-top: 105px;
    }

    #dokuwiki__site {
        padding-top: 20px;
    }

    .container {
        position: relative;
    }

    .category-filter {
        padding-top: 120px;
    }
}

@media (max-width: 1080px) {
    #uwo-gnb .uw-nav-left {
        display: none;
    }

    #uwo-gnb .uw-nav-right {
        display: none;
    }
}

@media screen and (min-width: 1224px) {
    .container {
        width: 1200px;
    }
}