@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Orbit&display=swap');

@charset "utf-8";


p,
a,
h1,
h2,
h3,
h4,
h5,
h6,
tr,
td,
input,
select,
textarea,
button,
figure,
blockquote {
  transform: skew(-0.1deg);
}
.only_pc {
  display: block;
}
.only_mo {
  display: none;
}

.pc-only { display: block; }
.mobile-only { display: none; }

/* **********contents */
#contents > header {
  display: table;
  width: 100%;
  background-color: #0f5a8b;
  background-image: url("/resources/images/vi_sub.jpg");
  background-repeat: no-repeat;
  text-align: center;
  color: #fff;
}
#contents > header.vi_05 {
  background-image: url(/resources/images/vi_sub_05.jpg);
  background-position: center;
}
#contents > header > div {
  display: table-cell;
  vertical-align: middle;
}
#contents > section {
  overflow: hidden;
}
#contents > section > header {
  position: relative;
}
.search_atc {
  height: 45px;
  border: 1px solid #ccc;
}
.search_atc input[type="text"] {
  height: 43px;
  border: 0;
  line-height: 43px;
  letter-spacing: -0.05rem;
  font-weight: 300;
}
.search_atc .ico_search,
.search_atc .ico_refresh {
  position: relative;
  width: 42px;
  height: 100%;
}
.search_atc .ico_search {
  border-right: 1px solid #ccc;
  background: none;
}

#contents > section.news_list .search_atc .ico_search,
#contents > section.nanum_release .search_atc .ico_search,
#contents > section.nanum_notice .search_atc .ico_search {
  border-right: none; 
  margin-left: 2.5rem;
}

.search_atc .ico_refresh {
  background: #f0f0f0;
}
.search_atc .ico_search::before,
.search_atc .ico_refresh::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background-image: url("/resources/images/ico.png");
  background-repeat: no-repeat;
  background-size: 25px auto;
}

#contents > section.news_list .search_atc .ico_search::before,
#contents > section.nanum_release .search_atc .ico_search::before,
#contents > section.nanum_notice .search_atc .ico_search::before {
  filter: brightness(0) saturate(100%) invert(40%) sepia(96%) saturate(1800%) hue-rotate(359deg) brightness(101%) contrast(96%);
}

#contents > section.nanum_release,
#contents > section.nanum_notice {
  max-width: 1280px;
  margin: 0 auto;
  padding: 11.25rem 0;
}

#contents > section.nanum_release > header h3 {
  margin-bottom: 0;
}

/* contents - pc */
@media screen and (min-width: 961px) {
  /* #contents {
    min-height: calc(100vh - 350px);
    margin-top: 80px;
  } */
  #contents > header {
    height: 270px;
  }
  #contents > header.vi_01 {
    background-position: center top;
  }
  #contents > header.vi_02 {
    background-position: center -275px;
  }
  #contents > header.vi_03 {
    background-position: center -550px;
  }
  #contents > header.vi_04 {
    background-position: center -825px;
  }
  #contents > header h1 {
    padding-bottom: 26px;
    font-size: 4rem;
    font-weight: 700;
  }
  #contents > header h2 {
    padding-bottom: 26px;
    font-size: 4rem;
    font-weight: 700;
  }
  #contents > header p {
    font-size: 1.2rem;
  }
  #contents > section {
    max-width: 1170px;
    margin: 0 auto;
    padding: 50px 1rem 190px;
  }
  #contents > section.news_list, 
  #contents > section.news_letter {
    max-width: 1280px;
    padding: 11.25rem 0;
  } 
  #contents > section.artist_inBox {
    max-width: 1170px;
    margin: 0 auto;
    padding: 0px 1rem 190px;
  }
  #contents > section > header h3 {
    margin-bottom: 60px;
    font-size: 2.6667rem;
    font-weight: 700;
    letter-spacing: -0.05em;
  }
  #contents > section.news_list > header h3, 
  #contents > section.news_letter > header h3, 
  #contents > section.nanum_notice > header h3,
  #contents > section.nanum_release > header h3 {
    font-size: 2.1875rem;
    margin-bottom: 0;
  }
  #contents > section > header .share {
    position: absolute;
    right: 0;
    top: -4px;
  }
  .search_atc {
    width: 360px;
    margin-bottom: 30px;
  }
  #contents > section.news_list .search_atc,
  #contents > section.nanum_release .search_atc,
  #contents > section.nanum_notice .search_atc {
    width: 26.875rem;
    height: 3.125rem;
    box-shadow: 0px 0px 10px #00000029;
    border: none;
    border-radius: .3125rem;
    margin-right: .3125rem;
  }
  #contents > section.nanum_notice .search_atc {
    margin-bottom: 3.125rem;
  }

  .search_atc input[type="text"] {
    width: 274px;
    padding: 0 0.6rem;
    font-size: 1rem;
  }

  #contents > section.news_list .search_atc input[type="text"],
  #contents > section.nanum_release .search_atc input[type="text"],
  #contents > section.nanum_notice .search_atc input[type="text"] {
    padding: 0 20px;
    font-size: 20px;
    color: #B1B1B1;
    font-weight: 200;
    letter-spacing: normal;
    width: 21.5rem;
    height: 3.125rem;
  }

  #contents > section > header .txt_numbers {
    padding-top: 25px;
  }
}

/* contents : mobile */
@media screen and (max-width: 960px) {
  #contents {
    min-width: 315px;
    min-height: calc(100vh - 220px);
    /* margin-top: 60px; */
  }
  #contents > section.nanum_notice {
    padding: 5rem 1.25rem;
  }
  #contents > header {
    height: 130px;
    background-size: 960px auto;
  }
  #contents > header.vi_01 {
    background-position: center top;
  }
  #contents > header.vi_02 {
    background-position: center -140px;
  }
  #contents > header.vi_03 {
    background-position: center -280px;
  }
  #contents > header.vi_04 {
    background-position: center -415px;
  }
  #contents > header h1 {
    padding-bottom: 12px;
    font-size: 2.3077rem;
    font-weight: 700;
  }
  #contents > header h2 {
    padding-bottom: 12px;
    font-size: 2.3077rem;
    font-weight: 700;
  }
  #contents > header p {
    font-size: 0.9231rem;
  }
  #contents > section {
    padding: 5rem 1.25rem;
  }

  #contents > section.news_letter {
    padding: 5rem 1.25rem;
  }
  #contents > section > header h3 {
    margin-bottom: 25px;
    font-size: 1.5385rem;
    font-weight: bold;
    letter-spacing: -0.05em;
  }
  #contents > section.news_list > header h3,
  #contents > section.news_letter > header h3,
  #contents > section.nanum_notice > header h3 {
    font-weight: bold;
    margin-bottom: 1.25rem;
  }

  #contents > section > header .share {
    position: absolute;
    right: 0;
    top: 0;
  }
  .search_atc {
    width: 100%;
    margin: 20px 0;
  }

  #contents > section.news_list .search_atc,
  #contents > section.nanum_release .search_atc,
  #contents > section.nanum_notice .search_atc {
    margin:  0 0 .625rem;
    border: none;
    box-shadow: 0px 0px 10px #00000029;
    /* height: 2rem; */
    border-radius: .3125rem;
  }
  #contents > section.nanum_release .search_atc {
    margin-top: 1.25rem;
  }
  .search_atc input[type="text"] {
    width: calc(100% - 84px);
    padding: 0 1.1538rem;
    font-size: 1.0769rem;
  }
  #contents > section.news_list .search_atc input[type="text"] {
    font-size: .875rem;
    color: #B1B1B1;
  }
  #contents > section > header .txt_numbers {
    margin-bottom: 10px;
  }
  .only_pc {
    display: none;
  }
  .only_mo {
    display: block;
  }
}

/* 재단소개 현황 */
.foundation-status {
  position: relative;
}

.foundation-status .foundation-status-box {
    width: 100%;
    min-height: 120vh;
    /* height: 2052px; */
    background: url(/resources/images/about/foundation-status_bg_01.png) no-repeat center top / auto 100%;
    background-size: cover;
    box-sizing: border-box;
}

.foundation-status .foundation-status-box .foundation-status-box-wrap {
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    font-size: 2.1875rem;
    line-height: 1.5;
}

.foundation-status-box-wrap .txt-box-head {
    padding-top: 180px;
    display: flex;
    gap: 17.8125rem;
    font-size: 1.875rem;
}

.foundation-status-box-wrap .txt-box-head > p {
    font-weight: bold;
}

.foundation-status-box-wrap .foundation-status-count {
    display: flex;
    justify-content: flex-end;
    color: #fff;
    margin-top: 12.375rem;
    padding-right: 1.25rem;
}

.foundation-status-count-box .foundation-status-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 3.125rem 0;
    text-shadow: 0px 0px 15px #01265EBA;
    border-bottom: 2px solid #fff;
    position: relative;
}

.foundation-status-count-box .foundation-status-item:first-child {
    padding-top: 0;
}

.foundation-status-count-box .foundation-status-item:last-child {
    border-bottom: none;
}

.foundation-status-count-box .foundation-status-item:not(:last-child)::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    right: 0;
    height: 2px;
    box-shadow: 0px 0px 15px #01265EBA;
}

.foundation-status-count-box .foundation-status-item h3 {
  display: inline-flex;
  align-items: center;
}

.foundation-status-count-box .foundation-status-item h3 span.status-item01,
.foundation-status-count-box .foundation-status-item h3 span.status-item02,
.foundation-status-count-box .foundation-status-item h3 span.status-item03  {
  width: 3.5rem;
  height: 3.5rem;
  background-size: cover;
  margin-right: 3.125rem;
}

.foundation-status-count-box .foundation-status-item h3 span.status-item01 {
    background: url(/resources/images/about/status_item_ico01.svg) no-repeat center / 130% 140%;
}

.foundation-status-count-box .foundation-status-item h3 span.status-item02 {
  background: url(/resources/images/about/status_item_ico02.svg) no-repeat center / 140% 140%;
}

.foundation-status-count-box .foundation-status-item h3 span.status-item03 {
  background: url(/resources/images/about/status_item_ico03.svg) no-repeat center / 140% 140%;
}

.foundation-status-count-box .foundation-status-item p {
    position: relative;
    z-index: 1;
}
.foundation-status-count-box .foundation-status-item p > span {
    display: inline-block;
    min-width: 26.25rem;
    text-align: right;
    font-size: 5rem;
    font-weight: bold;
    padding-right: .9375rem;
}

/* 포스코 그룹사 */
.posco-groups {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto 11.25rem;
}

.posco-groups .logo-grid {
  display: grid;
  /* grid-template-columns: repeat(auto-fill, minmax(19.0625rem, 1fr)); */
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: 11.25rem;
  gap: 1.25rem;
  margin-top: 5rem;
}

.posco-groups .logo-grid figure {
  position: relative;
  margin: 0;
  overflow: hidden;
  border-radius: 1.25rem;
  background-color: #F8F8F8;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: auto;
}

.posco-groups .logo-grid img {
  display: block;
  width: 100%;
  max-width: 9.8125rem;
  height: auto;
  transition: transform 0.3s ease;
}

.posco-groups .logo-grid figure:nth-child(2) img {
  max-width: 11.9375rem;
}

.posco-groups .logo-grid figure:nth-child(3) img {
  max-width: 14.6875rem;
}

.posco-groups .logo-grid figure:nth-child(9) img {
  max-width: 15.5rem;
}

.posco-groups .logo-grid figure:nth-child(13) img {
  max-width: 14.625rem;
}

.posco-groups .logo-grid figure:nth-child(10) img {
  max-width: 7.5rem;
}

.posco-groups .logo-grid figure:nth-child(15) img {
  max-width: 12.6875rem;
}

.posco-groups .logo-grid figure:nth-child(18) img {
  max-width: 9.375rem;
}

.posco-groups .logo-grid figure:nth-child(19) img {
  max-width: 14.5rem;
}

.posco-groups .logo-grid figure:nth-child(20) img {
  max-width: 13.75rem;
}

.posco-groups .logo-grid figure:nth-child(21) img {
  max-width: 13.75rem;
}

.posco-groups .logo-grid figure:nth-child(22) img {
  max-width: 9.0625rem;
}

.posco-groups .logo-grid figure:nth-child(23) img {
  max-width: 15.9375rem;
} 

.posco-groups .logo-grid figure:nth-child(24) img {
  max-width: 11.875rem;
} 

.posco-groups .logo-grid figure:nth-child(25) img {
  max-width: 14rem;
} 

.posco-groups .logo-grid figure:nth-child(26) img {
  max-width: 15.0625rem;
} 

.posco-groups .logo-grid figure:nth-child(27) img {
  max-width: 12.6875rem;
} 

.posco-groups .logo-grid figure:nth-child(28) img {
  max-width: 13.5rem;
} 

.posco-groups .logo-grid figure:nth-child(31) img {
  max-width: 13rem;
} 

.posco-groups .logo-grid figure:nth-child(34) img {
  max-width: 12.875rem;
} 

.posco-groups .logo-grid figure:nth-child(35) img {
  max-width: 7rem;
} 

.posco-groups .logo-grid figure:nth-child(36) img {
  max-width: 5.9375rem;
} 

.posco-groups .logo-grid figcaption {
  position: absolute;
  inset: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.8);
  color: #fff;
  font-size: 1.5625rem;
  font-weight: bold;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.posco-groups .logo-grid figure:hover img {
  transform: scale(1.05);
}

.posco-groups .logo-grid figure:hover figcaption {
  opacity: 1;
}

.partners {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto 12.8125rem;
}

.partners .partners-list {
  padding-top: 5.9375rem;
  font-size: 1.25rem;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  text-align: center;
}

.partners .partners-list li {
  padding: 1.5625rem 0;
}

@media screen and (max-width: 1320px) {
  .foundation-status-box-wrap .txt-box-head {
    flex-direction: column; 
    gap: .625rem;
  }

  .posco-groups, .partners, .foundation-status .foundation-status-box .foundation-status-box-wrap {
    padding: 1.25rem;
    box-sizing: border-box;
  }
  .partners .partners-list {
    grid-template-columns: repeat(5, 1fr);
  }
}

@media screen and (max-width: 960px) {
  .pc-only { display: none; }
  .mobile-only { display: block; }

  /* 재단소개 현황 */
  .foundation-status {
    margin: 8.75rem 0 3.125rem;
  }
  .foundation-status .foundation-status-box {
    min-height: 42vh;
    background-image: url(/resources/images/about/foundation-status_bg_01_mo.png);
  }

  .foundation-status-box-wrap .txt-box-head {
    padding-top: 0;
  }

  .foundation-status-box-wrap .foundation-status-count {
    width: 100%;
    box-sizing: border-box;
    padding: 0;
    display: block;
    /* margin-top: 1.125rem; */
    margin-top: 2.125rem;
  }

  .posco-groups {
    margin-bottom: 3.75rem;
  }

  /* 포스코 그룹사 */
  .posco-groups .logo-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: .625rem;
    grid-auto-rows: 6.75rem;
    margin-top: 1.25rem;
  }

  .posco-groups .logo-grid figure {
    border-radius: .3125rem;
  }

  /* .posco-groups .logo-grid img {
    max-width: 9.1875rem; 
  } */

  .posco-groups .logo-grid figcaption {
    font-size: .75rem;
  }

  .posco-groups .logo-grid figure:nth-child(3) img {
    max-width: 13.6875rem;
  }

  .posco-groups .logo-grid figure:nth-child(9) img {
    max-width: 14.5rem;
  }

  .posco-groups .logo-grid figure:nth-child(13) img {
    max-width: 12.625rem;
  }

  .posco-groups .logo-grid figure:nth-child(15) img {
    max-width: 10.6875rem;
  }

  .posco-groups .logo-grid figure:nth-child(18) img {
    max-width: 8.375rem;
  }

  .posco-groups .logo-grid figure:nth-child(19) img {
    max-width: 12.5rem;
  }

  .posco-groups .logo-grid figure:nth-child(20) img {
    max-width: 12.75rem;
  }

  .posco-groups .logo-grid figure:nth-child(22) img {
    max-width: 7.0625rem;
  }

  .posco-groups .logo-grid figure:nth-child(23) img {
    max-width: 14.9375rem;
  }

  .posco-groups .logo-grid figure:nth-child(24) img {
    max-width: 10.875rem;
  }

  .posco-groups .logo-grid figure:nth-child(25) img {
    max-width: 13rem;
  }

  .posco-groups .logo-grid figure:nth-child(26) img {
    max-width: 14.0625rem;
  }

  .posco-groups .logo-grid figure:nth-child(27) img {
    max-width: 9.6875rem;
  }

  .posco-groups .logo-grid figure:nth-child(28) img {
    max-width: 11.5rem;
  }

  .posco-groups .logo-grid figure:nth-child(31) img {
    max-width: 11rem;
  }

  .posco-groups .logo-grid figure:nth-child(34) img {
    max-width: 10.875rem;
  }

  .posco-groups .logo-grid figure:nth-child(35) img {
    max-width: 5rem;
  }

  .posco-groups .logo-grid figure:nth-child(36) img {
    max-width: 3.9375rem;
  }

  /* 포스코 협력사 */
  .partners {
    margin-bottom: 3.75rem;
  }
  .partners .partners-list {
    grid-template-columns: repeat(4, 1fr);
    padding-top: 1.25rem;
  }
}

@media screen and (max-width: 769px) {
  .pc_only {
    display: none !important;
  }

  .page-visual .visual-title-box {
    font-size: 1.25rem;
  }

  .page-visual .visual-title-box h2 {
    font-size: 1.875rem; 
    margin-bottom: .625rem;
  }

  /* 재단소개 현황 */
  .foundation-status-box-wrap .txt-box-head {
      font-size: 1rem;
      padding-top: 0;
  }
  .foundation-status-box-wrap .txt-box-head > p {
    font-size: 1.25rem;
  }
  .foundation-status .foundation-status-box .foundation-status-box-wrap {
    padding-top: 0;
    font-size: 1rem;
  }

  .foundation-status-count-box .foundation-status-item p > span {
    font-size: 1.75rem;
  }

  .foundation-status-count-box .foundation-status-item {
    /* padding: 1.75rem 0; */
    padding: 0.5rem 0;
  }

  .foundation-status-count-box .foundation-status-item p > span {
    min-width: auto;
    padding-right: .375rem;
  }

  .foundation-status-box-wrap .foundation-status-count {
    margin-top: 8.125rem;
  }


  .foundation-status-count-box .foundation-status-item h3 span.status-item01, .foundation-status-count-box .foundation-status-item h3 span.status-item02, .foundation-status-count-box .foundation-status-item h3 span.status-item03 {
    width: 1.1875rem;
    height: 1.1875rem;
    margin-right: 1.0625rem;
  }

  /* 포스코 그룹사 */
  .posco-groups {
    margin-bottom: 3.75rem;
  }
  .page-title-txtbox h2 {
    font-size: 1.25rem;
  }

  .page-title-txtbox p {
    font-size: 1rem;
  }

  .posco-groups .logo-grid {
    grid-auto-rows: 3.75rem;
  }

  .posco-groups .logo-grid img {
    max-width: 3.1875rem;
  }

  .posco-groups .logo-grid figure:nth-child(2) img {
    max-width: 3.375rem;
  }

  .posco-groups .logo-grid figure:nth-child(3) img {
    max-width: 4.8125rem;
  }

  .posco-groups .logo-grid figure:nth-child(9) img {
    max-width: 5.0625rem;
  }

  .posco-groups .logo-grid figure:nth-child(10) img {
    max-width: 2.4375rem;
  }

  .posco-groups .logo-grid figure:nth-child(13) img {
    max-width: 4.5625rem;
  }
  .posco-groups .logo-grid figure:nth-child(15) img {
    max-width: 4.125rem;
  }
  .posco-groups .logo-grid figure:nth-child(18) img {
    max-width: 3.0625rem;
  }

  .posco-groups .logo-grid figure:nth-child(19) img {
    max-width: 4.75rem;
  }

  .posco-groups .logo-grid figure:nth-child(20) img {
    max-width: 4.5rem;
  }

  .posco-groups .logo-grid figure:nth-child(21) img {
    max-width: 4.6875rem;
  }

  .posco-groups .logo-grid figure:nth-child(22) img {
    max-width: 2.9375rem;
  }

  .posco-groups .logo-grid figure:nth-child(23) img {
    max-width: 5.1875rem;
  }

  .posco-groups .logo-grid figure:nth-child(24) img {
    max-width: 3.875rem;
  }

  .posco-groups .logo-grid figure:nth-child(25) img {
    max-width: 4.5625rem;
  }

  .posco-groups .logo-grid figure:nth-child(26) img {
    max-width: 5rem;
  }

  .posco-groups .logo-grid figure:nth-child(27) img {
    max-width: 3.375rem;
  }

  .posco-groups .logo-grid figure:nth-child(28) img {
    max-width: 4.4375rem;
  }
  .posco-groups .logo-grid figure:nth-child(31) img {
    max-width: 4.25rem; 
  }
  .posco-groups .logo-grid figure:nth-child(34) img {
    max-width: 4.1875rem;
  }
  .posco-groups .logo-grid figure:nth-child(35) img {
    max-width: 2.3125rem;
  }
  .posco-groups .logo-grid figure:nth-child(36) img {
    max-width: 2rem;
  }

  /* 포스코 협력사 */
  .partners {
    margin-bottom: 3.75rem;
  }

  .partners .partners-list {
    grid-template-columns: repeat(3, 1fr);
    font-size: .875rem;
  }
  .partners .partners-list li {
    padding: .75rem 0;
  }
}

