.main-section01 .con .box .text {
  max-width: 50%;
}
#footer .link a {
  white-space: nowrap;
}
#lnb ul > li.menu_wrap > a {
  min-width: 230px;
}
@media screen and (min-width: 1001px) {
  #head .logo {
    margin-right: 40px;
  }
  #gnb > .depth1 > li > a {
    padding: 0 24px;
    font-size: 22px;
  }
  #site_map a {
    font-size: 18px;
  }
  #site_map .depth2 li {
    margin-bottom: 0;
    padding: 10px;
  }
  #gnb > .depth1 > li:nth-child(3) > .depth2 {
    width: 160%;
    left: -30%;
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media screen and (max-width: 1420px) {
  #head > .center_wrap {
    padding: 0;
  }
  #site_map .wrap {
    padding: 30px;
  }
  #gnb > .depth1 > li > a {
    font-size: 22px;
    padding: 0 18px;
  }
  #head .logo {
    margin-right: 24px;
  }
}
@media screen and (max-width: 1310px) {
  #head .logo {
    margin-right: 10px;
    max-width: 220px;
  }
  #gnb {
    margin-right: 0;
  }
  #gnb > .depth1 {
    display: flex;
    height: 100px;
    align-items: center;
  }
  #gnb > .depth1 > li > a {
    font-size: 20px;
    padding: 0 12px;
    line-height: 1.2;
  }
  #gnb > .depth1 > li > .depth2 {
    top: 59px;
  }
}
@media screen and (max-width: 1100px) {
  #head .logo {
    margin-right: 10px;
  }
  #gnb {
    margin-right: 0;
  }
  #gnb > .depth1 {
    display: flex;
    height: 100px;
    align-items: center;
  }
  #gnb > .depth1 > li {
    width: 16.666%;
    padding: 0;
    height: 48px;
    display: flex;
    align-items: center;
  }
  #gnb > .depth1 > li > a {
    font-size: 20px;
    padding: 0 12px;
    line-height: 1.2;
  }
  #gnb > .depth1 > li > .depth2 {
    top: 72px;
  }
}
@media screen and (max-width: 1000px) {
  #head .logo {
    max-width: 100%;
    margin-right: 0;
  }
  #head .logo img {
    padding:10px 0;
  }
  #head > .center_wrap {
    padding: 0 2%;
  }
  #lnb ul > li.depth1 {
    width: 45%;
  }
  #lnb ul > li.depth1 > a {
    min-width: 45%;
  }
  #lnb ul > li.depth2 {
    width: 55%;
  }
  #lnb ul > li.depth2 > a {
    min-width: 55%;
  }
  #lnb ul > li.menu_wrap > a {
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: normal;
    overflow: hidden;
    padding-right: 36px;
  }
  #head .gnb_wrap > .logo {
    margin-top: 12px;
  }
}
@media screen and (max-width: 650px) {
  .main-section01 .con .box .text {
    max-width: 100%;
  }
}

/**************
MAIN
**************/
@media screen and (max-width: 1255px) {
  .main-section02 .con p {
    font-size: 44px;
    line-height: 53px;
  }
  .main-section03 .banner li span {
    line-height: 1;
  }
}
@media screen and (max-width: 1000px) {
  .main-section02 .con p {
    font-size: 24px;
    line-height: 30px;
  }
}

/**************
SUB
**************/
.company-wrap .map01 .con02 > span {
  width: 120px;
  word-break: break-word;
}
.ceo-wrap .left-con {
  width: 30%;
}
.ceo-wrap .right-con {
  width: 60%;
}
.history-wrap .top-con {
  font-size: 36px;
}
.history-wrap .con li .s-con:nth-child(2) {
  height: 164px;
}
.history-wrap .con li .s-con:nth-child(3),
.history-wrap .con li .s-con:nth-child(4) {
  height: 138px;
}
.tab, .tab a {
  height: auto;
}
.tab {
  padding: 0;
  display: flex;
  align-items: stretch;
}
.tab a {
  padding: 10px 0;
  line-height: 1.2;
  width: 33.333%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  border: 3px solid #f3f4f5;
}
.tab a.on:after {
  display: none;
}

@media screen and (max-width: 1000px) {
  .pg_tit p {
    line-height: 1.2;
    position: relative;
    padding: 4px 0 14px;
  }
  .pg_tit p:after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
  }
  .history-wrap .top-con {
    font-size: 20px;
  }
  .company-wrap .con01 {
    margin-bottom: 0;
  }
  .company-wrap .con01 li p {
    width: 80%;
    text-align: center;
  }
  .company-wrap .con01 li p span {
    width: 100%;
    display: block;
    text-align: center;
  }
  .company-wrap .con01 li img {
    margin-bottom: 15px;
  }
  .tab a {
    padding: 4px 0;
    height: auto;
  }
  .tab a.on {
    height: auto;
  }
  .product-wrap .smenu a,
  .business-wrap .smenu a {
    width: 100%;
  }
  .product-wrap .smenu a:after,
  .business-wrap .smenu a:after {
    font-size: 10px;
  }
  .ceo-wrap li {
    display: flex;
    justify-content: space-between;
  }
  .ceo-wrap .left-con {
    word-wrap: break-word;
  }
  .technology-wrap table th {
    padding: 35px 5px;
  }
  .technology-wrap table td {
    padding: 15px 10px;
  }
  .search-top input[type="button"] {
    height: 35px;
    line-height: 35px;
  }
}