@charset "utf-8";
.splide__sr,
.con-tit-bg { 
  display: none;
}

body {
  background-position: 0 41.3rem;
}

.wrap h3 {
  display: inline-block;
  padding: 0rem 2rem 2rem 2rem;
  color: var(--main);
  font-size: 2.8rem;
  font-weight: 500;
  line-height: normal;
}

.board {
  position: relative;
  display: flex;
  width: 100%;
}

.board h3 {
  padding: 0;
}

.board .tab {
  position: relative;
  display: block;
  padding: 0rem 2rem 2rem 2rem;
  height: 5.3rem;
  /* color: #999; */
  color: #555;
  font-size: 2.4rem;
  font-weight: 500;
  border-bottom: none;
  z-index: 1;
}

.board .tab::before {
  content: '';
  position: absolute;
  left: -1rem;
  top: 1.4rem;
  width: 1.5rem;
  height: 0.2rem;
  background: #BEBEBE;
  transform: rotate(107deg);
}

.board>div:nth-child(1) .tab::before {
  display: none;
}

.board .select .tab {
  color: var(--main);
  font-size: 2.8rem;
  border-bottom: 0.3rem solid var(--main);
}

.board .list {
  position: absolute;
  left: 0;
  top: calc(5.3rem - 1px);
  display: none;
  width: 100%;
  border-top: 1px solid #BEBEBE;
}

.board .select .list {
  display: block;
}

.more {
  position: absolute;
  right: 0;
  top: 0;
  display: inline-block;
  width: 2.8rem;
  height: 2.8rem;
  background: url(/img/main/more.svg) no-repeat 0 0 / 100%;
  transition: .3s;
}

.more:hover {
  transform: rotate(90deg);
}

.list+.more {
  display: none;
}

.select .list+.more {
  display: block;
}

.top-con {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  gap: 8rem;
  padding-top: 4.8rem;
  padding-bottom: 4.8rem;
}

#pzone {
  position: relative;
  flex: 1 1 50%;
  max-width: 74rem;
  width: 100%;
}

#pzone .splide__track {
  width: 100%;
  max-height: 54.9rem;
  border-radius: 2.8rem;
  border: 1px solid rgba(0, 0, 0, 0.10);
  box-shadow: var(--shadow);
  overflow: hidden;
}

#pzone .splide__list {
  display: flex;
  white-space: nowrap;
}

#pzone .splide__list>li {
  flex: 0 0 auto;
  width: 100%;
  line-height: 0;
}

#pzone .splide__list>li>a {
  display: block;
  width: 100%;
  height: 100%;
}

#pzone .splide__list>li img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}

#pzone .focus:focus-visible::after {
  border-radius: 2.8rem;
}

#pzone .splide__arrows {
  position: absolute;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 1.5rem;
  padding: 1rem 3rem;
  border-radius: 2.8rem 0rem;
  /* background: rgba(0, 0, 0, 0.50); */
	background: rgba(0, 0, 0, 0.80);
  z-index: 2;
}

#pzone .splide__arrow {
  width: 3rem;
  height: 3rem;
  border-radius: 6rem;
  border: 1px solid rgba(255, 255, 255, 0.50);
  background: url(/img/main/pzone-arrow-w.svg) no-repeat center / 0.6rem;
}

#pzone .splide__arrow--next {
  transform: rotate(180deg);
}

#pzone .count {
  color: #FFF;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 160%;
}

.top-Rcon {
  flex: 1 0 0;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  min-width: 37.5rem;
  max-width: 58rem;
}

.top-Rcon .search {
  position: relative;
  margin-bottom: 3.9rem;
  width: 100%;
}

.top-Rcon .search label {
  position: absolute;
  left: 3.2rem;
  top: -2.4rem;
  padding: 0.9rem 2rem;
  color: #FFF;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: normal;
  border-radius: 2rem 2rem 2rem 0rem;
  background: var(--main);
}