@media screen and (max-width: 440px) {
  .page-visual {
    height: 28.125rem;
  }

  .foundation-status-box-wrap .foundation-status-count {
    margin-top: 2.125rem;
  }
}

/* **********share */
.share > button {
  position: absolute;
  right: 0;
  top: 0;
}
.share > ul {
  z-index: 800;
  position: absolute;
  right: 0;
  width: 10.6667rem;
  margin-top: 10px;
  border: 1px solid #ccc;
  background: #fff;
}
.share > ul li {
  font-size: 1rem;
  line-height: 30px;
  letter-spacing: -0.05em;
  color: #333;
}
.share > ul li > *::before {
  margin-right: 9px;
}
.share #share_url {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  clip-path: inset(50%);
  border: 0;
}

/* share : pc */
@media screen and (min-width: 961px) {
  .share {
    padding-top: 45px;
  }
  .share > button {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background: #e9e9e9;
  }
  .share > button::after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background-image: url("/resources/images/ico.png");
    background-repeat: no-repeat;
    background-size: 25px auto;
  }
  .share .ico_share::after {
    width: 16px;
    height: 17.5px;
    background-position: left -36px;
  }
  .share .ico_close_thin::after {
    width: 16px;
    height: 16px;
    background-position: 0.5px -135px;
  }
  .share > ul {
    padding-bottom: 18px;
  }
  .share > ul li {
    padding: 19px 1.3333rem 1px;
  }
}

/* share : mobile */
@media screen and (max-width: 960px) {
  .share {
    padding-top: 18px;
  }
  .share > ul {
    padding-bottom: 9px;
  }
  .share > ul li {
    padding: 10px 1.3333rem 1px;
  }
}

/* **********tab */
.tab button {
  font-weight: 300;
  letter-spacing: -0.05em;
  color: #666;
}
.tab li.selected button,
.tab li button:focus {
  background: #0567eb;
  font-weight: 700;
  color: #fff;
}

/* **********tab2 */
.tab_tog button {
  font-weight: 300;
  letter-spacing: -0.05em;
  color: #666;
}
.tab_tog li.selected button,
.tab_tog li button:focus {
  background: #0567eb;
  font-weight: 700;
  color: #fff;
}

/* tab : pc */
@media screen and (min-width: 961px) {
  .tab {
    margin-bottom: 30px;
  }
  .tab:not(.left) {
    width: 100%;
  }
  .tab button {
    padding: 0 1.333rem;
    font-size: 1.2rem;
    line-height: 3rem;
  }
  /* tab2 : pc */
  .tab_tog {
    margin-bottom: 30px;
  }
  .tab_tog:not(.left) {
    width: 100%;
  }
  .tab_tog button {
    padding: 0 1.333rem;
    font-size: 1.2rem;
    line-height: 3rem;
  }
}

/* tab : mobile */
@media screen and (max-width: 960px) {
  .tab {
    width: 100%;
    margin-bottom: 20px;
  }
  nav.tab {
    position: relative;
    width: calc(100% + 3.2308rem);
    height: 2.4rem;
    margin: 0 0 1.5385rem -1.6154rem;
    overflow: hidden;
  }
  nav.tab div {
    width: 100%;
    height: 200%;
    overflow-x: scroll;
  }
  nav.tab li:first-child {
    margin-left: 1.6154rem;
  }
  nav.tab li:last-child {
    margin-right: 1.6154rem;
  }
  .tab button {
    padding: 0 1rem;
    font-size: 1rem;
    line-height: 2.4rem;
  }
  /* tab2 : mobile */
  .tab_tog {
    width: 100%;
    margin-bottom: 20px;
  }
  nav.tab_tog {
    position: relative;
    width: calc(100% + 3.2308rem);
    height: 2.4rem;
    margin: 0 0 1.5385rem -1.6154rem;
    overflow: hidden;
  }
  nav.tab_tog div {
    width: 100%;
    height: 200%;
    overflow-x: scroll;
  }
  nav.tab_tog li:first-child {
    margin-left: 1.6154rem;
  }
  nav.tab_tog li:last-child {
    margin-right: 1.6154rem;
  }
  .tab_tog button {
    padding: 0 1rem;
    font-size: 1rem;
    line-height: 2.4rem;
  }
}

/* **********notice list */
.notice a {
  display: block;
  position: relative;
  border: 1px solid #f8f8f8;
  background: #f8f8f8;
}
.notice li.new a {
  border-color: #0567eb;
  background: #fff;
}
.notice .txt_title {
  display: block;
  position: relative;
  padding-right: 0.5rem;
  overflow: hidden;
}
.notice .txt_title::before,
.download .txt_title::before,
.news .txt_title::before,
.news p::before {
  content: "...";
  position: absolute;
  bottom: 0;
  right: 0;
}
.notice .txt_title::after,
.download .txt_title::after,
.news .txt_title::after,
.news p::after {
  content: "";
  display: inline;
  position: absolute;
  width: 100%;
  height: 100%;
  background: #f8f8f8;
}
.notice li.new .txt_title::after {
  background: #fff;
}
.notice .txt_date {
  position: absolute;
}
.notice a:hover .txt_title,
.notice a:focus .txt_title,
.board a:hover,
.board a:focus,
.download a:hover .txt_title,
.download a:focus .txt_title,
.news a:hover .txt_title,
.news a:focus .txt_title {
  text-decoration: underline;
  color: #0567eb;
}
.news a:focus {
  border: 3px dotted #022658;
}

/* notice list : pc */
@media screen and (min-width: 961px) {
  .notice {
    margin-left: -2rem;
  }
  .notice li {
    width: calc(100% / 3 - 2rem);
    margin-left: 2rem;
  }
  .notice li + li + li + li {
    margin-top: 30px;
  }
  .notice a {
    padding: 3.7rem 1.333rem 1.666rem;
  }
  .notice .txt_title {
    height: 6rem;
  }
  .notice .txt_date {
    left: 1.333rem;
    top: 1.8rem;
  }
}

/* notice list : mobile */
@media screen and (max-width: 960px) {
  .notice {
    margin-left: -1.1538rem;
  }
  .notice li {
    width: calc(50% - 1.1538rem);
    margin-left: 1.1538rem;
  }
  .notice li + li + li {
    margin-top: 15px;
  }
  .notice a {
    padding: 2.2rem 0.7692rem 0.7692rem;
  }
  .notice .txt_title {
    height: 3.9231rem;
  }
  .notice .txt_date {
    left: 0.7692rem;
    top: 0.7692rem;
  }
}

/* **********download list */
.download a {
  display: block;
  position: relative;
}
.download a::before {
  z-index: 2;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #e6e6e6;
}
.download div {
  position: relative;
  margin: 0 -2.5%;
  padding-bottom: 115.1428%;
  overflow: hidden;
}

.download div::before,
.download div::after
/* .news .img::before,
.news .img::after */ {
  z-index: 1;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  width: 2.5%;
  height: 100%;
  background: #fff;
}

.download div::before,
.news .img::before {
  left: 0;
}
.download div::after {
  right: 0;
}
.download img,
.news img {
  z-index: 0;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  margin: auto;
  transition: width 0.3s ease-out;
}
.download a:hover img,
.news a:hover img {
  width: 100%;
}
.download p {
  display: block;
  position: relative;
  background: #f8f8f8;
}
.download p::before,
.download p::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
.download p::before {
  border-radius: 50%;
  background: #fff;
}
.download p::after {
  background-image: url("/resources/images/ico.png");
  background-repeat: no-repeat;
}
.download a:hover p::before,
.download a:focus p::before {
  background: #0567eb;
}
.download .txt_title {
  display: block;
  position: relative;
  padding-right: 0.5em;
  overflow: hidden;
}

/* 200402 add css */
/* 텍스트 및 틀 */

/* .out_down div::before,
.out_down div::after {
  z-index: 1;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  width: 2.5%;
  height: 100%;
  background: #fff;
} */
/* .out_down div::before {
  left: 0;
}
.out_down div::after {
  right: 0;
} */
/* .out_down img {
  z-index: 0;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 95%;
  margin: auto;
  transition: width 0.3s ease-out;
} */

.out_down p {
  display: block;
  position: relative;
  background: #f8f8f8;
  padding: .75rem 1.25rem;
  border-radius: 0 0 20px 20px;
}
#contents > section.nanum_release .out_down {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  box-sizing: border-box;
  max-width: 1280px;
  margin: 0 auto;
  gap: 2.5rem;
}

#contents > section.nanum_release .out_down li {
  min-height: 23.5rem;
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid #e6e6e6;
}

#contents > section.nanum_release .out_down img {
  display: block;
  font-size: 0;
  width: 100%;
}
/* //텍스트 및 틀 */

/* 전체버튼 */
.out_down .box_link > .btnAll {
  display: block;
  position: absolute;
  background: #f8f8f8;
  top: 0;
  bottom: 0;
}
.out_down .box_link > .btnAll::before,
.out_down .box_link > .btnAll::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
.out_down .box_link > .btnAll::before {
  border-radius: 50%;
  background: #fff;
  z-index: 0;
  left: auto;
  border: none;
}
.out_down .box_link > .btnAll::after {
  background-image: url("/resources/images/ico.png");
  background-repeat: no-repeat;
}
.out_down .box_link > .btnAll:hover::before {
  background: #0567eb;
}
/* //전체버튼 */
/* //200402 add css */

/* download list : pc */
@media screen and (min-width: 961px) {
  .download {
    margin-left: -3rem;
  }
  .download li {
    width: calc(100% / 3 - 3rem);
    margin-left: 3rem;
  }
  .download li + li + li + li {
    margin-top: 40px;
  }
  .download p {
    padding: 19px calc(60px + 2.666rem) 19px 1.333rem;
  }
  .download p::before {
    right: 1.2666rem;
    width: 60px;
    height: 60px;
  }
  .download p::after {
    right: calc(1.2666rem + 16px);
    width: 28px;
    height: 24px;
    background-position: left -604px;
  }
  .download a:hover p::after,
  .download a:focus p::after {
    background-position: left -578px;
  }
  .download .txt_title {
    height: 3.4666rem;
    line-height: 1.7333rem;
  }

  /* 200402 add css */
  /* 텍스트 및 틀 */
  .out_down {
    margin-left: -3rem;
  }
  /* .out_down li {
    width: calc(100% / 3 - 3rem);
    margin-left: 3rem;
  } */
  .out_down .box_link {
    position: relative;
  }
  .out_down .box_link > p > strong {
    min-height: 3rem;
    line-height: 1.75rem;
    display: block;
    overflow: hidden;
    font-size: 1.25rem;
    letter-spacing: -0.12em;
    word-break: auto-phrase;
    color: #25292c;
    display: flex;
    align-items: center;
  }
  /* //텍스트 및 틀 */

  /* 버튼의 순서 */
  .out_down .box_link > .btn_1st {
    right: 4.8rem;
    font-size: 0;
  }
  .out_down .box_link > .btn_1st::before {
    right: 1.2666rem;
    width: 60px;
    height: 60px;
  }
  .out_down .box_link > .btn_1st::after {
    right: calc(1.2666rem + 16px);
    width: 28px;
    height: 24px;
  }
  .out_down .box_link > .btn_2st {
    right: 0.2666rem;
    font-size: 0;
  }
  .out_down .box_link > .btn_2st::before {
    right: 1.2666rem;
    width: 60px;
    height: 60px;
  }
  .out_down .box_link > .btn_2st::after {
    right: calc(1.2666rem + 16px);
    width: 28px;
    height: 24px;
  }
  /* 201215_수정 */
  .out_down .box_link > a {
    width: 100%;
    height: 1.75rem;
    max-width: 1.75rem;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: .625rem;
  }
  .out_down .box_link > a.outL {
    background: url(/resources/images/common/news_more_btn.svg) no-repeat center / 100% auto;
  }
  .out_down .box_link > a.downL {
    background: url(/resources/images/common/news_more_btn.svg) no-repeat center / 100% auto;
  }
  .out_down .box_link > a.outL:hover {
    background-image: url("/resources/images/outN_on.png");
    background-repeat: no-repeat;
  }
  .out_down .box_link > a.downL:hover {
    background-image: url("/resources/images/downN_on.png");
    background-repeat: no-repeat;
  }
  .out_down .box_link > a.outL:focus {
    background-image: url("/resources/images/outN_on.png");
    background-repeat: no-repeat;
  }
  .out_down .box_link > a.downL:focus {
    background-image: url("/resources/images/downN_on.png");
    background-repeat: no-repeat;
  }

  .out_down .box_link > a.list_btn {
    background-image: url("/resources/images/list_btn_off.png");
    background-repeat: no-repeat;
  }
  .out_down .box_link > a.list_btn:hover {
    background-image: url("/resources/images/list_btn_on.png");
    background-repeat: no-repeat;
  }
  .out_down .box_link > a.list_btn:focus {
    background-image: url("/resources/images/list_btn_on.png");
    background-repeat: no-repeat;
  }

  /* //201215_수정 */
  /* //버튼의 순서 */

  /* 버튼의 아이콘 종류 */
  .out_down .box_link > .downLoad::after {
    background-position: left -604px;
  }
  .out_down .box_link > .downLoad:hover::after {
    background-position: left -578px;
  }
  .out_down .box_link > .outLink::after {
    background-position: 4px -382px;
  }
  .out_down .box_link > .outLink:hover::after {
    background-position: 4px -304px;
  }
  /* //버튼의 아이콘 종류 */
  /* //200402 add css */

}

/* download list : mobile */
@media screen and (max-width: 960px) {
  .m100 {
    width: 100%;
    height: 100%;
  }
  .download {
    margin-left: -1.5385rem;
  }
  .download li {
    width: calc(100% / 3 - 1.5385rem);
    margin-left: 1.5385rem;
  }
  .download li + li + li + li {
    margin-top: 20px;
  }
  .out_down .box_link {
    position: relative;
  }
  .download p {
    padding: 10px calc(30px + 1.5384rem) 10px 0.7692rem;
  }
  .download p::before {
    right: 0.7692rem;
    width: 30px;
    height: 30px;
  }
  .download p::after {
    right: calc(0.7692rem + 8px);
    width: 14px;
    height: 12px;
    background-size: 25px auto;
    background-position: left -302px;
  }
  .download a:hover p::after,
  .download a:focus p::after {
    background-position: left -289px;
  }
  .download .txt_title {
    height: 2.7692rem;
    line-height: 1.3846rem;
    word-break: break-all;
  }

  /* 200402 add css */
  /* 텍스트 및 틀 */
  .out_down .box_link > p {
    padding: .75rem 1.25rem;
  }
  .out_down .box_link > p > strong {
    display: block;
    min-height: 2.0625rem;
    line-height: 1.3846rem;
    word-break: break-all;
    word-break: auto-phrase;
    font-size: .875rem;
    letter-spacing: -0.12em;
    display: flex;
    align-items: center;
  }
  /* //텍스트 및 틀 */

  /* 버튼의 순서 */
  .out_down .box_link > .btn_1st {
    right: 3rem;
  }
  .out_down .box_link > .btn_1st::before {
    right: 0.7692rem;
    width: 30px;
    height: 30px;
  }
  .out_down .box_link > .btn_1st::after {
    right: calc(0.7692rem + 8px);
    width: 14px;
    height: 12px;
    background-size: 25px auto;
  }
  .out_down .box_link > .btn_2st {
    right: 0.2666rem;
  }
  .out_down .box_link > .btn_2st::before {
    right: 0.7692rem;
    width: 30px;
    height: 30px;
  }
  .out_down .box_link > .btn_2st::after {
    right: calc(0.7692rem + 8px);
    width: 14px;
    height: 12px;
    background-size: 25px auto;
  }
  /* 201215_수정 */
  .out_down .box_link > a {
    width: 100%;
    height: 1rem;
    max-width: 1rem;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 5%;
  }
  .out_down .box_link > a.outL {
    background: url(/resources/images/common/news_more_btn.svg) no-repeat center / 100% auto;
  }
  .out_down .box_link > a.downL {
    background: url(/resources/images/common/news_more_btn.svg) no-repeat center / 100% auto;
  }
  .out_down .box_link > a.outL:hover {
    background-image: url("/resources/images/outN_on.png");
    background-repeat: no-repeat;
    background-size: contain;
  }
  .out_down .box_link > a.downL:hover {
    background-image: url("/resources/images/downN_on.png");
    background-repeat: no-repeat;
    background-size: contain;
  }
  .out_down .box_link > a.outL:focus {
    background-image: url("/resources/images/outN_on.png");
    background-repeat: no-repeat;
    background-size: contain;
  }
  .out_down .box_link > a.downL:focus {
    background-image: url("/resources/images/downN_on.png");
    background-repeat: no-repeat;
    background-size: contain;
  }

  .out_down .box_link > a.list_btn {
    background-image: url("/resources/images/list_btn_off.png");
    background-repeat: no-repeat;
    background-size: contain;
  }
  .out_down .box_link > a.list_btn:hover {
    background-image: url("/resources/images/list_btn_on.png");
    background-repeat: no-repeat;
    background-size: contain;
  }
  .out_down .box_link > a.list_btn:focus {
    background-image: url("/resources/images/list_btn_on.png");
    background-repeat: no-repeat;
    background-size: contain;
  }
  /* //201215_수정 */
  /* //버튼의 순서 */

  /* 버튼의 아이콘 종류 */
  .out_down .box_link > .downLoad::after {
    background-position: left -302px;
  }
  .out_down .box_link > .downLoad:hover::after {
    background-position: left -289px;
  }
  .out_down .box_link > .outLink::after {
    background-position: 2px -191px;
  }
  .out_down .box_link > .outLink:hover::after {
    background-position: 2px -152px;
  }
  #contents > section.nanum_release {
    padding: 5rem 1.25rem;
  }
  #contents > section.nanum_release .out_down {
    grid-template-columns: repeat(3, 1fr);
    gap: .625rem;
  }
}
@media screen and (max-width: 580px) {
  .download li {
    width: calc(50% - 1.5385rem);
  }
  .download li + li + li {
    margin-top: 20px;
  }

  #contents > section.nanum_release .out_down {
    grid-template-columns: repeat(2, 1fr);
    gap: .625rem;
  }

}

@media screen and (max-width: 960px) {
  #contents > section.nanum_release .out_down li {
    min-height: 12.5625rem;
  }
}

