@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100;300;400;500;700;900&family=Work+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');


/* Roll20 */
/*다른 폰트 쓰셔도 됩니다*/
@font-face {
     font-family: 'S-CoreDream-3Light';
     src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_six@1.2/S-CoreDream-3Light.woff') format('woff');
     font-weight: normal;
     font-style: normal;
}

@font-face {
    font-family: 'ChosunGu';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_20-04@1.0/ChosunGu.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
.message:not(a) {
	border: none;
	line-height: 3;
	letter-spacing: -0.5px;
	word-wrap: keep-all;
	font-family: 'S-CoreDream-3Light','ChosunGu', sans-serif !important;
	padding-top: 7px !important;
}

.message code {
	font-family: 'S-CoreDream-3Light','ChosunGu' !important;
}
.emote:not(a) {
	color: #emas텍스트색상 !important;
	background-color: #emas배경색상 !important;
	padding-left: 5px !important; 
}

.message table {
	width: 100% !important;
}

/*스크립트 위아래에 생기는 밑줄*/
.spacer {
	display: none;
}


#copy {
    color: #1F1F1F;
    position: fixed;
    bottom: 10px;
    left: 10px;
}
html {
    font-family: 'PFStardust', sans-serif;
	overflow-x: hidden;
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	color: #333;
}

@font-face {
    font-family: 'PFStardust';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2001@1.1/PFStardust.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

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 {
    background-color: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 0px;
    border-radius: 0;
}

textarea:focus,
input:focus {
    outline: 0;
}

placeholder {
    font-family: 'PFStardust';
}

::-webkit-scrollbar {
    width: 5px; /*스크롤바의 너비*/
            }
 
::-webkit-scrollbar-thumb {
    background-color: #333; /*스크롤바의 색상*/
            }
 
::-webkit-scrollbar-track {
    background-color: #fff; /*스크롤바 트랙 색상*/
            }

::selection {
    background: #fff;
    color: #DBDBDB;
}

::-moz-selection {
    background: #fff;
    color: #DBDBDB;
}

body {
	-webkit-text-size-adjust: 100%;
	color: #DBDBDB;
	background-position: right;
	background: var(--bg);
    font-family: 'PFStardust', sans-serif;
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	line-height: 18px;
	font-weight: 500;
}

.clear {
    clear: both;
}

a, a:visited {
    color: var(--a);
    text-decoration: none;
    font-size: 11px;
}

a:hover {
    color: var(--hover);
    transition: all 0.6s ease;
}
.container {
	width: 800px;
	border: 1px solid #DBDBDB;
	margin-left: auto;
	margin-right: auto;
	margin-top: 7%;
    margin-bottom: 7%;
    background-color: #fff;
}
.container .category {
    text-align: center;
	margin: 0px;
	width: 100%;
	color: #DBDBDB;
    border-bottom: #DBDBDB solid 1px;
}
.container .category ul {
	margin-top: 70px;
	margin-right: 0px;
	margin-bottom: 70px;

}
.category ul li {
	display: inline-block;
	margin-left: 40px;
	margin-right: 40px;

}
.category a {
	color: #3B3B3B;
}

.guest {
    		text-align: center;
            margin-top:40px;
            margin-bottom: 40px;
            border-bottom: #DBDBDB solid 1px;
            height: 60px;
}



.guest li {
    display: inline-block;
    margin-left: 40px;
	margin-right: 40px;
}

.wrap {
    margin-top:50px;
    padding:10px;
}


#content .oz_gal.ozim #tcd  {
	width: 160px;
	height: 160px;
	display: inline-block;
	position: relative;
	border-radius: 1000px;
	float: left;
    margin-left:50px;
    margin-right:50px;
    margin-bottom: 40px;
    
}

#content .oz_gal.ozim .thumb_post{
    	width: 160px;
	height: 160px;
	border: 4px double rgb(196, 196, 196);
	border-radius: 1000px;
	position: absolute;
    
}


#content .oz_gal.ozim .thumb_post img {
	position: relative;
	display: block;
	border-radius: 1000px;
	width: 100%;
    
}


#content .oz_gal.ozim .rtcd  {
	width: 100%; height: 100%;
  background-color: rgba(0, 0, 0, 0.13);
  position: absolute; 
  top: 0; left: 0;
  color: #fff; 
  text-align: center;
  line-height: 180px;
  opacity: 0; 
  transition: 0.3s;
    	border-radius: 1000px;
}


#content .oz_gal.ozim #tcd a:hover .rtcd, #content .oz_gal.ozim #tcd a:focus .rtcd{
  opacity: 1;
}
#content .oz_gal.ozim .title {
    width: 100%;
    font-size: 1.0em;
	max-width: 100%;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	letter-spacing: 1px;
}
#content .oz_gal.ozim .date {
	display: none;
}
#content .oz_gal.ozim .text {
	display: none;
}
#content .oz_gal.ozim .cate {
	display: none;
}

#content .oz_list.ozim #tcd  {
    border-bottom: 1px solid #DBDBDB;
    position: relative;
	  margin-top:20px;
    margin-bottom: 1%;
    margin-left: 5px;
        margin-right: 5px;
    padding-left:5px;
    padding-top: 3px;
}
#content .oz_list.ozim .thumb_post {	
	display: none;
}
#content .oz_list.ozim .thumb_post img {
	display: none;
}
#content .oz_list.ozim .rtcd  {
	font-size: 9px;
	max-width: 100%;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	width: 100%;
}
#content .oz_list.ozim .title {
	font-size: 1em;
	max-width: 70%;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	letter-spacing: 1px;
	margin-bottom: 5px;
	display: inline-block;
	position: static;
}
#content .oz_list.ozim .date {
    font-size: 8px;
    color: #cecece;
    letter-spacing: 1px;
    float: right;
    margin-right: 8px;
}
#content .oz_list.ozim .text {
	display: none;
}
#content .oz_list.ozim .cate {
    display: none;
    position: absolute;
    margin-left: 5px;
    text-transform: uppercase;
    font-size: 9px;
    font-variant: all-small-caps;
    font-weight: 800;
    color: #cdcdcd;
}

