@charset "UTF-8";
/* scss 수정 */
.sect-top {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  border-bottom: 2px solid #1E1E1E;
}
@media only screen and (max-width: 1340px) {
  .sect-top {
    flex-direction: column;
    align-items: flex-start;
  }
}
.sect-top > .cont {
  display: flex;
  justify-content: center;
  align-items: center;
  align-items: flex-start;
  flex-direction: column;
  gap: 30px;
  z-index: 1;
}
.sect-top .top-tit {
    position: relative;
    font-weight: 600;
    font-size: 33px;
    letter-spacing: -1.8px;
    line-height: 1.3;
}
@media only screen and (max-width: 767px) {
  .sect-top .top-tit {
    font-size: 24px;
    letter-spacing: -1.44px;
  }
}
.sect-top .top-tit .color-green {
  font-weight: 700;
}
.sect-top .top-tit-sub {
  position: relative;
  font-weight: 600;
  font-size: 24px;
  letter-spacing: -1.44px;
}
@media only screen and (max-width: 767px) {
  .sect-top .top-tit-sub {
    font-size: 22px;
    letter-spacing: -1.32px;
  }
}
.sect-top .top-bg {
  position: absolute;
  right: 0;
  top: 8px;
  z-index: 0;
}
@media only screen and (max-width: 767px) {
  .sect-top .top-bg {
    right: -50%px;
  }
}
@media only screen and (max-width: 425px) {
  .sect-top .top-bg {
    width: 100%;
    top: 30%;
  }
}
@media only screen and (max-width: 425px) {
  .sect-top .top-bg img {
    width: 100%;
  }
}
.sect-top .top-img {
  position: relative;
  z-index: 0;
}
@media only screen and (max-width: 425px) {
  .sect-top .top-img {
    width: 100%;
  }
}
@media only screen and (max-width: 425px) {
  .sect-top .top-img img {
    width: 100%;
  }
}
.sect-top .top-person {
  position: relative;
}
@media only screen and (max-width: 1340px) {
  .sect-top .top-person {
    margin-top: -200px;
    margin-left: auto;
  }
}
@media only screen and (max-width: 767px) {
  .sect-top .top-person {
    margin-top: -80px;
  }
}
@media only screen and (max-width: 425px) {
  .sect-top .top-person {
    margin-top: 0;
  }
}
.sect-cont {
  position: relative;
  display: flex;
  gap: 65px;
  padding: 80px;
}
@media only screen and (max-width: 767px) {
  .sect-cont {
    flex-direction: column;
    padding: 40px;
  }
}
.sect-cont .cont.sign {
  display: flex;
  justify-content: flex-end;
}
.sect-cont .cont.sign .name {
  font-weight: 600;
  font-size: 18px;
  letter-spacing: --0.04px;
}

.cont {
  color: #444;
}
.cont-block {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 40px;
  font-weight: 500;
  font-size: 17px;
  letter-spacing: -0.51px;
  line-height: 1.4;
}
@media only screen and (max-width: 767px) {
  .cont-block {
    flex: unset;
  }
}
.cont-block:has(.cont.sign) {
  flex: 0.68;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  .cont-block:has(.cont.sign) {
    flex: unset;
    justify-content: unset;
  }
}

.color-black {
  color: #1E1E1E;
}
.color-blackOp60 {
  color: rgba(30, 30, 30, 0.6);
}
.color-orange {
  color: #E46253;
}
.color-green {
  color: #10B565;
}

/* scss 수정 */




/* css 수정 */