/* **********news list */
.news li {
  position: relative;
  background: #f3f6fb;
  overflow: hidden;
}
.news li.case::before,
.news li.case::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  margin: auto;
}
.news li.case::before {
  width: 50%;
  height: 100%;
}
.news li.case::after {
  bottom: 0;
  right: 50%;
  background: url("/resources/images/logo.png") no-repeat left bottom;
}
.news a {
  z-index: 1;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.news li.case a {
  padding-left: 50%;
}
.news li.vod a::before,
.news li.vod a::after {
  z-index: 1;
  content: "";
  display: block;
  position: absolute;
  margin: auto;
}
.news li.vod:not(.case) a::before,
.news li.vod:not(.case) a::after {
  left: 0;
  right: 0;
}
.news li.vod.case a::before,
.news li.vod.case a::after {
  top: 0;
  bottom: 0;
}
.news li.vod a::before {
  border-radius: 50%;
  background: #000;
  opacity: 0.5;
}
.news li.vod a::after {
  background-image: url(/resources/images/ico.png);
  background-repeat: no-repeat;
}
.news .img {
  position: relative;
  height: 100%;
  overflow: hidden;
}
.news li:not(.case) .img {
  margin: 0;
}
.news li.case .img {
  position: absolute;
  left: 0;
  top: 0;
  width: calc(50% - 1rem);
  margin: 0;
}
.news .txt_title {
  display: block;
  position: relative;
  padding-right: 0.5em;
  overflow: hidden;
}
.news li.case .img::after,
.news .txt_title::after,
.news p::after {
  background: #f3f6fb;
}
.news p {
  position: relative;
  padding-right: 0.3em;
  font-size: 1rem;
  line-height: 1.4444rem;
  letter-spacing: -0.05em;
  color: #4c4c4c;
  overflow: hidden;
}
.news li .box_category {
  z-index: 3;
}
.news li .txt_title {
  z-index: 2;
}
.news li .txt_date {
  z-index: 1;
}
.news li:not(.case) .img ~ * {
  position: absolute;
  border-color: #fff;
  color: #fff !important;
}
.news li:not(.case) .img ~ .txt_title {
  display: inline;
  padding-right: 0;
  font-weight: normal;
}
.news li:not(.case) .img ~ .txt_title.long {
  padding-right: 0.5em;
}
.news li:not(.case) .img ~ .txt_title::before,
.news li:not(.case) .img ~ .txt_title::after {
  display: none;
}
.news li:not(.case) .img ~ .txt_title.long::before {
  display: block;
}

.news li:not(.case) .img ~ .txt_date::after {
  z-index: -1;
  content: "";
  display: block;
  position: absolute;
  left: -1.5625rem;
  right: -33.125rem;
  bottom: -50px;
  background: linear-gradient(transparent, #000);
}
.news a:hover p,
.news a:focus p {
  color: #333;
}
.news_list .news li:not(.case):has(.img) {
  position: relative; 
  overflow: hidden;
}
.news_list .news li:not(.case):has(.img) > a {
  position: relative;
  display: block;
  z-index: 0;
}
.news_list .news li:not(.case):has(.img) > a::after {
  content: "";
  position: absolute;
  left: 0; 
  right: 0;
  bottom: 0;
  height: 180px; 
  background: linear-gradient(transparent, rgba(0,0,0,0.8));
  z-index: 0;  
  pointer-events: none;
}
.news_list .news li:not(.case) .img {
  position: relative;
  z-index: 0;
}

.news_list .news li:not(.case) strong, .news_list .news li:not(.case) .more_btn {
  /* position: relative; */
  z-index: 2;
}

/* news list : pc */
@media screen and (min-width: 961px) {
  .news {
    /* position: relative;
    top: -30px;
    margin-left: -2rem; */
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 40px;
  }
  .news li {
    /* margin: 30px 0 0 2rem;
    padding-bottom: calc((25% - 2rem) * 1.298); */
    min-height: 23.5rem;
    border-radius: 1.25rem;
  }
  /* .news li:not(.case) {
    width: calc(25% - 2rem);
  } */
  .news li.wide {
    grid-column: span 2;
  }
  .news li.case {
    width: calc(50% - 2rem);
    padding-bottom: calc((50% - 2rem) * 0.613718);
  }
  .news li.case::after {
    width: 201px;
    height: 24px;
  }
  .news li.vod a::before {
    width: 66px;
    height: 66px;
  }
  .news li.vod a::after {
    width: 26px;
    height: 31px;
    background-position: left -406px;
  }
  .news li.vod:not(.case) a::before {
    top: 4.6666rem;
  }
  .news li.vod:not(.case) a::after {
    top: calc(4.6666rem + 18px);
  }
  .news li.vod.case a::before {
    left: calc(25% - 33px);
  }
  .news li.vod.case a::after {
    left: calc(25% - 13px);
  }
  .news .box_category {
    margin: 20px 1.3333rem 14px;
  }
  .news .txt_title {
    max-height: 5.5998rem;
    margin: 0 1.3333rem 11px;
    font-size: 1.4666rem;
    line-height: 1.8666rem;
  }
  .news p {
    margin: 0 1.3333rem;
  }
  .news .txt_date {
    position: absolute;
    left: 1.3333rem;
    bottom: 1.3333rem;
  }
  .news .more_btn {
    display: inline-block;
    width: 1.75rem;
    height: 28px;
    background: url(/resources/images/common/news_more_btn.svg) no-repeat center / 100% auto;
    position: absolute;
    bottom: 15px;
    margin-left: 1.25rem;
  }
  .news li.case .txt_date {
    left: calc(50% + 1.3333rem);
  }
  .news li:not(.case) .img + .box_category {
    bottom: 6.4666rem;
  }
  .news li:not(.case) .img ~ .txt_title {
    bottom: 2.6rem;
    height: 3.2rem;
    font-size: 1.25rem;
    line-height: 1.6rem;
  }
  .news li:not(.case) .img ~ .txt_date::after {
    top: -9rem;
  }
}

/* news list : mobile */
@media screen and (max-width: 960px) {
  .news {
    /* position: relative;
    top: -20px;
    margin-left: -1.1638rem; */
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: .625rem;
  }
  .news li {
    /* margin: 20px 0 0 1.1638rem;
    padding-bottom: calc((50% - 1.1638rem) * 1.298); */
    min-height: 201px;
    border-radius: .625rem;
  }
  .news li:not(.case) {
    /* width: calc(50% - 1.1638rem); */
  }
  .news li.case {
    width: calc(100% - 1.1638rem);
    padding-bottom: calc((100% - 1.1638rem) * 0.613718);
  }
  .news li.case .img {
    width: calc(50% - 0.5rem);
  }
  .news li.case::after {
    width: 100.5px;
    height: 12px;
    background-size: 101px auto;
  }
  .news li.vod a::before {
    width: 33px;
    height: 33px;
  }
  .news li.vod a::after {
    width: 13px;
    height: 15.5px;
    background-size: 25px auto;
    background-position: left -203px;
  }
  .news li.vod:not(.case) a::before,
  .news li.vod:not(.case) a::after {
    top: 0;
    bottom: 6.5rem;
  }
  .news li.vod.case a::before {
    left: calc(25% - 16.5px);
  }
  .news li.vod.case a::after {
    left: calc(25% - 6.5px);
  }
  .news .box_category {
    margin: 15px 1rem 9px;
  }
  .news .txt_title {
    max-height: 2.6154rem;
    margin: 0 1rem 6px;
  }
  .news p {
    margin: 0 1rem;
  }
  .news .txt_date {
    position: absolute;
    left: 1rem;
    bottom: 1rem;
  }
  .news li.case .txt_date {
    left: calc(50% + 1rem);
  }
  .news li:not(.case) .img ~ .box_category {
    bottom: 5.4rem;
  }
  .news li:not(.case) .img ~ .txt_title {
    bottom: 2.2rem;
    height: 2.6154rem;
  }
  .news li:not(.case) .img ~ .txt_date::after {
    top: -7.5rem;
  }
  .news .more_btn {
    display: inline-block;
    width: 1rem;
    height: 1rem;
    background: url(/resources/images/common/news_more_btn.svg) no-repeat center / 100% auto;
    bottom: .8125rem;
    margin-left: .75rem;
    position: absolute;
  }
  .news li.wide {
    grid-column: span 2;
  }
  .news_list .news li:not(.case):has(.img) > a::after {
    height: 150px; 
  }
}

#contents > section.news_letter .previous-newsletter-select-wrap {
  display: flex;
  align-items: flex-end;
  flex-direction: column;
  padding-right: 5px;
  position: relative;
}
#contents > section.news_letter .previous-newsletter-select {
  font-size: 20px;
  border-radius: 5px;
  box-shadow: 0px 0px 10px #00000029;
  padding: .8125rem 2.875rem .8125rem .9375rem;
  font-weight: bold;
  position: relative;
  background: #ffffff;
}
#contents > section.news_letter .previous-newsletter-select::after {
  content: "";
  background: url(/resources/images/common/ico_family-link.svg) no-repeat center / 100% auto;
  display: inline-block;
  width: 1.125rem;
  aspect-ratio: 1;
  position: absolute;
  right: .9375rem;
  top: 50%;
  transform: translateY(-50%);
}
#contents > section.news_letter .previous-newsletter-select-wrap .previous-newsletter-list {
  display: none;
  position: absolute;
  top: 5rem;
  right: .3125rem;
  background-color: #fff;
  padding: 0.5rem;
  border-radius: 5px;
  z-index: 20;
  min-width: 9.375rem;
  box-shadow: 0px 0px 10px #00000029;
  max-height: 16.25rem;
  overflow-y: scroll;
  box-sizing: border-box;
}
#contents > section.news_letter .previous-newsletter-select-wrap .previous-newsletter-list a {
  padding: .5rem .9375rem;
  border-radius: .3125rem;
  display: inline-block;
  width: 100%;  
  color: #000;
  font-size: 1.25rem;
}
#contents > section.news_letter .previous-newsletter-select-wrap .previous-newsletter-list a:hover {
  background-color: #FFEBD8;
  font-weight: bold;
}

@media screen and (max-width: 960px) {
  #contents > section.news_letter .previous-newsletter-select::after {
    right: .4375rem;
    width: .875rem;
  }

  #contents > section.news_letter .previous-newsletter-select-wrap .previous-newsletter-list {
    min-width: 6.5625rem;
    top: 3rem;
    right: 0;
  }

  #contents > section.news_letter .previous-newsletter-select-wrap .previous-newsletter-list a {
    font-size: .875rem;
    padding: .3125rem;
  }
}

/* **********board list */
.board,
.column {
  border-style: solid;
  border-width: 2px 0;
  border-color: #25292c;
}
.board li.new span.txt_num {
  font-weight: normal;
  color: #0567eb;
}
.board li.new a {
  font-weight: normal;
  color: #0567eb;
}
.board li a {
  /* display: inline-block;
  max-width: 100%;
  padding: 0.2rem; */
  font-weight: 500;
  letter-spacing: -0.05em;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #222;
  overflow: hidden;
}

/* 고정게시글 */
/* .board .fix {
  background-color: #f9f9f9;
} */
.board .fix a {
  font-weight: 700;
}

/* board list : pc */
@media screen and (min-width: 961px) {
  .board {
    display: table;
    table-layout: fixed;
    width: 100%;
  }
  .board li {
    display: table-row;
  }
  .board li > * {
    display: table-cell;
    padding-top: 1.8rem;
    padding-bottom: 1.8rem;
    vertical-align: middle;
  }
  /* .board li + li > * {
    border-top: 1px solid #e6e6e6;
  } */
  .board span {
    width: 80px;
    padding-left: 1rem;
    text-align: center;
  }
  .board p {
    padding-left: 1.5rem;
  }
  .board p a {
    /* display: inline-block; */
    max-width: 100%;
    font-size: 1.3333rem;
  }
  .board .txt_date {
    width: 9.3333rem;
    text-align: center;
  }
}

#contents > section.nanum_notice .board {
  border-style: none;
  table-layout: auto;
  /* table-layout: fixed; */
}

#contents > section.nanum_notice .board li {
  border-radius: 15px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

#contents > section.nanum_notice .board p {
  padding-left: 20px;
  font-size: 20px;
  /* min-width: 62.5rem; */
}

#contents > section.nanum_notice .board p a {
  font-size: 1.25rem;
  padding: 0;
}

#contents > section.nanum_notice .board li > * {
  padding: 1.5625rem 0;
}

#contents > section.nanum_notice .board span {
  width: 4.4375rem;
  color: #B1B1B1;
  padding: 0;
}

#contents > section.nanum_notice .board li .txt_num {
  width: 8rem;
}

#contents > section.nanum_notice .board li.fix .txt_num {
  background-color: #F77E0B;
  color: #fff;
  display: block;
  border-radius: .625rem;
  font-weight: bold;
  margin: 1.5625rem 1.875rem 1.5625rem 1.5625rem;
  padding: .3125rem 1.125rem;
  width: 71px;
}

#contents > section.nanum_notice .board .txt_date {
  width: 9.0625rem;
  font-size: 1rem;
  color: #B1B1B1;
  margin-left: auto;
}

/* board list : mobile */
@media screen and (max-width: 960px) {
  .board li {
    position: relative;
    padding: 10px 5rem 10px 0.3rem;
  }
  .board li + li {
    border-top: 1px solid #e6e6e6;
  }
  .board span {
    display: none;
  }
  .board p a {
    font-size: 1.0769rem;
  }
  /* .board .txt_date {
    position: absolute;
    right: 0.5rem;
    top: 0;
    bottom: 0;
    height: 0.8rem;
    margin: auto;
  } */
  #contents > section.nanum_notice .board li {
    /* max-height: 3.75rem; */
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    padding: 10px 0;
    border-radius: 5px;
  }
  #contents > section.nanum_notice .board li > * {
    padding: 0;
  }
  #contents > section.nanum_notice .board li + li {
    border: none;
  }
  #contents > section.nanum_notice .board p {
    min-width: auto;
    padding-left: 1.4375rem;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 80%;
  }
  #contents > section.nanum_notice .board li.fix p {
    padding-left: .625rem;
  }
  #contents > section.nanum_notice .board p a {
    font-size: 1rem;
  }
  #contents > section.nanum_notice .board .txt_date {
    display: block;
    width: 100%;
    flex: 0 0 100%;
    box-sizing: border-box;
    padding-left: 4.3125rem;
  }
  #contents > section.nanum_notice .board li.fix .txt_num {
    font-size: .875rem;
    padding: .1875rem .75rem;
    margin: 0 0 0 .625rem;
    width: 3.0625rem;
  }
  #contents > section.nanum_notice .board span {
    display: inline-block;
  }
  #contents > section.nanum_notice .board li .txt_num {
    width: auto;
    padding-left: 23px;
  }
}

/* **********pagination */
.pagination {
  text-align: center;
}
.pagination a {
  vertical-align: middle;
  border: 1px solid transparent;
  color: #B1B1B1;
}
.pagination a.current {
  border-color: #666;
  font-weight: 700;
  color: #222;
}
.pagination a[class^="page_"] {
  position: relative;
  width: 1.3333rem;
  height: 20px;
  min-width: 0;
  border: none;
}
.pagination a[class^="page_"]::after,
.article footer ul li > *::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 14px;
  background-image: url("/resources/images/ico.png");
  background-repeat: no-repeat;
  background-size: 25px auto;
}

#contents > section.news_list .pagination a[class^="page_"]::after,
#contents > section.nanum_notice .pagination a[class^="page_"]::after,
#contents > section.nanum_release .pagination a[class^="page_"]::after {
  background: url(/resources/images/common/news_pagination_ico.svg) no-repeat center / 100% auto;
}

.pagination a[class^="page_"]::after {
  left: 0;
  right: 0;
}
.article footer li:first-child > *::after {
  left: 0;
}
.article footer li:last-child > *::after {
  right: 0;
}
.pagination a.page_first::after,
.pagination a.page_last::after {
  width: 12px;
  background-position: left -176px;
}

#contents > section.news_list .pagination a.page_first::after,
#contents > section.news_list .pagination a.page_last::after,
#contents > section.nanum_notice .pagination a.page_first::after,
#contents > section.nanum_notice .pagination a.page_last::after,
#contents > section.nanum_release .pagination a.page_first::after,
#contents > section.nanum_release .pagination a.page_last::after {
  width: 2.5rem;
  height: 2.5rem;
}
.pagination a.page_prev::after,
.pagination a.page_next::after,
.article footer li > *::after {
  width: 8px;
  background-position: -13px -176px;
}
.pagination a.page_last::after,
.pagination a.page_next::after,
.article footer li:last-child > *::after {
  transform: rotate(180deg);
}
.pagination a.page_first,
.pagination a.page_prev {
  margin-right: 0.6666rem;
}
.pagination a.page_last,
.pagination a.page_next {
  margin-left: 0.6666rem;
}

.newsletter-pagination {
  margin-top: 2.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4.375rem;
}

.newsletter-pagination a {
  display: block;
  width: 2.5rem;
  aspect-ratio: 1;
  background: url(/resources/images/common/news_pagination_ico.svg) no-repeat center / 100% auto;
}

.newsletter-pagination a.newsletter-pagination-right {
  rotate: -180deg;
}

.newsletter-pagination .newsletter-pagination-info {
  font-size: 1rem;
  display: flex;
  gap: .625rem;
}

.newsletter-pagination .newsletter-pagination-info span {
  color: #B1B1B1;
}

/* 비활성화된 페이지네이션 버튼 기본 스타일 */
.pagination a.disabled,
.pagination a.page_first.disabled,
.pagination a.page_prev.disabled,
.pagination a.page_next.disabled,
.pagination a.page_last.disabled {
  cursor: not-allowed !important;
  pointer-events: none;
}

#contents > section.news_list .pagination a.disabled::after,
#contents > section.nanum_release .pagination a.disabled::after,
#contents > section.nanum_notice .pagination a.disabled::after {
  background: url(/resources/images/common/pagination_disabled_ico.svg) no-repeat center / 100% auto;
}

.newsletter-pagination a.disabled {
  cursor: not-allowed !important;
  pointer-events: none;
  background: url(/resources/images/common/pagination_disabled_ico.svg) no-repeat center / 100% auto;
}

/* pagination : pc */
@media screen and (min-width: 961px) {
  .pagination {
    margin-top: 2.5rem;
  }

  #contents > section.news_list .pagination {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .pagination a {
    min-width: 2.6666rem;
    height: 2.6666rem;
    border-radius: 1.3333rem;
    font-size: 0.9333rem;
    line-height: 2.6666rem;
  }

  #contents > section.news_list .pagination a,
  #contents > section.nanum_notice .pagination a,
  #contents > section.nanum_release .pagination a  {
    min-width: 2.5rem;
    font-size: 1rem;
    color: #B1B1B1;
  }

  #contents > section.news_list .pagination a.current, 
  #contents > section.nanum_release .pagination a.current,
  #contents > section.nanum_notice .pagination a.current  {
    border-color: transparent;
    color: #000;
  }
}

/* pagination : mobile */
@media screen and (max-width: 960px) {
  .pagination {
    margin-top: 30px;
  }
  .pagination a {
    min-width: 3.0769rem;
    height: 3.0769rem;
    border-radius: 1.53845rem;
    font-size: 1.0769rem;
    line-height: 3.0769rem;
  }
  #contents > section.news_list .pagination a,
  #contents > section.nanum_notice .pagination a,
  #contents > section.nanum_release .pagination a {
    min-width: 16px;
  }

  #contents > section.news_list .pagination a.current,
  #contents > section.nanum_notice .pagination a.current,
  #contents > section.nanum_release .pagination a.current  {
    border-color: transparent;
    color: #000;
  }
  #contents > section.news_list .pagination a.page_first,
  #contents > section.news_list .pagination a.page_prev,
  #contents > section.nanum_notice .pagination a.page_first,
  #contents > section.nanum_notice .pagination a.page_prev,
  #contents > section.nanum_release .pagination a.page_first,
  #contents > section.nanum_release .pagination a.page_prev {
    margin-right: 1.25rem;
  }
  .newsletter-pagination {
    margin-top: 1.25rem;
    gap: 2.25rem;
  }
  #contents > section.news_list .pagination a.page_first::after,
  #contents > section.news_list .pagination a.page_last::after,
  #contents > section.nanum_notice .pagination a.page_first::after,
  #contents > section.nanum_notice .pagination a.page_last::after,
  #contents > section.nanum_release .pagination a.page_first::after,
  #contents > section.nanum_release .pagination a.page_last::after {
    width: 2rem;
    height: 2rem;
  }

  #contents > section.news_letter .previous-newsletter-select {
    font-size: .875rem;
    padding: .5rem 1.875rem .5rem .6875rem;
    font-weight: bold;
  }
  
  .newsletter-pagination .newsletter-pagination-info {
    font-size: .875rem;
  }
}

/* **********list article */
.article header,
.article footer {
  border-width: 2px 0 1px;
  border-style: solid;
  border-color: #25292c;
}
.article section {
  font-size: 1rem;
  line-height: 1.7333;
  letter-spacing: -0.05em;
  color: #4c4c4c;
}

