@charset "utf-8";
@import url(https://cdn.jsdelivr.net/gh/moonspam/NanumSquare@1.0/nanumsquare.css);

/* 회사정보 */

#boxCompanyAbout {
  background: #fff;
  padding: 18px 0px 0px;
}

#boxCompanyAbout table {
  border: 1px solid #dcdcdc;
  border-collapse: collapse;
  /*width: 729px;*/
  font-size: 84.6%;
  line-height: 1.5;
}

div#boxCompanyAbout table td,
#boxCompanyAbout table th {
  padding: 10px 12px;
  border: 1px solid #dcdcdc;
}

#boxCompanyAbout table th {
  text-align: center;
  background-color: #f3f3f3;
  white-space: nowrap;
  font-weight: normal;
}

.main_title {
  font-size: 22px;
  font-family: "NanumSquare", "UniqloProRegular", sans-serif;
}

#companyMain .sub_title {
  font-size: 16px;
  margin: 20px 0 10px;
}

#companyMain .copy {
  font-size: 14px;
}

#companyMain .list {
  font-size: 14px;
}

#companyMain .list img {
  width: 33px;
  height: 13px;
}

/* Company About--------------------------------------*/

.company a,
.company h2,
.company h3,
.company h4,
.company li,
.company p,
.company span,
.company b,
.company sub {
  font-family: "NanumSquare", "UniqloProRegular", sans-serif;
  letter-spacing: -0.025em;
}

#company-content {
  display: grid;
  grid-row-gap: 1.5rem;
  grid-column-gap: 0;
  grid-template-columns: auto;
  padding: 18px 0 0;
}

#company-content .company-items img {
  width: 100%;
}

#company-content .text-wrp {
  margin-top: 1rem;
}

#company-content .text-wrp h3 {
  font-size: 18px;
  margin-bottom: 0.25rem;
}

#company-content .text-wrp p {
  font-size: 15px;
  margin-bottom: 0.5rem;
  word-break: keep-all;
}

#company-content .text-wrp .see-all {
  position: relative;
  text-decoration: underline;
}

#company-content .text-wrp .see-all::after {
  content: "";
  width: 6px;
  height: 6px;
  border-top: 1px solid #3e3e3e;
  border-right: 1px solid #3e3e3e;
  display: inline-block;
  transform: rotate(45deg) translateX(-50%);
  position: absolute;
  margin-left: 7px;
  top: 50%;
}

@media screen and (min-width: 600px) {
  .main_title {
    font-size: 28px;
  }

  #company-content {
    grid-column-gap: 1.5rem;
    grid-row-gap: 2rem;
    grid-template-columns: repeat(3, 1fr);
  }
}

@media screen and (min-width: 813px) {
  .uniqlo {
    padding-top: 73px;
  }

  .main_inner {
    padding-top: 0px !important;
  }
}
