@charset "utf-8";
.pc {
  display: block;
}
@media all and (max-width: 767px) {
  .pc {
    display: none;
  }
}
/*=================================================
      헤더
=================================================*/
#header,
#header > .inner {
  height: 86px;
  border-bottom: 1px solid #ccc;
}
#header > .inner:before {
  top: 86px;
}
#header > .inner h1 {
  padding-top: 25px;
}
#header h1 {
  display: inline-block;
}
#header > .inner h1 a {
  width: 228px;
  height: 38px;
  background: url("../images/foundation/foundation-logo.png") no-repeat center;
}
#header ul {
  padding-top: 40px;
  float: right;
}
#header ul li {
  display: inline-block;
}
#header ul li a {
  padding: 0 20px;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: -0.9px;
  color: #000000;
  cursor: pointer;
}
#header ul li a.active,
#header ul li:hover a {
  color: #25a8e0;
}
#header ul li:last-child a {
  padding-right: 0;
}
#wrap {
  padding-top: 86px;
}
/*=================================================
      섹션 컨텐츠 
=================================================*/
html,
body {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
}
.box {
  width: 100%;
  position: relative;
}
#header {
  position: fixed;
}
/*****#####===== 재단소개 =====#####*****/
/***** 탭메뉴 *****/
.tab-wrap ul.tabs {
  background: #25a8e0;
  list-style: none;
}
.tab-wrap ul.tabs li {
  position: relative;
  display: inline-block;
}
.tab-wrap ul.tabs li span,
.tab-wrap ul.tabs li.current span {
  color: #fff;
}
.tab-wrap ul.tabs li.current span {
  display: inline;
  padding-bottom: 5px;
}
.tab-wrap ul.tabs li.current span:before {
  background-color: #fff;
}
.tab-wrap .tab-content {
  display: none;
  padding-top: 140px;
  height: 100%;
}
.tab-wrap .tab-content.current {
  display: inherit;
}
/* dl dt dd */
.box dt,
.item strong {
  display: inline-block;
  position: relative;
  margin-bottom: 10px;
  padding-top: 32px;
  padding-bottom: 15px;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.3;
  letter-spacing: -1px;
}
.box dt:before,
.item strong:before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 35px;
  height: 1px;
  background-color: #000;
}
.box dd {
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: -0.7px;
  color: #666666;
}
.box dl.important dd {
  position: relative;
  padding-left: 5px;
}
.box dl.important dd:before {
  position: absolute;
  content: "";
  top: 11px;
  left: 0;
  width: 3px;
  height: 3px;
  background-color: #666;
  border-radius: 100%;
}
@media all and (max-width: 767px) {
  #wrap {
    padding-top: 50px;
  }
  #header,
  #header > .inner {
    height: 50px;
  }
  #header > .inner {
    z-index: 100;
  }
  #header > .inner h1 {
    padding-top: 5px;
  }
  #header ul {
    display: none;
    float: none;
    position: absolute;
    width: 100%;
    padding-top: 0;
    background: #fff;
    top: 0;
    left: 0;
    margin-top: 50px;
    z-index: 10;
  }
  #header ul li {
    display: block;
  }
  #header ul li a {
    display: block;
    padding: 30px 0;
    text-align: center;
  }
}

/*****#####===== 재단소개 =====#####*****/
#foundation-intro .title-wrap {
  padding-top: 0;
  text-align: center;
}
#foundation-intro .title-wrap h1 {
  font-size: 46px;
  font-weight: 400;
  line-height: 1.43;
  letter-spacing: -2.3px;
  color: #000;
}
#foundation-intro .title-wrap p {
  font-size: 26px;
  line-height: 1.92;
  letter-spacing: -1.3px;
  color: #000;
}

