@charset "utf-8";

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

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

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

/* 성공스토리 */
#story { margin-top: 100px;}
.story h3 {font-size: 30px; padding: 24px 0 60px 0; text-align: center;}
.story .whitebox {background: #fff; margin: 8px; font-size: 16px; }
.story .whitebox img {width:140px; vertical-align: middle; margin: 14px; border:1px solid #ccc;}
.story .bluebox span {color:#fff; padding: 12px; display: inline-block;}
.story .bluebox span em {font-size: 18px; padding: 12px 0 24px 0; display: inline-block; color:#333333;}
.story .box1 {float: left; width: 49%; margin-right: 2%;background: #439ee4;}
.story .box2 {float: left; width: 49%; background: #439ee4;}

/* 모집안내 알아보기 */
#mosip {}
.mosip { margin-top: 50px;}
.mosip ul { width: 100%; text-align: center;}
.mosip ul li { display: inline-block; width: 30%; background: #439ee4; border: 1px solid #ccc;}
.mosip ul li a { padding: 10px 0; box-sizing: border-box; display: inline-block; font-size: 16px; color:#fff;}


/* 하위버튼 */
#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;}

  /* 푸터 */
  #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){
.story .whitebox img {width:120px;}
}
@media (max-width: 960px){
  #bul_main  {margin-top: 85px;}
  #story {margin-top: 50px;}
 .story h3 {padding:12px 0 29px 0; font-size: 27px;}
 .story .whitebox img {width:79px; margin: 7px;}
 .story .whitebox { font-size: 14px;}
  .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){
.story .box1 {width:100%;}
.story .box2 {width:100%; margin-top: 40px;}
.story .whitebox img {width:130px; margin: 12px;}
.story .whitebox {font-size: 18px; margin: 24px;}
}

@media (max-width: 600px){
  .story h3 {padding: 0px 0 17px 0; font-size: 22px;}
  .story .whitebox {font-size: 15px;}
  .story .whitebox img {width:100px; margin: 3px;}

  .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;}
#story {margin-top: 25px;}
.story h3 {font-size: 18px;}
.story .whitebox {font-size: 13px; padding: 10px 0;}
.story .whitebox img {width:60px; margin: 3px;}

#bul_main  {margin-top: 86px;}
#mosip {display: none;}
}

@media (max-width: 320px){
.story .whitebox img {display: none;}
.story .whitebox {text-align: center; margin: 12px;}
}
