@charset "utf-8";
@font-face {
  font-family: 'Nanum Gothic';
  font-style: normal;
  font-weight: 700;
  src: url(//themes.googleusercontent.com/static/fonts/earlyaccess/nanumgothic/v3/NanumGothic-Bold.eot);
  src: url(//themes.googleusercontent.com/static/fonts/earlyaccess/nanumgothic/v3/NanumGothic-Bold.eot?#iefix) format('embedded-opentype'), url(//themes.googleusercontent.com/static/fonts/earlyaccess/nanumgothic/v3/NanumGothic-Bold.woff) format('woff');
}
@font-face {
  font-family: 'Nanum Gothic';
  font-style: normal;
  font-weight: 400;
  src: url(//themes.googleusercontent.com/static/fonts/earlyaccess/nanumgothic/v3/NanumGothic-Regular.eot);
  src:url(//themes.googleusercontent.com/static/fonts/earlyaccess/nanumgothic/v3/NanumGothic-Regular.eot?#iefix) format('embedded-opentype'),  url(//themes.googleusercontent.com/static/fonts/earlyaccess/nanumgothic/v3/NanumGothic-Regular.woff) format('woff');
}

/* reset */
body * {
    font-family: 'Nanum Gothic';
}

html, body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,textarea,blockquote,th,td,input,select,textarea,button,p {
    margin: 0;
    padding: 0;
}

fieldset,img {
    border: 0 none;
}

dl,ul,ol,menu,li {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after,q:before, q:after {
    content: '';
    content: none;
}

* {
	-o-box-sizing:border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

textarea,
input[type=text],
input[type=password],
input[type=button],
input[type=submit], 
button {
    -webkit-appearance: none;
    -moz-appearance: none;
	-o-appearance:none;
    appearance: none;
}

img, .imageblock, .imageblock span{
    max-width: 100%;
    height: auto;
}

span.imageblock{
	display:inline !important;
}
.imageblock img{
	margin:0 !important;
	padding:0 !important;
}

embed, input {
    max-width: 100%;
}

input[type=checkbox],
input[type=radio] {
    border: 1px solid #aaa;
    width: 13px;
    height: 13px;
    margin: 0;
    padding: 0;
    vertical-align: top;
}

/* Layout */
body {
    font-size: 12px;
    line-height: 1.6em;
    color: #333;
    word-wrap: break-word;
    transition-property: width;
    -moz-transition-property: width;
    -webkit-transition-property: width;
    -o-transition-property: width;
    -webkit-transition-duration: 0.5s, 0.5s;
    -moz-transition-duration: 0.5s, 0.5s;
    -o-transition-duration: 0.5s, 0.5s;
    transition-duration: 0.5s, 0.5s;
    -webkit-transition-timing function: linear, ease-in;
    -moz-transition-timing function: linear, ease-in;
    -o-transition-timing function: linear, ease-in;
    transition-timing function: linear, ease-in;
	overflow-x:hidden;
}

::-moz-selection {
    background-color: #FF9B93;
    color: #fff;
}

::selection {
    background-color: #FF9B93;
    color: #fff;
}

a {
    color: #333;
    text-decoration: none;
}

a:hover, a:active {
    text-decoration: none;
    color: #FF7286;
}

.clearfix:after {
    clear: both;
    content: "";
    display: block;
    height: 0.01px;
}


/*기본*/
#support {
    text-align: center;
    background: #222;
    color: #fff;
    line-height: 3em;
    display: none;
}

#tistorytoolbarid{
	display:none !important;
}

#container {
    width: 100%;
}

/*모바일메뉴*/
#mobile_menu {
    background: #fff;
    min-height: 45px;
    position: relative;
    width: 100%;
    display: none;
}

.mobile_menu_a {
    background: #fff url('images/menu-icon.gif') 5% 48% no-repeat;
    color: #fff;
    cursor: pointer;
    display: block;
    height: 45px;
    line-height: 45px;
    padding-left: 100%;
    position: absolute;
    overflow: hidden;
    text-indent: 100%;
    width: 5%;
    white-space: nowrap;
    z-index: 14;
    border-bottom: 1px solid #ccc;
}

.mobile_menu_div ul {
    display: block;
    margin: 45px 0 0 0;
    padding: 0 0 20px 0;
    position: absolute;
    background: #fff;
    width: 100%;
    z-index: 13;
}

.mobile_menu_div>ul {
    border-bottom: 1px solid #ccc;
}

.mobile_menu_div li {
    list-style: none;
    margin: 0 auto;
    width: 90%;
}

.mobile_menu_div a {
    border-bottom: 1px solid #aaa;
    display: block;
    height: 3em;
    line-height: 3em;
    color: #333;
}

.mobile_menu_div ul ul {
    position: static;
    margin: 0;
    padding: 0;
    background: #fff;
}

.mobile_menu_div li li {
    margin: 0;
    width: 100%;
    padding-left: 10px;
}

.mobile_menu_div .search {
    text-align: center;
    margin: 20px 0;
}

.mobile_menu_div .search input[type=button] {
    max-width: 80px;
}
/****헤더****/
#header {
    width: 100%;
    padding: 30px 0px;
    border-bottom: 1px solid #ccc;
    line-height: 41px;
}

#header .header_wrap {
    max-width: 1200px;
    margin: 0 auto;
    width: 100%;
}

