@charset "utf-8";

#themeBanner { 
    height: 160px;
    margin: 7px 0; 
    position: relative; 
    overflow: hidden; 
    border-radius: 4px;
    background: url('//img.filesun.com/banner/bnnr_theme.png') no-repeat center bottom;
}
@media screen and (min-width: 1921px) {
    #themeBanner {
        background: url('//img.filesun.com/banner/bnnr_theme_1188.png') no-repeat center bottom;
    }
}

#diskTheme #boardTab ul li a,
#diskTheme h2 a,
#diskTheme .diskTheme ul li div a div.title,
#diskTheme .diskTheme ul li div.infoWrap .step1,
#diskTheme .diskTheme ul li div.infoWrap .rank_star,
#diskTheme .diskThemeDetail ul li div a div.title {
    font-family: 'Noto Sans KR', sans-serif;
}


#diskTheme { margin:10px; }

#boardTab { margin-bottom: 10px; }
#boardTab ul { position:relative; display:table; table-layout:fixed; padding:0; width:100%; text-align: center; }
#boardTab ul li { 
    position:relative; 
    display:table-cell;
    background: #f5f5f5;
    line-height: 24px;
}
#boardTab ul li:first-child a{ border-top-left-radius: 4px;}
#boardTab ul li:last-child a{ border-top-right-radius: 4px;}
#boardTab ul li.on a, #boardTab ul li a:hover  { 
    color: #fff;
    font-weight: 500; 
    font-family: 'Noto Sans KR', sans-serif !important;
    background: #ef3d30;
}
#boardTab ul li a { 
    display:inline-block; 
    width:100%; 
    height:100%; 
    padding: 6px 0px; 
    color:#555; 
    font-size: 14px;
    font-weight: 500;
    font-family: 'Noto Sans KR', sans-serif !important;
}

#metaActorLayer:not(.mobile) {
    position: relative;
    box-sizing: border-box;
    margin-top: 5px;
    width: 100%;
    z-index: 10;
    padding: 0 5px;
    background-color: #ffffff;
}
#metaActorLayer.mobile {
    margin: 0 10px;
}
#diskTheme h2,
#diskBoard .titlePart #metaActorLayer h2.pTitle,
#metaActorLayer.mobile h2.pTitle {
    display: block; 
    width: 100%;
    box-sizing: border-box;
    font-size: 16px;
    font-weight: bold;
    padding: 5px 3px;
}
#diskBoard .titlePart #metaActorLayer h2.pTitle {
    margin-bottom: 5px;
}
#diskTheme h2::after,
#diskBoard .titlePart #metaActorLayer h2::after { content:" "; display:block; clear:both; height:0; visibility:hidden; }  /*표준*/
#diskTheme h2 a,
#diskBoard .titlePart #metaActorLayer h2 a { color:#535353; font-family: 'Noto Sans KR', sans-serif; }

#diskTheme h2.pTitle div.hashWrap,
#diskBoard .titlePart #metaActorLayer h2.pTitle div.hashWrap {display: block; float: right;}
#diskTheme h2.mTitle div.hashWrap,
#diskBoard .titlePart #metaActorLayer h2.mTitle div.hashWrap {text-align: right; display: block; margin: 10px 0 10px 0;}

