@charset "UTF-8";
/* 인사말 */
section.company h3.company_h3 {
  font-size: 24px;
  font-family: "NanumSquare";
  line-height: 36px;
  font-weight: 400;
  margin-bottom: 50px;
  text-align: center;
}

section.company.company_01 .ceo-box {
  background-repeat: no-repeat;
  height: 500px;
  display: flex;
  align-items: center;
}

section.company.company_01 .ceo-box .text {
  font-size: 34px;
  line-height: 46px;
  font-family: "NanumSquare";
  margin-left: 161px;
  color: #000;
  margin-top: 105px;
}

section.company.company_01 .ceo-box .text p {
  font-size: 19px;
  margin-top: 20px;
  font-weight: 600;
  color: #333333;
  position: relative;
  display: inline-block;
  font-family: "NanumSquare";
}

section.company.company_01 .ceo-box .text p::before {
  position: absolute;
  width: 100%;
  height: 1px;
  background: #000;
  content: "";
  margin-top: 36px;
}

section.company .about_text {
  margin-top: 80px;
  display: flex;
  flex-direction: row;
}
@media screen and (max-width: 1290px) {
  section.company .about_text {
    flex-direction: column;
  }
}
section.company .about_text .leftside {
  width: 40%;
}
@media screen and (max-width: 1290px) {
  section.company .about_text .leftside {
    width: 100%;
  }
}
section.company .about_text .rightside {
  width: 60%;
}
@media screen and (max-width: 1290px) {
  section.company .about_text .rightside {
    width: 100%;
  }
}
section.company .about_text .rightside .text {
  text-align: justify;
  font-size: 14px;
}
section.company .about_text .rightside .text.text-align-right {
  text-align: right;
}

section.company .about_text h2 {
  font-size: 47px;
  color: #222;
  font-weight: 600;
  letter-spacing: -2px;
  font-family: "NotoSans";
  line-height: 1.3;
}
@media screen and (max-width: 1290px) {
  section.company .about_text h2 {
    text-align: justify;
    font-size: 23px;
    letter-spacing: 0;
  }
}

section.company .about_text h2 span {
  color: #1b75bc;
}

section.company .about_text {
  line-height: 33px;
  font-size: 20px;
}

/* 인사말 마감 */
/* 회사소개 */
section.company.company_02 .ceo-box {
  background-repeat: no-repeat;
  height: 500px;
  position: relative;
}

section.company.company_02 .ceo-box .text {
  right: 0;
  position: absolute;
  bottom: 0;
  color: #fff;
  text-align: right;
  padding-right: 50px;
  padding-bottom: 30px;
}

section.company.company_02 .ceo-box .text p {
  color: #fff;
  font-size: 42px;
  font-family: "Open Sans", sans-serif;
  font-weight: 900;
}

section.company.company_02 .table_wrap {
  margin-top: 80px;
}

section.company.company_02 .table_wrap .table {
  border-top: 3px #000 solid;
}

.table > tbody > tr > td,
.table > tbody > tr > th,
.table > tfoot > tr > td,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > thead > tr > th {
  padding: 20px 18px;
  line-height: 1.42857143;
  vertical-align: top;
  border-top: 1px solid #e3e3e3;
}

section.company_03 #tab_wrap {
  border: 0;
  border-top: 0;
  border-bottom: 0;
  margin-bottom: 80px;
}

section.company_03 .history-right {
  background: url("../../img/company/dot_back.png") 9px 0% repeat-y;
  margin-top: 10px;
  margin-left: 80px;
}
@media screen and (max-width: 1290px) {
  section.company_03 .history-right {
    background: none;
  }
}

section.company_03 .history-right .box {
  background: url("../../img/company/dot.png") 0 14px no-repeat;
  margin-bottom: 30px;
  border-bottom: 0;
  padding-left: 80px;
  padding-bottom: 20px;
  padding-top: 14px;
  font-size: 30px;
  font-weight: 900;
  position: relative;
}
@media screen and (max-width: 1290px) {
  section.company_03 .history-right .box {
    background: none;
    padding: 0;
  }
}