.header_wrap * {
    line-height: auto;
}

.header_wrap>a {
    font-family: 'Open Sans', 'Nanum Gothic', sans-serif;
    font-weight: bold;
    font-size: 30px;
    vertical-align: top;
}

.header_wrap>a:hover,.header_wrap>a:active {
    color: #333;
}

.blogMenu {
    float: right;
    line-height: 41px;
    vertical-align: top;
}

.blogMenu li {
    float: left;
    margin-left: 10px;
}

/****컨텐츠랩****/
#content_wrap {
    max-width: 1200px;
    margin: 0 auto;
    width: 100%;
}

#content {
    width: 960px;
    float: left;
    border-right: 1px solid #ccc;
    padding: 30px;
}

/****사이드바****/
#sidebar {
    line-height: 2.3em;
    float: left;
    width: 240px;
    padding-left: 20px;
    padding-top: 30px;
}

#sidebar>div {
    margin-bottom: 30px;
}

#sidebar>div h3 {
    font-weight: bold;
    font-family: 'Open Sans', 'Nanum Gothic', sans-serif;
    font-size: 18px;
}

#sidebar .wrapper {
    display: none;
}

#sidebar>div a {
    display: block;
}

#sidebar>div a:hover {
    background: #ccc;
    color: #333;
    cursor: crosshair;
}

/**********푸터***********/
#footer {
    line-height: 2.3em;
    width: 100%;
    background: #2e2e2e;
}

.footer_wrapper {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px 0;
    width: 100%;
    text-align: center;
}

.footer_wrapper>div {
    display: inline-block;
    width: 300px;
    padding: 30px;
    vertical-align: top;
}

.footer_wrapper>div>h3 {
    font-weight: bold;
    font-family: 'Open Sans', 'Nanum Gothic', sans-serif;
    font-size: 18px;
    color: #5F5F5F;
}

.footer_wrapper .category a {
    display: block;
}

.footer_wrapper .category a:hover {
    background: #555;
    cursor: crosshair;
}

.footer_wrapper>div, .footer_wrapper>div * {
    color: #b3b3b1;
}

#footer .copyright {
    padding: 20px 0;
    text-align: center;
    color: #575757;
    background: #222;
    font-size: 11px;
}

#footer .copyright a {
    color: #575757;
    font-size: 11px;
}

#footer .c_cnt {
    display: none;
}

#footer .rss img {
    width: 50px;
    padding: 5px;
    border-radius: 5px;
    border: 1px solid #424242;
}

#footer .counter table {
    margin: 15px 0;
    display: inline-block;
}

#footer .counter td {
    text-align: center;
    font-size: 10.5px;
}

#footer .counter tr.num td {
    font-size: 18px;
    font-weight: bold;
}

#scrollUp {
    bottom: 20px;
    right: 20px;
    width: 38px;
    height: 38px;
    background: url(./images/top.png) no-repeat;
}

#content>div h3 {
    font-size: 20px;
}
/***검색결과리스트***/
.searchList *,.searchRplist * {
    line-height: 2em;
}
.searchList, .searchRplist{
    margin-bottom:50px;
}
/***태그클라우드***/
.taglog * {
    line-height: 2em;
}

.taglog li {
    display: inline-block;
}

.taglog li a {
    padding: 4px 10px;
}

