@charset "UTF-8";




.news_content{
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding-bottom: 100px;
}
.board_content img{
  width: 100%;
  /* max-width: 500px; */
}

/**********************리스트*******************/
#board {
  width: 100%;
  box-sizing: border-box;
}
#board  h1{
  font-family: nanum square;
  text-align: center;
  padding: 10px 0;
}
.board_info{
  font-size: 16px;
  margin: 10px 0;
}
#board table{
  table-layout: fixed;
  width: 100%;
  border-top: 3px solid #444444;
  font-size: 16px;
}
#board table tr{
  text-align: center;
  line-height: 45px;
  border-bottom: 1px solid #cccccc;
}
#board table tr:hover{
  background: #f4f4f4;
}
#board table tr th:nth-of-type(1){
  width: 87px;
}
#board table th{
  background: #f4f4f4;
}
#board table tr th:nth-of-type(3), #board table tr th:nth-of-type(5){
  width: 87px;
}
#board table tr th:nth-of-type(4){
  width: 121px;
}
#board table tr td:nth-of-type(2){
  text-align: left;
  /*text-indent: 50px;*/
}
#board table tr td:nth-of-type(2) a{
  display: block;
  max-width: 90%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  float: left;
}


/*************gallery**************/
#gallery h1{
  font-size: 2em;
  font-family: nanum square;
  text-align: center;
  padding: 10px 0;
}
#gallery{
  width: 100%;
  max-width: 1200px;
  box-sizing: border-box;
  margin: 0 auto;
  margin-bottom: 100px;
}
#gallery ul.gallery{
  /*width: 50%;*/
  margin: 0 auto;
  /*margin-top: 30px;*/
  width: 100%;
  max-width: 1200px;
  border-top: 3px solid #444444;
}
#gallery ul.gallery li{
  width: 25%;
  height: 290px;
  float: left;
  padding: 0px 8px;
  padding-top: 25px;
  text-align: center;
  box-sizing: border-box;
}
#gallery .this_info{
  border: 1px solid #cccccc;
  border-top: 0;
  width: 250px;
  margin: 0 auto;
  padding-bottom: 10px;
  background: #f4f4f4;
}
#gallery .this_info .date{
  padding: 10px 0;
}
#gallery ul.gallery li a{
  display: block;
}
#gallery ul.gallery li a:hover{
  text-decoration: underline;
}
#gallery ul.gallery li .img_wrap{
  width: 250px; height: 170px;
  border: 1px solid #cccccc;
    overflow: hidden;
    margin: 0 auto;
}
#gallery ul.gallery li img{
  max-width: 230px;
}
#gallery ul.gallery li p img{
  width: auto;
  border: 0;
  vertical-align: middle;
  margin-right: 5px;
}
#gallery ul.gallery li p{
  text-align: left;
  padding: 10px 0;
  font-size: 17px; /*board list와 크기 맞춤*/
}
#gallery ul.gallery li p b{
  display: block;
  text-align: left;
  font-weight: normal;
  font-size: 13px;
  margin-top: 10px;
  padding-left: 5px;
  color: #959595;
}
#gallery ul.gallery li p span{
  display: block;
  width: 210px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-left: 5px;
  text-shadow: 0px 0px 0px #4c4c4c;
}
#gallery ul.gallery li .date{
  display: block;
  font-size: 13px;
  color: #959595;
  text-align: left;
  padding-left: 5px;
}
.write_button{
  clear: both;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
#gallery h1{
  font-family: nanum square;
  text-align: center;
  padding: 10px 0;
}
@media all and (max-width:1000px) {
  #gallery ul.gallery{
    width: 800px;
  }
  #gallery ul.gallery li{
    width: 33.3333%;
  }
}

@media all and (max-width:809px) {
  #gallery ul.gallery{
    width: 570px;
  }
  #gallery ul.gallery li{
    width: 50%;
  }
}

@media all and (max-width:500px) {
  #gallery ul.gallery{
    width: 100%;
    max-width: 280px;
  }
  #gallery ul.gallery li{
    width: 100%;
  }
}

/**********************웹진*************************/
#webzine{}
#webzine table{
  width: 100%;
  table-layout: fixed;
  border-top: 3px solid #444444;
  padding: 0 10px;
}
#webzine table tr{
  border-bottom: 1px solid #cccccc;
}
#webzine table tr td{
  padding: 20px 0;
}
#webzine table tr td:nth-of-type(1){
  width: 230px;
  position: relative;
}
#webzine table tr td:nth-of-type(1) .img_wrap{
  width: 208px; height: 117px;
  margin: 0 auto;
  overflow: hidden;
  background: #eeeeee;
}
#webzine table tr td:nth-of-type(2){
  padding-left: 20px;
}
#webzine table tr td:nth-of-type(2) b{
  display: block;
  font-size: 17px;
  margin-bottom: 15px;
  font-weight: normal;
  text-shadow: 0px 0px 0px #4c4c4c;
}
#webzine table tr td:nth-of-type(2) b span{
  width: 20px; height: 20px ;line-height: 20px;
  text-align: center;
  border: 1px solid #cccccc;
  display: inline-block;
  margin-right: 10px;
}
#webzine table tr td:nth-of-type(2) p{
  font-size: 14px;
  line-height: 23px;
  height: 45px;
  overflow: hidden;
  color: #6c6c6c;
}
#webzine table tr td:nth-of-type(2) span{
  display: block;
  margin-top: 12px;
  font-size: 13px;
  color: #959595;
}
#webzine table a{
  display: block;
}
#webzine table a:hover{
  text-decoration: underline;
}

@media all and (max-width:640px) {
  #webzine table tr td:nth-of-type(1){
    width: 170px;
  }
  #webzine table tr td:nth-of-type(1) .img_wrap{
    width: 160px; height: 90px;
  }
  #webzine table tr td:nth-of-type(2) b{
  	line-height: 30px;
  }
}
@media all and (max-width:380px) {
  #webzine table tr td:nth-of-type(1){
    width: 105px;
  }
  #webzine table tr td:nth-of-type(1) .img_wrap{
    width: 110px; height: 110px;
  }
  #webzine table tr td:nth-of-type(2) b{
    height: 35px;
    overflow: hidden;
  }
  #webzine table tr td{
    padding: 10px 0;
  }
}









/******************공지사항, 자료실********************/
.file_plus #board table tr th:nth-of-type(6){
  width: 70px;
}

/************<모바일버전 기준>************/

@media all and (max-width: 640px){
  /****************list*****************/
  
  #board {
		padding-left: 5px; padding-right: 5px;
}
#webzine{
	box-sizing: border-box;
	padding-left: 5px; padding-right: 5px;
}
  
  
  #board table{
    width: 100%;
    font-size: 12px;
  }
  #board table tr{
    line-height: 40px;
  }
  #board table tr th:nth-of-type(1){
    width: 47px;
  }
  #board table tr th:nth-of-type(3), #board table tr th:nth-of-type(5){
    width: 47px;
  }
  #board table tr th:nth-of-type(4){
    width: 60px;
  }
  #board table tr td:nth-of-type(4){
    width: 47px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .file_plus #board table tr th:nth-of-type(6){
    width: 50px;
  }



}

/****************</모바일버전 기준>****************/
