@charset "utf-8";
body {
    color: #000;
}

a {
    color: #000;
    text-decoration: none;
}

/* 사용자선택 포인트컬러 */
.em_color {
    color: #bb0e0e;
}

.em_color_bg {
    background-color: #bb0e0e;
}

.em_color_bd {
    border-color: #bb0e0e !important;
}

/* 페이징 */
#pagingNav {
    border-top: 1px solid #e5e5e5;
}

.viewer #pagingNav {
    border-bottom: 1px solid #e5e5e5;
}

#pagingNav em {
    padding: 0;
    border: 1px solid #9d1524;
    color: #fff;
}

#pagingNav a, #prevPage, #nextPage {
    border: 1px solid #bbb;
}

#pagingNav a span, #prevPage span, #nextPage span {
    color: #666;
    background-color: #fff;
}

#pagingNav a.btn_arrow span, #prevPage.btn_arrow span, #nextPage.btn_arrow span {
    background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f5f5f5));
    background-color: #f5f5f5;
}

/* 내 메뉴 */
#nav {
    border: 1px solid #bbb;
}

#nav .my_menu {
    background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f5f5f5));
    background-color: #fbfbfb;
    border-radius: 3px;
}

#nav .my_menu li a {
    border-left: 1px solid #bbb;
    color: #333;
}

/* SearchBar */
#tistorySearch .search_midwrap {
    background-color: #54565b;
}

/* Footer */
#daumFoot {
    background: #ebebeb;
}

#daumFoot a {
    color: #333;
    border: 1px solid #bbb;
    background-color: #fff !important;
    background-image: -moz-linear-gradient(top, #fff, #f3f3f3) !important;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f3f3f3)) !important;
    -webkit-box-shadow: inset 1px 1px 1px rgba(255, 255, 255, 1.0), inset -1px 0 1px rgba(255, 255, 255, 1.0);
    box-shadow: inset 1px 1px 1px rgba(255, 255, 255, 1.0), inset -1px 0 1px rgba(255, 255, 255, 1.0);
}

#daumFoot address {
    color: #999;
}

/* 더보기 버튼 라운드형 */
a.btn_more_type1 {
    border: 1px solid #d9d9d9;
    color: #424242;
}

a.btn_more_type1 span {
    background-color: #fff;
}

/* header */
#daumHead {
    background: #e30000 url(http://cfile8.uf.tistory.com/image/134A533E4D6B4121052024) no-repeat center 0;
}

#header {
    height: 42px;
    background: url(http://m1.daumcdn.net/cfs.tistory/blog/style/mobile/images/m320/titleline2.png) repeat-x 0 bottom;
    -webkit-box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.08), inset 0 -1px 0 rgba(255, 255, 255, 0.08);
    box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.08), inset 0 -1px 0 rgba(255, 255, 255, 0.08);
}

h1 a {
    font-size: 16px;
    line-height: 40px;
    color: #fff;
}

/* gnb */
#menu .blog_menu {
    height: 32px;
    padding: 1px 4px 1px 5px;
    background: -webkit-gradient(linear, left top, left bottom, from(#cf1b1b), to(#b60b0b));
    background-color: #e30000;
    -webkit-box-shadow: inset 0 -1px 0 rgba(154, 9, 9, 1), inset 0 -1px 0 rgba(154, 9, 9, 1);
    box-shadow: inset 0 -1px 0 rgba(154, 9, 9, 1), inset 0 -1px 0 rgba(154, 9, 9, 1);
}

#menu .blog_menu li {
    float: left;
}

#menu .blog_menu li a {
    display: block;
    position: relative;
    width: 100%;
    height: 32px;
    background: url(http://m1.daumcdn.net/cfs.tistory/blog/style/mobile/images/m320/bar_menu.png) no-repeat left center;
    line-height: 32px;
    color: #ecb8b8;
    text-align: center;
}

#menu .blog_menu li a.fst {
    background: none;
}

#menu .blog_menu li.on a {
    width: 99.8%;
    height: 32px;
    padding: 1px 1px 0;
    background: none;
    background-color: #c01212;
    color: #c01212;
    -webkit-box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.14), inset -1px -1px 1px rgba(0, 0, 0, 0.14);
    box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.14), inset -1px -1px 1px rgba(0, 0, 0, 0.14);
    z-index: 1;
    line-height: 30px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

