@charset "utf-8";

/* 가운데 영역 */
.container {position: relative; width: 1200px; margin: 0 auto; }

/* 로우 영역 */
.row {padding: 0 24px;}

/* 메인이미지 */
#bul_main {width: 100%; margin-top: 163px; background: #ffb076;}
.bul_main img{ width: 100%; display: block;}

/* 그누보드게시판 */
#container_title {padding: 24px 0;}
#container_title span {text-align: center !important;}


/* 하위버튼 */
#btn01 {padding: 30px 0; margin-top: 50px;}
.btn01 ul {overflow: hidden; display: flex; justify-content: center; align-items: center; width:100%;}
.btn01 ul li { position: relative; float: left; width: 15%;  text-align: center;}
.btn01 ul li img { width:80px;}
.btn01 ul li:after {
content: '';
position: absolute; top:0; right: 0;
width:100%; height: 100%; background: rgba(0,0,0,0.2);
opacity: 0;
transition: all .5s ;
}
.btn01 ul li:hover:after {opacity: 1;}


  /* 푸터 */
  #footer { background: #222;  padding-top: }
  .footer_sns {position: absolute; right: 17px; top: 33px; }
  .footer_sns ul { text-align: right; }
  .footer_sns li { display: inline-block; margin-right: 20px; }
  .footer_sns ul li a {color: #fff;}
  .footer_sns ul li a i {color: #fff; font-size:40px;}
  .footer_sns .tel {text-align: right; padding-top: 5px;}
  .footer_sns .tel a {color: #8f8f8f; font-size: 21px;}
  .footer_sns .tel a em {color: #fff;}

  .footer_infor {position: relative; padding: 50px 0; width: 80%;}
  .footer_infor h2 img {width:150px; opacity: .8;}
  .footer_infor ul {padding: 15px 0;}
  .footer_infor li {position: relative; display: inline; padding-right: 16px; white-space: nowrap;}
  .footer_infor li:after {content: ''; position: absolute; right: 5px; top: 5px; width: 1px; height: 11px; background: #8f8f8f;}
  .footer_infor li:last-child:after {width: 0; height: 0;}
  .footer_infor li a {color: #8f8f8f;}
  .footer_infor address p {color: #8f8f8f; padding-bottom: 15px;}


/* 미디어쿼리 */
@media (max-width: 1210px){
  .container {width: 100%;}

}
@media (max-width: 1024px){

}
@media (max-width: 960px){
#bul_main  {margin-top: 85px;}
#container {width:100%;}
  .footer_sns {position: static; text-align: center; background: #352c2c; padding: 15px 0;}
  .footer_sns .tel {display: none;}
  .footer_infor {width: 100%; text-align: center;}
}

@media (max-width: 768px){

}

@media (max-width: 600px){
#fregister p {display: none !important;}
#container_title {padding: 0 0;}
#container_title span {margin: 32px auto 10px !important;}
  .mosip ul li a {font-size: 14px;}
  .btn01 ul {display: block;}
  .btn01 ul li {
  width: 100%;
  padding: 3px;
  border:1px solid #ccc;
  margin-bottom: 8px;
  box-sizing: border-box;}
}

@media (max-width: 480px){
.row {padding: 0 8px;}
#bul_main  {margin-top: 86px;}
#mosip {display: none;}
}

@media (max-width: 320px){

}
