@charset "UTF-8";

/* .isb .sec01 .con01 .vision_area .bg {
  background: url("/resources/cn/local/images/product/visual_isb_230728.jpg") center no-repeat;
}

@media (max-width: 1023px) {
  .isb .sec01 .con01 .vision_area .bg {
    background: url("/resources/cn/local/images/product/visual_isb_m_230728.jpg") center no-repeat;
  }
} */

/* 20240416 chinaplas page add */ 

.chinaplas .section_visual {
  height: 435px;
  background: url("/resources/cn/local/images/product/exhibition/top.jpg") 50% 50% no-repeat;
  background-size: cover;
}
.chinaplas .section_visual .txt_box .sub_title {
  color: #FFFFFF;
}
.chinaplas .section_visual .txt_box .sub_title h2 {
  font-size: 24px;
  letter-spacing: -0.48px;
}
.chinaplas .section_visual .txt_box .sub_title span.en {
  margin-top: 24px;
  font-size: 85px;
  letter-spacing: -1.7px;
}
.chinaplas .section_visual .schedule {
  position: absolute;
  bottom: -70px;
  left: 0;
  display: flex;
  width: 100%;
}
.chinaplas .section_visual .schedule > div {
  background-color: #F87D23;
}
.chinaplas .section_visual .schedule > div p {
  font-size: 24px;
  font-weight: 600;
  letter-spacing: -0.48px;
  color: #FFFFFF;
}
.chinaplas .section_visual .schedule .date {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 140px;
  height: 140px;
  margin-right: 20px;
  border-radius: 50%;
  text-align: center;
}
.chinaplas .section_visual .schedule .date span {
  display: block;
}
.chinaplas .section_visual .schedule .date p {
  padding: 5px 44px;
}
.chinaplas .section_visual .schedule .place {
  width: 563px;
  border-radius: 500px;
}
.chinaplas .section_visual .schedule .place p {
  padding: 30px 50px;
  line-height: 38px;
}
.chinaplas .ellipse_img img {
  position: absolute;
}
.chinaplas .ellipse_img .img1 {
  top: 235px;
  left: -200px;
  width: 400px;
  height: 400px;
}
.chinaplas .ellipse_img .img2 {
  top: 195px;
  right: 100px;
  width: 480px;
  height: 480px;
}
.chinaplas .ellipse_img .img3 {
  top: -135px;
  right: 360px;
  width: 320px;
  height: 320px;
}
.chinaplas .section_content {
  padding: 0 0 210px;
}
.chinaplas .sec1 {
  padding: 150px 0 160px;
}
.chinaplas .sec1 .content {
  padding: 0 0 98px;
}
.chinaplas .sec1 strong {
  display: inline-block;
  margin-right: 15px;
  color: #00A3F1;
  font-size: 34px;
  font-weight: 600;
  letter-spacing: -0.68px;
  vertical-align: middle;
}
.chinaplas .sec1 .btn {
  position: relative;
  display: inline-block;
  padding: 0 20px;
  text-align: left;
  vertical-align: middle;
  background: #FFFFFF;
  border: 1px solid #00A3F1;
  color: #00A3F1;
}
.chinaplas .sec1 .btn i {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  width: 6px;
  height: 10px;
  background-image: url("/resources/cn/local/images/product/exhibition/icon_arrow_blue.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
.chinaplas .sec1 .btn:hover {
  color: #FFFFFF;
  background: #00A3F1;
}
.chinaplas .sec1 .btn:hover i {
  background-image: url("/resources/cn/local/images/product/exhibition/icon_arrow.png");
}
.chinaplas .sec1 .txt_motion {
  width: 3151px;
  height: 120px;
  background: url("/resources/cn/local/images/product/exhibition/text_motion.png") -20% center repeat-x;
  background-size: 100% auto;
}
.chinaplas .sec2 {
  position: relative;
  height: 1080px;
}
.chinaplas .sec2 .bg_img {
  width: 100%;
  height: 100%;
  background: url("/resources/cn/local/images/product/exhibition/3d.jpg") center center no-repeat;
}
.chinaplas .sec2 .spot_wrap {
  position: absolute;
  top: 0;
  left: 50%;
  max-width: 1160px;
  height: 100%;
  width: 100%;
  transform: translateX(-50%);
}
.chinaplas .sec2 .spot {
  position: absolute;
}
.chinaplas .sec2 .spot:before {
  opacity: 1;
  content: "";
  display: block;
  width: 45px;
  height: 45px;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  animation: spotMotion 1.8s infinite linear;
}
.chinaplas .sec2 .spot:hover span {
  display: inline-block;
  opacity: 1;
}
.chinaplas .sec2 .spot i {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.chinaplas .sec2 .spot i:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(/resources/cn/local/images/product/exhibition/cricle_icon.png) center center no-repeat;
}
.chinaplas .sec2 .spot span {
  opacity: 0;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, -110%);
  padding: 8px 20px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  background: rgba(255, 255, 255, 0.8);
  border-radius: 40px;
  color: #222;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: -0.36px;
  white-space: nowrap;
  transition: opacity 0.3s;
}
.chinaplas .sec2 .spot1 {
  bottom: 220px;
  left: 345px;
}
.chinaplas .sec2 .spot2 {
  bottom: 287px;
  left: 533px;
}
.chinaplas .sec2 .spot3 {
  bottom: 287px;
  left: 619px;
}
.chinaplas .sec2 .spot4 {
  bottom: 287px;
  left: 718px;
}
.chinaplas .sec2 .spot5 {
  bottom: 312px;
  right: 257px;
}
.chinaplas .sec2 .spot6 {
  bottom: 450px;
  right: 76px;
}
@keyframes spotMotion {
  0% {
    transform: scale(0.5);
  }
  50% {
    transform: scale(1.25);
  }
  100% {
    transform: scale(0.5);
  }
}
.chinaplas .sec3 {
  padding: 90px 0;
}
.chinaplas .sec3 > div {
  margin: 0 0 60px;
}
.chinaplas .sec3 strong {
  display: block;
  width: 100%;
  margin: 0 0 30px;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: -0.48px;
}
.chinaplas .sec3 .tag {
  padding: 0 0 30px;
  color: #00A3F1;
  font-size: 30px;
  font-weight: 500;
  letter-spacing: -0.6px;
}
.chinaplas .sec3 ul {
  display: flex;
  flex-wrap: wrap;
  margin-right: -20px;
}
.chinaplas .sec3 li {
  width: 50%;
  padding: 0 20px 30px 0;
}
.chinaplas .sec3 a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 120px;
  padding: 0 40px;
  border: 1px solid #DDD;
  color: #333;
  font-size: 22px;
  line-height: 28px;
  letter-spacing: -0.44px;
}
.chinaplas .sec3 a .icon {
  position: relative;
  display: inline-block;
  width: 52px;
  height: 52px;
  background-image: url("/resources/cn/local/images/product/exhibition/icon_download.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  transition: all 0.2s;
}
.chinaplas .sec3 a .outlink {
  background-image: url("/resources/cn/local/images/product/exhibition/icon_outlink.png");
}
.chinaplas .sec3 li.widthfull {
  width: 100%;
}
.chinaplas .sec3 a .golink {
  background-image: url("/resources/cn/local/images/product/exhibition/icon_golink.png");
}
.chinaplas .sec3 a:hover .golink {
  background-image: url("/resources/cn/local/images/product/exhibition/icon_golink_hover.png");
}
.chinaplas .sec3 a:hover .icon {
  background-image: url("/resources/cn/local/images/product/exhibition/icon_download_hover.png");
}
.chinaplas .sec3 a:hover .outlink {
  background-image: url("/resources/cn/local/images/product/exhibition/icon_outlink_hover.png");
}
.chinaplas .banner a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 34px 40px;
  background-color: #DFEDF2;
}
.chinaplas .banner span {
  position: relative;
  padding: 0 0 5px;
  font-size: 22px;
  font-weight: 500;
  letter-spacing: -0.44px;
  color: #333;
}
.chinaplas .banner span:after {
  content: "";
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 200px;
  height: 10px;
  background: url("/resources/cn/local/images/product/exhibition/icon_line.png") center center no-repeat;
  background-size: 100% auto;
}
.chinaplas .banner img {
  display: inline-block;
  width: 72px;
  height: 72px;
}
.chinaplas .pop_wrap {
  overflow: hidden;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 98;
  width: 100%;
  height: 100%;
}
.chinaplas .pop_wrap.active {
  display: block;
}
.chinaplas .pop_wrap.on .popup_dim {
  opacity: 1;
}
.chinaplas .pop_wrap.on .popup_inner {
  opacity: 1;
}
.chinaplas .pop_wrap.on.active .popup_cont.on {
  display: block;
}
.chinaplas .pop_wrap.on .popup_cont.on {
  opacity: 1;
  transform: translateY(0);
}
.chinaplas .pop_wrap .popup_dim {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  opacity: 0;
  transition: 0.5s;
}
.chinaplas .pop_wrap .popup_inner {
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 1100px;
  padding: 45px 0;
  background: #fff;
  transition: opacity 0.5s;
}
.chinaplas .pop_wrap .close_popup {
  position: absolute;
  right: 30px;
  top: 20px;
  width: 34px;
  height: 34px;
}
.chinaplas .pop_wrap .popup_cont {
  display: none;
  width: 900px;
  margin: 0 auto;
  opacity: 0;
  transform: translateY(50px);
  transition: 0.5s 0.5s;
}
.chinaplas .pop_wrap .popup_cont .top {
  margin-bottom: 20px;
}
.chinaplas .pop_wrap .popup_cont h2 {
  font-size: 30px;
  font-weight: 600;
  letter-spacing: -0.6px;
  color: #00A3F1;
}
.chinaplas .pop_wrap .popup_cont .inner {
  text-align: center;
}
.chinaplas .pop_wrap .popup_cont .inner .text_area{
  padding: 50px 40px;
  background-color: #F7F7F7;
}
.chinaplas .pop_wrap .popup_cont .inner .text_area h4 {
  font-size: 36px;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: -0.6px;
  color: #494949;
  margin-bottom:40px ;
}
.chinaplas .pop_wrap .popup_cont .btn {
  position: relative;
  display: inline-block;
  width: 160px;
  margin: 20px 0 0;
  padding: 15px 20px 13px;
  background-color: #00A3F1;
  font-size: 16px;
  letter-spacing: -0.32px;
  text-align: left;
  color: #FFF;
}
.chinaplas .pop_wrap .popup_cont .btn:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  width: 20px;
  height: 19px;
  background: url(/resources/cn/local/images/product/exhibition/pop_icon_download.png) center center no-repeat;
}
.chinaplas .pop_wrap .video_area {
  position: relative;
  width: 100%;
  margin: 0 auto;
}
.chinaplas .pop_wrap .video_area img {
  border: 1px solid #dddddd;
}
.chinaplas .pop_wrap .video_area video {
  width: 100%;
  height: 100%;
}
.chinaplas .pop_wrap .video_area .swiper-controller {
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}
.chinaplas .pop_wrap .video_area .swiper-pagination {
  width: 100%;
  height: 15px;
}
.chinaplas .pop_wrap .video_area .swiper-pagination .swiper-pagination-bullet {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 3px;
  border-radius: 50%;
  background: #1fa7f1;
  opacity: 0.3;
}
.chinaplas .pop_wrap .video_area .swiper-pagination .swiper-pagination-bullet-active {
  opacity: 1;
}

