.theme-manual {margin:50px 0}
.theme-manual p, .theme-manual li {color:#333}
.theme-manual .tab-std [class*="col-"]:first-child {padding-right:15px}
.theme-manual .tab-std [class*="col-"]:last-child {padding-left:15px}
/* 타이틀 */
.theme-manual h3 {position:relative;font-size:20px;line-height:26px;font-weight:bold;border-bottom:1px solid #656565;padding:0 0 10px 15px;margin:0 0 10px}
.theme-manual h3 .title-bar {position:absolute;top:0;left:0;display:inline-block;width:5px;height:26px;background:#6284F3}
/* 탭 네비 */
.theme-manual .tab-std .tab-nav-left {border-right:0 none;padding-right:0 !important}
.theme-manual .nav li a {background:#eee}
.theme-manual .nav li.active a {font-weight:700;color:#fff;background:#ababab}
/* 탭 콘텐츠 */
.theme-manual .tab-std .tab-content-right {border:2px solid #ababab}
.theme-manual .tab-std .tab-content {padding:30px 0}
/* 테마 다운로드 */
/* 테마 설치 */
.install-step {margin-bottom:30px}
.install-step {padding:15px;background:#f8f8f8;box-shadow:0 0 1px rgba(0,0,0,0.35)}
.install-step h5 {line-height:45px;margin:0 0 10px;font-size:16px;position:relative}
.install-step h5 small {display:inline-block;height:45px;padding:7px 9px;margin-right:10px;background:#314b52;color:#fff;font-size:11px;text-align:center;text-transform:uppercase;vertical-align:middle}
.install-step h5 small span {font-size:18px;display:block;margin-top:2px}
.install-step p {line-height:24px;color:#707070;margin:10px 0 0;padding-left:30px;position:relative;word-break:keep-all}
.install-step p span {display:inline-block;position:absolute;left:0;top:0;width:24px;height:24px;line-height:24px;text-align:center;margin-right:5px;color:#fff;background:#FA3008;border-radius:100% !important}
.full-img {box-shadow:0 0 1px rgba(0,0,0,0.8);max-width:600px;margin:0 auto}
@media (min-width:1200px){
    .theme-step-1 , .theme-step-2 {height:520px}
    .theme-step-3 , .theme-step-4 {height:350px}
    .theme-step-5 , .theme-step-6 {height:690px}
}
/* 테마 설명과 설정 */
.theme-setup ul li {position:relative;margin-bottom:10px;padding-left:20px}
.theme-setup ul li i {position:absolute;left:0;top:3px;color:#ccc}
.theme-setup ul li ul li {margin:5px 0 0;padding:0}
/* 테마 편집모드 */
.theme-editmode h5 {margin:0 0 10px;font-weight:700;font-size:14px}
.theme-editmode .theme-list > li {position:relative;margin-bottom:20px}
.theme-editmode .theme-list .img-responsive {padding:10px;margin-bottom:10px;border:1px solid #ddd}
/* 테마 패치내역 */
.patch-list h5 {margin:0 0 10px;padding:5px 10px;font-size:14px;border-left:2px solid #999;background:#eee;color:#c0392b}
.patch-list li {position:relative;padding-left:10px}
.patch-list li span {position:absolute;left:0;top:0}
@media (max-width:991px){
    .theme-manual .tab-std .tab-nav-left {padding:0 !important;margin-bottom:10px}
}