.display_pc_only {
  display: block;
}
.display_tablet_only {
  display: none;
}
/*세계여성포럼소개*/
.about_iwf .section {
  padding: 100px 0;
}
.about_iwf .intro_visual_img {
  width: 100%;
  height: 320px;
  background-image: url("../img/company/topbanner01.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.about_iwf .sect_tit h3 {
  text-align: center;
  font-size: 50px;
  font-weight: 600;
  line-height: 1.2;
  margin: 0 0 50px 0;
}
.about_iwf .section .sect1 {
  padding: 0;
}
.about_iwf .sect1_con {
  display: flex;
}
.about_iwf .sect1 .text .text1 {
  font-size: 24px;
  line-height: 36px;
  font-weight: 600;
  margin: 35px 0 15px;
}
.about_iwf .sect1 .text .text2 {
  font-size: 20px;
  line-height: 36px;
  padding-right: 57px;
  text-align: justify;
}
.about_iwf .sect1_con .img {
  padding-top: 35px;
  position: relative;
}
.about_iwf .sect1_con .img .decoimg {
  position: absolute;
  bottom: 50px;
  right: -70px;
}
.about_iwf .sect1_con .img p:last-child {
  padding: 20px 0;
  color: #666;
}
.about_iwf .sect2_con .text {
  position: relative;
}
.about_iwf .sect2_con .text::before {
  content: "OUR\AMISSION";
  white-space: pre; /* 중요! 줄바꿈을 가능하게 만듦 */
  position: absolute;
  bottom: 50px;
  right: 0;
  font-size: 150px;
  font-weight: 900;
  line-height: 1;
  text-align: right;
  color: rgba(0, 0, 0, 0.1);
  pointer-events: none;
  z-index: 0;
}
.about_iwf .sect2 .text .text1 {
  font-size: 24px;
  line-height: 36px;
  font-weight: 600;
  margin: 35px 0 15px;
}
.about_iwf .sect2 .text .text2 {
  font-size: 20px;
  line-height: 36px;
  padding-right: 30px;
  width: 80%;
}
.about_iwf .sect3 {
  background-image: url("../img/company/intro_bg.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 100px 0;
  height: inherit;
}
.about_iwf .sect3 .sect_tit p {
  color: #fff;
  padding: 0 0 30px 0;
}
.about_iwf .sect3 .sect_tit h3 {
  color: #fff;
  margin-bottom: 20px;
}
.about_iwf .sect3 .sect3_con {
  display: flex;
  color: #fff;
  font-size: 20px;
}
.about_iwf .sect3 .sect3_con div:first-child {
  width: 30%;
}
.about_iwf .sect3 .sect3_con div:nth-child(2) {
  width: 25%;
}
.about_iwf .sect3 .sect3_con div:last-child {
  width: 45%;
}
.about_iwf .sect3 .sect3_con div ul:nth-child(2),
.about_iwf .sect3 .sect3_con div ul:nth-child(3) {
  margin-top: 30px;
}
.about_iwf .sect3 .sect3_con div ul li {
  margin: 5px 0;
  line-height: 1.5;
}
.about_iwf .sect3 .sect3_con div ul li:first-child {
  font-weight: 600;
}

/*50년*/

.about_years .intro_visual_img {
  width: 100%;
  height: 320px;
  background-image: url("../img/company/topbanner02.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.about_years .sect1 .foto {
  display: flex;
  justify-content: center;
}
.about_years .sect1 .foto img {
  max-width: 474px;
  width: 95%;
}
.about_years .sect1 .text1 {
  font-size: 24px;
  line-height: 36px;
  font-weight: 600;
  margin: 35px 0 15px;
}
.about_years .sect1 .text2 {
  font-size: 20px;
  line-height: 36px;
}

.about_years .about_years_sect2 {
  padding: 60px 0;
  background: #f5f1ec;
  position: relative;
}
.about_years .about_years_sect2 .inner {
  align-items: center;
  display: flex;
  justify-content: space-between;
  padding: 60px 0;
  position: relative;
}
.about_years .about_years_sect2 .inner:before {
  background-color: #fff;
  bottom: 0;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: clamp(50px, 8vw, 175px);
  width: 200vw;
}

.about_years .about_years_sect2:before {
  bottom: 0;
  content: "";
  display: block;
  height: 60px;
  pointer-events: none;
  position: absolute;
  width: 100vw;
  background-image: url(../img/50years_bg1.png);
  background-position: 100%;
  right: -75vw;
  background-repeat: repeat-x;
  background-size: auto 60px;
  opacity: 0.3;
}
.about_years .about_years_sect2:after {
  bottom: 0;
  content: "";
  display: block;
  height: 60px;
  pointer-events: none;
  position: absolute;
  width: 100vw;
  right: -75vw;
}

.about_years .about_years_sect2:after {
  background-color: #fca43c;
  mix-blend-mode: multiply;
}

.about_years .about_years_sect2 .box_text {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  width: 52.88%;
}
.about_years .about_years_sect2 .box_text .title {
  font-size: 30px;
  font-weight: 600;
  margin: 0 0 30px 0;
}
.about_years .about_years_sect2 .box_text .text1 {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  margin-left: calc(clamp(50px, 8vw, 175px) + 50px);
  font-size: 18px;
  line-height: 30px;
  color: #666666;
  position: relative;
}
.about_years .about_years_sect2 .box_text .text1:before {
  content: "“";
  position: absolute;
  left: -45px;
  top: 12px;
  font-size: 90px;
  color: #ccc;
  font-family: serif;
}

.about_years .about_years_sect2 .box_text .text1:after {
  content: "”";
  position: absolute;
  right: -40px;
  bottom: -30px;
  font-size: 90px;
  color: #ccc;
  font-family: serif;
}

.about_years .about_years_sect2 .box_img {
  position: relative;
  width: 42.01%;
}
.about_years .about_years_sect2 .box_img img {
  width: 100%;
}

.about_years_sect3 {
  padding: 100px 0;
}
.about_years_sect3 .title {
  text-align: center;
  font-size: 50px;
  font-weight: 600;
  line-height: 1.2;
  margin: 0 0 50px 0;
}
.about_years_sect3 .list_box ul {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  list-style: none;
  padding: 0;
}

.about_years_sect3 .list_box li {
  flex: 0 0 calc((100% - 30px) / 3);
  position: relative;
  width: 100%;
  aspect-ratio: 4 / 3; /* 또는 16 / 9 등 원하시는 비율 */
  overflow: hidden;
  /*border-radius: 6px;*/
  background: #f0f0f0;
  cursor: pointer;
}

.about_years_sect3 .list_box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
  display: block;
  transition: transform 0.3s;
}

.about_years_sect3 .list_box img:hover {
  transform: scale(1.05);
}

.about_years_sect3_pop {
  display: none;
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.9);
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.about_years_sect3_pop.active {
  display: flex;
}

.about_years_sect3_pop .swiper-container {
  width: 90%;
  max-width: 1000px;
  position: relative;
}

.about_years_sect3_pop .swiper-slide {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.about_years_sect3_pop .swiper-slide img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.about_years_sect3_pop .swiper-button-next:after,
.about_years_sect3_pop .swiper-button-prev:after {
  color: #fff;
  font-size: 30px;
}

.about_years_sect3_pop .caption-inside {
  position: absolute;
  bottom: 15px;
  left: 0;
  width: 100%;
  padding: 10px 20px;
  text-align: center;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  font-size: 16px;
  white-space: pre-line;
  line-height: 1.5;
}

.about_years_sect3_pop .close-btn {
  position: absolute;
  top: 90px;
  right: 30px;
  color: #fff;
  font-size: 32px;
  cursor: pointer;
  z-index: 10001;
}
/*세계여성포럼 한국지부소개*/
.about_iwfkr .section {
  padding: 0;
}
.about_iwfkr .intro_visual_img {
  width: 100%;
  height: 320px;
  background-image: url("../img/company/topbanner03.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.about_iwfkr .sect_tit h3 {
  text-align: center;
  font-size: 50px;
  font-weight: 600;
  line-height: 1.2;
  margin: 0 0 50px 0;
}
.about_iwfkr .section .sect1 {
  padding: 100px 0;
}
.about_iwfkr .sect1_con {
}
.about_iwfkr .sect1 .text .text1 {
  font-size: 24px;
  line-height: 36px;
  font-weight: 600;
  margin: 35px 0 15px;
}
.about_iwfkr .sect1 .text .text2 {
  font-size: 20px;
  line-height: 36px;
  padding: 30px 0;
  text-align: justify;
}
.about_iwfkr .sect1_con .img {
  text-align: center;
}
.about_iwfkr .sect1_con .img img {
  display: unset;
}
.about_iwfkr .about_iwfkr_sect2 {
  background-image: url("../img/company/kr_bg.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 100px 0;
  height: inherit;
}
.about_iwfkr .about_iwfkr_sect2 .inner {
  background-color: #fff;
  padding: 40px;
  display: flex;
}
.about_iwfkr .about_iwfkr_sect2 .inner .box_text {
  padding: 50px 0 0 90px;
}
.about_iwfkr .about_iwfkr_sect2 .inner .box_text .title {
  font-size: 30px;
  font-weight: 600;
  margin: 0 0 30px 0;
}
.about_iwfkr .about_iwfkr_sect2 .inner .box_text .text1 {
  font-size: 18px;
  line-height: 30px;
  color: #666;
  position: relative;
}
.about_iwfkr .about_iwfkr_sect2 .inner .box_text .text1::before {
  content: "“";
  position: absolute;
  left: -45px;
  top: -40px;
  font-size: 90px;
  color: #ccc;
  font-family: serif;
}
.about_iwfkr .about_iwfkr_sect2 .inner .box_text .text1::after {
  content: "”";
  position: absolute;
  right: -40px;
  bottom: -15px;
  font-size: 90px;
  color: #ccc;
  font-family: serif;
}

.about_iwfkr .sect3 .text .text2 {
  font-size: 20px;
  line-height: 36px;
  margin-bottom: 50px;
}
.about_iwfkr .sect3 {
  padding: 75px 0;
}
.about_iwfkr .sect3 .sect3_con .ppl_list {
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px;
  flex-wrap: wrap;
}
.about_iwfkr .sect3 .sect3_con .ppl_list ul {
  width: 320px;
}
.about_iwfkr .sect3 .sect3_con .ppl_list ul li {
  width: 100%;
  text-align: center;
  margin: 10px 0;
  color: #666;
  font-size: 14px;
  line-height: 1.2;
}
.about_iwfkr .sect3 .sect3_con .ppl_list ul li:last-child {
  margin-bottom: 50px;
}
.about_iwfkr .sect3 .sect3_con .ppl_list ul li img {
  width: 100%;
  border-radius: 50%;
}
.about_iwfkr .sect3 .sect3_con .ppl_list ul li span {
  font-weight: 600;
  font-size: 16px;
  display: inline-block;
  margin-bottom: 10px;
}
.about_iwfkr .orga_img_box {
  margin: 0 0 50px 0;
}

/*세계여성포럼 한국지부 파트너 소개*/
.about_iwfkr_partner .section {
  padding: 0;
}
.about_iwfkr_partner .intro_visual_img {
  width: 100%;
  height: 320px;
  background-image: url("../img/company/topbanner04.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.about_iwfkr_partner .sect_tit h3 {
  text-align: center;
  font-size: 50px;
  font-weight: 600;
  line-height: 1.2;
  margin: 0 0 50px 0;
}
.about_iwfkr_partner .section .sect1 {
  padding: 100px 0 50px 0;
}
.about_iwfkr_partner .sect1_con {
}
.about_iwfkr_partner .sect1 .text .text1 {
  font-size: 24px;
  line-height: 36px;
  font-weight: 600;
  margin: 35px 0 15px;
}
.about_iwfkr_partner .sect1 .text .text2 {
  font-size: 20px;
  line-height: 36px;
  padding: 30px 0;
  text-align: justify;
}
.about_iwfkr_partner .sect1_con .img {
  text-align: center;
}
.about_iwfkr_partner .sect1_con .img img {
  display: unset;
}

.about_iwfkr_partner .sect3 .text .text2 {
  font-size: 20px;
  line-height: 36px;
  margin-bottom: 50px;
}
.about_iwfkr_partner .sect3 {
  padding: 0;
}
.about_iwfkr_partner .sect3 .sect3_con .partner_list {
  margin-bottom: 100px;
}
.about_iwfkr_partner .sect3 .sect3_con .partner_list ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  column-gap: 75px;
  row-gap: 50px;
}
.about_iwfkr_partner .sect3 .sect3_con .partner_list ul li {
  text-align: center;

  color: #666;
  border: 1px solid #ccc;
  width: 350px;
  height: 350px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.about_iwfkr_partner .sect3 .sect3_con .partner_list ul li img {
  width: 100%;
}

.about_iwfkr_partner .sect3 .sect3_con .partner_list ul li span {
  font-weight: 600;
}

/* 프로그램_리더십 프로그램 */
.program_leadership {
}
#area_wrap.program_leadership .intro_visual_img {
  width: 100%;
  height: 320px;
  background-image: url("../img/business/banner.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.program_leadership .sect_tit h3 {
  text-align: center;
  font-size: 50px;
  font-weight: 600;
  line-height: 1.2;
  margin: 0 0 50px 0;
}
.program_leadership .sect1 .text {
  font-size: 20px;
  line-height: 36px;
  padding: 0 0 0 0;
  text-align: center;
}
.program_leadership .sect2 .sect2_con li {
  width: 1200px;
  height: 700px;
  margin-bottom: 50px;
}
.program_leadership .sect2 .sect2_con li.sect2_img1 {
  background-image: url(../img/business/program01.jpg);
  display: flex;
  align-items: center;
}
.program_leadership .sect2 .sect2_con .sect2_list_left {
  width: 50%;
  height: 500px;
  padding: 0 50px 0 100px;
  background-color: #fff;
  background-image: url(../img/business/pattern-orange-2.png);
  background-repeat: repeat-y;
  background-size: 55px auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.program_leadership .sect2 .sect2_con .sect2_list_left p {
  font-size: 18px;
  word-break: keep-all;
  line-height: 1.7;
  color: #666;
}
.program_leadership .sect2 .sect2_con .sect2_list_left p.title {
  font-size: 24px;
  font-weight: 600;
  margin: 0 0 30px 0;
  color: #333;
}
.program_leadership .sect2 .sect2_con .sect2_list_left p:last-child {
  margin-top: 50px;
}

.program_leadership .sect2 .sect2_con li.sect2_img2 {
  background-image: url(../img/business/program02.jpg);
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.program_leadership .sect2 .sect2_con .sect2_list_right {
  width: 50%;
  height: 500px;
  padding: 0 100px 0 50px;
  background-color: #fff;
  background-image: url(../img/business/pattern-orange-2.png);
  background-repeat: repeat-y;
  background-size: 55px auto;
  background-position: right;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.program_leadership .sect2 .sect2_con .sect2_list_right p {
  font-size: 18px;
  word-break: keep-all;
  line-height: 1.7;
  color: #666;
}
.program_leadership .sect2 .sect2_con .sect2_list_right p.title {
  font-size: 24px;
  font-weight: 600;
  margin: 0 0 30px 0;
  color: #333;
}
.program_leadership .sect2 .sect2_con .sect2_list_right p:last-child {
  margin-top: 50px;
}
.program_leadership .sect2 .sect2_con .sect2_list_right a {
}
.program_leadership .sect2 .sect2_con li.sect2_img3 {
  background-image: url(../img/business/program03.jpg);
  display: flex;
  align-items: center;
}
.program_leadership .sect2 .sect2_con .hover-fill {
  position: relative;
  display: inline-block;
  padding: 10px 20px;
  color: #333;
  text-decoration: none;
  overflow: hidden;
  z-index: 1;
  border: 1px solid #e88100;
}
.program_leadership .sect2 .sect2_con .hover-fill::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0%; /* 시작은 0% */
  height: 100%;
  background-color: #e88100;
  z-index: -1;
  transition: width 0.4s ease;
}

.program_leadership .sect2 .sect2_con .hover-fill:hover::before {
  width: 100%; /* 끝은 100% */
}
.program_leadership .sect3 {
  width: 100%;
  background-color: #76004a;
}
.program_leadership .sect3 .sect3_con {
  text-align: center;
}
.program_leadership .sect3 .sect3_con .text {
  color: #fff;
  font-size: 60px;
  line-height: 1.2;
  font-weight: 100;
}

/*Contact*/
.contact .intro_visual_img {
  width: 100%;
  height: 320px;
  background-image: url("../img/company/topbanner05.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
}
.contact_visual_text h6 {
  font-size: 50px;
  color: #fff;
}
.contact .sect_tit h3 {
  font-size: 50px;
  font-weight: 600;
  margin: 0 0 50px 0;
  line-height: 1.2;
}
.contact .sect_tit p {
  font-size: 20px;
  line-height: 36px;
  color: #333;
}
.contact .sect2 {
  background-image: url("../img/company/blue_pattern2.png");
}

.contact .contact_section {
  position: relative;
  z-index: 0;
}
.contact .contact_wrap {
  display: flex;
  max-width: 1200px;
  margin: 0 auto 150px;
  position: relative;
  z-index: 1;
}

.contact .contact_info {
  width: 40%;
  padding: 40px;
  color: white;
  box-sizing: border-box;
  font-size: 20px;
}
.contact .contact_info p {
  margin: 10px 0;
}
.contact .contact_info p:first-child {
  font-weight: 600;
}

.contact .form_box {
  width: 60%;
  background-color: #1f2d3d;
  color: white;
  padding: 40px;
  box-sizing: border-box;
  position: relative;
  margin: -40px 0 -40px 0;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
  z-index: 2;
  text-align: center;
}
.contact .form_box h2 {
  font-size: 30px;
  margin: 10px 0 50px 0;
}
.contact .form_box form label {
  display: none;
}
.contact .form_box .form_group input {
  width: 80%;
  padding: 10px;
  margin: 10px 0;
}
.contact .form_box .form_group textarea {
  width: 80%;
  padding: 10px;
  margin: 10px 0;
}
.contact .form_box .form_submit button {
  padding: 10px 50px;
  background-color: #e88100;
  color: #fff;
  font-weight: 500;
}

.contact .member_login_btn {
  border-bottom: 2px solid #e88100;
  margin: 0 0 0 20px;
  color: #e88100;
  font-size: 16px;
}

@media screen and (max-width: 1024px) {
  .display_tablet_only {
    display: block;
  }
  .display_pc_only {
    display: none;
  }
  .about_iwf .intro_visual_img {
    height: auto;
  }
  .about_iwf .section {
    padding: 75px 0 0 0;
  }
  .about_iwf .sect1_con {
    flex-direction: column;
  }
  .about_iwf .sect_tit h3 {
    margin: 0 0 10px 0;
  }
  .about_iwf .sect1 .text .text1 {
    font-size: 20px;
  }
  .about_iwf .sect1 .text .text2 {
    padding: 0;
    font-size: 16px;
    line-height: 28px;
  }
  .about_iwf .sect1_con img {
    width: 100%;
  }
  .about_iwf .sect1_con .img .decoimg {
    width: 150px;
    bottom: 80px;
  }
  .about_iwf .sect2 {
    margin-bottom: 50px;
  }
  .about_iwf .sect2 .text .text1 {
    font-size: 20px;
  }
  .about_iwf .sect2 .text .text2 {
    font-size: 16px;
    line-height: 28px;
    padding: 0;
    width: 100%;
  }
  .about_iwf .sect2_con .text::before {
    font-size: 90px;
  }

  .about_iwf .sect3 .sect3_con div:first-child {
    width: 50%;
  }
  .about_iwf .sect3 .sect3_con div:nth-child(2) {
    width: 50%;
  }
  .about_iwf .sect3 .sect3_con div:last-child {
    width: 100%;
    padding: 30px 0 75px 0;
  }
  .about_iwf .sect3 .sect3_con {
    flex-wrap: wrap;
    font-size: 16px;
  }
  .about_years .intro_visual_img {
    height: auto;
  }
  .about_years .sect1 {
    padding-top: 75px;
  }
  .about_years .sect1 .foto img {
    width: 70%;
  }
  .about_years .sect1 .text1 {
    font-size: 20px;
  }
  .about_years .sect1 .text2 {
    font-size: 16px;
    line-height: 28px;
  }

  .about_years .about_years_sect2 .inner {
    flex-direction: column;
    padding: 30px 0;
  }
  .about_years .about_years_sect2:before {
    right: -34vw;
  }
  .about_years .about_years_sect2:after {
    right: -34vw;
  }
  .about_years .about_years_sect2 .box_text {
    width: 84.68%;
  }
  .about_years .about_years_sect2 .box_text .title {
    font-size: 25px;
  }
  .about_years .about_years_sect2 .box_text .text1 {
    margin-left: 50px;
    font-size: 16px;
    line-height: 25px;
  }

  .about_years .about_years_sect2 .box_text .text1:before {
    left: -42px;
    top: 8px;
    font-size: 70px;
  }

  .about_years .about_years_sect2 .box_text .text1:after {
    font-size: 70px;
    right: 0px;
  }

  .about_years .about_years_sect2 .box_img {
    width: 90%;
    margin: 40px 0 15px 0;
  }

  .about_years_sect3 {
    padding: 75px 0;
  }
  .about_years_sect3 .title {
    font-size: 32px;
  }
  .about_years_sect3 .list_box ul {
    gap: 10px;
  }
  .about_years_sect3 .list_box li {
    flex: 0 0 calc((100% - 10px) / 2);
  }

  .about_iwfkr .intro_visual_img {
    height: auto;
  }
  .about_iwfkr .section .sect1 {
    padding: 75px 0 0 0;
  }

  .about_iwfkr .sect_tit h3 {
    margin: 0 0 30px 0;
  }

  .about_iwfkr .sect1 .text .text2 {
    padding: 30px 0 50px 0;
    font-size: 16px;
    line-height: 28px;
  }
  .about_iwfkr .sect1_con img {
    width: 100%;
  }
  .about_iwfkr .about_iwfkr_sect2 {
    background-image: url(../img/company/blue_pattern.jpg);
    background-color: #f5f1ec;
    background-size: 100%;
    background-position: top;
    padding: 30px 0;
  }

  .about_iwfkr .about_iwfkr_sect2 .inner {
    padding: 20px;
    flex-direction: column;
    width: 90%;
  }

  .about_iwfkr .about_iwfkr_sect2 .inner .box_img {
    text-align: center;
  }
  .about_iwfkr .about_iwfkr_sect2 .inner .box_img img {
    display: unset;
  }
  .about_iwfkr .about_iwfkr_sect2 .inner .box_text {
    padding: 50px 0 20px 0;
  }
  .about_iwfkr .about_iwfkr_sect2 .inner .box_text .title {
    font-size: 24px;
  }
  .about_iwfkr .about_iwfkr_sect2 .inner .box_text .text1 {
    font-size: 16px;
    text-align: justify;
  }
  .about_iwfkr .about_iwfkr_sect2 .inner .box_text .text1::before {
    left: -10px;
    top: -70px;
  }
  .about_iwfkr .about_iwfkr_sect2 .inner .box_text .text1::after {
    right: 0;
    bottom: -30px;
  }
  .about_iwfkr .sect3 {
    padding: 75px 0;
  }
  .about_iwfkr .sect3 .sect3_con .ppl_list ul {
    width: 45%;
  }
  .about_iwfkr .sect3 .sect3_con .ppl_list {
    flex-wrap: wrap;
  }
  .about_iwfkr_partner .intro_visual_img {
    height: auto;
  }
  .about_iwfkr_partner .section .sect1 {
    padding: 75px 0;
  }
  .about_iwfkr_partner .sect1 .text .text2 {
    font-size: 16px;
    line-height: 28px;
    padding: 0;
  }
  .about_iwfkr_partner .sect3 .sect3_con .partner_list ul {
    column-gap: 0px;
    row-gap: 20px;
    justify-content: space-between;
  }
  .about_iwfkr_partner .sect3 .sect3_con .partner_list ul li {
    width: 47%;
    height: 10rem;
  }
  .orga_img_box img {
    width: 100%;
  }
  #area_wrap.program_leadership .intro_visual_img {
    height: auto;
  }
  .program_leadership .section_wrap .sect1 {
    padding: 75px 0 50px 0;
  }
  .program_leadership .sect1 .text {
    font-size: 16px;
    line-height: 28px;
  }
  .program_leadership .sect2 .sect2_con li {
    width: 100%;
    height: auto;
    background-size: 100%;
    background-repeat: no-repeat;
    padding: 200px 0 0 0;
  }
  .program_leadership .sect2 .sect2_con .sect2_list_left {
    width: 100%;
    height: auto;
    padding: 0 0 0 70px;
  }
  .program_leadership .sect2 .sect2_con .sect2_list_left p {
    font-size: 16px;
  }
  .program_leadership .sect2 .sect2_con .sect2_list_left p.title {
    font-size: 20px;
    margin-top: 10px;
  }
  .program_leadership .sect2 .sect2_con .sect2_list_left p:last-child {
    margin-top: 20px;
  }
  .program_leadership .sect2 .sect2_con .sect2_list_right {
    width: 100%;
    height: auto;
    padding: 0 70px 0 0;
  }
  .program_leadership .sect2 .sect2_con .sect2_list_right p {
    font-size: 16px;
  }
  .program_leadership .sect2 .sect2_con .sect2_list_right p.title {
    font-size: 20px;
    margin-top: 10px;
  }
  .program_leadership .sect2 .sect2_con .sect2_list_right p:last-child {
    margin-top: 20px;
  }
  .program_leadership .sect3 .sect3_con .text {
    font-size: 28px;
  }
  .contact .intro_visual_img {
    height: auto;
  }
  .contact .sect_tit h3 {
    padding: 75px 0 0 0;
  }
  .contact_visual_text {
    padding: 85px 15px;
  }
  .contact .sect_tit p {
    font-size: 16px;
    line-height: 28px;
  }
  .contact .contact_wrap {
    flex-direction: column;
  }
  .contact .contact_info {
    width: 100%;
    padding: 20px 30px 60px 30px;
  }
  .contact .form_box {
    width: 100%;
    padding: 30px 10px 30px 10px;
  }
  .contact .form_box h2 {
    margin: 10px 0 20px 0;
  }
  .contact .form_box .form_group input {
    width: 90%;
  }
  .contact .form_box .form_group textarea {
    width: 90%;
  }
}
