.clear {
    display: block;
    clear: both;
}
.text-overlay {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: -moz-linear-gradient(top,rgba(0,0,0,0) 0,rgba(0,0,0,0) 60%,rgba(0,0,0,1) 100%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0,rgba(0,0,0,0)),color-stop(60%,rgba(0,0,0,0)),color-stop(100%,rgba(0,0,0,1)));
    background: -webkit-linear-gradient(top,rgba(0,0,0,0) 0,rgba(0,0,0,0) 60%,rgba(0,0,0,1) 100%);
    background: -o-linear-gradient(top,rgba(0,0,0,0) 0,rgba(0,0,0,0) 60%,rgba(0,0,0,.8) 100%);
    background: -ms-linear-gradient(top,rgba(0,0,0,0) 0,rgba(0,0,0,0) 60%,rgba(0,0,0,1) 100%);
    background: linear-gradient(to bottom,rgba(0,0,0,0) 0,rgba(0,0,0,0) 50%,rgba(0,0,0,1) 100%);
    opacity: .8;
}
.container {
    -ms-user-select: none;
    -moz-user-select: -moz-none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    user-select: none;
}
/* header */
.header {
    position: relative;
}
.header-wrap {
    text-align: center;
}
.header-wrap-top {
    position: relative;
    width: 1100px;
    height: 85px;
    margin: 0 auto;
}
.header-logo {
    text-align: center;
}
.header-logo a {
    display: inline-block;
    width: 200px;
    padding: 30px 0;
    font-size: 30px;
    font-family: sans-serif;
    font-weight: bold;
    color: #320a90;
}
.header-logo a img {
    width: 100%;
}
.header-search {
    display: inline-block;
    width: 222px;
    height: 22px;
}
.header-search label {
    display: inline-block;
    width: 200px;
    float: left;
}
.header-search input {
    width: 100%;
    height: 22px;
    padding: 0 10px;
    border: 1px solid #ddd;
}
.header-search > a {
    display: inline-block;
    width: 22px;
    height: 22px;
    padding: 5px;
    border: 1px solid #ddd;
    border-left: none;
    float: right;

}
.header-search > a > img {
    width: 100%;
}
.header-ad-poster {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 300px;
    height: 61px;
}
.header-ad-poster a {
    display: block;
    width: 100%;
    height: 100%;
}
.header-ad-poster a img {
    width: 100%;
}
.header-nav {
    display: block;
    width: 100%;
    margin-top: 15px;
    border-bottom: 3px solid #ffb217;
    border-top: 1px solid #ddd;
}
.header-nav ul {
    display: block;
    width: 1100px;
    margin: 0 auto;
}
.header-nav ul li {
    display: inline-block;
    margin-right: 205px;
    float: left;
}
.header-nav ul li:last-child {
    margin: 0;
}
.header-nav ul li a {
    position: relative;
    display: block;
    padding: 10px 0;
    font-weight: bold;
    color: #000;
}
.header-nav ul li a.on {
    color: #ffb217;
}
.header-nav ul li a.on:after {
    content: '';
    display: block;
    width: 100%;
    position: absolute;
    height: 2px;
    bottom: 3px;
    background: #fff;
}
/* aside */
.adsbygoogle, .kakao_ad_area {
}
.aside {
    width: 310px;
}
.aside-sns {
    width: 300px;
    margin: 10px 0;
    padding: 10px 0;
    border-top: 2px solid #000;
    border-bottom: 2px solid #000;
}
.aside-sns .aside-sns-header {
    font-weight: bold;
}
.aside-sns .aside-sns-ul {
    padding: 20px 0;
}
.aside-sns .aside-sns-ul ul li {
    width: 20%;
    float: left;
}
.aside-sns .aside-sns-ul ul li a {
    display: block;
    padding: 10px;
}
.aside-sns .aside-sns-ul ul li a img {
    width: 100%;
}