section.company_03 .history-right .box h2 {
  font-weight: 500;
  font-family: "NotoSans";
  margin-bottom: 20px;
  color: #000;
  position: absolute;
  left: -160px;
  top: -10px;
  font-size: 42px;
}
@media screen and (max-width: 1290px) {
  section.company_03 .history-right .box h2 {
    left: inherit;
    top: inherit;
    font-size: 23px;
  }
}

section.company_03 .history-right dl {
  display: flex;
  margin-bottom: 20px;
}
@media screen and (max-width: 1290px) {
  section.company_03 .history-right dl {
    flex-direction: column;
    padding-left: 85px;
  }
}

section.company_03 .history-right dl dt span {
  display: block;
  font-size: 18px;
  color: #1b75bc;
  margin-right: 30px;
  font-weight: 600;
}
@media screen and (max-width: 1290px) {
  section.company_03 .history-right dl dt span {
    font-size: 16px;
  }
}

section.company_03 .history-right dl dd {
  font-size: 18px;
  color: #686868;
  font-weight: 400;
}
@media screen and (max-width: 1290px) {
  section.company_03 .history-right dl dd {
    font-size: 14px;
  }
}

/* 회사소개 마감 */
/* 오시는 길 */
section.company_04 #map p.sky {
  position: absolute;
  z-index: 2;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  padding: 16px 48px 18px;
}

section.company_04 #map .root_daum_roughmap {
  width: 100%;
}

section.company_04 .table_wrap {
  margin-top: 20px;
  margin-bottom: 80px;
}
section.company_04 .table_wrap:last-child {
  margin-bottom: 0;
}

section.company_04 .table_wrap .title h2 {
  font-size: 33px;
  font-weight: 900;
  color: #000;
  margin-bottom: 15px;
  font-family: "NotoSans";
}

section.company_04 .table_wrap .title span {
  font-size: 22px;
  font-weight: 100;
  color: #868686;
  font-family: "Open Sans", sans-serif;
  padding-left: 12px;
}

section.company_04 .table_wrap .title a.btn {
  font-size: 16px;
  color: #000;
  border: 1px #000 solid;
  border-radius: 0;
}

section.company_04 .table_wrap .table {
  border-bottom: 1px #ddd solid;
}

section.company_04 .table_wrap .table {
  border-top: 3px #000 solid;
}

section.company_04 .table_wrap .table th,
section.company_04 .table_wrap .table td {
  font-size: 19px;
  line-height: 32px;
}

section.company_04 .table_wrap .table span.blue {
  background: #7182f5;
  line-height: 14px;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  border-radius: 0.2em;
  margin-right: 6px;
}

/* 오시는 길 마감 */
section.company.company_03 .history-wrapper {
  display: flex;
  justify-content: flex-end;
}
@media screen and (max-width: 1290px) {
  section.company.company_03 .history-wrapper {
    justify-content: center;
  }
}

section.company_03 .history-right {
  margin-left: 80px;
}
@media screen and (max-width: 1290px) {
  section.company_03 .history-right {
    margin-left: 0;
  }
}

section.company_04 .table_wrap .table th,
section.company_04 .table_wrap .table td {
  line-height: 32px;
}

