@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Gothic+A1:wght@100;200;300;400;500;600;700;800;900&display=swap');

#copy {
    color: #1F1F1F;
    position: fixed;
    bottom: 10px;
    left: 10px;
}
html {
    font-family: 'Gothic A1', sans-serif;
	overflow-x: hidden;
	overflow-y: scroll;
	-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 {
    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: 'Mulish', 'Open Sans';
}

::-webkit-scrollbar {
    width: 5px; /*스크롤바의 너비*/
            }
 
::-webkit-scrollbar-thumb {
    background-color: #333; /*스크롤바의 색상*/
            }
 
::-webkit-scrollbar-track {
    background-color: #fff; /*스크롤바 트랙 색상*/
            }

::selection {
    background: #fff;
    color: #000;
}

::-moz-selection {
    background: #fff;
    color: #000;
}

body {
	-webkit-text-size-adjust: 100%;
	color: #333;
	background-position: right;
	background: var(--bg);
    font-family: 'Gothic A1', sans-serif;
	margin: 0px;
	padding: 0px;
	font-size: 10px;
	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;
}

.top {
    padding-top:15px;
    padding-right:15px;
    padding-bottom:5px;
	width: 100%;
	top: 0px;
	position: absolute;
	text-align: right;
	height: 50px;
	right: 0px;
    border-bottom: #d6d6d6 solid 1px;
}
.top #guest_icon {
    margin-right:40px;
    margin-top:5px;
	font-size: 3em;
	display: inline-block;
}
.top #twt_icon {
	margin-right: 40px;
	margin-top: 5px;
	font-size: 3em;
	display: inline-block;
}

.top_img {
    float: right;
    width: 40px;
    height: 40px;
    overflow: hidden;
    border-radius: 100px;
    display: inline-block;
}

.top_img img {
    width: 100%;
}

.guest {
    float: right;
}

.header {
    width: 100%;
    height: 300px;
    overflow: hidden;
    margin-top: 70px;
}

.header img {
    width: 100%;
    z-index: 0;
    position: relative;
}

.posting {
    width: 1000px;
    margin-right: auto;
    margin-left: auto;
    margin-top: -80px;
}
.posting .profile {
	border-bottom: 1px solid #C3C3C3;
	height: 328px;
}


.profile_img {
    border-radius: 20px;
    overflow: hidden;
    width: 100px;
    height: 100px;
    border: 6px solid #FFFFFF;
    z-index: 3;
    position: relative;
}

.profile_img img {
    width: 100%;
}

.profile_name a {
    color: var(--name);
    font-size: 3em;
    font-weight: 700;
}

.profile_name {
    margin-top: 20px;
}

.profile_sub {
    font-size: 1.5em;
    margin-top: 10px;
    color: #808080;
}
.category   {
	margin-top: 106px;
}

.profile .category ul {
}
.category ul li {
	display: inline-block;
	margin-right: 30px;
}
.category ul li a {
	color: #313131;
	font-size: 18px;
	padding-bottom: 20px;
	font-weight: 600;
}
.category ul li a:hover {
	border-bottom: 1px solid #171717;
}

.wrap {
    width: 100%;
}

#content {
    width: 100%;
}

#content .oz_gal.ozim #tcd  {
    width: 230px;
	  height:170px;
    display: inline-block;
    float: left;
	margin-top:3%;
    margin-bottom: 10%;
    margin-left: 2%;
    position: relative;
}

#content .oz_gal.ozim .thumb_post{
    border-radius: 10px;
    border: 1px #808080 solid;
	 width: 100%;
	 height:100%;
	overflow:hidden;
}
.thumb_post figure {
	float: right;
	position: relative;
	width: 100%;
	height:280px;
	margin: 0 0 0 80px;
  background-size : cover;    
}
.thumb_post figure:before {

  content: "NO IMAGE";
	position: absolute;
	top: 30%;
	left: 0;
	z-index: 0;
	width: 100%;
	height: 18px;
	margin: -9px 0 0 0;
	text-align: center;
	font-weight: bold;
	font-size: 0.875em;
	color: #333;
}

#content .oz_gal.ozim .thumb_post img {
	position: relative;
	z-index: 10;
	display: block;
	width: 100%;
}


#content .oz_gal.ozim .rtcd  {
	position: absolute;
	margin-top: 80%;
	font-size: 9px;
	max-width: 90%;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	width: 100%;
}
#content .oz_gal.ozim .title {
	font-size: 1.5em;
	font-weight: 900;
	max-width: 100%;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	letter-spacing: 1px;
	margin-bottom: 5px;
}

#content .oz_gal.ozim .id {
    font-size: 10px;
    color: #333;
    display: inline-block;
}

#content .oz_gal.ozim .date {
    margin-left: 10px;
    font-size: 10px;
    color: #cecece;
    display: inline-block;
}
#content .oz_gal.ozim .text {
	display: none;
}
#content .oz_gal.ozim .cate {
	display: none;
}
#content .oz_gal.ozim .profile_img {
		display: none;
}




