@charset "UTF-8";

.custom_logo {
  max-width: 200px;
  max-height: 50px;
}
.custom_scroll {
  -webkit-overflow-scrolling: touch;
}
.mouseCursor {
  display: none;
}
.m_br{
  display: none;
}
.section-title .sub-title .line-1.custom_line_bar::after {
   background-color: var(--theme);
}
.section-title .sub-title .line-2.custom_line_bar::after {
  background-color: var(--theme);
}

.custom_bg_keytop {
  background-image: url('/content/evenza/img/main_bg_2.png');
}
.custom_logo_img .custom_logo {
  display: block;
  max-width: 200px;
  max-height: 50px;
}
.custom_logo_img .custom_logo img {
  max-width: 200px;
  height: 40px;
}


/* 네비바 */
.header-1.padding_15 .header-main {
    padding: 15px 0 !important;
    justify-content: space-between;
    line-height: 1;
}
.mean-nav ul li {
    flex-grow: 1;   
    display: flex;
    justify-content: center;
}
.mean-container .mean-nav ul li a.mean-expand{
  right: 5px;
  top: 3px;
}
.header-main .main-menu .custom_m_menu ul li {
  margin-inline-end:40px;
}



#mobile-menu.custom_m_menu {
  display: block;
}
.header-main .main-menu .custom_m_menu ul li a {
  font-size: 15px;
}

.custom_center_area {
  display: grid !important;
  place-items: center;
}



.custom_center_area .hero-image img {
   display: none;
}
.custom_center_area .hero-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding-top: 120px;
    padding-bottom: 80px;
}



.custom_center_area.year-area {
  justify-content: center;
  display: grid;
}
.custom_center_area .noimg {
  display: none;
}
.custom_center_area .noimg img {
  display: none;
}
.about-wrapper .custom_center_area {
    display: grid !important;
    place-items: center;
    width: 100%;
}
.about-wrapper .custom_center_area .custom_noimg {display: none;}
.about-wrapper .custom_center_area .custom_noimg .about-image1.noimg img  {
  display: none;
}
.about-wrapper .custom_center_area .custom_noimg .about-image1.noimg::before {
  display: none;
}
.about-wrapper .custom_center_area .custom_txt_100 {
      text-align: center;
      justify-content: center;
      align-items: center;
      display: flex;
      width: 100%;

}
.about-wrapper .custom_center_area .custom_txt_100 .line-1.custom_line {
  display: inline;
}

.custom_center_item {
  display: flex;
  justify-content: center;
  row-gap: 20px;
  padding-bottom: 20px;
}
.custom_center_item:last-child {
  padding-bottom: 0;
}

.custom_noimng {
  display: none;
}


.custom_center_item .details-content.custom_center_ex {
  display: flex;
  justify-content: center;
}








/* 키비주얼 텍스트 영역 */
.custom_header_main_center {
    vertical-align: middle;
    justify-content: center;
    align-items: center;
}
.hero-1 .hero-content .custom_div_tit {
  max-width: 100%;
}
.hero-1 .hero-content .custom_div_tit > p {
  line-height: 1.5;
  font-size: 22px;
}

.hero-1 .hero-content h2.custom_font_size_40 {
    font-size: 40px !important;
    margin-bottom: 20px;
}
/* .year-content.custom_margin_top_50 {
    margin-top: 50px !important;
} */
.hero-1.custom_letter .hero-content h2 {
    letter-spacing: -1px !important;
}

.hero-1.custom_main_bg::before {
    position: relative;
    background-color: none !important;
}
/* .hero-1.custom_letter_spacing .hero-content h2 {
  letter-spacing: -1px !important;
  font-size: 40px;
} */

/* .hero-1 .hero-content .custom_hero_h2 > p > span{
  font-size: 40px;
} */
.line-1.custom_line {
  display: none;
}
.hero-1 .hero-content h2.custom_hero_h2 {
  font-size: 40px;
  line-height: 1.4;
  letter-spacing: -1px;
  margin-bottom: 30px;
}
.hero-1 .hero-content h1.custom_h1_tit {
    font-size: 90px;
}
.hero-1 .hero-content h1.custom_h1_tit > p {
    font-size: 100px;
    letter-spacing: -2px;
    line-height: 1.1;
}
.hero-1 .hero-content .year-area .year-content.custom_div_tit{
  line-height: 1.5;
  font-size: 22px;
}

/* 키비주얼 애니메이션 */
.custom-floaty {
    display: inline-block;
    animation: custom-floaty 3.2s ease-in-out infinite;
    will-change: transform;
    top: 0;
}

