@charset "UTF-8";
/* =================================================================
   1. [SCSS Variables] Raw Data Definition
   * 이곳은 '순수 값'만 정의합니다. 실제 코드에서는 사용하지 않는 것을 권장합니다.
   * 브랜드 컬러 코드가 바뀌면 여기만 수정하세요.
   ================================================================= */
/* 드롭다운,멀티포함 */
/* Level 1: Fixed UI (헤더 영역) */
/* Level 2: Dropdowns (헤더 위에 뜨는 요소) */
/* Level 3: Overlays (전체 화면을 덮는 요소) */
/* Level 4: Controls (가장 최상위 컨트롤) */
/**
 * [A. 일반 속성용] width, height, padding, margin, gap 등
 * @param $property : CSS 속성명
 * @param $values : 값
 * @param $raw : (옵션) true일 경우 /3 계산 안함
 */
/**
 * [B. 폰트 전용] font-size + line-height + Text Crop
 */
#btn-login, #btn-idfind, #btn-join, #btn-findpw, #btn-ok, #btn-complete {
  width: 34.375vw;
}
@media (min-width: 641px) {
  #btn-login, #btn-idfind, #btn-join, #btn-findpw, #btn-ok, #btn-complete {
    width: 9.1667rem;
  }
}
@media (min-width: 1200px) {
  #btn-login, #btn-idfind, #btn-join, #btn-findpw, #btn-ok, #btn-complete {
    width: 147px;
  }
}
@media screen and (min-width: 1200px) {
  #btn-login, #btn-idfind, #btn-join, #btn-findpw, #btn-ok, #btn-complete {
    width: 220px;
  }
}

