@charset "UTF-8";
/* global */ /* font */
/* base */
/* margin block 변수 */
/* grid system XD 사이즈 */
/* path */
/* media query */
/* font */
/* margin-bottom 
*  @param {number} $length - block 개수
*  @param {number} $font-size - font-size
*  @param {number} $line-height - line-height
*  @param {number} $marginBlockPx - _variable.scss 에 선언한 pc,tablet,mobile 마진블럭 개당 px 값
*                                   default 값은 pc마진블럭, 랩탑,모바일에서 마진값 변동시 변수값 변경 후 사용
*                                   ex)  tablet - marginBottom(2,18,30,$tabletBlockSize)
*                                   ex)  mobile - marginBottom(2,18,30,$mobileBlockSize)
*                                   블럭개수 없고 기본 margin rem 사용 시
*                                   ex)  marginBottom(0,null,null,픽셀값입력), marginBottom(0,$marginBlockPx:픽셀값입력)
*
*/
/* margin-top
*  위와 동일 하나 margin-bottom 을 기본적으로 사용 하지만 예외적인 경우 margin-top 사용
*  예외 - 타이틀부분 공통 처리를 하였는데 서브타이틀이 사용되지 않는 페이지의 경우 타이틀에 불필요한 margin-bottom 이 들어갈 경우 등
*/
/* font-size */
/* 말줄임 */
/* transform */
/* vw 계산기 */
/* grid */
/* flex */
/* background */
/* bullet */
/* clear */
/* wordBreak */
/* base */
/* path */
/* layout */
#header #gnb .depth2_list {
  padding-bottom: 110px;
}
#header #gnb > ul > li > a {
  padding: 0 35px;
}
#header #gnb > ul > li:first-of-type > a {
  padding-left: 56px;
}
#header #gnb > ul > li:nth-of-type(2) > a {
  padding: 0 32px;
}
#header #gnb > ul > li:nth-of-type(3) > a {
  padding: 0 31px;
}
#header #gnb > ul > li:nth-of-type(4) > a {
  padding: 0 30px;
}
#header #gnb > ul > li:last-of-type > a {
  padding: 0 35px;
}
#header #gnb > ul > li:last-of-type > a::after {
  display: none;
}
#header #gnb.on > ul > li:first-child > a {
  padding: 0 58px 0 56px;
}
#header #gnb.on > ul > li:nth-of-type(2) > a {
  padding: 0 47px;
}
#header #gnb.on > ul > li:nth-of-type(3) > a {
  padding: 0 31px;
}
#header #gnb.on > ul > li:nth-of-type(4) > a {
  padding: 0 40px;
}
#header #gnb.on > ul > li:nth-of-type(5) > a {
  padding: 0 60px;
}
#header #gnb.on > ul > li:last-child > a {
  padding: 0 54px;
}

.banner_area_contribution {
  padding: 50px 70px 50px 170px;
}
.banner_area_contribution::before {
  background: url("/resources/cn/local/images/esg/esg_banner_contribution_icon.svg") 63px 38px no-repeat;
  background-size: 72px 72px;
}
@media (max-width: 1023px) {
  .banner_area h5 {
    font-size: 1.0625rem;
    letter-spacing: -0.02em;
    line-height: 1.3529411765;
  }
  .banner_area_contribution {
    padding: 25px 17.9% 25px 23.88%;
  }
  .banner_area_contribution::before {
    width: 23.88%;
    background-position: 80% 22px;
    background-size: 45px 45px;
    content: "";
  }
  .banner_area_contribution p {
    word-break: keep-all;
    word-wrap: break-word;
    font-weight: 400;
    font-size: 0.875rem;
    letter-spacing: -0.02em;
    line-height: 1.3571428571;
  }
}
@media (max-width: 766px) {
  .banner_area_contribution::before {
    background-position: 60% 22px;
  }
}

/* page */
.main .sec_visual .slide_1 .bg {
  background: url("/resources/cn/local/images/main/main_sec_visual1_pc.jpg") 50% 50% no-repeat;
  background-size: cover;
}
.main .sec_visual .slide_2 .bg {
  background: url("/resources/cn/local/images/main/main_sec_visual2_pc.jpg") 50% 50% no-repeat;
  background-size: cover;
}
.main .sec_visual .slide_3 .bg {
  background: url("/resources/cn/local/images/main/main_sec_visual3_pc.jpg") 50% 50% no-repeat;
  background-size: cover;
}
@media (max-width: 1023px) {
  .main .sec_visual .slide_1 .bg {
    background: url("/resources/cn/local/images/main/main_sec_visual1_m.jpg") 50% 50% no-repeat;
    background-size: cover;
  }
  .main .sec_visual .slide_2 .bg {
    background: url("/resources/cn/local/images/main/main_sec_visual2_m.jpg") 50% 50% no-repeat;
    background-size: cover;
  }
  .main .sec_visual .slide_3 .bg {
    background: url("/resources/cn/local/images/main/main_sec_visual3_m.jpg") 50% 50% no-repeat;
    background-size: cover;
  }
}
.main .sec01 .card_list.type02 ul > li p {
  margin-bottom: 1.25rem;
}
.main .sec01 .card_list.type02 ul > li i {
  opacity: 0;
  transition-property: opacity;
  transition-duration: 0.3s;
}
.main .sec01 .card_list.type02 ul > li:nth-of-type(1) .bg {
  background: url("/resources/cn/local/images/main/main_sec01_card_list_type02_bg1_pc.jpg") 50% 50% no-repeat;
  background-size: cover;
}
.main .sec01 .card_list.type02 ul > li:nth-of-type(2) .bg {
  background: url("/resources/cn/local/images/main/main_sec01_card_list_type02_bg2_pc.jpg") 50% 50% no-repeat;
  background-size: cover;
}
.main .sec01 .card_list.type02 ul > li:nth-of-type(2) .bg:before {
  background-color: #322FA2;
}
@media (min-width: 1024px) {
  .main .sec01 .card_list.type02 ul > li:hover i {
    opacity: 1;
  }
}
@media (max-width: 1023px) {
  .main .sec01 .card_list.type02 ul > li {
    height: 175px;
    padding: 30px 24px;
  }
  .main .sec01 .card_list.type02 ul > li + li {
    margin-top: 0;
  }
  .main .sec01 .card_list.type02 ul > li:nth-of-type(1) .bg {
    background: url("/resources/cn/local/images/main/main_sec01_card_list_type02_bg1_m.jpg") 50% 80% no-repeat;
    background-size: cover;
  }
  .main .sec01 .card_list.type02 ul > li:nth-of-type(2) .bg {
    background: url("/resources/cn/local/images/main/main_sec01_card_list_type02_bg2_m.jpg") 50% 50% no-repeat;
    background-size: cover;
  }
  .main .sec01 .card_list.type02 ul > li strong {
    margin-bottom: 0.625rem;
  }
  .main .sec01 .card_list.type02 ul > li i {
    opacity: 1;
  }
}
@media (max-width: 1023px) {
  .main .sec02 .list_wrap .list li {
    padding: 39.7% 0 0 0;
  }
  .main .sec02 .list_wrap .list li:nth-child(1) {
    background: url("/resources/cn/local/images/main/main_sec01_m_bg01.jpg") 50% 50% no-repeat;
    background-size: cover;
  }
  .main .sec02 .list_wrap .list li:nth-child(2) {
    background: url("/resources/cn/local/images/main/main_sec01_m_bg02.jpg") 50% 50% no-repeat;
    background-size: cover;
  }
}
.main .top_txt .left p {
  line-height: 27px;
}
.main .top_txt .right p {
  line-height: 26px;
}

.about .sec01 .con01 .vision_area {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 630px;
  margin: 0 auto;
  box-sizing: border-box;
  margin-top: 3.75rem;
}
.about .sec01 .con01 .vision_area .curtain_wrap {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 11;
}
.about .sec01 .con01 .vision_area .curtain_wrap > div {
  position: absolute;
  width: calc(50% - 490px);
  height: 100%;
  top: 0;
  background-color: #fff;
}
.about .sec01 .con01 .vision_area .curtain_wrap .left {
  left: 0;
}
.about .sec01 .con01 .vision_area .curtain_wrap .right {
  right: 0;
}
.about .sec01 .con01 .vision_area .bg {
  background: url("/resources/cn/local/images/company/about_img01.jpg") center no-repeat;
  background-size: 100%;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 50%;
  min-width: 1920px;
  transform: translate(-50%, 0);
  transform-origin: bottom;
  z-index: 10;
}
@media (max-width: 1023px) {
  .about .sec01 .con01 .vision_area {
    width: 89.6%;
    height: auto;
    padding-top: 57.47%;
    margin-top: 3.75rem;
  }
  .about .sec01 .con01 .vision_area .curtain_wrap {
    display: none;
  }
  .about .sec01 .con01 .vision_area .bg {
    min-width: none;
    height: 100%;
    background-size: auto 100%;
  }
}
@media (max-width: 766px) {
  .about .sec01 .con01 .vision_area {
    width: 89.334%;
    margin: 0 5.333%;
    margin-top: 3.75rem;
  }
}
.about .sec02 {
  margin: 0;
  padding: 100px 0 0;
  position: relative;
  background-color: transparent;
}
.about .sec02 .con01 {
  margin: 0;
}
.about .sec02 .bg {
  width: 100%;
  height: 650px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  overflow: hidden;
  background-color: #E7EBEC;
}
.about .sec02 .list {
  padding-top: 60px;
  font-size: 0;
}
.about .sec02 .list li {
  display: inline-block;
  vertical-align: top;
  width: calc(33.333333% - 14px);
  margin-right: 21px;
  height: 164px;
  box-shadow: 30px 30px 30px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}
