@charset "UTF-8";
/* ^scss에서 수정해주세요!  Don't edit .css file, Only work on the scss*/
@media screen and (min-width: 1023.9px) {
  .p_facility_info .info_area {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    gap: 69px;
  }
}
.p_facility_info .info_area > * {
  align-self: stretch;
}
.p_facility_info .info_area .tit {
  font-weight: 700;
  line-height: 1.3;
}
@media screen and (min-width: 1023.9px) {
  .p_facility_info .info_area .tit {
    width: 420px;
    font-size: 32px;
  }
}
@media screen and (max-width: 1023.9px) and (min-width: 767.9px) {
  .p_facility_info .info_area .tit {
    font-size: 22px;
  }
  .p_facility_info .info_area .tit br:first-child,
  .p_facility_info .info_area .tit br:last-child {
    display: none;
  }
}
@media screen and (max-width: 767.9px) {
  .p_facility_info .info_area .tit {
    font-size: 23px;
  }
}
.p_facility_info .info_area .txt {
  font-size: 16px;
  color: #666;
  flex: 1;
  line-height: 1.5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  gap: 30px;
}
@media screen and (max-width: 1023.9px) {
  .p_facility_info .info_area .txt {
    margin-top: 12px;
  }
}
.p_facility_info .img_area {
  position: relative;
}
@media screen and (min-width: 1023.9px) {
  .p_facility_info .img_area {
    margin-top: 80px;
  }
}
@media screen and (max-width: 1023.9px) {
  .p_facility_info .img_area {
    margin-top: 20px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: auto;
    min-width: 100%;
    aspect-ratio: 1.6697247706;
    overflow: visible;
  }
  .p_facility_info .img_area > a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
  }
  .p_facility_info .img_area > img, .p_facility_info .img_area > a > img {
    object-fit: cover;
    min-height: 100%;
    min-width: 100%;
    max-height: 100%;
    max-width: none;
    height: 100%;
  }
}
.p_facility_info .img_area .btn_more {
  width: 36px;
  position: absolute;
}
.p_facility_info .img_area .btn_more.type1 {
  top: 37%;
  left: 26%;
}
@media screen and (max-width: 1023.9px) {
  .p_facility_info .img_area .btn_more.type1 {
    left: 5%;
  }
}
.p_facility_info .img_area .btn_more.type2 {
  top: 60%;
  left: 61%;
}
@media screen and (max-width: 1023.9px) {
  .p_facility_info .img_area .btn_more.type2 {
    left: 65%;
  }
}
.p_facility_info .layer_detail {
  position: absolute;
  top: 130px;
  padding: 40px;
  background-color: #fff;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 3px 10px -3px;
  display: none;
}
.p_facility_info .layer_detail .btn_detail_close {
  position: absolute;
  top: 15px;
  right: 15px;
}
@media screen and (max-width: 1023.9px) {
  .p_facility_info .layer_detail {
    width: 295px;
    padding: 15px;
  }
}
.p_facility_info .layer_detail.idx_1 {
  left: 54%;
}
@media screen and (max-width: 1023.9px) {
  .p_facility_info .layer_detail.idx_1 {
    left: auto;
    right: 60px;
    top: 180px;
  }
}
@media screen and (max-width: 767.9px) {
  .p_facility_info .layer_detail.idx_1 {
    position: absolute;
    top: 80%;
    left: 50%;
    right: auto;
    transform: translateX(-50%);
  }
}
.p_facility_info .layer_detail.idx_2 {
  left: 10%;
}
@media screen and (max-width: 1023.9px) {
  .p_facility_info .layer_detail.idx_2 {
    left: 40px;
  }
}
@media screen and (max-width: 767.9px) {
  .p_facility_info .layer_detail.idx_2 {
    position: absolute;
    top: 80%;
    left: 50%;
    transform: translateX(-50%);
  }
}
.p_facility_info .layer_detail__tit {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 28px;
}
@media screen and (max-width: 1023.9px) {
  .p_facility_info .layer_detail__tit {
    font-size: 20px;
    margin-bottom: 20px;
  }
}
.p_facility_info .layer_detail.en .layer_detail__info dl:last-child dt {
  width: auto;
  margin-right: 5px;
}
@media screen and (max-width: 1023.9px) {
  .p_facility_info .layer_detail.en dl {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
  }
  .p_facility_info .layer_detail.en dl dt {
    width: 100%;
  }
}
.p_facility_info .layer_detail__info {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  gap: 15px;
  font-weight: 500;
}
@media screen and (max-width: 1023.9px) {
  .p_facility_info .layer_detail__info {
    gap: 12px;
    line-height: 1.4;
  }
}
.p_facility_info .layer_detail__info dl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
}
.p_facility_info .layer_detail__info dl dt {
  color: #999;
  width: 80px;
}
@media screen and (max-width: 1023.9px) {
  .p_facility_info .layer_detail__info dl dt {
    width: 60px;
  }
}
.p_facility_info .layer_detail__info dl dd {
  flex: 1;
}