@keyframes custom-floaty {
    0% {
      transform: translate3d(0, 0, 0) rotate(0deg) scale(1);
    }

    50% {
      transform: translate3d(0, -14px, 0) rotate(1.2deg) scale(1.01);
    }

    100% {
      transform: translate3d(0, 0, 0) rotate(0deg) scale(1);
    }
}

.about-content content .text-uppercase {
    margin-bottom: 30px;
}

.hero-1.custom_hero_1_wrap {
  padding: 210px 50px 80px;
}

/* 프로그램 */
.program_photo_wrap {
    display: flex;
    column-gap: 20px;  
    flex-wrap: wrap;
    row-gap: 20px;
    width: 100%;
    max-width: 1000px;
    margin-top: 15px;
}
.program_photo_wrap .program_photo_img {
    width: 45px;
    height: 45px;
    border-radius: 50px;
    object-position: top;
    object-fit: cover;
    border: 2px solid #ececec;
}
.program_photo_wrap .program_photo_img:hover {
    border: 2px solid #cc1d1d;
}

.program_photo_img {
    cursor: pointer;
}

.date-text.custom_flex_direction_column {
    flex-direction: column !important;
    align-items: flex-start !important;
}

.custom_time_line {
    display: flex;
    column-gap: 10px;
    align-items: center;
}

.custom_person_wrap {
    display: flex;
    column-gap: 10px;
    color: #000;
    align-items: center;
    line-height: 1.5;
}
.custom_person_info {
    display: flex;
    flex-direction: column;
    row-gap: 5px;
}
.custom_person_name {
    font-size: 17px;
    font-weight: 600;
    line-height: 1;
}
.custom_person_job {
    font-size: 14px;
    line-height: 1;
}
.sub_tit {
    color: #333;
    font-weight: 500;
}
.custom_time_icon {
    height: 18px;
}
.event-signle-list-items .event-left-items .date-text.custom_gap_10 {
    gap: 10px;
}
.custom_toggle_plus {
  font-size: 25px;
  font-weight: 500;
  color: #999;
  margin-left: 5px;
}
.custom_program_cont {
  position: relative;
  /* max-width: 75%; */
  /* width: 100%; */
  max-width: 1000px;
}
.custom_toggle_plus:hover {
   color: var(--theme);
   background-color: #F5F7FA;
}
.custom_toggle_area {
  display: none; 
  margin: 20px 0;
  color: #788094;
}
.custom_program_txt {
  margin-bottom: 20px;
}
.custom_pro_title {
  max-width: 85%;
  font-size: 42px;
}
.custom_sec_title {
  font-size: 42px;
}
.custom_special_sub {
  font-weight: 500;
  font-size: 16px;
  color: var(--theme);
  line-height: 1.4;
  margin-right: 5px;
}
.section-title-area.custom_tit_cener {
  margin-bottom: 0;
  padding-bottom: 30px;
}
.section-title-area.custom_tit_cener .section-title-area .section-title {
  margin-bottom: 30px;
}
.section-title-area.custom_tit_cener .nav {
  margin-bottom: 30px;
}

/* 프로그램 모달창 */
.modal_program {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border: 1px solid #000;
  background: rgba(0, 0, 0, .9);
  z-index: 100000;
  transition: all .5s ease;
}

/* 모달 컨텐츠 박스 */
.modal_wrap_inner {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  max-width: 740px;
  padding: 40px 40px;
  background: rgba(0, 0, 0, .9);
}
.custom_popup_profile {
  margin-top: 30px;
  max-height: 350px;
  padding-right: 20px;
  overflow-y: scroll;
  color: #b3b3b3;
}


/* 닫기 버튼 위치 */
.closes {
    position: absolute;
    top: 2%;
    right: 15px;
    color: rgb(177, 177, 177);
    font-size: 30px;
    font-weight: 500;
    cursor: pointer;
    z-index: 9;
}

/* 이미지 크기 제한 */
.modal_content {
    display: block;
    width: 100%;
    max-width: 500px;
    border-radius: 10px;
    max-width: 100%;
    height: auto;
    max-height: 500px;
    object-fit: contain;
    margin-bottom: 15px;
}
.modal_cont_info {

}

.popup_inner_name {
    font-size: 22px;
    font-weight: 600;
}
.popup_inner_job {
    font-size: 18px;
    color: #a6a6a6;
}

/* 개요 */
.custom_event_sub {
  min-height: 60px;
}