.about .sec02 .list li:last-of-type {
  margin-right: 0;
}
.about .sec02 .list li a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  padding: 30px 0 0 30px;
  background-color: #ffffff;
  transition: all 0.3s;
  position: relative;
}
.about .sec02 .list li a p {
  font-size: 1.0625rem;
  letter-spacing: -0.02em;
  line-height: 1.7058823529;
  font-weight: 500;
  color: #444444;
}
.about .sec02 .list li a i {
  position: absolute;
  display: block;
  width: 66px;
  height: 66px;
  left: 30px;
  bottom: 30px;
}
.about .sec02 .list li a:after {
  display: block;
  position: absolute;
  top: 38px;
  right: 30px;
  width: 14px;
  height: 14px;
  content: "";
  background: url("/resources/cn/global/images/button/button_arrow_black.svg") 0 0 no-repeat;
  background-size: 100% 100%;
}
@media (min-width: 1024px) {
  .about .sec02 .list li a:hover {
    background-color: #26247B;
  }
  .about .sec02 .list li a:hover p {
    color: #ffffff;
  }
  .about .sec02 .list li a:hover::after {
    background: url("/resources/cn/global/images/button/button_arrow_white.svg") 0 0 no-repeat;
    background-size: 100% 100%;
  }
}
.about .sec02 .list li:nth-of-type(1) a i {
  background: url("/resources/cn/local/images/company/about_sec02_list01_icon01.svg") 0 0 no-repeat;
  background-size: 100% 100%;
}
.about .sec02 .list li:nth-of-type(2) a i {
  background: url("/resources/cn/local/images/company/about_sec02_list01_icon02.svg") 0 0 no-repeat;
  background-size: 100% 100%;
}
.about .sec02 .list li:nth-of-type(3) a i {
  background: url("/resources/cn/local/images/company/about_sec02_list01_icon03.svg") 0 0 no-repeat;
  background-size: 100% 100%;
}
@media (min-width: 1024px) {
  .about .sec02 .list li:nth-of-type(1) a:hover i {
    background: url("/resources/cn/local/images/company/about_sec02_list01_icon01_on.svg") 0 0 no-repeat;
    background-size: 100% 100%;
  }
  .about .sec02 .list li:nth-of-type(2) a:hover i {
    background: url("/resources/cn/local/images/company/about_sec02_list01_icon02_on.svg") 0 0 no-repeat;
    background-size: 100% 100%;
  }
  .about .sec02 .list li:nth-of-type(3) a:hover i {
    background: url("/resources/cn/local/images/company/about_sec02_list01_icon03_on.svg") 0 0 no-repeat;
    background-size: 100% 100%;
  }
  .about .sec02 .list li:nth-of-type(4) a:hover i {
    background: url("/resources/cn/local/images/company/about_sec02_list01_icon04_on.svg") 0 0 no-repeat;
    background-size: 100% 100%;
  }
}
@media (max-width: 1023px) {
  .about .sec02 {
    padding: 120px 0;
  }
  .about .sec02 .bg {
    height: 100%;
  }
  .about .sec02 .bg:before {
    display: none;
  }
  .about .sec02 .bg:after {
    right: auto;
    left: 0;
    top: 10px;
    width: 525px;
    height: 316px;
  }
  .about .sec02 .list {
    padding-top: 40px;
  }
  .about .sec02 .list li {
    display: block;
    width: 100%;
    margin-right: 0;
    height: 100%;
    height: auto;
    box-shadow: 20px 20px 20px rgba(0, 0, 0, 0.16);
  }
  .about .sec02 .list li + li {
    margin-top: 10px;
  }
  .about .sec02 .list li a {
    width: 100%;
    padding: 20px;
  }
  .about .sec02 .list li a > * {
    display: inline-block;
    vertical-align: middle;
  }
  .about .sec02 .list li a p {
    width: calc(100% - 45px);
    padding-left: 20px;
    font-size: 0.9375rem;
    letter-spacing: -0.02em;
    line-height: 1.5333333333;
  }
  .about .sec02 .list li a i {
    position: static;
    display: inline-block;
    width: 45px;
    height: 45px;
  }
  .about .sec02 .list li a::after {
    width: 12px;
    height: 12px;
    top: 37px;
    right: 20px;
  }
}
.about .sec03 {
  margin: 0;
  padding: 180px 0;
}
.about .sec03 .cont_area {
  margin-top: 3.375rem;
  padding: 0;
}
.about .sec03 .cont_area .cont_wrap {
  margin: 0;
  position: relative;
}
.about .sec03 .cont_area .area_txt {
  width: 100%;
  padding-right: 0;
  margin-bottom: 3.34375rem;
}
.about .sec03 .cont_area .name strong {
  font-size: 1.25rem;
  letter-spacing: -0.02em;
  line-height: 1.3;
  font-weight: 500;
  color: #222222;
}
.about .sec03 .cont_area .name p {
  font-size: 0.875rem;
  letter-spacing: -0.02em;
  line-height: 1.7142857143;
  font-weight: 400;
  color: #aaa;
}
@media (max-width: 1023px) {
  .about .sec03 {
    padding: 120px 0;
  }
  .about .sec03 .cont_area {
    margin-top: 2.21875rem;
  }
  .about .sec03 .cont_area .area_txt {
    margin-bottom: 2.21875rem;
  }
  .about .sec03 .cont_area .name strong {
    font-size: 1rem;
    letter-spacing: -0.02em;
    line-height: 1.5625;
  }
  .about .sec03 .cont_area .name p {
    font-size: 0.875rem;
    letter-spacing: -0.02em;
    line-height: 1.3571428571;
  }
}
@media (max-width: 766px) {
  .about .sec03 .cont_area {
    margin-top: 2.21875rem;
  }
  .about .sec03 .cont_area .area_txt {
    margin-bottom: 2.21875rem;
  }
}
.about .sec04 {
  background: none;
  padding: 0 0 180px;
}
.about .sec04::before {
  background: none;
}
.about .sec04 .con_title {
  margin-bottom: 5.625rem;
}
.about .sec04 .history {
  height: 760px;
  position: relative;
  overflow: hidden;
}
.about .sec04 .history:after {
  content: "";
  width: 100%;
  height: 240px;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
  background: url("/resources/cn/local/images/company/history_dim.png") 0 0 no-repeat;
  background-size: auto 100%;
}
.about .sec04 .history.active {
  height: auto;
}
.about .sec04 .history.active:after {
  display: none;
}
.about .sec04 .history.type02 .history_con_wrap .con .inner {
  padding: 0 0 90px;
}
.about .sec04 .history.type02 .history_con_wrap .con .inner:before {
  left: 230px;
}
.about .sec04 .history.type02 .history_con_wrap .con .area_year {
  width: 230px;
}
.about .sec04 .history.type02 .history_con_wrap .con .area_history {
  width: calc(100% - 230px);
}
.about .sec04 .history.type02 .history_con_wrap .con .progress {
  left: 230px;
}
.about .sec04 .history.type02 .history_con_wrap .con:last-child .inner {
  padding-bottom: 0;
}
@media (max-width: 1023px) {
  .about .sec04 {
    padding: 0 0 120px;
  }
  .about .sec04 .con_title {
    margin-bottom: 3.75rem;
  }
  .about .sec04 .history {
    height: 650px;
  }
  .about .sec04 .history:after {
    height: 160px;
  }
  .about .sec04 .history.type02 .history_con_wrap .con .inner {
    padding: 0 0 60px;
  }
  .about .sec04 .history.type02 .history_con_wrap .con .inner:before {
    left: 130px;
  }
  .about .sec04 .history.type02 .history_con_wrap .con .area_year {
    width: 130px;
  }
  .about .sec04 .history.type02 .history_con_wrap .con .area_history {
    width: calc(100% - 130px);
  }
  .about .sec04 .history.type02 .history_con_wrap .con .progress {
    left: 130px;
  }
  .about .sec04 .history.type02 .history_con_wrap .con:last-child .inner {
    padding-bottom: 0;
  }
}
@media (max-width: 766px) {
  .about .sec04 .con_title {
    margin-bottom: 3.75rem;
  }
  .about .sec04 .history.type02 .history_con_wrap .con .inner {
    padding: 0 0 60px 15px;
  }
  .about .sec04 .history.type02 .history_con_wrap .con .inner:before {
    left: 0;
  }
  .about .sec04 .history.type02 .history_con_wrap .con .area_year {
    width: 100%;
  }
  .about .sec04 .history.type02 .history_con_wrap .con .area_history {
    width: 100%;
  }
  .about .sec04 .history.type02 .history_con_wrap .con .progress {
    left: 0;
  }
}
.about .sec05 {
  display: block;
  padding: 0;
  background: none;
}
.about .sec05 .con01 {
  margin-bottom: 7.5rem;
}
.about .sec05 .con01 .list {
  font-size: 0;
}
.about .sec05 .con01 .list .box {
  display: inline-block;
  vertical-align: top;
  width: calc(50% - 15px);
}
.about .sec05 .con01 .list .box:last-of-type {
  margin-left: 30px;
}
.about .sec05 .con01 .list .box .img_box {
  width: 100%;
  overflow: hidden;
}
.about .sec05 .con01 .list .box .img_box img {
  width: 100%;
}
.about .sec05 .con01 .list .box .info_wrap {
  position: relative;
  width: 100%;
  margin-top: 2.8125rem;
}
.about .sec05 .con01 .list .box .info_txt {
  width: calc(100% - 76px);
}
.about .sec05 .con01 .list .box .info_txt strong {
  display: block;
  font-size: 1.1875rem;
  letter-spacing: -0.02em;
  line-height: 1.6842105263;
  color: #222222;
  word-break: keep-all;
  word-wrap: break-word;
}
.about .sec05 .con01 .list .box .info_txt .address_txt {
  display: inline-block;
  vertical-align: top;
  margin-top: 0.9375rem;
  font-size: 0.875rem;
  letter-spacing: -0.02em;
  line-height: 1.7142857143;
  color: #999;
  word-break: keep-all;
  word-wrap: break-word;
}
.about .sec05 .con01 .list .box .info_txt .address_txt button {
  display: none;
  padding: 5px;
  margin: -4px 0 0 2px;
}
@media (min-width: 1024px) {
  .about .sec05 .con01 .list .box .info_txt .address_txt:hover {
    text-decoration: underline;
  }
}
.about .sec05 .con01 .list .box .info_txt .address_txt:hover button {
  display: inline-block;
  vertical-align: middle;
}
.about .sec05 .con01 .list .box .info_txt .num_box {
  width: 200px;
  margin-top: 0.5rem;
}
.about .sec05 .con01 .list .box .info_txt .num_box p {
  display: inline-block;
  vertical-align: top;
  font-size: 0.875rem;
  letter-spacing: -0.02em;
  line-height: 1.7142857143;
  color: #999;
  position: relative;
}
.about .sec05 .con01 .list .box .info_txt .num_box p:before {
  display: block;
  position: absolute;
  top: 5px;
  left: 0;
  content: "";
}
.about .sec05 .con01 .list .box .info_txt .num_box p.tel {
  padding-left: 24px;
}
.about .sec05 .con01 .list .box .info_txt .num_box p.tel::before {
  width: 16px;
  height: 16px;
  top: 5px;
  background: url("/resources/cn/global/images/company/global_tel_icon.svg") 0 0 no-repeat;
  background-size: 100% 100%;
}
.about .sec05 .con01 .list .box .info_txt .num_box p.tel .call {
  display: none;
  vertical-align: middle;
  width: 23px;
  height: 23px;
  margin: -4px 2px 0 0;
  padding-top: 5px;
  position: relative;
}
.about .sec05 .con01 .list .box .info_txt .num_box p.tel .call img {
  width: 13px;
  height: 13px;
  margin: 0 auto;
}
.about .sec05 .con01 .list .box .info_txt .num_box p.tel .call:after {
  display: block;
  position: absolute;
  top: 6px;
  right: -2px;
  width: 1px;
  height: 11px;
  content: "";
  background-color: #ddd;
}
.about .sec05 .con01 .list .box .info_txt .num_box p.tel button {
  margin-left: 2px;
}
.about .sec05 .con01 .list .box .info_txt .num_box p.fax {
  margin-top: 0.3125rem;
  padding-left: 24px;
}
.about .sec05 .con01 .list .box .info_txt .num_box p.fax::before {
  width: 16px;
  height: 16px;
  top: 5px;
  left: 0;
  background: url("/resources/cn/global/images/company/global_fax_icon.svg") 0 0 no-repeat;
  background-size: 100% 100%;
}
.about .sec05 .con01 .list .box .info_txt .num_box p button {
  display: none;
  vertical-align: middle;
  padding: 5px;
  margin: -3px 0 0 2px;
}
@media (min-width: 1024px) {
  .about .sec05 .con01 .list .box .info_txt .num_box p:hover {
    text-decoration: underline;
  }
}
.about .sec05 .con01 .list .box .info_txt .num_box p:hover button {
  display: inline-block;
  vertical-align: middle;
}
.about .sec05 .con01 .list .box .map_link {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  right: 18px;
}
.about .sec05 .con01 .list .box .map_link::before {
  display: block;
  content: "";
  width: 32px;
  height: 40px;
  background: url(/resources/cn/global/images/company/global_map_link_icon.svg) center no-repeat;
  background-size: 100% 100%;
  transition: background 0.5s;
}
@media (min-width: 1024px) {
  .about .sec05 .con01 .list .box .map_link:hover::before {
    background: url(/resources/cn/global/images/company/global_map_link_icon_on.svg) center no-repeat;
    background-size: 100% 100%;
  }
}
.about .sec05 .con02 {
  margin-bottom: 11.25rem;
}
.about .sec05 .con02 .banner {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  overflow: hidden;
  position: relative;
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
  padding: 65px 0 74px;
  background: url("/resources/cn/local/images/company/about_banner_bg.jpg") 0 0 no-repeat;
  background-size: cover;
}
.about .sec05 .con02 .banner > div {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.about .sec05 .con02 .banner p {
  font-size: 2rem;
  letter-spacing: -0.02em;
  line-height: 1.34375;
  font-family: "SamyangNeo", sans-serif;
  color: #ffffff;
  font-weight: 500;
  padding-bottom: 28px;
}
.about .sec05 .con02 .banner .btn {
  color: #ffffff;
  background-color: transparent;
}
.about .sec05 .con02 .banner .btn::after {
  background: url("/resources/cn/global/images/button/button_outlink_white.svg") 0 0;
  background-size: 100%;
}
@media (min-width: 1024px) {
  .about .sec05 .con02 .banner .btn:hover {
    background-color: #26247B;
  }
}
@media (max-width: 1023px) {
  .about .sec05 .con01 .list .box .info_wrap {
    width: 100%;
    margin-top: 1.5625rem;
  }
  .about .sec05 .con01 .list .box .info_txt {
    width: calc(100% - 60px);
  }
  .about .sec05 .con01 .list .box .info_txt strong {
    font-size: 1rem;
    letter-spacing: -0.02em;
    line-height: 1.5625;
  }
  .about .sec05 .con01 .list .box .info_txt .address_txt {
    margin-top: 0.625rem;
    font-size: 0.875rem;
    letter-spacing: -0.02em;
    line-height: 1.3571428571;
  }
  .about .sec05 .con01 .list .box .info_txt .address_txt button {
    margin-left: 0;
    margin-top: -3px;
  }
  .about .sec05 .con01 .list .box .info_txt .address_txt button img {
    width: 15px;
    height: 15px;
  }
  .about .sec05 .con01 .list .box .info_txt .num_box {
    width: 250px;
    margin-top: 0.1875rem;
  }
  .about .sec05 .con01 .list .box .info_txt .num_box p {
    font-size: 0.875rem;
    letter-spacing: -0.02em;
    line-height: 1.9285714286;
  }
  .about .sec05 .con01 .list .box .info_txt .num_box p.tel {
    margin-top: 0;
  }
  .about .sec05 .con01 .list .box .info_txt .num_box p.tel:hover .call {
    display: inline-block;
  }
  .about .sec05 .con01 .list .box .info_txt .num_box p.fax {
    margin-top: 0;
  }
  .about .sec05 .con01 .list .box .info_txt .num_box p button {
    margin-left: 0;
  }
  .about .sec05 .con01 .list .box .map_link {
    right: 13px;
  }
  .about .sec05 .con01 .list .box .map_link::before {
    width: 20px;
    height: 25px;
    background: url(/resources/cn/global/images/company/global_map_link_icon.svg) center no-repeat;
    background-size: 100% 100%;
  }
  .about .sec05 .con02 {
    margin-bottom: 0;
  }
  .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;
  }
  .about .sec05 .con02 .banner p {
    font-size: 1.125rem;
    letter-spacing: -0.02em;
    line-height: 1.4444444444;
    padding-bottom: 18px;
  }
}
@media (max-width: 766px) {
  .about .sec05 .con01 .list .box {
    display: block;
    width: 100%;
  }
  .about .sec05 .con01 .list .box:last-of-type {
    margin: 0;
    margin-top: 2.5rem;
  }
  .about .sec05 .con01 .list .box .info_txt .address_txt {
    margin-top: 0.625rem;
  }
}