.taglog a.cloud1 {
    color: #0CCAE8;
    text-shadow: 0px 0px 20px rgba(0,122,255,0.7);
    font-size: 2em;
}

.taglog a.cloud2,
.taglog a.cloud3 {
    color: #0DFF66;
    text-shadow: 0px 0px 20px rgba(0,255,71,0.7);
    font-size: 1.5em;
}
/***방명록***/
.guestWrite {
    margin: 25px 0 50px 0;
}

.guestWrite p {
    position: relative;
    margin: 8px 0;
}

.guestWrite label {
    position: absolute;
    color: #999;
    top: 8px;
    left: 10px;
}

.guestWrite input[type=text],
.guestWrite input[type=password] {
    border-radius: 7px;
    border: 1px solid #ccc;
    padding: 8px;
    width: 300px;
    color: #666;
}

.guestWrite textarea {
    width: 100%;
    border-radius: 7px;
    border: 1px solid #ccc;
    padding: 8px;
    color: #666;
    max-width: 700px;
}

.guestbook h3 {
    line-height: normal;
}

.wrap_secret label {
    position: static;
    line-height: normal;
    vertical-align: top;
}

.wrap_secret {
    height: auto;
    line-height: normal;
}

.guestWrite input[type=submit] {
    border-radius: 7px;
    border: 1px solid #ccc;
    padding: 8px;
    width: 70px;
    color: #666;
    background: #fff;
}

.guest_general {
/*일반방명록*/;
}

.guest_admin {
/*관리자방명록*/;
}

.guest_secret {
/*관리자방명록*/
    padding: 0 !important;
}

.guest_secret p {
    color: #FF8279;
}

.guestList li {
    margin: 20px 0;
    border-bottom: 1px solid #ddd;
    padding: 10px 0;
}

.guestList ul {
    padding-left: 40px;
}

.guestList ul>li {
    margin: 30px 0 0 0;
    border: 0;
    padding: 0;
}

.guestList .name {
    font-weight: bold;
    margin-right: 5px;
}

.guestList .date, .guestList .control {
    font-size: 9px;
    color: #666;
}

.guestList .date {
    margin-right: 5px;
}

/*공지사항*/
h2 {
    font-size: 26px;
    line-height: normal;
}

.entryNotice .titleWrap .date {
    color: #666;
}

/*비밀글*/
.entryProtected .date {
    color: #666;
}

.entryProtected p {
    margin-top: 50px;
    text-align: center;
}

.entryProtected p.input_pw {
    margin-top: 0;
    margin-bottom: 30px;
}

.protected_wrap {
    border: 1px solid #aaa;
    border-radius: 20px;
    width: 400px;
    margin: 50px auto;
    max-width: 100%;
    padding: 0 20px;
}

.entryProtected label {
    display: none;
}

.entryProtected input[type=password] {
    border-radius: 7px;
    border: 1px solid #ccc;
    padding: 8px;
    width: 100%;
    color: #666;
}

.entryProtected input[type=button] {
    border-radius: 7px;
    border: 1px solid #ccc;
    padding: 8px;
    width: 70px;
    color: #666;
    background: #fff;
    margin-top: 20px;
}
/******************페이징*********************/
.no-more-prev,
.no-more-next {
/*첫페이지 또는 마지막 페이지 선택시 이전페이지, 다음 페이지 스타일*/
    color: #ccc;
}

.paging {
    margin: 30px 0 20px 0;
}

.paging .numbox .selected {
    font-weight: bold;
}

/******************본문*********************/
h3 {
    line-height: normal;
    margin-bottom: 5px;
}

.entry .titleWrap {
    margin-bottom: 30px;
}

.entry .titleWrap * {
    color: #888;
}

.entry .titleWrap h2 * {
    color: #333;
}

.entry .titleWrap div {
    display: inline-block;
}

.moreless_fold span {
/*더 보기 - more*/
    color: #000;
    background: url('images/plus.png');
    background-size: auto 100%;
    background-repeat: no-repeat;
    padding-left: 18px;
    border-bottom: 3px solid #FFA0AB;
    padding-bottom: 3px;
}

.moreless_top span {
/*그만보기 - less*/
    color: #000;
    background: url('images/minus.png');
    background-size: auto 100%;
    background-repeat: no-repeat;
    padding-left: 18px;
    ;
}

.moreless_content {
/*더보기,그만보기 본문*/
    padding: 15px 10px;
    border: 1px dashed #aaa;
    border-radius: 10px;
    margin: 5px 0;
    background: #eee;
}