@media (max-width: 766px) {
  .chinaplas .section_visual {
    height: 162px;
    background: url("/resources/cn/local/images/product/exhibition/top_mo.jpg") 50% 50% no-repeat;
    background-size: cover;
  }
  .chinaplas .section_visual .txt_box .sub_title {
    color: #FFFFFF;
    font-size: 14px;
    font-weight: 500;
    line-height: 21px;
    letter-spacing: -0.28px;
  }
  .chinaplas .section_visual .txt_box .sub_title span.en {
    margin-top: 20px;
    font-size: 32px;
    font-weight: 600;
    line-height: 42px;
    letter-spacing: -0.64px;
  }
  .chinaplas .ellipse_img img {
    position: absolute;
  }
  .chinaplas .ellipse_img .img1 {
    top: -50px;
    right: 35px;
    width: 100px;
    height: 100px;
  }
  .chinaplas .ellipse_img .img2 {
    top: 38px;
    right: -80px;
    width: 160px;
    height: 160px;
  }
  .chinaplas .section_content {
    padding: 0 0 75px;
  }
  .chinaplas .sec1 {
    padding: 45px 0;
  }
  .chinaplas .sec1 .schedule {
    display: flex;
    width: 100%;
    margin: 0 0 25px;
  }
  .chinaplas .sec1 .schedule > div {
    background-color: #F87D23;
  }
  .chinaplas .sec1 .schedule > div p {
    font-size: 14px;
    font-weight: 600;
    letter-spacing: -0.28px;
    color: #FFFFFF;
  }
  .chinaplas .sec1 .schedule .date {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 80px;
    height: 80px;
    margin-right: 10px;
    border-radius: 50%;
    text-align: center;
  }
  .chinaplas .sec1 .schedule .date .line {
    display: block;
    width: 10px;
    height: 1px;
    margin: 5px auto 7px;
    background-color: #FFFFFF;
  }
  .chinaplas .sec1 .schedule .place {
    display: flex;
    align-items: center;
    width: calc(100% - 90px);
    height: 80px;
    border-radius: 500px;
  }
  .chinaplas .sec1 .schedule .place p {
    padding: 0 25px;
    font-size: 13px;
    letter-spacing: -0.26px;
    line-height: 18px;
  }
  .chinaplas .sec1 strong {
    display: block;
    color: #00A3F1;
    font-size: 27px;
    font-weight: 600;
    letter-spacing: -1.08px;
    vertical-align: middle;
  }
  .chinaplas .sec1 .btn {
    position: relative;
    display: inline-block;
    margin: 15px 0 0;
    padding: 0 20px;
    text-align: left;
    vertical-align: middle;
    background: #00A3F1;
    border: 1px solid #00A3F1;
    color: #FFFFFF;
  }
  .chinaplas .sec1 .btn i {
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    width: 6px;
    height: 10px;
    background-image: url("/resources/cn/local/images/product/exhibition/icon_arrow.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% auto;
  }
  .chinaplas .sec2 {
    padding: 0 0 25px;
    background-color: #272727;
  }
  .chinaplas .sec2 .bg_img {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 72%;
  }
  .chinaplas .sec2 .bg_img:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url("/resources/cn/local/images/product/exhibition/3d.jpg") center center no-repeat;
    background-size: 100% auto;
  }
  .chinaplas .sec2 .spot_wrap {
    margin: 12px 25px 0;
    padding: 0 20px;
    border-radius: 25px;
    background-color: #FFFFFF;
  }
  .chinaplas .sec2 .spot_wrap .spot {
    display: block;
    width: 100%;
    padding: 25px 10px 20px;
    border-bottom: 1px solid #DDDDDD;
    text-align: center;
  }
  .chinaplas .sec2 .spot_wrap .spot:last-child {
    border-bottom: none;
  }
  .chinaplas .sec3 > div {
    margin: 0 0 45px;
  }
  .chinaplas .sec3 strong {
    display: block;
    width: 100%;
    margin: 45px 0 30px;
    font-size: 24px;
    font-weight: 600;
    letter-spacing: -0.48px;
  }
  .chinaplas .sec3 .tag {
    padding: 0 0 15px;
    color: #00A3F1;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: -0.36px;
  }
  .chinaplas .sec3 ul {
    display: flex;
    flex-wrap: wrap;
  }
  .chinaplas .sec3 li {
    width: 100%;
    padding: 0 0 15px;
  }
  .chinaplas .sec3 li:last-child {
    padding: 0;
  }
  .chinaplas .sec3 a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 17px 20px;
    border: 1px solid #DDD;
    color: #333;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: -0.28px;
  }
  .chinaplas .sec3 a .icon {
    position: relative;
    display: inline-block;
    width: 15px;
    height: 15px;
    background-image: url("/resources/cn/local/images/product/exhibition/icon_download_mo.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% auto;
  }
  .chinaplas .sec3 a .outlink {
    background-image: url("/resources/cn/local/images/product/exhibition/icon_outlink_mo.png");
  }
  .chinaplas .sec3 a .golink {
    background-image: url("/resources/cn/local/images/product/exhibition/icon_golink_mo.png");
    }
  .chinaplas .banner a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 17px 25px;
    background-color: #DFEDF2;
  }
  .chinaplas .banner span {
    position: relative;
    padding: 0 0 5px;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: -0.28px;
    color: #333;
  }
  .chinaplas .banner span:after {
    content: "";
    position: absolute;
    bottom: -4px;
    left: 0;
    width: 125px;
    height: 10px;
    background: url("/resources/cn/local/images/product/exhibition/icon_line.png") center center no-repeat;
    background-size: 100% auto;
  }
  .chinaplas .banner img {
    display: inline-block;
    width: 36px;
    height: 36px;
  }
  .chinaplas .pop_wrap {
    overflow: hidden;
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 98;
    width: 100%;
    height: 100%;
  }
  .chinaplas .pop_wrap.active {
    display: block;
  }
  .chinaplas .pop_wrap.active .popup_cont.on {
    display: block;
  }
  .chinaplas .pop_wrap.on .popup_dim {
    opacity: 1;
  }
  .chinaplas .pop_wrap.on .popup_inner {
    bottom: 0;
  }
  .chinaplas .pop_wrap.on .popup_cont.on {
    opacity: 1;
    transform: translateY(0);
  }
  .chinaplas .pop_wrap .popup_dim {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    opacity: 0;
    transition: 0.5s;
  }
  .chinaplas .pop_wrap .popup_inner {
    position: absolute;
    left: 0;
    bottom: -100%;
    width: 100%;
    padding: 40px 4.6% 25px;
    background: #fff;
    transition: 0.5s;
  }
  .chinaplas .pop_wrap .close_popup {
    position: absolute;
    right: 0;
    top: 5px;
    width: 17px;
    height: 17px;
    padding: 15px;
    box-sizing: content-box;
  }
  .chinaplas .pop_wrap .popup_cont {
    display: none;
    width: 100%;
    opacity: 0;
    transform: translateY(50px);
    transition: 0.5s 0.5s;
  }
  .chinaplas .pop_wrap .popup_cont .top {
    margin-bottom: 15px;
  }
  .chinaplas .pop_wrap .popup_cont .top h2 {
    font-size: 15px;
    text-align: center;
    color: #333;
  }
  .chinaplas .pop_wrap .btn {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 50px;
    margin: 20px 0 0;
    padding: 17px 20px 15px;
    background-color: #00A3F1;
    font-size: 14px;
    line-height: 1rem;
    letter-spacing: -0.28px;
    text-align: left;
    color: #FFF;
  }
  .chinaplas .pop_wrap .btn:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    width: 16px;
    height: 15px;
    background: url(/resources/cn/local/images/product/exhibition/pop_icon_download.png) center center no-repeat;
    background-size: 100% auto;
  }
  .chinaplas .pop_wrap .video_area {
    position: relative;
    padding-top: 56.25%;
    margin: 0 auto;
  }
  .chinaplas .pop_wrap .video_area .swiper-container, .chinaplas .pop_wrap .video_area video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .chinaplas .pop_wrap .video_area .swiper-container {
    border: 1px solid #ddd;
  }
  .chinaplas .pop_wrap .video_area img {
    width: 100%;
    height: auto;
  }
  .chinaplas .pop_wrap .video_area .swiper-controller {
    position: absolute;
    bottom: 7px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
  }
  .chinaplas .pop_wrap .video_area .swiper-pagination {
    width: 100%;
    height: 10px;
  }
  .chinaplas .pop_wrap .video_area .swiper-pagination .swiper-pagination-bullet {
    display: inline-block;
    width: 7px;
    height: 7px;
    margin: 0 3px;
    border-radius: 50%;
    background: #1fa7f1;
    opacity: 0.3;
  }
  .chinaplas .pop_wrap .video_area .swiper-pagination .swiper-pagination-bullet-active {
    opacity: 1;
  }
}