.top-Rcon .search input[type=text] {
  width: 100%;
  padding: 1.9rem 6rem 1.9rem 3.2rem;
  color: #666;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.01em;
  border-radius: 1.4rem;
  border: 0.3rem solid #006EFF;
  background: #FFF;
  box-shadow: 0 0.3rem 1rem 0 rgba(0, 0, 0, 0.08);
}

.top-Rcon .search input[type=submit] {
  position: absolute;
  right: 3.2rem;
  top: calc(50% - 1.4rem);
  width: 2.8rem;
  height: 2.8rem;
  font-size: 0;
  border: none;
  background: url(/img/main/search.svg) no-repeat center / 2.8rem;
}

#notice .list-top a {
  display: flex;
  align-items: center;
  gap: 2.8rem;
  padding: 1.85rem 2rem;
  text-decoration: none;
  border-bottom: 1px dashed #BEBEBE;
}

#notice .list-top a:hover .con {
  text-decoration: underline;
}

#notice .list-top .date {
  position: relative;
  flex: 0 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0.2rem;
  width: 8.8rem;
  height: 8.8rem;
  color: #666;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: normal;
  border-radius: 2rem;
  background: #F3F6FB;
}

#notice .list-top .date span {
  color: var(--charcoal);
  font-size: 2.6rem;
  font-weight: 700;
  line-height: normal;
}

#notice .list-top .date::before {
  content: 'N';
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  right: -1rem;
  top: -0.7rem;
  width: 3rem;
  height: 3rem;
  color: #FFF;
  font-size: 1.5rem;
  font-weight: 900;
  line-height: normal;
  border-radius: 3.2rem;
  background: #F33261;
}

#notice .list-top .con {
  flex: 1 1 auto;
  width: 100%;
  overflow: hidden;
}

#notice .list-top .tit {
  margin-bottom: 1rem;
  font-size: 2rem;
  font-weight: 500;
  line-height: 130%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

#notice .list-top .txt {
  display: -webkit-box;
  width: 100%;
  height: 5rem;
  /* color: #777; */
  color: #555;
  font-size: 1.6rem;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  white-space: normal;
  overflow: hidden;
}

#notice .list ul {
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
  padding: 2.5rem 2.4rem;
}

#notice .list ul li {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  padding-left: 2rem;
  line-height: normal;
}

#notice .list ul li::before {
  content: '';
  position: absolute;
  left: 0;
  top: calc(50% - 0.25rem);
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  background: #444;  
}

#notice .list ul li a {
  display: inline-block;
  color: #555;
  letter-spacing: 0.01em;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

#notice .list ul li span {
  flex: 0 0 auto;
  /* color: #888; */
  font-size: 1.3rem;
  font-weight: 500;
  letter-spacing: 0.01em;
}

#quick {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 0.9rem;
  padding: 1.1rem 2rem;
  width: 100%;
  border-radius: 2rem;
  /* background: url(/img/main/top-con-bg.png) no-repeat center/ cover; */
  background: #F3F6FB;
}

#quick .kakao a {
  position: relative;
  display: block;
  padding: 0 0 2.2rem 6.9rem;
  background: url(../img/main/quick-kakao.svg) no-repeat left center / 5.8rem, url(../img/main/ic-arrow.svg) no-repeat 6.9rem bottom / 2.2rem;
  transition: .3s;
}

#quick .kakao a:hover {
  background-position: left center, 8rem bottom;
}

#quick .kakao p:nth-child(1) {
  margin-bottom: 0.2rem;
  color: #171717;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 130%;
  letter-spacing: 0.01em;
}

#quick .kakao p:nth-child(2) {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  color: #371D1E;
  font-size: 1.9rem;
  font-weight: 600;
  line-height: 130%;
  letter-spacing: 0.01em;
}

#quick .kakao p:nth-child(2) img {
  max-width: 9.6rem;
}

#quick>ul {
  display: flex;
  align-items: center;
  gap: 1.2rem;
}