.moreless_bottom {
    padding-right: 20px;
    color: #999;
    text-align: right;
}
.article p{max-width:100%;}
.article .another_category {
    border-color: #ccc !important;
}
/*글관련태그*/
.tagTrail {
    padding-left: 5px;
    padding-bottom: 10px;
}

.tagTrail * {
    vertical-align: top;
}

.tagTrail .tagText {
    font-weight: bold;
}

.actionTrail {
    padding: 10px 5px;
    border-top: 1px solid #ddd;
}

/*트랙백*/
.trackback h3 {
    font-size: 12px !important;
    font-weight: normal;
}

.trackback {
    border-radius: 10px;
    padding: 10px;
    border: 1px solid #aaa;
}

.trackback ol {
    border-top: 1px dashed #aaa;
    margin: 5px 0 0 0;
}

.trackback li {
    margin-top: 10px;
}

.trackback li span {
    color: #888;
}

.trackback li p {
    margin: 0;
}

/******************댓글*********************/
.rp_general {
/*일반댓글*/;
}

.rp_admin {
/*관리자댓글*/;
}

.rp_secret {
/*비밀댓글*/
    color: #FF8279;
    font-weight: bold;
}

.hiddenComment {
/*비로그인시 비밀댓글*/
    font-weight: normal;
}

.comment {
    margin-top: 10px;
    line-height: 2em;
}

.comment h3 {
}

.commentList {
}

.commentList ol {
    margin: 0 0 10px 0;
}

.commentList li {
    padding: 20px 0;
    border-bottom: 1px solid #eee;
}

.commentList ol>li:last-child {
    border: 0;
}

.commentList li p {
	color:#666;
}

.commentList li span {
    font-size: 9px;
    color: #999;
}

.commentList .name, .commentList .name a {
    font-weight: bold;
    font-size: 13px;
    color: #333;
}
.commentList .name{
	margin-right:5px;
}

.commentList ul {
    padding-left: 30px;
}

.commentList ul li {
    padding: 0;
    border: 0;
	margin-top: 15px;
}
/**댓글쓰기**/
.commentWrite p {
    position: relative;
    margin: 8px 0;
}

.commentWrite label {
    position: absolute;
    color: #999;
    top: 8px;
    left: 10px;
}

.commentWrite input[type=text],
.commentWrite input[type=password] {
    border-radius: 7px;
    border: 1px solid #ccc;
    padding: 8px;
    width: 300px;
    color: #666;
}

.commentWrite textarea {
    width: 100%;
    border-radius: 7px;
    border: 1px solid #ccc;
    padding: 8px;
    color: #666;
    max-width: 700px;
}

.secretWrap label {
    position: static;
    line-height: normal;
    vertical-align: top;
}

.commentWrite input[type=submit] {
    border-radius: 7px;
    border: 1px solid #ccc;
    padding: 8px;
    width: 70px;
    color: #666;
    background: #fff;
}

.secretWrap {
    height: auto;
    line-height: normal;
}
/*서치바*/
.search input[type=text] {
    border-radius: 7px;
    border: 1px solid #ccc;
    padding: 8px;
    width: 70%;
    color: #666;
}

.search input[type=button] {
    border-radius: 7px;
    border: 1px solid #ccc;
    padding: 8px;
    width: 20%;
    color: #666;
    background: #fff;
}

/******************카테고리*********************/
.c_cnt {
/*카테고리옆 갯수를 나타내는 숫자의 스타일*/
    font-size: 0.75em;
}

/******태그************/
.tagbox ul * {
    line-height: 1em;
}

.tagbox li {
    display: inline-block;
}

.tagbox li a {
    padding: 4px;
}

#sidebar .tagbox a.cloud1 {
    color: #0CCAE8;
    text-shadow: 0px 0px 20px #007AFF;
}

#sidebar .tagbox a.cloud2,
#sidebar .tagbox a.cloud3 {
    color: #0DFF66;
    text-shadow: 0px 0px 20px #00FF47;
}

/******************달력*********************/
.cal_month {
/*달력의 년월일, 이전달, 다음달을 표시하는 스타일*/
    font-size: 0.85em;
    height: 18px;
    font-weight: bold;
}

