@charset "UTF-8";

main{
}
.j_2::before {
  content: '';
  background: url("/eco/common/img/arrow_green.svg") no-repeat center;
  width: 12px;
  height: 12px;
  display: block;
  position: absolute;
  left: 0px;
}

.under_mv{
  background: url("/eco/basics/img/mv.png") center;
  -webkit-background-size: cover;
  background-size: cover;
}
.major_links {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 668px;
    width: 100%;
    margin: 30px auto 0;
}
a.major_btn {
    max-width: 324px;
    width: 100%;
    min-height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    border-radius: 5px;
  position: relative;
}
a.major_btn::after{
  content: '';
  background: url("/eco/common/img/arrow_btn.svg") no-repeat center;
  width: 12px;
  height: 12px;
  display: block;
  position: absolute;
  right: 15px;
}
@media screen and (max-width: 767px) {

}
@media print {

}