#quick>ul a {
  position: relative;
  display: block;
  text-align: center;
  padding-top: 7.3rem;
  min-width: 7rem;
  /* color: #fff; */
  color: #371D1E;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 130%;
  letter-spacing: 0.01em;
  /* text-shadow:-1px 0 rgba(0, 0, 0, 0.2), 0 -1px rgba(0, 0, 0, 0.2), 1px 0 rgba(0, 0, 0, 0.2), 0 1px rgba(0, 0, 0, 0.2); */
}

#quick>ul a::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  margin: auto;
  width: 7rem;
  height: 7rem;
  border-radius: 1.7rem;
  background: #fff url(/img/main/quick.svg) no-repeat 0 0 / 21rem;
  transition: .3s;
}

#quick>ul a:hover:before {
  background-color: var(--main);
}

#quick>ul li.ic01 a:hover:before {
  background-position: 0 -7rem;
}

#quick>ul li.ic02 a::before {
  background-position: -7rem 0;
}

#quick>ul li.ic02 a:hover::before {
  background-position: -7rem -7rem;
}

#quick>ul li.ic03 a::before {
  background-position: calc(-7rem * 2) 0;
}

#quick>ul li.ic03 a:hover::before {
  background-position: calc(-7rem * 2) -7rem;
}

#quick>ul a span {
  position: absolute;
  right: 0.7rem;
  top: -1.5rem;
  padding: 0 1.3rem;
  height: 3rem;
  color: #111;
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 3rem;
  border-radius: 1.5rem 1.5rem 1.5rem 0rem;
  background: #FFDC00;
  text-shadow: none;
}

#edu .list {
  gap: 1.4rem 2rem;
  padding-top: 3.2rem;
}

#edu .select .list {
  display: flex;
}

#edu .list>li {
  flex: 0 0 calc(50% - 1rem);
  border-radius: 1rem;
  border: 1px solid rgba(0, 0, 0, 0.08);
  background: #FFF;
  overflow: hidden;
  transition: .3s;
}

#edu .list>li:hover {
  box-shadow: 0 1rem 2rem 0 rgba(0, 0, 0, 0.10);
}

#edu .list>li .tag {
  display: flex;
  justify-content: space-between;
  padding: 3rem 2.8rem 1.4rem 2.8rem;
}

#edu .list>li .tag .hash {
  color: var(--main);
  font-size: 1.4rem;
  font-weight: 500;
}

#edu .list>li .tag .info {
  display: flex;
  align-items: center;  
  gap: 0.2rem;
}

#edu .list>li .tag .info span {
  display: flex;
  align-items: center;
  padding: 0 1.2rem;
  height: 2.3rem;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 500;
  border-radius: 1.6rem;
  border: 1px solid transparent;
}

#edu .list>li.ing .tag .info .state {
  background: var(--main);
}

#edu .list>li.end .tag .info .state {
  background: #666;
}

#edu .list>li .tag .info .fee {
  color: var(--main);
  border-color: var(--main);
}

#edu .list>li .tit {
  display: -webkit-box;
  padding-left: 2.8rem;
  padding-right: 2.8rem;
  height: 4.8rem;
  color: #242424;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 136%;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-break: keep-all;
  white-space: normal;
  overflow: hidden;
}

#edu .list>li .txt {
  padding: 1.5rem 2.8rem 2.6rem 2.8rem;
}

#edu .list>li .txt li {
  position: relative;
  display: flex;
  gap: 1.2rem;
  padding-left: 2.4rem;
  color: #686868;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: normal;
}

#edu .list>li .txt li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 2rem;
  height: 2rem;
  background: url(/img/main/edu.svg) no-repeat 0 0 / 4rem;
}

#edu .list>li .txt li:nth-child(2) {
  margin-top: 0.8rem;
}

#edu .list>li .txt li:nth-child(2)::before {
  background-position: -2rem 0;
}

#edu .list>li .txt li span {
  flex: 0 0 auto;
  color: #333;
}

#edu .list>li .btn-box {
  display: flex;
}

#edu .list>li .btn-box a {
  flex: 1 1 50%;
  display: block;
  text-align: center;
  padding: 1.5rem 0rem;
  font-size: 1.6rem;
  font-weight: 500;
  border-top: 1px solid rgba(0, 0, 0, 0.10);
}