/*241112 이소소르비드 제품 페이지 영역 추가*/

.isb .sec02 .con02 .panel.ibs .cont_wrap:nth-child(3){
  padding-top: 120px;
  margin-top: 4.6875rem;
  border-top: 1px solid #dddddd;
}

.isb .sec02 .con02 .panel.ibs .cont_wrap:nth-child(3) {
  margin-top: 5rem;
}

@media (max-width: 766px) { 
  .isb .sec02 .con02 .panel.ibs .cont_wrap:nth-child(3) {
    margin-top: 5rem;
  }
}

@media (max-width: 1023px) {
.isb .sec02 .con02 .panel.ibs .cont_wrap:nth-child(3){
  padding-top: 80px;
  margin-top: 5rem;
}
}



.isb .sec02 .con02 .graph_wrap1 {
  margin-top: 7.5rem;
}
.isb .sec02 .con02 .graph_wrap1 .img {
   margin-top: 3.34375rem;
}

@media (max-width: 1023px) {
   .isb .sec02 .con02 .graph_wrap1 {
        margin-top: 4.6875rem;
   }
   .isb .sec02 .con02 .graph_wrap1 .img {
       margin-top: 2.21875rem;
   }
}

@media (max-width: 766px) {
   .isb .sec02 .con02 .graph_wrap1 {
       margin-top: 5rem;
   }
   .isb .sec02 .con02 .graph_wrap1 .img {
       margin-top: 2.21875rem;
   }
}