.facility .sec01 .img_box {
  margin-top: 5.625rem;
}
.facility .sec01 .txt_icon_area {
  padding-top: 7px;
}
.facility .sec01 .txt_icon_area ul {
  font-size: 0;
  border-bottom: 1px solid #bababa;
}
.facility .sec01 .txt_icon_area ul li {
  width: 25%;
  display: inline-block;
  vertical-align: top;
  text-align: center;
  padding: 60px 20px;
  position: relative;
}
.facility .sec01 .txt_icon_area ul li i {
  display: inline-block;
  vertical-align: top;
  margin: 0 auto;
}
.facility .sec01 .txt_icon_area ul li p {
  padding-top: 10px;
  font-size: 0.875rem;
  letter-spacing: -0.02em;
  line-height: 1.7142857143;
  font-weight: 400;
  color: #666666;
  word-break: keep-all;
  word-wrap: break-word;
}
.facility .sec01 .txt_icon_area ul li:after {
  content: "";
  width: 1px;
  height: 54px;
  background: #999999;
  position: absolute;
  right: 0;
  top: 90px;
}
.facility .sec01 .txt_icon_area ul li:last-child:after {
  display: none;
}
@media (max-width: 1023px) {
  .facility .sec01 .img_box {
    margin-top: 3.75rem;
  }
  .facility .sec01 .txt_icon_area {
    padding-top: 10px;
  }
  .facility .sec01 .txt_icon_area ul li {
    width: 50%;
    min-height: 193px;
    padding: 30px 20px;
    border-color: #ddd;
  }
  .facility .sec01 .txt_icon_area ul li:nth-child(1), .facility .sec01 .txt_icon_area ul li:nth-child(2) {
    border-bottom: 1px solid #bababa;
  }
  .facility .sec01 .txt_icon_area ul li i {
    width: 70px;
  }
  .facility .sec01 .txt_icon_area ul li i img {
    width: 100%;
  }
  .facility .sec01 .txt_icon_area ul li p {
    padding-top: 5px;
    font-size: 0.875rem;
    letter-spacing: -0.02em;
    line-height: 1.3571428571;
  }
  .facility .sec01 .txt_icon_area ul li:after {
    height: 70px;
    top: 40px;
    background: #ddd;
  }
  .facility .sec01 .txt_icon_area ul li:nth-of-type(2n):after {
    display: none;
  }
}
@media (max-width: 766px) {
  .facility .sec01 .txt_icon_area ul li {
    min-height: 212px;
    padding: 30px 10px;
  }
}
.facility .sec02 {
  margin-top: 11.25rem;
}
@media (max-width: 1023px) {
  .facility .sec02 {
    margin-top: 7.5rem;
  }
  .facility .sec02 .txt_img_area .txt_area dl:nth-of-type(5), .facility .sec02 .txt_img_area .txt_area dl:nth-of-type(6) {
    height: 120px;
  }
}
@media (max-width: 1023px) and (max-width: 1023px) {
  .facility .sec02 .txt_img_area .txt_area dl:nth-of-type(5), .facility .sec02 .txt_img_area .txt_area dl:nth-of-type(6) {
    height: 100px;
  }
}
@media (max-width: 766px) {
  .facility .sec02 {
    margin-top: 7.5rem;
  }
  .facility .sec02 .txt_img_area .txt_area dl:nth-of-type(5), .facility .sec02 .txt_img_area .txt_area dl:nth-of-type(6) {
    height: auto;
  }
}
.facility .sec03 {
  margin-top: 11.25rem;
}
.facility .sec03 .txt_img_area .txt_area dl:nth-of-type(5), .facility .sec03 .txt_img_area .txt_area dl:nth-of-type(6) {
  height: 120px;
}
@media (max-width: 1023px) {
  .facility .sec03 {
    margin-top: 7.5rem;
  }
  .facility .sec03 .txt_img_area .txt_area dl:nth-of-type(5), .facility .sec03 .txt_img_area .txt_area dl:nth-of-type(6) {
    height: 100px;
  }
}
@media (max-width: 766px) {
  .facility .sec03 {
    margin-top: 7.5rem;
  }
  .facility .sec03 .txt_img_area .txt_area dl:nth-of-type(5), .facility .sec03 .txt_img_area .txt_area dl:nth-of-type(6) {
    height: auto;
  }
}
.facility .txt_img_area .img_area {
  margin-bottom: 2.8125rem;
}
.facility .txt_img_area .img_area img {
  width: 100%;
}
.facility .txt_img_area .txt_area {
  border-top: 2px solid #444444;
}
.facility .txt_img_area .txt_area::after {
  content: "";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.facility .txt_img_area .txt_area dl {
  display: table;
  width: 50%;
  height: 96px;
  float: left;
  border-bottom: 1px solid #dddddd;
}
.facility .txt_img_area .txt_area dl dt {
  width: 180px;
  display: table-cell;
  vertical-align: middle;
  font-size: 1.0625rem;
  letter-spacing: -0.02em;
  line-height: 1.7058823529;
  font-weight: 500;
  color: #222222;
}
.facility .txt_img_area .txt_area dl dd {
  width: calc(100% - 180px);
  display: table-cell;
  padding: 0 30px 0 0;
  vertical-align: middle;
  font-size: 1.0625rem;
  letter-spacing: -0.02em;
  line-height: 1.7058823529;
  font-weight: 400;
  color: #444444;
}
@media (max-width: 1023px) {
  .facility .txt_img_area .img_area {
    margin-bottom: 1.875rem;
  }
  .facility .txt_img_area .txt_area dl {
    height: 80px;
  }
  .facility .txt_img_area .txt_area dl dt {
    width: 150px;
    box-sizing: border-box;
    font-size: 0.875rem;
    letter-spacing: -0.02em;
    line-height: 1.3571428571;
  }
  .facility .txt_img_area .txt_area dl dd {
    width: calc(100% - 150px);
    padding: 0 20px 0 0;
    font-size: 0.875rem;
    letter-spacing: -0.02em;
    line-height: 1.3571428571;
  }
}
@media (max-width: 766px) {
  .facility .txt_img_area .img_area {
    margin-bottom: 1.875rem;
  }
  .facility .txt_img_area .txt_area dl {
    float: none;
    width: 100%;
    height: auto;
    padding: 15px 0;
  }
  .facility .txt_img_area .txt_area dl dt {
    width: 150px;
    padding: 0 20px;
  }
  .facility .txt_img_area .txt_area dl dd {
    width: calc(100% - 150px);
    padding: 0 15px 0 0;
  }
}

.bpa .top_sec_common .bg_box .bg {
  background-image: url("/resources/cn/local/images/product/visual_bpa.jpg");
}
.bpa .sec {
  margin-bottom: 11.25rem;
}
.bpa .sec:last-child {
  margin-bottom: 0;
}
@media (max-width: 1023px) {
  .bpa .sec {
    margin-bottom: 7.5rem;
  }
}
@media (max-width: 766px) {
  .bpa .sec {
    margin-bottom: 7.5rem;
  }
}
.bpa .sec01 .con01 {
  margin-bottom: 11.25rem;
}
.bpa .sec01 .con01 .vision_area {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 500px;
  margin: 0 auto;
  box-sizing: border-box;
  margin-top: 5.625rem;
}
.bpa .sec01 .con01 .vision_area .curtain_wrap {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 11;
}
.bpa .sec01 .con01 .vision_area .curtain_wrap > div {
  position: absolute;
  width: calc(50% - 490px);
  height: 100%;
  top: 0;
  background-color: #fff;
}
.bpa .sec01 .con01 .vision_area .curtain_wrap .left {
  left: 0;
}
.bpa .sec01 .con01 .vision_area .curtain_wrap .right {
  right: 0;
}
.bpa .sec01 .con01 .vision_area .bg {
  background: url("/resources/cn/local/images/product/visual_bpa.jpg") center no-repeat;
  background-size: 100%;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 50%;
  min-width: 1920px;
  transform: translate(-50%, 0);
  transform-origin: bottom;
  z-index: 10;
}
.bpa .sec01 .con02 .con_title h3 {
  font-size: 2.625rem;
  letter-spacing: -0.02em;
  line-height: 1.3333333333;
}
.bpa .sec01 .con02 .con_title p span {
  display: block;
  margin-bottom: 2.125rem;
}
.bpa .sec01 .con02 .con_title p span:last-child {
  margin-bottom: 0;
}
.bpa .sec01 .con02 .inner {
  padding-bottom: 180px;
  border-bottom: 1px solid #dddddd;
}
@media (max-width: 1023px) {
  .bpa .sec01 .con01 {
    margin-bottom: 7.5rem;
  }
  .bpa .sec01 .con01 .vision_area {
    width: 89.6%;
    height: auto;
    padding-top: 57.47%;
    margin-top: 3.75rem;
  }
  .bpa .sec01 .con01 .vision_area .curtain_wrap {
    display: none;
  }
  .bpa .sec01 .con01 .vision_area .bg {
    background: url("/resources/cn/local/images/product/visual_bpa_m.jpg") center no-repeat;
    background-size: 100%;
    min-width: 0;
    height: 100%;
    background-size: auto 100%;
  }
  .bpa .sec01 .con02 .con_title h3 {
    font-size: 1.3125rem;
    letter-spacing: -0.02em;
    line-height: 1.2857142857;
  }
  .bpa .sec01 .con02 .con_title p {
    margin-top: 0.96875rem;
  }
  .bpa .sec01 .con02 .con_title p span {
    margin-bottom: 1.59375rem;
  }
  .bpa .sec01 .con02 .inner {
    padding-bottom: 120px;
  }
}
@media (max-width: 766px) {
  .bpa .sec01 .con01 {
    margin-bottom: 7.5rem;
  }
  .bpa .sec01 .con01 .vision_area {
    width: 89.334%;
    margin: 0 5.333%;
    margin-top: 3.75rem;
  }
  .bpa .sec01 .con02 .con_title p {
    margin-top: 0.96875rem;
  }
  .bpa .sec01 .con02 .con_title p span {
    margin-bottom: 1.59375rem;
  }
}
.bpa .sec02 .con_title h3 {
  font-size: 2.625rem;
  letter-spacing: -0.02em;
  line-height: 1.3333333333;
}
.bpa .sec02 .con_title p {
  font-weight: 500;
  color: #222222;
}
.bpa .sec02 .con01 {
  margin-bottom: 9.375rem;
  font-size: 0;
}
.bpa .sec02 .con01 .cont_item {
  margin-top: 3.75rem;
}
.bpa .sec02 .con01 .cont_item p {
  display: inline-block;
  width: calc(100% - 320px);
  padding-right: 85px;
  font-size: 1.0625rem;
  letter-spacing: -0.02em;
  line-height: 1.7058823529;
  color: #666666;
  vertical-align: middle;
}
.bpa .sec02 .con01 .cont_item img {
  display: inline-block;
  width: 320px;
  vertical-align: middle;
}
.bpa .sec02 .con02 .inner {
  padding-bottom: 135px;
  border-bottom: 1px solid #dddddd;
}
.bpa .sec02 .con02 .panel {
  padding-top: 94px;
}
.bpa .sec02 .con02 .panel h4 {
  margin-bottom: 3.5rem;
  font-family: "SamyangNeo", sans-serif;
  font-size: 2rem;
  letter-spacing: -0.02em;
  line-height: 1.25;
  color: #222222;
}
.bpa .sec02 .con02 .panel > div h5 {
  font-family: "SamyangNeo", sans-serif;
  font-size: 1.375rem;
  letter-spacing: -0.02em;
  line-height: 1.3181818182;
  color: #222222;
}
.bpa .sec02 .con02 .panel.polycarbonate .character_wrap li:nth-child(1)::before {
  background: #f7f7f7 url("/resources/cn/local/images/product/icon_polycarbonate01.svg") center no-repeat;
  background-size: 95px 95px;
}
.bpa .sec02 .con02 .panel.polycarbonate .character_wrap li:nth-child(2)::before {
  background: #f7f7f7 url("/resources/cn/local/images/product/icon_polycarbonate02.svg") center no-repeat;
  background-size: 95px 95px;
}
.bpa .sec02 .con02 .panel.polycarbonate .character_wrap li:nth-child(3)::before {
  background: #f7f7f7 url("/resources/cn/local/images/product/icon_polycarbonate03.svg") center no-repeat;
  background-size: 95px 95px;
}
.bpa .sec02 .con02 .panel.polycarbonate .character_wrap li:nth-child(4)::before {
  background: #f7f7f7 url("/resources/cn/local/images/product/icon_polycarbonate04.svg") center no-repeat;
  background-size: 95px 95px;
}
.bpa .sec02 .con02 .panel.polycarbonate .character_wrap li:nth-child(5)::before {
  background: #f7f7f7 url("/resources/cn/local/images/product/icon_polycarbonate05.svg") center no-repeat;
  background-size: 95px 95px;
}
.bpa .sec02 .con02 .panel.epoxy .character_wrap li:nth-child(1)::before {
  background: #f7f7f7 url("/resources/cn/local/images/product/icon_epoxy01.svg") center no-repeat;
  background-size: 95px 95px;
}
.bpa .sec02 .con02 .panel.epoxy .character_wrap li:nth-child(2)::before {
  background: #f7f7f7 url("/resources/cn/local/images/product/icon_epoxy02.svg") center no-repeat;
  background-size: 95px 95px;
}
.bpa .sec02 .con02 .panel.epoxy .character_wrap li:nth-child(3)::before {
  background: #f7f7f7 url("/resources/cn/local/images/product/icon_epoxy03.svg") center no-repeat;
  background-size: 95px 95px;
}
.bpa .sec02 .con02 .panel.epoxy .character_wrap li:nth-child(4)::before {
  background: #f7f7f7 url("/resources/cn/local/images/product/icon_epoxy04.svg") center no-repeat;
  background-size: 95px 95px;
}
.bpa .sec02 .con02 .panel.epoxy .character_wrap li:nth-child(5)::before {
  background: #f7f7f7 url("/resources/cn/local/images/product/icon_epoxy05.svg") center no-repeat;
  background-size: 95px 95px;
}
.bpa .sec02 .con02 .character_wrap {
  margin-bottom: 7.3125rem;
}
.bpa .sec02 .con02 .character_wrap h5 {
  margin-bottom: 1.6875rem;
}
.bpa .sec02 .con02 .character_wrap ul {
  font-size: 0;
}
.bpa .sec02 .con02 .character_wrap li {
  display: inline-block;
  width: 160px;
  margin-right: 40px;
  vertical-align: top;
}
.bpa .sec02 .con02 .character_wrap li::before {
  display: block;
  width: 160px;
  height: 160px;
  margin: 0 auto;
  content: "";
}
.bpa .sec02 .con02 .character_wrap li:last-child {
  margin-right: 0;
}
.bpa .sec02 .con02 .character_wrap p {
  margin-top: 0.53125rem;
  font-size: 1.0625rem;
  letter-spacing: -0.02em;
  line-height: 1.7058823529;
  color: #444444;
  text-align: center;
}
.bpa .sec02 .con02 .usage_wrap h5 {
  margin-bottom: 1.0625rem;
}
.bpa .sec02 .con02 .usage_wrap ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  font-size: 0;
}
.bpa .sec02 .con02 .usage_wrap li {
  overflow: hidden;
  position: relative;
  /* col 1개의 넓이 계산 */
  /* columns 넓이 계산 */
  width: 31.2925170068%;
  /* margin-left 계산 gap */
  margin-left: 3.0612244898%;
  margin-bottom: 2.8125rem;
}
.bpa .sec02 .con02 .usage_wrap li:nth-child(3n-2) {
  margin-left: 0;
}
.bpa .sec02 .con02 .usage_wrap li p {
  position: absolute;
  bottom: 15px;
  left: 20px;
  font-weight: 500;
  font-size: 1.0625rem;
  letter-spacing: -0.02em;
  line-height: 1.7058823529;
  color: #ffffff;
}
@media (max-width: 1023px) {
  .bpa .sec02 .con_title h3 {
    font-size: 1.3125rem;
    letter-spacing: -0.02em;
    line-height: 1.2857142857;
  }
  .bpa .sec02 .con01 {
    margin-bottom: 7.5rem;
  }
  .bpa .sec02 .con01 .cont_item {
    margin-top: 3.75rem;
  }
  .bpa .sec02 .con01 .cont_item p {
    padding-right: 40px;
    font-size: 0.9375rem;
    letter-spacing: -0.02em;
    line-height: 1.5333333333;
    word-break: keep-all;
    word-wrap: break-word;
  }
  .bpa .sec02 .con02 .inner {
    padding-bottom: 100px;
  }
  .bpa .sec02 .con02 .panel {
    padding-top: 50px;
  }
  .bpa .sec02 .con02 .panel h4 {
    margin-bottom: 2.3125rem;
    font-size: 1.125rem;
    letter-spacing: -0.02em;
    line-height: 1.4444444444;
  }
  .bpa .sec02 .con02 .panel > div h5 {
    font-size: 1.0625rem;
    letter-spacing: -0.02em;
    line-height: 1.3529411765;
  }
  .bpa .sec02 .con02 .panel.polycarbonate .character_wrap li:nth-child(1)::before {
    background-size: 60px 60px;
  }
  .bpa .sec02 .con02 .panel.polycarbonate .character_wrap li:nth-child(2)::before {
    background-size: 60px 60px;
  }
  .bpa .sec02 .con02 .panel.polycarbonate .character_wrap li:nth-child(3)::before {
    background-size: 60px 60px;
  }
  .bpa .sec02 .con02 .panel.polycarbonate .character_wrap li:nth-child(4)::before {
    background-size: 60px 60px;
  }
  .bpa .sec02 .con02 .panel.polycarbonate .character_wrap li:nth-child(5)::before {
    background-size: 60px 60px;
  }
  .bpa .sec02 .con02 .panel.epoxy .character_wrap li:nth-child(1)::before {
    background-size: 60px 60px;
  }
  .bpa .sec02 .con02 .panel.epoxy .character_wrap li:nth-child(2)::before {
    background-size: 60px 60px;
  }
  .bpa .sec02 .con02 .panel.epoxy .character_wrap li:nth-child(3)::before {
    background-size: 60px 60px;
  }
  .bpa .sec02 .con02 .panel.epoxy .character_wrap li:nth-child(4)::before {
    background-size: 60px 60px;
  }
  .bpa .sec02 .con02 .panel.epoxy .character_wrap li:nth-child(5)::before {
    background-size: 60px 60px;
  }
  .bpa .sec02 .con02 .character_wrap {
    margin-bottom: 4.78125rem;
  }
  .bpa .sec02 .con02 .character_wrap h5 {
    margin-bottom: 1.03125rem;
  }
  .bpa .sec02 .con02 .character_wrap ul {
    margin: -22px -7px;
  }
  .bpa .sec02 .con02 .character_wrap li {
    width: calc(20% - 14px);
    margin: 22px 7px;
  }
  .bpa .sec02 .con02 .character_wrap li::before {
    display: block;
    width: 101px;
    height: 101px;
  }
  .bpa .sec02 .con02 .character_wrap li:last-child {
    margin: 22px 7px;
  }
  .bpa .sec02 .con02 .character_wrap p {
    margin-top: 0.34375rem;
    font-size: 0.9375rem;
    letter-spacing: -0.02em;
    line-height: 1.5333333333;
  }
  .bpa .sec02 .con02 .usage_wrap h5 {
    margin-bottom: 0.71875rem;
  }
  .bpa .sec02 .con02 .usage_wrap li {
    /* col 1개의 넓이 계산 */
    /* columns 넓이 계산 */
    width: 48.9795918367%;
    /* margin-left 계산 gap */
    margin-left: 2.0408163265%;
    margin-bottom: 1.25rem;
  }
  .bpa .sec02 .con02 .usage_wrap li:nth-child(2n-1) {
    margin-left: 0;
  }
  .bpa .sec02 .con02 .usage_wrap li p {
    font-size: 0.9375rem;
    letter-spacing: -0.02em;
    line-height: 1.5333333333;
  }
}
@media (max-width: 766px) {
  .bpa .sec02 .con01 {
    margin-bottom: 7.5rem;
  }
  .bpa .sec02 .con01 .cont_item {
    margin-top: 3.75rem;
  }
  .bpa .sec02 .con01 .cont_item p {
    width: 100%;
    padding-right: 0;
    margin-bottom: 3.75rem;
  }
  .bpa .sec02 .con01 .cont_item img {
    width: 100%;
  }
  .bpa .sec02 .con02 .panel h4 {
    margin-bottom: 2.3125rem;
  }
  .bpa .sec02 .con02 .character_wrap {
    margin-bottom: 4.78125rem;
  }
  .bpa .sec02 .con02 .character_wrap h5 {
    margin-bottom: 1.03125rem;
  }
  .bpa .sec02 .con02 .character_wrap p {
    margin-top: 0.34375rem;
  }
  .bpa .sec02 .con02 .character_wrap li {
    width: calc(50% - 14px);
  }
  .bpa .sec02 .con02 .usage_wrap li {
    /* col 1개의 넓이 계산 */
    /* columns 넓이 계산 */
    width: 100%;
    /* margin-left 계산 gap */
    margin-left: 0;
  }
}
.bpa .sec03 .con_title h3 {
  font-size: 2rem;
  letter-spacing: -0.02em;
  line-height: 1.25;
}
.bpa .sec03 .con01 {
  margin-bottom: 2.8125rem;
}
.bpa .sec03 .con02 .certi_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  margin: -15px 0;
}
.bpa .sec03 .con02 .certi_list li {
  margin: 15px 0;
  /* col 1개의 넓이 계산 */
  /* columns 넓이 계산 */
  width: 48.4693877551%;
  /* margin-left 계산 gap */
  margin-left: 3.0612244898%;
  border: 1px solid #dddddd;
}
.bpa .sec03 .con02 .certi_list li:nth-child(2n-1) {
  margin-left: 0;
}
.bpa .sec03 .con02 .certi_list a {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  padding: 34px 40px;
}
.bpa .sec03 .con02 .certi_list a::after {
  display: inline-block;
  width: 16px;
  height: 14px;
  background: url("/resources/cn/global/images/button/icon_download.svg") 0 0 no-repeat;
  background-size: cover;
  vertical-align: middle;
  content: "";
}
@media (min-width: 1024px) {
  .bpa .sec03 .con02 .certi_list a:hover::after {
    background: url("/resources/cn/global/images/button/icon_download_green.svg") 0 0 no-repeat;
    background-size: cover;
  }
}
.bpa .sec03 .con02 .certi_list strong {
  display: inline-block;
  width: calc(100% - 16px);
  font-weight: 500;
  font-size: 1.25rem;
  letter-spacing: -0.02em;
  line-height: 1.3;
  color: #222222;
  vertical-align: middle;
}
.bpa .sec03 .con03 {
  margin-top: 7.5rem;
}
.bpa .sec03 .con03 .banner_area {
  display: block;
  padding: 50px 40px 50px 170px;
  background: #f7f7f7 url("/resources/cn/global/images/careers/faq_banner_icon.svg") 63px 38px no-repeat;
  background-size: 72px 72px;
}
.bpa .sec03 .con03 .banner_area::before {
  display: none;
}
.bpa .sec03 .con03 .banner_area strong::after {
  margin: 0 0 -3px 16px;
}
.bpa .sec03 .con03 .banner_area p {
  font-weight: 400;
  word-break: keep-all;
  word-wrap: break-word;
}
@media (max-width: 1023px) {
  .bpa .sec03 .con_title h3 {
    font-size: 1.125rem;
    letter-spacing: -0.02em;
    line-height: 1.4444444444;
  }
  .bpa .sec03 .con01 {
    margin-bottom: 1.875rem;
  }
  .bpa .sec03 .con02 .certi_list {
    margin: -15px 0;
  }
  .bpa .sec03 .con02 .certi_list li {
    margin: 15px 0;
    /* col 1개의 넓이 계산 */
    /* columns 넓이 계산 */
    width: 48.4693877551%;
    /* margin-left 계산 gap */
    margin-left: 3.0612244898%;
  }
  .bpa .sec03 .con02 .certi_list li:nth-child(2n-1) {
    margin-left: 0;
  }
  .bpa .sec03 .con02 .certi_list a {
    padding: 26px 20px;
  }
  .bpa .sec03 .con02 .certi_list strong {
    width: calc(100% - 39px);
    font-size: 1rem;
    letter-spacing: -0.02em;
    line-height: 1.5625;
  }
  .bpa .sec03 .con03 {
    margin-top: 5rem;
  }
  .bpa .sec03 .con03 .banner_area {
    padding: 25px 40px 25px 80px;
    background-position: 20px 19px;
    background-size: 50px 50px;
  }
  .bpa .sec03 .con03 .banner_area strong::after {
    margin: 0 0 -2px 8px;
  }
}
@media (max-width: 766px) {
  .bpa .sec03 .con01 {
    margin-bottom: 1.875rem;
  }
  .bpa .sec03 .con02 .certi_list li {
    /* col 1개의 넓이 계산 */
    /* columns 넓이 계산 */
    width: 100%;
    /* margin-left 계산 gap */
    margin-left: 0;
  }
  .bpa .sec03 .con02 .btn_box {
    margin-top: 3.125rem;
  }
  .bpa .sec03 .con03 {
    margin-top: 5rem;
  }
}