.article .img_block {
  display: block;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.article footer {
  text-align: center;
  height: 130px;
}
.article footer span {
  display: inline-block;
  font-size: 1.0666rem;
  letter-spacing: -0.05rem;
  line-height: 1.2;
  color: #222;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.vod_youtube {
  position: relative;
  height: 0;
}
.vod_youtube iframe,
.vod_original video {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  margin: auto;
}
.vod_subtitle dt {
  padding-bottom: 0.5rem;
  font-weight: 500;
  text-align: left;
  font-size: 1.1333rem;
}
.vod_subtitle dt::before {
  content: "·";
  padding-right: 0.5rem;
  font-size: 1.1333rem;
}
.vod_subtitle textarea {
  width: 100%;
  height: 9rem;
  padding: 1rem;
  font-size: 1rem;
  line-height: 1.5rem;
  border: 1px solid #ccc;
  background: #f9f9f9;
  resize: none;
}
.article .author {
  border-top: 1px solid #e6e6e6;
}
.article .author p {
  line-height: 1.333rem;
  color: #4c4c4c;
}
.table.type00 {
  width: 100%;
  margin-top: 0.3rem;
  border-width: 1px 1px 0 0;
  border-style: solid;
  border-color: #ddd;
}
.table.type00 caption {
  position: absolute;
  visibility: hidden;
}
.table.type00.case {
  width: calc(100% - 1rem);
  margin-left: 1rem;
}
.table.type00 tr > * {
  padding: 0.3rem;
  border-style: solid;
  border-width: 0 0 1px 1px;
  border-color: #ddd;
  text-align: center;
}
.table.type01 {
  width: 100%;
  border-top: 1px solid #ddd;
}
.table_caption.top + .table.type01 {
  margin-top: -2rem;
}
.table.type01 caption {
  margin-bottom: 0.3rem;
  text-align: left;
  font-size: 1.3rem;
  line-height: 1.5em;
  color: #333;
  font-weight: 700;
}
.table.type01 caption::before {
  content: "";
  display: inline-block;
  position: relative;
  top: 0.6em;
  width: 5px;
  height: 5px;
  margin-right: 0.5em;
  border-radius: 50%;
  background: #333;
  vertical-align: top;
}
.table.type01 thead {
  background: #eee;
}
.table.type01 tr > * {
  padding: 1rem;
  line-height: 1.1em;
  vertical-align: middle;
}
.table.type01 tr > * + * {
  border-left: 1px solid #ddd;
}
.table.type01 th {
  text-align: center;
  color: #222;
}
.table.type01 tbody tr > *,
.table.type01 tfoot tr > * {
  border-bottom: 1px solid #ddd;
}
.table.type01 td {
  text-align: right;
}
.table_caption {
  padding-top: 0.5rem;
  line-height: 1.1em;
  text-align: right;
}
.article hr {
  margin-top: 2rem;
}

.hiddenTable_i {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  clip-path: polygon(0 0, 0 0, 0 0);
}

/* list article : pc */
@media screen and (min-width: 961px) {
  .article header {
    padding: 28px 2.6666rem 30px;
  }
  .article header .txt_title {
    padding-bottom: 15px;
  }
  .article section {
    padding: 45px 6.6666rem;
    font-size: 1.1333rem;
  }
  .article section .vod_original,
  .article section .vod_youtube,
  .article section .vod_subtitle,
  .article section .box_summary,
  .article section .img_block,
  .article section .box_padding_both {
    margin-bottom: 50px;
  }
  .article footer {
    position: relative;
    padding: 30px 1.3333rem;
  }
  .article footer ul {
    position: relative;
  }
  .article footer li {
    position: absolute;
    width: 50%;
    overflow: hidden;
    padding: 1rem;
  }
  .article footer li:first-child {
    left: 0;
    text-align: left;
  }
  .article footer li:last-child {
    right: 0;
    text-align: right;
  }
  .article footer li > * {
    display: inline-block;
  }
  .article footer li:first-child > * {
    padding-left: 2.533rem;
  }
  .article footer li:last-child > * {
    padding-right: 2.533rem;
  }
  .article footer small {
    display: block;
    padding-bottom: 0.5333rem;
  }
  .article footer span {
    max-width: 420px;
  }
  .article footer .btn_00 {
    z-index: 1;
    position: relative;
    width: 6rem;
  }
  .vod_youtube,
  .vod_original {
    width: calc(100% + 8rem);
    margin-left: -4rem;
    margin-right: -4rem;
  }
  .vod_youtube {
    padding-bottom: 63.25%;
  }
  .vod_subtitle {
    margin-top: -2rem;
    margin-left: -4rem;
    margin-right: -4rem;
  }
  .article .author {
    margin: 30px -4rem 0;
    padding: 30px 4rem 40px;
  }
  .article .author p {
    padding-top: 1rem;
  }
}
@media screen and (min-width: 961px) and (max-width: 1080px) {
  .article footer span {
    max-width: 360px;
  }
}

/* list article : mobile */
@media screen and (max-width: 960px) {
  .article header,
  .article footer {
    padding: 14px 0 15px;
  }
  .article header .txt_title {
    padding-bottom: 5px;
  }
  .article section {
    padding: 20px 0;
    font-size: 1.0769rem;
  }
  .article section .vod_original,
  .article section .vod_youtube,
  .article section .vod_subtitle,
  .article section .box_summary,
  .article section .img_block,
  .article section .box_padding_both {
    margin-bottom: 15px;
  }
  .article footer {
    margin-bottom: 3.8461rem;
  }
  .news_view .article footer {
    height: 175px;
  }
  .article footer ul {
    text-align: left;
  }
  .article footer li {
    padding: 0 0.5rem;
  }
  .article footer li + li {
    padding-top: 1rem;
  }
  .article footer li > *::after {
    display: none !important;
  }
  .article footer small {
    display: inline-block;
    margin-right: 0.5rem;
    vertical-align: middle;
  }
  .article footer span {
    max-width: calc(100% - 4rem);
    vertical-align: middle;
  }
  .article footer .btn_00 {
    position: absolute;
    left: 1.6154rem;
    right: 1.6154rem;
    width: 6rem;
    margin: 30px auto 0;
  }
  .vod_youtube {
    padding-bottom: 56.25%;
  }
  .article .author {
    margin: 15px 0 0;
    padding: 15px 0 10px;
  }
  .article .author p {
    padding-top: 0.5rem;
  }
  .table.type01 tr > * {
    padding: 1rem 0.5rem;
    word-break: break-all;
  }
}

/* **********함께하는 사람들 */
.directors_wrap {
  border-top: 1px solid #333;
}
.directors {
  max-width: 950px;
  margin: 0 auto;
  text-align: center;
  border-bottom: 1px solid #e6e6e6;
}
.directors.horizontal {
  border-bottom: 0;
}
.directors li {
  position: relative;
  font-size: 1.3333rem;
  letter-spacing: -0.05em;
  font-weight: 300;
  color: #333;
}
.directors:not(.horizontal) li {
  display: block;
  margin: 0 auto;
}
.directors img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.directors small {
  display: block;
  position: relative;
  font-size: 1rem;
  font-weight: normal;
  letter-spacing: -0.05em;
  color: #4c4c4c;
  line-height: 1.2;
}
.directors small::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 40px;
  height: 2px;
  margin: auto;
  background: #b2b2b2;
}
.directors em {
  font-weight: 500;
  font-style: normal;
}
.directors + dl {
  max-width: 950px;
  margin: 1.333rem auto 0;
  font-size: 1rem;
  letter-spacing: -0.05em;
  line-height: 1.3333rem;
  color: #4c4c4c;
}
.directors + dl dt {
  padding-bottom: 0.3rem;
}
.directors + dl dd + dd {
  padding-top: 0.3rem;
}

.organization > ul {
  text-align: center;
}
.organization ul li span {
  display: inline-block;
  position: relative;
  border-style: solid;
  border-width: 1px;
  border-color: #ccc #ccc #0567eb #ccc;
  font-weight: 500;
  letter-spacing: -0.05em;
  color: #333;
}
.organization > ul > li > span::after {
  content: "";
  display: block;
  position: absolute;
  margin: auto;
  background: #ccc;
}
.organization > ul > li:first-of-type > span::after {
  width: 1px;
  left: 0;
  right: 0;
}
.organization > ul > li:nth-of-type(2) > span::after {
  height: 1px;
}
.organization > ul > li > * {
  text-align: center;
}
.organization ul li:nth-child(3),
.organization ul li:nth-child(4) {
  width: 360px;
  float: left;
  text-align: center;
  margin-top: 2rem;
  line-height: 1.3rem;
  letter-spacing: -0.07rem;
}
.organization ul li:nth-child(4) {
  margin-left: 2rem;
}
.organization ul ul::before {
  content: "";
  display: block;
  margin: 0 auto;
  border-style: solid;
  border-color: #ccc;
  border-width: 1px 1px 0 1px;
}

.org {
  max-width: 1140px;
  width: 100%;
  margin-top: 50px;
}
.org > ul {
  max-width: 900px;
  width: 100%;
  margin: 0 auto;
}
.org ul li {
  text-align: center;
  margin: 0;
  line-height: 1.4;
  font-size: 16px;
  letter-spacing: -0.05rem;
  font-weight: 500;
}
.org ul li span {
  display: block;
  width: 180px;
  line-height: 50px;
  margin: 0 auto;
  font-weight: 500;
  border-radius: 5px;
}
.org ul li .org_b {
  background: #fff;
  font-size: 17px;
  font-weight: 700;
  color: #000;
  border: 1px solid #e0e0e0;
  border-bottom: 2px solid #022658;
}
.org ul .org_r {
  float: right;
  width: 50%;
}
.org ul .org_l {
  clear: both;
  float: left;
  width: 50%;
}
.org ul .m30 {
  position: relative;
  margin-top: 30px;
  padding: 0 2rem;
  box-sizing: border-box;
}
.org .org_u > .orgli_01 {
  position: relative;
  padding: 2rem 0;
}
.org .org_u > .orgli_01::after {
  content: "";
  position: absolute;
  display: block;
  width: calc(50%);
  height: 1px;
  background-color: #e0e0e0;
  top: 50%;
  left: 0;
  z-index: -1;
}
.org .org_u > .orgli_01::before {
  content: "";
  position: absolute;
  display: block;
  width: 1px;
  height: 100%;
  background-color: #e0e0e0;
  top: 0px;
  left: 0;
}
.org .org_u > .orgli_02::after {
  content: "";
  position: absolute;
  display: block;
  width: 50%;
  height: 1px;
  background-color: #e0e0e0;
  top: -30px;
  right: 0;
}
.org .org_u > .orgli_02::before {
  content: "";
  position: absolute;
  display: block;
  width: 1px;
  height: 30px;
  background-color: #e0e0e0;
  top: -30px;
  right: 50%;
}
.org .org_u > .orgli_03::after {
  content: "";
  position: absolute;
  display: block;
  width: 50%;
  height: 1px;
  background-color: #e0e0e0;
  top: -30px;
  left: 0;
}
.org .org_u > .orgli_03::before {
  content: "";
  position: absolute;
  display: block;
  width: 1px;
  height: 30px;
  background-color: #e0e0e0;
  top: -30px;
  right: 50%;
}
.org .org_u .m30 ul li {
  margin-top: 1rem;
  font-size: 14px;
}

.participating {
  border-top: 1px solid #333;
}
.partici_groups li {
  position: relative;
  border: 1px solid #ccc;
}
.partici_groups img {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  max-width: calc(100% - 2rem);
  max-height: calc(100% - 2rem);
  margin: auto;
}
/* .partners {
  background: linear-gradient(to bottom, #f8f8f8, #f8f8f8 50%, #fff 50%, #fff);
}
.partners li {
  letter-spacing: -0.05em;
  text-align: center;
  white-space: nowrap;
  color: #4c4c4c;
} */

/* 함께하는 사람들 : pc */
@media screen and (min-width: 961px) {
  .directors_wrap {
    padding-top: 50px;
  }
  .directors.horizontal {
    width: 690px;
  }
  .directors li {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .directors.horizontal li {
    width: 230px;
  }
  .directors img {
    width: 150px;
    margin-bottom: 15px;
  }
  .directors small {
    margin-top: 15px;
    padding-top: 13px;
  }

  .organization {
    margin-top: 48px;
    padding-top: 38px;
  }
  .organization > ul {
    margin-top: 30px;
    width: calc(720px + 2rem);
    margin-right: auto;
    margin-left: auto;
  }
  .organization > ul > li:nth-of-type(2) {
    text-align: left;
  }
  .organization ul li span {
    width: 360px;
    font-size: 1.4666rem;
    line-height: 78px;
  }
  .organization > ul > li > span {
    margin-bottom: 30px;
  }
  .organization > ul > li:nth-of-type(2) > span {
    width: 250px;
    font-size: 1rem;
    line-height: 60px;
    left: calc(50% + 150px);
  }
  .organization > ul > li:first-of-type > span::after {
    height: 121px;
    top: 80px;
  }
  .organization > ul > li:nth-of-type(2) > span::after {
    width: 150px;
    left: -151px;
    top: 0;
    bottom: 0;
  }
  .organization ul ul::before {
    width: calc(524px + 2rem);
    height: 30px;
  }
  .organization ul ul li + li span {
    margin-left: 2rem;
  }

  .participating {
    padding-top: 50px;
  }
  .partici_groups {
    margin-left: -1.6rem;
    padding: 10px 0 50px;
  }
  .partici_groups li {
    width: calc(100% / 6 - 1.6rem);
    height: 100px;
    margin-top: 20px;
    margin-left: 1.6rem;
  }
  /* .partners {
    margin-top: 30px;
    background-size: 100% 110px;
  }
  .partners li {
    width: 16.6666%;
    height: 55px;
    font-size: 1.0666rem;
    line-height: 55px;
  }
  .partners li:nth-child(6n + 1) {
    margin-left: 0;
  } */
}

/* 함께하는 사람들 : mobile */
@media screen and (max-width: 960px) {
  .directors_wrap {
    padding-top: 25px;
  }
  .directors.horizontal {
    width: 690px;
  }
  .directors.horizontal li {
    width: 230px;
  }
  .directors li {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .directors img {
    margin-bottom: 15px;
  }
  .directors small {
    margin-top: 15px;
    padding-top: 13px;
  }
  .directors small br {
    display: none;
  }

  .organization {
    margin-top: 18px;
    padding-top: 18px;
  }
  .organization > ul {
    margin-top: 20px;
    width: calc(360px + 1rem);
    margin-right: auto;
    margin-left: auto;
  }
  .organization > ul > li:nth-of-type(2) {
    text-align: right;
  }
  .organization ul li span {
    width: 180px;
    font-size: 1rem;
    line-height: 38px;
  }
  .organization ul li:nth-child(3),
  .organization ul li:nth-child(4) {
    width: calc(50% - 1rem);
    margin-top: 1rem;
    line-height: 1.3rem;
    letter-spacing: -0.07rem;
    font-size: 0.875rem;
  }
  .organization ul li:nth-child(4) {
    margin-left: 1rem;
  }
  .organization > ul > li > span {
    margin-bottom: 15px;
  }
  .organization > ul > li:nth-of-type(2) > span {
    width: 125px;
    font-size: 0.9rem;
    line-height: 30px;
  }
  .organization > ul > li:first-of-type > span::after {
    height: 62px;
    top: 39px;
  }
  .organization > ul > li:nth-of-type(2) > span::after {
    width: 63px;
    left: -63px;
    top: 0;
    bottom: 0;
  }
  .organization ul ul::before {
    width: calc(262px + 1rem);
    height: 15px;
  }
  .organization ul ul li + li span {
    margin-left: 1rem;
  }

  .org ul .m30 {
    padding: 0 1rem;
  }
  .org ul li .org_b {
    font-size: 15px;
  }
  .org ul li span {
    width: 100px;
  }
  .org ul li:nth-child(2)::after {
    width: calc(50% - 50px);
  }

  .participating {
    padding-top: 25px;
  }
  .partici_groups {
    margin-left: -1rem;
    padding: 10px 0 25px;
  }
  .partici_groups li {
    width: calc(25% - 1rem);
    height: 100px;
    margin-top: 15px;
    margin-left: 1rem;
  }
  /* .partners {
    margin-top: 20px;
    background-size: 100% 80px;
  }
  .partners li {
    height: 40px;
    font-size: 1rem;
    line-height: 40px;
  } */
}

@media screen and (min-width: 761px) and (max-width: 960px) {
  /* .partners li {
    width: 20%;
  } */
}
@media screen and (max-width: 760px) {
  .directors.horizontal {
    width: 100%;
    max-width: 460px;
  }
  .directors.horizontal li {
    width: 50%;
  }
}
@media screen and (min-width: 561px) and (max-width: 760px) {
  /* .partners li {
    width: 25%;
  } */
}
@media screen and (max-width: 560px) {
  .partici_groups li {
    width: calc(100% / 3 - 1rem);
    height: 70px;
  }
  /* .partners li {
    width: 33.3333%;
  } */
}
@media screen and (max-width: 440px) {
  .directors li {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .organization > ul {
    width: 100%;
  }
  .organization ul ul::before {
    width: 75%;
  }
  .organization ul ul li {
    width: calc(50% - 1rem);
  }
  .organization ul ul li + li {
    margin-left: 1rem;
  }
  .organization ul ul li span {
    width: 100%;
    margin-left: 0 !important;
  }
  .organization > ul > li:nth-of-type(2) {
    position: relative;
  }
  .organization > ul > li:nth-of-type(2) > span {
    position: static;
  }
  .organization > ul > li:nth-of-type(2) > span::after {
    width: calc(50% - 125px);
    left: 50%;
    bottom: 70px;
  }
}


/* **********설립배경 */
.foundation_00 {
  max-width: 940px;
  margin: 0 auto;
}
.foundation_00 header {
  position: relative;
  border: 1px solid #ffdce0;
}
.foundation_00 header h1,
.foundation_01 header h1 {
  font-family: "Nanum Myeongjo", serif;
  font-weight: normal;
  letter-spacing: -0.08em;
  color: #9a4764;
}
.foundation_00 header p,
.foundation_01 header p {
  letter-spacing: -0.08em;
  font-weight: 300;
  color: #4c4c4c;
}
.foundation_00 header::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  background: #ffdce0 url("/resources/images/bg_foundation.jpg") no-repeat
    center bottom;
}
.foundation_00 dt {
  position: relative;
  padding: 3px 0 0 11px;
  letter-spacing: -0.05em;
  color: #333;
}
.foundation_00 dt::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 13px;
  height: 13px;
  background: url("/resources/images/ico.png") no-repeat -36px -616px;
}
.foundation_00 dd {
  letter-spacing: -0.05em;
  color: #4c4c4c;
}
.foundation_00 dd strong {
  display: block;
  color: #e1226a;
}
.foundation_01 {
  border-top: 1px solid #ffdce0;
}
.foundation_01 header {
  text-align: center;
}
.foundation_01 h2 {
  font-weight: 400;
  letter-spacing: -0.05em;
  color: #2a5185;
}
.foundation_01 h2 span {
  display: block;
  font-weight: 500;
  letter-spacing: -0.05em;
  color: #333;
}
.foundation_01 p {
  letter-spacing: -0.05em;
  color: #666;
}
.foundation_01 li {
  position: relative;
}
.foundation_01 li::before {
  z-index: -1;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  background: url("/resources/images/bg_foundation.png") no-repeat;
}
.foundation_01 li:first-child::before {
  background-position: left top;
}

/* 설립배경 : pc */
@media screen and (min-width: 961px) {
  .foundation_00 header {
    padding: 95px 2rem 95px calc(100% - 29rem);
  }
  .foundation_00 header h1 {
    margin-bottom: 10px;
    font-size: 3rem;
    line-height: 3.7333rem;
  }
  .foundation_00 header p {
    font-size: 1.3333rem;
    line-height: 2rem;
  }
  .foundation_00 header::before {
    width: calc(100% - 31rem);
    height: 100%;
  }
  .foundation_00 dl {
    padding: 35px 0 0 10rem;
  }
  .foundation_00 dl > * {
    float: left;
  }
  .foundation_00 dt {
    width: 7.6666rem;
    font-size: 1.333rem;
    line-height: 1.6rem;
  }
  .foundation_00 dd {
    width: calc(100% - 7.6666rem);
    font-size: 1.1333rem;
    line-height: 1.6;
  }
  .foundation_00 dd + dt,
  .foundation_00 dd + dt + dd {
    margin-top: 30px;
  }
  .foundation_01 {
    margin-top: 70px;
    padding-top: 40px;
  }
  .foundation_01 header h1 {
    margin-bottom: 26px;
    font-size: 2.4rem;
  }
  .foundation_01 header p {
    font-size: 1.3333rem;
  }
  .foundation_01 ul {
    padding-top: 45px;
  }
  .foundation_01 li {
    width: 33.3%;
    padding-top: 10px;
  }
  .foundation_01 li::before {
    left: 16rem;
    width: 66px;
    height: 64px;
  }
  .foundation_01 li:nth-child(2)::before {
    background-position: left -73px;
  }
  .foundation_01 li:last-child::before {
    background-position: left -137px;
  }
  .foundation_01 h2 {
    font-size: 1.4666rem;
    line-height: 2rem;
  }
  .foundation_01 h2 span {
    font-size: 1rem;
  }
  .foundation_01 p {
    margin-top: 24px;
    font-size: 1rem;
    line-height: 1.6rem;
  }
}

/* 설립배경 : mobile */
@media screen and (max-width: 960px) {
  .foundation_00 header {
    padding: 215px 1rem 15px;
  }
  .foundation_00 header h1 {
    margin-bottom: 5px;
    font-size: 2rem;
    line-height: 3rem;
  }
  .foundation_00 header p,
  .foundation_01 header p {
    font-size: 1rem;
    line-height: 1.8rem;
  }
  .foundation_00 header::before {
    width: 100%;
    height: 200px;
    background-size: 196px auto;
  }
  .foundation_00 dl {
    margin-top: 15px;
    position: relative;
  }
  .foundation_00 dt {
    font-size: 1.0769rem;
    line-height: 1.5rem;
  }
  .foundation_00 dd {
    margin-top: 5px;
    font-size: 1rem;
    line-height: 1.5;
    padding-left: 11px;
  }
  .foundation_00 dd + dt {
    margin-top: 15px;
  }
  .foundation_00 dd:first-of-type strong {
    position: absolute;
    top: 3px;
    left: 3.33rem;
  }
  .foundation_00 ul.dot {
    margin-left: -5px;
  }
  .foundation_01 {
    margin-top: 35px;
    padding-top: 20px;
  }
  .foundation_01 header h1 {
    margin-bottom: 13px;
    font-size: 2rem;
    line-height: 3rem;
  }
  .foundation_01 header h1 strong {
    display: block;
  }
  .foundation_01 ul {
    padding-top: 45px;
  }
  .foundation_01 li {
    width: 100%;
    line-height: 1.3rem;
  }
  .foundation_01 li + li {
    margin-top: 20px;
  }
  .foundation_01 li::before {
    right: 0;
    width: 33px;
    height: 32px;
    background-size: 33px auto;
  }
  .foundation_01 li:nth-child(2)::before {
    background-position: left -36px;
  }
  .foundation_01 li:last-child::before {
    background-position: left -68px;
  }
  .foundation_01 h2 {
    font-size: 1.1538rem;
  }
  .foundation_01 h2 span {
    font-size: 0.923rem;
  }
  .foundation_01 p {
    margin-top: 5px;
    font-size: 0.923rem;
  }
}

/* **********재단연혁 */
.history {
  position: relative;
  min-height: 650px;
}
.tab_history {
  display: flex;
  justify-content: center;
  width: 100%;
  text-align: center;
  letter-spacing: -0.05em;
  color: #333;
  margin-bottom: 100px;
}
.tab_history li {
  width: 300px;
  height: 60px;
  line-height: 56px;
  margin: 0 10px;
}
.tab_history li button {
  width: 100%;
  height: 100%;
  background-color: #fff;
  font-size: 17px;
  color: #3d6fff;
  font-weight: 500;
  border: 2px solid #3d6fff;
  border-radius: 100px;
}
.tab_history li.selected button {
  color: #fff;
  background-color: #3d6fff;
}

/* .tab_history li.selected button::before {content: ''; display: block; position: absolute; left: 0; top: 0; width: 28px; height: 30px; background: url('/resources/images/ico.png') no-repeat left -630px;} */
.history article > ul {
  font-size: 1rem;
  line-height: 1.4666em;
  color: #4c4c4c;
  letter-spacing: -0.05em;
}
.history article > ul li {
  position: relative;
  padding-left: 3rem;
}
.history article > ul li.case {
  padding-left: 4.5333rem;
}
.history article > ul strong {
  position: absolute;
  left: 0;
  top: 0;
  font-weight: 500;
  color: #0567eb;
}
.history .img {
  display: table;
  background: #f3f6fb;
  text-align: center;
  font-size: 1rem;
  letter-spacing: -0.05em;
  color: #333;
}
.history .img img {
  width: 100%;
}
.history .img > div {
  display: table-cell;
  vertical-align: middle;
}
.history .img button {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
.history .img button.prev {
  left: 0.6666rem;
}
.history .img button.next {
  right: 0.6666rem;
}

/* 재단연혁 : pc */
@media screen and (min-width: 961px) {
  /* .tab_history li.selected button::before {top: 0.3rem;} */
  .history .img {
    position: absolute;
    left: 0;
    top: 0;
    width: 50%;
    height: 100%;
  }
  .history .img p {
    margin-top: 20px;
  }
  .history .img img {
    width: 100%;
  }
  .history h1::before {
    top: 0.3rem;
  }
  .history_2018 h1 {
    top: 58px;
  }
  .history_2017 h1 {
    top: 116px;
  }
  .history_2016 h1 {
    top: 174px;
  }
  .history_2015 h1 {
    top: 232px;
  }
  .history_2014 h1 {
    top: 290px;
  }
  .history_2013 h1 {
    top: 348px;
  }
  .history article > ul li + li {
    margin-top: 24px;
  }
}

/* 재단연혁 : mobile */
@media screen and (max-width: 960px) {
  .history .img {
    position: relative;
    margin: 15px 0;
  }
  .history .img p {
    padding: 10px 0;
  }
  /*.history h1 {padding-left: 37px; font-size: 2rem;}*/
  .history article > ul li + li {
    margin-top: 12px;
  }
}

/* **********인사말 */
.greeting {
  /*font-family: "Nanum Myeongjo", serif;*/
  font-family: "Noto Serif KR", serif;
}
.greeting header {
  font-weight: 300;
  color: #333;
}
.greeting blockquote {
  line-height: 1.5em;
  letter-spacing: -0.05em;
}
.greeting blockquote::after {
  content: "";
  display: block;
  height: 2px;
  background: #0567eb;
}
.greeting header p {
  line-height: 1.3em;
  letter-spacing: -0.05em;
}
.greeting header p b {
  font-weight: 500;
}
.greeting > p {
  font-size: 1.3333rem;
  line-height: 1.7333;
  letter-spacing: -0.05em;
  color: #4c4c4c;
}
.greeting > p.highlight {
  font-size: 1.3333rem;
}

/* 인사말 : pc */
@media screen and (min-width: 961px) {
  .greeting header {
    position: relative;
    height: 310px;
    padding: 40px 0 0 0;
  }
  .greeting img {
    position: absolute;
    right: 0;
    top: 0;
    width: 300px;
  }
  .greeting blockquote {
    font-size: 2.4rem;
  }
  .greeting blockquote::after {
    width: 200px;
    margin: 22px 0;
  }
  .greeting header p {
    font-size: 1.3333rem;
  }
  .greeting > p {
    padding-top: 30px;
  }
  .greeting > p:first-of-type {
    margin-top: -150px;
  }
  .greeting hr {
    margin-top: 25px;
  }
}

/* 인사말 : mobile */
@media screen and (max-width: 960px) {
  .greeting header {
    margin-bottom: 10px;
  }
  .greeting blockquote {
    padding-top: 15px;
    font-size: 1.4rem;
  }
  .greeting blockquote::after {
    width: 100px;
    margin: 8px 0;
  }
  .greeting header p {
    font-size: 1rem;
  }
  .greeting > p {
    padding-top: 15px;
  }
  .greeting hr {
    margin-top: 10px;
  }
}
.mTit_hidden {
  display: block;
  overflow: hidden;
  font-size: 0;
  line-height: 0;
  text-indent: -9999px;
}
.blog article > h1.mTit_hidden {
  display: block;
  overflow: hidden;
  font-size: 0;
  line-height: 0;
  text-indent: -9999px;
}
.blog article > h2.mTit_hidden {
  display: block;
  overflow: hidden;
  font-size: 0;
  line-height: 0;
  text-indent: -9999px;
}
.blog > h1.mTit_hidden {
  display: block;
  overflow: hidden;
  font-size: 0;
  line-height: 0;
  text-indent: -9999px;
}
.blog > h2.mTit_hidden {
  display: block;
  overflow: hidden;
  font-size: 0;
  line-height: 0;
  text-indent: -9999px;
}
.art_cWrapper > h1.mTit_hidden {
  display: block;
  overflow: hidden;
  font-size: 0;
  line-height: 0;
  text-indent: -9999px;
}
.art_cWrapper > h2.mTit_hidden {
  display: block;
  overflow: hidden;
  font-size: 0;
  line-height: 0;
  text-indent: -9999px;
}
#change_my_town > h1.mTit_hidden {
  display: block;
  overflow: hidden;
  font-size: 0;
  line-height: 0;
  text-indent: -9999px;
}
#change_my_town > h2.mTit_hidden {
  display: block;
  overflow: hidden;
  font-size: 0;
  line-height: 0;
  text-indent: -9999px;
}