.titleWrap {
	padding:10px;
}

.list_title {
    font-size: 11px;
    display: inline;
    font-weight: 500;
    padding-bottom: 5px;
}
.list_day {
    float: right;
    font-size: 9px;
    color: #9A9A9A;
}
.taglog a {
    border: 1px solid #cdcdcd;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 10px;
    padding-right: 10px;
}
.taglog a:hover {
    background-color: #cdcdcd;
    color: #FFFFFF;
}



.entryProtected {
    text-align: center;
}
#lock_wrap {
    color: #DBDBDB;
    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 #DBDBDB;
    padding: 5px;
    width: 45%;
    margin-top: 10px;
    text-align: center;
}
.post_tdc {
	margin-top:10px;
	margin-bottom:10px;
}
.post {
    width: 99%;
}
.post_title {
    
    display: inline;
    font-size: 11px;
    font-weight: 500;
}
.post_category {
    display: inline;
    font-size: 10px;
    color: #4C4C4C;
}
.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 {
    color: #DBDBDB;
    margin-top: 10px;
    margin-bottom: 10px;
    
}


.tagTrail a {
background-color: #a8a8a8;
border-radius: 40px;
color: #fff;
padding-top: 6px;
padding-bottom: 6px;
padding-right: 8px;
padding-left: 8px;
}

.tagTrail a:before {
    content: "#";
}
#tag_log a {
    padding: 6px;
    border: 1px solid #DBDBDB;
    width: auto;
    display: inline;
    color: #DBDBDB;
    font-size: 9px;
    line-height:400%;
    backgroud-color: #DBDBDB;
    border-radius: 40px;

}
.write {
    padding: 10px;
    border: 1.7px solid #DBDBDB;
    margin-top: 10px;
    margin-bottom: 10px;
}
input[type="name"], input[type="password"] {
   font-family: 'PFStardust';
    padding: 6px;
    margin-bottom: 3px;
    border-bottom: 1px solid #DBDBDB;
    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: #DBDBDB;
    resize: none;
    overflow: auto;
    border-bottom: 1px solid #DBDBDB;
}

.secret {
    margin-top: 3px;

}
#secret {
    display: none;
    padding-bottom: 10px;
}

.secret input[type="checkbox"]+label:before {
    font-family: "PFStardust";
    content: "\f09c";
    display: inline-block;
    color: #DBDBDB;
    border: 1px solid #DBDBDB;
    padding-top: 8px;
    padding-bottom: 8px;
    width: 30px;
    text-align: center;
}
.secret input[type="checkbox"]:checked+label:before {
    font-family: "PFStardust";
    content: "\f023";
    border: 1px solid #DBDBDB;
    color: #DBDBDB;
    padding-top: 8px;
    padding-bottom: 8px;
    text-align: center;
    width: 30px;
}
input[type="submit"] {
    border: 1.7px solid #DBDBDB;
	  color:#DBDBDB;
    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: #DBDBDB;
    color: #FFFFFF;
}
#commet_con {
    border: 1px solid #DBDBDB;
    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;
    margin-bottom: 10px;
}
#commet_con:after, #commet_con:before {
    right: 100%;
    top: 19%;
    border: solid transparent;
    content: "";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}


#commet_con .name {
    font-size: 11px;
    font-weight: 500;
}
#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;
}
#commet_con2 {
    border: 1px solid #DBDBDB;
    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;
}

#commet_con2 .name {
    font-size: 11px;
    font-weight: 500;
}
#commet_con2 .date {
    color: #BFBFBF;
    font-size: 9px;
}
#commet_con2 p {
    margin-top: 10px;
}
.taglog a {
    border: 1px solid #DBDBDB;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 10px;
    padding-right: 10px;
}
.taglog a:hover {
    background-color: #DBDBDB;
    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;
}


/*페이지*/

.paging {
	text-align: center;
	margin-top: 40px;
	margin-bottom: 40px;
}
.paging a {
	cursor: pointer;
}
@media screen and (max-width: 800px) {

.container {
    width: 99%;

}

#content .oz_gal.ozim #tcd {
    width:100px;
        margin-left:37px;
    margin-right:37px;
    margin-bottom: 50px;
}
#content .oz_gal.ozim .thumb_post {    width:100px;
height: 100px;

}
#content .oz_gal.ozim #tcd a:hover .rtcd, #content .oz_gal.ozim #tcd a:focus .rtcd{
  opacity: 0;
}
}



@media screen and (max-width: 485px) {
.container .category { 
	width:100%;
	color: #DBDBDB;
    border-bottom: #DBDBDB solid 1px;

}
.container .category ul {
	margin-top: 70px;
	margin-right: 0px;
	margin-bottom: 70px;
        text-align: center;

}
.category ul li {
	display: inline-block;
	margin-left: 20px;
	margin-right: 20px;

	}
#content .oz_gal.ozim #tcd a:hover .rtcd, #content .oz_gal.ozim #tcd a:focus .rtcd{
  opacity: 0;
}
}