@media (max-width: 991px) {
  section.company h3.company_h3 {
    font-size: 16px;
    font-family: "NanumSquare";
    line-height: 24px;
    font-weight: 400;
    margin-bottom: 0;
    padding-bottom: 35px;
    margin-top: 30px;
  }
  section.company.company_01 h3.company_h3 {
    padding-bottom: 20px;
  }
  section.company.company_01 .ceo-box {
    background-repeat: no-repeat;
    height: 250px;
    display: flex;
    align-items: center;
    background-position: 60% 0%;
    background-size: cover;
  }
  section.company.company_01 .ceo-box .text {
    font-size: 16px;
    line-height: 22px;
    font-family: "NanumSquare";
    margin-left: 20px;
    color: #000;
    margin-top: 42px;
    font-weight: 600;
  }
  section.company.company_01 .ceo-box .text p {
    font-size: 13px;
    margin-top: 20px;
    font-weight: 600;
    color: #333333;
    position: relative;
    display: inline-block;
    font-family: "NanumSquare";
  }
  section.company.company_01 .ceo-box .text p::before {
    position: absolute;
    width: 100%;
    height: 1px;
    background: #000;
    content: "";
    margin-top: 20px;
  }
  section.company .about_text {
    margin-top: 40px;
    line-height: 26px;
    font-size: 14px;
  }
  section.company .about_text h1 {
    font-size: 20px;
    color: #000;
    font-weight: 600;
    font-family: "NotoSans";
    line-height: 28px;
    margin-bottom: 26px;
  }
  section.company .about_text h1 span {
    position: relative;
    z-index: 0;
  }
  section.company .about_text h1 span::before {
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 6px;
    background: rgb(255, 234, 93);
    content: "";
    margin-top: 22px;
  }
  /* 회사소개 */
  section.company.company_02 .ceo-box {
    background-repeat: no-repeat;
    height: 180px;
    position: relative;
    /* margin-top: 42px; */
    background-size: cover;
  }
  section.company.company_02 .ceo-box .text {
    right: 0;
    position: absolute;
    bottom: 0;
    color: #fff;
    text-align: right;
    padding-right: 15px;
    padding-bottom: 15px;
    font-size: 12px;
  }
  section.company.company_02 .ceo-box .text p {
    color: #fff;
    font-size: 16px;
    font-family: "Open Sans", sans-serif;
    font-weight: 900;
  }
  section.company.company_02 .table_wrap {
    margin-top: 40px;
  }
  section.company.company_02 .table_wrap .table {
    border-top: 2px #000 solid;
  }
  section.company.company_02 .table_wrap .table tbody th {
    min-width: 90px;
  }
  .table > tbody > tr > td,
.table > tbody > tr > th,
.table > tfoot > tr > td,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > thead > tr > th {
    padding: 16px 18px;
    line-height: 1.22857143;
    vertical-align: top;
    border-top: 1px solid #e3e3e3;
  }
  /* 연혁 마감 */
  /* 오시는 길 */
  section.company_04 #map p.sky {
    position: absolute;
    z-index: 2;
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    padding: 12px 28px 12px;
  }
  section.company_04 .table_wrap {
    margin-top: 30px;
    border: 0;
  }
  section.company_04 .table_wrap .table {
    border-left: 1px #ddd solid;
  }
  section.company_04 .table_wrap .title {
    margin-bottom: 20px;
  }
  section.company_04 .table_wrap .title h2 {
    font-size: 19px;
    font-weight: 900;
    color: #000;
    margin-bottom: 6px;
  }
  section.company_04 .table_wrap .title span {
    font-size: 13px;
    font-weight: 100;
    color: #868686;
    padding-left: 6px;
  }
  section.company_04 .table_wrap .title a.btn {
    font-size: 13px;
    color: #000;
    border: 1px #000 solid;
    border-radius: 0;
  }
  section.company_04 .table_wrap .table {
    border-top: 2px #000 solid;
  }
  section.company_04 .table_wrap .table th {
    padding-left: 10px;
    padding-right: 10px;
  }
  section.company_04 .table_wrap .table th,
section.company_04 .table_wrap .table td {
    font-size: 14px;
    line-height: 1.5;
  }
  section.company_04 .table_wrap .table span.blue {
    background: #7182f5;
    line-height: 14px;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    border-radius: 0.2em;
    margin-right: 6px;
  }
  section.company_04 .embed-container {
    position: relative;
    padding-bottom: 80%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
  }
  section.company_04 .embed-container iframe,