@media screen and (min-width: 1023.9px) {
  .com_factory {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    gap: 40px;
    margin-bottom: 158px;
  }
}
@media screen and (max-width: 1023.9px) {
  .com_factory {
    margin-bottom: 80px;
  }
}
@media screen and (min-width: 1023.9px) {
  .com_factory .slide_area {
    width: 600px;
  }
}
@media screen and (max-width: 1023.9px) {
  .com_factory .slide_area {
    margin-bottom: 24px;
  }
}
@media screen and (min-width: 1023.9px) {
  .com_factory .info_area {
    width: calc(100% - 600px);
    display: table;
  }
}
@media screen and (min-width: 1023.9px) {
  .com_factory .info_area .item {
    display: table-row;
  }
  .com_factory .info_area .item > * {
    display: table-cell;
    padding-block: 12px;
  }
}
@media screen and (max-width: 1023.9px) {
  .com_factory .info_area .item:not(:last-child) {
    border-bottom: 1px solid #f6f6f6;
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
}
.com_factory .info_area .tit {
  font-weight: 500;
  color: #999;
}
@media screen and (min-width: 1023.9px) {
  .com_factory .info_area .tit {
    width: 151px;
    font-size: 20px;
  }
}
@media screen and (max-width: 1023.9px) and (min-width: 767.9px) {
  .com_factory .info_area .tit {
    color: #111;
    font-weight: 700;
  }
}
@media screen and (max-width: 1023.9px) {
  .com_factory .info_area .tit {
    font-size: 16px;
  }
}
.com_factory .info_area .txt {
  font-weight: 500;
  color: #111;
}
@media screen and (min-width: 1023.9px) {
  .com_factory .info_area .txt {
    font-size: 20px;
  }
}
@media screen and (max-width: 1023.9px) and (min-width: 767.9px) {
  .com_factory .info_area .txt {
    color: #bbb;
  }
}
@media screen and (max-width: 1023.9px) {
  .com_factory .info_area .txt {
    font-size: 16px;
    margin-top: 8px;
  }
}
.com_factory .info_area.en {
  display: block;
}
.com_factory .info_area.en .item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: baseline;
  -webkit-align-items: baseline;
  -moz-align-items: baseline;
  gap: 8px 40px;
}
@media screen and (max-width: 1023.9px) {
  .com_factory .info_area.en .item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
  }
  .com_factory .info_area.en .item .txt {
    margin-top: 0;
  }
}
.com_factory .info_area.en .item:nth-child(4) {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
}
.com_factory .info_area.en .item:nth-child(4) .tit {
  padding-bottom: 0;
}
.com_factory .info_area.en .item:nth-child(4) .txt {
  padding-top: 0;
}
.com_factory .info_area.en .tit {
  width: auto;
  white-space: nowrap;
  min-width: 90px;
}

