@charset "UTF-8";

.tooltip-styling{
    background-color: #FFFFFF !important;
    color: #717171 !important;
    padding-top: 2px !important;
    padding-right: 3px !important;
    padding-left: 3px !important;
    padding-bottom: 2px !important;
    font-size: 9px !important;
    border: 1px solid #717171 !important;
    border-radius: 0px !important;
    text-shadow: 0px 0px 0px !important;
    -webkit-box-shadow: 0px 0px !important;
    box-shadow: 0px 0px !important;
   font-family: 'Gothic A1', sans-serif  !important;
}

html {
	cursor: url(https://cur.cursors-4u.net/cursors/cur-9/cur817.cur), auto !important;
   font-family: 'Noto Sans KR', 'Roboto';
   overflow-x: hidden;
   overflow-y: scroll;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    color: #333;


}
td, tr , p{
    margin: 0px;
    border: 0px;
}
h1, h2, h3, h4, h5, h6 {
    text-decoration: none;
}
ol, li, ul {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}
input, textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 0px;
    border-radius: 0;
}
textarea:focus,
input:focus {
  outline: 0;
}
placeholder {
	   font-family: 'Noto Sans KR', 'Roboto';
}

::webkit-scrollbar {width:5px; background-color:#fff;}
::webkit-scrollbar-thumb {color:#000;}
::webkit-scrollbar-track {color:#000;}

::selection {background:#fff; color:#000;}
::-moz-selection{background:#fff; color:#000;}



 body {
    -webkit-text-size-adjust: 100%;
    color: #333;
    background-position: right;
    background-color: #FFFFFF;
   font-family: 'Noto Sans KR', 'Roboto';
    margin: 0px;
    padding: 0px;
    font-size: 12px;
	 line-height: 18px;
} 


.clear {
clear:both;}

a, a:visited {
    cursor: url(https://cur.cursors-4u.net/cursors/cur-9/cur817.cur), auto !important;
    color: #757575;
    text-decoration: none;
    font-size: 11px;
}
a:hover {
	cursor: url(https://cur.cursors-4u.net/cursors/cur-9/cur817.cur), auto !important;
    color: #6A6A6A;
    transition: all 0.6s ease;
}.allwrap {
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 140px;
    position: relative;
}
.profile_bar {
    width: 200px;
    height: 200px;
    margin-top: 30px;
    position: fixed;
}
.profile_bar .profile_img {
    width: 110px;
    height: 110px;
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
    border-radius: 200px;
    border: 1px double #B5B5B5;
    margin-top: 30px;
    position: relative;
}
.profile_bar .profile_img img {
    border-radius: 200px;
    width: 100%;
}
.profile_bar .category {
    margin-top: 30px;
}
.profile_bar .category ul {
    text-align: center;
}
.profile_bar .category li {
    margin-right: 7px;
    margin-bottom: 14px;
    margin-top: 3px;
}
.category #menu {
    color: #9CBEC2;
    font-size: 14px;
}
.wrap {
    padding: 10px;
    width: 700px;
    margin-left: auto;
    margin-right: auto;
}
.gall {
    width: 100%;

}
.gall_wrap {
    margin-left: 7%;
    margin-top: 2%;
    width: 24%;
    float: left;
    position: relative;
    overflow: hidden;
    display: inline-block;
    padding: 0px;
    text-align: center;
}
.thumb_post {
    padding-left: 0px;
    border-bottom-left-radius: 200px;
    border-bottom-right-radius: 200px;
    border-top-right-radius: 200px;
    overflow: hidden;
    border: 1px double #B5B5B5;
}
.thumb_post img {
    width: 100%;
    border-bottom-left-radius: 200px;
    border-bottom-right-radius: 200px;
    border-top-right-radius: 200px;
    display: block;
}
.gall_wrap  #gall_td {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
    position: relative;
}
.gall_wrap .gall_day {
    color: #A0A0A0;
    font-size: 9px;
    margin-bottom: 10px;
    letter-spacing: 3px;
}

.realist .realist_wrap  {
	display:none;
	width:99%;
}

.realist_wrap   {
    width: 99%;
}
.realist_wrap .list_td  {
    border: 1px solid #C2C2C2;
    padding: 7px;
    margin-top: 6px;
    margin-bottom: 6px;
 -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
}


.realist_wrap .list_td:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #9FC8C8;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.8s;
    transition-duration: 0.8s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    color: #FFFFFF;
    width: 88%;
}
.list_td:hover:before, .list_td:focus:before, .list_td:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
.realist_wrap .list_title {
    display: inline;
    padding-bottom: 0px;
    font-size: 11px;
    color: #5C5C5C;
}
.list_td:hover .list_title {
    color: #FFFFFF;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
}
.realist_wrap .list_day {
    float: right;
    font-size: 9px;
    color: #B6B6B6;
}

.article  {
		  overflow:hidden;
    font-size: 11px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.post {
    width: 99%;
}
.post .post_tdc {
}
.post .post_tdc .post_title {
    display: inline;
    font-size: 11px;
    font-weight: 500;
}
.post .post_tdc .post_category {
    display: inline;
    font-size: 10px;
    color: #4C4C4C;
}
.post .post_tdc .post_date {
    float: right;
    color: #A6A6A6;
    font-size: 9px;
}
.admin  {
    font-size: 10px;
    color: #848484;
    float: right;
    margin-top: 3px;
}
.admin a {
    font-size: 10px;
    color: #848484;
}
.tagTrail {
    margin-top: 10px;
    margin-bottom: 10px;
}
.tagTrail p {
    padding: 6px;
    border: 1px solid #9A9A9A;
    width: auto;
    display: inline;
    color: #8C8C8C;
    font-size: 9px;
}
.write {
    padding: 10px;
    border: 1px solid #B0B0B0;
    margin-top: 10px;
    margin-bottom: 10px;
}
input[type="name"], input[type="password"] {
    font-family: 'Noto Sans KR', 'Roboto';
    padding: 6px;
    margin-bottom: 3px;
    border-bottom: 1px solid #C4C4C4;
    font-size: 9px;
    display: inline;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    width: 99%;
}
#name {
    float: left;
    width: 45%;
}
#password {
    float: right;
    width: 45%;
}
.write textarea {
    width: 99%;
    margin-top: 10px;
    font-size: 10px;
    color: #020202;
    resize: none;
    overflow: auto;
    border-bottom: 1px solid #C4C4C4;
}


.secret {
    margin-top: 3px;
    position: absolute;
}
#secret {
    display: none;
    position: absolute;
    padding-bottom: 10px;
}

.secret input[type="checkbox"]+label:before {
    font-family: "FontAwesome";
    content: "\f09c";
    display: inline-block;
    color: #939393;
    border: 1px solid #C4C4C4;
    padding-top: 7px;
    padding-bottom: 7px;
    width: 30px;
    text-align: center;
}
.secret input[type="checkbox"]:checked+label:before {
    font-family: "FontAwesome";
    content: "\f023";
    border: 1px solid #C4C4C4;
    color: #939393;
    padding-top: 7px;
    padding-bottom: 7px;
    text-align: center;
    width: 30px;
    display: inline-block;
}
input[type="submit"] {
    border: 1px solid #C4C4C4;
    background-color: #FFFFFF;
    text-align: center;
    padding-top: 8px;
    padding-bottom: 8px;
    margin-top: 5px;
    width: 50%;
    float: right;
    font-size: 10px;
    outline: none;
    text-transform: uppercase;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
input[type="submit"]:hover {
    background-color: #9FC8C8;
    color: #FFFFFF;
}
#commet_con {
    border: 1px solid #C5C5C5;
    padding-top: 10px;
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 10px;
    font-size: 11px;
    width: 75%;
    position: relative;
    margin-left: 5px;
    margin-top: 10px;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
    border-top-right-radius: 30px;
    margin-bottom: 10px;
}
#commet_con .name {
    font-size: 11px;
    font-weight: 500;
    color: #A6A6A6;
}
#commet_con .date {
    color: #BFBFBF;
    font-size: 9px;
}
#commet_con .control {
}
#control_icon {
    color: #9F9F9F;
    float: right;
    margin-right: 10px;
}
#reply_icon {
    color: #9F9F9F;
    float: right;
    margin-right: 10px;
}
#commet_con p {
    margin-top: 10px;
    color: #6E6E6E;
}
#commet_con2 {
    border: 1px solid #C5C5C5;
    padding-top: 10px;
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 10px;
    font-size: 11px;
    width: 75%;
    position: relative;
    float: right;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 5px;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
    border-top-left-radius: 30px;
}
#commet_con2 .name {
    font-size: 11px;
    font-weight: 500;
    color: #A6A6A6;
}
#commet_con2 .date {
    color: #BFBFBF;
    font-size: 9px;
}
#commet_con2 p {
    margin-top: 10px;
    color: #6E6E6E;
}
.taglog a {
    border: 1px solid #B0B0B0;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 10px;
    padding-right: 10px;
    color: #646464;
}
.taglog a:hover {
    background-color: #9FC8C8;
    color: #FFFFFF;
}
.titleWrap .list_title {
    font-size: 11px;
    display: inline;
    font-weight: 500;
    padding-bottom: 5px;
}
.titleWrap .list_day {
    float: right;
    font-size: 9px;
    color: #9A9A9A;
}
.entryProtected {
    text-align: center;
    color: #8F8F8F;
}
#lock_wrap {
    color: #979797;
    font-size: 22px;
    margin-top: 10px;
    margin-bottom: 10px;
}
.entryProtected .title {
    font-size: 11px;
    display: inline;
    font-weight: 500;
    padding-bottom: 5px;
}
.entryProtected .date {
    float: right;
    font-size: 9px;
    color: #9A9A9A;
}
input[type="password_lock"] {
    border-bottom: 1px solid #C5C5C5;
    padding: 5px;
    width: 45%;
    margin-top: 10px;
    text-align: center;
}
.paging {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px;
}
.paging a {
    color: #9A9A9A;
    text-align: center;
    cursor: pointer;
    font-size: 10px;
    margin-left: 3px;
    margin-right: 3px;
}
.ozskin {
    position: fixed;
    right: 11px;
    bottom: 7px;
}
.ozskin a {
    color: #BFBFBF;
}

@media (max-width : 700px ){
	.allwrap {width:100%;}
	.wrap {width:94%;
	margin-top:130px;
	margin-bottom:130px;}
	.profile_bar {
		position:static;
		margin-top:-120px;
		margin-left:24%;
	}
	.realist_wrap .list_td:before {
		width:80%;
	}
}