#content .oz_list.ozim #tcd  {
    border-bottom: 1px solid #cacaca;
    position: relative;
	  margin-top:20px;
    margin-bottom: 1%;
    margin-left: 11px;
    padding-left:11px;
    padding-top: 3px;
    padding-bottom: 20px;
}
#content .oz_list.ozim .thumb_post {	
    
    float: right;
     border-radius: 10px;
    border: 1px #808080 solid;
	 width: 180px;
	 height:130px;
	overflow:hidden;
}
#content .oz_list.ozim .thumb_post img {
    position: relative;
	z-index: 10;
	display: block;
	width: 100%;
}


#content .oz_list.ozim .thumb_post figure {
	float: right;
	position: relative;
	width: 100%;
	height:280px;
	margin: 0 0 0 80px;
  background-size : cover;    
}
#content .oz_list.ozim .thumb_post figure:before {
  content: "NO IMAGE";
	position: absolute;
	top: 25%;
	left: 0;
	z-index: 0;
	width: 100%;
	height: 18px;
	margin: -9px 0 0 0;
	text-align: center;
	font-weight: bold;
	font-size: 0.875em;
	color: #333;
}

#content .oz_list.ozim .rtcd  {	position: absolute;
	font-size: 9px;
	max-width: 100%;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	width: 100%;
}



#content .oz_list.ozim .title {
	font-size: 1.5em;
	font-weight: 900;
	max-width: 100%;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	letter-spacing: 1px;
	margin-bottom: 5px;
	display: inline-block;
	position: static;
}

#content .oz_list.ozim .profile_img {
		position: absolute;
  margin-top:70px;
	width: 35px;
  height: 35px;
	border-radius: 100px;
	overflow: hidden;
}

#content .oz_list.ozim .id {
	  margin-top:75px;
		margin-left:50px;
    font-size: 12px;
    color: #333;
    letter-spacing: 1px;
    margin-right: 8px;
}

#content .oz_list.ozim .date {
    font-size: 12px;
		margin-left:50px;
    color: #333;
    letter-spacing: 1px;
    margin-right: 8px;
}
#content .oz_list.ozim .text {
	display: none;
}
#content .oz_list.ozim .cate {
   display: none;
}

.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: #000000;
    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 #000000;
    padding: 5px;
    width: 45%;
    margin-top: 10px;
    text-align: center;
}
.post_tdc {
	margin-top:10px;
	margin-bottom:10px;
}

.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 {
    margin-top: 10px;
    margin-bottom: 10px;
}
.tagTrail p {
    padding: 6px;
    border: 1px solid #000000;
    width: auto;
    display: inline;
    color: #000000;
    font-size: 9px;
}
.write {
    padding: 10px;
    border: 1.7px solid #000000;
    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 #000000;
    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 #000000;
}


.secret {
    margin-top: 3px;

}
#secret {
    display: none;
    padding-bottom: 10px;
}

.secret input[type="checkbox"]+label:before {
    font-family: "FontAwesome";
    content: "\f09c";
    display: inline-block;
    color: #000000;
    border: 1px solid #000000;
    padding-top: 8px;
    padding-bottom: 8px;
    width: 30px;
    text-align: center;
}
.secret input[type="checkbox"]:checked+label:before {
    font-family: "FontAwesome";
    content: "\f023";
    border: 1px solid #000000;
    color: #000000;
    padding-top: 8px;
    padding-bottom: 8px;
    text-align: center;
    width: 30px;
}
input[type="submit"] {
    border: 1.7px solid #000000;
	  color:#000;
    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: #000000;
    color: #FFFFFF;
}
#commet_con {
    border: 1px solid #000000;
    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:after {
	border-color: rgba(255, 255, 255, 0);
	border-right-color: #ffffff;
	border-width: 5px;
	margin-top: -5px;
}
#commet_con:before {
	border-color: rgba(0, 0, 0, 0);
	border-right-color: #000000;
	border-width: 6px;
	margin-top: -6px;
}
#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 #000000;
    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:after, #commet_con2:before {
    left: 100%;
    top: 19%;
    border: solid transparent;
    content: "";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

#commet_con2:after {
    border-color: rgba(255, 255, 255, 0);
    border-left-color: #ffffff;
    border-width: 5px;
    margin-top: -5px;
}
#commet_con2:before {
	border-color: rgba(0, 0, 0, 0);
	border-left-color: #000000;
	border-width: 6px;
	margin-top: -6px;
}
#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 #000000;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 10px;
    padding-right: 10px;
}
.taglog a:hover {
    background-color: #000000;
    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: 10px;
    margin-bottom: 10px;
}
.paging a {
    color: #000000;
    text-align: center;
    cursor: pointer;
	  font-size:10px;
}


@media screen and (max-width: 1223px) {
    .posting {
        width: 97%;;
    }
}

@media screen and (max-width:425px) {
    .posting {
        width: 97%;;
    }

    #content .oz_gal.ozim #tcd  {
    width: 170px;
    height: 130px;
    margin-left: 4%;
    margin-bottom:15%;
 }
 #content .oz_gal.ozim .title {
     margin-top: 10px;
 }
#content .oz_list.ozim .title {
    max-width: 40%;
}

}
