@charset "UTF-8";
/* before-after-common */
/* absolute-center */
/* transition */
/* font-size */
/* margin */
/* ----------------------------------------------- */
/* 일문 메인페이지 추가css
/* ----------------------------------------------- */
body {
  font-family: "", sans-serif;
}

.rnd_section .rnd_flex .rnd_list ul li {
  width: calc(50% - 10px);
  margin-right: 20px;
}
.rnd_section .rnd_flex .rnd_list ul li:nth-child(even) {
  margin-right: 0;
}
@media screen and (max-width: 1000px) {
  .rnd_section .rnd_flex .rnd_list ul {
    display: block;
  }
  .rnd_section .rnd_flex .rnd_list ul li {
    width: 100%;
    margin-right: 0;
  }
}

.invest-container .cont .f-dp3 {
  padding-right: 30%;
}