/* 250225 대표이사사진추가 */
.about .sec03 .cont_area .area_img img {
  display: inline-block;
}
.about .sec03 .cont_area .area_txt {
  width: calc(100% - 435px);
  padding-right: 55px;
  margin-bottom: none;
}
.about .sec03 .cont_area .name {
  position: static;
  margin-top: 2.09375rem;
}
@media (max-width: 1023px) {
  .about .sec03 .cont_area .area {
    width: 46.6836734694%;
    margin-left: 6.6326530612%;
  }
  .about .sec03 .cont_area .area:nth-child(2n-1) {
    margin-left: 0;
  }
  .about .sec03 .cont_area .area_txt {
    margin-bottom: none;
    padding-right: 0;
  }
  .about .sec03 .cont_area .name {
    margin-top: 0.96875rem;
    text-align: right;
  }
}
@media (max-width: 766px) {
  .about .sec03 .cont_area .area {
    width: 100%;
  }
  .about .sec03 .cont_area .area_img {
    width: 100%;
    margin-top: 3.75rem;
    margin-left: 0;
    text-align: center;
}
  .about .sec03 .cont_area .area_txt {
    margin-bottom: none;
  }
  .about .sec03 .cont_area .name {
    margin-top: 0.96875rem;
  }
}
/* 2025년 07월 중문 추가 css */
/* 폰트 두께 추가 */
.facility .txt_img_area .txt_area dl dt {
  font-weight: bold;
}
.esg .txt_area h4 {
  font-weight: bold;
}
.esg .txt_area dl dt{
  font-weight: bold;
}
.esg .txt_area dl dd p,
.esg .txt_area dl dd span {
  word-break: break-all !important;
}
/* facility 중문 사업장 주소지 텍스트 수정 */
.about .sec05 .con01 .list .box .info_txt .address_txt {
  font-size: 1.0625rem;
  letter-spacing: 0;
  line-height: 1.5294117647;
  color: #999;
  word-break: break-all;
}
.about .sec05 .con01 .list .box .info_txt .address_txt:hover button {
  display: inline-block;
  vertical-align: middle;
}
.about .sec05 .con01 .list .box .info_txt .address_txt button {
  display: none;
  padding: 5px;
  margin: -5px 0 0 2px;
}
.about .sec05 .con01 .list .box .info_txt .num_box p {
  display: block;
  font-size: 1.0625rem;
  letter-spacing: 0;
  line-height: 1.5294117647;
}
.about .sec05 .con01 .list .box .info_txt .num_box p button {
  display: none;
  vertical-align: middle;
  padding: 5px;
  margin: -5px 0 0 2px;
}
.about .sec05 .con01 .list .box .info_txt .num_box p:hover button {
  display: inline-block;
  vertical-align: middle;
}
.about .sec05 .con01 .list .box .info_txt .num_box{
  width: 300px;
}
@media (max-width: 766px) {
  .about .sec05 .con01 .list .box .info_txt .address_txt {
    font-size: 0.875rem;
    letter-spacing: 0;
    line-height: 1.8571428571;
  }
  .about .sec05 .con01 .list .box .info_txt .num_box p {
    font-size: 0.875rem;
    letter-spacing: 0;
    line-height: 1.9285714286;
  }
  .about .sec05 .con01 .list .box .info_txt .num_box{
    width: 100%;
    margin-top: 0.1875rem;
  }
}
/* 배너위치 수정  */
.about .sec05 .con02 .banner {
  display: block;
  flex-wrap: unset;
  justify-content: unset;
  align-items: unset;
  flex-direction: unset;
  position: relative;
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
  padding: 65px 10px 74px 140px;
  background: url("/resources/cn/local/images/company/about_banner_bg.jpg") 0 0 no-repeat;
  background-size: cover;
  overflow: hidden;
}
@media (max-width: 1023px) {
  .about .sec05 .con02 .banner {
    align-items: flex-start; 
    max-width: 100%;
    padding: 48px 20px 56px 20px;
    border-radius: 0;
    background: url("/resources/cn/local/images/company/about_banner_mbg.jpg") 0 0 no-repeat;
    background-size: cover;
  }
}
/* library - 다운로드 버튼 추가 */
.library .list_wrap.type1 li.title_box .country_txt {
    width: 190px;
    text-align: right;
}
.library .list_wrap.type1 li.title_box .tit {
    width: calc(100% - 190px);
}
.list_wrap.type1 li.title_box .country_txt p{
      margin-right: 45px;
}
.library .list_wrap p {
    width: calc(100% - 180px);
}
.library .list_wrap.type1 li .down_box {
    width: 180px;
}
@media (max-width: 766px) {
    .library .list_wrap p {
        width: 100%;
    }
     .library .list_wrap.type1 li .down_box {
        width: 100%;
        text-align: left;
    }
}
/* library - 0729 브로셔 다운로드 섹션 추가 */

