@CHARSET "UTF-8";

#main-banner{
  background: url(../img/common/main-banner-2023-2.jpg) left 0 no-repeat;
  text-align: left;
  width: 100%;
  height: 500px;
  position: relative;
  display:block;
  background-size: cover;
}

#main-banner h1{
  font-family: 'Noto Serif CJK KR', serif;
  font-weight: 400;
  font-size: 48px;
  color: #222222;
  line-height: 140px;
}

#main-banner p{
  color: #222222;
  line-height: 28px;
}

.main-1{
  display: inline-block;
  width: 400px;
  position: absolute;
  top: 188px;
}

.main-2{
  display: inline-block;
  float: right;
  width: 500px;
  height: 380px;
  background: #ffffff;
  box-shadow: 2px 2px 9px #ddd;
  position: relative;
  z-index: 90;
  top: 62px;
}

.main-2 h2{
  background: none;
  color: #222222;
  padding: 0px 30px;
  text-align: left;
  display: inline-block;
}

.main-2 img{
  display: inline-block;
  width: 54px;
  height: 54px;
  float: right;
  margin: 20px;
}

.contents{
  width: 1100px;
  margin: 0 auto;
}

.contents h2{
  font-family: 'Noto Serif CJK KR', serif;
  font-weight: 400;
  line-height: 94px;
  background: url(../img/common/h2.gif) left 16px no-repeat;
}

.contents h2 a:link{
  font-family: 'Noto Serif CJK KR', serif;
  font-weight: 400;
  line-height: 94px;
}

.contents h2 a:hover{
  font-family: 'Noto Serif CJK KR', serif;
  font-weight: 400;
  line-height: 94px;
}

.first-main-contents h2{
  text-align: center;
  background: url(../img/common/h2.gif) center 16px no-repeat;
}

.arrow{
  display: inline-block;
  height: 94px;
  position: relative;
  top:-12px;
  margin-left: 14px;
}

.arrow1{
  display: inline-block;
  width: 18px;
  height: 46px;
}

.arrow2 a:link{
  display: inline-block;
  width: 100px;
  height: 46px;
  background: url(../img/common/arrow2.png) 20px 0px no-repeat;
}

.arrow2 a:hover{
  display: inline-block;
  width: 100px;
  background: url(../img/common/arrow2.png) 60px 0px no-repeat;
  height: 46px;
  transition: 0.4s;
}

#contents1{
  width: 100%;
  position: relative;
  height: 560px;
  padding-top: 20px;
}

#contents2{
  width: 100%;
  position: relative;
  background-color: #f1f1f1;
  padding: 40px 0;
}

#contents3{
  width: 100%;
  position: relative;
  height: 220px;
  padding-top: 40px;
}



#board{
  margin: 0 auto;
  width: 1100px;
  margin-bottom: 80px;
}

.board1{
  display: inline-block;
  width: 420px;
  height: 470px;
  border: none;
  vertical-align: top;
  margin-right: 184px;
}

.board2{
  display: inline-block;
  width: 490px;
  height: 470px;
  border: 1px solid #dedede;
  background-color: #ffffff;
}

.notice-top{
  padding: 20px 30px 30px;
  height: 262px;
}

.notice-down{
  padding: 20px 30px 30px;
}

.notice{
  border: 1px solid #d4d4d4;
  box-sizing: border-box;
  width: 520px;
  height: 262px;
  margin-right: 54px;
  display: inline-block;
  padding: 20px;
}

.board h1{
  display: inline-block;
}

.board h1 > a{
  font-family: Noto Sans KR;
  font-weight: 700;
  font-size: 30px;
}

.board-plus{
  font-family: Noto Sans KR;
    font-weight: 700;
    font-size: 30px;
    text-align: center;
    line-height: 30px;
    color: #b7b7b7;
    background-color: #f0f0f0;
    width: 30px;
    height: inline-block;
    height: 30px;
    display: inline-block;
    float: right;
}
.main-board-text{
 margin-top: 18px;
}

.main_bbs_notice_text a:link{
  font-family: Noto Sans KR;
    font-weight: 400;
    font-size: 16px;
    text-align: left;
    line-height: 27px;
    color: #000000;
}
.main_bbs_notice_date {
  font-family: Noto Sans KR;
    font-weight: 400;
    font-size: 16px;
    text-align: right;
    line-height: 20px;
    color: #000000;
    float: right;
}
