/*
filename : layout.css
*/

/* ========== product main ========== */

.prd_item .et_pb_image_wrap {
  width: var(--col-w-3) !important;
}

/* 울트라 와이드 */
@media (min-width: 1600px) {
  .prd_item .et_pb_image_wrap {
    width: var(--col-w-3) !important;
  }
}

#et-boc .et_pb_row,
#et-boc .et_pb_row:hover,
.fixed-row,
.fixed-row:hover {
  width: var(--col-w-1) !important;
}

.sec_apro_footer .wrap_copyright.et_pb_text {
  width: 100% !important;
}

/* 모바일 */
@media (max-width: 767px) {
  .sec_apro_footer .tit_footer_info.et_pb_text {
    width: 44px !important;
    min-width: 44px !important;
  }

  .sec_apro_footer .wrap_copyright.et_pb_text {
    width: 100% !important;
  }
}

.et_pb_section .row_4col .col_4.et_pb_column {
  display: flex !important;
  margin-bottom: 0 !important;
  gap: 20px;
}

/* 모바일 */
@media (max-width: 767px) {
  .et_pb_section .row_4col .col_4.et_pb_column {
    gap: 0 !important;
  }
}