.aside-video {
    display: block;
    width: 300px;
    margin: 10px 0;
    background: #19191f;
    padding: 10px;
}
.aside-video-wrap {
    display: block;
    width: 100%;
    overflow: hidden;
}
.aside-video-wrap .aside-video-title {
    color: #ffb217;
    font-weight: bold;
}
.aside-video-wrap .swiper-pagination-aside {
    float: right;
}
.aside-video-wrap .swiper-pagination-aside .swiper-pagination-bullet {
    background: #fff;
    margin-left: 3px;
}
.aside-video-wrap .swiper-pagination-aside .swiper-pagination-bullet-active {
    background: #fff;
}
.aside-video-wrap .swiper-container-aside {
    overflow: hidden;
    margin-top: 10px;
}
.aside-video-wrap .swiper-container-aside .swiper-slide {
    width: 100%;
}
.aside-video-content {

}
.aside-video-content .aside-video-content-title {
    color: #fff;
    margin-top: 10px;
    font-size: 12px;
}
.aside-video-content:hover .aside-video-content-title {
    text-decoration: underline;
}
.aside-video-content-thumbnail-bg {
    overflow: hidden;
}
.aside-video-content .aside-video-content-thumbnail {
    position: relative;
    height: 147px;
    background-size: cover;
    transition: .3s all;
}
.aside-video-content:hover .aside-video-content-thumbnail {
    transform: scale(1.1);
}
.aside-video-content .aside-video-content-thumbnail .video-play-icon {
    display: inline-block;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -15px;
    margin-top: -15px;
    width: 30px;
    height: 30px;
    border: 3px solid #e85a29;
    border-radius: 50%;
    background: #e8ad86;
    padding: 4px;
    transition: .3s all;
}
.aside-video-content:hover .aside-video-content-thumbnail .video-play-icon {
    background: #e85a29;
}
.aside-video-content .aside-video-content-thumbnail .video-play-icon img {
    width: 100%;
}
.aside-popular {
    margin-bottom: 10px;
}
.aside-popular-title {
    display: block;
    margin-top: 10px;
    font-weight: bold;
    color: #3059ff;
    font-size: 16px;
}
.aside-popular-item {
    margin-top: 5px;
}
.aside-popular-item ul li {
    padding: 3px 0;
}

.aside-popular-item ul li a {
    display: block;
}

.aside-popular-item-thumbnail {
    display: inline-block;
    width: 93px;
    height: 58px;
    background-size: cover;
    float: left;
    background-position-x: -3px;
}
.aside-popular-item-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: box;
    width: 200px;
    padding-left: 5px;
    float: left;
    font-size: 16px;
    overflow:hidden;
    text-overflow: ellipsis;
    word-break:break-all;
    -webkit-box-orient:vertical;
    -webkit-line-clamp:2;
    line-height: 20px;

}
.aside-lose {
    width: 300px;
    padding: 10px 15px;
    margin-top: 10px;
    border: 1px solid #aaa;
}
.swiper-container-aside2 {
    width: 100%;
    overflow: hidden;
}
.aside-lose .aside-lose-title {
    display: block;
    margin-top: 10px;
    font-weight: bold;
    color: #3059ff;
    font-size: 16px;
}
.aside-lose .aside-lose-title .aside-lose-btn {
    float: right;
}
.aside-lose .aside-lose-title .aside-lose-btn div {
    padding: 1px 5px;
    border: 1px solid #ddd;
    font-size: 12px;
    color: #aaa;
    font-weight: bold;
    float: left;
    cursor: pointer;
}
.aside-lose .aside-lose-title .aside-lose-btn div:hover {
    background: #815eff;
    color: #fff;
}
.aside-lose .aside-lose-title .aside-lose-btn div:first-child {
    border-right: none;
}
.aside-lose .aside-lose-content {
    margin-top: 10px;

}
.aside-lose .aside-lose-content .aside-lose-content-item {
    display: block;
    margin-top: 10px;
}
.aside-lose .aside-lose-content .aside-lose-content-item .aside-lose-content-item-thumbnail {
    width: 100%;
    height: 152px;
    background-size: cover;
}
.aside-lose .aside-lose-content .aside-lose-content-item .aside-lose-content-item-title {
    margin-top: 5px;
    font-weight: bold;
}
.aside-gif {
    margin-bottom: 10px;
}
.trc_rbox_header_span {
    font-weight: bold !important;
    color: #3059ff !important;
    font-size: 16px !important;
}
.aside-gif-title {
    font-weight: bold;
    color: #3059ff;
    font-size: 16px;
}
.aside-gif .aside-gif-item .aside-gif-item-thumbnail {
    width: 100%;
    height: 176px;
    background-size: cover;
}
.aside-gif .aside-gif-item {
    display: block;
    margin-top: 10px;
}
.aside-gif .aside-gif-item:first-child {
    margin-top: 6px;
}
.aside-gif .aside-gif-item .aside-gif-item-title {
    margin-top: 5px;
}
.aside-gif .aside-gif-item .aside-gif-item-title span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: box;
    max-height: 72.0px;
    color: #222222;
    font-family: Verdana, Geneva, sans-serif\3b;
    font-size: 18.0px;
    line-height: 24.0px;
    font-weight: bold;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