/* 등록 */
.pricing-box-items.custom_register {
   min-height: 430px;
}
.custom_price_section {
  display: flex;
   /* flex-direction: column; */
   column-gap: 20px;
   align-items: center;
}
.pricing-box-items .pricing-header .custom_discount_number {
  font-size: 20px;
  color: #a8a8a8;
  text-decoration: line-through;
}
.pricing-box-items .pricing-header h2.custom_price_number {
  font-size: 30px;
}

/* 연사소개 */
.custom_team_text {
    font-size: 17px;
    line-height: 1.3;
    font-weight: 500;
    color: #a6a6a6;
}
.container.custom_container_gap .team-wraper {
  margin-top: 30px;
}
.swiper-pagination-bullet-active {
    background-color: #cc1d1d !important;
}
.swiper-pagination-bullet-active.custom-pink-bullet {
    background-color: #cc1d1d !important;
}

.team-wraper .team-right-items .team-thumb-box img:first-child {
    position: absolute !important; 
    left: 0!important; 
    top: 0!important; 
    right: 0!important; 
    bottom: 0!important; 
    z-index: 1!important; 
    -webkit-transform: translateX(0%) scaleX(1) !important; 
    transform: translate(0%) scaleX(1) !important;
    opacity: 1 !important; ; 
    -webkit-filter: blur(0px) !important; 
    filter: blur(0px) !important; 
}
.custom_team_profile {
  object-fit: cover;
  object-position: top;
}

/* 연사소개 모달창 */
.modal-body img {
  width: 100%;
  height: 70%;
  border-radius: 10px;
  object-fit: cover;
  margin-bottom: 35px;
}

