@charset "UTF-8";
@import url(http://fonts.googleapis.com/earlyaccess/notosanskr.css);




* { margin:0; padding:0; border:0;  -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; font-family: 'Noto Sans KR', sans-serif; color: #373737; font-size: 12px; }
* a { color: #373737; }
a:link { text-decoration: none }
a:visited { text-decoration: none }
a:hover { text-decoration: none }
a:active { text-decoration: none }
ol, ul, li { list-style:none }
input,select,textarea,button { outline: none; background: none; }
iframe, video, embed, object { max-width: 100%; }
html {-webkit-text-size-adjust: 100%;}
#tistorytoolbarid { display:none }
.commentList li .tistoryProfileLayerTrigger { display: none; }
.guestList li .tistoryProfileLayerTrigger { display: none; }



body { 
    word-break: normal; 
    word-wrap: break-word;
}



/* 드래그 */
::selection{ 
    background: #8EA6B4; 
    color:#FFF; 
} 
::-moz-selection{ 
    background: #8EA6B4; 
    color:#FFF; 
}


/* 스크롤 */
::-webkit-scrollbar {
	width:5px;
	background-color:rgba(255, 255, 255, 0);
}
::-webkit-scrollbar-thumb {
	width:7px;
	background-color:#8EA6B4;
}


/* 더보기 */
.moreless_fold span, .moreless_top span, .moreless_bottom span { 
    transition: 0.6s; 
    font-size: 12px; 
}
.moreless_fold:before { 
    font-family: 'FontAwesome'; 
    content: '\f067'; 
    margin-right: 5px; 
}
.moreless_top:before { 
    font-family: 'FontAwesome'; 
    content: '\f077'; 
    margin-right: 5px; 
}
.moreless_content { 
    padding: 10px; 
    margin: 10px 0; 
    border: 1px #8EA6B4;
}
.moreless_bottom { 
    text-align: right; 
}
.moreless_bottom:after { 
    margin-left: 5px; 
    font-family: 'FontAwesome'; 
    content: '\f077'; 
}
.moreless_fold span:hover, .moreless_top span:hover, .moreless_bottom span:hover { 
    letter-spacing: 4px; 
}


/* 첨부파일 */
.imageblock a img { 
	display: none; 
}
.imageblock a { 
	font-weight: bold; 
	opacity: .7; 
	transition: .4s;
}
.imageblock a:hover {
	opacity: 1;
}


/* 태그 클라우드 */
.taglog { 
    text-align: justify; 
}
.taglog a { 
    color: #8EA6B4; 
    opacity: .6; 
    transition: 0.4s; 
    margin-right: 5px; 
}
.taglog a:hover { 
    opacity: 1; 
}


/* 이전 댓글 */
.tt_more_preview_comments_wrap {
	margin-bottom: 20px;
	cursor: default !important;
}
.tt_more_preview_comments_text {
	transition: 0.5s;
	font-weight: bold;
	padding: 0 3px;
	cursor: pointer;
}
.tt_more_preview_comments_text:hover {
	color: #8EA6B4;
}


/* container */
#container {
    overflow: hidden;
}


/* sidebar */
#sidebar {
    
}
#sidebar .profile_img {
    margin-bottom: 15px;
}
#sidebar .profile_img img {
    width: 100%;
    overflow: hidden;
    border: 2px solid #909090;
}
#sidebar .d_m .cate {
    display: block;
    border: 2px solid #909090;
    margin-top: 10px;
    line-height: 40px;
    text-align: center;
    background: rgba(55, 55, 55, 0.3);
    font-weight: bold;
    color: white;
    cursor: pointer;
    transition: 0.4s; 
    font-size: 13px;
}
#sidebar .d_m .cate:hover {
    background: #8EA6B4;
    color: white;
}
#sidebar .d_m .category ul li a {
    display: block;
    border: 2px solid #909090;
    border-top: none;
    text-align: right;
    line-height: 30px;
    padding: 0 3px;
    color: #8EA6B4;
    font-weight: bold;
    transition: 0.4s;
    max-width: 100%; 
    white-space: nowrap; 
    text-overflow: ellipsis; 
    overflow: hidden;
}
#sidebar .d_m .category ul li ul li a:hover {
    letter-spacing: 1px;
}


/* search */
#sidebar .search input {
    width: 100%;
    height: 44px;
    text-align: center;
    font-weight: bold;
    border: 2px solid #909090;
    background: rgba(55, 55, 55, 0.3);
    color: white;
    margin-top: 10px;
    transition: 0.4s;
}
#sidebar .search input:hover {
    background: #8EA6B4;
    color: white;
}
#sidebar .search input:-ms-input-placeholder { 
    color: white; 
    font-weight: bold;
}
#sidebar .search input::-webkit-input-placeholder { 
    color: white; 
    font-weight: bold;
} 
#sidebar .search input:-moz-input-placeholder { 
    color: white; 
    font-weight: bold;
}
#sidebar .search input::placeholder { 
    color: white; 
    font-weight: bold;
}
#sidebar .search input:focus {
    background: #8EA6B4;
    color: white;
}