.isb .top_sec_common .bg_box .bg {
  background-image: url("/resources/cn/local/images/product/visual_isb.jpg");
}
.isb .sec01 {
  margin-bottom: 11.25rem;
}
.isb .sec01 .con01 {
  margin-bottom: 11.25rem;
}
.isb .sec01 .con01 .vision_area {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 500px;
  margin: 0 auto;
  box-sizing: border-box;
  margin-top: 5.625rem;
}
.isb .sec01 .con01 .vision_area .curtain_wrap {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 11;
}
.isb .sec01 .con01 .vision_area .curtain_wrap > div {
  position: absolute;
  width: calc(50% - 490px);
  height: 100%;
  top: 0;
  background-color: #fff;
}
.isb .sec01 .con01 .vision_area .curtain_wrap .left {
  left: 0;
}
.isb .sec01 .con01 .vision_area .curtain_wrap .right {
  right: 0;
}
.isb .sec01 .con01 .vision_area .bg {
  background: url("/resources/cn/local/images/product/visual_isb_230728.jpg") center no-repeat;
  background-size: 100%;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 50%;
  min-width: 1920px;
  transform: translate(-50%, 0);
  transform-origin: bottom;
  z-index: 10;
}
.isb .sec01 .con02 .con_title h3 {
  font-size: 2.625rem;
  letter-spacing: -0.02em;
  line-height: 1.3333333333;
}
.isb .sec01 .con02 .inner {
  padding-bottom: 180px;
  border-bottom: 1px solid #dddddd;
}
@media (max-width: 1023px) {
  .isb .sec01 {
    margin-bottom: 7.5rem;
  }
  .isb .sec01 .con01 {
    margin-bottom: 7.5rem;
  }
  .isb .sec01 .con01 .vision_area {
    width: 89.6%;
    height: auto;
    padding-top: 57.47%;
    margin-top: 3.75rem;
  }
  .isb .sec01 .con01 .vision_area .curtain_wrap {
    display: none;
  }
  .isb .sec01 .con01 .vision_area .bg {
    background: url("/resources/cn/local/images/product/visual_isb_m_230728.jpg") center no-repeat;
    background-size: 100%;
    min-width: 0;
    height: 100%;
    background-size: auto 100%;
  }
  .isb .sec01 .con02 .con_title h3 {
    font-size: 1.3125rem;
    letter-spacing: -0.02em;
    line-height: 1.2857142857;
  }
  .isb .sec01 .con02 .inner {
    padding-bottom: 120px;
  }
}
@media (max-width: 766px) {
  .isb .sec01 {
    margin-bottom: 7.5rem;
  }
  .isb .sec01 .con01 {
    margin-bottom: 7.5rem;
  }
  .isb .sec01 .con01 .vision_area {
    width: 89.334%;
    margin: 0 5.333%;
    margin-top: 3.75rem;
  }
}
.isb .sec02 {
  margin-bottom: 8.4375rem;
}
.isb .sec02 .con_title h3 {
  font-size: 2.625rem;
  letter-spacing: -0.02em;
  line-height: 1.3333333333;
}
.isb .sec02 .con_title p {
  font-weight: 500;
  color: #222222;
}
.isb .sec02 .con01 {
  margin-bottom: 9.375rem;
  font-size: 0;
}
.isb .sec02 .con01 .cont_item {
  margin-top: 3.75rem;
}
.isb .sec02 .con01 .cont_item p {
  display: inline-block;
  width: calc(100% - 320px);
  padding-right: 85px;
  font-size: 1.0625rem;
  letter-spacing: -0.02em;
  line-height: 1.7058823529;
  color: #666666;
  vertical-align: middle;
}
.isb .sec02 .con01 .cont_item img {
  display: inline-block;
  width: 320px;
  vertical-align: middle;
}
.isb .sec02 .con02 .panel {
  padding-top: 80px;
}
.isb .sec02 .con02 .panel h4 {
  margin-bottom: 1rem;
  font-family: "SamyangNeo", sans-serif;
  font-size: 2rem;
  letter-spacing: -0.02em;
  line-height: 1.25;
  color: #222222;
}
.isb .sec02 .con02 .panel h5 {
  font-family: "SamyangNeo", sans-serif;
  font-size: 1.375rem;
  letter-spacing: -0.02em;
  line-height: 1.3181818182;
  color: #222222;
}
.isb .sec02 .con02 .panel.ibs h4 {
  margin-bottom: 2.875rem;
}
.isb .sec02 .con02 .panel.ibs h5 {
  margin-bottom: 0.75rem;
} 
.isb .sec02 .con02 .panel.ibs .cont_wrap:last-child {
  padding-top: 120px;
  margin-top: 4.6875rem;
  border-top: 1px solid #dddddd;
}
.isb .sec02 .con02 .character_wrap ul {
  font-size: 0;
}
.isb .sec02 .con02 .character_wrap li {
  display: inline-block;
  width: 100%;
  padding-left: 10px;
  margin-bottom: 0.28125rem;
  font-size: 1.0625rem;
  letter-spacing: -0.02em;
  line-height: 1.7058823529;
  color: #666666;
  text-indent: -10px;
  word-break: keep-all;
  word-wrap: break-word;
}
.isb .sec02 .con02 .character_wrap li::before {
  display: inline-block;
  width: 3px;
  height: 3px;
  margin-right: 8px;
  background: #666666;
  vertical-align: super;
  content: "";
}
.isb .sec02 .con02 .character_wrap li:last-child {
  margin-bottom: 0;
}
.isb .sec02 .con02 .valuechain_area .value_img {
  margin-top: 3.34375rem;
}
.isb .sec02 .con02 .table_area {
  margin-top: 7.3125rem;
  font-size: 0;
}
.isb .sec02 .con02 .table_area .top_tit {
  margin-bottom: 1.5625rem;
  font-size: 0;
}
.isb .sec02 .con02 .table_area h5 {
  display: inline-block;
  width: 50%;
  word-break: keep-all;
  word-wrap: break-word;
}
.isb .sec02 .con02 .table_area span {
  display: inline-block;
  width: 50%;
  font-size: 0.875rem;
  letter-spacing: -0.02em;
  line-height: 1.7142857143;
  color: #666666;
  text-align: right;
  word-break: keep-all;
  word-wrap: break-word;
}
.isb .sec02 .con02 .table_area .table_cont {
  display: inline-block;
  width: 583px;
  vertical-align: top;
}
.isb .sec02 .con02 .table_area .table_cont p {
  padding-left: 187px;
  margin-top: 0.84375rem;
  font-size: 1.0625rem;
  letter-spacing: -0.02em;
  line-height: 1.7058823529;
  font-weight: 500;
  color: #222222;
  text-align: center;
}
.isb .sec02 .con02 .table_area .table_cont:last-child {
  width: 396px;
}
.isb .sec02 .con02 .table_area .table_cont:last-child p {
  padding-left: 0;
}
.isb .sec02 .con02 .table_area .table_cont:last-child .table_head {
  display: none;
}
.isb .sec02 .con02 .table_area .table_cont:last-child .table_body th:last-child {
  border-right: none;
}
.isb .sec02 .con02 .table_area .table_cont:last-child .table_body td:last-child {
  border-right: none;
}
.isb .sec02 .con02 .table_area .table_wrap .table_head {
  width: 187px;
}
.isb .sec02 .con02 .table_area .table_wrap .table_head table tr:first-child th {
  position: relative;
  height: 80px;
}
.isb .sec02 .con02 .table_area .table_wrap .table_head table tr:first-child th::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  transform-origin: left top;
  transform: skewY(22.5deg);
  background: #aaaaaa;
  content: "";
}
.isb .sec02 .con02 .table_area .table_wrap .table_head table tr:first-child .txt {
  position: absolute;
  width: auto;
  margin-top: 0;
}
.isb .sec02 .con02 .table_area .table_wrap .table_head table tr:first-child .txt_material {
  left: 15px;
  bottom: 10px;
}
.isb .sec02 .con02 .table_area .table_wrap .table_head table tr:first-child .txt_temp {
  right: 15px;
  top: 10px;
}
.isb .sec02 .con02 .table_area .table_wrap .table_head table th {
  height: 94px;
  padding: 0 15px;
  font-weight: 500;
  font-size: 1.0625rem;
  letter-spacing: -0.02em;
  line-height: 1.7058823529;
  color: #222222;
  border-right: 1px solid #aaaaaa;
}
.isb .sec02 .con02 .table_area .table_wrap .table_head table th span {
  display: block;
  width: 100%;
  margin-top: 0;
  font-size: 0.875rem;
  letter-spacing: -0.02em;
  line-height: 1.7142857143;
  color: #222222;
  text-align: left;
}
.isb .sec02 .con02 .table_area .table_wrap .table_body {
  width: 396px;
}
.isb .sec02 .con02 .table_area .table_wrap .table_body th {
  max-width: 130px;
  height: 80px;
  padding: 0;
  border-right: 1px solid #aaaaaa;
  font-size: 1.0625rem;
  letter-spacing: -0.02em;
  line-height: 1.7058823529;
  text-align: center;
}
.isb .sec02 .con02 .table_area .table_wrap .table_body td {
  width: 130px;
  height: 90px;
  padding: 0;
  border-right: 1px solid #aaaaaa;
}
.isb .sec02 .con02 .table_area .table_wrap .table_body img {
  width: 132px;
  height: 93px;
}
.isb .sec02 .con02 .graph_wrap {
  margin-top: 7.5rem;
  padding-bottom: 120px;
  border-bottom: 1px solid #dddddd;
}
.isb .sec02 .con02 .graph_wrap h5 {
  margin-bottom: 2.5625rem;
}
.isb .sec02 .con02 .graph_wrap ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
}
.isb .sec02 .con02 .graph_wrap li {
  /* col 1개의 넓이 계산 */
  /* columns 넓이 계산 */
  width: 46.9387755102%;
  /* margin-left 계산 gap */
  margin-left: 6.1224489796%;
  margin-bottom: 7.5rem;
}
.isb .sec02 .con02 .graph_wrap li:nth-child(2n-1) {
  margin-left: 0;
}
.isb .sec02 .con02 .graph_wrap li:last-child {
  margin-bottom: 0;
}
.isb .sec02 .con02 .graph_wrap p {
  margin-top: 1.46875rem;
  font-weight: 500;
  font-size: 1.0625rem;
  letter-spacing: -0.02em;
  line-height: 1.7058823529;
  color: #222222;
  text-align: center;
}
.isb .sec02 .con02 .usage_wrap {
  margin-top: 7.5rem;
}
.isb .sec02 .con02 .usage_wrap h5 {
  margin-bottom: 1.0625rem;
}
.isb .sec02 .con02 .usage_wrap ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  font-size: 0;
}
.isb .sec02 .con02 .usage_wrap li {
  overflow: hidden;
  position: relative;
  /* col 1개의 넓이 계산 */
  /* columns 넓이 계산 */
  width: 31.2925170068%;
  /* margin-left 계산 gap */
  margin-left: 3.0612244898%;
  margin-bottom: 2.8125rem;
}
.isb .sec02 .con02 .usage_wrap li:nth-child(3n-2) {
  margin-left: 0;
}
.isb .sec02 .con02 .usage_wrap li p {
  position: absolute;
  bottom: 15px;
  left: 0;
  width: 100%;
  padding: 0 20px;
  font-weight: 500;
  font-size: 1.0625rem;
  letter-spacing: -0.02em;
  line-height: 1.7058823529;
  color: #ffffff;
}
.isb .sec02 .con02 .usage_wrap li p.black {
  color: #222222;
}
@media (max-width: 1023px) {
  .isb .sec02 {
    margin-bottom: 3.75rem;
  }
  .isb .sec02 .con_title h3 {
    font-size: 1.3125rem;
    letter-spacing: -0.02em;
    line-height: 1.2857142857;
  }
  .isb .sec02 .con01 {
    margin-bottom: 7.5rem;
  }
  .isb .sec02 .con01 .cont_item {
    margin-top: 3.75rem;
  }
  .isb .sec02 .con01 .cont_item p {
    padding-right: 40px;
    font-size: 0.9375rem;
    letter-spacing: -0.02em;
    line-height: 1.5333333333;
    word-break: keep-all;
    word-wrap: break-word;
  }
  .isb .sec02 .con02 .panel {
    padding-top: 45px;
  }
  .isb .sec02 .con02 .panel h4 {
    margin-bottom: 0.75rem;
    font-size: 1.125rem;
    letter-spacing: -0.02em;
    line-height: 1.4444444444;
  }
  .isb .sec02 .con02 .panel h5 {
    font-size: 1.0625rem;
    letter-spacing: -0.02em;
    line-height: 1.3529411765;
  }
  .isb .sec02 .con02 .panel.ibs h4 {
    margin-bottom: 1.8125rem;
  }
  .isb .sec02 .con02 .panel.ibs h5 {
    margin-bottom: 0.71875rem;
  } 
  .isb .sec02 .con02 .panel.ibs .cont_wrap:last-child {
    padding-top: 80px;
    margin-top: 5rem;
  }
  .isb .sec02 .con02 .character_wrap li {
    padding-left: 10px;
    margin-bottom: 0.46875rem;
    font-size: 0.9375rem;
    letter-spacing: -0.02em;
    line-height: 1.5333333333;
    text-indent: -10px;
  }
  .isb .sec02 .con02 .character_wrap li::before {
    margin-right: 4px;
    margin-top: -2px;
    vertical-align: middle;
    content: "";
  }
  .isb .sec02 .con02 .valuechain_area .value_img {
    margin-top: 2.21875rem;
    padding: 0;
  }
  .isb .sec02 .con02 .table_area {
    margin-top: 4.78125rem;
  }
  .isb .sec02 .con02 .table_area .top_tit {
    margin-bottom: 1.09375rem;
  }
  .isb .sec02 .con02 .table_area h5 {
    width: 100%;
  }
  .isb .sec02 .con02 .table_area span {
    width: 100%;
    margin-top: 0.46875rem;
    font-size: 0.875rem;
    letter-spacing: -0.02em;
    line-height: 1.3571428571;
  }
  .isb .sec02 .con02 .table_area .table_cont {
    display: block;
    width: 100%;
  }
  .isb .sec02 .con02 .table_area .table_cont p {
    padding-left: 0;
    margin-top: 0.65625rem;
    font-size: 0.9375rem;
    letter-spacing: -0.02em;
    line-height: 1.5333333333;
  }
  .isb .sec02 .con02 .table_area .table_cont:last-child {
    width: 100%;
    margin-top: 1.59375rem;
  }
  .isb .sec02 .con02 .table_area .table_cont:last-child p {
    padding-left: 0;
  }
  .isb .sec02 .con02 .table_area .table_cont:last-child .table_head {
    display: block;
  }
  .isb .sec02 .con02 .table_area .table_wrap .table_head {
    width: 149px;
  }
  .isb .sec02 .con02 .table_area .table_wrap .table_head table tr:first-child th {
    position: relative;
    height: 62px;
  }
  .isb .sec02 .con02 .table_area .table_wrap .table_head table tr:first-child th::after {
    transform: skewY(21.5deg);
    content: "";
  }
  .isb .sec02 .con02 .table_area .table_wrap .table_head table tr:first-child .txt {
    position: absolute;
    width: auto;
  }
  .isb .sec02 .con02 .table_area .table_wrap .table_head table tr:first-child .txt_material {
    left: 12px;
    bottom: 5px;
  }
  .isb .sec02 .con02 .table_area .table_wrap .table_head table tr:first-child .txt_temp {
    right: 12px;
    top: 5px;
  }
  .isb .sec02 .con02 .table_area .table_wrap .table_head table th {
    height: 95px;
    padding: 0 0 0 10px;
    font-size: 0.9375rem;
    letter-spacing: -0.02em;
    line-height: 1.5333333333;
  }
  .isb .sec02 .con02 .table_area .table_wrap .table_head table th span {
    font-size: 0.875rem;
    letter-spacing: -0.02em;
    line-height: 1.3571428571;
  }
  .isb .sec02 .con02 .table_area .table_wrap .table_body {
    width: calc(100% - 149px);
  }
  .isb .sec02 .con02 .table_area .table_wrap .table_body th {
    max-width: 125px;
    height: 62px;
    font-size: 0.9375rem;
    letter-spacing: -0.02em;
    line-height: 1.5333333333;
  }
  .isb .sec02 .con02 .table_area .table_wrap .table_body th:last-child {
    border-right: none;
  }
  .isb .sec02 .con02 .table_area .table_wrap .table_body td {
    max-width: 125px;
    height: 95px;
  }
  .isb .sec02 .con02 .table_area .table_wrap .table_body td:last-child {
    border-right: none;
  }
  .isb .sec02 .con02 .table_area .table_wrap .table_body img {
    width: auto;
    height: 100%;
    margin: 0 auto;
  }
  .isb .sec02 .con02 .graph_wrap {
    margin-top: 5rem;
    padding-bottom: 80px;
  }
  .isb .sec02 .con02 .graph_wrap h5 {
    margin-bottom: 0.90625rem;
  }
  .isb .sec02 .con02 .graph_wrap li {
    margin-bottom: 5rem;
  }
  .isb .sec02 .con02 .graph_wrap p {
    margin-top: 0.65625rem;
    font-size: 0.9375rem;
    letter-spacing: -0.02em;
    line-height: 1.5333333333;
  }
  .isb .sec02 .con02 .usage_wrap {
    margin-top: 5rem;
  }
  .isb .sec02 .con02 .usage_wrap h5 {
    margin-bottom: 0.71875rem;
  }
  .isb .sec02 .con02 .usage_wrap li {
    /* col 1개의 넓이 계산 */
    /* columns 넓이 계산 */
    width: 48.9795918367%;
    /* margin-left 계산 gap */
    margin-left: 2.0408163265%;
    margin-bottom: 1.25rem;
  }
  .isb .sec02 .con02 .usage_wrap li:nth-child(2n-1) {
    margin-left: 0;
  }
  .isb .sec02 .con02 .usage_wrap li:nth-child(4) {
    margin-left: 2.0408163265%;
  }
  .isb .sec02 .con02 .usage_wrap li p {
    font-size: 0.9375rem;
    letter-spacing: -0.02em;
    line-height: 1.5333333333;
  }
}
@media (max-width: 766px) {
  .isb .sec02 {
    margin-bottom: 3.75rem;
  }
  .isb .sec02 .con01 {
    margin-bottom: 7.5rem;
  }
  .isb .sec02 .con01 .cont_item {
    margin-top: 3.75rem;
  }
  .isb .sec02 .con01 .cont_item p {
    width: 100%;
    padding-right: 0;
    margin-bottom: 3.75rem;
  }
  .isb .sec02 .con01 .cont_item img {
    width: 100%;
  } 
  .isb .sec02 .con02 .panel.ibs .cont_wrap:last-child {
    margin-top: 5rem;
  }
  .isb .sec02 .con02 .valuechain_area .value_img {
    margin-top: 2.21875rem;
  }
  .isb .sec02 .con02 .table_area {
    margin-top: 4.78125rem;
  }
  .isb .sec02 .con02 .table_area .top_tit {
    margin-bottom: 1.09375rem;
  }
  .isb .sec02 .con02 .table_area h5 {
    width: 100%;
  }
  .isb .sec02 .con02 .table_area span {
    width: 100%;
    margin-top: 0.46875rem;
  }
  .isb .sec02 .con02 .table_area .table_cont {
    display: block;
    width: 100%;
  }
  .isb .sec02 .con02 .table_area .table_cont p {
    padding-left: 0;
    margin-top: 0.65625rem;
    font-size: 0.9375rem;
    letter-spacing: -0.02em;
    line-height: 1.5333333333;
  }
  .isb .sec02 .con02 .table_area .table_cont:last-child {
    width: 100%;
    margin-top: 1.59375rem;
  }
  .isb .sec02 .con02 .table_area .table_cont:last-child p {
    padding-left: 0;
  }
  .isb .sec02 .con02 .table_area .table_cont:last-child .table_head {
    display: block;
  }
  .isb .sec02 .con02 .table_area .table_wrap .table_head {
    width: 149px;
  }
  .isb .sec02 .con02 .table_area .table_wrap .table_head table tr:first-child th {
    position: relative;
    height: 62px;
  }
  .isb .sec02 .con02 .table_area .table_wrap .table_head table tr:first-child th::after {
    transform: skewY(21.5deg);
    content: "";
  }
  .isb .sec02 .con02 .table_area .table_wrap .table_head table tr:first-child .txt {
    position: absolute;
    width: auto;
  }
  .isb .sec02 .con02 .table_area .table_wrap .table_head table tr:first-child .txt_material {
    left: 12px;
    bottom: 5px;
  }
  .isb .sec02 .con02 .table_area .table_wrap .table_head table tr:first-child .txt_temp {
    right: 12px;
    top: 5px;
  }
  .isb .sec02 .con02 .table_area .table_wrap .table_head table th {
    height: 95px;
    padding: 0 10px;
    font-size: 0.9375rem;
    letter-spacing: -0.02em;
    line-height: 1.5333333333;
  }
  .isb .sec02 .con02 .table_area .table_wrap .table_head table th span {
    font-size: 0.875rem;
    letter-spacing: -0.02em;
    line-height: 1.3571428571;
  }
  .isb .sec02 .con02 .table_area .table_wrap .table_body {
    width: calc(100% - 149px);
  }
  .isb .sec02 .con02 .table_area .table_wrap .table_body th {
    max-width: 125px;
    height: 62px;
    font-size: 0.9375rem;
    letter-spacing: -0.02em;
    line-height: 1.5333333333;
  }
  .isb .sec02 .con02 .table_area .table_wrap .table_body td {
    max-width: 125px;
    height: 95px;
  }
  .isb .sec02 .con02 .table_area .table_wrap .table_body img {
    width: auto;
    height: 100%;
    margin: 0 auto;
  }
  .isb .sec02 .con02 .graph_wrap {
    margin-top: 5rem;
  }
  .isb .sec02 .con02 .graph_wrap li {
    /* col 1개의 넓이 계산 */
    /* columns 넓이 계산 */
    width: 100%;
    /* margin-left 계산 gap */
    margin-bottom: 1.875rem;
    margin-left: 0;
  }
  .isb .sec02 .con02 .graph_wrap p {
    margin-top: 0.65625rem;
  }
  .isb .sec02 .con02 .usage_wrap {
    margin-top: 5rem;
  }
  .isb .sec02 .con02 .usage_wrap li {
    /* col 1개의 넓이 계산 */
    /* columns 넓이 계산 */
    width: 100%;
    /* margin-left 계산 gap */
    margin-bottom: 1.25rem;
    margin-left: 0;
  }
  .isb .sec02 .con02 .usage_wrap li:nth-child(4) {
    margin-left: 0;
  }
}
.isb .sec03 .banner_item {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
}
.isb .sec03 .banner_item li {
  /* col 1개의 넓이 계산 */
  /* columns 넓이 계산 */
  width: 48.4693877551%;
  /* margin-left 계산 gap */
  margin-left: 3.0612244898%;
  background: #f7f7f7 url("/resources/cn/global/images/careers/faq_banner_icon.svg") 33px 27px no-repeat;
  background-size: 72px 72px;
}
.isb .sec03 .banner_item li:nth-child(2n-1) {
  margin-left: 0;
}
.isb .sec03 .banner_item li:last-child {
  background: #f7f7f7 url("/resources/cn/local/images/product/document_banner_icon.svg") 33px 27px no-repeat;
  background-size: 72px 72px;
}
.isb .sec03 .banner_item a {
  display: block;
  padding: 35px 40px 35px 120px;
}
.isb .sec03 .banner_item strong {
  display: inline-block;
  margin-bottom: 0.4375rem;
  font-size: 1.1875rem;
  letter-spacing: -0.02em;
  line-height: 1.6842105263;
  color: #222222;
}
.isb .sec03 .banner_item strong::after {
  display: inline-block;
  width: 18px;
  height: 18px;
  margin-left: 12px;
  margin-bottom: -3px;
  background: url("/resources/cn/global/images/common/ic_arrow.svg") center no-repeat;
  background-size: 100%;
  content: "";
}
.isb .sec03 .banner_item p {
  font-size: 0.875rem;
  letter-spacing: -0.02em;
  line-height: 1.7142857143;
  color: #222222;
  word-break: keep-all;
  word-wrap: break-word;
}
@media (max-width: 1023px) {
  .isb .sec03 .banner_item li {
    background-position: 20px 19px;
    background-size: 50px 50px;
  }
  .isb .sec03 .banner_item li:last-child {
    background-position: 20px 19px;
    background-size: 50px 50px;
  }
  .isb .sec03 .banner_item a {
    height: 130px;
    padding: 25px 20px 25px 80px;
  }
  .isb .sec03 .banner_item strong {
    margin-bottom: 0.3125rem;
    font-size: 1rem;
    letter-spacing: -0.02em;
    line-height: 1.5625;
  }
  .isb .sec03 .banner_item strong::after {
    width: 10px;
    height: 10px;
    margin-left: 6px;
    margin-bottom: 0;
    content: "";
  }
  .isb .sec03 .banner_item p {
    font-size: 0.875rem;
    letter-spacing: -0.02em;
    line-height: 1.3571428571;
    color: #444444;
  }
}
@media (max-width: 766px) {
  .isb .sec03 .banner_item li {
    /* col 1개의 넓이 계산 */
    /* columns 넓이 계산 */
    width: 100%;
    /* margin-left 계산 gap */
    margin-left: 0;
  }
  .isb .sec03 .banner_item li:last-child {
    margin-top: 0.625rem;
  }
  .isb .sec03 .banner_item a {
    height: auto;
  }
}