/* 재단소개 > 인사말 */
.foundation_greeting .sub_page_tit{
    margin-bottom: 60px;
    text-align: center;
}
.foundation_greeting .intro_img_wrap{
    width: 100%;
    height: 480px;
    overflow: hidden;
    border-radius: 20px;
}
.foundation_greeting .intro_img_wrap img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.foundation_greeting .intro_text_wrap{
    display: flex;
    justify-content: center;
    gap: 147px;
    margin-top: 98px;
}
.foundation_greeting .intro_text_wrap .tit{
    /* width: fit-content; */
    width: 220px;
    min-width: 220px;
    height: 280px;
    font-size: 30px;
    font-weight: 600;
    white-space: nowrap;
    letter-spacing: -1.8px;
    border-radius: 10px;
    overflow: hidden;
}
.foundation_greeting .intro_text_wrap .tit img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.foundation_greeting .intro_text_wrap .cont{
    max-width: 627px;
    display: flex;
    flex-direction: column;
    line-height: 32px;
    gap: 47px;
    color: #444;
    font-weight: 500;
}
.foundation_greeting .intro_text_wrap .cont b{
    color: #444;
    font-weight: 600;
    font-size: 20px;
}
.foundation_greeting .name_sign{
    display: flex;
    align-items: center;
    gap: 12px;
}
@media screen and (max-width:1360px){
    .foundation_greeting .intro_text_wrap{
        gap: 10.2083dvw;
    }
}
@media screen and (max-width:1024px){

    .foundation_greeting .intro_img_wrap{
        height: 300px;
    }
    .foundation_greeting .intro_text_wrap {
        margin-top: 40px;
        gap: 60px;
    }
    .foundation_greeting .intro_text_wrap .cont{
        gap: 36px;
    }
    .foundation_greeting .sub_page_tit{
        margin-bottom: 60px;
    }
}
@media screen and (max-width:767px){
    .foundation_greeting .intro_text_wrap{
        flex-direction: column;
        gap: 30px;
    }
    .foundation_greeting .intro_text_wrap .tit{
        font-size: 24px;
    }
    .foundation_greeting .intro_text_wrap .cont{
        gap: 26px;
        font-size: 16px;
        line-height: 26px;
    }
}
@media screen and (max-width:424px){
    .foundation_greeting .intro_text_wrap .tit{
        width: 100%;
    }
}

/* css 수정 */




/* css 재수정 start */
.sect-top{
  justify-content: space-between;
  padding: 0px 86px;
}
.sect-top .top-bg{
  right: -80px;
}
.cont-block{
  width: calc(50% - 32.5px);
  flex: none;
}
.cont-block:has(.cont.sign){
  flex: none;
}
.cont{
  width: 100%;
}
.sect-top .top-person{
  /* margin-top: -220px; */
  margin-top: 5px;
}
.sect-top > .cont{
  /* transform: translateY(30px); */
}
.sect-cont .cont.sign .name b{
  padding-right: 15px;
}
.sect-top .top-bg{
  top: auto;
  bottom: 0;
}
.sect-top .top-tit-sub{
    line-height: 1.3;
    font-size: 28px;
    color: #1E1E1E;
}
.sect-top .top-img{
  padding-right: 90px;
}
@media screen and (max-width:1024px){
  .sect-cont{
    padding-top: 220px;
  }
  .sect-top > .cont{
    position: absolute;
    bottom: 0;
    left: 0;
    transform: translateY(100%);
    padding-top: 60px;
    padding-left: 80px;
    gap: 8px;
  }
  .sect-top .top-tit{
    font-size: 24px;
  }
  .sect-top .top-tit p{
    display: inline;
  }
  .sect-top .top-tit{
    font-size: 24px;
  }
  .top-tit-sub p {

  }
  .sect-top .top-bg{
    display: none;
  }
  .sect-top .top-person{
    margin: 0 auto;
    margin-top: -12px;
  }
  .sect-top .top-tit-sub{
    font-size: 22px;
  }
  .sect-top .top-tit-sub p{
    display: inline;
  }
  .sect-cont{
    padding-top: 170px;
  }
  .sect-top .top-img{
    padding-right: 0;
  }
}
@media screen and (max-width:767px){
  .sect-cont{
    padding-left: 35px;
    padding-right: 35px;
  }
  .sect-top{
    max-width: 360px;
    margin: 0 auto;
    padding: 0;
  }
  .sect-top .top-img img{
    width: 250px;
    margin-top: 20px;
  }
  .sect-top > .cont{
    padding: 0;
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .sect-top .top-tit{
    font-size: 20px;
  }
  .sect-top .top-tit-sub{
    font-size: 18px;
  }
  .sect-cont{
    padding-top: 170px;
    max-width: 360px;
    margin: 0 auto;
    padding-left: 0;
    padding-right: 0;
  }
  .cont-block{
    width: 100%;
  }
  .sect-cont .cont.sign .name{
    font-size: 17px;
  }
  .sect-top .top-img{
    padding-right: 0;
  }
}
/* css 재수정 end */