#edu .list>li.ing .btn-box a {
  color: #fff;
  background: var(--main);
}

#edu .list>li.ing .btn-box a:nth-child(2) {
  border-left: 1px solid rgba(0, 0, 0, 0.08);
}

#edu .list>li.end .btn-box a {
  color: #666;
  background: #F5F5F5;
}

#edu .list>li.ing .btn-box .focus:focus-visible::after {
  border-radius: 0 0 0 2.8rem;
}

#edu .list>li.ing .btn-box .focus:nth-child(2):focus-visible::after {
  border-radius: 0 0 2.8rem 0;
}

#edu .list>li.end .btn-box .focus:focus-visible::after {
  border-radius: 0 0 2.8rem 2.8rem;
}

.btm-con {
  display: flex;
  gap: 5.6rem;
  flex-wrap: wrap;
  padding-bottom: 6.8rem;
}

.btm-con>div {
  width: calc(50% - 5.6rem / 2);
}

#data .list {
  display: flex;
  justify-content: space-between;
  gap: 1.4rem;
  flex-wrap: wrap;
  padding: 3.2rem 0rem;
}

#data .list>li {
  width: 100%;
  max-width: calc(50% - 0.7rem);
  height: 12rem;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 140%; 
  border-radius: 1.2rem;
  border: 1px solid #DBE7F5;
  background: #F4F9FF;
}

#data .list a {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
  padding: 2.8rem 3.2rem;
  width: 100%;
  height: 100%;
  border-radius: 1.2rem;
  background: url(/img/main/data.svg) no-repeat right 3rem bottom 3rem / 2rem;
  transition: .3s;
}

#data .list a:hover {
  background-position: right 3.5rem bottom 3.5rem;
}

#data .list a .tit {
  color: #555;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

#data .list a .date {
  color: #888;
  font-size: 1.3rem;
  line-height: normal;
  letter-spacing: 0.01em;
}

#data .list .ready {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  color: #808d9d;
}

#gallery {
  position: relative;
}

#gallery .list {
  margin-top: -1px;
  width: 100%;
  border-top: 1px solid #BEBEBE;
}

#gallery h3 {
  border-bottom: 0.3rem solid var(--main);
}

#gallery .list {
  display: flex;
  gap: 1.4rem 2rem;
  padding-top: 3.2rem;
}

#gallery .list>li {
  flex: 0 0 calc(50% - 1rem);
  /* overflow: hidden; */
}

#gallery .list a {
  display: flex;
  flex-direction: column;
  gap: 0.9rem;
}

#gallery .list .img {
  height: 20rem;
  border-radius: 1rem;
  border: 1px solid rgba(0, 0, 0, 0.10);
  background: #F4F9FF;
  overflow: hidden;
}

#gallery .list .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#gallery .list .tit {
  color: #555;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: normal;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

#gallery .list .date {
  /* color: #888; */
  color: #555;
  font-size: 1.3rem;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.01em;
}

#gallery .nodata {
  color: #555;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 140%; 
}

#gallery .more {
  display: block;
}

/* mb */
@media screen and (max-width:1024px) {
  .top-con {
    align-items: center;
    flex-direction: column;
  }

  #pzone {
    margin: 0 auto;
    width: 100%;
  }
  
  .top-Rcon {
    width: 100%;
    max-width: 74rem;
    min-width: auto;
  }

  #quick {
    flex-direction: column;
    gap: 3rem;
    padding: 3rem;
  }

  .btm-con {
    align-items: center;
    flex-direction: column;
  }

  .btm-con>div {
    width: 100%;
    max-width: 74rem;
  }
}


/* min-mb */
@media screen and (max-width:500px) {  
  #notice .list ul li span {
    display: none;
  }

  #quick {
    gap: 2rem;
  }

  #edu .list {
   flex-direction: column;
  }

  #data .list>li {
    max-width: 100%;
  }

  #gallery .list {
    flex-direction: column;
  }

  #gallery .list .img {
    height: 30rem;
  }
}