.esg .certi_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  margin: -15px 0;
}
.esg .certi_list li {
  margin: 15px 0;
  /* col 1개의 넓이 계산 */
  /* columns 넓이 계산 */
  width: 48.4693877551%;
  /* margin-left 계산 gap */
  margin-left: 3.0612244898%;
  border: 1px solid #dddddd;
}
.esg .certi_list li:nth-child(2n-1) {
  margin-left: 0;
}
.esg .certi_list a {
  display: block;
  padding: 34px 40px;
  font-size: 0;
}
.esg .certi_list a::after {
  content: "";
  display: inline-block;
  width: 55px;
  height: 55px;
  background: url("/resources/cn/local/images/common/icon_download.svg") center 45% no-repeat;
  background-size: 16px;
  vertical-align: middle;
}
.esg .certi_list a:hover::after {
  background: url("/resources/cn/local/images/common/icon_download_green.svg") center 45% no-repeat;
}
.esg .certi_list strong {
  display: inline-block;
  width: calc(100% - 55px);
  font-weight: 500;
  font-size: 1.25rem;
  letter-spacing: -0.02em;
  line-height: 1.3;
  color: #222222;
  vertical-align: middle;
}
@media (max-width: 1023px) {
  .esg .certi_list {
    margin: -5px 0;
  }
  .esg .certi_list li {
    margin: 5px 0;
    /* col 1개의 넓이 계산 */
    /* columns 넓이 계산 */
    width: 48.4693877551%;
    /* margin-left 계산 gap */
    margin-left: 3.0612244898%;
  }
  .esg .certi_list li:nth-child(2n-1) {
    margin-left: 0;
  }
  .esg .certi_list a {
    padding: 19px 5.97%;
  }
  .esg .certi_list a::after {
    width: 39px;
    height: 39px;
    background: url("/resources/cn/local/images/common/icon_download.svg") center no-repeat;
  }
  .esg .certi_list a:hover::after {
    background: url("/resources/cn/local/images/common/icon_download_green.svg") center no-repeat;
  }
  .esg .certi_list strong {
    width: calc(100% - 39px);
    font-size: 1rem;
    letter-spacing: -0.02em;
    line-height: 1.5625;
  }
}
@media (max-width: 766px) {
  .esg .certi_list li {
    /* col 1개의 넓이 계산 */
    /* columns 넓이 계산 */
    width: 100%;
    /* margin-left 계산 gap */
    margin-left: 0;
  }
}
.esg .txt_area h4 {
  font-size: 2rem;
  letter-spacing: -0.02em;
  line-height: 1.25;
  font-family: "SamyangNeo", sans-serif;
  margin-bottom: 1.25rem;
  font-weight: 500;
  color: #222222;
}
.esg .txt_area dl + dl {
  margin-top: 3.75rem;
}
.esg .txt_area dl dt {
  font-size: 1.375rem;
  letter-spacing: -0.02em;
  line-height: 1.3181818182;
  margin-bottom: 0.9375rem;
  font-weight: 500;
  color: #222222;
}
.esg .txt_area dl dd p,
.esg .txt_area dl dd span {
  font-size: 1.0625rem;
  letter-spacing: -0.02em;
  line-height: 1.7058823529;
  word-break: keep-all;
  word-wrap: break-word;
  font-weight: 400;
  color: #444444;
}
.esg .txt_area dl dd ol li {
  font-size: 0;
}
.esg .txt_area dl dd ol li > * {
  display: inline-block;
  vertical-align: top;
}
.esg .txt_area dl dd ol li span {
  width: 23px;
}
.esg .txt_area dl dd ol li p {
  width: calc(100% - 23px);
}
@media (max-width: 1023px) {
  .esg .txt_area h4 {
    font-size: 1.125rem;
    letter-spacing: -0.02em;
    line-height: 1.4444444444;
  }
  .esg .txt_area dl + dl {
    margin-top: 2.5rem;
  }
  .esg .txt_area dl dt {
    font-size: 1.0625rem;
    letter-spacing: -0.02em;
    line-height: 1.3529411765;
    margin-bottom: 0.5rem;
  }
  .esg .txt_area dl dd p,
.esg .txt_area dl dd span {
    font-size: 0.9375rem;
    letter-spacing: -0.02em;
    line-height: 1.5333333333;
  }
  .esg .txt_area dl dd ol li span {
    width: 18px;
  }
  .esg .txt_area dl dd ol li p {
    width: calc(100% - 18px);
  }
}

