@charset "UTF-8";

.mv-wrap {
  position: relative;
  height: 260px;
}

.mv-wrap .items {
  height: 260px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding-top: 100px;
  box-sizing: border-box;
}

.mv-wrap .items .txt {
  text-align: center;
  font-size: 1.8rem;
  line-height: 2.2rem;
  color: #fff;
  font-weight: 300;
  text-shadow: 3px 3px 2px rgba(0, 0, 0, 0.6);
  font-weight: 600;
}

.mv-wrap .mv-arrows {
  position: absolute;
  top: 45%;
  left: 50%;
  margin-left: -600px;
}

.mv-wrap .mv-arrows>div {
  cursor: pointer;
  display: inline-block;
}

.mv-wrap .mv-arrows .p-arrow {
  position: absolute;
  left: -100px;
  opacity: .6;
  transition: all ease .3s;
}

.mv-wrap .mv-arrows .p-arrow:hover {
  opacity: 1;
}

.mv-wrap .mv-arrows .n-arrow {
  position: absolute;
  right: -100px;
  opacity: .6;
  transition: all ease .3s;
}

.mv-wrap .mv-arrows .n-arrow:hover {
  opacity: 1;
}

.mv-wrap .slick-dots {
  position: absolute;
  width: 100%;
  bottom: 20px;
  left: 50%;
  margin: 0 0 0 -50%;
  text-align: center;
}

.mv-wrap .slick-dots li {
  display: inline;
  margin: 0 4px;
}

.mv-wrap .slick-dots li button {
  font-size: 0;
  background: none;
  border: none;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #d6d6d6;
  cursor: pointer;
  padding: 0;
}

.mv-wrap .slick-dots li.slick-active button {
  background-color: #00ab5e;
}

.lnb {
  display: flex;
  flex-wrap: wrap;
}

.lnb .lnb-li {
  width: 50%;
  box-sizing: border-box;
  color: #fff;
  background-repeat: no-repeat;
  background-position: 10px;
  position: relative;
  transition: all ease .3s;
  cursor: pointer;
  padding: 20px 0;
  background-size: 35px;
}

.lnb .lnb-li:first-child {
  background-color: #f16c25;
}

.lnb .lnb-li:nth-child(2){
  background-color: #5fb84a;
}

.lnb .lnb-li:nth-child(3){
  background-color: #366bb1;
}

.lnb .lnb-li:last-child {
  background-color: #f8ae21;
}

.lnb>.lnb-li .lnb-head {
  position: relative;
  padding-left: 50px;
}

.lnb>.lnb-li .lnb-head .stit {
  font-size: .9rem;
}

.lnb>.lnb-li .lnb-head .tit {
  font-size: 1rem;
  font-weight: 500;
}

.lnb>.lnb-li .lnb-head .arrow {
  position: absolute;
  right: 0;
  top: 3px;
  right: 8px;
  transition: all ease .3s;
  width: 15px;
  height: 15px;
}

.lnb>.lnb-li .lnb-head .arrow img {
  display: block;
}

.lnb-on {
  color: #fff;
  background-color: #f29867;
  position: fixed;
  top: 27%;
  width: 300px;
  left: 50%;
  margin-left: -150px;
  text-align: center;
  box-sizing: border-box;
  border-radius: 10px;
  display: none;
  opacity: 0;
  z-index: 1000;
}

.lnb-on .first {
  padding: 20px 25px 0 25px;
}

.lnb-on .first .stit {
  font-size: 1rem;
  font-weight: 300;
}

.lnb-on .first .tit {
  font-size: 1.2rem;
  font-weight: 500;
  margin-bottom: 12px;
}

.lnb-on .first .tel {
  border-bottom: 1px solid #f16c25;
  padding-bottom: 15px;
}

.lnb-on .first .tel img {
  display: block;
  margin: auto;
  width: 125px;
}

.lnb-on .second {
  padding: 20px 25px;
}

.lnb-on .second .tit {
  margin-bottom: 12px;
  font-size: 1.1rem;
}

.lnb-on .second .tit span {
  color: #fff7a1;
}

.lnb-on .second .lnb-btns {
  background-color: #ee7534;
  color: #fff;
  padding: 10px 0;
  margin-bottom: 9px;
  cursor: pointer;
}

.lnb-on .second .lnb-btns p {
  display: inline-block;
  position: relative;
}

.lnb-on .second .lnb-btns .loca::before {
  content: "";
  position: absolute;
  left: -20px;
  top: 4px;
  background-image: url(/image/main/marker.png);
  background-repeat: no-repeat;
  background-position: 0;
  width: 20px;
  height: 20px;
}