/* **********나눔활동 */
.blog,
.contributor {
  line-height: 1.7333;
  letter-spacing: -0.05em;
  text-align: center;
  color: #4c4c4c;
}
.blog > li + li {
  margin-top: 3.5rem;
  padding-top: 3.5rem;
  border-top: 1px solid #d9d9d9;
}
.blog header h1,
.contributor header h1 {
  font-weight: 500;
  letter-spacing: -0.05em;
  line-height: 1;
  color: #0567eb;
}
.blog header h3,
.contributor header h3 {
  font-weight: 500;
  letter-spacing: -0.05em;
  line-height: 1.4;
  color: #0567eb;
}
.blog header p,
.contributor header p {
  padding-top: 1.3333rem;
  letter-spacing: -0.05em;
  line-height: 1.4;
  color: #333;
}
.blog header::after,
.contributor header::after {
  content: "";
  display: block;
  height: 2px;
  margin: 2rem auto;
  background: #0567eb;
}
.blog article > p + p,
.contributor > p + p,
.blog article > img,
.contributor > img,
.cover_story > img {
  margin-top: 2rem;
}
.blog article > img + p,
.contributor > img + p,
.cover_story + p {
  margin-top: 1rem;
}
.blog article > dl dt {
  line-height: 1;
  letter-spacing: -0.05em;
  color: #333;
}
.blog article > dl dd {
  margin-top: 1rem;
}
.process,
.process ol {
  list-style: none;
}
.process > li {
  position: relative;
  border-style: solid;
  border-radius: 50%;
  letter-spacing: -0.05em;
  line-height: 1.2em;
}
.process > li:first-child {
  border-color: rgba(172, 207, 255, 0.8);
}
.process > li:nth-child(2) {
  border-color: rgba(57, 141, 255, 0.8);
}
.process > li:nth-child(3) {
  border-color: rgba(5, 103, 235, 0.8);
}
.process > li:nth-child(4) {
  border-color: rgba(0, 82, 202, 0.8);
}
.process > li:last-child {
  border-color: rgba(0, 45, 159, 0.8);
}
.process.case > li:nth-child(2) {
  border-color: rgba(95, 163, 255, 0.8);
}
.process.case > li:nth-child(3) {
  border-color: rgba(34, 125, 247, 0.8);
}
.process.case > li:nth-child(4) {
  border-color: rgba(10, 106, 235, 0.8);
}
.process.case > li:nth-child(5) {
  border-color: rgba(0, 86, 202, 0.8);
}
.process > li::after {
  content: "다음";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  background: url("/resources/images/activity/ico_arr.png") no-repeat left top;
  font-size: 0;
}
.process > li:last-child::after {
  display: none;
}
.process > li:nth-of-type(even)::after {
  background-position: left bottom;
}
.process > li:first-child p::before,
.process > li:first-child p::after,
.process > li:first-child div::before,
.process > li:first-child div::after {
  background: rgba(172, 207, 255, 0.8);
}
.process > li:nth-child(2) p::before,
.process > li:nth-child(2) p::after,
.process > li:nth-child(2) div::before,
.process > li:nth-child(2) div::after {
  background: rgba(57, 141, 255, 0.8);
}
.process > li:nth-child(3) p::before,
.process > li:nth-child(3) p::after,
.process > li:nth-child(3) div::before,
.process > li:nth-child(3) div::after {
  background: rgba(5, 103, 235, 0.8);
}
.process > li:nth-child(4) p::before,
.process > li:nth-child(4) p::after,
.process > li:nth-child(4) div::before,
.process > li:nth-child(4) div::after {
  background: rgba(0, 82, 202, 0.8);
}
.process > li:last-child p::before,
.process > li:last-child p::after,
.process > li:last-child div::before,
.process > li:last-child div::after {
  background: rgba(0, 45, 159, 0.8);
}
.process.case > li:nth-child(2) p::before,
.process.case > li:nth-child(2) p::after,
.process.case > li:nth-child(2) div::before,
.process.case > li:nth-child(2) div::after {
  background: rgba(95, 163, 255, 0.8);
}
.process.case > li:nth-child(3) p::before,
.process.case > li:nth-child(3) p::after,
.process.case > li:nth-child(3) div::before,
.process.case > li:nth-child(3) div::after {
  background: rgba(34, 125, 247, 0.8);
}
.process.case > li:nth-child(4) p::before,
.process.case > li:nth-child(4) p::after,
.process.case > li:nth-child(4) div::before,
.process.case > li:nth-child(4) div::after {
  background: rgba(10, 106, 235, 0.8);
}
.process.case > li:nth-child(5) p::before,
.process.case > li:nth-child(5) p::after,
.process.case > li:nth-child(5) div::before,
.process.case > li:nth-child(5) div::after {
  background: rgba(0, 86, 202, 0.8);
}
.process > li div {
  display: inline-block;
}
.process > li p {
  display: table;
  width: 100%;
}
.process > li p span {
  z-index: 5;
  display: table-cell;
  position: relative;
  vertical-align: middle;
}
.process ol {
  position: absolute;
  left: 0;
  width: 100%;
}
.process ol::before,
.process ol::after {
  z-index: 1;
  content: "";
  display: block;
  position: absolute;
  width: 7px;
  height: 7px;
  margin: auto;
  border-radius: 50%;
  background: #0567eb;
}
.process ol::before {
  top: 0;
}
.process ol li {
  font-size: 0.8666rem;
  letter-spacing: -0.08em;
  line-height: 1.3846em;
}
.process ol li:first-child::before {
  z-index: 0;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  margin: auto;
  background: #d9d9d9;
}
.process ol li:not(:last-child)::after {
  content: "→";
  padding: 0 2px;
}
.process ol.case li:not(:last-child)::after {
  content: ",";
  padding: 0 2px 0 0;
}
.images li p {
  padding-top: 0.5em;
  letter-spacing: -0.05em;
  line-height: 1.2em;
}
.images button {
  max-width: 100%;
}
.blog dd.vod {
  max-width: calc(960px - 8rem);
  margin-left: auto;
  margin-right: auto;
}
.contributor {
  border-top: 1px solid #333;
}
.works,
.groupworks {
  border-top: 1px solid #333;
  border-bottom: 1px solid #333;
  text-align: left;
}
.works > li + li,
.groupworks > li + li {
  border-top: 1px solid #d9d9d9;
}
.works h2,
.groupworks h2 {
  padding-bottom: 1rem;
  letter-spacing: -0.05em;
  line-height: 1;
  font-weight: normal;
  color: #333;
}
.groupworks h2 span {
  font-weight: 300;
}
.works .dot {
  line-height: 2rem;
}
.works ul.dot > li::before {
  top: 0.95rem;
}
.groupworks {
  counter-reset: item;
  list-style-type: none;
}
.groupworks h2::before {
  content: counter(item, decimal-leading-zero) ". ";
  counter-increment: item;
}
.groupworks ol {
  padding-top: 0.5rem;
  counter-reset: item;
  list-style-type: none;
}
.groupworks ol li {
  position: relative;
  padding-left: 1rem;
}
.groupworks ol li::before {
  content: counter(item, decimal) ". ";
  counter-increment: item;
  position: absolute;
  display: block;
  left: 0;
  top: 0;
}

/* 나눔활동 : pc */
@media screen and (min-width: 961px) {
  .blog,
  .contributor {
    font-size: 1.1333rem;
  }
  .blog header h1,
  .contributor header h1 {
    font-size: 2rem;
  }
  .blog header h3,
  .contributor header h3 {
    font-size: 2rem;
  }
  .blog header p,
  .contributor header p {
    font-size: 1.2rem;
  }
  .blog header::after,
  .contributor header::after {
    width: 100px;
  }
  .blog article > dl dt {
    margin-top: 50px;
    font-size: 1.6rem;
  }
  .process {
    padding: 18px 0;
  }
  .process.case_child {
    margin-bottom: 120px;
  }
  .process > li {
    width: 160px;
    height: 160px;
    border-width: 10px;
  }
  .process > li + li {
    margin-left: -30px;
  }
  .process > li::after {
    width: 106px;
    height: 25px;
  }
  .process > li:nth-of-type(odd)::after {
    bottom: -28px;
  }
  .process > li:nth-of-type(even)::after {
    top: -28px;
  }
  .process > li + li::before,
  .process > li + li p::before,
  .process > li + li p::after,
  .process > li div::before,
  .process > li div::after {
    content: "";
    display: block;
    position: absolute;
  }
  .process > li + li::before {
    z-index: 1;
    top: 32px;
    left: -10px;
    width: 30px;
    height: 76px;
    background: #fff;
  }
  .process > li + li p::before,
  .process > li + li p::after,
  .process > li div::before,
  .process > li div::after {
    width: 11.5px;
    height: 5.5px;
  }
  .process > li + li p::before {
    z-index: 3;
    top: 31.5px;
    left: 0;
    border-radius: 0 0 5.5px 5.5px;
  }
  .process > li + li p::after {
    z-index: 3;
    bottom: 31px;
    left: 0;
    border-radius: 5.5px 5.5px 0 0;
  }
  .process > li p span {
    height: 2.4em;
  }
  .process > li:last-child div::before,
  .process > li:last-child div::after {
    display: none;
  }
  .process > li div::before {
    z-index: 2;
    top: 31.5px;
    right: -0.5px;
    border-radius: 0 0 5px 5px;
  }
  .process > li div::after {
    z-index: 2;
    bottom: 31px;
    right: -0.5px;
    border-radius: 5px 5px 0 0;
  }
  .process > li div {
    height: 78px;
    padding-top: 25px;
  }
  .process.case_padding > li div {
    padding-top: 18px;
  }
  .process ol {
    padding-top: 77px;
  }
  .process ol::before,
  .process ol::after {
    left: 0;
    right: 0;
  }
  .process ol::after {
    top: 60px;
  }
  .process ol li:first-child::before {
    left: 0;
    right: 0;
    width: 1px;
    height: 60px;
  }
  .images,
  .blog dd.vod {
    padding-top: 10px;
  }
  .blog dd.vod .images {
    width: calc(100% + 8rem + 10px);
    margin: 0 calc(-4rem - 5px);
  }
  .images.triple li {
    max-width: calc(33.33% - 40px);
    margin: 0 20px;
  }
  .images.divide_six li {
    max-width: calc(16.66% - 10px);
    margin: 0 5px;
  }
  .contributor {
    padding-top: 5rem;
  }
  .works,
  .groupworks {
    margin-top: 50px;
    padding-bottom: 40px;
  }
  .works > li,
  .groupworks > li {
    padding-top: 40px;
  }
  .works > li + li,
  .groupworks > li + li {
    margin-top: 40px;
  }
  .works li.case {
    display: table;
    position: relative;
    width: 100%;
    height: 415px;
    padding-left: 390px;
  }
  .works li.case > div {
    display: table-cell;
    vertical-align: middle;
  }
  .works li.case img {
    position: absolute;
    left: 0;
    top: 40px;
  }
  .works h2,
  .groupworks h2 {
    font-size: 1.6rem;
  }
  .works .dot > li {
    float: left;
    width: 50%;
  }
  .works blockquote,
  .groupworks p.highlight {
    padding: 10px 0;
    font-size: 1.2rem;
    letter-spacing: -0.05em;
  }
  .groupworks li {
    overflow: hidden;
  }
  .groupworks h2 {
    padding-bottom: 25px;
  }
  .groupworks img {
    float: left;
    margin-right: 2rem;
  }
  .groupworks p,
  .groupworks ol {
    display: inline-block;
    width: calc(100% - 390px);
  }
}

/* 나눔활동 : mobile */
@media screen and (max-width: 960px) {
  .blog,
  .contributor {
    font-size: 1.0769rem;
  }
  .blog header h1,
  .contributor header h1 {
    font-size: 1.6rem;
  }
  .blog header h3,
  .contributor header h3 {
    font-size: 1.6rem;
  }
  .blog header p,
  .contributor header p {
    font-size: 1.1rem;
  }
  .blog header::after,
  .contributor header::after {
    width: 50px;
  }
  .blog article > dl dt {
    margin-top: 25px;
    font-size: 1.3rem;
  }
  .process_wrap {
    position: relative;
    width: calc(100% + 3.2308rem);
    margin-left: -1.6154rem;
    overflow: hidden;
    height: 151.2px;
  }
  .process_wrap.case_child {
    height: 190px;
  }
  .process_wrap > div {
    width: 100%;
    height: 500px;
    overflow-x: scroll;
    padding-top: 19.6px;
  }
  .process {
    width: calc(476px + 1.6154rem);
  }
  .process.case {
    width: calc(567px + 1.6154rem);
  }
  .process.case_child {
    margin-bottom: 84px;
  }
  .process > li {
    width: 112px;
    height: 112px;
    border-width: 7px;
  }
  .process > li:first-child {
    margin-left: 1.6154rem;
  }
  .process > li + li {
    margin-left: -21px;
  }
  .process > li::after {
    width: 74.2px;
    height: 17.5px;
    background-size: 74.2px auto;
  }
  .process > li:nth-of-type(odd)::after {
    bottom: -19.6px;
  }
  .process > li:nth-of-type(even)::after {
    top: -19.6px;
  }
  .process > li + li::before,
  .process > li + li p::before,
  .process > li + li p::after,
  .process > li div::before,
  .process > li div::after {
    content: "";
    display: block;
    position: absolute;
  }
  .process > li + li::before {
    z-index: 1;
    top: 22.4px;
    left: -7px;
    width: 21px;
    height: 53.2px;
    background: #fff;
  }
  .process > li + li p::before,
  .process > li + li p::after,
  .process > li div::before,
  .process > li div::after {
    width: 8.05px;
    height: 3.85px;
  }
  .process > li + li p::before {
    z-index: 3;
    top: 22.05px;
    left: 0;
    border-radius: 0 0 3.85px 3.85px;
  }
  .process > li + li p::after {
    z-index: 3;
    bottom: 21.7px;
    left: 0;
    border-radius: 3.85px 3.85px 0 0;
  }
  .process > li p span {
    height: 1.68em;
  }
  .process > li:last-child div::before,
  .process > li:last-child div::after {
    display: none;
  }
  .process > li div::before {
    z-index: 2;
    top: 22.05px;
    right: -0.35px;
    border-radius: 0 0 3.5px 3.5px;
  }
  .process > li div::after {
    z-index: 2;
    bottom: 21.7px;
    right: -0.35px;
    border-radius: 3.5px 3.5px 0 0;
  }
  .process > li div {
    height: 53px;
    padding-top: 15px;
  }
  .process.case_padding > li div {
    padding-top: 12.6px;
  }
  .process > li div img {
    width: 70%;
  }
  .process ol {
    padding-top: 53.9px;
  }
  .process ol::before,
  .process ol::after {
    left: 0;
    right: 0;
  }
  .process ol::after {
    top: 42px;
  }
  .process ol li:first-child::before {
    left: 0;
    right: 0;
    width: 1px;
    height: 42px;
  }

  .images {
    margin: 0 -5px;
  }
  .blog dd.vod .images {
    padding-top: 5px;
  }
  .images.triple li,
  .images.divide_six li {
    max-width: calc(33.33% - 5px);
    margin: 0 2.5px;
    font-size: 0.8461rem;
  }
  .images.divide_six li + li + li + li {
    padding-top: 5px;
  }
  .contributor {
    padding-top: 25px;
  }
  .works,
  .groupworks {
    margin-top: 25px;
    padding-bottom: 20px;
  }
  .works > li,
  .groupworks > li {
    padding-top: 20px;
  }
  .works > li + li,
  .groupworks > li + li {
    margin-top: 20px;
  }
  .works h2,
  .groupworks h2 {
    font-size: 1.3rem;
    line-height: 1.6em;
  }
  .works blockquote,
  .groupworks p.highlight {
    padding: 5px 0 10px;
    font-size: 1.1rem;
  }
}

/*** 문화 ***/
.art_cWrapper {
}

.art_brM {
  display: none;
}

/* 인트로 타이틀 및 텍스트 */
.art_mTit {
  line-height: 1.7333;
  letter-spacing: -0.05em;
  text-align: center;
  color: #4c4c4c;
  font-size: 1.1333rem;
}
.art_mTit::after {
  content: "";
  display: block;
  height: 2px;
  margin: 2rem auto;
  background: #0567eb;
}
.art_p {
  line-height: 1.7333;
  letter-spacing: -0.05em;
  color: #4c4c4c;
  text-align: left;
}
.art_mTit h1 {
  font-weight: 500;
  letter-spacing: -0.05em;
  line-height: 1;
  color: #0567eb;
}
.art_mTit h3 {
  font-weight: 500;
  letter-spacing: -0.05em;
  line-height: 1;
  color: #0567eb;
}
.art_mTit p {
  font-size: 18px;
  line-height: 1.8;
  color: #666;
  font-weight: 500;
  word-break: keep-all;
}
.art_p2 {
  margin-bottom: 1rem;
  letter-spacing: -0.05em;
  color: #ff7800;
  text-align: left;
  font-size: 1rem;
  font-weight: 600;
}

