p, a, li {
    word-break: keep-all;
    overflow-wrap: break-word;
}
.mainbanner {
    padding: 3rem 2.5rem;
}
.mainbanner .visualcontainer {
    float: right;
    margin: -1.1rem -0.5rem 0 0;
    max-width: 280px;
}
.devbanner {
    padding: 2rem 3.1rem 2rem; 
}
.devbanner .visualcontainer {
    float: left;
    margin-top: -1.5rem;
    margin-right: 2rem;
}
.message {
    padding: 0 2.5rem;
}
a[href="/wiki/%EB%AF%B8%EB%94%94%EC%96%B4%EC%9C%84%ED%82%A4:Sitenotice"] {
  text-decoration: none !important;
}
.menugrid {
    margin: 2.8rem 1rem 3.75rem;
    font-size: 1.2rem;
    text-align: center; 
}
.showcasebanner {
    padding: 1rem 2.5rem;
    margin: 1rem auto 0;
}
.showcasebanner .title {
    margin: -0.25rem auto 0.5rem;
}
.showcasebanner .seriesimg {
    margin-bottom: 3rem;
}

.lookaroundcontainer {
    column-count: 3;
    column-gap: 20px;
    max-height: 22rem;
}
.lookaround, 
.lookaround ul {
    margin: 0 !important;
}
.lookaround li {
    list-style: none;
    line-height: 80px;
}
.lookaround li hr {
    margin: 0 !important;
}
.lookaround li .item {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.lookaround li .imgbox {
    width: 60px;
    height: 60px;
    display: inline-block;
    text-align: center;
    margin: 0 0.6rem 0 0.5rem;
    vertical-align: middle;
    position: relative;
}
.lookaround li .imgbox img {
    width: auto; height: auto;
    max-width: 100%;
    max-height: 100%;
    border-radius: 0.35rem;
    position: absolute;
    height: auto;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

@media (min-width: 900px) {
    .lookaround ul > li:last-child>hr, 
    .lookaround ul > li:nth-child(4)>hr, 
    .lookaround ul > li:nth-child(8)>hr {
        display: none;
    }
}

@media (min-width: 600px) and (max-width: 900px) {
    .lookaroundcontainer {
        column-count: 2;
        max-height: 33rem;
    }
    .lookaround ul > li:last-child>hr, 
    .lookaround ul > li:nth-child(6)>hr, 
    .lookaround ul > li:nth-child(12)>hr {
        display: none;
    }
}
@media (max-width: 768px) {
    .mainbanner, .devbanner {
        padding-bottom: 1.5rem;
    }
    .mainbanner .visualcontainer, 
    .devbanner .visualcontainer {
        float: none;
        display: block;
        text-align: center;
    }
    .mainbanner .visualcontainer {
        margin: -1.5rem auto 0;
    }
    .devbanner .visualcontainer {
        margin: -1.5rem auto 0.5rem;
    }
}
@media (min-width: 600px) and (max-width: 768px) {
    .mainbanner .visualcontainer, 
    .devbanner .visualcontainer {
        max-width: 70%;
    }
    .showcasebanner {
        padding: 1rem;
    }
}
@media (max-width: 600px) {
    .mainbanner .visualcontainer, 
    .devbanner .visualcontainer {
        max-width: 100%;
    }
    .showcasebanner {
        padding: 0.5rem 1rem;
    }
    .showcasebanner .title {
        margin: 0 auto 0rem;
    }
    .showcasebanner .floatleft{
        float: none;
        display: block;
        text-align: center;
    }
    .lookaroundcontainer {
        column-count: 1;
        max-height: none;
    }
    .lookaround ul > li:last-child>hr {
        display: none;
    }
}
@media (max-width: 544px) {
    .menugrid {
        margin: 1rem 0 2rem;
        font-size: 1.09rem;
    }
    .showcasebanner img{
        margin: 0;
    }
}
@media (max-width: 480px) {
    .mainbanner, 
    .devbanner {
        padding: 1rem 1rem;
    }
    .mainbanner .visualcontainer {
        margin: 0.75rem auto 0.5rem;
    }
    .message {
        padding: 0 1rem;
    }
    .showcasebanner {
        padding: 0.2rem 0.5rem;
    }
    .showcasebanner .seriesimg {
        margin-bottom: 1rem;
    }
}

.right-chevron-arrow img {
    filter: /* #337ab7 */ invert(43%) sepia(87%) saturate(366%) hue-rotate(164deg) brightness(87%) contrast(98%);
    vertical-align: inherit;
}
.mainbanner .right-chevron-arrow img {
    width: 0.48rem;
}
.message .right-chevron-arrow img {
    width: 0.39rem;
}
.menuicon img {
    filter: /* #373a3c */ invert(19%) sepia(6%) saturate(515%) hue-rotate(161deg) brightness(92%) contrast(86%);
    width: 4rem;
    padding: 1rem;
}
.menuicon.compensate img {
    transform: scale(1.2);
}
/* dark mode #DDD 
        filter: invert(99%) sepia(0%) saturate(740%) hue-rotate(316deg) brightness(96%) contrast(81%);
}*/