.library .sec.sec01 .inner {
    padding-bottom: 100px;
    /* border-bottom: 1px solid #dddddd; */
}

.library .sec.sec02 {
    /* margin-top: 180px; */
}

.library .sec02 .con01 .item_download {
    display: flex;
    border-top: 1px solid #c1c1c1;
    border-bottom: 1px solid #c1c1c1;
    padding: 60px 44px 60px 30px;
    justify-content: space-between;
    align-items: start;
}

.library .sec02 .con01 .item_download .item_tit {
    margin-bottom: 0.5625rem;
    font-size: 2rem;
    letter-spacing: 0;
    line-height: 1.4545454545;
    color: #222222;
    font-weight: bold;
}

.library .sec02 .con01 .item_download .txt_box {
    width: 100%;
    position: relative;
    box-sizing: border-box;
    padding-right: 5%;
}

.library .sec02 .con01 .item_download .txt_box p {
    margin-top: 0;
}

.library .sec02 .con01 .item_download .img_box {
    position: relative;
    width: 230px;
    height: 100%;
    border: 1px solid #dddddd;
}

.library .sec02 .con01 .item_download .txt_wrpa {
    display: flex;
    flex-direction: column;
}

.library .sec02 .con01 .item_download .down_box a {
    margin-top: 75px;
    display: inline-block;
    width: 50px;
    margin-right: 27px;
    font-size: 1.0625rem;
    letter-spacing: -0.02em;
    line-height: 0.7058823529;
    color: #000000;
}