#foundation-intro .title-wrap + p {
  padding: 60px 0 50px;
  font-size: 20px;
  line-height: 1;
  letter-spacing: -1px;
  text-align: center;
}
#foundation-intro .tab-wrap {
  position: relative;
}
#foundation-intro .tabs {
  position: absolute;
  width: 100%;
  z-index: 10;
}
#foundation-intro .tab-contents-wrap {
  position: absolute;
  width: 100%;
  z-index: 1;
  height: 851px;
}
#tab-1 {
  background: url("../images/foundation/foundation-info-bg01.png") no-repeat center center;
  background-size: cover;
}
#tab-2,
#tab-3 {
  background: url("../images/foundation/foundation-info-bg02.png") no-repeat center center;
  background-size: cover;
}
#foundation-intro .greeting .item-wrap {
  padding-top: 57px;
}
#foundation-intro .introduce .item dl {
  text-align: left;
}
#foundation-intro .introduce .item > div {
  width: 290px;
}
#foundation-intro .introduce .item + .item > div {
  margin: 0 auto;
}
#foundation-intro .introduce .item + .item + .item > div {
  margin: 0 0 0 auto;
}
#foundation-intro .history .item-wrap {
  padding-top: 33px;
}
#foundation-intro .greeting .item-wrap .item {
  width: 50%;
}
#foundation-intro .greeting .item-wrap .item + .item {
  padding-left: 10px;
}
#foundation-intro .greeting .item-wrap .item + .item p + p {
  padding-top: 50px;
}
#foundation-intro .history .item + .item > div {
  width: 87%;
  margin: 0 auto;
}
#foundation-intro .history .item + .item > div strong {
  display: block;
  text-align: left;
}
#foundation-intro .history .item + .item + .item > div {
  margin: 0 0 0 auto;
  width: 70%;
}
#foundation-intro .history .item table th,
#foundation-intro .history .item table td {
  vertical-align: top;
}
#foundation-intro .history .item table th {
  width: 70px;
  font-size: 14px;
  font-weight: normal;
  letter-spacing: -0.7px;
  text-align: left;
  color: #067eb2;
}
#foundation-intro .history .item table td {
  padding-bottom: 30px;
  font-size: 14px;
  letter-spacing: -0.7px;
  text-align: left;
  color: #666666;
}
/* 타이틀 */
.title-wrap {
  padding-top: 150px;
  text-align: left;
}
.title-wrap h1 {
  font-weight: 200;
  font-size: 60px;
  letter-spacing: -3px;
}
.title-wrap h1 strong {
  font-weight: 500;
}
.title-wrap p {
  padding-top: 20px;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: -1px;
}
@media all and (min-width: 768px) and (max-width: 1120px) {
  .title-wrap {
    padding-top: 100px;
  }
  .title-wrap h1 {
    font-size: 40px;
  }
  .box dt,
  .item strong {
    margin-bottom: 10px;
    padding-top: 22px;
    padding-bottom: 10px;
  }
  #foundation-intro .title-wrap h1 {
    font-size: 27px;
  }
  #foundation-intro .title-wrap p {
    font-size: 20px;
  }
  #foundation-intro .title-wrap + p {
    padding: 40px 0 33px;
  }
  #foundation-intro .history .item + .item + .item > div {
    width: 90%;
  }
  .tab-wrap .tab-content {
    padding-top: 93px;
    padding-bottom: 69px;
  }
  #tab-1 {
    background-position: 75% top;
  }
  #foundation-intro .item-wrap img {
    max-width: 100%;
    height: auto;
  }
  #foundation-intro .item-wrap .item {
    padding: 0 5px;
  }
  #foundation-intro .introduce .item > div {
    width: auto;
  }
  .box dl.important dd {
    word-break: keep-all;
  }
}
@media all and (max-width: 767px) {
  .box {
    padding-bottom: 50px;
  }
  .tab-wrap .tab-content {
    padding-top: 70px;
    padding-bottom: 0;
  }
  .tab-wrap ul.tabs li {
    margin: 0 23px;
    line-height: 2.5;
  }
  #foundation-intro .tab-contents-wrap {
    height: 100%;
    position: static;
  }
  #foundation-intro .title-wrap h1 {
    font-size: 23px;
    letter-spacing: -1.3px;
  }
  #foundation-intro .title-wrap p {
    font-size: 20px;
  }
  #foundation-intro .title-wrap + p {
    padding: 30px 0 25px;
    letter-spacing: 0;
  }
  .item {
    margin-bottom: 0;
    padding-bottom: 20px;
    display: block;
    text-align: center;
  }
  #foundation-intro .introduce .item dl,
  #foundation-intro .history .item + .item > div strong {
    text-align: center;
  }
  .box dt:before,
  .item strong:before {
    left: 50%;
    margin-left: -20px;
  }
  #foundation-intro .introduce .item + .item + .item > div {
    text-align: center !important;
    margin: 0 auto;
  }
  .box dl.important dd {
    text-align: left;
  }
  #foundation-intro .greeting .item-wrap {
    padding-top: 27px;
  }
  #foundation-intro .greeting .item-wrap .item {
    width: 100%;
  }
  #foundation-intro .greeting .item-wrap .item + .item {
    padding-left: 0;
  }
  #foundation-intro .greeting .item-wrap .item img {
    max-width: 100%;
    height: auto;
  }
  #foundation-intro .history .item + .item > div {
    width: 100%;
  }
  #foundation-intro .history .item + .item + .item > div {
    margin: 0 auto;
    width: 100%;
  }
  #foundation-intro .history .item table td {
    padding-bottom: 15px;
  }

  .title-wrap {
    padding-top: 75px;
  }
  .title-wrap h1 {
    font-size: 30px;
  }
  .title-wrap p {
    font-size: 16px;
  }
}
/*****#####===== 사업소개 =====#####*****/
#business-intro .title-wrap {
  color: #ffffff;
}
#business-intro {
  background: url("../images/foundation/foundation-business-bg.png") no-repeat center center;
  background-size: cover;
}
#business-intro .intro {
  padding: 29px 0 55px;
}
#business-intro .item dt {
  color: #8ee243;
}
#business-intro .item dt:before {
  background-color: #fff;
}
#business-intro dd {
  color: #c3c3c3;
  word-break: keep-all;
  height: 100px;
}
#business-intro .swiper-slide .img {
  width: 280px;
  height: 175px;
  background: #fff;
  text-align: center;
  background-image: url(../images/foundation/foundation-slider-img01.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: inherit;
}
#business-intro .swiper-slide dt {
  margin-top: -12px;
  font-weight: 500;
  letter-spacing: -1px;
  color: #ffffff;
}
#business-intro .swiper-slide dt:before {
  display: none;
}
.slider-area {
  position: relative;
  width: 1400px;
  margin: 0 auto;
}
#business-intro .swiper-button-next,
#business-intro .swiper-button-prev {
  top: 38%;
  width: calc(var(--swiper-navigation-size) / 44 * 69);
  height: calc(var(--swiper-navigation-size) / 44 * 134);
}
#business-intro .swiper-button-next:after,
#business-intro .swiper-container-rtl .swiper-button-prev:after,
#business-intro .swiper-button-prev:after,
#business-intro .swiper-container-rtl .swiper-button-next:after {
  display: none;
}
#business-intro .swiper-button-next {
  right: 0;
  background: url(../images/foundation/slider-arrow-r.png);
  background-position: center right;
}
#business-intro .swiper-button-prev {
  left: 0;
  background: url(../images/foundation/slider-arrow-l.png);
  background-position: center left;
}
@media (max-width: 1400px) {
  .slider-area {
    width: 100%;
  }
}
@media all and (min-width: 768px) and (max-width: 1120px) {
  #business-intro .swiper-container {
    margin-left: 30px;
    margin-right: 30px;
  }
  #business-intro .swiper-slide .img {
    width: 100%;
    background-size: contain;
  }
  #business-intro .intro .item {
    padding: 0 10px;
  }
  #business-intro .swiper-slide dt {
    word-break: keep-all;
  }
  #business-intro .swiper-button-next,
  #business-intro .swiper-button-prev {
    width: calc(var(--swiper-navigation-size) / 44 * 40);
    height: calc(var(--swiper-navigation-size) / 44 * 60);
  }
  #business-intro .swiper-button-next {
    right: 10px;
  }
  #business-intro .swiper-button-prev {
    left: 10px;
  }
}
@media (max-width: 767px) {
  #business-intro .intro {
    padding: 14px 0 27px;
  }
  #business-intro .swiper-slide .img {
    width: 100%;
  }
  #business-intro .swiper-button-next,
  #business-intro .swiper-button-prev {
    width: calc(var(--swiper-navigation-size) / 44 * 18);
    height: calc(var(--swiper-navigation-size) / 44 * 34);
  }
  #business-intro .swiper-button-next {
    right: 0;
  }
  #business-intro .swiper-button-prev {
    left: 0;
  }
}
/*****#####===== 공지사항 =====#####*****/
#notice .question-contents {
  padding-top: 48px;
}
#notice .question-list .list-title-wrap {
  border-top: 2px solid #000;
}
#notice .question-list .title-wrap,
#notice .question-list .title-wrap p {
  padding-top: 0;
  font-size: 16px;
  letter-spacing: -0.8px;
}
#notice .question-list .title-wrap {
  text-align: center;
}
#notice .pagination-wrap ul li {
  margin: 0 -3px;
}
#notice .pagination-wrap ul li a {
  width: 32px;
  height: 32px;
  font-size: 12px;
  letter-spacing: normal;
  color: #333333;
  border: 1px solid transparent;
}
#notice .pagination-wrap ul li.active a,
#notice .pagination-wrap ul li.page-first a,
#notice .pagination-wrap ul li.page-last a,
#notice .pagination-wrap ul li.page-prev a,
#notice .pagination-wrap ul li.page-next a {
  border: 1px solid #d8d8d8;
}
#notice .pagination-wrap ul li.page-prev a {
  margin-right: 0;
}
#notice .pagination-wrap ul li.page-next a {
  margin-left: 0;
}
@media all and (min-width: 1024px) and (max-width: 1120px) {
  #notice .question-contents {
    padding-top: 32px;
  }
  #notice .question-list .contents-wrap {
    padding: 19px 30px 39px;
  }
  #notice .pagination-wrap {
    margin-top: 33px;
  }
}
@media (max-width: 767px) {
  #notice .question-contents ul li .table-layout .subject span {
    width: 240px;
  }
  #notice .question-list .contents-wrap {
    padding: 15px 0 30px;
  }
}

