/* ======================================================================
 setting
====================================================================== */
@media screen and (min-width: 969px) {
  .p_company .l_content {
    margin-top: 100px;
  }
}
.p_company .video {
  margin-top: 100px;
}
.p_company .d-flex {
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
}
.p_company .intro {
  padding-top: 175px;
  padding-bottom: 135px;
}
.p_company .intro-content {
  width: calc(100% - 400px);
}
.p_company .intro-image {
  width: 400px;
}
.p_company .intro-image .img {
  width: 100%;
}
.p_company .company_information .mw-1030 {
  padding-top: 165px;
  padding-bottom: 155px;
}
.p_company .corporate-title {
  font-size: 24px;
  line-height: calc(32/24);
  color: gray;
  margin-bottom: 20px;
}
.p_company .corporate-content .row {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  font-size: 15px;
  line-height: calc(28/15);
  color: gray;
  padding: 20px 0;
  border-bottom: 1px solid #B3B3B3;
}
.p_company .corporate-content .row:first-child {
  border-top: 1px solid #6B6967;
}
.p_company .corporate-content .row:last-child {
  border-bottom: 1px solid #6B6967;
}
.p_company .corporate-content .l-row {
  width: 200px;
}
.p_company .corporate-content .r-row {
  width: calc( 100%  - 200px);
}
.p_company .corporate-content .cl-a {
  color: gray;
}
.p_company .corporate_history {
  margin-top: 150px;
}
.p_company .company_bg-gray {
  background-color: #D1CCC7;
}
.p_company .cs-bdb {
  padding-bottom: 25px;
  border-bottom: 1px solid #B3B3B3;
}
.p_company .cs-pdt {
  padding-top: 20px;
}
.p_company .cs-flex-company {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.p_company .map {
  max-width: 100px;
  width: 100%;
  text-align: center;
  background: #808080;
  color: #ffffff;
  font-size: 15px;
  font-family: "Urbanist", sans-serif;
  border-radius: 4px;
  cursor: pointer;
}
.p_company .map .cl-white {
  color: #ffffff;
}
.p_company .modal_map {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  background-color: rgba(0, 0, 0, 0.4);
  display: none;
}
.p_company .modal_map.show {
  display: flex;
  justify-content: center;
  align-items: center;
}
.p_company .modal_map .modal-body {
  position: relative;
}
.p_company .modal_map .modal-body .btn-close {
  width: 40px;
  height: 40px;
  position: absolute;
  right: -8px;
  top: -10px;
  cursor: pointer;
  z-index: 99999;
}
.p_company .modal_map .modal-body .btn-close:hover {
  opacity: 0.7;
}
.p_company .modal_map .modal-body .img {
  max-width: 450px;
  width: 100%;
}

@media screen and (max-width: 968px) {
  .p_company .video {
    margin-top: 10rem;
  }
  .p_company .intro {
    padding-top: 9rem;
    padding-bottom: 3rem;
  }
  .p_company .intro-content {
    width: 100%;
  }
  .p_company .intro-image {
    width: 100%;
    margin-top: 3rem;
  }
  .p_company .company_information .mw-1030 {
    padding-top: 6rem;
    padding-bottom: 5rem;
  }
  .p_company .corporate_history {
    margin-top: 5rem;
  }
  .p_company .corporate-title {
    font-size: 3rem;
    line-height: calc(52/30);
    margin-bottom: 0;
    background-color: #6B6967;
  }
  .p_company .corporate-content .row {
    font-size: 2.4rem;
    line-height: calc(36/24);
    padding: 2rem 0;
  }
  .p_company .corporate-content .l-row {
    width: 14rem;
  }
  .p_company .corporate-content .r-row {
    width: calc(100% - 14rem);
  }
  .p_company .cs-bdb {
    padding-bottom: 2.5rem;
    border-bottom: none;
  }
  .p_company .cs-pdt {
    padding-top: 2rem;
  }
  .p_company .cs-pd4 {
    padding: 0 4rem;
  }
  .p_company .cs-flex-company {
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
  }
  .p_company .map {
    max-width: 14rem;
    width: 100%;
    text-align: center;
    background: #808080;
    color: #ffffff;
    font-size: 2rem;
    line-height: calc(36/20);
    margin-top: 2rem;
    cursor: pointer;
  }
  .p_company .modal_map .modal-body .img {
    max-width: 60rem;
    width: 100%;
  }
}

/*# sourceMappingURL=p_company.css.map */