.library .sec02 .con01 .item_download .down_box a::after {
    display: inline-block;
    vertical-align: middle;
    width: 16px;
    height: 16px;
    margin: -3px 0 0 8px;
    background: url(/resources/cn/global/images/button/icon_download.svg) center no-repeat;
    background-size: 100%;
    content: "";
}

.library .sec02 .con01 .item_download .down_box a:hover {
    color: #6eeb83;
}

.library .sec02 .con01 .item_download .down_box a:hover::after {
    background: url(/resources/cn/global/images/button/icon_download_green.svg) center no-repeat;
    background-size: 100%;
}

@media (max-width: 1023px) {

    .library .sec.sec01 .inner {
        padding-bottom: 8px;
    }

    .library .sec.sec02 {
        /* margin-top: 120px; */
    }

    .library .sec02 .con01 .item_download {
        padding: 30px 2.3% 30px 2.5%;
    }

    .library .sec02 .con01 .item_download .item_tit {
        font-size: 1.4375rem;
        letter-spacing: 0;
        line-height: 1.5;
        margin-bottom: 0.625rem;
    }

    .library .sec02 .con01 .item_download .down_box a {
        margin-top: 1.5rem;
        width: 51px;
        margin-right: 20px;
        font-size: 0.875rem;
        letter-spacing: -0.02em;
        line-height: 0.8571428571;
    }
    .library .sec02 .con01 .item_download .down_box a::after {
        width: 14px;
        height: 14px;
        margin-left: 7px;
    }
}
@media (max-width: 766px){
    .library .sec02 .con01 .item_download {
        flex-direction: column-reverse;
        gap: 20px;
    }
    .library .sec02 .con01 .item_download .img_box{
        width: 180px;
    }
}