/* 중동여성평화회의 */
.sub-content.mEast_content {
  width: 100%;
  box-sizing: border-box;
}

/* 슬라이드 버튼 스타일 */
.slide_next { 
  background-image: url(/assets/images/icon/slide_next.png); 
  right: auto; 
  left: 70px; 
}
.slide_prev { 
  background-image: url(/assets/images/icon/slide_prev.png); 
  left: 0; 
}
.slide_next, .slide_prev { 
  width: 60px; 
  height: 60px; 
  background-size: 60px; 
  margin-top: 0; 
  border-radius: 50%; 
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1); 
  transition: all 0.3s; 
  top: auto; 
  bottom: 25px; 
  margin-top: 0; 
}
.slide_next::after, .slide_prev::after { 
  display: none; 
}
.slide_next:hover { 
  background-image: url(/assets/images/icon/slide_next_a.png); 
}
.slide_prev:hover { 
  background-image: url(/assets/images/icon/slide_prev_a.png); 
}

/* 첫 번째 섹션 */
.mEast_cont1 {
  margin-bottom: 130px;
}

.mEast_cont1.w1300 {
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 20px;
  box-sizing: border-box;
}

.mEast_cont1 .imgBox {
  margin-bottom: 70px;
}

.mEast_cont1 .imgBox img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 8px;
}

.mEast_cont1 .contBox h4 {
  font-size: 35px;
  font-weight: 700;
  color: #146e79;
  line-height: 1.4;
  margin-bottom: 40px;
  word-break: keep-all;
}

.mEast_cont1 .contBox p {
  font-size: 18px;
  line-height: 1.8;
  margin-bottom: 40px;
  word-break: keep-all;
}

.mEast_cont1 .contBox p:last-child {
  margin-bottom: 0;
}

/* 두 번째 섹션 - 슬라이더 */
.mEast_cont2 {
  background-color: #f7f7f7;
  padding-top: 20px;
  padding-bottom: 20px;
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  box-sizing: border-box;
}

.mEast_cont2 .w1300 {
  max-width: 1300px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}

.mEast_cont2 .contBox {
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin: 0;
}

.mEast_cont2 .swiper {
  width: 100%;
  max-width: 100%;
  position: relative;
  padding-bottom: 50px;
  margin: 0;
  overflow: hidden;
}

.mEast_cont2 .swiper-wrapper {
  display: flex;
  align-items: stretch;
  position: relative;
  width: 100%;
}

.mEast_cont2 .swiper-slide,
.mEast_cont2 .east_slide {
  height: auto;
  min-height: 400px;
  box-sizing: border-box;
  flex-shrink: 0;
  width: 100%;
  position: relative;
  display: block;
}

/* 텍스트 영역은 고정 */
.mEast_cont2 .leftBox.titBox {
  position: relative;
  z-index: 2;
}

/* 이미지 영역만 페이드 효과 */
.mEast_cont2 .rightBox.imgBox {
  position: relative;
  width: 100%;
  height: 100%;
}