#menu .blog_menu li.on a span {
    display: block;
    width: 100%;
    height: 100%;
    background-color: #fff;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

/* 글목록_type dlp */
.list_type_dlp #articleList li {
    border-top: 1px solid #e5e5e5;
}

.list_type_dlp #articleList li .owner_info {
    color: #bababa;
}

/* 글목록_type dlip */
.list_type_dlip #articleList li {
    border-top: 1px solid #e9e9e9;
}

.list_type_dlip #articleList li .cont .owner_info {
    color: #bababa;
}

.list_type_dlip #articleList li .cont .summary {
    color: #7a7a7a;
}

/* 글목록_type 3 */
.list_type_dlim #articleList li {
    border-bottom: 1px solid #e9e9e9;
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fff), to(#f7f7f7), color-stop(.6, #fff));
    background-color: #fbfbfb;
}

.list_type_dlim #articleList li .cont .owner_info {
    color: #bababa;
}

.list_type_dlim #articleList li .cont .comment_count {
    background: url(http://m1.daumcdn.net/cfs.tistory/blog/style/mobile/skin/skin_01/images/m320/ico_skin1.png) no-repeat 0 3px;
}

.list_type_dlim a.btn_more_type2 {
    border-bottom: 1px solid #e9e9e9;
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fff), to(#f7f7f7), color-stop(.6, #fff));
    background-color: #fbfbfb;
    color: #424242;
}

.list_type_dlim a.btn_more_type2 span {
    background: url(http://m1.daumcdn.net/cfs.tistory/blog/style/mobile/images/m320/btn_common.png) no-repeat right -183px;
}

/* 글목록_type 5 */
.list_type_lm #articleList li {
    border: 1px solid #d9d9d9;
}

.list_type_lm #articleList li .box_ilst {
    background-color: #fff;
}

.list_type_lm #articleList li .wrap_date .txt_date {
    color: #b4b4b4;
}

.list_type_lm #articleList li .wrap_date .txt_day {
    color: #787878;
}

.list_type_lm #articleList li .cont .owner_info {
    color: #bababa;
}

/* 글목록_type 6 */
.list_type_lim #articleList li {
    border: 1px solid #d9d9d9;
}

.list_type_lim #articleList li .box_ilst {
    background-color: #fff;
}

.list_type_lim #articleList li .cont .owner_info {
    color: #bababa;
}

.list_type_lim #articleList li .cont .summary {
    clear: left;
}

/* 글목록_type 7 */
.list_type_dlip2 #articleList li {
    border-top: 1px solid #e5e5e5;
}

.list_type_dlip2 #articleList li .article_title {
    color: #000;
}

.list_type_dlip2 #articleList li .owner_info {
    color: #bababa;
}

/* 글보기_기본형 */
.viewer .wrap_posting {
    border-bottom: 1px solid #e5e5e5;
}

.viewer .area_tit {
    border-bottom: 1px solid #e5e5e5;
    color: #000;
}

.viewer .area_tit .owner_info, .viewer .area_tit .owner_info a {
    color: #bababa;
}

.viewer .area_tit .owner_info a {
    /* text-decoration: underline; */
}

.viewer .area_comment .txt_bar {
    color: #ccc;
}

/* 글보기_라운드박스형 */
.box_viewer .wrap_posting {
    border: 1px solid #d8d8d8;
}

/* 글보기_이전글,다음글 기본형 */
.viewer .quick_nav_tit a em {
    color: #666;
}

/* 갤러리 */
.gallery .wrap_content {
    border-bottom: 1px solid #e5e5e5;
}

.gallery .area_tit_nav h2 a {
    color: #333;
}

.gallery .area_tit_nav .owner_info {
    color: #bababa;
}

/* 프로필 */
.profile .cont .link_profile {
    color: #bababa;
}

.profile .info_sns ul {
    border: 1px solid #d9d9d9;
}

.profile .info_sns ul li {
    border-top: 1px solid #e5e5e5;
}

.profile .info_sns ul li a {
    color: #333;
}

.profile .info_sns ul li a span {
    color: #888;
}