/* 인트로 영상 및 포스터 */
.intro_art {
  width: 100%;
}
.in_pt li.in_p {
  position: relative;
  width: 100%;
}
.in_pt li.in_t > p {
  line-height: 1;
  letter-spacing: -0.05em;
  color: #333;
  font-weight: 700;
}
.in_t > p::before {
  content: "·";
  padding-right: 0.2rem;
}
.in_pt li.in_t > textarea {
  width: 100%;
  height: 9rem;
  padding: 0.5rem;
  font-size: 1rem;
  line-height: 1.5rem;
  border: 1px solid #ccc;
  background: #f9f9f9;
  resize: none;
}

/* 월별 탭 */
.tab_art:not(.left) {
  width: 100%;
}
.tab_art li.selected button,
.tab_art li button:focus {
  background: #3d6fff;
  font-weight: 700;
  color: #fff;
}
.tab_art button {
  font-weight: 300;
  letter-spacing: -0.05em;
  color: #3d6fff;
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
  border-top: solid 2px #3d6fff;
  border-left: solid 2px #3d6fff;
  border-right: solid 2px #3d6fff;
  outline: none;
}

/* 작가별 타이틀 탭 */
#artJun {
}
.art_pEx {
  font-size: 1rem;
  color: #ff7800;
  text-align: right;
  margin-bottom: 5px;
  font-weight: 600;
}
.tab_content_art > h1 {
  font-weight: 500;
  letter-spacing: -0.05em;
  line-height: 1;
  color: #0567eb;
  text-align: left;
}
.menuTab_box .tab_mTit {
  text-align: center;
  font-weight: 700;
  padding: 10px 10px;
  box-sizing: border-box;
  color: #fff;
  background-color: #3d6fff;
}
.menuTab_box2 .tab_mTit {
  text-align: center;
  font-weight: 700;
  padding: 10px 10px;
  box-sizing: border-box;
  color: #fff;
  background-color: #3d6fff;
}
.menuTab_g {
}
.menuTab_g::after {
  content: "";
  display: table;
  clear: both;
}
.menuTab_g li {
  float: left;
  width: 50%;
}

.menuTab_gA {
}
.menuTab_gA li {
  width: 100%;
}

.box_pp > a {
  display: inline-block;
  color: #003b9c;
  width: 100%;
  padding: 15px 5px;
  position: relative;
  background-color: #fff;
  border: 2px solid #3d6fff;
  font-weight: 700;
}
.box_pp > a.bor_dL {
  border-left: none;
}
/*.box_pp > a:hover { background: #fff !important; color:#333; border-top:solid 2px #0567eb;}*/
.is-active > a {
  background: #7a9df8 !important;
  color: #fff;
}

.is-active > a::before {
  display: block;
  content: "▼";
  width: 100%;
  position: absolute;
  top: -10px;
  text-align: center;
  color: #3d6fff;
}

/* 작가별 영상 및 자막 */
#u_video {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  margin: auto;
}
.art_vodBox {
  line-height: 1.7333;
  letter-spacing: -0.05em;
  color: #4c4c4c;
}
.art_vodBox > dl dt {
  line-height: 1;
  letter-spacing: -0.05em;
  color: #333;
}
.vodT dt {
  padding-bottom: 0.5rem;
  font-weight: 500;
  text-align: left;
}
.vodT textarea {
  width: 100%;
  height: 9rem;
  padding: 0.5rem;
  font-size: 1rem;
  line-height: 1.5rem;
  border: 1px solid #ccc;
  background: #f9f9f9;
  resize: none;
}

video[poster] {
  height: 100%;
  width: 100%;
}

/* 작가소개 타이틀 및 텍스트 */
.art_vodBox dl.vod_subTit > dt {
  font-weight: 500;
  letter-spacing: -0.05em;
  line-height: 1;
  color: #0567eb;
}
.vod_subText > dd.subT_text > span {
  font-weight: 500;
}
.vod_subText > dd.subT_text > strong {
  font-weight: 500;
  color: #222;
}
span.subTt_c {
  color: #813f14;
  font-size: 1.25rem;
  font-weight: 500;
  display: block;
  text-align: left;
}

.vod_subTit > dd > ul > li > img {
  width: 100%;
  max-width: 100%;
}
.mArt_vodBox {
  margin-bottom: 3%;
}

/** 문화 pc **/
@media screen and (min-width: 961px) {
  /* 인트로 타이틀 및 텍스트 */
  .art_mTit {
  }
  .art_mTit::after {
    width: 100px;
  }
  .art_p {
    font-size: 1.13rem;
  }
  .art_mTit h1 {
    font-size: 2rem;
  }
  .art_mTit h3 {
    font-size: 2rem;
  }
  .art_mTit p {
    font-size: 1.2rem;
  }

  /* 인트로 영상 및 포스터 */
  .intro_art {
    margin: 2rem 0;
  }
  .intro_mp::after {
    content: "";
    display: table;
    clear: both;
  }
  .intro_m {
    float: left;
    width: 65%;
  }
  .intro_p {
    float: right;
    margin-left: 5%;
    width: 30%;
    text-align: right;
    overflow: hidden;
    position: relative;
    padding-bottom: 36.6%;
  }
  .intro_p > img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    margin: auto;
  }
  .in_pt li.in_p {
    padding-bottom: 56.3%;
  }
  .in_pt li.in_t > p {
    font-size: 1.2rem;
    margin: 10px 0;
  }
  .in_t > p::before {
    font-size: 1.2rem;
  }

  /* 월별 탭 */
  .tab_art {
    margin: 70px 0 0;
  }
  .tab_art button {
    padding: 0 2rem;
    font-size: 1.5rem;
    line-height: 3rem;
    margin-right: 0.2rem;
    color: #003b9c;
    font-weight: 500;
  }

  /* 작가별 타이틀 탭 */

  .tab_content_art {
    border-top: 2px solid #3d6fff !important;
  }
  .tab_content_art > h1 {
    font-size: 2rem;
    margin: 2rem 0 4rem;
  }
  .in_menuTab_wrap {
    margin: 0 0 50px;
  }
  .in_menuTab_wrap::after {
    content: "";
    display: table;
    clear: both;
  }

  .menuTab_box2 {
    float: left;
    width: 50%;
  }
  .menuTab_box2:first-child {
    padding-right: 2%;
  }

  .menuTab_box {
    width: 100%;
  }

  .menuTab_box .tab_mTit {
    font-size: 20px;
  }
  .menuTab_box2 .tab_mTit {
    font-size: 20px;
  }

  .box_pp > a {
    font-size: 1.125rem;
    line-height: 1.7rem;
  }

  /* 작가별 영상 및 자막 */
  .art_vodBox > dl dt {
    margin-top: 50px;
    font-size: 1.6rem;
  }
  .art_vodM dt {
    margin-top: 50px;
  }
  .vodBox {
    padding-top: 10px;
    max-width: calc(960px - 8rem);
    margin-left: auto;
    margin-right: auto;
    margin-top: 1rem;
  }
  .vodB {
    position: relative;
    height: 0;
    padding-bottom: 64.3%;
    width: calc(100% + 8rem);
    margin-left: -4rem;
    margin-right: -4rem;
  }
  .vodT {
    margin-top: -2rem;
    margin-left: -4rem;
    margin-right: -4rem;
  }
  .vodT dt::before {
    content: "·";
    padding-right: 0.2rem;
    font-size: 1.5rem;
  }
  .vodT dd {
    margin-top: 1rem;
  }
  .vodT dd div > p {
    text-align: left;
    font-size: 1rem;
    margin: 10px 0;
  }

  /* 작가소개 타이틀 및 텍스트 */
  .vod_subTit {
    margin-left: -4rem;
    margin-right: -4rem;
  }
  .art_vodBox dl.vod_subTit > dt {
    font-size: 2rem;
  }

  .vod_subTit ul {
    width: 100%;
    margin-top: 30px;
  }
  .vod_subTit ul::after {
    content: "";
    display: table;
    clear: both;
  }
  .vod_subTit ul li {
    float: left;
    width: 49%;
  }
  .vod_subTit ul li:nth-of-type(1) {
    margin-right: 2%;
  }

  .vod_subText {
    margin-left: -4rem;
    margin-right: -4rem;
  }
  .vod_subText > dt.subT_tit {
    text-align: left;
    margin-top: 30px;
    font-size: 1.4rem;
    font-weight: 700;
  }
  .vod_subText > dd.subT_text {
    text-align: left;
    margin: 20px 20px 40px;
  }
}

/** 문화 mobile **/
@media screen and (max-width: 960px) {
  .art_brM {
    display: block;
  }

  /* 인트로 타이틀 및 텍스트 */
  .art_mTit {
  }
  .art_mTit::after {
    width: 50px;
  }
  .art_p {
  }
  .art_mTit h1 {
    font-size: 1.6rem;
  }
  .art_mTit h3 {
    font-size: 1.6rem;
  }
  .art_mTit p {
    font-size: 1.1rem;
  }
  .art_p2 {
    font-size: 0.8125rem;
  }

  /* 인트로 영상 및 포스터 */
  .intro_art {
    margin: 2rem 0;
  }
  .intro_m {
    width: 100%;
  }
  .intro_p {
    display: none;
  }
  .in_pt {
    max-width: calc(960px - 8rem);
    margin-left: auto;
    margin-right: auto;
  }
  .in_pt li.in_p {
    padding-bottom: 56%;
  }
  .in_pt li.in_t > p {
    font-size: 1.3rem;
    margin: 25px 0;
  }
  .in_t > p::before {
    font-size: 1.3rem;
  }

  /* 월별 탭 */
  .tab_art {
    margin: 40px 0 0;
  }
  .tab_art button {
    padding: 0 1.2rem;
    font-size: 1rem;
    line-height: 2.4rem;
    margin-right: 0.2rem;
    border-top: solid 1px #3d6fff;
    border-left: solid 1px #3d6fff;
    border-right: solid 1px #3d6fff;
  }
  /* 월별 탭 */

  /* 작가별 타이틀 탭 */
  .art_pEx {
    font-size: 0.8125rem;
  }
  .tab_content_art {
    border-top: 1px solid #3d6fff !important;
  }
  .tab_content_art > h1 {
    font-size: 1.6rem;
    margin: 1rem 0 2rem;
  }
  .in_menuTab_wrap {
    margin: 0 0 25px;
  }
  .menuTab_box {
    width: 100%;
  }
  .menuTab_box .tab_mTit {
    font-size: 1rem;
  }
  .menuTab_box:last-child {
    margin-top: 15px;
  }
  .menuTab_box:last-child .tab_mTit {
    border-top: none;
  }

  .menuTab_box2 {
    width: 100%;
  }
  .menuTab_box2 .tab_mTit {
    font-size: 1rem;
  }
  .menuTab_box2:last-child {
    margin-top: 15px;
  }
  .menuTab_box2:last-child .tab_mTit {
    border-top: none;
  }

  .box_pp > a {
    font-size: 0.8125rem;
    line-height: 1rem;
    letter-spacing: -1px;
  }
  .box_pp > a.art_pdN {
    padding: 21.5px 5px;
  }

  .is-active > a::before {
    top: -7px;
  }

  /* 작가별 영상 및 자막 */
  .art_vodBox > dl dt {
    margin-top: 25px;
    font-size: 1.3rem;
  }
  .art_vodM dt {
    margin-top: 50px;
  }
  .vodBox {
    max-width: calc(960px - 8rem);
    margin-left: auto;
    margin-right: auto;
  }
  .vodB {
    position: relative;
    height: 0;
    padding-bottom: 56.3%;
  }
  .vodT dt::before {
    content: "·";
    padding-right: 0.2rem;
    font-size: 1.5rem;
  }
  .vodT dd {
    margin-top: 1rem;
  }
  .vodT dd div > p {
    text-align: left;
    font-size: 1rem;
    margin: 10px 0;
  }

  /* 작가소개 타이틀 및 텍스트 */
  .vod_subTit {
    margin-left: 0;
    margin-right: 0;
  }
  .art_vodBox dl.vod_subTit > dt {
    font-size: 1.6rem;
  }

  .vod_subTit ul {
    width: 100%;
    margin-top: 25px;
  }
  .vod_subTit ul li:last-child {
    margin-top: 1rem;
  }

  .vod_subText > dt.subT_tit {
    text-align: left;
    margin-top: 15px;
    font-size: 1.1rem;
    font-weight: 700;
  }
  .vod_subText > dd.subT_text {
    text-align: left;
    margin: 10px 10px 20px;
    font-size: 1rem;
  }
  span.subTt_c {
    font-size: 1.1rem;
  }
}

/* **********나눔활동_ 포스코, 그룹사*/
.poG_tab {
  text-align: center;
}
.poG_tab {
  display: flex;
  justify-content: center;
}
.poG_tab > li {
  width: 300px;
  margin: 0 10px;
}
.poG_tab li.selected {
  top: 0;
}
.poG_tab li button {
  width: 100%;
  height: 100%;
  line-height: 56px;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  color: #3d6fff;
  border: solid 2px #3d6fff;
  background-color: #fff;
  box-sizing: border-box;
  border-radius: 100px;
}
.poG_tab li.selected button {
  background-color: #3d6fff;
  color: #fff;
}

.tab_donation .poG_tab li button {
  border-radius: 0;
  border: none;
  background-color: #e6e6e6;
  color: #222;
}


.tab_donation .poG_tab li.selected button {
  background-color: #00588a;
  color: #fff;
}

.poG_tab li > button.btn_Wth2 {
  width: 170px;
  height: 50px;
  line-height: 48px;
  text-align: center;
  position: relative;
  font-size: 16px;
  font-weight: 600;
  color: #555;
  border: solid 1px #d7d7d7;
  background-color: #e1e1e1;
  box-sizing: border-box;
  border-radius: 10px 10px 0 0;
  border-width: 1px 1px 0 1px;
}
.poG_tab li.selected > button.btn_Wth2 {
  width: 260px;
  height: 60px;
  line-height: 58px;
  text-align: center;
  border: solid 1px #c2e2f9;
  background-color: #c2e2f9;
  color: #003b9c;
  font-size: 22px;
  font-weight: 600;
}
/*.poG_tab li button::after {content: ''; display: block; width: 0; height: 0; border-bottom: 56px solid pink; border-right: 50px solid transparent; position: absolute; top: 0; right: -51px;}*/
.new_tab li {
  width: 300px;
  height: 100%;
  margin: 0 10px;
  line-height: 56px;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  color: #3d6fff;
  border: solid 2px #3d6fff;
  background-color: #fff;
  box-sizing: border-box;
  border-radius: 100px;
}
.new_tab li.selected {
  background-color: #3d6fff;
  color: #fff;
  top: 0;
}
.new_tab li a {
  display: block;
}
.con_line {
  border: none;
  padding: 100px 10px 40px;
}

#contents > section.news_letter .con_line {
  padding: 0;
  padding-top: 1.875rem;
}

@media screen and (max-width: 960px) {
  #contents > section.news_letter .con_line {
    padding-top: .625rem;
  }
}

.contributor .groupTab_wrap {
  width: 100%;
}
.groupTab_box {
  width: 100%;
}
.groupTab_box::after {
  content: "";
  display: table;
  clear: both;
}
.groupTab_box ul {
  width: 50%;
  float: left;
  margin: 0 auto;
  border-bottom: 1px solid #dddddd;
}
.groupTab {
  max-width: 100%;
}
.groupTab::after {
  content: "";
  display: table;
  clear: both;
}
.groupTab li {
  width: 33.3%;
  float: left;
}
.groupTab li a {
  font-size: 1rem;
  line-height: 3rem;
  display: block;
  color: #555555;
  font-weight: 600;
  position: relative;
  text-align: center;
  width: 90%;
  margin: 0 5%;
  box-sizing: border-box;
  letter-spacing: 0.2px;
}
.groupTab li a::after {
  background: none repeat scroll 0 0 transparent;
  bottom: 0px;
  content: "";
  display: block;
  height: 3px;
  left: 50%;
  position: absolute;
  background: #813f14;
  transition: width 0.3s ease 0s, left 0.3s ease 0s;
  width: 0;
}
.groupTab li a:hover {
  color: #813f14 !important;
  font-weight: 600;
}
.groupTab li a:hover::after {
  left: 0;
  width: 100%;
}
.groupTab_box2 {
  width: 100%;
}
.groupTab_box2 ul {
  width: 100%;
  margin: 0 auto;
}
.groupTab2 {
  max-width: 100%;
}
.groupTab2::after {
  content: "";
  display: table;
  clear: both;
}
.groupTab2 li {
  width: 14.28%;
  float: left;
  border-bottom: 1px solid #dddddd;
}
.groupTab2 li a {
  font-size: 1rem;
  line-height: 3rem;
  display: block;
  color: #555555;
  font-weight: 600;
  position: relative;
  text-align: center;
  width: 90%;
  margin: 0 5%;
  box-sizing: border-box;
  letter-spacing: 0.2px;
}
.groupTab2 li a::after {
  background: none repeat scroll 0 0 transparent;
  bottom: 0px;
  content: "";
  display: block;
  height: 3px;
  left: 50%;
  position: absolute;
  background: #813f14;
  transition: width 0.3s ease 0s, left 0.3s ease 0s;
  width: 0;
}
.groupTab2 li a:hover {
  color: #813f14 !important;
  font-weight: 600;
}
.groupTab2 li a:hover::after {
  left: 0;
  width: 100%;
}
.groupTab_box3 {
  width: 100%;
}
.groupTab_box3 ul {
  width: 100%;
  margin: 0 auto;
}
.groupTab3 {
  max-width: 100%;
}
.groupTab3::after {
  content: "";
  display: table;
  clear: both;
}
.groupTab3 li {
  width: 12.5%;
  float: left;
  border-bottom: 1px solid #dddddd;
}
.groupTab3 li a {
  font-size: 1rem;
  line-height: 3rem;
  display: block;
  color: #555555;
  font-weight: 600;
  position: relative;
  text-align: center;
  width: 90%;
  margin: 0 5%;
  box-sizing: border-box;
  letter-spacing: 0.2px;
}
.groupTab3 li a::after {
  background: none repeat scroll 0 0 transparent;
  bottom: 0px;
  content: "";
  display: block;
  height: 3px;
  left: 50%;
  position: absolute;
  background: #813f14;
  transition: width 0.3s ease 0s, left 0.3s ease 0s;
  width: 0;
}
.groupTab3 li a:hover {
  color: #813f14 !important;
  font-weight: 600;
}
.groupTab3 li a:hover::after {
  left: 0;
  width: 100%;
}
.groupTab_box4 {
  width: 100%;
}
.groupTab_box4 ul {
  width: 100%;
  margin: 0 auto;
}
.groupTab4 {
  max-width: 100%;
}
.groupTab4::after {
  content: "";
  display: table;
  clear: both;
}
.groupTab4 li {
  width: 33.3%;
  float: left;
  border-bottom: 1px solid #dddddd;
}
.groupTab4 li a {
  font-size: 1rem;
  line-height: 3rem;
  display: block;
  color: #555555;
  font-weight: 600;
  position: relative;
  text-align: center;
  width: 90%;
  margin: 0 5%;
  box-sizing: border-box;
  letter-spacing: -0.2px;
}
.groupTab4 li a::after {
  background: none repeat scroll 0 0 transparent;
  bottom: 0px;
  content: "";
  display: block;
  height: 3px;
  left: 50%;
  position: absolute;
  background: #813f14;
  transition: width 0.3s ease 0s, left 0.3s ease 0s;
  width: 0;
}
.groupTab4 li a:hover {
  color: #813f14 !important;
  font-weight: 600;
}
.groupTab4 li a:hover::after {
  left: 0;
  width: 100%;
}
.groupTab_box5 {
  width: 100%;
}
.groupTab_box5 ul {
  width: 100%;
  margin: 0 auto;
}
.groupTab5 {
  max-width: 100%;
}
.groupTab5::after {
  content: "";
  display: table;
  clear: both;
}
.groupTab5 li {
  width: 20%;
  float: left;
  border-bottom: 1px solid #dddddd;
}
.groupTab5 li a {
  font-size: 1rem;
  line-height: 3rem;
  display: block;
  color: #555555;
  font-weight: 600;
  position: relative;
  text-align: center;
  width: 90%;
  margin: 0 5%;
  box-sizing: border-box;
  letter-spacing: 0.2px;
}
.groupTab5 li a::after {
  background: none repeat scroll 0 0 transparent;
  bottom: 0px;
  content: "";
  display: block;
  height: 3px;
  left: 50%;
  position: absolute;
  background: #813f14;
  transition: width 0.3s ease 0s, left 0.3s ease 0s;
  width: 0;
}
.groupTab5 li a:hover {
  color: #813f14 !important;
  font-weight: 600;
}
.groupTab5 li a:hover::after {
  left: 0;
  width: 100%;
}