@media screen and (min-width: 1023.9px) {
  .p_network .location {
    border: 1px solid #ddd;
  }
}
@media screen and (max-width: 1023.9px) {
  .p_network .location {
    width: calc(100% + 48px);
    min-width: calc(100% + 48px);
    margin-left: -24px;
  }
}
@media screen and (max-width: 767.9px) {
  .p_network .location {
    width: calc(100% + 40px);
    min-width: calc(100% + 40px);
    margin-left: -20px;
  }
}
@media screen and (min-width: 1023.9px) {
  .p_network .location + .location {
    margin-top: 83px;
  }
}
.p_network .location__map {
  text-align: center;
  width: 100%;
}
.p_network .location__map iframe {
  height: 518px;
  width: 100%;
}
@media screen and (max-width: 1023.9px) {
  .p_network .location__map iframe {
    height: 655px;
  }
}
@media screen and (max-width: 767.9px) {
  .p_network .location__map iframe {
    height: 320px;
  }
}
.p_network .location__info {
  padding: 20px 20px 30px;
}
@media screen and (min-width: 1023.9px) {
  .p_network .location__info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    padding: 56px 60px;
  }
}
.p_network .location__info .name {
  font-size: 32px;
  font-weight: 700;
}
@media screen and (max-width: 1023.9px) {
  .p_network .location__info .name {
    font-size: 20px;
    margin-bottom: 20px;
  }
}
.p_network .location__info .addr {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  gap: 40px;
}
@media screen and (max-width: 1023.9px) {
  .p_network .location__info .addr {
    flex-direction: column;
    align-items: flex-start;
    gap: 25px;
  }
}
@media screen and (max-width: 767.9px) {
  .p_network .location__info .addr {
    gap: 10px;
  }
}
.p_network .location__info .addr dl {
  padding-left: 60px;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  gap: 5px;
}
@media screen and (max-width: 1023.9px) {
  .p_network .location__info .addr dl {
    padding-left: 42px;
    flex-direction: row;
    gap: 8px;
  }
}
@media screen and (max-width: 767.9px) {
  .p_network .location__info .addr dl {
    flex-direction: column;
    gap: 2px;
  }
}
.p_network .location__info .addr dl .png_icon {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
@media screen and (max-width: 1023.9px) {
  .p_network .location__info .addr dl .png_icon {
    min-width: 32px;
    width: 32px;
    height: 32px;
  }
}
.p_network .location__info .addr dl dt {
  font-weight: 700;
}
.p_network .location__info .addr dl .des {
  color: #666;
}

.p_company_info .swiper {
  padding-bottom: 0 !important;
}
.p_company_info .com_cont_tit {
  margin-bottom: 40px;
}
@media screen and (max-width: 1023.9px) {
  .p_company_info .com_cont_tit {
    margin-bottom: 29px;
  }
}
@media screen and (max-width: 767.9px) {
  .p_company_info .com_cont_tit {
    margin-bottom: 21px;
  }
}
.p_company_info .rule_sec {
  margin-bottom: 160px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 24px 24px;
  width: 100%;
}
.p_company_info .rule_sec > * {
  width: calc((100% - 24px * 1) / 2);
  min-width: calc((100% - 24px * 1) / 2);
}
@media screen and (max-width: 1023.9px) {
  .p_company_info .rule_sec {
    gap: 8px;
    margin-bottom: 79px;
  }
}
@media screen and (max-width: 1023.9px) {
  .p_company_info .rule_sec {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 8px 8px;
    width: 100%;
  }
  .p_company_info .rule_sec > * {
    width: calc((100% - 8px * 1) / 2);
    min-width: calc((100% - 8px * 1) / 2);
  }
}
@media screen and (max-width: 767.9px) {
  .p_company_info .rule_sec {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 8px 0px;
    width: 100%;
  }
  .p_company_info .rule_sec > * {
    width: calc((100% - 0px * 0) / 1);
    min-width: calc((100% - 0px * 0) / 1);
  }
}
.p_company_info .rule_sec .txt {
  color: #fff;
  font-size: 24px;
  position: absolute;
  width: 100%;
  text-align: center;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  line-height: 1.4;
}
@media screen and (max-width: 1023.9px) {
  .p_company_info .rule_sec .txt {
    font-size: 16px;
  }
}
.p_company_info .rule_sec .txt .default {
  font-weight: bold;
}
.p_company_info .rule_sec .txt .hover {
  display: none;
  font-weight: 400;
}
.p_company_info .rule_sec .item {
  position: relative;
}
.p_company_info .rule_sec .item:before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  transition-duration: 0.4s;
}
.p_company_info .rule_sec .item:hover:before {
  background: rgba(0, 0, 0, 0.6);
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  transition-duration: 0.4s;
}
.p_company_info .rule_sec .item:hover .txt .default {
  display: none;
}
.p_company_info .rule_sec .item:hover .txt .hover {
  display: inline;
}
@media screen and (min-width: 1299.9px) {
  .p_company_info .identity_sec {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    gap: 24px;
  }
}
@media screen and (max-width: 1299.9px) {
  .p_company_info .identity_sec {
    background: url(../img/identity_bg_1.jpg) no-repeat center/cover;
    padding: 80px 12px;
  }
}
@media screen and (max-width: 767.9px) {
  .p_company_info .identity_sec {
    padding-block: 60px;
  }
}
.p_company_info .identity_sec .identity_area {
  line-height: 1.4;
  text-align: center;
}
@media screen and (min-width: 1299.9px) {
  .p_company_info .identity_sec .identity_area {
    height: 768px;
    width: 628px;
    min-width: 628px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    background: url(../img/identity_bg_1.jpg) no-repeat center/cover;
  }
}
@media screen and (min-width: 1299.9px) {
  .p_company_info .identity_sec .identity_area img {
    width: 460px;
    margin-bottom: 31px;
  }
}
@media screen and (max-width: 1299.9px) {
  .p_company_info .identity_sec .identity_area img {
    width: 166px;
    margin-bottom: 15px;
  }
}
.p_company_info .identity_sec .identity_area .txt1 {
  font-weight: 700;
  margin-bottom: 8px;
}
@media screen and (min-width: 1023.9px) {
  .p_company_info .identity_sec .identity_area .txt1 {
    font-size: 24px;
  }
}
@media screen and (max-width: 1023.9px) {
  .p_company_info .identity_sec .identity_area .txt1 {
    font-size: 20px;
  }
}
.p_company_info .identity_sec .identity_area .txt2 {
  color: #666;
  font-size: 16px;
  width: 100%;
  text-align: center;
}
@media screen and (min-width: 767.9px) {
  .p_company_info .identity_sec .identity_area .txt2 br.mobile {
    display: none;
  }
}
@media screen and (min-width: 1299.9px) {
  .p_company_info .identity_sec .mission_area {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    gap: 24px;
    align-self: stretch;
  }
}
@media screen and (max-width: 1299.9px) {
  .p_company_info .identity_sec .mission_area {
    margin-top: 37px;
    margin-inline: 8px;
  }
}
@media screen and (min-width: 1299.9px) {
  .p_company_info .identity_sec .mission_area .swiper {
    height: 100%;
    margin-bottom: 0;
    padding-bottom: 0;
  }
}
@media screen and (min-width: 1299.9px) {
  .p_company_info .identity_sec .mission_area .inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    gap: 24px;
  }
}
@media screen and (min-width: 1299.9px) {
  .p_company_info .identity_sec .mission_area .item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    flex: 1;
    gap: 24px;
    padding-inline: 60px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .p_company_info .identity_sec .mission_area .item:first-child {
    background-image: url(../img/identity_bg_2.jpg);
  }
  .p_company_info .identity_sec .mission_area .item:nth-child(2) {
    background-image: url(../img/identity_bg_3.jpg);
  }
  .p_company_info .identity_sec .mission_area .item:nth-child(3) {
    background-image: url(../img/identity_bg_4.jpg);
  }
}
@media screen and (max-width: 1299.9px) {
  .p_company_info .identity_sec .mission_area .item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    background-color: rgba(255, 255, 255, 0.8);
    padding: 40px 20px;
    align-self: stretch;
    height: auto;
  }
}
.p_company_info .identity_sec .mission_area .icon {
  border-radius: 50%;
  background-color: rgba(102, 102, 102, 0.4);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
}
@media screen and (min-width: 1299.9px) {
  .p_company_info .identity_sec .mission_area .icon {
    width: 120px;
    min-width: 120px;
    height: 120px;
  }
}
@media screen and (max-width: 1299.9px) {
  .p_company_info .identity_sec .mission_area .icon {
    width: 48px;
    min-width: 48px;
    height: 48px;
    margin-bottom: 15px;
  }
}
@media screen and (min-width: 1299.9px) {
  .p_company_info .identity_sec .mission_area .icon img {
    width: 48px;
  }
}
@media screen and (max-width: 1299.9px) {
  .p_company_info .identity_sec .mission_area .icon img {
    width: 30px;
  }
}
@media screen and (max-width: 1299.9px) {
  .p_company_info .identity_sec .mission_area .txt_field {
    text-align: center;
  }
}
.p_company_info .identity_sec .mission_area .txt_field .tit {
  font-weight: 500;
  margin-bottom: 8px;
  font-size: 20px;
}
.p_company_info .identity_sec .mission_area .txt_field .txt {
  color: #666;
  font-size: 16px;
  line-height: 1.4;
}