.new .section-inner {
  width: 87.5%;
  margin: auto;
}
.new .section-inner {
  padding-top: 18.75vw;
}
@media (min-width: 641px) {
  .new .section-inner {
    padding-top: 5rem;
  }
}
@media (min-width: 1200px) {
  .new .section-inner {
    padding-top: 80px;
  }
}
@media screen and (min-width: 1200px) {
  .new .section-inner {
    width: 100%;
    max-width: 1440px;
    margin-top: 120px;
    padding-top: 120px !important;
  }
}
.new .section-inner .list-header {
  flex-flow: wrap;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.new .section-inner .list-header {
  gap: 5vw;
}
@media (min-width: 641px) {
  .new .section-inner .list-header {
    gap: 1.3333rem;
  }
}
@media (min-width: 1200px) {
  .new .section-inner .list-header {
    gap: 21px;
  }
}
.new .section-inner .list-header {
  margin-bottom: 12.5vw;
}
@media (min-width: 641px) {
  .new .section-inner .list-header {
    margin-bottom: 3.3333rem;
  }
}
@media (min-width: 1200px) {
  .new .section-inner .list-header {
    margin-bottom: 53px;
  }
}
@media screen and (min-width: 1200px) {
  .new .section-inner .list-header {
    margin-bottom: 80px;
    gap: 0;
    justify-content: space-between;
  }
}
.new .section-inner .list-header .total-count {
  color: #444444;
  font-weight: 500;
}
.new .section-inner .list-header .total-count {
  font-size: 3.5938vw;
}
@media (min-width: 641px) {
  .new .section-inner .list-header .total-count {
    font-size: 0.9583rem;
  }
}
@media (min-width: 1200px) {
  .new .section-inner .list-header .total-count {
    font-size: 15px;
  }
}
@media screen and (min-width: 1200px) {
  .new .section-inner .list-header .total-count {
    font-size: 16px;
  }
}
.new .section-inner .list-header .search-area {
  width: 100%;
}
@media screen and (min-width: 1200px) {
  .new .section-inner .list-header .search-area {
    width: 480px;
  }
}
.new .section-inner .list-header .search-area input {
  width: 100%;
  border: 1px solid #9F9F9F;
}
.new .section-inner .list-header .search-area input {
  padding-left: 5vw;
}
@media (min-width: 641px) {
  .new .section-inner .list-header .search-area input {
    padding-left: 1.3333rem;
  }
}
@media (min-width: 1200px) {
  .new .section-inner .list-header .search-area input {
    padding-left: 21px;
  }
}
.new .section-inner .list-header .search-area input {
  height: 12.5vw;
}
@media (min-width: 641px) {
  .new .section-inner .list-header .search-area input {
    height: 3.3333rem;
  }
}
@media (min-width: 1200px) {
  .new .section-inner .list-header .search-area input {
    height: 53px;
  }
}
.new .section-inner .list-header .search-area input {
  border-radius: 12.5vw;
}
@media (min-width: 641px) {
  .new .section-inner .list-header .search-area input {
    border-radius: 3.3333rem;
  }
}
@media (min-width: 1200px) {
  .new .section-inner .list-header .search-area input {
    border-radius: 53px;
  }
}
.new .section-inner .list-header .search-area input {
  font-size: 3.75vw;
}
@media (min-width: 641px) {
  .new .section-inner .list-header .search-area input {
    font-size: 1rem;
  }
}
@media (min-width: 1200px) {
  .new .section-inner .list-header .search-area input {
    font-size: 16px;
  }
}
@media screen and (min-width: 1200px) {
  .new .section-inner .list-header .search-area input {
    height: 64px;
    border-radius: 64px;
    padding-left: 24px;
    line-height: 64px;
    font-size: 18px;
  }
}
.new .section-inner .list-header .search-area input::-moz-placeholder {
  font-size: 3.75vw;
}
.new .section-inner .list-header .search-area input::placeholder {
  font-size: 3.75vw;
}
@media (min-width: 641px) {
  .new .section-inner .list-header .search-area input::-moz-placeholder {
    font-size: 1rem;
  }
  .new .section-inner .list-header .search-area input::placeholder {
    font-size: 1rem;
  }
}
@media (min-width: 1200px) {
  .new .section-inner .list-header .search-area input::-moz-placeholder {
    font-size: 16px;
  }
  .new .section-inner .list-header .search-area input::placeholder {
    font-size: 16px;
  }
}
@media screen and (min-width: 1200px) {
  .new .section-inner .list-header .search-area input::-moz-placeholder {
    font-size: 18px;
  }
  .new .section-inner .list-header .search-area input::placeholder {
    font-size: 18px;
  }
}
.new .section-inner .list-header .search-area .btn-search {
  position: absolute;
  right: 0;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.new .section-inner .list-header .search-area .btn-search {
  width: 14.0625vw;
}
@media (min-width: 641px) {
  .new .section-inner .list-header .search-area .btn-search {
    width: 3.75rem;
  }
}
@media (min-width: 1200px) {
  .new .section-inner .list-header .search-area .btn-search {
    width: 60px;
  }
}
.new .section-inner .list-header .search-area .btn-search {
  height: 12.5vw;
}
@media (min-width: 641px) {
  .new .section-inner .list-header .search-area .btn-search {
    height: 3.3333rem;
  }
}
@media (min-width: 1200px) {
  .new .section-inner .list-header .search-area .btn-search {
    height: 53px;
  }
}
@media screen and (min-width: 1200px) {
  .new .section-inner .list-header .search-area .btn-search {
    width: 68px;
    height: 64px;
  }
}
.new .section-inner .list-header .search-area .btn-search .icon-svg {
  width: 4.0625vw;
}
@media (min-width: 641px) {
  .new .section-inner .list-header .search-area .btn-search .icon-svg {
    width: 1.0833rem;
  }
}
@media (min-width: 1200px) {
  .new .section-inner .list-header .search-area .btn-search .icon-svg {
    width: 17px;
  }
}
.new .section-inner .list-header .search-area .btn-search .icon-svg {
  height: 4.0625vw;
}
@media (min-width: 641px) {
  .new .section-inner .list-header .search-area .btn-search .icon-svg {
    height: 1.0833rem;
  }
}
@media (min-width: 1200px) {
  .new .section-inner .list-header .search-area .btn-search .icon-svg {
    height: 17px;
  }
}
@media screen and (min-width: 1200px) {
  .new .section-inner .list-header .search-area .btn-search .icon-svg {
    width: 20px;
    height: 20px;
  }
}

.board-wrap .list .badge, .board-wrap.detail .badge {
  color: #ffffff;
  font-weight: 600;
  background: #0C6FB8;
  line-height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  display: inline-flex;
}
.board-wrap .list .badge, .board-wrap.detail .badge {
  margin-bottom: 4.375vw;
}
@media (min-width: 641px) {
  .board-wrap .list .badge, .board-wrap.detail .badge {
    margin-bottom: 1.1667rem;
  }
}
@media (min-width: 1200px) {
  .board-wrap .list .badge, .board-wrap.detail .badge {
    margin-bottom: 19px;
  }
}
.board-wrap .list .badge, .board-wrap.detail .badge {
  font-size: 3.5938vw;
}
@media (min-width: 641px) {
  .board-wrap .list .badge, .board-wrap.detail .badge {
    font-size: 0.9583rem;
  }
}
@media (min-width: 1200px) {
  .board-wrap .list .badge, .board-wrap.detail .badge {
    font-size: 15px;
  }
}
.board-wrap .list .badge, .board-wrap.detail .badge {
  height: 6.5625vw;
}
@media (min-width: 641px) {
  .board-wrap .list .badge, .board-wrap.detail .badge {
    height: 1.75rem;
  }
}
@media (min-width: 1200px) {
  .board-wrap .list .badge, .board-wrap.detail .badge {
    height: 28px;
  }
}
.board-wrap .list .badge, .board-wrap.detail .badge {
  line-height: 7.3438vw;
}
@media (min-width: 641px) {
  .board-wrap .list .badge, .board-wrap.detail .badge {
    line-height: 1.9583rem;
  }
}
@media (min-width: 1200px) {
  .board-wrap .list .badge, .board-wrap.detail .badge {
    line-height: 31px;
  }
}
.board-wrap .list .badge, .board-wrap.detail .badge {
  padding: 0 3.125vw;
}
@media (min-width: 641px) {
  .board-wrap .list .badge, .board-wrap.detail .badge {
    padding: 0 0.8333rem;
  }
}
@media (min-width: 1200px) {
  .board-wrap .list .badge, .board-wrap.detail .badge {
    padding: 0 13px;
  }
}
.board-wrap .list .badge, .board-wrap.detail .badge {
  border-radius: 1.875vw;
}
@media (min-width: 641px) {
  .board-wrap .list .badge, .board-wrap.detail .badge {
    border-radius: 0.5rem;
  }
}
@media (min-width: 1200px) {
  .board-wrap .list .badge, .board-wrap.detail .badge {
    border-radius: 8px;
  }
}
@media screen and (min-width: 1200px) {
  .board-wrap .list .badge, .board-wrap.detail .badge {
    margin-bottom: 20px;
    font-size: 16px;
    height: 32px;
    padding: 0 16px;
    border-radius: 8px;
    line-height: 32px;
  }
}
.board-wrap .list .badge.prereg, .board-wrap.detail .badge.prereg {
  background: #ffffff;
  color: #0C6FB8;
  border: 1px solid #0C6FB8;
}
.board-wrap .list {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
}
.board-wrap .list {
  gap: 6.25vw;
}
@media (min-width: 641px) {
  .board-wrap .list {
    gap: 1.6667rem;
  }
}
@media (min-width: 1200px) {
  .board-wrap .list {
    gap: 27px;
  }
}
@media screen and (min-width: 768px) {
  .board-wrap .list {
    grid-template-columns: repeat(2, 1fr);
    gap: 40px 24px;
  }
}
@media screen and (min-width: 1200px) {
  .board-wrap .list {
    grid-template-columns: repeat(3, 1fr);
    gap: 40px 24px;
  }
}
.board-wrap .list .item {
  position: relative;
  overflow: hidden;
  border: 1px solid #DEDEDE;
}
.board-wrap .list .item {
  border-radius: 2.8125vw;
}
@media (min-width: 641px) {
  .board-wrap .list .item {
    border-radius: 0.75rem;
  }
}
@media (min-width: 1200px) {
  .board-wrap .list .item {
    border-radius: 12px;
  }
}
@media screen and (min-width: 1200px) {
  .board-wrap .list .item {
    border-radius: 16px;
  }
  .board-wrap .list .item:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: calc(100% - 5px);
    height: calc(100% - 5px);
    pointer-events: none;
    border-radius: 16px;
    border: 3px solid transparent;
    z-index: 2;
    transition: all 0.2s ease;
  }
}
.board-wrap .list .item .thumb-box {
  width: 100%;
}
.board-wrap .list .item .thumb-box {
  height: 45.3125vw;
}
@media (min-width: 641px) {
  .board-wrap .list .item .thumb-box {
    height: 12.0833rem;
  }
}
@media (min-width: 1200px) {
  .board-wrap .list .item .thumb-box {
    height: 193px;
  }
}
@media screen and (min-width: 1200px) {
  .board-wrap .list .item .thumb-box {
    height: 240px;
  }
}
.board-wrap .list .item .thumb-box a {
  width: 100%;
  height: 100%;
}
.board-wrap .list .item .thumb-box a img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.board-wrap .list .item .thumb-box.video .icon-svg {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.board-wrap .list .item .thumb-box.video .icon-svg {
  width: 14.5313vw;
}
@media (min-width: 641px) {
  .board-wrap .list .item .thumb-box.video .icon-svg {
    width: 3.875rem;
  }
}
@media (min-width: 1200px) {
  .board-wrap .list .item .thumb-box.video .icon-svg {
    width: 62px;
  }
}
.board-wrap .list .item .thumb-box.video .icon-svg {
  height: 14.5313vw;
}
@media (min-width: 641px) {
  .board-wrap .list .item .thumb-box.video .icon-svg {
    height: 3.875rem;
  }
}
@media (min-width: 1200px) {
  .board-wrap .list .item .thumb-box.video .icon-svg {
    height: 62px;
  }
}
.board-wrap .list .item .info-box {
  display: block;
}
.board-wrap .list .item .info-box {
  padding: 5vw 6.875vw 6.875vw 6.875vw;
}
@media (min-width: 641px) {
  .board-wrap .list .item .info-box {
    padding: 1.3333rem 1.8333rem 1.8333rem 1.8333rem;
  }
}
@media (min-width: 1200px) {
  .board-wrap .list .item .info-box {
    padding: 21px 29px 29px 29px;
  }
}
@media screen and (min-width: 1200px) {
  .board-wrap .list .item .info-box {
    padding: 28px 50px 50px 50px;
  }
}
.board-wrap .list .item .info-box .tit {
  display: block;
  width: 100%;
  color: #2B2B2B;
  font-size: 52px;
  font-weight: 600;
  letter-spacing: -0.52px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.board-wrap .list .item .info-box .tit {
  margin-bottom: 3.75vw;
}
@media (min-width: 641px) {
  .board-wrap .list .item .info-box .tit {
    margin-bottom: 1rem;
  }
}
@media (min-width: 1200px) {
  .board-wrap .list .item .info-box .tit {
    margin-bottom: 16px;
  }
}
.board-wrap .list .item .info-box .tit {
  font-size: 4.0625vw;
}
@media (min-width: 641px) {
  .board-wrap .list .item .info-box .tit {
    font-size: 1.0833rem;
  }
}
@media (min-width: 1200px) {
  .board-wrap .list .item .info-box .tit {
    font-size: 17px;
  }
}
@media screen and (min-width: 1200px) {
  .board-wrap .list .item .info-box .tit {
    margin-bottom: 16px;
    font-size: 20px;
  }
}
.board-wrap .list .item .info-box .desc {
  color: #616161;
  font-weight: 400;
  letter-spacing: -0.48px;
  display: -webkit-box;
  overflow: hidden;
  vertical-align: top;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
}
.board-wrap .list .item .info-box .desc {
  font-size: 4.0625vw;
}
@media (min-width: 641px) {
  .board-wrap .list .item .info-box .desc {
    font-size: 1.0833rem;
  }
}
@media (min-width: 1200px) {
  .board-wrap .list .item .info-box .desc {
    font-size: 17px;
  }
}
@media screen and (min-width: 1200px) {
  .board-wrap .list .item .info-box .desc {
    font-size: 18px;
  }
}
.board-wrap .list .item:hover:before {
  border: 3px solid #0C6FB8;
}
.board-wrap .list .item:hover {
  box-shadow: 8px 8px 16px 0 rgba(0, 0, 0, 0.06);
}
.board-wrap .list .no-data {
  grid-column: 1/-1 !important;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 300px;
  text-align: center;
  font-size: 18px;
  border-top: 1px solid #DEDEDE;
  border-bottom: 1px solid #DEDEDE;
}
.board-wrap.detail .detail-header {
  flex-flow: wrap;
  border-bottom: 1px solid #DEDEDE;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.board-wrap.detail .detail-header {
  padding-bottom: 5.625vw;
}
@media (min-width: 641px) {
  .board-wrap.detail .detail-header {
    padding-bottom: 1.5rem;
  }
}
@media (min-width: 1200px) {
  .board-wrap.detail .detail-header {
    padding-bottom: 24px;
  }
}
.board-wrap.detail .detail-header {
  gap: 0 1.5625vw;
}
@media (min-width: 641px) {
  .board-wrap.detail .detail-header {
    gap: 0 0.4167rem;
  }
}
@media (min-width: 1200px) {
  .board-wrap.detail .detail-header {
    gap: 0 7px;
  }
}
@media screen and (min-width: 1200px) {
  .board-wrap.detail .detail-header {
    padding: 0 120px 40px 120px;
  }
}
.board-wrap.detail .detail-header > strong {
  display: block;
  width: 100%;
  color: #000000;
  font-weight: 700;
}
.board-wrap.detail .detail-header > strong {
  font-size: 5.4688vw;
}
@media (min-width: 641px) {
  .board-wrap.detail .detail-header > strong {
    font-size: 1.4583rem;
  }
}
@media (min-width: 1200px) {
  .board-wrap.detail .detail-header > strong {
    font-size: 23px;
  }
}
@media screen and (min-width: 1200px) {
  .board-wrap.detail .detail-header > strong {
    font-size: 32px;
  }
}
.board-wrap.detail .detail-header .date {
  position: absolute;
  right: 0;
  top: 0;
  color: #9F9F9F;
  font-weight: 500;
  letter-spacing: -0.48px;
}
.board-wrap.detail .detail-header .date {
  top: 0.3906vw;
}
@media (min-width: 641px) {
  .board-wrap.detail .detail-header .date {
    top: 0.1042rem;
  }
}
@media (min-width: 1200px) {
  .board-wrap.detail .detail-header .date {
    top: 2px;
  }
}
.board-wrap.detail .detail-header .date {
  font-size: 3.75vw;
}
@media (min-width: 641px) {
  .board-wrap.detail .detail-header .date {
    font-size: 1rem;
  }
}
@media (min-width: 1200px) {
  .board-wrap.detail .detail-header .date {
    font-size: 16px;
  }
}
.board-wrap.detail .detail-header .data-row {
  margin-top: 5vw;
}
@media (min-width: 641px) {
  .board-wrap.detail .detail-header .data-row {
    margin-top: 1.3333rem;
  }
}
@media (min-width: 1200px) {
  .board-wrap.detail .detail-header .data-row {
    margin-top: 21px;
  }
}
@media screen and (min-width: 1200px) {
  .board-wrap.detail .detail-header .data-row {
    margin-top: 20px;
  }
}
@media screen and (min-width: 1200px) {
  .board-wrap.detail .detail-header .data-row ul {
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
  .board-wrap.detail .detail-header .data-row ul {
    gap: 1.875vw;
  }
}
@media screen and (min-width: 1200px) and (min-width: 641px) {
  .board-wrap.detail .detail-header .data-row ul {
    gap: 0.5rem;
  }
}
@media screen and (min-width: 1200px) and (min-width: 1200px) {
  .board-wrap.detail .detail-header .data-row ul {
    gap: 8px;
  }
}
.board-wrap.detail .detail-header .data-row ul li {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.board-wrap.detail .detail-header .data-row ul li {
  gap: 3.125vw 2.8125vw;
}
@media (min-width: 641px) {
  .board-wrap.detail .detail-header .data-row ul li {
    gap: 0.8333rem 0.75rem;
  }
}
@media (min-width: 1200px) {
  .board-wrap.detail .detail-header .data-row ul li {
    gap: 13px 12px;
  }
}
.board-wrap.detail .detail-header .data-row ul li strong {
  color: #AE8766;
  font-weight: 600;
  letter-spacing: -0.48px;
}
.board-wrap.detail .detail-header .data-row ul li strong {
  font-size: 3.75vw;
}
@media (min-width: 641px) {
  .board-wrap.detail .detail-header .data-row ul li strong {
    font-size: 1rem;
  }
}
@media (min-width: 1200px) {
  .board-wrap.detail .detail-header .data-row ul li strong {
    font-size: 16px;
  }
}
.board-wrap.detail .detail-header .data-row ul li p {
  color: #616161;
  font-weight: 500;
  letter-spacing: -0.48px;
}
.board-wrap.detail .detail-header .data-row ul li p {
  font-size: 3.75vw;
}
@media (min-width: 641px) {
  .board-wrap.detail .detail-header .data-row ul li p {
    font-size: 1rem;
  }
}
@media (min-width: 1200px) {
  .board-wrap.detail .detail-header .data-row ul li p {
    font-size: 16px;
  }
}
.board-wrap.detail .detail-row {
  padding: 12.5vw 0vw;
}
@media (min-width: 641px) {
  .board-wrap.detail .detail-row {
    padding: 3.3333rem 0rem;
  }
}
@media (min-width: 1200px) {
  .board-wrap.detail .detail-row {
    padding: 53px 0px;
  }
}
@media screen and (min-width: 1200px) {
  .board-wrap.detail .detail-row {
    padding: 80px 120px;
  }
}
.board-wrap.detail .detail-row img {
  max-width: 100%;
}
.board-wrap.detail .detail-row img {
  margin-bottom: 10.9375vw;
}
@media (min-width: 641px) {
  .board-wrap.detail .detail-row img {
    margin-bottom: 2.9167rem;
  }
}
@media (min-width: 1200px) {
  .board-wrap.detail .detail-row img {
    margin-bottom: 47px;
  }
}
.board-wrap.detail .detail-row iframe,
.board-wrap.detail .detail-row embed,
.board-wrap.detail .detail-row object {
  max-width: 100%;
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  max-width: 1200px;
  border-radius: 8px;
}
.board-wrap.detail .detail-row .btn-row.prereg {
  margin-top: 12.5vw;
}
@media (min-width: 641px) {
  .board-wrap.detail .detail-row .btn-row.prereg {
    margin-top: 3.3333rem;
  }
}
@media (min-width: 1200px) {
  .board-wrap.detail .detail-row .btn-row.prereg {
    margin-top: 53px;
  }
}
@media screen and (min-width: 1200px) {
  .board-wrap.detail .detail-row .btn-row.prereg {
    margin-top: 64px;
  }
}
.board-wrap.detail .detail-row .btn-row.prereg button, .board-wrap.detail .detail-row .btn-row.prereg a {
  width: 26.1719vw;
}
@media (min-width: 641px) {
  .board-wrap.detail .detail-row .btn-row.prereg button, .board-wrap.detail .detail-row .btn-row.prereg a {
    width: 6.9792rem;
  }
}
@media (min-width: 1200px) {
  .board-wrap.detail .detail-row .btn-row.prereg button, .board-wrap.detail .detail-row .btn-row.prereg a {
    width: 112px;
  }
}
@media screen and (min-width: 1200px) {
  .board-wrap.detail .detail-row .btn-row.prereg button, .board-wrap.detail .detail-row .btn-row.prereg a {
    width: 135px;
  }
}
.board-wrap.detail .detail-row .btn-row.share {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.board-wrap.detail .detail-row .btn-row.share {
  margin-top: 20.3125vw;
}
@media (min-width: 641px) {
  .board-wrap.detail .detail-row .btn-row.share {
    margin-top: 5.4167rem;
  }
}
@media (min-width: 1200px) {
  .board-wrap.detail .detail-row .btn-row.share {
    margin-top: 87px;
  }
}
.board-wrap.detail .detail-row .btn-row.share {
  margin-bottom: -8.75vw;
}
@media (min-width: 641px) {
  .board-wrap.detail .detail-row .btn-row.share {
    margin-bottom: -2.3333rem;
  }
}
@media (min-width: 1200px) {
  .board-wrap.detail .detail-row .btn-row.share {
    margin-bottom: -37px;
  }
}
.board-wrap.detail .detail-row .btn-row.share ul {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.board-wrap.detail .detail-row .btn-row.share ul {
  gap: 2.8125vw;
}
@media (min-width: 641px) {
  .board-wrap.detail .detail-row .btn-row.share ul {
    gap: 0.75rem;
  }
}
@media (min-width: 1200px) {
  .board-wrap.detail .detail-row .btn-row.share ul {
    gap: 12px;
  }
}
.board-wrap.detail .detail-row .btn-row.share ul li .icon-svg {
  width: 7.8125vw;
}
@media (min-width: 641px) {
  .board-wrap.detail .detail-row .btn-row.share ul li .icon-svg {
    width: 2.0833rem;
  }
}
@media (min-width: 1200px) {
  .board-wrap.detail .detail-row .btn-row.share ul li .icon-svg {
    width: 33px;
  }
}
.board-wrap.detail .detail-row .btn-row.share ul li .icon-svg {
  height: 7.8125vw;
}
@media (min-width: 641px) {
  .board-wrap.detail .detail-row .btn-row.share ul li .icon-svg {
    height: 2.0833rem;
  }
}
@media (min-width: 1200px) {
  .board-wrap.detail .detail-row .btn-row.share ul li .icon-svg {
    height: 33px;
  }
}
.board-wrap.detail .detail-row .btn-row.share ul li .icon-svg {
  border-radius: 7.8125vw;
}
@media (min-width: 641px) {
  .board-wrap.detail .detail-row .btn-row.share ul li .icon-svg {
    border-radius: 2.0833rem;
  }
}
@media (min-width: 1200px) {
  .board-wrap.detail .detail-row .btn-row.share ul li .icon-svg {
    border-radius: 33px;
  }
}
@media screen and (min-width: 1200px) {
  .board-wrap.detail .detail-row .btn-row.share ul li .icon-svg {
    width: 40px;
    height: 40px;
    border-radius: 40px;
  }
}
.board-wrap.detail .detail-row .btn-row.share ul li .icon-svg svg {
  color: #9F9F9F;
  transition: all 0.2s ease;
}
.board-wrap.detail .detail-row .btn-row.share ul li .icon-svg:hover svg {
  color: #0C6FB8;
}
.board-wrap.detail .page-nav {
  margin-bottom: 12.5vw;
}
@media (min-width: 641px) {
  .board-wrap.detail .page-nav {
    margin-bottom: 3.3333rem;
  }
}
@media (min-width: 1200px) {
  .board-wrap.detail .page-nav {
    margin-bottom: 53px;
  }
}
@media screen and (min-width: 1200px) {
  .board-wrap.detail .page-nav {
    margin-bottom: 65px;
  }
}
.board-wrap.detail .page-nav .nav-list {
  border-top: 2px solid #9F9F9F;
  border-bottom: 2px solid #9F9F9F;
}
@media screen and (min-width: 1200px) {
  .board-wrap.detail .page-nav .nav-list {
    border-width: 1px;
  }
}
.board-wrap.detail .page-nav .nav-list .nav-item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.board-wrap.detail .page-nav .nav-list .nav-item {
  height: 14.375vw;
}
@media (min-width: 641px) {
  .board-wrap.detail .page-nav .nav-list .nav-item {
    height: 3.8333rem;
  }
}
@media (min-width: 1200px) {
  .board-wrap.detail .page-nav .nav-list .nav-item {
    height: 61px;
  }
}
@media screen and (min-width: 1200px) {
  .board-wrap.detail .page-nav .nav-list .nav-item {
    height: 67px;
  }
}
.board-wrap.detail .page-nav .nav-list .nav-item .label {
  height: 100%;
  background: #F8F8F8;
  display: flex;
  justify-content: center;
  align-items: center;
}
.board-wrap.detail .page-nav .nav-list .nav-item .label {
  width: 13.125vw;
}
@media (min-width: 641px) {
  .board-wrap.detail .page-nav .nav-list .nav-item .label {
    width: 3.5rem;
  }
}
@media (min-width: 1200px) {
  .board-wrap.detail .page-nav .nav-list .nav-item .label {
    width: 56px;
  }
}
@media screen and (min-width: 1200px) {
  .board-wrap.detail .page-nav .nav-list .nav-item .label {
    width: 179px;
    gap: 4px;
  }
}
.board-wrap.detail .page-nav .nav-list .nav-item .label .icon-svg {
  width: 5.625vw;
}
@media (min-width: 641px) {
  .board-wrap.detail .page-nav .nav-list .nav-item .label .icon-svg {
    width: 1.5rem;
  }
}
@media (min-width: 1200px) {
  .board-wrap.detail .page-nav .nav-list .nav-item .label .icon-svg {
    width: 24px;
  }
}
.board-wrap.detail .page-nav .nav-list .nav-item .label .icon-svg {
  height: 5.625vw;
}
@media (min-width: 641px) {
  .board-wrap.detail .page-nav .nav-list .nav-item .label .icon-svg {
    height: 1.5rem;
  }
}
@media (min-width: 1200px) {
  .board-wrap.detail .page-nav .nav-list .nav-item .label .icon-svg {
    height: 24px;
  }
}
.board-wrap.detail .page-nav .nav-list .nav-item .label .icon-svg svg {
  width: 100%;
}
@media screen and (min-width: 1200px) {
  .board-wrap.detail .page-nav .nav-list .nav-item .label .icon-svg {
    width: 40px;
    height: 40px;
  }
  .board-wrap.detail .page-nav .nav-list .nav-item .label .icon-svg svg {
    width: 80%;
  }
}
.board-wrap.detail .page-nav .nav-list .nav-item .label span {
  display: none;
}
@media screen and (min-width: 1200px) {
  .board-wrap.detail .page-nav .nav-list .nav-item .label span {
    display: block;
    color: #2B2B2B;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: -0.18px;
  }
}
.board-wrap.detail .page-nav .nav-list .nav-item .link-info {
  overflow: hidden;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.board-wrap.detail .page-nav .nav-list .nav-item .link-info {
  padding: 0vw 3.75vw;
}
@media (min-width: 641px) {
  .board-wrap.detail .page-nav .nav-list .nav-item .link-info {
    padding: 0rem 1rem;
  }
}
@media (min-width: 1200px) {
  .board-wrap.detail .page-nav .nav-list .nav-item .link-info {
    padding: 0px 16px;
  }
}
@media screen and (min-width: 1200px) {
  .board-wrap.detail .page-nav .nav-list .nav-item .link-info {
    padding: 0 36px;
  }
}
.board-wrap.detail .page-nav .nav-list .nav-item .link-info .badge {
  margin-bottom: 0;
  flex-shrink: 0;
  white-space: nowrap;
}
.board-wrap.detail .page-nav .nav-list .nav-item .link-info .badge {
  margin-right: 1.875vw;
}
@media (min-width: 641px) {
  .board-wrap.detail .page-nav .nav-list .nav-item .link-info .badge {
    margin-right: 0.5rem;
  }
}
@media (min-width: 1200px) {
  .board-wrap.detail .page-nav .nav-list .nav-item .link-info .badge {
    margin-right: 8px;
  }
}
@media screen and (min-width: 1200px) {
  .board-wrap.detail .page-nav .nav-list .nav-item .link-info .badge {
    margin-right: 16px;
  }
}
.board-wrap.detail .page-nav .nav-list .nav-item .link-info a {
  display: block;
  flex: 1;
  min-width: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: 500;
}
@media screen and (min-width: 1200px) {
  .board-wrap.detail .page-nav .nav-list .nav-item .link-info a {
    font-size: 18px;
  }
}
.board-wrap.detail .page-nav .nav-list .nav-item.prev {
  border-bottom: 1px solid #DEDEDE;
}
.board-wrap.detail .page-nav .nav-list .nav-item.prev .label .icon-svg {
  transform: rotate(180deg);
}
.board-wrap.detail .btn-row button, .board-wrap.detail .btn-row a {
  width: 34.375vw;
}
@media (min-width: 641px) {
  .board-wrap.detail .btn-row button, .board-wrap.detail .btn-row a {
    width: 9.1667rem;
  }
}
@media (min-width: 1200px) {
  .board-wrap.detail .btn-row button, .board-wrap.detail .btn-row a {
    width: 147px;
  }
}
@media screen and (min-width: 1200px) {
  .board-wrap.detail .btn-row button, .board-wrap.detail .btn-row a {
    width: 220px;
  }
}

.fixed-row {
  border-bottom: 1px solid #DEDEDE;
}
.fixed-row {
  padding-bottom: 18.75vw;
}
@media (min-width: 641px) {
  .fixed-row {
    padding-bottom: 5rem;
  }
}
@media (min-width: 1200px) {
  .fixed-row {
    padding-bottom: 80px;
  }
}
.fixed-row .board-top-swiper {
  flex-flow: wrap;
  display: flex;
  justify-content: center;
  align-items: center;
}
.fixed-row .board-top-swiper .swiper-slide .thumb-box {
  width: 100%;
  overflow: hidden;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.fixed-row .board-top-swiper .swiper-slide .thumb-box {
  height: 49.2188vw;
}
@media (min-width: 641px) {
  .fixed-row .board-top-swiper .swiper-slide .thumb-box {
    height: 13.125rem;
  }
}
@media (min-width: 1200px) {
  .fixed-row .board-top-swiper .swiper-slide .thumb-box {
    height: 210px;
  }
}
.fixed-row .board-top-swiper .swiper-slide .thumb-box {
  border-radius: 2.8125vw;
}
@media (min-width: 641px) {
  .fixed-row .board-top-swiper .swiper-slide .thumb-box {
    border-radius: 0.75rem;
  }
}
@media (min-width: 1200px) {
  .fixed-row .board-top-swiper .swiper-slide .thumb-box {
    border-radius: 12px;
  }
}
@media screen and (min-width: 640px) {
  .fixed-row .board-top-swiper .swiper-slide .thumb-box {
    height: 340px;
  }
}
@media screen and (min-width: 768px) {
  .fixed-row .board-top-swiper .swiper-slide .thumb-box {
    height: 400px;
  }
}
@media screen and (min-width: 900px) {
  .fixed-row .board-top-swiper .swiper-slide .thumb-box {
    width: 100%;
    max-width: 830px;
    height: 460px;
    margin: auto;
  }
}
@media screen and (min-width: 1200px) {
  .fixed-row .board-top-swiper .swiper-slide .thumb-box {
    height: 532px;
  }
}
.fixed-row .board-top-swiper .swiper-slide .thumb-box a {
  width: 100%;
  height: 100%;
}
.fixed-row .board-top-swiper .swiper-slide .thumb-box a img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
}
.fixed-row .board-top-swiper .swiper-slide .thumb-box a .icon-svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.fixed-row .board-top-swiper .swiper-slide .thumb-box a .icon-svg {
  width: 15.625vw;
}
@media (min-width: 641px) {
  .fixed-row .board-top-swiper .swiper-slide .thumb-box a .icon-svg {
    width: 4.1667rem;
  }
}
@media (min-width: 1200px) {
  .fixed-row .board-top-swiper .swiper-slide .thumb-box a .icon-svg {
    width: 67px;
  }
}
.fixed-row .board-top-swiper .swiper-slide .thumb-box a .icon-svg {
  height: 11.0156vw;
}
@media (min-width: 641px) {
  .fixed-row .board-top-swiper .swiper-slide .thumb-box a .icon-svg {
    height: 2.9375rem;
  }
}
@media (min-width: 1200px) {
  .fixed-row .board-top-swiper .swiper-slide .thumb-box a .icon-svg {
    height: 47px;
  }
}
.fixed-row .board-top-swiper .swiper-slide .thumb-box a .icon-svg svg {
  --youtube-bg:#FF0302;
}
@media screen and (min-width: 1200px) {
  .fixed-row .board-top-swiper .swiper-slide .thumb-box a .icon-svg {
    width: 100px;
    height: 70px;
  }
}
.fixed-row .board-top-swiper .swiper-slide .thumb-box iframe,
.fixed-row .board-top-swiper .swiper-slide .thumb-box embed,
.fixed-row .board-top-swiper .swiper-slide .thumb-box object {
  max-width: 100%;
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  max-width: 830px;
  border-radius: 8px;
}
.fixed-row .board-top-swiper .swiper-slide .info-box {
  display: block;
}
.fixed-row .board-top-swiper .swiper-slide .info-box {
  padding: 4.375vw 2.9688vw 0vw 2.9688vw;
}
@media (min-width: 641px) {
  .fixed-row .board-top-swiper .swiper-slide .info-box {
    padding: 1.1667rem 0.7917rem 0rem 0.7917rem;
  }
}
@media (min-width: 1200px) {
  .fixed-row .board-top-swiper .swiper-slide .info-box {
    padding: 19px 13px 0px 13px;
  }
}
@media screen and (min-width: 900px) {
  .fixed-row .board-top-swiper .swiper-slide .info-box {
    width: 100%;
    max-width: 830px;
    margin: auto;
    padding: 20px 16px 0 16px;
  }
}
@media screen and (min-width: 1200px) {
  .fixed-row .board-top-swiper .swiper-slide .info-box {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 16px;
  }
}
.fixed-row .board-top-swiper .swiper-slide .info-box .badge {
  color: #ffffff;
  font-weight: 600;
  background: #0C6FB8;
  line-height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  display: inline-flex;
}
.fixed-row .board-top-swiper .swiper-slide .info-box .badge {
  margin-bottom: 2.5vw;
}
@media (min-width: 641px) {
  .fixed-row .board-top-swiper .swiper-slide .info-box .badge {
    margin-bottom: 0.6667rem;
  }
}
@media (min-width: 1200px) {
  .fixed-row .board-top-swiper .swiper-slide .info-box .badge {
    margin-bottom: 11px;
  }
}
.fixed-row .board-top-swiper .swiper-slide .info-box .badge {
  font-size: 3.5938vw;
}
@media (min-width: 641px) {
  .fixed-row .board-top-swiper .swiper-slide .info-box .badge {
    font-size: 0.9583rem;
  }
}
@media (min-width: 1200px) {
  .fixed-row .board-top-swiper .swiper-slide .info-box .badge {
    font-size: 15px;
  }
}
.fixed-row .board-top-swiper .swiper-slide .info-box .badge {
  height: 6.5625vw;
}
@media (min-width: 641px) {
  .fixed-row .board-top-swiper .swiper-slide .info-box .badge {
    height: 1.75rem;
  }
}
@media (min-width: 1200px) {
  .fixed-row .board-top-swiper .swiper-slide .info-box .badge {
    height: 28px;
  }
}
.fixed-row .board-top-swiper .swiper-slide .info-box .badge {
  padding: 0 3.125vw;
}
@media (min-width: 641px) {
  .fixed-row .board-top-swiper .swiper-slide .info-box .badge {
    padding: 0 0.8333rem;
  }
}
@media (min-width: 1200px) {
  .fixed-row .board-top-swiper .swiper-slide .info-box .badge {
    padding: 0 13px;
  }
}
.fixed-row .board-top-swiper .swiper-slide .info-box .badge {
  border-radius: 1.875vw;
}
@media (min-width: 641px) {
  .fixed-row .board-top-swiper .swiper-slide .info-box .badge {
    border-radius: 0.5rem;
  }
}
@media (min-width: 1200px) {
  .fixed-row .board-top-swiper .swiper-slide .info-box .badge {
    border-radius: 8px;
  }
}
@media screen and (min-width: 1200px) {
  .fixed-row .board-top-swiper .swiper-slide .info-box .badge {
    font-size: 16px;
    height: 32px;
    padding: 0 16px;
    border-radius: 8px;
    margin-bottom: 0;
    white-space: nowrap;
  }
}
.fixed-row .board-top-swiper .swiper-slide .info-box .badge.prereg {
  background: #ffffff;
  color: #0C6FB8;
  border: 1px solid #0C6FB8;
}
.fixed-row .board-top-swiper .swiper-slide .info-box .tit {
  display: block;
  width: 100%;
  color: #2B2B2B;
  font-size: 52px;
  font-weight: 600;
  letter-spacing: -0.52px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.fixed-row .board-top-swiper .swiper-slide .info-box .tit {
  font-size: 4.0625vw;
}
@media (min-width: 641px) {
  .fixed-row .board-top-swiper .swiper-slide .info-box .tit {
    font-size: 1.0833rem;
  }
}
@media (min-width: 1200px) {
  .fixed-row .board-top-swiper .swiper-slide .info-box .tit {
    font-size: 17px;
  }
}
@media screen and (min-width: 1200px) {
  .fixed-row .board-top-swiper .swiper-slide .info-box .tit {
    font-size: 24px;
  }
}
.fixed-row .board-top-swiper .swiper-wrapper {
  width: 100%;
}
.fixed-row .board-top-swiper .swiper-wrapper {
  margin-bottom: 9.375vw;
}
@media (min-width: 641px) {
  .fixed-row .board-top-swiper .swiper-wrapper {
    margin-bottom: 2.5rem;
  }
}
@media (min-width: 1200px) {
  .fixed-row .board-top-swiper .swiper-wrapper {
    margin-bottom: 40px;
  }
}
.fixed-row .board-top-swiper .swiper-button-prev, .fixed-row .board-top-swiper .swiper-button-next {
  position: relative;
  top: 0;
  left: unset;
  right: unset;
  margin-top: unset;
}
.fixed-row .board-top-swiper .swiper-button-prev, .fixed-row .board-top-swiper .swiper-button-next {
  width: 11.4063vw;
}
@media (min-width: 641px) {
  .fixed-row .board-top-swiper .swiper-button-prev, .fixed-row .board-top-swiper .swiper-button-next {
    width: 3.0417rem;
  }
}
@media (min-width: 1200px) {
  .fixed-row .board-top-swiper .swiper-button-prev, .fixed-row .board-top-swiper .swiper-button-next {
    width: 49px;
  }
}
.fixed-row .board-top-swiper .swiper-button-prev, .fixed-row .board-top-swiper .swiper-button-next {
  height: 11.4063vw;
}
@media (min-width: 641px) {
  .fixed-row .board-top-swiper .swiper-button-prev, .fixed-row .board-top-swiper .swiper-button-next {
    height: 3.0417rem;
  }
}
@media (min-width: 1200px) {
  .fixed-row .board-top-swiper .swiper-button-prev, .fixed-row .board-top-swiper .swiper-button-next {
    height: 49px;
  }
}
@media screen and (min-width: 1200px) {
  .fixed-row .board-top-swiper .swiper-button-prev, .fixed-row .board-top-swiper .swiper-button-next {
    width: 56px;
    height: 56px;
    border-radius: 56px;
  }
}
.fixed-row .board-top-swiper .swiper-button-prev:after, .fixed-row .board-top-swiper .swiper-button-next:after {
  display: none;
}
.fixed-row .board-top-swiper .swiper-button-prev .icon-svg, .fixed-row .board-top-swiper .swiper-button-next .icon-svg {
  border: 1px solid #616161;
  transition: all 0.2s ease;
}
.fixed-row .board-top-swiper .swiper-button-prev .icon-svg, .fixed-row .board-top-swiper .swiper-button-next .icon-svg {
  width: 11.4063vw;
}
@media (min-width: 641px) {
  .fixed-row .board-top-swiper .swiper-button-prev .icon-svg, .fixed-row .board-top-swiper .swiper-button-next .icon-svg {
    width: 3.0417rem;
  }
}
@media (min-width: 1200px) {
  .fixed-row .board-top-swiper .swiper-button-prev .icon-svg, .fixed-row .board-top-swiper .swiper-button-next .icon-svg {
    width: 49px;
  }
}
.fixed-row .board-top-swiper .swiper-button-prev .icon-svg, .fixed-row .board-top-swiper .swiper-button-next .icon-svg {
  height: 11.4063vw;
}
@media (min-width: 641px) {
  .fixed-row .board-top-swiper .swiper-button-prev .icon-svg, .fixed-row .board-top-swiper .swiper-button-next .icon-svg {
    height: 3.0417rem;
  }
}
@media (min-width: 1200px) {
  .fixed-row .board-top-swiper .swiper-button-prev .icon-svg, .fixed-row .board-top-swiper .swiper-button-next .icon-svg {
    height: 49px;
  }
}
.fixed-row .board-top-swiper .swiper-button-prev .icon-svg, .fixed-row .board-top-swiper .swiper-button-next .icon-svg {
  border-radius: 11.4063vw;
}
@media (min-width: 641px) {
  .fixed-row .board-top-swiper .swiper-button-prev .icon-svg, .fixed-row .board-top-swiper .swiper-button-next .icon-svg {
    border-radius: 3.0417rem;
  }
}
@media (min-width: 1200px) {
  .fixed-row .board-top-swiper .swiper-button-prev .icon-svg, .fixed-row .board-top-swiper .swiper-button-next .icon-svg {
    border-radius: 49px;
  }
}
@media screen and (min-width: 1200px) {
  .fixed-row .board-top-swiper .swiper-button-prev .icon-svg, .fixed-row .board-top-swiper .swiper-button-next .icon-svg {
    width: 56px;
    height: 56px;
    border-radius: 56px;
  }
}
.fixed-row .board-top-swiper .swiper-button-prev .icon-svg svg, .fixed-row .board-top-swiper .swiper-button-next .icon-svg svg {
  color: #616161;
  transform: rotate(0deg);
  transition: all 0.2s ease;
}
.fixed-row .board-top-swiper .swiper-button-prev .icon-svg svg, .fixed-row .board-top-swiper .swiper-button-next .icon-svg svg {
  width: 8.4375vw;
}
@media (min-width: 641px) {
  .fixed-row .board-top-swiper .swiper-button-prev .icon-svg svg, .fixed-row .board-top-swiper .swiper-button-next .icon-svg svg {
    width: 2.25rem;
  }
}
@media (min-width: 1200px) {
  .fixed-row .board-top-swiper .swiper-button-prev .icon-svg svg, .fixed-row .board-top-swiper .swiper-button-next .icon-svg svg {
    width: 36px;
  }
}
.fixed-row .board-top-swiper .swiper-button-prev .icon-svg svg, .fixed-row .board-top-swiper .swiper-button-next .icon-svg svg {
  height: 8.4375vw;
}
@media (min-width: 641px) {
  .fixed-row .board-top-swiper .swiper-button-prev .icon-svg svg, .fixed-row .board-top-swiper .swiper-button-next .icon-svg svg {
    height: 2.25rem;
  }
}
@media (min-width: 1200px) {
  .fixed-row .board-top-swiper .swiper-button-prev .icon-svg svg, .fixed-row .board-top-swiper .swiper-button-next .icon-svg svg {
    height: 36px;
  }
}
@media screen and (min-width: 1200px) {
  .fixed-row .board-top-swiper .swiper-button-prev .icon-svg svg, .fixed-row .board-top-swiper .swiper-button-next .icon-svg svg {
    width: 40px;
    height: 40px;
  }
}
.fixed-row .board-top-swiper .swiper-button-prev:hover, .fixed-row .board-top-swiper .swiper-button-next:hover {
  color: #000;
  background-color: rgba(0, 0, 0, 0);
}
.fixed-row .board-top-swiper .swiper-button-prev:hover .icon-svg, .fixed-row .board-top-swiper .swiper-button-next:hover .icon-svg {
  border: 1px solid #0C6FB8;
  background-color: #0C6FB8;
}
.fixed-row .board-top-swiper .swiper-button-prev:hover .icon-svg svg, .fixed-row .board-top-swiper .swiper-button-next:hover .icon-svg svg {
  color: #ffffff;
}
.fixed-row .board-top-swiper .swiper-button-prev {
  right: 6.25vw;
}
@media (min-width: 641px) {
  .fixed-row .board-top-swiper .swiper-button-prev {
    right: 1.6667rem;
  }
}
@media (min-width: 1200px) {
  .fixed-row .board-top-swiper .swiper-button-prev {
    right: 27px;
  }
}
.fixed-row .board-top-swiper .swiper-button-prev {
  width: 11.4063vw;
}
@media (min-width: 641px) {
  .fixed-row .board-top-swiper .swiper-button-prev {
    width: 3.0417rem;
  }
}
@media (min-width: 1200px) {
  .fixed-row .board-top-swiper .swiper-button-prev {
    width: 49px;
  }
}
@media screen and (min-width: 1200px) {
  .fixed-row .board-top-swiper .swiper-button-prev {
    width: 56px;
    height: 56px;
    position: absolute;
    left: 50%;
    top: 242px;
    margin-left: -507px;
  }
}
.fixed-row .board-top-swiper .swiper-button-prev .icon-svg svg {
  transform: rotate(-180deg);
}
.fixed-row .board-top-swiper .swiper-button-next {
  left: 6.25vw;
}
@media (min-width: 641px) {
  .fixed-row .board-top-swiper .swiper-button-next {
    left: 1.6667rem;
  }
}
@media (min-width: 1200px) {
  .fixed-row .board-top-swiper .swiper-button-next {
    left: 27px;
  }
}
.fixed-row .board-top-swiper .swiper-button-next {
  width: 11.4063vw;
}
@media (min-width: 641px) {
  .fixed-row .board-top-swiper .swiper-button-next {
    width: 3.0417rem;
  }
}
@media (min-width: 1200px) {
  .fixed-row .board-top-swiper .swiper-button-next {
    width: 49px;
  }
}
@media screen and (min-width: 1200px) {
  .fixed-row .board-top-swiper .swiper-button-next {
    width: 56px;
    height: 56px;
    position: absolute;
    left: 50%;
    top: 242px;
    margin-left: 451px;
  }
}
.fixed-row .board-top-swiper .swiper-pagination {
  position: relative;
  width: auto;
  top: 0;
}
@media screen and (min-width: 1200px) {
  .fixed-row .board-top-swiper .swiper-pagination {
    left: 0 !important;
    margin-left: 0;
  }
}
.fixed-row .board-top-swiper .swiper-pagination .swiper-pagination-bullet {
  background: #DEDEDE;
  opacity: 1;
  transition: all 0.3s ease;
}
.fixed-row .board-top-swiper .swiper-pagination .swiper-pagination-bullet {
  width: 2.3438vw;
}
@media (min-width: 641px) {
  .fixed-row .board-top-swiper .swiper-pagination .swiper-pagination-bullet {
    width: 0.625rem;
  }
}
@media (min-width: 1200px) {
  .fixed-row .board-top-swiper .swiper-pagination .swiper-pagination-bullet {
    width: 10px;
  }
}
.fixed-row .board-top-swiper .swiper-pagination .swiper-pagination-bullet {
  height: 2.3438vw;
}
@media (min-width: 641px) {
  .fixed-row .board-top-swiper .swiper-pagination .swiper-pagination-bullet {
    height: 0.625rem;
  }
}
@media (min-width: 1200px) {
  .fixed-row .board-top-swiper .swiper-pagination .swiper-pagination-bullet {
    height: 10px;
  }
}
.fixed-row .board-top-swiper .swiper-pagination .swiper-pagination-bullet {
  border-radius: 2.3438vw;
}
@media (min-width: 641px) {
  .fixed-row .board-top-swiper .swiper-pagination .swiper-pagination-bullet {
    border-radius: 0.625rem;
  }
}
@media (min-width: 1200px) {
  .fixed-row .board-top-swiper .swiper-pagination .swiper-pagination-bullet {
    border-radius: 10px;
  }
}
.fixed-row .board-top-swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #0C6FB8;
}
.fixed-row .board-top-swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 7.5vw;
}
@media (min-width: 641px) {
  .fixed-row .board-top-swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 2rem;
  }
}
@media (min-width: 1200px) {
  .fixed-row .board-top-swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 32px;
  }
}

section.new.section .section-inner {
  padding: 18.75vw 0vw;
}
@media (min-width: 641px) {
  section.new.section .section-inner {
    padding: 5rem 0rem;
  }
}
@media (min-width: 1200px) {
  section.new.section .section-inner {
    padding: 80px 0px;
  }
}
@media screen and (min-width: 1200px) {
  section.new.section .section-inner {
    padding: 120px 0;
  }
}
section.new.section-01 .section-inner {
  padding-bottom: 0;
}
@media screen and (min-width: 1200px) {
  section.new.section-01 .section-inner .search-area {
    width: 620px;
  }
  section.new.section-01 .section-inner .search-area form {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  section.new.section-01 .section-inner .search-area form .search-year {
    position: relative;
    top: unset;
    right: unset;
    margin-bottom: 0;
    width: 140px;
  }
  section.new.section-01 .section-inner .search-area form .group {
    width: 480px;
  }
}
section.new.section-01 .section-inner .search-area .search-year {
  position: absolute;
  right: 0;
}
section.new.section-01 .section-inner .search-area .search-year {
  top: -13.125vw;
}
@media (min-width: 641px) {
  section.new.section-01 .section-inner .search-area .search-year {
    top: -3.5rem;
  }
}
@media (min-width: 1200px) {
  section.new.section-01 .section-inner .search-area .search-year {
    top: -56px;
  }
}
section.new.section-01 .section-inner .search-area .search-year {
  width: 28.125vw;
}
@media (min-width: 641px) {
  section.new.section-01 .section-inner .search-area .search-year {
    width: 7.5rem;
  }
}
@media (min-width: 1200px) {
  section.new.section-01 .section-inner .search-area .search-year {
    width: 120px;
  }
}
section.new.section-01 .section-inner .search-area .search-year .dropdown-box > button {
  text-align: center;
  font-weight: 700;
  color: #AE8766;
  border: none;
  text-decoration-line: underline;
  text-decoration-style: solid;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: 4px;
}
section.new.section-01 .section-inner .search-area .search-year .dropdown-box > button {
  font-size: 4.0625vw;
}
@media (min-width: 641px) {
  section.new.section-01 .section-inner .search-area .search-year .dropdown-box > button {
    font-size: 1.0833rem;
  }
}
@media (min-width: 1200px) {
  section.new.section-01 .section-inner .search-area .search-year .dropdown-box > button {
    font-size: 17px;
  }
}
@media screen and (min-width: 1200px) {
  section.new.section-01 .section-inner .search-area .search-year .dropdown-box > button {
    padding-right: 35px;
  }
}
section.new.section-01 .section-inner .search-area .search-year .dropdown-box > button:after {
  content: "";
  background-color: #AE8766;
}
section.new.section-01 .section-inner .search-area .search-year .dropdown-box .dropdown-list {
  background: #ffffff;
}
section.new.section-01 .section-inner .search-area .search-year .dropdown-box .dropdown-list {
  top: 13.125vw;
}
@media (min-width: 641px) {
  section.new.section-01 .section-inner .search-area .search-year .dropdown-box .dropdown-list {
    top: 3.5rem;
  }
}
@media (min-width: 1200px) {
  section.new.section-01 .section-inner .search-area .search-year .dropdown-box .dropdown-list {
    top: 56px;
  }
}
section.new.section-01 .section-inner .search-area .search-year .dropdown-box .dropdown-list ul li button {
  text-align: center;
}
section.new.section-01 .section-inner .search-area .search-year .dropdown-box .dropdown-list ul li button.selected {
  background-color: #AE8766;
}
@media screen and (min-width: 768px) {
  section.event.section-01 .section-inner .board-wrap .list, section.wow.section-01 .section-inner .board-wrap .list {
    grid-template-columns: repeat(1, 1fr);
    gap: 0;
  }
}
section.event.section-01 .section-inner .board-wrap .list .item, section.wow.section-01 .section-inner .board-wrap .list .item {
  border-radius: 0;
  border: none;
  border-bottom: 1px solid #DEDEDE;
}
section.event.section-01 .section-inner .board-wrap .list .item, section.wow.section-01 .section-inner .board-wrap .list .item {
  padding: 12.5vw 6.25vw;
}
@media (min-width: 641px) {
  section.event.section-01 .section-inner .board-wrap .list .item, section.wow.section-01 .section-inner .board-wrap .list .item {
    padding: 3.3333rem 1.6667rem;
  }
}
@media (min-width: 1200px) {
  section.event.section-01 .section-inner .board-wrap .list .item, section.wow.section-01 .section-inner .board-wrap .list .item {
    padding: 53px 27px;
  }
}
@media screen and (min-width: 768px) {
  section.event.section-01 .section-inner .board-wrap .list .item, section.wow.section-01 .section-inner .board-wrap .list .item {
    padding: 2.5rem;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
  }
}
@media screen and (min-width: 1200px) {
  section.event.section-01 .section-inner .board-wrap .list .item, section.wow.section-01 .section-inner .board-wrap .list .item {
    padding: 50px;
  }
}
section.event.section-01 .section-inner .board-wrap .list .item .info-box .tit, section.wow.section-01 .section-inner .board-wrap .list .item .info-box .tit {
  display: -webkit-box;
  overflow: hidden;
  vertical-align: top;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  white-space: normal;
}
@media screen and (min-width: 768px) {
  section.event.section-01 .section-inner .board-wrap .list .item .info-box .tit, section.wow.section-01 .section-inner .board-wrap .list .item .info-box .tit {
    padding-right: 2.5rem;
  }
}
@media screen and (min-width: 768px) {
  section.event.section-01 .section-inner .board-wrap .list .item .info-box .desc, section.wow.section-01 .section-inner .board-wrap .list .item .info-box .desc {
    padding-right: 2.5rem;
  }
}
section.event.section-01 .section-inner .board-wrap .list .item:hover:before, section.wow.section-01 .section-inner .board-wrap .list .item:hover:before {
  display: none;
}
section.event.section-01 .section-inner .board-wrap .list .item:hover, section.wow.section-01 .section-inner .board-wrap .list .item:hover {
  box-shadow: none;
}
section.event.section-01 .section-inner .board-wrap .list .item a, section.wow.section-01 .section-inner .board-wrap .list .item a {
  padding: 0;
}
section.event.section-01 .section-inner .board-wrap .list .item a:first-child, section.wow.section-01 .section-inner .board-wrap .list .item a:first-child {
  margin-bottom: 9.375vw;
}
@media (min-width: 641px) {
  section.event.section-01 .section-inner .board-wrap .list .item a:first-child, section.wow.section-01 .section-inner .board-wrap .list .item a:first-child {
    margin-bottom: 2.5rem;
  }
}
@media (min-width: 1200px) {
  section.event.section-01 .section-inner .board-wrap .list .item a:first-child, section.wow.section-01 .section-inner .board-wrap .list .item a:first-child {
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 768px) {
  section.event.section-01 .section-inner .board-wrap .list .item a:first-child, section.wow.section-01 .section-inner .board-wrap .list .item a:first-child {
    margin-bottom: 0;
  }
}
section.event.section-01 .section-inner .board-wrap .list .item a:last-child, section.wow.section-01 .section-inner .board-wrap .list .item a:last-child {
  width: 30.0781vw;
}
@media (min-width: 641px) {
  section.event.section-01 .section-inner .board-wrap .list .item a:last-child, section.wow.section-01 .section-inner .board-wrap .list .item a:last-child {
    width: 8.0208rem;
  }
}
@media (min-width: 1200px) {
  section.event.section-01 .section-inner .board-wrap .list .item a:last-child, section.wow.section-01 .section-inner .board-wrap .list .item a:last-child {
    width: 128px;
  }
}
@media screen and (min-width: 1200px) {
  section.event.section-01 .section-inner .board-wrap .list .item a:last-child, section.wow.section-01 .section-inner .board-wrap .list .item a:last-child {
    width: 155px;
    flex-shrink: 0;
  }
}
section.event.section-01 .section-inner .board-wrap .list .item .badge, section.wow.section-01 .section-inner .board-wrap .list .item .badge {
  border: 1px solid #0C6FB8;
  background: #ffffff;
  color: #0C6FB8;
}
section.program.section-01 .section-inner {
  overflow: hidden;
}
section.program.section-01 .section-inner {
  padding-bottom: 28.125vw;
}
@media (min-width: 641px) {
  section.program.section-01 .section-inner {
    padding-bottom: 7.5rem;
  }
}
@media (min-width: 1200px) {
  section.program.section-01 .section-inner {
    padding-bottom: 120px;
  }
}
section.program.section-01 .section-inner h2 {
  display: block;
  width: 100%;
  text-box-trim: trim-both;
  text-box-edge: cap alphabetic;
  line-height: 1.5;
  padding: 0.1em 0;
  color: #0C6FB8;
  text-align: center;
  font-family: "Noto Serif KR";
  font-weight: 500;
}
section.program.section-01 .section-inner h2 {
  font-size: 4.6875vw;
}
@media (min-width: 641px) {
  section.program.section-01 .section-inner h2 {
    font-size: 1.25rem;
  }
}
@media (min-width: 1200px) {
  section.program.section-01 .section-inner h2 {
    font-size: 20px;
  }
}
section.program.section-01 .section-inner h2 {
  margin-bottom: 3.75vw;
}
@media (min-width: 641px) {
  section.program.section-01 .section-inner h2 {
    margin-bottom: 1rem;
  }
}
@media (min-width: 1200px) {
  section.program.section-01 .section-inner h2 {
    margin-bottom: 16px;
  }
}
@media screen and (min-width: 1200px) {
  section.program.section-01 .section-inner h2 {
    font-size: 24px;
  }
}
section.program.section-01 .section-inner h3 {
  display: block;
  width: 100%;
  text-box-trim: trim-both;
  text-box-edge: cap alphabetic;
  line-height: 1.5;
  padding: 0.1em 0;
  color: #2B2B2B;
  text-align: center;
  font-family: "Noto Serif KR";
  font-weight: 600;
}
section.program.section-01 .section-inner h3 {
  font-size: 6.875vw;
}
@media (min-width: 641px) {
  section.program.section-01 .section-inner h3 {
    font-size: 1.8333rem;
  }
}
@media (min-width: 1200px) {
  section.program.section-01 .section-inner h3 {
    font-size: 29px;
  }
}
section.program.section-01 .section-inner h3 {
  margin-bottom: 7.8125vw;
}
@media (min-width: 641px) {
  section.program.section-01 .section-inner h3 {
    margin-bottom: 2.0833rem;
  }
}
@media (min-width: 1200px) {
  section.program.section-01 .section-inner h3 {
    margin-bottom: 33px;
  }
}
@media screen and (min-width: 1200px) {
  section.program.section-01 .section-inner h3 {
    font-size: 48px;
  }
}
section.program.section-01 .section-inner p {
  text-align: center;
  color: #616161;
  text-align: center;
  font-weight: 500;
}
section.program.section-01 .section-inner p {
  font-size: 4.0625vw;
}
@media (min-width: 641px) {
  section.program.section-01 .section-inner p {
    font-size: 1.0833rem;
  }
}
@media (min-width: 1200px) {
  section.program.section-01 .section-inner p {
    font-size: 17px;
  }
}
@media screen and (min-width: 1200px) {
  section.program.section-01 .section-inner p {
    font-size: 20px;
  }
}
section.program.section-01 .section-inner .slide-row {
  width: 92.5%;
  margin: auto;
}
@media screen and (min-width: 1200px) {
  section.program.section-01 .section-inner .slide-row {
    width: 100%;
    max-width: 1440px;
    margin: auto;
  }
}
section.program.section-01 .section-inner .program-top-swiper {
  margin-top: 15.625vw;
}
@media (min-width: 641px) {
  section.program.section-01 .section-inner .program-top-swiper {
    margin-top: 4.1667rem;
  }
}
@media (min-width: 1200px) {
  section.program.section-01 .section-inner .program-top-swiper {
    margin-top: 67px;
  }
}
@media screen and (min-width: 1200px) {
  section.program.section-01 .section-inner .program-top-swiper {
    margin-top: 120px;
  }
}
section.program.section-01 .section-inner .program-top-swiper .swiper-slide {
  transition: all 0.75s ease;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
section.program.section-01 .section-inner .program-top-swiper .swiper-slide {
  width: 87.5vw;
}
@media (min-width: 641px) {
  section.program.section-01 .section-inner .program-top-swiper .swiper-slide {
    width: 23.3333rem;
  }
}
@media (min-width: 1200px) {
  section.program.section-01 .section-inner .program-top-swiper .swiper-slide {
    width: 373px;
  }
}
section.program.section-01 .section-inner .program-top-swiper .swiper-slide {
  height: 92.1875vw;
}
@media (min-width: 641px) {
  section.program.section-01 .section-inner .program-top-swiper .swiper-slide {
    height: 24.5833rem;
  }
}
@media (min-width: 1200px) {
  section.program.section-01 .section-inner .program-top-swiper .swiper-slide {
    height: 393px;
  }
}
@media screen and (min-width: 640px) {
  section.program.section-01 .section-inner .program-top-swiper .swiper-slide {
    height: 38.75rem;
  }
}
@media screen and (min-width: 1200px) {
  section.program.section-01 .section-inner .program-top-swiper .swiper-slide {
    grid-template-columns: repeat(4, 1fr);
    width: 1200px;
    height: 372px;
  }
}
@media screen and (min-width: 1440px) {
  section.program.section-01 .section-inner .program-top-swiper .swiper-slide {
    width: 1440px;
    height: 442px;
  }
}
section.program.section-01 .section-inner .program-top-swiper .swiper-slide .thumb-box {
  overflow: hidden;
  margin: auto;
}
section.program.section-01 .section-inner .program-top-swiper .swiper-slide .thumb-box {
  width: 42.1875vw;
}
@media (min-width: 641px) {
  section.program.section-01 .section-inner .program-top-swiper .swiper-slide .thumb-box {
    width: 11.25rem;
  }
}
@media (min-width: 1200px) {
  section.program.section-01 .section-inner .program-top-swiper .swiper-slide .thumb-box {
    width: 180px;
  }
}
section.program.section-01 .section-inner .program-top-swiper .swiper-slide .thumb-box {
  height: 42.1875vw;
}
@media (min-width: 641px) {
  section.program.section-01 .section-inner .program-top-swiper .swiper-slide .thumb-box {
    height: 11.25rem;
  }
}
@media (min-width: 1200px) {
  section.program.section-01 .section-inner .program-top-swiper .swiper-slide .thumb-box {
    height: 180px;
  }
}
section.program.section-01 .section-inner .program-top-swiper .swiper-slide .thumb-box {
  border-radius: 6.25vw;
}
@media (min-width: 641px) {
  section.program.section-01 .section-inner .program-top-swiper .swiper-slide .thumb-box {
    border-radius: 1.6667rem;
  }
}
@media (min-width: 1200px) {
  section.program.section-01 .section-inner .program-top-swiper .swiper-slide .thumb-box {
    border-radius: 27px;
  }
}
@media screen and (min-width: 640px) {
  section.program.section-01 .section-inner .program-top-swiper .swiper-slide .thumb-box {
    width: 80%;
    height: 80%;
  }
}
@media screen and (min-width: 1200px) {
  section.program.section-01 .section-inner .program-top-swiper .swiper-slide .thumb-box {
    width: 290px;
    height: 290px;
    border-radius: 40px;
  }
}
@media screen and (min-width: 1440px) {
  section.program.section-01 .section-inner .program-top-swiper .swiper-slide .thumb-box {
    width: 342px;
    height: 342px;
  }
}
section.program.section-01 .section-inner .program-top-swiper .swiper-slide .thumb-box .img-row {
  width: 100%;
  height: 100%;
}
section.program.section-01 .section-inner .program-top-swiper .swiper-slide .thumb-box .img-row img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
section.program.section-01 .section-inner .program-top-swiper .swiper-slide .thumb-box:nth-child(odd) {
  margin-top: 0;
}
section.program.section-01 .section-inner .program-top-swiper .swiper-slide .thumb-box:nth-child(even) {
  margin-bottom: 0;
}
section.program.section-01 .section-inner .controller-row {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
section.program.section-01 .section-inner .controller-row {
  bottom: -18.75vw;
}
@media (min-width: 641px) {
  section.program.section-01 .section-inner .controller-row {
    bottom: -5rem;
  }
}
@media (min-width: 1200px) {
  section.program.section-01 .section-inner .controller-row {
    bottom: -80px;
  }
}
@media screen and (min-width: 1200px) {
  section.program.section-01 .section-inner .controller-row {
    top: auto;
    bottom: -120px;
  }
}
section.program.section-01 .section-inner .controller-row .swiper-pagination {
  width: auto;
}
section.program.section-01 .section-inner .controller-row .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 32px;
  background: #0C6FB8;
}
section.program.section-01 .section-inner .controller-row .swiper-button-prev {
  margin-right: 6.25vw;
}
@media (min-width: 641px) {
  section.program.section-01 .section-inner .controller-row .swiper-button-prev {
    margin-right: 1.6667rem;
  }
}
@media (min-width: 1200px) {
  section.program.section-01 .section-inner .controller-row .swiper-button-prev {
    margin-right: 27px;
  }
}
section.program.section-01 .section-inner .controller-row .swiper-button-next {
  margin-left: 6.25vw;
}
@media (min-width: 641px) {
  section.program.section-01 .section-inner .controller-row .swiper-button-next {
    margin-left: 1.6667rem;
  }
}
@media (min-width: 1200px) {
  section.program.section-01 .section-inner .controller-row .swiper-button-next {
    margin-left: 27px;
  }
}
section.program.section-02 .section-inner {
  padding-bottom: 0;
}
section.program.section-02 .section-inner .video {
  position: relative;
  width: 100%;
  aspect-ratio: 16/9;
  background-color: #000;
  border-radius: 15px;
  overflow: hidden;
  margin: auto;
}
section.program.section-02 .section-inner .video {
  max-width: 87.5vw;
}
@media (min-width: 641px) {
  section.program.section-02 .section-inner .video {
    max-width: 23.3333rem;
  }
}
@media (min-width: 1200px) {
  section.program.section-02 .section-inner .video {
    max-width: 373px;
  }
}
@media screen and (min-width: 1200px) {
  section.program.section-02 .section-inner .video {
    max-width: 1200px;
  }
}
section.program.section-02 .section-inner .video iframe {
  width: 100%;
  height: 100%;
  border: 0;
}