.modal-body h2 { margin: 10px 0 5px; font-size: 24px; }
.modal-body .position { color: #007bff; font-weight: bold; font-size: 30px;}
.modal-body hr { border: 0.5px solid #eee; margin: 20px 0; }
.modal_body_info {
  display: flex; flex-direction: column; row-gap: 20px;
}
.description {
    font-size: 16px; color: #a6a6a6;
    line-height: 1.5;
} 

.myTeamSwiper {
    width: 100%;
    height: auto;
    /* padding: 50px 0; */
}
.myTeamSwiper .swiper-wrapper { /* 8개를 2줄로 배치하기 위한 핵심 스타일 */
    display: flex;
    flex-wrap: wrap; /* 2줄 배치를 위해 wrap 허용 */
    flex-direction: row;
    /* column-gap: 20px; */
}
.myTeamSwiper .swiper-slide {
    width: calc(25% - 20px); /* 4개씩 배치 (간격 고려) */
    margin-bottom: 30px;
    height: auto;
    border-radius: 30px;
}
.swiper-button-next, .swiper-button-prev { /* 화살표 아이콘 크기 및 색상 변경 */
    color: #333; 
    background: #fff;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}
.swiper-button-next:after, .swiper-button-prev:after { /* 화살표 아이콘 크기 조절 */
    font-size: 18px;
    font-weight: bold;
}
.swiper-button-prev { left: 0px; } /* 버튼 위치 조정 (컨테이너 양 끝) */
.swiper-button-next { right: 0px; }

.swiper-button-next:hover, .swiper-button-prev:hover { /* 마우스 호버 효과 */
    background: #000;
    color: #fff;
    transition: 0.3s;
}

button:hover {
  background-color: #e68a00; /* 호버 시 색상 변경 */
}




.modal { /* 연사 전체 모달 스타일 */
    display: none;
    position: fixed;
    z-index: 999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0 0 0 / 83%);
    backdrop-filter:blur(5px);
}

.modal-content { /* 연사 모달 내용 스타일 - 화면 중앙 배치 */
    background-color: #000;
    padding: 20px;
    border-radius: 2px; /* 둥근 모서리 */
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.2), 0 3px 10px 0 rgba(0,0,0,0.19); /* 그림자 효과 */
    width: 100%; /* 또는 적절한 너비 */
    max-width: 800px; /* 최대 너비 설정 */
    height: 800px;
  
  /* 중앙 배치를 위한 스타일 */
    position: absolute;
    top: 37%;
    left: 50%;
    transform: translate(-50%, -40%);
    transition: all 1s ease-in-out;
    height: 50vh;
}

.close-button { /* 연사 닫기 버튼 스타일 */
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close-button:hover,
.close-button:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

.swiper-button-next,.swiper-button-prev.custom_prev { /* 연사 좌우 페이지 버튼 */
  top: var(--swiper-navigation-top-offset,0%);
  width: calc(var(--swiper-navigation-size)/ 25 * 25) !important;
}
.swiper-button-next:after,.swiper-button-prev.custom_prev:after {
  font-size: 20px !important;
}
.swiper-button-next,.swiper-rtl .swiper-button-prev.custom_prev {
  transform: translate(150%, 755%); 
}

.swiper-button-prev,.swiper-button-next.custom_next {
  top: var(--swiper-navigation-top-offset,0%);
  width: calc(var(--swiper-navigation-size)/ 25 * 25) !important;
  border: 1px solid #d3d3d3;
}
.swiper-button-prev:after,.swiper-button-next.cuscustom_nexttom_prev:after {
  font-size: 20px !important;
}
.swiper-button-prev,.swiper-rtl .swiper-button-next.custom_next {
  transform: translate(-150%, 755%); 
}


.swiper-pagination.cc {
  position: absolute !important;
  bottom: -7px !important;
}
.custom_swiper_btnwrap {
  position: relative; width: 100%; z-index: 1;
}

/* 커스텀 연사 */
.team-thumb-box.custom_photo_wrap {
  display: flex;
  column-gap: 20px;
  max-height: 330px;
  
}
.custom_photo_left {
  flex-shrink: 0;
  width: 100%;
  max-width: 232px;
  height: auto;
}
.team-wraper .team-right-items .team-thumb-box .custom_photo_img {
  width: 100%;
  height: 330px;
  transition: transform 0.3s ease;
  max-width: 232px;
  cursor: pointer;
  transform: scale(1.05);
  border: 1px solid #eeeeee;
  overflow: hidden;
}
.custom_photo_right {
  max-width: 150px;
  width: 100%;
  color: rgb(255, 255, 255);
  padding-top: 30px;
  line-height: 1.4;
}
.custom_photo_right .line-2::before {
  position: absolute;
  bottom: 5px;
  right: 0;
  content: "";
  width: 30px;
  height: 1px;
  background-color: var(--theme);
}
.custom_photo_name {
  color:#000;
  font-size: 22px;
  font-weight: 500;
}
.custom_photo_job {
  color:#a6a6a6;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2;
}
.custom_photo_line_wrap {
  position: relative; width: 100%; padding: 25px 0;
}
.custom_photo_line_top {
  position: absolute;
  top: 46%;
  left: 0px;
  content: "";
  width: 20px;
  height: 1px;
  background-color: var(--theme);
}
.custom_photo_line_bottom{
  position: absolute;
  top: 54%;
  left: 0;
  content: "";
  width: 30px;
  height: 1px;
  background-color: var(--theme);
}



/* 포럼뉴스 */
.news-box-items .news-thumb.custom_news_box {
   min-height: 200px;
}
.news-box-items .news-thumb.custom_news_box img {
  min-height: 200px;
}
.news-box-items:hover .news-thumb.custom_height_270 img :first-child {
    max-height: 270px;
}
.news-box-items .news-thumb img.custom_height_270 {
    max-height: 270px;
}
.news-box-items .news-content .custom_col_sm_tit {
   font-size: 20px;
   display: flex !important;
    flex-direction: column;
}
.custom_col_sm_tit {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  position: relative;
}

/* 메인 타이틀 */
/* .section-title .sub-title .line-1.line_color_000::after {
  position: absolute;
  bottom: 10px;
  left: 0;
  content: "";
  width: 20px;
  height: 1px;
  background-color: #000;
} */
/* .section-title .sub-title .line-2.line_color_000::after {
    background-color: #000 !important;
} */

/* 파트너 */
.custom_partner_subtit {
    text-align: center;
    vertical-align: middle;
    justify-content: center;
    align-items: center;
    display: flex;
    width: 100%;
}
.brand-box .brand-img-1 .custom_logo_box {
    max-width: 70%;
    height: auto;
}

/* 문의하기 */
.custom_inquire{
    display: flex;
    gap: 10px;
    line-height: 1;
    padding: 20px 20px;
    width: 100%;
    text-transform: capitalize;
    color: var(--header);
    border-radius: 100px;
    border: 1px solid rgb(216, 221, 225);
    background: var(--white);
}
.custom_inquire_tit{
    color: var(--theme);
    font-weight: 600;
}

/* Footer */
.footer-section.bg_000::before {
    background: #000;
    opacity: 0.8;
}
.custom_bg_footer {
    background-image: url('/content/evenza/img/footer-bg.jpg');
}
.footer-logo .custom_logo {
  filter: invert(100%) saturate(0%) brightness(200%);
}

/* sns */
.footer-wrappper .footer-widget-items .footer-content .social-icon .custom_sns_icon_wrap{
  display: flex;
  justify-content: center;
  align-items: center;
}
.custom_sns_icon {
  width: 20px;
  height: 20px;
}
.custom_inquire_wrap {
  margin-top: 50px;
}



@media (max-width: 1399px) {
  .header-1 .header-left.custom_center {
      gap: 60px;
  }
  .custom_logo_img .custom_logo {
    max-width: 160px;
  }
  .hero-1 .container.custom_container_topgap {
      padding: 0 60px 80px;
  }
  .header-main .main-menu .custom_m_menu ul li {
    margin-inline-end: 30px;
  }
  .custom_photo_right {
    max-width: 170px;
  }
  .custom_photo_left {
    max-width: 210px;
    height: 299px;
  }
  .team-wraper .team-right-items .team-thumb-box .custom_photo_img {
     max-width: 210px;
     height: 299px;
  }
  .team-thumb-box.custom_photo_wrap {
    padding-right: 30px;
  }
  .team-wraper .team-right-items .team-thumb-box {
    height: 300px;
  }
  .swiper-button-next, .swiper-rtl .swiper-button-prev.custom_prev {
    transform: translate(90%, 700%);
  }
  .swiper-button-prev, .swiper-rtl .swiper-button-next.custom_next {
    transform: translate(-130%, 700%);
  }
  
}


@media (max-width: 1199px) {

  .hero-1 .hero-content h1.custom_h1_tit {
     font-size: 70px;
     line-height: 1;
  }
  
  .swiper-button-prev, .swiper-button-next.custom_next {
      display: none;
  }
  .swiper-button-next, .swiper-button-prev.custom_prev {
      display: none;
  }
  
  /* .custom_photo_right {
    max-width: 80%;
  } */

  .team-thumb-box.custom_photo_wrap {
    padding-right: 0;
  }

}

/* 모바일 대응 */
@media (max-width: 992px) {
  .myTeamSwiper .swiper-slide {
      width: calc(50% - 20px); /* 모바일은 2개씩 4줄 */
  }
  .custom_pro_title {
    max-width: 100%;
  }
  /* .myTeamSwiper .swiper-wrapper {
    column-gap: 20px;
  } */

  .custom_photo_left {
    max-width: 180px;
  }
  .team-wraper .team-right-items .team-thumb-box .custom_photo_img {
    max-width: 180px;
    height: 256px;
  }
  .custom_photo_right {
    margin-top: -15px;
    max-width: 120px;
  }
  .custom_photo_name {
    font-size: 20px;
  }
  .custom_photo_line_wrap {
    padding: 25px 0;
  }
  .custom_photo_job {
    font-size: 16px;
  }
  .team-thumb-box.custom_photo_wrap {
    max-height: 256px;
  }

}

@media (max-width: 991px) {

  .hero-1.custom_main_bg {
      padding: 150px 50px 80px;
  }
  .hero-1 .hero-image img {
      display: none !important;
  }
  .hero-1.custom_letter_spacing .hero-content h2 {
      font-size: 30px;
      line-height: 1.3;
  }

  .modal_wrap_inner {
     top: 50%;
  }

  .custom_center_area .hero-content {
     padding: 0;
  }

  .custom_inquire {
    font-size: 13px;
    line-height: 1.5;
  }

  .news-box-items .news-thumb.custom_news_box {
    height: 260px;
  }
  /* .myTeamSwiper .swiper-wrapper {
    column-gap: 0px;
  } */

}

@media (max-width: 767px) {
  br {
    display: block !important;
  }
  .custom_center_item .details-content.custom_center_ex {
    margin-top: 0;
  }
  .event-signle-list-items .event-left-items .date-text.custom_gap_10.md_w100p {width: 100%;}
  .hero-1.custom_main_bg {padding:150px 0 80px;}
    .custom_logo {
      width: 150px;
    }
    .section-title .sub-title.md_font_20 {
      font-size: 20px;
    }

    .popup_inner_name {
      font-size: 18px;
    }
    .popup_inner_job {
      font-size: 15px;
    }

    /* .fadeInUp.btn_center {
      width: 100% !important;
    } */
    .md_font_22 {
      font-size: 22px !important;
    }
    .hero-1.custom_letter_spacing .hero-content h2 {
      font-size: 24px;
    }

    .hero-1 .hero-content h1.custom_h1_tit > p {
      font-size: 70px;
      margin-bottom: 30px;
    }

    .line-1.custom_line {
      display: inline;
    }
    .section-title-area.custom_tit_cener {
      text-align: center;
      justify-content: center;
      align-items: center;
      display: flex;
      width: 100%;
    }
    .section-title.custom_tit_cener {
      text-align: center;
      justify-content: center;
      align-items: center;
      display: flex;
      width: 100%;
    }

    .header-1 .header-left.custom_center {
      gap: 0;
    }

    /* 등록 */
    .pricing-box-items .custom_price_number {
        font-size: 34px;
    }
    .list-items .custom_registration_txt {
      font-size: 15px !important;
      font-weight: 500;
    }
    .pricing-box-items.custom_register {
      height: auto;
      min-height: 300px;
    }

    .team-thumb-box.custom_photo_wrap {
        width: 350px;
        margin: 0 auto;
    }
    .custom_popup_profile {
      overflow-y: scroll;
      height: 200px;
      padding-right: 20px;
      font-size: 15px;
    }

    .container.custom_container_gap {
      padding: 0 40px;
    }
    .custom_photo_right {
      max-width: 150px;
    }

    .closes {
      top: 1%;
      right: 7px;
    }
    .news-box-items .news-thumb.custom_news_box {
      height: 220px;
    }

    .section-padding.custom_section_padding {
      padding: 60px 0;
    }

    .event-section-3 .section-title-area.custom_tit_cener  .nav .nav-item .nav-link {
      font-size: 17px;
      padding: 20px;
    }
}

@media (max-width: 470px) {
    .m_br{
      display:block !important;
    }

    .hero-1 .hero-content h1.custom_h1_tit > p {
      font-size: 50px;
      line-height: 1.2;
      margin-bottom: 30px;
    }
    .container.custom_container_topgap {
      padding: 0 25px;
    }
    .container.custom_container_gap {
      padding: 0 30px;
    }

    .hero-1.custom_letter_spacing .hero-content h2 {
       font-weight: 500;
    }
    .hero-1 .hero-content .year-area .year-content.custom_div_tit {
      font-size: 18px;
    }

    .custom_col_sm_tit {
       font-size: 20px !important;
    }

    .sec_title {
       font-size: 24px;
    }

    .custom_map_txt {
       font-size: 15px;
    }

    .team-thumb-box.custom_photo_wrap {
      border-radius: 20px;
      overflow: hidden;
    }
    .custom_photo_left {
      max-width: 130px;
      max-height: 158px;
    }
    .team-wraper .team-right-items .team-thumb-box .custom_photo_img {
      max-width: 130px;
    }

    .custom_photo_right {
      padding-top: 20px;
      max-width: 130px;
    }
    .custom_photo_line_wrap {
      padding: 20px 0;
    }
    .custom_photo_name {
      font-size: 18px;
    }
    .custom_photo_job {
      font-size: 15px;
    }
    .myTeamSwiper:first-child .swiper-slide {
      margin-top: 0;
      padding-bottom: 10px;
    }
    .team-wraper .team-right-items .team-thumb-box.custom_photo_wrap {
      margin-bottom: 25px;
      height: 212px;
    }
    .team-thumb-box .custom_photo_left .custom_photo_img {
      height: 212px
    }
    .myTeamSwiper .swiper-slide {
      margin-bottom: 0;
    }

    .team-wraper .team-right-items .team-thumb-box .custom_photo_img {
      width: 150px;
      height: 213px;
    }

    .team-thumb-box.custom_photo_wrap {
      width: 320px;
    }
    .hero-1.custom_main_bg {
      padding: 120px 0 50px;
    }
    .contact-form-box {
      padding: 28px 10px;
    }
    
    .section-padding.custom_section_padding {
      padding: 50px 0;
    }

    .custom_center_item .feature-box-items {
       margin-top: 0;
       display: flex;
       justify-content: left;
       align-items: center;
       column-gap: 20px;
       padding: 30px;
    }
    .custom_center_item .feature-box-items .icon {
      display: flex;
      padding: 10px;
      margin: 0;
    }
    .custom_center_item .feature-box-items.feature-box-items .content {
      margin-top: 0;
      text-align: left;
    }
    .custom_center_item .feature-box-items.feature-box-items .content h4 {
      font-size: 18px;
    }
    .custom_event_sub {
      font-size: 15px;
      line-height: 1.5;
    }
    .modal_content {
      max-height: 230px;
    }

}
