.p_business .info_area {
  margin-bottom: 20px;
}
@media screen and (min-width: 1023.9px) {
  .p_business .info_area {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    gap: 69px;
    margin-bottom: 30px;
  }
}
.p_business .info_area > * {
  align-self: stretch;
}
.p_business .info_area .tit {
  font-weight: 700;
  line-height: 1.3;
}
@media screen and (min-width: 1023.9px) {
  .p_business .info_area .tit {
    width: 420px;
    font-size: 32px;
  }
  .p_business .info_area .tit br {
    display: none;
  }
}
@media screen and (max-width: 1023.9px) {
  .p_business .info_area .tit {
    font-size: 24px;
  }
}
.p_business .info_area .txt {
  font-size: 16px;
  color: #666;
  flex: 1;
  line-height: 1.5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
}
@media screen and (max-width: 1023.9px) {
  .p_business .info_area .txt {
    margin-top: 12px;
  }
}
.p_business .info_img__row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  gap: 20px;
}
@media screen and (max-width: 1023.9px) {
  .p_business .info_img__row {
    gap: 8px;
  }
}
@media screen and (max-width: 767.9px) {
  .p_business .info_img__row {
    flex-direction: column;
  }
}
.p_business .business_area {
  margin-top: 158px;
}
@media screen and (max-width: 1023.9px) {
  .p_business .business_area {
    margin-top: 80px;
  }
}
.p_business .business_area .com_cont_tit__wrap {
  margin-bottom: 40px;
}
@media screen and (max-width: 1023.9px) {
  .p_business .business_area .com_cont_tit__wrap {
    margin-bottom: 20px;
  }
}
.p_business .business_area__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 24px 24px;
  width: 100%;
}
.p_business .business_area__list > * {
  width: calc((100% - 24px * 2) / 3);
  min-width: calc((100% - 24px * 2) / 3);
}
@media screen and (max-width: 1023.9px) {
  .p_business .business_area__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 8px 8px;
    width: 100%;
  }
  .p_business .business_area__list > * {
    width: calc((100% - 8px * 1) / 2);
    min-width: calc((100% - 8px * 1) / 2);
  }
}
.p_business .business_area__item {
  position: relative;
}
.p_business .business_area__item .txt {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  flex-direction: column;
  gap: 5px;
}
.p_business .business_area__item .txt .eng {
  font-size: 12px;
}
.p_business .business_area__item .txt .name {
  font-weight: 700;
  font-size: 24px;
}
@media screen and (max-width: 1023.9px) {
  .p_business .business_area__item .txt .name {
    font-size: 20px;
    text-align: center;
  }
}