.cal_week1 {
/*달력의 요일명을 표시하는 스타일 (th 영역)*/
    font-size: 0.95em;
    height: 18px;
    font-weight: normal;
}

.cal_week2 {
/*일요일이라는 요일명을 표시하는 스타일 (th 영역)*/
    font-size: 0.95em;
    color: #f30;
}

a.cal_week {
/*달력의 주(Week) 단위를 표시하는 스타일 (tr 영역)*/
    background-color: #fff;
}

.cal_current_week {
/*달력의 현재 주(Current Week)를 표시하는 스타일 (tr 영역)*/
    background-color: #eee;
}

.cal_day {
/*현재 달을 포함하는 전체 날짜(Day)의 스타일 전체 (td 영역)*/
    font-size: 0.85em;
    color: #999;
    text-align: center;
}

.cal_day_sunday a {
/*현재 달을 포함하는 전체 날짜의 일요일 스타일 (td 영역)*/
    color: #f30 !important;
}

.cal_day1 {
/*해당 달력에서 이전달 날짜를 표시하는 스타일(td 영역)*/
    color: #ccc;
}

.cal_day2 {
/*해당 달력에서 다음달 날짜를 표시하는 스타일(td 영역)*/
    color: #ccc;
}

.cal_day3 {
/*현재 달력의 이번달 날짜를 표시하는 스타일 (td 영역)*/
    color: #666;
}

.cal_day4 {
/*오늘 날짜를 표시하는 스타일 (td 영역)*/
    color: #000;
    text-decoration: underline;
}
/* 글을 작성한 날의 링크 스타일*/
a.cal_click:link {
    color: #333;
    font-weight: bold;
}

a.cal_click:visited {
    color: #333;
    font-weight: bold;
}

a.cal_click:hover {
    color: #f30;
    font-weight: bold;
}


/******************이미지*********************/
.left {
}

.center {
}

.right {
}

.dual {
}

.triple {
}


/******************미디어쿼리*********************/
@media all and (max-width : 1214px) {
/*뷰포트 1200이하*/
    #content {
        border: 0;
        margin: 0 auto;
        float: none;
    }

    .header_wrap {
        padding: 0 20px;
    }

    #sidebar {
        width: auto;
        padding: 0;
        text-align: center;
        background: #2e2e2e;
        padding-top: 30px;
    }

    #sidebar>div {
        display: inline-block;
        width: 260px;
        height: 230px;
        padding: 20px;
        text-align: left;
        vertical-align: top;
    }

    #sidebar>div h3 {
        color: #5F5F5F;
    }

    #sidebar>div, #sidebar>div * {
        color: #b3b3b1;
    }

    #sidebar>div a:hover {
        background: #555;
        color: #b3b3b1;
    }

    #sidebar .search {
        display: none;
    }

    #sidebar .wrapper {
        display: inline-block;
    }

    .footer_wrapper {
        display: none;
    }
}

@media all and (max-width : 960px) {
    #content {
        width: 100%;
    }
}

@media all and (max-width : 780px) {
    .blogMenu {
        display: none;
    }

    .header_wrap {
        text-align: center;
    }

    #mobile_menu {
        display: block;
    }
	#content{
		padding:15px;
	}
}

@media all and (max-width : 537px) {
    #sidebar>div {
        height: auto;
    }
}

/*티에디션코드*/
#ttLinkEditMode{
	top:5px !important;
	right:5px !important;
}

div#ttCanvas img {
    max-width: none;
}

body.tistory_grid_350 div#ttCanvas,
body.tistory_grid_385 div#ttCanvas,
body.tistory_grid_420 div#ttCanvas,
body.tistory_grid_455 div#ttCanvas,
body.tistory_grid_490 div#ttCanvas,
body.tistory_grid_525 div#ttCanvas,
body.tistory_grid_560 div#ttCanvas,
body.tistory_grid_595 div#ttCanvas,
body.tistory_grid_630 div#ttCanvas,
body.tistory_grid_665 div#ttCanvas,
body.tistory_grid_700 div#ttCanvas,
body.tistory_grid_735 div#ttCanvas,
body.tistory_grid_770 div#ttCanvas,
body.tistory_grid_805 div#ttCanvas,
body.tistory_grid_840 div#ttCanvas,
body.tistory_grid_875 div#ttCanvas,
body.tistory_grid_910 div#ttCanvas,
body.tistory_grid_945 div#ttCanvas,
body.tistory_grid_980 div#ttCanvas,
body.tistory_grid_1015 div#ttCanvas,
body.tistory_grid_1050 div#ttCanvas {
    max-width: 100% !important;
}