#diskTheme h2 div.hashWrap p,
#diskBoard .titlePart #metaActorLayer h2 div.hashWrap p {
    display:inline-block; 
    background:#8b8b8b; 
    color:#fff; 
    padding: 2px 4px 2px 14px; 
    position: relative;
    font-family: 'Noto Sans KR', sans-serif;
}
#diskTheme h2 div.hashWrap p::before,
#diskTheme h2 div.hashWrap p::after,
#diskBoard .titlePart #metaActorLayer h2 div.hashWrap p::before,
#diskBoard .titlePart #metaActorLayer h2 div.hashWrap p::after {
    content: "";  
    height: 0; 
    width: 0; 
    border-width: 12px 0  10px  7px; 
    border-style: solid; 
    position: absolute; 
    left: 100%; 
    top: 0;
}
#diskTheme h2 div.hashWrap p::before,
#diskBoard .titlePart #metaActorLayer h2 div.hashWrap p::before {
    border-color: transparent transparent transparent white;
    left: 0;
}
#diskTheme h2 div.hashWrap p::after,
#diskBoard .titlePart #metaActorLayer h2 div.hashWrap p::after {
    border-color: transparent transparent transparent #8b8b8b;
}
#diskTheme h2 div.hashWrap a:nth-child(2) span,
#diskBoard .titlePart #metaActorLayer h2 div.hashWrap a:nth-child(2) span { margin-left: 15px;}
#diskTheme h2 div.hashWrap span,
#diskBoard .titlePart #metaActorLayer h2 div.hashWrap span { 
    margin-left:5px; 
    font-size:12px; 
    color: #333;
    font-weight:normal; 
    border:1px solid #eaeaea;
    background: #eaeaea;
    border-radius:3px; 
    padding:3px 6px; 
    cursor:pointer;
}
#diskTheme .diskTheme,
.themeLayer { position:relative; overflow:hidden; max-height: 280px; }
#diskTheme .diskTheme { margin-bottom: 20px; }
#diskTheme .diskTheme.swiper-container,
#metaActorLayer.mobile .themeLayer {overflow: auto; width:100%; margin-bottom: 20px;}
#diskTheme .diskTheme ul,
.themeLayer ul { position:relative; padding:10px 0; }
.themeLayer.mobile ul {
    display: flex;
}
#diskTheme .diskTheme ul li,
.themeLayer ul li {vertical-align:top; transition: 0.3s; width: 100px; margin-right: 4px;}
#diskTheme .diskTheme ul li:last-child,
.themeLayer ul li:last-child { padding-right:0; }
#diskTheme .diskTheme ul li:hover,
.themeLayer ul li:hover { transform: translateY(-5px); }
#diskTheme .diskTheme ul li div,
.themeLayer ul li div { width:151px; text-align:center; }
#diskTheme .diskTheme ul li div a img,
.themeLayer ul li div a img { width:100%; max-width:100%; height:210px; box-sizing:border-box; border-radius: 6px;}
#diskTheme .diskTheme .letterbox,
.themeLayer .letterbox { width:100%; max-width:100%; height:210px; box-sizing:border-box; border-radius: 6px; object-fit: contain; background-color:#000000; }
#diskTheme .diskTheme .adultBlindImage,
.themeLayer .adultBlindImage { position:absolute; z-index:2; object-fit: cover; }
#diskTheme .diskTheme ul li div a img.noImg,
.themeLayer ul li div a img.noImg { border:1px solid #eee; }
#diskTheme .diskTheme ul li div a div.title,
.themeLayer ul li div a div.title { 
    padding: 10px 0; 
    color: #333;
    font-size: 14px; 
    font-weight: 500; 
    box-sizing: border-box; 
    height: 31px;  
    white-space: normal; 
    overflow: hidden; 
    text-overflow: ellipsis; 
    display: -webkit-box; 
    font-family: 'Noto Sans KR', sans-serif;
    -webkit-line-clamp: 1; 
    -webkit-box-orient: vertical; 
    word-break: break-all;
}
#diskTheme .diskTheme ul li div.mThemaWrap,
.themeLayer ul li div.mThemaWrap {width: 100px; overflow: hidden; height: 142px;}
#diskTheme .diskTheme ul li div.mThemaWrap a img,
.themeLayer ul li div.mThemaWrap a img {height: 100%;} /*작은 포스터 길이 늘리기*/ 
#diskTheme .diskTheme ul li div.infoWrap,
.themeLayer ul li div.infoWrap {
    color: rgb(85, 87, 101);
    padding-bottom: 1px;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 21px;
    padding-top: 5px;
    border-top: 1px dashed #aaaaaa;
}
#diskTheme .diskTheme ul li div.mInfo,
.themeLayer ul li div.mInfo {font-size: 12px;}
#diskTheme .diskTheme ul li div.infoWrap .step1,
.themeLayer ul li div.infoWrap .step1 {float:left; margin-left: 3px;}
#diskTheme .diskTheme ul li div.infoWrap .rank_star,
.themeLayer ul li div.infoWrap .rank_star {float:right; margin-right: 3px;}
#diskTheme .diskTheme ul li div.infoWrap::after,
.themeLayer ul li div.infoWrap::after { content:" "; display:block; clear:both; height:0; visibility:hidden; }  /* 표준 */
#diskTheme .diskTheme .moveButton .prev,
#diskTheme .diskTheme .moveButton .next,
.themeLayer .moveButton .prev,
.themeLayer .moveButton .next {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 40px;
    height: 40px;
    opacity: 0.7;
    z-index: 1;
    cursor: pointer;
    margin: 89px 0;
    border: none;
    background-repeat: no-repeat;
    background-color: #000;
    background-size: 20px;
    font-size: 24px;
    /* text-indent:-99999px; */
    color: #ffffff;
}
#diskTheme .diskTheme .moveButton .prev,
.themeLayer .moveButton .prev { left:0; }
#diskTheme .diskTheme .moveButton .next,
.themeLayer .moveButton .next { right:0px; }
#diskTheme .diskThemeDetail,
.themeLayer .diskThemeDetail {margin: 10px 0;}
#diskTheme .diskThemeDetail ul,
.themeLayer .diskThemeDetail ul {
    display: grid;
    grid-column-gap: 10px;
    grid-template-columns: repeat(4, 1fr);
}
#diskTheme .diskThemeDetail ul li,
.themeLayer .diskThemeDetail ul li {
    width: 100%;
    margin: 0 10px 10px 10px;
    display: inline-block;
    vertical-align: top;
    transition: 0.3s;
}
#diskTheme .diskThemeDetail ul li:hover,
.themeLayer .diskThemeDetail ul li:hover { transform: translateY(-5px); }
#diskTheme .diskThemeDetail ul li img,
.themeLayer .diskThemeDetail ul li img {width: 100%;  height: 260px; border-radius: 6px;}
#diskTheme .diskThemeDetail .letterbox,
.themeLayer .diskThemeDetail .letterbox { width:100%; max-width:100%; height:260px; box-sizing:border-box; border-radius: 6px; object-fit: contain; background-color:#000000; }
#diskTheme .diskThemeDetail .adultBlindImage,
.themeLayer .diskThemeDetail .adultBlindImage { position:absolute; z-index:2; object-fit: cover; opacity: 90%; }
#diskTheme .diskThemeDetail ul li div a div.title,
.themeLayer ul li div a div.title {
    padding: 10px 0;
    color: #656d75;
    font-size: 14px;
    font-weight: bold;
    box-sizing: border-box;
    height: 31px;
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    word-break: break-all;
    text-align: center;
}
#diskTheme .diskThemeDetailM,
.themeLayer .diskThemeDetailM {margin: 10px 0;}
#diskTheme .diskThemeDetailM ul li,
.themeLayer .diskThemeDetailM ul li {
    width: 30.9%;
    display: inline-block;
    position: relative;
    margin-left: 8px;
    overflow: hidden;
    margin-bottom: 10px;
    vertical-align: top;
    transition: 0.3s;
}
#diskTheme .diskThemeDetailM ul li:hover,
.themeLayer .diskThemeDetailM ul li:hover { transform: translateY(-5px); }
#diskTheme .diskThemeDetailM ul li:nth-child(3n-2),
.themeLayer .diskThemeDetailM ul li:nth-child(3n-2) { margin-left: 0px;}
#diskTheme .diskThemeDetailM ul li img,
.themeLayer .diskThemeDetailM ul li img {width: 100%; border-radius:6px;}

#diskBoard .titlePart #metaActorLayer button.closeBtn {
    border: 0;
    font-size: 12px;
    position: absolute;
    right: -3px;
    line-height: 1em;
    padding: 5px;
    z-index: 10;
    cursor: pointer;
    background-color: transparent;
    color: #919191;
}

/* Search */
#themeSearchForm {
    box-sizing: border-box;
    width: 100%;
    margin: -28px 0 20px 0;
    padding: 30px 20px;
    background: #fff7f7;
}
#themeSearchForm > form {
    display: flex;
    justify-content: center;
}
#themeSearchForm > form input[type=search] {
    display: block;
    width: 500px;
    border: 2px solid #ef3d30;
    height: 36px;
    line-height: 36px;
    color: #555;
    /* background: #404040; */
    padding: 7px 10px;
    box-sizing: border-box;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    outline: none;
    font-family: 'Noto Sans KR', sans-serif;
    font-size: 13px;
}
#themeSearchForm > form button {
    margin-left: -1px;
    display: block;
    width: 66px;
    height: 36px;
    border: 1px solid #ef3d30;
    background: #ef3d30;
    font-family: 'Noto Sans KR', sans-serif;
    font-size: 13px;
    color: #fff;
    cursor: pointer;
    _cursor: hand;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}
