@charset "UTF-8";

/* 본킹? brand-section2 */

.company-page {
  text-align: left;
  padding-top: 130px;
}
.company-list {
  max-width: 1450px;
  margin: 80px auto;
}
.company-nav ul {
  width: 15%;
  float: left;
  border-top: 2px solid #000;
}
.company-nav ul li {
  display: block;
  width: 100%;
  height: 70px;
  line-height: 70px;
  color: #333;
  font-family: 'ELAND_Choice_M';
  font-size: 20px;
  text-indent: 10px;
  cursor: pointer;
}
.company-nav ul li:last-child {
  border-top: 1px solid #ddd;
}
.company-nav ul li.current {
  display: inline-block;
  color: #007348;
  box-sizing: border-box;
  opacity: 1;
}

/* Company list */
.CompanySideMenu {
  display: none;
  float: left;
  width: 80%;
}
.CompanySideMenu.current {
  display: inherit;
}
.list-wrap {
  padding: 0;
}
.list {
  width: 100%;
  display: inline-block;
}
.list-img {
  float: left;
  width: 100%;
}
.listImg-gap {
  text-align: right;
}
.companyimg {
  width: 75%;
}

@media (max-width: 1500px) {
  .company-list {
    margin: 100px 50px;
  }
}

@media (max-width: 1100px) {
  .company-list {
    margin: 70px 50px;
  }
  .company-nav ul li {
    display: block;
    width: 100%;
    height: 60px;
    line-height: 60px;
    color: #333;
    font-family: 'ELAND_Choice_M';
    font-size: 18px;
  }
}

@media (max-width: 1000px) {
  .company-page {
    text-align: center;
    padding-top: 70px;
  }
  .company-list {
    margin: 0 50px;
  }
  .company-nav ul {
    width: 100%;
    float: none;
    border-top: 0;
  }
  .company-nav ul li {
    margin: 25px 0 0 0;
    display: inline-block;
    width: 30%;
    height: 80px;
    line-height: 80px;
    text-align: center;
    color: #333;
    font-family: 'ELAND_Choice_M';
    font-size: 20px;
    text-indent: 0;
  }
  .company-nav ul li:last-child {
    border-top: 0;
  }
  .company-nav ul li.current {
    display: inline-block;
    color: #007348;
    border-bottom: 3px solid #007348;
    box-sizing: border-box;
    opacity: 1;
  }
  .CompanySideMenu {
    display: none;
    float: none;
    width: 100%;
  }
  .list-img {
    float: none;
    width: 100%;
  }
  .listImg-gap {
    text-align: center;
    margin: 50px 0;
  }
  .companyimg {
    width: 85%;
  }
}

@media (max-width: 600px) {
  .company-list {
    margin: 0 10px;
  }
  .company-nav ul li {
    width: 40%;
    height: 55px;
    line-height: 55px;
    color: #333;
    font-family: 'ELAND_Choice_M';
    font-size: 16px;
  }
  .list-img img {
    width: 95%;
  }
}

@media (max-width: 500px) {
  .company-nav ul li {
    width: 40%;
    height: 55px;
    line-height: 55px;
    color: #333;
    font-family: 'ELAND_Choice_M';
    font-size: 14px;
  }
}