/*  */
#gMenuTab > p.is-active-g > a {
  color: #813f14 !important;
  font-weight: 600;
}
#gMenuTab > p.is-active-g > a::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 3px;
  width: 100%;
  background-color: #813f14;
}
.gCon > p.gC_mTit {
  font-size: 2rem;
  margin-top: 50px;
  margin-bottom: 0;
  text-align: left;
  position: relative;
  padding-left: 35px;
  font-weight: 600;
}
.gCon > p.gC_mTit::before {
  content: "";
  top: 14px;
  left: 5px;
  width: 18px;
  height: 18px;
  background-color: #813f14;
  position: absolute;
  border-radius: 50%;
}
.gCon > p.gC_mTit::after {
  content: "";
  top: 18px;
  left: 9px;
  width: 6px;
  height: 6px;
  background-color: #fff;
  position: absolute;
  border-radius: 50%;
}
.gCon > header {
  margin-top: 60px;
}
.gCon > header > p {
  color: #222;
  line-height: 1.4;
}
.gCon > header > h1 {
  line-height: 1.4;
}
.gCon > p {
  margin-bottom: 30px;
}
.gCon > dl dt {
  margin-top: 50px;
  font-size: 1.6rem;
  color: #222;
  font-weight: 400;
}
.gCon > dl dd {
  margin-top: 16px;
  position: relative;
}
.gCon > dl dd span {
  font-size: 1.125rem;
  line-height: 1.25;
  position: relative;
  display: inline-block;
  word-break: break-all;
  margin-top: 10px;
  color: #6c6c6c;
}
.gCon > dl dd a {
  font-size: 1.125rem;
  line-height: 1.5;
  color: #003b9c;
  word-break: break-all;
}

/*  */
.spanBul01 {
  padding-left: 10px;
  color: #6c6c6c;
}
.spanBul01::before {
  content: "";
  border-radius: 50%;
  position: absolute;
  top: 9px;
  left: 0;
  border: solid 2px #6c6c6c;
}
.spanBul02 {
  padding-left: 10px;
  color: #555;
  font-weight: 500;
}
.spanBul02::before {
  content: "";
  border-radius: 50%;
  position: absolute;
  top: 9px;
  left: 0;
  border: solid 2px #555;
}
.link_Bul::after {
  content: "";
  width: 11px;
  height: 11px;
  display: inline-block;
  margin-left: 5px;
  background-image: url("/resources/images/ico.png");
  background-repeat: no-repeat;
  background-size: 25px auto;
  background-position: left -191px;
}
.swiperWrap {
  max-width: 960px;
  width: 100%;
  margin: 0 auto;
  position: relative;
}
.slick-slide img {
  max-width: 960px;
  width: 100%;
}
.sf_01 {
  background-image: url("/resources/images/activity/img_future_00.jpg");
  background-repeat: no-repeat;
}
.sf_02 {
  background-image: url("/resources/images/activity/img_future_00.jpg");
  background-repeat: no-repeat;
}

/* 나눔활동 탭 */
.tabBox {
  width: 100%;
  max-width: 1170px;
  height: 100%;
  margin: 0 auto;
}
.tabBox .tabBox_btn {
  width: 100%;
  height: 70px;
  border-bottom: 1px solid #dddddd;
}
.tabBox .tabBox_btn li {
  float: left;
  width: 20%;
  height: 100%;
  line-height: 70px;
  text-align: center;
}
.tabBox .tabBox_btn li a {
  width: 100%;
  height: 70px;
  display: block;
  position: relative;
  font-weight: 500;
  font-size: 1.125rem;
  color: #737373;
}
.tabBox .tabBox_btn li a:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  width: 0%;
  height: 3px;
  background: #813f14;
  left: 50%;
  transition: width 0.3s ease 0s, left 0.3s ease 0s;
}
.tabBox .tabBox_btn li a.active:after,
.tabBox .tabBox_btn li a:hover::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 3px;
  left: 0;
}
.tabBox .tabBox_btn li a.active,
.tabBox .tabBox_btn li:hover a {
  color: #813f14;
}
.tabBox .contentsWrap {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.tabBox .contentsWrap > div {
  display: none;
  width: 100%;
  height: 100%;
  margin-top: 100px;
}
.tab_content_mu .tabBox .tabBox_btn li,
.tab_content_etc .tabBox_btn li {
  width: 50%;
}
.tab_content_di .tabBox .tabBox_btn li {
  width: 16.6666%;
}

/* 유튜브 */
.vod_original iframe {
  width: 100%;
  height: 540px;
}

@media screen and (max-width: 960px) {
  /* **********나눔활동_ 포스코, 그룹사*/
  .poG_tab li button {
    width: 100%;
    height: 40px;
    line-height: 36px;
    font-size: 14px;
    font-weight: 500;
  }
  .poG_tab li > button.btn_Wth2 {
    width: 125px;
    height: 30px;
    line-height: 30px;
    font-size: 11px;
    font-weight: 500;
  }
  .poG_tab li.selected > button.btn_Wth2 {
    width: 170px;
    height: 40px;
    line-height: 35px;
    font-size: 15px;
    font-weight: 500;
  }
  /*.poG_tab li button::after {content: ''; display: block; width: 0; height: 0; border-bottom: 56px solid pink; border-right: 50px solid transparent; position: absolute; top: 0; right: -51px;}*/
  .con_line {
    padding: 30px 0px 50px;
  }
  .groupTab_box ul {
    width: 100%;
    float: none;
  }
  .groupTab::after {
    content: "";
    display: table;
    clear: both;
  }
  .groupTab li {
    width: 33.3%;
    float: left;
  }
  .groupTab li a {
    font-size: 12px;
    line-height: 3rem;
    display: block;
    color: #555555;
    font-weight: 500;
    position: relative;
    text-align: center;
    width: 90%;
    box-sizing: border-box;
    letter-spacing: 0.2px;
  }
  .groupTab li a::after {
    background: none repeat scroll 0 0 transparent;
    bottom: 0px;
    content: "";
    display: block;
    height: 3px;
    left: 50%;
    position: absolute;
    background: #813f14;
    transition: width 0.3s ease 0s, left 0.3s ease 0s;
    width: 0;
  }
  .groupTab li a:hover {
    color: #813f14 !important;
    font-weight: 600;
  }
  .groupTab li a:hover::after {
    left: 0;
    width: 100%;
  }
  .groupTab_box2 {
    width: 100%;
  }
  .groupTab_box2 ul {
    width: 100%;
    margin: 0 auto;
  }
  .groupTab2 {
    max-width: 100%;
  }
  .groupTab2::after {
    content: "";
    display: table;
    clear: both;
  }
  .groupTab2 li {
    width: 14.28%;
    float: left;
  }
  .groupTab2 li:nth-of-type(1n),
  .groupTab2 li:nth-of-type(2n),
  .groupTab2 li:nth-of-type(3n) {
    width: 33.3%;
  }
  .groupTab2 li:nth-of-type(4n),
  .groupTab2 li:nth-of-type(5n),
  .groupTab2 li:nth-of-type(6n),
  .groupTab2 li:nth-of-type(7n) {
    width: 25%;
  }
  .groupTab2 li a {
    font-size: 1rem;
    line-height: 3rem;
    display: block;
    color: #555555;
    font-weight: 600;
    position: relative;
    text-align: center;
    width: 90%;
    margin: 0 5%;
    box-sizing: border-box;
    letter-spacing: 0.2px;
  }
  .groupTab2 li a::after {
    background: none repeat scroll 0 0 transparent;
    bottom: 0px;
    content: "";
    display: block;
    height: 3px;
    left: 50%;
    position: absolute;
    background: #813f14;
    transition: width 0.3s ease 0s, left 0.3s ease 0s;
    width: 0;
  }
  .groupTab2 li a:hover {
    color: #813f14 !important;
    font-weight: 600;
  }
  .groupTab2 li a:hover::after {
    left: 0;
    width: 100%;
  }
  .groupTab_box3 {
    width: 100%;
  }
  .groupTab_box3 ul {
    width: 100%;
    margin: 0 auto;
  }
  .groupTab3 {
    max-width: 100%;
  }
  .groupTab3::after {
    content: "";
    display: table;
    clear: both;
  }
  .groupTab3 li {
    width: 33.3%;
    float: left;
    border-bottom: 1px solid #dddddd;
  }
  .groupTab3 li:nth-of-type(7n),
  .groupTab3 li:nth-of-type(8n) {
    width: 50%;
  }
  .groupTab3 li a {
    font-size: 1rem;
    line-height: 3rem;
    display: block;
    color: #555555;
    font-weight: 600;
    position: relative;
    text-align: center;
    width: 90%;
    margin: 0 5%;
    box-sizing: border-box;
    letter-spacing: 0.2px;
  }
  .groupTab3 li a::after {
    background: none repeat scroll 0 0 transparent;
    bottom: 0px;
    content: "";
    display: block;
    height: 3px;
    left: 50%;
    position: absolute;
    background: #813f14;
    transition: width 0.3s ease 0s, left 0.3s ease 0s;
    width: 0;
  }
  .groupTab3 li a:hover {
    color: #813f14 !important;
    font-weight: 600;
  }
  .groupTab3 li a:hover::after {
    left: 0;
    width: 100%;
  }
  .groupTab_box5 {
    width: 100%;
  }
  .groupTab_box5 ul {
    width: 100%;
    margin: 0 auto;
  }
  .groupTab5 {
    max-width: 100%;
  }
  .groupTab5::after {
    content: "";
    display: table;
    clear: both;
  }
  .groupTab5 li {
    width: 33.3%;
    float: left;
    border-bottom: 1px solid #dddddd;
  }
  .groupTab5 li a {
    font-size: 1rem;
    line-height: 3rem;
    display: block;
    color: #555555;
    font-weight: 600;
    position: relative;
    text-align: center;
    width: 90%;
    margin: 0 5%;
    box-sizing: border-box;
    letter-spacing: -0.6px;
  }
  .groupTab5 li a::after {
    background: none repeat scroll 0 0 transparent;
    bottom: 0px;
    content: "";
    display: block;
    height: 3px;
    left: 50%;
    position: absolute;
    background: #813f14;
    transition: width 0.3s ease 0s, left 0.3s ease 0s;
    width: 0;
  }
  .groupTab5 li a:hover {
    color: #813f14 !important;
    font-weight: 600;
  }
  .groupTab5 li a:hover::after {
    left: 0;
    width: 100%;
  }

  #gMenuTab > p.is-active-g > a {
    font-weight: 500;
  }
  #gMenuTab > p.is-active-g > a::after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 2px;
    width: 100%;
    background-color: #813f14;
  }
  .gCon > p.gC_mTit {
    font-size: 20px;
    margin-top: 25px;
    padding-left: 25px;
  }
  .gCon > p.gC_mTit::before {
    top: 8px;
    left: 5px;
    width: 14px;
    height: 14px;
  }
  .gCon > p.gC_mTit::after {
    top: 12px;
    left: 9px;
    width: 4px;
    height: 4px;
  }
  .gCon > header {
    margin-top: 35px;
  }
  .gCon > header > p {
    color: #222;
  }
  .gCon > p {
    margin-bottom: 30px;
  }
  .gCon > dl dt {
    margin-top: 50px;
    font-size: 1.6rem;
    color: #222;
    font-weight: 400;
  }
  .gCon > dl dd {
    margin-top: 16px;
    position: relative;
  }
  .gCon > dl dd span {
    font-size: 1rem;
  }
  .gCon > dl dd a {
    font-size: 1rem;
  }
  .gM_Br {
    display: none;
  }
  .spanBul01::before {
    top: 6px;
  }
  .spanBul02::before {
    top: 6px;
  }
  .link_Bul::after {
    content: "";
    width: 11px;
    height: 11px;
    display: inline-block;
    margin-left: 5px;
    background-image: url("/resources/images/ico.png");
    background-repeat: no-repeat;
    background-size: 25px auto;
    background-position: left -191px;
  }

  .swiperWrap {
    max-width: 960px;
    width: 100%;
    margin: 0 auto;
    position: relative;
  }

  .slick-slide img {
    max-width: 960px;
    width: 100%;
  }
  .sf_01 {
    background-image: url("/resources/images/activity/img_future_00.jpg");
    background-repeat: no-repeat;
  }
  .sf_02 {
    background-image: url("/resources/images/activity/img_future_00.jpg");
    background-repeat: no-repeat;
  }

  .tabBox .tabBox_btn {
    height: 60px;
  }
  .tabBox .tabBox_btn li {
    line-height: normal;
  }
  .tabBox .tabBox_btn li a {
    height: 60px;
    letter-spacing: -0.13rem;
  }
  .tabBox .contentsWrap > div {
    margin-top: 50px;
  }
  .vod_original iframe {
    height: 314px;
  }
}

@media screen and (max-width: 960px) {
  .tab_history li {
    height: 40px;
    line-height: 36px;
  }
  .tab_history {
    font-size: 1.1538rem;
    margin-bottom: 30px;
  }
  .tab_history li button {
    font-size: 14px;
  }
  .poG_tab {
    flex-wrap: wrap;
  }
  .poG_tab > li {
    width: 45%;
    margin: 5px;
  }
  .new_tab li {
    width: 45%;
    height: 40px;
    line-height: 36px;
    font-size: 14px;
    font-weight: 500;
  }
}

/* 리뉴얼 */
.secText {
  width: 100%;
  font-size: 18px;
  line-height: 1.8;
  font-weight: 500;
  color: #666;
  word-break: keep-all;
}
.secText b {
  font-size: 18px;
  line-height: 1.8;
  color: #222;
  margin-right: 10px;
}
.cont_di {
  padding-bottom: 100px;
}
.cont_di:last-of-type {
  padding-bottom: 0;
}

/* 스크롤바 */
@media (min-width: 769px) {
  .custom-scrollbars * {
    -ms-overflow-style: -ms-autohiding-scrollbar;
    scrollbar-width: thin;
    scrollbar-color: #999 #eee;
  }
  ::-webkit-scrollbar,
  .custom-scrollbars ::-webkit-scrollbar {
    height: 0.8rem;
    width: 0.4rem;
  }
  ::-webkit-scrollbar-track,
  .custom-scrollbars ::-webkit-scrollbar-track {
    background: #eee;
  }
  ::-webkit-scrollbar-thumb,
  .custom-scrollbars ::-webkit-scrollbar-thumb {
    background-color: #999;
    border-radius: 0.9rem;
    cursor: pointer !important;
  }
}

/* 개요 */
#foundation_02 .cont_di span {
  position: relative;
  font-size: 30px;
  font-weight: 500;
}
#foundation_02 .cont_di span::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #222;
  margin-top: 10px;
}
#foundation_02 .cont_di .blue_tit {
  font-size: 24px;
  font-weight: 500;
  color: #0567eb;
  margin: 50px 0 20px;
}
#foundation_02 .cont_di:last-of-type .blue_tit {
  margin: 0 0 50px;
}
#foundation_02 .cont_di:last-of-type .fx {
  display: flex;
  justify-content: space-around;
  align-items: center;
  text-align: center;
}
#foundation_02 .cont_di:last-of-type .fx img {
  display: block;
  width: 100%;
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  .secText {
    font-size: 1rem;
  }
  .cont_di {
    padding-bottom: 50px;
  }
  #foundation_02 .cont_di span {
    font-size: 1.4rem;
  }
  #foundation_02 .cont_di .blue_tit {
    font-size: 1.2rem;
  }
  #foundation_02 .cont_di .blue_tit {
    margin: 40px 0 10px;
  }
  #foundation_02 .cont_di:last-of-type .blue_tit {
    margin: 0 0 40px;
  }
  #foundation_02 .cont_di:last-of-type .fx {
    flex-wrap: wrap;
    gap: 20px;
    justify-content: space-around;
  }
  #foundation_02 .cont_di:last-of-type .fx img {
    max-width: 100px;
    margin-bottom: 10px;
  }
}

/* 이사회 */
#content00 .cont_di .fx {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
#content00 .cont_di .fx li {
  width: 50%;
  display: flex;
  align-items: center;
  gap: 50px;
  padding: 5% 0;
  box-sizing: border-box;
  border-bottom: 1px solid #ededed;
}
#content00 .cont_di .fx li:nth-child(1) {
  width: 100%;
  padding-top: 0;
}
#content00 .cont_di .fx li .name_box .tit {
  font-size: 30px;
  color: #222;
  font-weight: 500;
  margin-bottom: 40px;
}
#content00 .cont_di .fx li .name_box .tit > i {
  font-size: 16px;
  color: #666;
  font-weight: 400;
  font-style: normal;
}
#content00 .cont_di .fx li .name_box .secText {
  font-weight: 400;
}

@media screen and (max-width: 768px) {
  #content00 .cont_di .fx li {
    width: 100%;
  }
  #content00 .cont_di .fx li .name_box .tit {
    font-size: 1.4rem;
    margin-bottom: 20px;
  }
}

/* 연혁 */
.history .fx {
  display: flex;
  align-items: center;
  gap: 80px;
  justify-content: center;
}
.history .fx .history_img,
.history .fr .history_img {
  max-width: 500px;
  width: 100%;
  display: block;
}
.history .fx .history_img p {
  font-size: 1rem;
  font-weight: 500;
  color: #222;
  text-align: center;
  margin-top: 10px;
}

.history .fx .history_img .history_img_txt {
  margin-bottom: 60px;
}
.history .fr {
  flex-direction: row-reverse;
}
.history .cont_di {
  padding-bottom: 0;
}
.history .cont_di .his_t,
.history .cont_di .his_r {
  position: relative;
  max-width: 500px;
  width: 100%;
}
.history .cont_di .his_t span {
  display: block;
  font-size: 30px;
  font-weight: 700;
  color: #0567eb;
  margin-bottom: 30px;
}
.history .cont_di .his_t::after {
  content: "";
  position: absolute;
  left: -44px;
  top: 10px;
  display: block;
  width: 11px;
  height: 11px;
  border-radius: 100px;
  background-color: #0567eb;
}
.history .cont_di .his_t::before {
  content: "";
  position: absolute;
  left: -40px;
  top: 10px;
  display: block;
  width: 2px;
  height: 100%;
  border-left: 2px dotted #efefef;
}
.history .cont_di .his_t ul li {
  display: flex;
  align-items: baseline;
  gap: 10px;
  margin-bottom: 20px;
}
.history .cont_di .his_t ul li:last-child,
.history .cont_di .his_r ul li:last-child {
  margin-bottom: 100px;
}
.history .cont_di .his_t ul li b,
.history .cont_di .his_r ul li b {
  min-width: 50px;
  font-size: 18px;
  color: #0567eb;
}
.history .cont_di .his_r span {
  display: block;
  font-size: 30px;
  font-weight: 700;
  color: #0567eb;
  margin-bottom: 30px;
  text-align: right;
}
.history .cont_di .his_r::after {
  content: "";
  position: absolute;
  right: -47px;
  top: 10px;
  display: block;
  width: 11px;
  height: 11px;
  border-radius: 100px;
  background-color: #0567eb;
}
.history .cont_di .his_r::before {
  content: "";
  position: absolute;
  right: -44px;
  top: 10px;
  display: block;
  width: 2px;
  height: 100%;
  border-left: 2px dotted #efefef;
}
.history .cont_di .his_r ul li {
  display: flex;
  align-items: baseline;
  gap: 10px;
  margin-bottom: 20px;
  flex-direction: row-reverse;
  text-align: right;
}

@media screen and (max-width: 768px) {
  .history .fx {
    flex-wrap: wrap;
    gap: 30px;
  }
  .history .fx .history_img p {
    font-size: 0.875rem;
  }
  .history .cont_di .his_t span,
  .history .cont_di .his_r span {
    text-align: center;
    font-size: 1.4rem;
  }
  .history .cont_di .his_r ul li {
    flex-direction: row;
    text-align: left;
  }
  .history .cont_di .his_t ul li:last-child,
  .history .cont_di .his_r ul li:last-child {
    margin-bottom: 50px;
  }
  .history .cont_di .his_r::after,
  .history .cont_di .his_r::before,
  .history .cont_di .his_t::after,
  .history .cont_di .his_t::before {
    display: none;
  }
}

/* 오시는길 */
#location_01 .cont_di .location_m {
  display: block;
  width: 100%;
}
#location_01 .cont_di .location_t {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 30px 40px;
  background-color: #f5f5f5;
}
#location_01 .cont_di .location_t i {
  width: 20px;
  height: 20px;
}
#location_01 .cont_di h3 {
  font-size: 30px;
  color: #222;
  margin-bottom: 30px;
}
#location_01 .cont_di .loc_Li > li {
  display: flex;
  align-items: flex-start;
  gap: 30px;
  padding: 30px 0;
  box-sizing: border-box;
  border-bottom: 1px solid #ededed;
}
#location_01 .cont_di .loc_Li > li:nth-child(1) {
  width: 100%;
  border-top: 2px solid #222;
}
#location_01 .cont_di .loc_Li .tit {
  font-size: 24px;
  font-weight: 500;
  min-width: 200px;
  color: #0567eb;
}
#location_01 .cont_di .loc_li > li {
  display: flex;
  gap: 30px;
  align-items: center;
  padding-bottom: 2.5rem;
}
#location_01 .cont_di .loc_li > li:last-child {
  padding-bottom: 0;
}

@media screen and (max-width: 768px) {
  #location_01 .cont_di .location_t {
    flex-wrap: wrap;
    padding: 1rem;
    gap: 10px;
  }
  #location_01 .cont_di h3 {
    font-size: 1.4rem;
  }
  #location_01 .cont_di .loc_Li > li {
    flex-wrap: wrap;
  }
  #location_01 .cont_di .loc_Li .tit {
    font-size: 1.2rem;
    min-width: 100%;
  }
  #location_01 .cont_di .loc_li > li {
    padding-bottom: 1.2rem;
  }
}