/* content */
#content {
    border: 2px solid #909090;
    padding: 20px;
}


/* searchList */
#content .searchList {
    border: 2px solid #909090;
    font-weight: bold;
    padding: 10px;
    text-align: center;
    color: #8EA6B4;
    cursor: default;
    margin-bottom: 20px;
}


/* 글 목록 */
.list_wrap:after { 
    display: block; 
    clear: both; 
    content: ''; 
}

#lst_web .list_content .thumb, #lst_web .list_content .overlay {
    display: none;
}
#lst_web .list_content {
    border-bottom: 2px solid #909090;
    padding: 7px 2px;
}
#lst_web .list_content:last-child {
	border-bottom: none;
}
#lst_web .list_content .listTitle .list_title {
    transition: .4s; 
    max-width: 70%; 
    white-space: nowrap; 
    text-overflow: ellipsis; 
    overflow: hidden;
    opacity: .8;
    display: inline-block;
    font-weight: bold;
}
#lst_web .list_content .listTitle:hover .list_title {
    color: #8EA6B4;
    opacity: 1;
}
#lst_web .list_content .listTitle .date {
    font-size: 11px;
    float: right;
    color: #8EA6B4;
}

#lst_gal .list_content .listTitle { 
    display: none; 
}
#lst_gal .list_content { 
    width: 32%;
    float: left; 
    position: relative; 
    margin-bottom: 2%;
}
#lst_gal .list_content:nth-child(3n+2) {
    margin: 2%;
    margin-top: 0;
}
#lst_gal .list_content .thumb { 
    width: 100%; 
    height: auto; 
    overflow: hidden; 
}
#lst_gal .list_content .thumb img { 
    display: block; 
    width: 100%; 
    height: auto; 
    position: relative; 
}
#lst_gal .list_content .overlay { 
    opacity: 0; 
    position: absolute; 
    top: 0; 
    bottom: 0; 
    left: 0; 
    right: 0; 
    height: 100%; 
    width: 100%; 
    transition: .5s ease; 
    background-color: rgba(0, 0, 0, 0.4); 
}
#lst_gal .list_content .overlay_title { 
    color: white; 
    position: absolute; 
    top: 50%; 
    left: 50%; 
    transform: translate(-50%, -50%); 
    -ms-transform: translate(-50%, -50%); 
    text-align: left; 
    font-size: 12px; 
    max-width: 90%; 
    white-space: nowrap; 
    text-overflow: ellipsis; 
    overflow: hidden; 
    font-weight: bold; 
}
#lst_gal .list_content:hover .overlay { 
    opacity: 1; 
    position: absolute; 
}


/* 본문 */
.titleWrap {
    font-weight: bold;
    padding-bottom: 5px;
    margin-bottom: 3px;
    border-bottom: 2px solid #909090;
}
.date {
    font-size: 10px;
    cursor: default;
}
.admin {
    width: 40%;
    float: right;
    text-align: right;
}
.admin i {
    font-size: 10px;
    transition: .4s; 
}
.admin i:hover {
    color: #8EA6B4;
}
.entry .article {
    margin: 40px 0;
}
a.tx-link { 
	color: #8EA6B4; 
	transition: 0.3s; 
	opacity: 0.7; 
}
a.tx-link:hover { 
	opacity: 1; 
}
.tagTrail {
    text-align: right;
    margin-bottom: 20px;
}
.tagTrail a {
	font-size: 10px;
    color: #8EA6B4;
}
.cnt {
    opacity: .5;
    transition: 0.4s; 
	margin-bottom: 20px;
    font-weight: bold;
}
.cnt:hover {
    color: #8EA6B4;
    opacity: 1;
}


/* 보호글 */
.article_P { 
    margin: 60px 0; 
    text-align: center; 
}
.article_P .lock { 
    font-weight: bold; 
    margin-bottom: 25px; 
}
.p_input { 
    width: 80px; 
    height: 30px; 
    border-bottom: 2px solid #909090;
    vertical-align: bottom; 
    padding: 7px; 
}


/* 공지 */
.entryNotice { 
    margin-bottom: 30px; 
}
.entryNotice:last-child { 
    margin-bottom: 0; 
}
.entryNotice .notice_date { 
    font-weight: bold; 
    margin-bottom: 10px; 
}
.entryNotice .article { 
    text-align: justify; 
}


/* 댓글, 방명록 */
.name {
    display: inline-block;
    font-weight: bold;
    margin-bottom: 3px;
}
.control {
    float: right;
    width: 30%;
    text-align: right;
    transition: 0.3s;
}
.control a {
    font-size: 10px;
    transition: 0.3s;
    opacity: .8;
}
.control a:hover {
    opacity: 1;
    font-weight: bold;
}
.ny {
    margin-left: 5px;
    margin-bottom: 10px;
}
.rp {
    margin-left: 30px;
}
.rep {
    border-bottom: 1px solid rgba(55, 55, 55, 0.08);
    margin-bottom: 30px;
	padding-bottom: 20px;
}
.rep:last-child {
	border: none;
	margin-bottom: 0;
	padding-bottom: 0;
}
.commentList .rep:last-child {
    margin-bottom: 50px;
}
.rp_admin .name a, .guest_admin .name a {
    color: #8EA6B4;
}
.hiddenComment .name:before { 
    content:"secret"; 
}