.social .sec04 .con01 .inner {
  padding: 0;
}

.quality .sec:not(.sec01) .con_title h3 {
  font-size: 2.625rem;
  letter-spacing: -0.02em;
  line-height: 1.3333333333;
}
.quality .sec.sec02 {
  margin: 180px auto;
}
.quality .sec.sec02 .inner {
  padding-bottom: 180px;
  border-bottom: 1px solid #dddddd;
}
.quality .sec.sec02 .txt_area {
  margin-top: 6.875rem;
}
.quality .sec.sec03 .certi_list {
  margin-top: 3.75rem;
}
@media (max-width: 1023px) {
  .quality .sec:not(.sec01) .con_title h3 {
    font-size: 1.3125rem;
    letter-spacing: -0.02em;
    line-height: 1.2857142857;
  }
  .quality .sec.sec02 {
    margin: 120px auto;
  }
  .quality .sec.sec02 .inner {
    padding-bottom: 120px;
  }
  .quality .sec.sec02 .txt_area {
    margin-top: 4.375rem;
  }
  .quality .sec.sec03 .certi_list {
    margin-top: 2.5rem;
  }
}

.environmental .sec:not(.sec01) .con_title h3 {
  font-size: 2.625rem;
  letter-spacing: -0.02em;
  line-height: 1.3333333333;
}
.environmental .sec.sec02 {
  padding: 0;
  margin: 180px auto;
}
.environmental .sec.sec02 .inner {
  padding-bottom: 180px;
  border-bottom: 1px solid #dddddd;
}
.environmental .sec.sec02 .txt_area {
  margin-top: 6.875rem;
}
.environmental .sec.sec03 {
  padding: 0;
}
.environmental .sec.sec03 .certi_list {
  margin-top: 3.75rem;
}
@media (max-width: 1023px) {
  .environmental .sec:not(.sec01) .con_title h3 {
    font-size: 1.3125rem;
    letter-spacing: -0.02em;
    line-height: 1.2857142857;
  }
  .environmental .sec.sec02 {
    margin: 120px auto;
  }
  .environmental .sec.sec02 .inner {
    padding-bottom: 120px;
  }
  .environmental .sec.sec02 .txt_area {
    margin-top: 4.375rem;
  }
  .environmental .sec.sec03 .certi_list {
    margin-top: 2.5rem;
  }
}

