@charset "utf-8";

/* Start https://www.cursors-4u.com */ * {cursor: url(https://cur.cursors-4u.net/cursors/cur-3/cur278.cur), auto !important;} /* End https://www.cursors-4u.com */

@font-face {
    font-family: 'SchoolSafeUniverse';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_2307-2@1.0/HakgyoansimWoojuR.woff2') format('woff2');
    font-weight: normal;
    font-display: swap;
}

body{
 font-family: 'SchoolSafeUniverse';
 font-size: 15px;
 background-size: cover;
 text-decoration: none;
 color: rgb(104, 104, 104);
 background-image: url(https://tistory1.daumcdn.net/tistory/8079386/skin/images/233.jpg);


}

.home{
  width: 800px;
  height: 710px;
  margin: 0 auto;
  margin-top: 120px;
  margin-bottom: 20px;
  background-color: #fff;
  border-radius:20px ;
}

.mainimg0{
    width: 800px;
    height: 130px;
    border-radius: 20px 20px 0px 0px;
    background-image: url();
    border-bottom: solid 1px #ddd;

}

.mainimg0 img{
    width: 160px;
    height: 160px;
    margin-left: 600px;
    margin-top: -10px;

}

.side{
  width: 130px;
  height: 419px;
  float: left;
  margin-top: 0px;
  background-color: #fff;
  border-radius: 20px;
}

.side a{
  text-decoration: none;
  font-size: 14px;
  color: rgb(39, 39, 39);
  
}

.menubutton {
  width: 120px;
  height: 17px;
  padding: 5px;
  margin: auto 0;
  font-size: 11px;
  color: rgb(83, 83, 83);
  letter-spacing: 2px;
  line-height: 17px;
  text-align: center;
  border-bottom: solid 1px #ddd;

}

.menubutton2 {
  width: 120px;
  height: 17px;
  padding: 5px;
  font-size: 11px;
  color: rgb(83, 83, 83);
  letter-spacing: 2px;
  line-height: 17px;
  text-align: center;
  border-bottom: solid 1px #ddd;

}

.menubutton3 {
  width: 120px;
  height: 17px;
  padding: 5px;
  font-size: 11px;
  color: rgb(83, 83, 83);
  letter-spacing: 2px;
  line-height: 17px;
  text-align: center;
  border-bottom: solid 1px #ddd;

}

.menubutton4 {
  width: 120px;
  height: 17px;
  padding: 5px;
  font-size: 11px;
  color: rgb(83, 83, 83);
  letter-spacing: 2px;
  line-height: 17px;
  text-align: center;
  border-bottom: solid 1px #ddd;

}

.menubutton5 {
  width: 120px;
  height: 17px;
  padding: 5px;
  font-size: 11px;
  color: rgb(83, 83, 83);
  letter-spacing: 2px;
  line-height: 17px;
  text-align: center;
  float: left;

}

.menubutton2 img{
 width: 15px;
 height: 15px;
 margin-top: 1px;
 margin-right: 5px;
 margin-left: 5px;
 float: left;
}

.menubutton3 img{
 width: 15px;
 height: 15px;
 margin-top: 1px;
 margin-right: 5px;
 margin-left: 5px;
 float: left;
}

.menubutton4 img{
 width: 15px;
 height: 15px;
 margin-top: 1px;
 margin-right: 5px;
 margin-left: 5px;
 float: left;
}

.menubutton5 img{
 width: 15px;
 height: 15px;
 margin-top: 1px;
 margin-right: 5px;
 margin-left: 5px;
 float: left;
}

.menubutton a{

}

.menubutton:hover{
  background-color: rgb(0, 0, 0);
  color: #fff;
  transition: 0.5s;
}

.menubutton2:hover{
  background-color: rgb(0, 0, 0);
  color: #fff;
  transition: 0.5s;
}

.menubutton3:hover{
  background-color: rgb(0, 0, 0);
  color: #fff;
  transition: 0.5s;
}

.menubutton4:hover{
  background-color: rgb(0, 0, 0);
  color: #fff;
  transition: 0.5s;
}

.menubutton5:hover{
  background-color: rgb(0, 0, 0);
  color: #fff;
  transition: 0.5s;
}

.menubutton img{
 width: 15px;
 height: 15px;
 margin-top: 1px;
 margin-right: 5px;
 margin-left: 5px;
 float: left;
}

.post1{
  margin-left: 0px;
  width: 660px;
  height: 570px;
  overflow: scroll;
  text-decoration: none;
  background-color: #fff;
  border-left: solid 1px #ddd;
}

.post1 a{
  color: #000;
  text-decoration: none;
}

.titleWrap{
  width: 610px;
  margin-top: 30px;
  margin-left: 20px;
}

.titleWrap a{
  font-size: 13px;
  text-decoration: none;
  color: #000;
}

.titleWrap h2{
 margin-top: -10px;
 border-bottom: solid 1px #ddd;
}

/*갤러리 추가용*/

.gal-list {
  padding: 0;
  list-style: none;
}

.gal-item {
  width: 160px;
  height: 160px;
  background: #fff;
  float: left;
  margin: 2px;
  object-fit: cover;
    overflow: hidden;
}

.gal-item p{
  text-align: center;
  margin-top: 5px;
}

.gal-item img:hover{
opacity: 0.7;
  box-shadow: 0 5px 10px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}

.gal-item img {
 width: 130px;
 height: 130px;
 object-fit: cover;
 border: solid 1px #ddd;
 border-radius: 20px;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  margin-left: 15px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
  

}

.gal{
  width: 660px;
  margin: 0 auto;
  margin-top: 35px;
  margin-left: 5px;}

.post{
  width: 720px;
  margin: 0 auto;
  margin-top: 30px;
  margin-left: -10px;
}

.post-item{
    width: 600px;
  height: 200px;
  border: solid 1px #ddd;
  object-fit: cover;
    overflow: hidden;
    border-radius: 20px;
        box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
}

.post-item img{
    width: 400px;
  height: 300px;
  object-fit: cover;
    overflow: hidden;
    float: left;
    margin-right: 9px;
    border-right: dotted 3px #ddd;
    margin-top: -30px;
}

.post-p2{
  font-size: 18px;
}

.post-p{
  font-size: 13px; 
  margin-top: -5px;
}

.post-item:hover{
opacity: 0.7;
  box-shadow: 0 5px 10px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
transition: all 0.3s cubic-bezier(.25,.8,.25,1);}

.postview{
  height: 61px;
  overflow: hidden;
}

.blank{
  width: 994px;
  height: 18px;;
   line-height: 18px;
  text-align: right;
  font-size: 16px;
  padding: 3px;
  background-color: #ddd;
  color: #fff; 
}




::-webkit-scrollbar-button{
  display: none;
}

::-webkit-scrollbar {
  width: 3px;
  padding: 3px;
}

.postbox{
  width: 650px;
  margin: 10px;
}

.article{
  margin: 15px;
}

.category{
    width: 190px;
    margin-top: -16px;
    font-size: 10px;
    float: left;
    text-align: left;

}

.date{
  margin-top: -16px;
  text-align: right;
  font-size: 11px;
  margin-right: 10px;
}

.control{
  text-decoration: none;
  color: #000;
}

.page0{
  padding: 15px;
  font-size: 18px;
}

.page0 a{
  font-size: 13px;
  text-decoration: none;
  color: rgb(56, 56, 56);
  text-align: center;
}

.page0 img{
  border-radius: 20px;
}

.commentWrite input{
}


.paging{
  margin-left: 570px;
  font-size: 10px;
  position: absolute;
  top: 810px;
}

#guestbook{
    width: 610px;
    height: 500px;
    margin: 0 auto;
    margin-top: 15px;
    padding: 10px;

}

.submitbutton input{
  border: solid 1px;
  border-radius: 15px;
  background-color: #fff;
  margin-left: 714px;
}

.numbox a{
  text-decoration: none;
  color: #000;
}

.mainimg {

  width: 110px;
  height: 110px;
  border-radius: 160px;
  text-align: center;
  font-size: 14px;
      margin-top: 5px;
      background-color: rgb(0, 0, 0);
      margin-bottom: 15px;
        margin-left: 15px;
}

.mainimg img{

  width: 130px;
  height: 130px;
    margin-left: -15px;
    margin-top: -10px;


}

.textbox2 textarea{
  width: 610px;
  height: 120px;
  border-radius: 15px;
}

.blank2{
  width: 100%;
  height: 200px;
  margin-top: 180px;
}

.commentWrite{
  width: 780px;
  margin: 0 auto;
}

.commentWrite textarea {
  width: 750px;
  height: 120px;
}

.slideshow{
  width: 500px;
  margin: 0 auto;

  overflow: hidden;
  margin-top: 30px;
  margin-bottom: 10px;
}


.slide-item{
 position: relative;

}

.slide-item .image{
  width: 500px;
  height: 200px;
  overflow: hidden;
  object-fit: cover;
  border: solid 1px #ddd;
  border-radius: 20px;
  
}

/* Shine */

.slide-item::before {
	position: absolute;
	top: 0;
	left: -75%;
	z-index: 2;
	display: block;
	content: '';
	width: 50%;
	height: 100%;
	background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
	background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.3) 100%);
	-webkit-transform: skewX(-25deg);
	transform: skewX(-25deg);
    opacity: 0;
}
.slide-item:hover::before {
	-webkit-animation: shine .75s;
	animation: shine .75s;
}
@-webkit-keyframes shine {
	0% {
		opacity: 1;
	}
	40% {
		opacity: 1;
	}
	100% {
		left: 125%;
		opacity: 0;
	}
}
@keyframes shine {
	0% {
		opacity: 1;
	}
	40% {
		opacity: 1;
	}
	100% {
		left: 125%;
		opacity: 0;
	}
}

.action{
  font-size: 15px;
  text-align: right;
}

.mainbottom{
  width: 750px;
  height: 370px;
  margin: 0 auto;
  border: solid 1px;
}

#noticebox{
  width:250px;
  height: 300px;
  border-radius: 0px;
  margin-left: 80px;
  float: left;
  background-color: #fff ;
  margin-right: 10px;
}

.notice-item{
  text-align: center;
  font-size: 13px;
  white-space:pre-line;
}

.bannerbox{
width: 220px;
height: 280px;
padding: 10px;  text-align: center;
overflow: scroll;

}

.banner{

}

.bannerimage{
  margin-top: 3px;
}

/* 프로필카드 영역 숨김 */
div[data-tistory-react-app="Namecard"] {
	display: none;
}