/* write */
.commentWrite {
    margin-top: 50px;
}
.gwrite input { 
    width: 49.5%; 
    line-height: 25px;
    border: 2px solid #909090;
    text-align: center;
    margin-bottom: 3px;
    color: rgba(55, 55, 55, 0.5);
    font-weight: bold; 
}
.gwrite input:focus {
    color: #8EA6B4;
    border: 2px solid #8EA6B4;
}
.gwrite input:-ms-input-placeholder { 
	color: rgba(55, 55, 55, 0.5); 
}
.gwrite input::-webkit-input-placeholder { 
	color: rgba(55, 55, 55, 0.5); 
} 
.gwrite input:-moz-input-placeholder { 
	color: rgba(55, 55, 55, 0.5); 
}
.gwrite input::placeholder { 
	color: rgba(55, 55, 55, 0.5); 
}
.gwrite .pass { 
    float: right; 
}
.guestWrite textarea, .commentWrite textarea { 
    width: 100%; 
    height: 90px; 
    border: 2px solid #909090; 
    padding: 5px; 
    color: rgba(55, 55, 55, 0.5);
}
.guestWrite textarea:focus, .commentWrite textarea:focus {
    color: #8EA6B4;
    border: 2px solid #8EA6B4;
}
.guestWrite .gsubmit {
    margin-bottom: 60px;
}
.gsubmit input { 
    width: 100%; 
    line-height: 25px; 
    border: 2px solid #909090; 
    transition: 0.4s; 
    color: rgba(55, 55, 55, 0.5);
    font-weight: bold;
}
.gsubmit input:hover { 
    color: #8EA6B4;
    border: 2px solid #8EA6B4;
}
.checkbox { 
    display: none; 
}
.lb_secret { 
    display: block; 
    text-align: center; 
    line-height: 25px; 
    margin-bottom: 3px;
    border: 2px solid #909090;
    color: rgba(55, 55, 55, 0.5);
    font-weight: bold; 
}
.checkbox:checked + .lb_secret { 
    color: #8EA6B4;
    border: 2px solid #8EA6B4;
}


/* paging */
.paging {
    margin-top: 20px;
}
.paging i {
    font-size: 14px;
    transition: .4s;
}
.paging a { 
    cursor: pointer;
}
.paging a:hover i { 
    color: #8EA6B4;
}
.paging .next { 
    float: right; 
}
.no-more-prev, .no-more-next { 
    opacity: 0.2; 
}
.no-more-prev:hover i, .no-more-next:hover i {
	color: #373737 !important;
}


/* 수정, 삭제 금지 */
.copyright img { 
    width: 13px; 
    position: fixed; 
    text-align: left; 
    cursor: pointer; 
    left: 20px; 
    bottom: 20px; 
    opacity: .8; 
    transition: 0.4s; 
}
.copyright img:hover { 
    opacity: 1; 
}


/* top */
.top i {
    float: right;
    font-size: 25px;
    position: fixed;
    bottom: 30px;
    right: 30px;
    transition: 0.4s;
}
.top i:hover {
    color: #9aa5ea;
}


/* pc */
@media all and (min-width: 701px) {
    #container { 
        width: 700px; 
        margin: 80px auto; 
    }
    #sidebar { 
        width: 150px; 
        float: left; 
    }
    #sidebar .menu_b, #sidebar .back {
        display: none;
    }
    #content { 
        width: 500px; 
        float: right; 
    }
}


/* mobile */
@media all and (max-width: 700px) {
    #container { 
        width: 100%; 
        margin: 20px auto
    }
    #content { 
        width: 80%; 
        margin: 0 auto;
    }
    #sidebar .menu_b i {
        font-size: 20px;
        margin-left: 10px;
        opacity: .7;
        margin-bottom: 10px;
    }
    #sidebar .back {
        width: 100%;
        height: 100%;
        position: fixed;
        z-index: 1000;
        top: 0px; 
        left: 0px;
        display: none;
        background: rgba(55, 55, 55, 0.3);
    }
    #sidebar .back.open {
        display: block;
    }
    #sidebar .menu_t {
        width: 60%;
        height: 100%;
        left:-60%;
        top: 0;
        padding: 20px;
        position: fixed;
        z-index: 1001;
        background: white;
        -ms-transition:     all 0.3s ease-out;
        -moz-transition:    all 0.3s ease-out;
        -webkit-transition: all 0.3s ease-out;
        -o-transition:      all 0.3s ease-out;
        transition:         all 0.3s ease-out;
        overflow: scroll;
    }
    #sidebar .menu_t.open {
        left: 0;
    }
}