*{
    margin: 0;
    background-color: #FCF4E4;
    padding: 0;

    word-break: keep-all;
    position: relative;
    
}
html{
    font-size: 10px;
}
body{
    font-family: "Noto Sans KR", serif;
   
}

ul, li{
    list-style: none;
}

a{
    text-decoration: none;
    color: inherit 
}

.board_wrap{
    width: 100%;
  
    margin: 100px auto;
}
/* @import url(/diary2.css);
@import url(/media.css);
 */

.board_wrap{
    width: 1000px;
    margin: 100px auto;
}
.board_page{
    margin: 30px;
    text-align: center;
    font-size: 0;
}

.board_title{
    margin-bottom: 30px;
    color: #3B3130;
    padding: 15px;
    width:100%;
    margin: 0 auto;
}

.p{
    color: #3B3130;
}

.board_title strong{
    font-size: 3rem;
}

.board_title p{
    margin-top: 5px;
    font-size: 1.4rem;
     
}

.bt_wrap{
    margin-top: 30px;
    text-align: center;
    font-size: 0;
    
    
}

.bt_wrap a{
    display: inline-block;
    min-width: 80px;
    padding: 10px;
    margin-left: 10px;
    border: 1px solid#3B3130;
    border-radius: 2px;
    font-size: 1.4rem;
    border-radius: 50px;
}

.bt_wrap a:first-child{
margin-left: 0;
}

.bt_wrap a.on{
    background: #3B3130;
    color: #fff;

}

.board_list > div {
    border-bottom: 1px solid#92856C;
    font-size: 0;
    padding: 15px;
    width:100%;
    margin: 0 auto;
       
    
}

.board_list > div:last-child {
    border-bottom: 1px solid#92856C;
}


.board_list > div > div {
    display: inline-block;
    font-size: 1.4rem;
    text-align: center;


}

.board_list > div.top > div {
   font-weight: 600;

}

.board_list .num{
    width: 15%;
    text-align: left;

}

.board_list .title{
    width: 60%;
    text-align: left;
}

.board_list .top .title{
    width: 60%;
    text-align: left;
}

.board_list .writer{
    width: 15%;
    text-align: left;

}

.board_list .date{
    width: 10%;
    text-align: left;

}

.board_list .count{
    width: 10%;
}

.board_page a{
    display: inline-block;
    width: 32px;
    height: 32px;
    border: 1px 92856C;
    border-left: 0;
    vertical-align: middle;
    line-height: 100%;
    box-sizing: border-box;
}

.board_page a.bt{
    padding-top: 10px;
    font-size: 1.2rem;
    letter-spacing: -1px;

}

.board_page a.num{
    padding-top: 9px;
    font-size: 1.4rem;
}

.board_page a:first-child{
   border-left: 1px 92856C;
}

.board_view{
    width: 100%;
    border-top: 2px solid#92856C;
    


}

.board_view .title{
    padding: 20px 15px;
    border-bottom: 1px dashed#ddd;
    font-size: 2rem;
}

.board_view .info{
    padding: 15px;
    border-bottom: 1px solid#92856C;

}

.board_view .info dl{
    position: relative;
    display: inline-block;
    padding: 0 20px;
    

}



.board_view .info dl:first-child{
    padding-left: 0;
    

}

.board_view .info dl dt,
.board_view .info dl dd{
    display: inline-block;
    font-size: 1.4rem;
}



.board_view .info dl dd{
    margin-left: 10px;
    color: #92856C;
}


.board_view .cont{
    padding: 15px;
    border-bottom: 1px solid#92856C;
    line-height: 160%;
    font-size: 1.4rem;
}

.board_write{
    border-top: 2px solid#92856C;
}

.board_write .title,
.board_write .info{
    padding: 15px;
}

.board_write .info {
    border-top: 1px dashed #ddd;
    border-bottom: 1px solid#92856C;
    font-size: 0; 
}

.board_write .cont{
    border-bottom: 1px solid#92856C;
}

.board_write .cont textarea{
    display: block;
    width: 100%;
    height: 300px;
    padding: 15px;
    box-sizing: border-box;
    border: 0;
    resize: vertical;
}

.board_write .info dl{
    display: inline-block;
    width: 50%;
    vertical-align: middle;
 
}

.board_write .title dt,
.board_write .title dd,
.board_write .info dt,
.board_write .info dd{
   display: inline-block;
   vertical-align: middle;
   font-size: 1.4rem;

}

.board_write .title dt
.board_write .info dt{
    width: 100px;
}

.board_write .title dd{
    width: calc(100% - 100px);
} 

.board_write .title input[type="text"],
.board_write .info input[type="text"],
.board_write .info input[type="password"]{
    padding: 10px;
    box-sizing: border-box;
    margin-left: 20px;
    
}

.board_write .info dd{
    width: 100px;
}

.board_write .title dl{
    font-size: 0;
}

.board_write .title input[type="text"]{
   width: 80%;
}



/* 모바일 화면 */

@media screen  and (max-width: 1100px){    
    .board_wrap .board_title{ 
        display: block;
        text-align: center;
     
          
      }
  
  
  
  .board_list > div {
      border-bottom: 1px solid#92856C;
      font-size: 0;
      padding: 15px;
      width:70%;
      margin: 0 auto;
     
  }

  .board_wrap{
    width: 100%;
    text-align: center;
    margin: 100px auto;
}
   
}


@media screen and (max-width: 890px) {
    .board_wrap .board_title{ 
        display: block;
        text-align: center;

      }

      .board_list > div {
        border-bottom: 1px solid#92856C;
        font-size: 0;
        padding: 15px;
        width:70%;
        margin: 0 auto;
       
    }

    .board_list .num{
        width: 15%;
        text-align: left;
        margin: 0 auto;
    
    }
    
    .board_list .title{
        width:40%;
        text-align: left;
        margin: 0 auto;
    }
    
    .board_list .top .title{
        width: 40%;
        text-align: left;
    }
    
    .board_list .writer{
        width: 20%;
        text-align: left;
    
    }
    
    .board_list .date{
        width: 20%;
        text-align: left;
    
    }
    
    .board_list .count{
        width: 10%;
    }


.board_wrap{
    width: 100%;
    text-align: center;
    margin: 100px auto;
}
   
}


@media screen and (max-width: 550px) {
    .board_wrap .board_title{ 
        display: block;
        text-align: center;
     
          
      }

      .board_list > div {
        border-bottom: 1px solid#92856C;
        font-size: 0;
        padding: 15px;
        width: 70%;
        margin: 0 auto;
       
    }


}

@media screen  and (max-width: 465px){    
    .board_wrap .board_title{ 
        display: block;
        text-align: center;
     
          
      }


    .board_list > div {
        border-bottom: 1px solid#92856C;
        font-size: 0;
        padding: 15px;
        width: 80%;
        margin: 0 auto;
       
    }




}