.inquiry .depth_btn ul li {
  vertical-align: middle;
}
.inquiry .write_wrap_content {
  margin-top: 7.1875rem;
}
.inquiry .write_wrap_content .table_form .form .item .row.align-top dt {
  padding: 6px 0 0;
  vertical-align: top;
}
.inquiry .write_wrap_content .table_form .form .item .row.align-top dd {
  vertical-align: top;
}
.inquiry .write_wrap_content .table_form .form .item .row .banner_area_faq {
  margin-top: 0.625rem;
}
.inquiry .write_wrap_content .bot_txt {
  font-size: 0.875rem;
  letter-spacing: -0.02em;
  line-height: 1.7142857143;
  font-weight: 400;
  color: #666666;
}
.inquiry .label_block {
  margin-top: 0.625rem;
}
.inquiry .label_block > * {
  vertical-align: middle;
}
.inquiry .label_block .input_area {
  width: calc(100% - 96px);
  max-width: none;
}
@media (max-width: 1023px) {
  .inquiry .write_wrap_content {
    margin-top: 4.625rem;
  }
  .inquiry .write_wrap_content .bot_txt {
    font-size: 0.875rem;
    letter-spacing: -0.02em;
    line-height: 1.3571428571;
  }
  .inquiry .label_block {
    margin-top: 0rem;
  }
  .inquiry .label_block .input_area {
    width: 100%;
  }
}