#themeSearchForm > div {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 12px;
	color: #525252;
	align-items: baseline;
}
#themeSearchForm > div > strong {
    margin-right: 15px;
    font-family: 'Noto Sans KR', sans-serif;
    font-size: 13px; 
}
#themeSearchForm > div > a {
    display: inline-block;
    margin-right: 15px;
    font-size: 13px;
    font-family: 'Noto Sans KR', sans-serif;
}
#themeSearchForm > div > a:not(:last-child):after {
    display: inline-block;
    content: "";
    background: #b9b9b9;
    height: 13px;
    width: 1px;
    position: relative;
    right: -8px;
    top: 2px;
    vertical-align: top;
}
.themeSearch {
    display: flex;
}
.swiper-button-next:after,.swiper-button-prev:after{
    font-size: 17px;
}
.themeSearch.mobile {
    justify-content: center;
}

.themeSearch input[type=search] {
    height: 26px;
    padding: 5px 2px 4px 2px;
    border: 1px solid #2f2f2f;
    line-height: 30px;
    color: #ddd;
    margin-left: -1px;
    box-sizing: border-box;
    background: #404040;
    outline: none;
}
.themeSearch button {
    display: block;
    width: 50px;
    height: 26px;
    line-height: 26px;
    border: 0;
    padding: 0;
    margin-left: -1px;
    overflow: hidden;
    border: 1px solid #2f2f2f;
    box-sizing: border-box;
    background: #404040;
    cursor: pointer;
    text-align: center;
}