.lnb-on .second .lnb-btns .oc::before {
  content: "";
  position: absolute;
  left: -28px;
  top: 4px;
  background-image: url(/image/main/online.png);
  background-repeat: no-repeat;
  background-position: 0;
  width: 20px;
  height: 20px;
}

.lnb-on .lnb__close {
  position: absolute;
  top: -30px;
  right: 0;
  width: 20px;
  height: 20px;
}

.lnb-on .lnb__close img {
  width: 100%;
}

.lnb__mask {
  position: fixed;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, .6);
  top: 0;
  z-index: 999;
  display: none;
}

section .m-tit {
  text-align: center;
  font-size: 1.6rem;
}

/* 센터활동 */
.main-section01 {
  background-color: #f9f9f9;
  padding: 35px 0 70px;
  position: relative;
}

.main-section01 .more-btn {
  position: absolute;
  right: 12px;
  top: 0px;
  color: #999;
}

.main-section01 .more-btn .icon {
  display: inline-block;
  transform: translateY(1px);
}

.main-section01 .more-btn:hover {
  color: #21be67;
}

.main-section01 .ca-wrap {
  margin-top: 25px;
  display: flex;
}

.main-section01 .ca-wrap .p-arrow {
  background-image: url(/image/main/prev-arrow03.png);
  background-repeat: no-repeat;
  background-position: 0;
  width: 48px;
  height: 48px;
  position: absolute;
  top: 45%;
  left: -100px;
  opacity: .6;
  transition: all ease .3s;
  cursor: pointer;
}

.main-section01 .ca-wrap .p-arrow:hover {
  opacity: 1;
  background-image: url(/image/main/prev-arrow02.png);
}

.main-section01 .ca-wrap .n-arrow {
  background-image: url(/image/main/next-arrow03.png);
  background-repeat: no-repeat;
  background-position: 0;
  width: 48px;
  height: 48px;
  position: absolute;
  top: 45%;
  right: -100px;
  opacity: .6;
  transition: all ease .3s;
  cursor: pointer;
}

.main-section01 .ca-wrap .n-arrow:hover {
  opacity: 1;
  background-image: url(/image/main/next-arrow02.png);
}

.main-section01 .ca-wrap .slick-list {
  padding: 10px 0;
}

.main-section01 .ca-wrap .items {
  margin: 0 3px;
  border: 1px solid #ddd;
  border-radius: 5px;
  cursor: pointer;
}

.main-section01 .ca-wrap .items .photo {
  height: 110px;
  overflow: hidden;
}

.main-section01 .ca-wrap .items .photo img {
  display: block;
  width: 100%;
  border-radius: 5px 5px 0 0;
}

.main-section01 .ca-wrap .items .txt {
  padding: 6px 8px;
  background-color: #fff;
  border-radius: 0 0 5px 5px;
}