/* Change Mt Town */

/* 사업안내 */
.people_empowering .people_empowering_title {
  color: #ed7a0c;
}
.people_empowering .people_empowering_title2 {
  margin-top: 20px;
}

.people_empowering .people_empowering_title::after {
  content: "";
  width: 50px;
  height: 50px;
  background: url("/resources/images/people_empowering_ico.png") no-repeat
    center / 100% auto;
  display: inline-block;
}

.community_enriching .community_enriching_title {
  color: #00b050;
}

.community_enriching .community_enriching_title2 {
  margin-top: 20px;
}

.community_enriching .community_enriching_title::after {
  content: "";
  width: 50px;
  height: 50px;
  background: url("/resources/images/community_enriching_ico.png") no-repeat
    center / 100% auto;
  display: inline-block;
}

.donor_inspiring .donor_inspiring_title {
  color: #15c0f2;
}

.donor_inspiring .donor_inspiring_title2 {
  margin-top: 20px;
}

.donor_inspiring .donor_inspiring_title::after {
  content: "";
  width: 50px;
  height: 50px;
  background: url("/resources/images/donor_inspiring_ico.png") no-repeat center /
    100% auto;
    display: inline-block;
}

.people_empowering > span,
.community_enriching > span,
.donor_inspiring > span {
  display: block;
  color: #17375e;
  font-size: 2.4rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

@media screen and (max-width: 960px) {
  .people_empowering .people_empowering_title::after {
    width: 25px;
    height: 25px;
  }
  .community_enriching .community_enriching_title::after {
    width: 25px;
    height: 25px;
  }
  .donor_inspiring .donor_inspiring_title::after {
    width: 25px;
    height: 25px;
  }
  .people_empowering > span,
  .community_enriching > span,
  .donor_inspiring > span {
    font-size: 1.5385rem;
  }
  .people_empowering .people_empowering_title2, .community_enriching .community_enriching_title2, .donor_inspiring .donor_inspiring_title2 {
    margin-top: 10px;
  }
}

.feature_box .contentsWrap .secText {
  text-align: center;
  margin-bottom: 50px;
}
.feature_box .contentsWrap img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  margin-bottom: 30px;
}
.feature_box .contentsWrap img:last-of-type {
  margin-bottom: 0;
}

.cont_ddi {
  margin-top: 5%;
}
.cont_ddi .loc_Li > li {
  display: flex;
  align-items: flex-start;
  gap: 30px;
  padding: 50px 0;
  box-sizing: border-box;
  border-bottom: 1px solid #ededed;
}
.cont_ddi .loc_Li > li:last-child {
  border-bottom: 0;
}
.cont_ddi .loc_Li .tit {
  font-size: 24px;
  font-weight: 500;
  min-width: 200px;
  color: #0567eb;
}
.cont_ddi .loc_Li li iframe {
  max-width: 100%;
  width: 100%;
  height: 100%;
  min-height: 540px;
}
.cont_ddi .loc_Li li textarea {
  resize: none;
  width: 100%;
  height: 9rem;
  padding: 1rem;
  font-size: 1rem;
  line-height: 1.5rem;
  border: 1px solid #ededed;
  background-color: #fafafa;
}
.cont_ddi .loc_li {
  display: flex;
  gap: 30px;
  text-align: center;
}
.cont_ddi .loc_li > li {
  position: relative;
  max-width: 100%;
  width: 100%;
  padding: 2.5rem 1rem;
  box-shadow: 0px 0px 10px 0px #d6d6d6;
}
.cont_ddi .gall_li > li {
  box-shadow: none;
  padding: 0;
}
.cont_ddi .loc_li > li::after {
  content: "";
  position: absolute;
  right: -21px;
  top: 45%;
  width: 11px;
  height: 14px;
  background: url("/resources/images/triangle_ico.png") no-repeat center;
}
.cont_ddi .loc_li > li:last-child::after,
.cont_ddi .gall_li > li::after {
  display: none;
}
.cont_ddi .loc_li > li img {
  display: block;
  margin: 0 auto 20px;
  border-radius: 5px;
}

@media screen and (max-width: 768px) {
  .feature_box .contentsWrap .secText {
    margin-bottom: 30px;
  }
  .cont_ddi .loc_Li > li {
    gap: 15px;
    padding: 15px 0;
  }
  .cont_ddi .loc_Li .tit {
    font-size: 1.2rem;
    min-width: 100%;
  }
  .cont_ddi .loc_Li li iframe {
    width: 100%;
    max-width: 100%;
    min-height: 314px;
  }
  .cont_ddi .loc_Li > li,
  .cont_ddi .loc_li {
    flex-wrap: wrap;
  }
  .cont_ddi .gall_li {
    flex-wrap: nowrap;
    gap: 0;
  }
  .cont_ddi .loc_li > li {
    width: 100%;
    padding: 1rem;
  }
  .cont_ddi .loc_li > li::after {
    content: "";
    position: absolute;
    right: 48%;
    top: 105%;
    height: 16px;
    background: url("/resources/images/triangle_ico.png") no-repeat center;
    transform: rotate(90deg);
  }
  .cont_ddi .loc_li > li img {
    margin: 0 auto 10px;
  }
}

/* 기타사업 */
.etc_di {
  margin-bottom: 4%;
}
.etc_di .etc_wrap {
  width: 100%;
}
.etc_di .etc_wrap caption {
  display: none;
}
.etc_di .etc_wrap thead th {
  width: 100%;
  font-size: 30px;
  font-weight: 500;
  vertical-align: middle;
  height: 80px;
  text-align: left;
  border-bottom: 2px solid #222;
}
.etc_di .etc_wrap tbody th,
.etc_wrap tbody td {
  font-size: 16px;
  color: #666;
  line-height: 1.7;
  padding: 1rem;
  vertical-align: middle;
  border-bottom: 1px solid #ededed;
  border-left: 1px solid #e9e9e9;
}
.etc_di .etc_wrap tbody th {
  font-size: 18px;
  font-weight: 600;
  color: #0567eb;
  border-left: 0;
}
.etc_di .etc_wrap tbody .ct {
  text-align: center;
  font-weight: 600;
  color: #222;
}

@media screen and (max-width: 768px) {
  .etc_di .etc_wrap tbody th,
  .etc_wrap tbody td {
    font-size: 14px;
    padding: 0.75rem;
  }
  .etc_di .etc_wrap thead th {
    font-size: 1.5385rem;
    height: 50px;
  }
}

/*  이벤트 페이지 */
@font-face {
  font-family: "TangsBudaeJjigae";
  font-weight: 300;
  font-style: normal;
  src: url("https://cdn.jsdelivr.net/gh/webfontworld/DdangFonts/TangsBudaeJjigae_Light.woff")
    format("woff");
  font-display: swap;
}
/*  이벤트 페이지 */
.event_page {
  position: relative;
  width: 100%;
  max-width: 720px;
  margin: 0 auto;
  background-color: #005A37;
}
.event_page img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}
.event_page .event_ico_01 {
  position: relative;
  z-index: 10;
}
.event_page .event_ico_01 span {
display: block;
margin: 0 auto;
background-color: #42210b;

border-radius: 100px;
width: 145px;
height: 38px;
line-height: 38px;
text-align: center;
/*
font-family: "TangsBudaeJjigae", "Noto Sans KR", "sans-serif"; */
font-size: 24px;
color: #fff;
}
.event_page .event_base {
width: 100%;
padding: 2rem 39px;
padding-bottom: 10px;
/*
background: linear-gradient(180deg, #f2e0a0 10%, #fff6db); */
background-image: url("/resources/images/main/event_page_ico_10_2509.jpg");
background-repeat: no-repeat;
}

.event_wrap {
  position: relative;
  top: -32px;
  width: 100%;
  height: 100%;
  background-color: #fffcd6;
  padding: 50px 20px 17px;
  border: 4px solid #31180c;
  border-radius: 10px;
}


#quizForm .wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#quizForm .form-group {
  margin-bottom: 22px;
}

#quizForm .form-group:nth-of-type(5) {
  margin-top: 0px;
}
#quizForm .form-group .hiding {
  display: none;
}
#quizForm .form-group .wrap input[type="text"],
#quizForm .form-group .wrap input[type="email"] {
  width: 100%;
  height: 40px;
  line-height: 40px;
  border: 2px solid #999898;
  border-radius: 0 8px 8px 0;
  background-color: #fff;
  padding: 0 0.875rem;
}
#quizForm .form-group .wrap.top input[type="text"],
#quizForm .form-group.top .wrap input[type="email"] {
  width: 100%;
  height: 50px;
  border: 3px solid #666666;
  border-radius: 0 8px 8px 0;
  background-color: #fff;
  padding: 0 0.875rem;
}
#quizForm .form-group .wrap .col-form-label {
  display: flex;
  justify-content: center;
  width: 100%;
  max-width: 130px;
  height: 40px;
  line-height: 36px;
  background: #666666;
  border-radius: 8px 0 0 8px;
  border: 2px solid #666666;
  font-family: "TangsBudaeJjigae", "Noto Sans KR", "sans-serif";
  font-size: 24px;
  color: #fff;
  transform: skew(-0.1deg);
}
#quizForm .form-group .wrap.top .col-form-label {
  display: flex;
  padding: 0.5rem;
  width: 100%;
  max-width: 130px;
  height: 50px;
  line-height: 50px;
  background: #42210b;
  border-radius: 8px 0 0 8px;
  border: 2px solid #42210b;
  border-right: none;
}
#quizForm .form-group:nth-child(even) .wrap.top .col-form-label {
  background-color: #42210b;
}

#quizForm .event_personal {
  width: 100%;
  margin: 30px auto;
  padding-top: 30px;
  border-top: 2px solid #c9bcac;
}
#quizForm .event_personal p {
  font-size: 16px;
  font-weight: 700;
  color: #005a37;
  margin-bottom: 10px;
}
#quizForm .event_personal p:nth-of-type(2) {
  margin-top: 30px;
}
#quizForm .event_personal ul {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  background-color: #e6e6e6;
  gap: 12px;
  padding: 1.25rem 0;
  border-radius: 8px;
}
#quizForm .event_personal ul li {
  width: calc(100% / 2 - 50px);
  font-size: 14px;
  font-weight: 600;
  color: #535353;
}
#quizForm .event_personal ul li:nth-child(even) {
  font-weight: 700;
  color: #000;
}

#quizForm .form-group.form-check {
  position: relative;
  z-index: 100;
  display: flex;
  justify-content: center;
  gap: 10px;
  font-weight: 500;
  font-size: 18px;
  margin-bottom: 30px;
}
#quizForm .form-group.form-check input[type="checkbox"] {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}
#quizForm .form-group.form-check input[type="checkbox"] + label {
  position: relative;
  padding-left: 25px;
}
#quizForm .form-group.form-check input[type="checkbox"] + label::before,
#quizForm .form-group.form-check input[type="checkbox"] + label::after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  border: 2px solid #000000;
  border-radius: 2px;
  vertical-align: bottom;
  margin-right: 5px;
  margin-top: 5px;
  cursor: pointer;
}
#quizForm .form-group.form-check input[type="checkbox"] + label::after {
  opacity: 0;
}
#quizForm .form-group.form-check input[type="checkbox"]:checked + label::after {
  content: "";
  background: #41210a;
  opacity: 1;
  transition: 0.2s;
  transform: scale(0.4);
}
#quizForm .form-group.form-check input[type="checkbox"]:focus + label::before {
  outline: 3px dotted #022658;
  outline-offset: 1px;
}

#quizForm .event_btn {
  position: relative;
  z-index: 100;
  display: block;
  width: 100%;
  max-width: 225px;
  height: 45px;
  line-height: 44px;
  margin: 0 auto;
  background-color: #ffc856;
  font-family: "TangsBudaeJjigae", "Noto Sans KR", "sans-serif";
  font-size: 24px;
  color: #000000;
  border: none;
  border-radius: 100px;
  cursor: pointer;
}
#quizForm .event_btn:hover,
#quizForm .event_btn:focus {
  background-color: #ffc856;
  transition: 0.5s all;
}
.event_page .event_bot {
  position: absolute;
  bottom: 0;
}

/* 명예의 전당 */
#contents > section > header h3.donation_h3 {
  margin-bottom: 20px;
}

.secText.donation_secText {
  margin-bottom: 50px;
}

.con_line.tab_content_donation { padding-top: 0; }

.tab_content_donation .donation_img_top img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.tab_content_donation .donation_img_top figure figcaption, .tab_content_donation .donation_img_bottom figure figcaption {
  display: none;
}

.donation_box .donation_img_top figure, .donation_box .donation_img_bottom figure { position: relative; }

.donation_box .donation_img_top .donation_img_top_box_text_wrap {
  position: absolute;
  bottom: 35px;
  left: 35px;
}

.donation_box .donation_img_top .donation_img_top_box_text {
  font-size: 20px;
  color: #fff;
}

.donation_box .donation_img_top .donation_img_top_box_text li:first-child {
  line-height: 35px;
  padding: 0 15px;
  background-color: #ff6d00;
  font-weight: 500;
}

.donation_box .donation_img_top .donation_img_top_box_text li:last-child {
  padding-top: 10px;
  line-height: 1.5;
  font-weight: 500;
}

.tab_content_donation .donation_img_top li:focus {
  border: 3px dashed #035199;
}

.donation_box .donation_img_bottom {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin-top: 20px;
}

.donation_box .donation_img_bottom > li {
  width: 50%;
}

.tab_content_donation .donation_img_bottom img {
    width: 100%;
    height: 357px;
    object-fit: cover;
}

.donation_box .donation_img_bottom .donation_img_btm_box_text_wrap {
  position: absolute;
  left: 35px;
  bottom: 25px;
}

.donation_box .donation_img_bottom .donation_img_btm_box_text {
  font-size: 20px;
  color: #fff;
}

.donation_box .donation_img_bottom .donation_img_btm_box_text li:first-child {
  line-height: 35px;
  padding: 0 15px;
  background-color: #2760e3;
  font-weight: 500;
  box-sizing: content-box;
  width: 111px;
}

.donation_box .donation_img_bottom .donation_img_btm_box_text li.name_1 {
  background-color: #008d01;
}

.donation_box .donation_img_bottom .donation_img_btm_box_text li:last-child {
  padding-top: 5px;
  line-height: 1.5;
  font-weight: 500;
}

.vPop_donation_01 .lpop_vodBox .donation_popup_content_01 {
  display: flex;
  justify-content: space-between;
  gap: 5px;
  margin-top: 40px;
}

.vPop_donation_01 .lpop_vodBox.donation_popup {
  padding: 60px 40px 40px;
}

.vPop_donation_01 .lpop_vodBox.donation_popup > p {
  font-size: 18px;
  line-height: 1.7;
  word-break: keep-all;
  text-align: center;
}

.vPop_donation_01 .lpop_vodBox.donation_popup p.donation_popup_text_p {
    border: 1px solid #C7C7C7;
    padding: 20px 82px 40px;
    margin-top: 20px;
    text-align: left;
    position: relative;
    font-family: "Orbit", sans-serif;
}

.vPop_donation_01 .lpop_vodBox.donation_popup p.donation_popup_text_p span {
    position: absolute;
    bottom: 20px;
    right: 85px;
}

.vPop_donation_01 .lpop_vodBox .donation_popup_content_01 ul {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
  font-size: 16px;
  color: #666;
  /* width: 70%; */
}

.lpop_con.vPop_donation_01 .close {
  right: 25px;
  top: 25px;
  border: none;
}

.donation_box .donation_btm_logo {
    margin: 50px auto 0;
    width: 50px;
}
.pc_only_img {
  display: block;
}
.mobile_only_img {
  display: none;
}

/* 메인 페이지 플로팅 메뉴 */
#site-quick-menu {
  position: fixed;
  bottom: 30%;
  /* right: -30px; */
  right: -10px;
  z-index: 100;
  padding: 15px 25px;
  border-bottom-left-radius: 7px;
  transition: .4s ease;
}

#site-quick-menu > ul > li > a {
  display: block;
  /* width: 180px; */
  width: 160px;
  height: auto;
}

#site-quick-menu > ul > li > a > .tit {
display: none;
}
/*  명예의 전당, 플로팅 메뉴 모바일 */
@media screen and (max-width: 767px) {
    #site-quick-menu {
      /* right: -25px; */
      right: -15px;
  }
  #site-quick-menu > ul > li > a {
      width: 100px;
  }
  .secText.donation_secText {
    margin-bottom: 20px;
  } 

  .donation_box .donation_img_top .donation_img_top_box_text_wrap {
    left: 10px;
    bottom: 10px;
  }
  .donation_box .donation_img_top .donation_img_top_box_text {
    font-size: 15px;
  }
  .donation_box .donation_img_top .donation_img_top_box_text li:first-child {
    line-height: 30px;
  }
  .donation_box .donation_img_top .donation_img_top_box_text li:last-child {
    padding-top: 5px;
  }
  .mobile_only_img {
    display: block;
  }
  .pc_only_img {
    display: none;
  }
  .donation_box .donation_img_bottom {
    flex-direction: column;
  }
  .donation_box .donation_img_bottom > li {
    width: 100%;
  }
  .donation_box .donation_img_bottom .donation_img_btm_box_text {
    font-size: 15px;
  }
  .tab_content_donation .donation_img_bottom img {
    height: 265px;
  }
  .donation_box .donation_img_bottom .donation_img_btm_box_text_wrap {
    left: 10px;
    bottom: 10px;
  }
  .donation_box .donation_img_bottom .donation_img_btm_box_text li:first-child {
    line-height: 30px;
    width: 83px;
  }
  /* .vPop_donation_01 .lpop_vodBox.donation_popup > p {
    font-size: 18px;
  } */
  .vPop_donation_01 .lpop_vodBox .donation_popup_content_01 {
    flex-direction: column;
    gap: 30px;
  }
  .vPop_donation_01 .lpop_vodBox .donation_popup_content_01 ul {
    font-size: 16px;
    line-height: 1.3;
    gap: 5px;
  }
  .lpop_con.vPop_donation_01 .close {
    right: 15px;
    top: 15px;
  }
  .donation_box .donation_btm_logo {
    width: 110px;
    margin-top: 20px;
  }
  .vPop_donation_01 .lpop_vodBox.donation_popup p.donation_popup_text_p {
    padding: 20px 20px 60px;
  }
  .vPop_donation_01 .lpop_vodBox.donation_popup p.donation_popup_text_p span {
    bottom: 20px;
    right: 5%;
    text-align: right;
  }
}

@media screen and (max-width: 767px) {
  .event_page .event_base {
    padding: 1.25rem 33px;
    padding-bottom: 0;
    background-image: url(/resources/images/main/event_page_ico_10_2509_02.jpg);
  }
  .event_wrap {
    padding: 3rem 1rem;
    border-radius: 10px;
  }
  .event_page .event_ico_01 span{ font-size: 22px; }
  #quizForm .form-group .wrap input[type="text"],
  #quizForm .form-group .wrap input[type="email"] {
    height: 8vw;
  }
  #quizForm .form-group .wrap.top input[type="text"],
  #quizForm .form-group.top .wrap input[type="email"] {
    height: 9vw;
  }
  #quizForm .form-group .wrap .col-form-label {
    max-width: 100px;
    height: 8vw;
    line-height: 7vw;
    font-size: 22px;
  }
  #quizForm .form-group .wrap.top .col-form-label {
    max-width: 100px;
    height: 9vw;
    padding: 0.3rem;
  }
  #quizForm .event_personal {
    margin: 25px auto;
  }
  #quizForm .event_personal p:nth-of-type(2) {
    margin-top: 20px;
  }
  #quizForm .event_personal ul {
    gap: 8px;
  }
  #quizForm .event_personal ul li {
    width: calc(100% - 50px);
    text-align: center;
  }
  #quizForm .event_personal ul li:nth-child(even) {
    margin-bottom: 10px;
  }
  #quizForm .form-group.form-check {
    font-size: 16px;
    margin-bottom: 25px;
  }
  #quizForm .form-group.form-check input[type="checkbox"] + label::before,
  #quizForm .form-group.form-check input[type="checkbox"] + label::after {
    width: 16px;
    height: 16px;
  }
  #quizForm .event_btn {
    height: 5vh;
    line-height: 5vh;
    font-size: 20px;
  }
}
@media screen and (max-width: 330px) {
  .event_page:nth-of-type(2) > img {
    height: 185vw;
  }
  #quizForm .event_btn {
    max-width: 180px;
  }
  #quizForm .event_personal ul li {
    font-size: 12px;
  }
  #quizForm .form-group.form-check input[type="checkbox"] + label {
    font-size: 12px;
    padding-left: 18px;
  }
  #quizForm .form-group .wrap.top .col-form-label {
    padding: 0.2rem;
  }
  #quizForm .form-group .wrap .col-form-label,
  #quizForm .form-group .wrap.top .col-form-label {
    max-width: 80px;
  }
  #quizForm .form-group .wrap input[type="text"],
  #quizForm .form-group .wrap input[type="email"] {
    font-size: 0.75rem;
  }
  #quizForm .form-group.form-check input[type="checkbox"] + label::before,
  #quizForm .form-group.form-check input[type="checkbox"] + label::after {
    width: 12px;
    height: 12px;
  }
}

/* ========================================
   웹 접근성 - 스크린 리더 전용 텍스트
   ======================================== */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}