.tt-span-1,
.tt-span-2,
.tt-span-3,
.tt-span-4,
.tt-span-5,
.tt-span-6,
.tt-span-7,
.tt-span-8,
.tt-span-9,
.tt-span-10,
.tt-span-11,
.tt-span-12 {
    max-width: 100% !important;
}

@media all and (max-width: 960px) {
    div#ttCanvas .tt-wrap-thumb-link {
        display: inline-block !important;
        margin: 0 !important;
        float: none !important;
    }
}

div#ttCanvas .tt-column, 
div#ttCanvas .tt-span-1, 
div#ttCanvas .tt-span-1-border, 
div#ttCanvas .tt-span-2, 
div#ttCanvas .tt-span-2-border, 
div#ttCanvas .tt-span-3, 
div#ttCanvas .tt-span-3-border, 
div#ttCanvas .tt-span-4, 
div#ttCanvas .tt-span-4-border, 
div#ttCanvas .tt-span-5, 
div#ttCanvas .tt-span-5-border, 
div#ttCanvas .tt-span-6, 
div#ttCanvas .tt-span-6-border, 
div#ttCanvas .tt-span-7, 
div#ttCanvas .tt-span-7-border, 
div#ttCanvas .tt-span-8, 
div#ttCanvas .tt-span-8-border, 
div#ttCanvas .tt-span-9, 
div#ttCanvas .tt-span-9-border, 
div#ttCanvas .tt-span-10, 
div#ttCanvas .tt-span-10-border, 
div#ttCanvas .tt-span-11, 
div#ttCanvas .tt-span-11-border, 
div#ttCanvas .tt-span-12, 
div#ttCanvas .tt-span-12-border, 
div#ttCanvas .tt-span-0_4, 
div#ttCanvas .tt-span-1_1, 
div#ttCanvas .tt-span-1_2, 
div#ttCanvas .tt-span-1_5, 
div#ttCanvas .tt-span-1_8, 
div#ttCanvas .tt-span-10_5, 
div#ttCanvas .tt-span-6_4, 
div#ttCanvas .tt-span-12_8, 
div#ttCanvas .tt-span-0_4-border, 
div#ttCanvas .tt-span-1_1-border, 
div#ttCanvas .tt-span-1_2-border, 
div#ttCanvas .tt-span-1_5-border, 
div#ttCanvas .tt-span-1_8-border, 
div#ttCanvas .tt-span-10_5-border, 
div#ttCanvas .tt-span-6_4-border, 
div#ttCanvas .tt-span-12_8-border {
    float: none !important;
    margin-right: 0 !important;
    display: inline-block !important;
    vertical-align: top !important;
}

div#ttCanvas .tt-wrap-thumb-link {
    visibility:hidden;
}

div#ttCanvas .tt-wrap-thumb-link-user {
    width: 100% !important;
    height: auto !important;
    max-height: 250px !important;
    border: 0 !important;
}

div#ttCanvas .tt-post-thumb-user {
    margin: 0 !important;
    max-width: 100% !important;
}

div#ttCanvas .tt-item a:hover {
    text-decoration: none !important;
    color: #FF8279 !important;
}
div#ttCanvas .tt-post-title{
	padding-left:0 !important;
}

/*보안문자*/
body #tt_captChaBox {
	width: auto;
	border-radius: 20px;
	height: auto;
	padding: 20px;
	border: 1px solid #ccc;
	background:#fff;
	text-align: center;
}
body #tt_captChaBox .wrap_captcha_notice {
	margin: 10px auto;
	text-align: center;
}
body #tt_captChaBox .wrap_captcha_inner input {
	border: 1px solid #ccc;
	margin: 0;
	width: 80%;
}
body #tt_captChaBox .wrap_captcha_inner .btn_refresh {
	width: 18%;
	height: 18px;
}
/*new*/
.category .new{
	width: 10px;
	vertical-align: middle;
}

.article *{
	-o-box-sizing:content-box;
    -webkit-box-sizing:content-box;
    -moz-box-sizing:content-box;
    box-sizing:content-box;
}

.imageblock.user_imagecheck{
	margin:0 !important;
}

.imageblock{
    visibility:hidden;
}