.main-section01 .ca-wrap .items .txt .tit {
  font-size: 1rem;
  font-weight: 500;
  white-space: normal;
  line-height: 1.4em;
  height: 2.8em;
  word-wrap: break-word;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.main-section01 .ca-wrap .items .txt .tit .cate {
  width: 53px;
  text-align: center;
  background-color: #fff;
  color: #fff;
  border-radius: 2px;
  margin-right: 40px;
  font-size: .8rem;
  margin: auto;
  display: inline-block;
  margin-right: 3px;
}

.main-section01 .ca-wrap .items .txt .tit .cate.counsel {
  background-color: #00b647;
}

.main-section01 .ca-wrap .items .txt .tit .cate.dream {
  background-color: #ff8957;
}

.main-section01 .ca-wrap .items .txt .tit .cate.all {
  color: black;
  border: 1px solid;
}

.main-section01 .ca-wrap .items .txt .cont {
  line-height: 1.6rem;
  height: 3.2rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 12px;
  color: #999;
  font-size: 16px;
  font-weight: 300;
}

.main-section01 .ca-wrap .items .txt .date {
  color: #999;
  font-size: .8rem;
  font-family: "Open Sans", sans-serif;
}

.main-section01 .ca-wrap .slick-dots {
  position: absolute;
  width: 100%;
  bottom: -40px;
  left: 50%;
  margin: 0 0 0 -50%;
  text-align: center;
}

.main-section01 .ca-wrap .slick-dots li {
  display: inline;
  margin: 0 4px;
}

.main-section01 .ca-wrap .slick-dots li button {
  font-size: 0;
  background: none;
  border: none;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #d6d6d6;
  cursor: pointer;
  padding: 0;
}

.main-section01 .ca-wrap .slick-dots li.slick-active button {
  background-color: #00ab5e;
}

/* $센터활동 */
/* 프로그램안내 */
.main-section04 {
  background-color: #fff;
  padding: 35px 0 70px 0;
  position: relative;
}

.main-section04 .more-btn {
  position: absolute;
  right: 12px;
  top: 0px;
  color: #999;
}

.main-section04 .more-btn .icon {
  display: inline-block;
  transform: translateY(1px);
}

.main-section04 .more-btn:hover {
  color: #21be67;
}

.main-section04 .pg-wrap {
  margin-top: 30px;
  display: flex;
}

.main-section04 .pg-wrap .p-arrow {
  background-image: url(/image/main/prev-arrow03.png);
  background-repeat: no-repeat;
  background-position: 0;
  width: 48px;
  height: 48px;
  position: absolute;
  left: -100px;
  opacity: .6;
  transition: all ease .3s;
  top: 45%;
  cursor: pointer;
}

.main-section04 .pg-wrap .p-arrow:hover {
  opacity: 1;
  background-image: url(/image/main/prev-arrow02.png);
}

.main-section04 .pg-wrap .n-arrow {
  background-image: url(/image/main/next-arrow03.png);
  background-repeat: no-repeat;
  background-position: 0;
  width: 48px;
  height: 48px;
  position: absolute;
  right: -100px;
  opacity: .6;
  transition: all ease .3s;
  top: 45%;
  cursor: pointer;
}

.main-section04 .pg-wrap .n-arrow:hover {
  opacity: 1;
  background-image: url(/image/main/next-arrow02.png);
}

.main-section04 .pg-wrap .slick-list {
  padding: 10px 0;
}

.main-section04 .pg-wrap .items {
  margin: 0 3px;
  border: 1px solid #ddd;
  border-radius: 7px;
  cursor: pointer;
  position: relative;
}

.main-section04 .pg-wrap .items .pg-li .photo {
  height: 110px;
  overflow: hidden;
}

.main-section04 .pg-wrap .items .pg-li .photo img {
  display: block;
  width: 100%;
  border-radius: 7px 7px 0 0;
}

.main-section04 .pg-wrap .items .pg-li .txt {
  padding: 6px 8px 8px 8px;
  background-color: #fff;
  border-radius: 0 0 7px 7px;
}

.main-section04 .pg-wrap .items .pg-li .txt .tit {
  margin-bottom: 5px;
  font-size: 1rem;
  font-weight: 500;
  white-space: normal;
  line-height: 1.4em;
  height: 2.8em;
  word-wrap: break-word;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.main-section04 .pg-wrap .items .pg-li .txt .tit .cate {
  width: 53px;
  text-align: center;
  background-color: #fff;
  color: #fff;
  border-radius: 2px;
  margin-right: 40px;
  font-size: .8rem;
  margin: auto;
  display: inline-block;
  margin-right: 3px;
}

.main-section04 .pg-wrap .items .pg-li .txt .tit .cate.counsel {
  background-color: #00b647;
}

.main-section04 .pg-wrap .items .pg-li .txt .tit .cate.dream {
  background-color: #ff8957;
}

.main-section04 .pg-wrap .items .pg-li .txt .tit .cate.all {
  color: black;
  border: 1px solid;
}

.main-section04 .pg-wrap .items .pg-li .txt .cont {
  line-height: 1.2rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  color: #999;
  font-size: .7rem;
  font-weight: 300;
}

.main-section04 .pg-wrap .items .pg-li .txt .date {
  color: #999;
  font-size: .8rem;
}

.main-section04 .pg-wrap .items .pg-li .status {
  width: 60px;
  background-color: rgba(0, 0, 0, 0.6);
  color: #fff;
  border-radius: 15px;
  text-align: center;
  font-size: .8rem;
  position: absolute;
  top: 5px;
  right: 5px;
  height: 20px;
  line-height: 20px;
  font-weight: 300;
}

.main-section04 .pg-wrap .slick-dots {
  position: absolute;
  width: 100%;
  bottom: -40px;
  left: 50%;
  margin: 0 0 0 -50%;
  text-align: center;
}

.main-section04 .pg-wrap .slick-dots li {
  display: inline;
  margin: 0 4px;
}

.main-section04 .pg-wrap .slick-dots li button {
  font-size: 0;
  background: none;
  border: none;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #d6d6d6;
  cursor: pointer;
  padding: 0;
}

.main-section04 .pg-wrap .slick-dots li.slick-active button {
  background-color: #00ab5e;
}

/* $프로그램 안내 */
/* 알림마당 */
.main-section02 {
  padding: 35px 0;
  text-align: center;
}

.main-section02 .tab {
  margin-top: 20px;
  display: flex;
  justify-content: center;
}

.main-section02 .tab>li {
  margin: 0 10px;
  color: #999;
  position: relative;
  cursor: pointer;
  font-size: 14px;
}

.main-section02 .tab>li.on {
  font-weight: 500;
  color: #000;
}

.main-section02 .tab>li.on::after {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #000;
}

.main-section02 .tab>li:hover {
  font-weight: 500;
  color: #000;
}

.main-section02 .tab>li:hover::after {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #000;
}

.main-section02 .main-brd-wrap {
  margin-top: 25px;
  text-align: left;
  border-top: 1px solid #ddd;
}

.main-section02 .main-brd-wrap>a>li {
  display: flex;
  align-items: flex-start;
  padding: 10px 5px;
  border-bottom: 1px solid #ddd;
  transition: all ease .3s;
}

.main-section02 .main-brd-wrap>a>li:hover {
  background-color: #f9f9f9;
}

.main-section02 .main-brd-wrap>a>li .cate {
  width: 60px;
  text-align: center;
  background-color: #fff;
  color: #fff;
  border-radius: 2px;
  margin-right: 7px;
  font-size: 12px;
}

.main-section02 .main-brd-wrap>a>li .cate.dream {
  background-color: #ff8957;
  letter-spacing: 3px;
}

.main-section02 .main-brd-wrap>a>li .cate.counsel {
  background-color: #00b647;
}

.main-section02 .main-brd-wrap>a>li .cate.all {
  color: black;
  border: 1px solid;
}

.main-section02 .main-brd-wrap>a>li .tit {
  flex: 1;
}

.main-section02 .main-brd-wrap>a>li .tit p {
  font-size: 1.1rem;
  white-space: normal;
  line-height: 1.4em;
  word-wrap: break-word;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  word-break: keep-all;
}

.main-section02 .main-brd-wrap>a>li .tit .new {
  background-color: #ec885a;
  color: #fff;
  width: 14px;
  height: 14px;
  line-height: 14px;
  font-size: 0.7rem;
  text-align: center;
  display: inline-block;
  margin-left: 2px;
  vertical-align: middle;
  letter-spacing: 1px;
}

.main-section02 .main-brd-wrap>a>li .tit .file {
  width: 14px;
  height: 14px;
  line-height: 14px;
  text-align: center;
  display: inline-block;
  margin-left: 2px;
  vertical-align: middle;
}

.main-section02 .main-brd-wrap>a>li .date {
  margin-left: auto;
  color: #999;
  font-size: 13px;
  font-family: "Open Sans", sans-serif;
  display: block;
}

.main-section02 .more-btn {
  color: #999;
  display: inline-block;
  margin-top: 20px;
  padding: 7px 20px 7px 20px;
  border: 1px solid #ddd;
  width: 140px;
  box-sizing: border-box;
  cursor: pointer;
  transition: all ease .3s;
}

.main-section02 .more-btn div {
  display: inline-block;
  margin-left: 5px;
  transform: translateY(1px);
}

.main-section02 .more-btn:hover {
  border: 1px solid #00b551;
  color: #00b551;
}

/* $알림마당 */
/* 청소년상담복지센터주요사업 */
.main-section03 {
  padding: 35px 0;
  background-color: #f9f9f9;
  position: relative;
}

.main-section03 .mb-wrap {
  width: 90%;
  margin: 35px auto 0 auto;
}

.main-section03 .mb-wrap .items {
  cursor: pointer;
  margin: 0 7px;
}

.main-section03 .mb-wrap .items .icon {
  position: relative;
  height: 100%;
  width: 100%;
  margin: auto;
}

.main-section03 .mb-wrap .items p {
  line-height: 1.2rem;
  text-align: center;
  margin-top: 6px;
  font-size: 1rem;
  color: #333;
  word-break: keep-all;
}

.main-section03 .mb-wrap .mb-arrows {
  position: absolute;
  top: 45%;
  width: 100%;
}

.main-section03 .mb-wrap .mb-arrows>div {
  cursor: pointer;
  display: inline-block;
}

.main-section03 .mb-wrap .mb-arrows .p-arrow {
  background-image: url(/image/main/prev-arrow05.png);
  background-repeat: no-repeat;
  background-position: 0;
  width: 11px;
  height: 24px;
  position: absolute;
  left: -20px;
  top: -20px;
  opacity: .6;
}

.main-section03 .mb-wrap .mb-arrows .n-arrow {
  background-image: url(/image/main/next-arrow05.png);
  background-repeat: no-repeat;
  background-position: 0;
  width: 11px;
  height: 24px;
  position: absolute;
  right: -20px;
  top: -20px;
  opacity: .6;
}

/* $청소년상담복지센터주요사업 */