.mEast_cont2 .rightBox.imgBox img {
  opacity: 0;
  transition: opacity 0.6s ease-in-out;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.mEast_cont2 .rightBox.imgBox img.active {
  opacity: 1;
  position: relative;
  z-index: 1;
}

/* 슬라이더 콘텐츠 레이아웃 - 실제 구조 */
.mEast_cont2 .swiper-slide .flex,
.mEast_cont2 .east_slide .flex {
  display: flex;
  align-items: flex-start;
  gap: 40px;
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 20px 0 0 0;
  box-sizing: border-box;
}

/* Flexbox 유틸리티 */
.a_i_start {
  align-items: flex-start;
}

/* 왼쪽 텍스트 영역 */
.mEast_cont2 .leftBox.titBox.wp50 {
  width: 50%;
  flex: 0 0 50%;
  box-sizing: border-box;
  padding-right: 30px;
  padding-left: 0;
}

.mEast_cont2 .titleBox {
  padding-top: 10px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.mEast_cont2 .titleBox p {
  font-size: 18px;
  line-height: 1.8;
  color: #333;
  margin-bottom: 0;
  word-break: keep-all;
}

.mEast_cont2 .titleBox p.mt35 {
  margin-top: 35px;
}

.mEast_cont2 .titleBox p.mb35 {
  margin-bottom: 35px;
}

.mEast_cont2 .titleBox span {
  font-size: 20px;
  font-weight: 700;
  color: #000;
  display: block;
  text-align: center;
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #e0e0e0;
}

/* 오른쪽 이미지 영역 */
.mEast_cont2 .rightBox.imgBox.wp50 {
  width: 50%;
  flex: 0 0 50%;
  box-sizing: border-box;
  padding-left: 30px;
  padding-right: 0;
  position: relative;
  height: 500px;
  min-height: 500px;
  max-height: 500px;
  overflow: hidden;
}

.mEast_cont2 .rightBox.imgBox {
  width: 100%;
  height: 500px;
  position: relative;
}

.mEast_cont2 .rightBox.imgBox img {
  width: 100%;
  height: 100%;
  max-height: 500px;
  min-height: 500px;
  display: block;
  border-radius: 8px;
  object-fit: cover;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  top: 0;
  left: 0;
}

/* 유틸리티 클래스 */
.wp50 {
  width: 50%;
}

.black_0 {
  color: #000;
}

.pt10 {
  padding-top: 10px;
}

.mt35 {
  margin-top: 35px;
}

.mb35 {
  margin-bottom: 35px;
}

/* 슬라이더 버튼 위치 조정 - PC 가로 나란히 배치 */
.mEast_cont2 .swiper-button-next,
.mEast_cont2 .swiper-button-prev,
.mEast_cont2 .slide_next,
.mEast_cont2 .slide_prev {
  position: absolute;
  bottom: 90px;
  top: auto;
  width: 60px;
  height: 60px;
  margin-top: 0;
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  background-size: 60px;
  background-repeat: no-repeat;
  background-position: center;
  border: none;
  transition: all 0.3s ease;
}

.mEast_cont2 .swiper-button-next::after,
.mEast_cont2 .swiper-button-prev::after,
.mEast_cont2 .slide_next::after,
.mEast_cont2 .slide_prev::after {
  display: none;
}

.mEast_cont2 .east_next,
.mEast_cont2 .swiper-button-next.east_next {
  left: 80px;
  right: auto;
  background-image: url(/assets/images/icon/slide_next.png);
}

.mEast_cont2 .east_prev,
.mEast_cont2 .swiper-button-prev.east_prev {
  left: 0;
  right: auto;
  background-image: url(/assets/images/icon/slide_prev.png);
}

.mEast_cont2 .east_next:hover,
.mEast_cont2 .swiper-button-next.east_next:hover {
  background-image: url(/assets/images/icon/slide_next_a.png);
  transform: scale(1.05);
}

.mEast_cont2 .east_prev:hover,
.mEast_cont2 .swiper-button-prev.east_prev:hover {
  background-image: url(/assets/images/icon/slide_prev_a.png);
  transform: scale(1.05);
}

/* 세 번째 섹션 */
.mEast_cont3 {
  padding-top: 120px;
}

.mEast_cont3.w1300 {
  max-width: 1300px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
  box-sizing: border-box;
}

.mEast_cont3 .contBox {
  margin-bottom: 100px;
}

.mEast_cont3 .contBox:last-child {
  margin-bottom: 0;
}

.mEast_cont3 .contBox h4 {
  font-size: 35px;
  font-weight: 700;
  color: #333;
  margin-bottom: 30px;
  word-break: keep-all;
}

.mEast_cont3 .contBox p {
  font-size: 18px;
  line-height: 1.8;
  margin-bottom: 40px;
  word-break: keep-all;
}

.mEast_cont3 .contBox p:last-of-type {
  margin-bottom: 0;
}

.mEast_cont3 .contBox ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.mEast_cont3 .contBox ul li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 12px;
  font-size: 18px;
  line-height: 1.8;
}

.mEast_cont3 .contBox ul li:last-child {
  margin-bottom: 0;
}

.mEast_cont3 .contBox ul li.dotted::before {
  content: "";
  position: absolute;
  left: 0;
  top: 12px;
  width: 6px;
  height: 6px;
  background-color: #146e79;
  border-radius: 50%;
}

.mEast_cont3 .contBox ul li a {
  color: inherit;
  text-decoration: none;
  transition: color 0.3s ease;
}

.mEast_cont3 .contBox ul li a:hover {
  color: #146e79;
  text-decoration: underline;
}

/* 연혁 박스 */
.mEast_cont3 .history-box {
  position: relative;
}

.mEast_cont3 .history-wrap {
  position: relative;
}

.mEast_cont3 .history-wrap .h-line {
  position: absolute;
  left: 250px;
  top: 0;
  width: 1px;
  background: #ddd;
  height: 100%;
  z-index: 0;
}

.mEast_cont3 .history-list {
  margin-top: 60px;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
}

.mEast_cont3 .history-list .left {
  width: 250px;
  text-align: left;
  float: left;
  position: relative;
}

.mEast_cont3 .history-list .left .h-year {
  font-size: 25px;
  font-weight: 700;
  color: #146e79;
  font-family: "Poppins", sans-serif !important;
  margin: 0;
}

.mEast_cont3 .history-list .right {
  width: calc(100% - 250px);
  float: right;
  position: relative;
  padding-left: 50px;
}

.mEast_cont3 .history-list .right .h-circle {
  position: absolute;
  left: -12px;
  top: 5px;
  z-index: 2;
}

.mEast_cont3 .history-list .right .month {
  font-size: 16px;
  color: #555;
  line-height: 1.8;
}

.mEast_cont3 .history-list .right .month strong {
  display: block;
  font-family: "Poppins", sans-serif !important;
  font-weight: 600;
  color: #111;
  margin-bottom: 8px;
}

.mEast_cont3 .history-list .right .month span {
  display: block;
  font-weight: 400;
  color: #333;
  word-break: keep-all;
}

.mEast_cont3 .history-list .right .month span.margin_text {
  position: relative;
  left: 0;
}

.clear {
  clear: both;
}

/* 유틸리티 클래스 */
.fs35 {
  font-size: 35px;
}

.fs25 {
  font-size: 25px;
}

.fs18 {
  font-size: 18px;
}

.fw700 {
  font-weight: 700;
}

.main_color1 {
  color: #146e79;
}

.black_2 {
  color: #333;
}

.lh14 {
  line-height: 1.4;
}

.lh18 {
  line-height: 1.8;
}

.mb130 {
  margin-bottom: 130px;
}

.mb70 {
  margin-bottom: 70px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb30 {
  margin-bottom: 30px;
}

.pt100 {
  padding-top: 100px;
}

.pb100 {
  padding-bottom: 100px;
}

.pt120 {
  padding-top: 120px;
}

.pl50 {
  padding-left: 50px;
}

.poppins {
  font-family: "Poppins", sans-serif !important;
}

.relative {
  position: relative;
}

.dotted {
  position: relative;
}

/* 모바일 최적화 */
@media (max-width: 768px) {
  .sub-content.mEast_content {
    padding: 0;
  }

  .mEast_cont1 {
    margin-bottom: 60px;
  }

  .mEast_cont1.w1300 {
    padding: 0 15px;
  }

  .mEast_cont1 .imgBox {
    margin-bottom: 40px;
  }

  .mEast_cont1 .contBox h4 {
    font-size: 24px;
    line-height: 1.5;
    margin-bottom: 30px;
  }

  .mEast_cont1 .contBox p {
    font-size: 16px;
    line-height: 1.7;
    margin-bottom: 30px;
  }

  .mEast_cont2 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .mEast_cont2 .w1300 {
    padding: 0 15px;
    max-width: 100%;
  }

  .mEast_cont2 .swiper {
    padding-bottom: 80px;
  }

  .mEast_cont2 .swiper-slide,
  .mEast_cont2 .east_slide {
    min-height: auto;
  }

  .mEast_cont2 .swiper-slide .flex,
  .mEast_cont2 .east_slide .flex {
    flex-direction: column;
    gap: 30px;
    padding: 30px 0;
    max-width: 100%;
  }

  .mEast_cont2 .leftBox.titBox.wp50,
  .mEast_cont2 .rightBox.imgBox.wp50 {
    width: 100%;
    flex: 1;
    padding-left: 0;
    padding-right: 0;
  }

  .mEast_cont2 .leftBox.titBox {
    order: 2;
  }

  .mEast_cont2 .rightBox.imgBox {
    order: 1;
  }

  .mEast_cont2 .rightBox.imgBox.wp50 {
    height: auto;
    min-height: 300px;
    max-height: none;
  }

  .mEast_cont2 .rightBox.imgBox {
    height: auto;
    min-height: 300px;
  }

  .mEast_cont2 .rightBox.imgBox img {
    height: auto;
    max-height: 400px;
    min-height: auto;
  }

  .mEast_cont2 .titleBox p {
    font-size: 16px;
    line-height: 1.7;
  }

  .mEast_cont2 .titleBox p.mt35 {
    margin-top: 25px;
  }

  .mEast_cont2 .titleBox p.mb35 {
    margin-bottom: 25px;
  }

  .mEast_cont2 .titleBox span {
    font-size: 16px;
    margin-top: 20px;
    padding-top: 15px;
  }

  .wp50 {
    width: 100%;
  }

  .mEast_cont2 .swiper-button-next,
  .mEast_cont2 .swiper-button-prev,
  .mEast_cont2 .slide_next,
  .mEast_cont2 .slide_prev {
    width: 50px;
    height: 50px;
    background-size: 50px;
    bottom: 15px;
    align-items: center !important;
  }

  .mEast_cont2 .east_next,
  .mEast_cont2 .swiper-button-next.east_next {
    left: 60px;
  }

  .mEast_cont2 .east_prev,
  .mEast_cont2 .swiper-button-prev.east_prev {
    left: 0;
  }

  .mEast_cont3 {
    padding-top: 60px;
  }

  .mEast_cont3.w1300 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .mEast_cont3 .contBox {
    margin-bottom: 60px;
  }

  .mEast_cont3 .contBox h4 {
    font-size: 24px;
    margin-bottom: 20px;
  }

  .mEast_cont3 .contBox p {
    font-size: 16px;
    line-height: 1.7;
    margin-bottom: 30px;
  }

  .mEast_cont3 .contBox ul li {
    font-size: 16px;
    line-height: 1.7;
    margin-bottom: 10px;
  }

  /* 연혁 모바일 */
  .mEast_cont3 .history-wrap .h-line {
    display: none;
  }

  .mEast_cont3 .history-list {
    margin-top: 40px;
  }

  .mEast_cont3 .history-list .left {
    width: 100%;
    float: none;
    margin-bottom: 20px;
  }

  .mEast_cont3 .history-list .left .h-year {
    font-size: 20px;
    padding-bottom: 10px;
    border-bottom: 2px solid #146e79;
    display: inline-block;
  }

  .mEast_cont3 .history-list .right {
    width: 100%;
    float: none;
    padding-left: 0;
  }

  .mEast_cont3 .history-list .right .h-circle {
    position: relative;
    left: auto;
    top: auto;
    display: inline-block;
    margin-bottom: 15px;
    margin-right: 10px;
    vertical-align: top;
  }

  .mEast_cont3 .history-list .right .month {
    font-size: 14px;
    display: inline-block;
    width: calc(100% - 50px);
    vertical-align: top;
  }

  .mEast_cont3 .history-list .right .month strong {
    margin-bottom: 6px;
  }

  /* 유틸리티 클래스 모바일 */
  .fs35 {
    font-size: 24px;
  }

  .fs25 {
    font-size: 20px;
  }

  .fs18 {
    font-size: 16px;
  }

  .mb130 {
    margin-bottom: 60px;
  }

  .mb70 {
    margin-bottom: 40px;
  }

  .mb40 {
    margin-bottom: 30px;
  }

  .mb30 {
    margin-bottom: 20px;
  }

  .pt100 {
    padding-top: 60px;
  }

  .pb100 {
    padding-bottom: 60px;
  }

  .pt120 {
    padding-top: 60px;
  }

  .pl50 {
    padding-left: 0;
  }
}

@media (max-width: 480px) {
  .mEast_cont1.w1300 {
    padding: 0 10px;
  }

  .mEast_cont1 {
    margin-bottom: 40px;
  }

  .mEast_cont1 .imgBox {
    margin-bottom: 30px;
  }

  .mEast_cont1 .contBox h4 {
    font-size: 20px;
    line-height: 1.5;
    margin-bottom: 20px;
  }

  .mEast_cont1 .contBox p {
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 20px;
  }

  .mEast_cont2 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .mEast_cont2 .w1300 {
    padding: 0 10px;
  }

  .mEast_cont2 .swiper {
    padding-bottom: 60px;
  }

  .mEast_cont2 .swiper {
    padding-bottom: 70px;
  }

  .mEast_cont2 .swiper-slide .flex,
  .mEast_cont2 .east_slide .flex {
    gap: 25px;
    padding: 20px 0;
  }

  .mEast_cont2 .rightBox.imgBox img {
    max-height: 300px;
  }

  .mEast_cont2 .swiper-button-next,
  .mEast_cont2 .swiper-button-prev,
  .mEast_cont2 .slide_next,
  .mEast_cont2 .slide_prev {
    width: 40px;
    height: 40px;
    background-size: 40px;
    bottom: 10px;
  }

  .mEast_cont2 .east_next,
  .mEast_cont2 .swiper-button-next.east_next {
    left: 50px;
  }

  .mEast_cont2 .east_prev,
  .mEast_cont2 .swiper-button-prev.east_prev {
    left: 0;
  }

  .mEast_cont2 .titleBox p {
    font-size: 14px;
    line-height: 1.6;
  }

  .mEast_cont2 .titleBox p.mt35 {
    margin-top: 20px;
  }

  .mEast_cont2 .titleBox p.mb35 {
    margin-bottom: 20px;
  }

  .mEast_cont2 .titleBox span {
    font-size: 14px;
    margin-top: 15px;
    padding-top: 12px;
  }

  .slide_next, .slide_prev {
    width: 40px;
    height: 40px;
    background-size: 40px;
    bottom: 15px;
  }

  .mEast_cont2 .east_next {
    left: 50px;
  }

  .mEast_cont2 .east_prev {
    left: 0;
  }

  .mEast_cont3 {
    padding-top: 40px;
  }

  .mEast_cont3.w1300 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .mEast_cont3 .contBox {
    margin-bottom: 40px;
  }

  .mEast_cont3 .contBox h4 {
    font-size: 20px;
    margin-bottom: 15px;
  }

  .mEast_cont3 .contBox p {
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 20px;
  }

  .mEast_cont3 .contBox ul li {
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 8px;
    padding-left: 18px;
  }

  .mEast_cont3 .contBox ul li.dotted::before {
    width: 5px;
    height: 5px;
    top: 8px;
  }

  .mEast_cont3 .history-list {
    margin-top: 30px;
  }

  .mEast_cont3 .history-list .left .h-year {
    font-size: 18px;
  }

  .mEast_cont3 .history-list .right .month {
    font-size: 13px;
    width: calc(100% - 45px);
  }

  /* 유틸리티 클래스 모바일 */
  .fs35 {
    font-size: 20px;
  }

  .fs25 {
    font-size: 18px;
  }

  .fs18 {
    font-size: 14px;
  }

  .mb130 {
    margin-bottom: 40px;
  }

  .mb70 {
    margin-bottom: 30px;
  }

  .mb40 {
    margin-bottom: 20px;
  }

  .mb30 {
    margin-bottom: 15px;
  }

  .pt100 {
    padding-top: 40px;
  }

  .pb100 {
    padding-bottom: 40px;
  }

  .pt120 {
    padding-top: 40px;
  }
}