@import url("https://fonts.googleapis.com/css?family=Poppins:200,300,400,500,600,700,800,900&display=swap");

.w-btns {
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
    font-family: "S-CoreDream-4Regular", sans-serif;
    text-decoration: none;
    font-weight: 600;
    transition: 0.25s;
	font-size:13px;
}
.w-btn-greens {
    background-color: #77af9c;
    color: #d7fff1;
}

/* 직업 찾기 list  */
.que:first-child{
    border-top: 1px solid #808080;
  }
  
.que{
  position: relative;
  padding: 17px 0;
  cursor: pointer;
  font-size: 14px;
  border-bottom: 1px solid #dddddd;
  
}
  
.que::before{
  display: inline-block;
  content: '＋';
  font-size: 14px;
  color: #006633;
  margin: 0 5px;
}

.que.on>span{
  font-weight: bold;
  color: #006633; 
}
  
.anw {
  display: none;
    overflow: hidden;
  font-size: 14px;
  background-color: #f4f4f2;
  /* padding: 27px 0; */
  padding: 10px;
}
 /* 
.anw::before {
  display: inline-block;
  content: '';
  font-size: 14px;
  font-weight: bold;
  color: #666;
  margin: 0 5px;
}
*/
.anw a div {
  font-family: "S-CoreDream-4Regular", sans-serif;
  font-size: 14px;
  font-weight: bold;
  color: #0099CC;
  padding: 5px;
}
.arrow-wrap {
  position: absolute;
  top:50%; right: 10px;
  transform: translate(0, -50%);
}

.que .arrow-top {
  display: none;
}
.que .arrow-bottom {
  display: block;
}
.que.on .arrow-bottom {
  display: none;
}
.que.on .arrow-top {
  display: block; 
}


.Jobtab_search {
      width: 240px;
      height: 40px;
    }
/*
.Jobtab_search input {
      width: 180px;
      height: 30px;
      margin-right: 3px;
      color: #333;
      border: 1px solid #ddd;
      padding-left: 5px;
    }

.Jobtab_search button {
      border: 0;
      padding: 3px 10px;
      background-color: #008c99;
      border-radius: 4px;
      color: #fff;
    }
*/
.class-wrap {
  position: relative;
  background: url(../images/class-bg3.jpg) no-repeat top;
  background-size: cover;
  padding: 70px 0;
  background-size: cover;
}

.sLists {
	padding-left:30px;font-family: "S-CoreDream-4Regular", sans-serif;
}