.library .list_wrap p {
  width: calc(100% - 150px);
}
.library .list_wrap.type1 li.title_box .tit {
  width: calc(100% - 104px);
}
.library .list_wrap.type1 li.title_box .country_txt {
  width: 104px;
  text-align: right;
}
.library .list_wrap.type1 li .down_box {
  width: 113px;
}
@media (max-width: 1023px) {
  .library .list_wrap p {
    width: calc(100% - 130px);
  }
  .library .list_wrap.type1 li.title_box .tit {
    width: calc(100% - 92px);
  }
  .library .list_wrap.type1 li.title_box .country_txt {
    width: 92px;
  }
  .library .list_wrap.type1 li .down_box {
    width: 94px;
  }
}
@media (max-width: 766px) {
  .library .list_wrap li {
    padding: 20px 5.97%;
  }
  .library .list_wrap p {
    width: 100%;
  }
  .library .list_wrap .down_box {
    width: 100%;
    margin-top: 1.25rem;
  }
  .library .list_wrap.type1 li.title_box {
    display: none;
  }
  .library .list_wrap.type1 li .down_box {
    width: 100%;
  }
  .library .list_wrap.type1 li .down_box a {
    font-size: 0.875rem;
    letter-spacing: -0.02em;
    line-height: 1.3571428571;
    margin-right: 20px;
  }
  .library .list_wrap.type1 li .down_box a.no {
    display: none;
  }
}