/* 태블릿 */
@media(min-width:700px){
    #boardTab ul li a{ font-size: 16px;}
    #themeSearchForm > form input[type=search]{ font-size: 14px;}
    #themeSearchForm > form button{ font-size: 14px;}
    #themeSearchForm>div>strong,
    #themeSearchForm>div>a {
        font-size: 14px;
    }
    #diskTheme h2.mTitle div.hashWrap,
    .themeLayer h2.mTitle div.hashWrap { margin: 6px 0;}
    #diskTheme h2 div.hashWrap p,
    .themeLayer h2 div.hashWrap p {
        padding: 4px 6px 4px 18px;
        font-size: 14px;
    }
    #diskTheme h2 div.hashWrap p::before,
    #diskTheme h2 div.hashWrap p::after,
    .themeLayer h2 div.hashWrap p::before,
    .themeLayer h2 div.hashWrap p::after {
        border-width: 14px 0 14px 10px;
    }
    #diskTheme h2 div.hashWrap span,
    .themeLayer h2 div.hashWrap span {
        padding: 4px 6px;
        font-size: 14px;
    }
    #diskTheme h2,
    .themeLayer h2 { font-size: 20px;}
    #diskTheme .diskTheme ul li{ margin-right: 74px;}
    #diskTheme .diskTheme ul li div.mThemaWrap{
        width: 170px;
        height: 240px;
    }


}