.aside-gif .aside-gif-item:hover .aside-gif-item-title span {
    text-decoration: underline;
}
.aside-ad-poster {
    width: 300px;
    margin: 10px 0;
}
.aside-ad-poster a {
    display: block;
    width: 100%;
}
.aside-ad-poster a img {
    width: 100%;
}

#taboola-right-rail-11,
#taboola-right-rail-22,
#taboola-right-rail-33 {
    width: 300px;
    margin: 10px 0;
}
/* footer */
.footer {
    padding: 30px 0;
    border-top: 1px solid #ddd;
}
.footer-wrap {
    display: block;
    width: 1100px;
    margin: auto;
}
.footer-wrap .footer-wrap-icon {
    width: 350px;
    float: left;
    padding: 14px 0;
}
.footer-wrap .footer-wrap-icon img {
    width: 180px;
}
.footer-wrap .footer-wrap-info {
    width: 750px;
    float: left;
    font-size: 11px;
}
.footer-wrap .footer-wrap-info p, .footer-wrap .footer-wrap-info a {
    margin-top: 10px;
    color: #777;
}
.footer-wrap .footer-wrap-info a:hover {
    color: #ffb217;
}
.footer-wrap .footer-wrap-info p:last-child {
    margin-top: 13px;
}
.footer-wrap .footer-wrap-info p:last-child span {
    color: #ffb217;
}
.footer-wrap-info-contact a {
    margin-right: 10px;
    color: #777;
}
.footer-wrap-info-contact a:after {
    content: '|';
    position: absolute;
    color: #777;
    margin-left: 6px;
    margin-top: -1px;
}
.footer-wrap-info-contact a:last-child:after {
    display: none;
}
.fixed-content {
    width: 160px;
    height: 600px;
}
.ad-fixed-left {
    position:absolute;
    left:-200px;
    top:10px;
    width: 160px;
    display: block;
    height: 100%;
    z-index: 80;
}
.ad-fixed-right {
    position:absolute;
    right:-200px;
    top:10px;
    width: 160px;
    display: block;
    height: 100%;
    z-index: 80;
}
.g-paging-item {
    display: inline-block;
    border: 1px solid #ddd;
    border-left: none;
    width: 30px;
    height: 30px;
    padding: 4px 0;
    color: #555;
}
.g-paging-first {
    border-left: 1px solid #ddd;
}
.g-paging-first,
.g-paging-prev,
.g-paging-next {
    width: 50px;
}
.g-paging-current {
    background: #ffb217;
    color: #fff;
}
.g-paging-last {
    width: 64px;
}