/*****#####===== 찾아오시는길 =====#####*****/
#map {
  position: relative;
}

/* 20-09-20 */
#map .map-img {
  padding-top: 38px;
  height: 500px;
}
/* 20-09-20 */
#map .map-img img {
  max-width: 100%;
  height: auto;
}
/***** 푸터 *****/
#map #footer {
  position: absolute;
  width: 100%;
  bottom: 0;
  border-top: none;
  background: #393c44;
}
#map #footer .inner {
  padding: 38px 20px 25px;
}
#map #footer .inner address,
#map #footer .inner p.copy {
  font-size: 14px;
  text-align: left;
}
#map #footer .inner .selectArea dl dt {
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  width: 150px;
  border-color: #fff;
}
#map #footer .inner #map #footer .inner .selectArea dl dt {
  border-color: #fff;
}
#map #footer .inner .selectArea {
  top: 22px;
}
#map #footer .inner .selectArea dl dt:before {
  display: none;
}
#map #footer .inner .selectArea dl dt a {
  color: #fff;
  font-weight: normal;
  background: url("../images/common/bl-arrow-w.png") no-repeat right center;
}
#map #footer .inner .selectArea dl dt.on a {
  background-image: url("../images/common/bl-arrow-w-on.png");
}
@media all and (min-width: 1024px) and (max-width: 1120px) {
  #map #footer .inner {
    padding: 25px 20px 16px;
  }
  #map #footer .inner .selectArea {
    position: absolute;
    margin-top: 0;
  }
}
@media all and (max-width: 767px) {
  #map #footer {
    position: static;
  }
  #map {
    padding-bottom: 0;
  }
  #map .container {
    padding-bottom: 50px;
  }
  /* 20-09-20 */
  #map .map-img {
    height: 250px;
  }
  /* 20-09-20 */
}