.p_history {
  padding-bottom: 0;
}
@media screen and (max-width: 1023.9px) {
  .p_history .com_pg_tit__wrap {
    padding-inline: 20px;
  }
}
.p_history .progress_bg {
  background-color: #f6f6f6;
  width: 8px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}
@media screen and (max-width: 1023.9px) {
  .p_history .progress_bg {
    left: 25%;
    transform: none;
    width: 4px;
  }
}
@media screen and (max-width: 767.9px) {
  .p_history .progress_bg {
    left: 10px;
  }
}
.p_history .progress_bg .progress_bar {
  position: absolute;
  top: 0;
  left: 0;
  background-color: #3E7DC1;
  width: 100%;
  height: 0;
}
.p_history .progress_bg .icon_progress_bar {
  box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 8px 0px;
  border-radius: 80px;
  background-color: #3E7DC1;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 1023.9px) {
  .p_history .progress_bg .icon_progress_bar {
    min-width: 40px;
    width: 40px;
    height: 40px;
  }
}
.p_history .history__wrap {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  gap: 166px;
}
@media screen and (max-width: 1023.9px) {
  .p_history .history__wrap {
    margin-top: 50px;
    gap: 60px;
  }
}
@media screen and (min-width: 1023.9px) {
  .p_history .history {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
  }
}
@media screen and (max-width: 1023.9px) {
  .p_history .history {
    margin-left: 35%;
  }
}
@media screen and (max-width: 767.9px) {
  .p_history .history {
    margin-left: 40px;
  }
}
.p_history .history.active .history__tit {
  color: #3E7DC1;
}
.p_history .history__tit {
  text-align: center;
  margin-right: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  gap: 10px;
  color: #111;
}
@media screen and (min-width: 1023.9px) {
  .p_history .history__tit.first {
    padding-top: 100px;
  }
}
@media screen and (max-width: 1023.9px) {
  .p_history .history__tit {
    text-align: left;
    margin-bottom: 30px;
  }
}
.p_history .history__tit .year {
  font-size: 60px;
  font-weight: 700;
}
@media screen and (max-width: 1023.9px) {
  .p_history .history__tit .year {
    font-size: 24px;
  }
}
.p_history .history__tit .slogan {
  font-size: 32px;
  font-weight: 700;
}
@media screen and (max-width: 1299.9px) {
  .p_history .history__tit .slogan {
    font-size: 20px;
  }
}
.p_history .history__list {
  max-width: calc(50% - 160px);
  flex: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  gap: 40px;
}
@media screen and (max-width: 1023.9px) {
  .p_history .history__list {
    max-width: none;
  }
}
.p_history .history__list dl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  gap: 12px;
}
@media screen and (max-width: 1023.9px) {
  .p_history .history__list dl {
    gap: 8px;
  }
}
.p_history .history__list-year {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 10px;
}
@media screen and (max-width: 1023.9px) {
  .p_history .history__list-year {
    font-size: 20px;
    margin-bottom: 5px;
  }
}
.p_history .history__list-des {
  font-size: 20px;
  font-weight: 500;
  color: #666;
  position: relative;
  padding-left: 10px;
}
@media screen and (max-width: 1023.9px) {
  .p_history .history__list-des:before {
    content: "";
    position: absolute;
    top: 8.5px;
    left: 0;
    height: 3px;
    width: 3px;
    border-radius: 3px;
    background-color: #666;
  }
}
.p_history .quality {
  margin-top: 200px;
  background-color: #f6f6f6;
  padding-block: 118px 160px;
}
@media screen and (max-width: 1023.9px) {
  .p_history .quality {
    margin-top: 100px;
    padding-block: 60px;
  }
}
.p_history .quality__tit {
  font-weight: 700;
  font-size: 32px;
  text-align: center;
  margin-bottom: 42px;
  line-height: 1.4;
}
@media screen and (max-width: 1023.9px) {
  .p_history .quality__tit {
    font-size: 24px;
    margin-bottom: 26px;
    text-align: left;
  }
}
.p_history .quality__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 24px 24px;
  width: 100%;
}
.p_history .quality__list > * {
  width: calc((100% - 24px * 5) / 6);
  min-width: calc((100% - 24px * 5) / 6);
}
@media screen and (max-width: 1023.9px) {
  .p_history .quality__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 8px 8px;
    width: 100%;
  }
  .p_history .quality__list > * {
    width: calc((100% - 8px * 2) / 3);
    min-width: calc((100% - 8px * 2) / 3);
  }
}
@media screen and (max-width: 767.9px) {
  .p_history .quality__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 8px 8px;
    width: 100%;
  }
  .p_history .quality__list > * {
    width: calc((100% - 8px * 1) / 2);
    min-width: calc((100% - 8px * 1) / 2);
  }
}
.p_history .quality__item {
  background-color: #fff;
  padding: 45px 15px;
  text-align: center;
}
@media screen and (min-width: 1023.9px) {
  .p_history .quality__item {
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.08);
  }
}
.p_history .quality__item .txt {
  font-size: 16px;
  color: #bbb;
  margin-block: 24px -21px;
}