section.company_04 .embed-container object,
section.company_04 .embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  /* 오시는 길 마감  */
}
.subpages .contents .section_title {
  font-size: 28px;
  color: #222;
  font-weight: 700;
  margin-bottom: 30px;
}
@media screen and (max-width: 1290px) {
  .subpages .contents .section_title {
    font-size: 23px;
    margin-bottom: 20px;
  }
}
.subpages .contents .section_title::before {
  content: "∙";
  color: #1b75bc;
  margin-right: 10px;
}
.subpages .contents .section_title.mb0 {
  margin-bottom: 0;
}
.subpages .contents .section_title.undertable {
  margin-top: 80px;
}
.subpages .contents .subtitle h5 {
  font-size: 19px;
  color: #707070;
  font-weight: 500;
  margin-bottom: 20px;
}
@media screen and (max-width: 1290px) {
  .subpages .contents .subtitle h5 {
    font-size: 14px;
    margin-bottom: 12px;
  }
}
.subpages .contents .desc li {
  color: #707070;
  font-size: 19px;
  list-style: none;
  line-height: 2;
}
@media screen and (max-width: 1290px) {
  .subpages .contents .desc li {
    font-size: 14px;
    line-height: 1.7;
  }
}
.subpages .contents .desc p {
  color: #707070;
  font-size: 19px;
  line-height: 1.6;
}
@media screen and (max-width: 1290px) {
  .subpages .contents .desc p {
    font-size: 14px;
    line-height: 1.7;
  }
}
.subpages .items {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-bottom: 50px;
}
@media screen and (max-width: 1290px) {
  .subpages .items {
    justify-content: center;
  }
}
.subpages .items.items-4 .item {
  width: 300px;
  margin-right: 15px;
  margin-bottom: 20px;
}
.subpages .items.items-4 .item:nth-child(4n) {
  margin-right: 0;
}
@media screen and (max-width: 1290px) {
  .subpages .items.items-4 .item {
    width: calc(50% - 7.5px);
    margin-right: 15px;
  }
  .subpages .items.items-4 .item:nth-child(2n) {
    margin-right: 0;
  }
}
.subpages .items.items-3 .item {
  width: calc(33.3333333333% - 10px);
  margin-right: 15px;
  margin-bottom: 30px;
}
.subpages .items.items-3 .item:nth-child(3n) {
  margin-right: 0;
}
@media screen and (max-width: 640px) {
  .subpages .items.items-3 .item {
    width: 100%;
    margin-right: 0;
  }
}
.subpages .items.items-2 .item {
  width: 622.5px;
  margin-right: 15px;
  margin-bottom: 15px;
}
.subpages .items.items-2 .item:nth-child(2n) {
  margin-right: 0;
}
@media screen and (max-width: 1290px) {
  .subpages .items.items-2 .item {
    width: 100%;
    margin-right: 0;
  }
}
.subpages .items.items-1 .item {
  width: 100%;
}
.subpages .item {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.subpages .item img {
  max-width: 100%;
  width: 100%;
}
.subpages .item img.border {
  border: 1px solid #ddd;
}
.subpages .item span {
  font-size: 19px;
  color: #707070;
  margin-top: 20px;
  text-align: center;
  font-weight: 500;
  line-height: 1.7;
}
@media screen and (max-width: 1290px) {
  .subpages .item span {
    font-size: 14px;
    margin-top: 10px;
  }
}
.subpages .item span.color-blue {
  color: #1b75bc;
  font-weight: 500;
}
.subpages .item.align-items-flex-start {
  align-items: flex-start;
}
.subpages .item.justify-content-center {
  justify-content: center;
}
.subpages .item .text p {
  font-size: 19px;
  color: #707070;
  text-align: left;
  margin-bottom: 20px;
  line-height: 1.6;
}
@media screen and (max-width: 1290px) {
  .subpages .item .text p {
    font-size: 14px;
    text-align: justify;
  }
}
.subpages .item .text li {
  font-size: 19px;
  color: #707070;
  list-style: none;
  line-height: 1.8;
}
@media screen and (max-width: 1290px) {
  .subpages .item .text li {
    font-size: 14px;
    text-align: justify;
  }
}

.nonslipplate .items-2 {
  margin-top: 90px;
  margin-bottom: 80px;
}
.simplate .items-2 {
  margin-top: 30px;
  margin-bottom: 0;
}

.mezzaninefloor .desc {
  margin-bottom: 50px;
}
@media screen and (max-width: 1290px) {
  .mezzaninefloor .desc {
    margin-bottom: 30px;
  }
}

.parkdeckprodprocess .process {
  margin-bottom: 180px;
}
@media screen and (max-width: 1290px) {
  .parkdeckprodprocess .process {
    margin-bottom: 120px;
  }
}
.parkdeckprodprocess .items-4 {
  margin-bottom: 180px;
}
@media screen and (max-width: 1290px) {
  .parkdeckprodprocess .items-4 {
    margin-bottom: 120px;
  }
}
.parkdeckprodprocess table.manytext {
  margin-top: 40px;
}

.expandedmetal .contents .desc {
  margin-bottom: 50px;
}
@media screen and (max-width: 1290px) {
  .expandedmetal .contents .desc {
    margin-bottom: 30px;
  }
}
.expandedmetal .contents .items {
  margin-bottom: 0;
}
.expandedmetal .contents table .manytext {
  padding: 30px;
}

.rebarcut .desc {
  margin-bottom: 45px;
}

.coupler .desc {
  margin-bottom: 30px;
}

.mezzanine .desc {
  margin-bottom: 60px;
}
@media screen and (max-width: 1290px) {
  .mezzanine .desc {
    margin-bottom: 30px;
  }
}

.self .desc {
  margin-bottom: 50px;
}
@media screen and (max-width: 1290px) {
  .self .desc {
    margin-bottom: 30px;
  }
}
.self .items-1 {
  margin-bottom: 20px;
}
.self .contents:last-child .items-2 {
  margin-top: 50px;
}

.packagingsteel .items.lastchild {
  margin-bottom: 0px;
}
.packagingsteel .desc {
  margin-bottom: 50px;
}

.distproc .table-wrapper {
  padding-top: 0;
}

.rebarsell .desc {
  margin-bottom: 50px;
}

.rebarcut .cut {
  margin-bottom: 70px;
}

.rebarProd .contents {
  margin-bottom: 70px;
}
.rebarProd .contents:last-child {
  margin-bottom: 0;
}
.rebarProd .item {
  margin-bottom: 40px !important;
}

#bo_gall.bo_auth #gall_ul,
#bo_gall.bo_ex #gall_ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
#bo_gall.bo_auth #gall_ul .gall_li,
#bo_gall.bo_ex #gall_ul .gall_li {
  width: 24%;
  margin-right: 1%;
}
#bo_gall.bo_auth #gall_ul .gall_li:nth-child(4n),
#bo_gall.bo_ex #gall_ul .gall_li:nth-child(4n) {
  margin-right: 0;
}
@media screen and (max-width: 1290px) {
  #bo_gall.bo_auth #gall_ul .gall_li,
#bo_gall.bo_ex #gall_ul .gall_li {
    width: 32%;
    margin-right: 1.5%;
  }
  #bo_gall.bo_auth #gall_ul .gall_li:nth-child(3n),
#bo_gall.bo_ex #gall_ul .gall_li:nth-child(3n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 640px) {
  #bo_gall.bo_auth #gall_ul .gall_li,
#bo_gall.bo_ex #gall_ul .gall_li {
    width: 49%;
    margin-right: 2%;
  }
  #bo_gall.bo_auth #gall_ul .gall_li:nth-child(2n),
#bo_gall.bo_ex #gall_ul .gall_li:nth-child(2n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 1290px) {
  #bo_gall.bo_auth #gall_ul .gall_li .gall_text_href a,
#bo_gall.bo_ex #gall_ul .gall_li .gall_text_href a {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.3;
  }
}

#bo_gall.bo_auth .gall_img img {
  width: 100%;
  height: 400px;
}
@media screen and (max-width: 1290px) {
  #bo_gall.bo_auth .gall_img img {
    height: 42vw;
  }
}
@media screen and (max-width: 640px) {
  #bo_gall.bo_auth .gall_img img {
    height: 62vw;
  }
}

#bo_gall.bo_ex .gall_img img {
  width: 100%;
  height: auto;
}
#bo_v_file li {
  display: flex;
  align-items: center;
}
#bo_v_file li a {
  margin-right: 10px;
}

/*# sourceMappingURL=sub.css.map */
