@charset "UTF-8";

/* 260803 JP 폰트 임베드  */
/* Noto Sans JP */
@font-face {
  font-family: 'Noto Sans JP';
  src: url('/resources/jp/global/fonts/NotoSansJP-Thin.woff') format('woff');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Noto Sans JP';
  src: url('/resources/jp/global/fonts/NotoSansJP-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Noto Sans JP';
  src: url('/resources/jp/global/fonts/NotoSansJP-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Noto Sans JP';
  src: url('/resources/jp/global/fonts/NotoSansJP-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Noto Sans JP';
  src: url('/resources/jp/global/fonts/NotoSansJP-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

/* Pretendard JP */
@font-face {
	font-family: 'Pretendard JP';
	font-weight: 100;
	font-display: swap;
	src:url(/resources/jp/global/fonts/PretendardJP-Thin.woff2) format('woff2'), url(/resources/jp/global/fonts/PretendardJP-Thin.woff) format('woff');
}

@font-face {
  font-family: 'Pretendard JP';
  font-weight: 300;
  font-display: swap;
  src: url('/resources/jp/global/fonts/PretendardJP-Light.woff2') format('woff2'), url(/resources/jp/global/fonts/PretendardJP-Light.woff) format('woff');
}

@font-face {
	font-family: 'Pretendard JP';
	font-weight: 400;
	font-display: swap;
	src:url(/resources/jp/global/fonts/PretendardJP-Regular.woff2) format('woff2'), url(/resources/jp/global/fonts/PretendardJP-Regular.woff) format('woff');
}

@font-face {
  font-family: 'Pretendard JP';
  font-weight: 500;
  font-display: swap;
  src: url('/resources/jp/global/fonts/PretendardJP-Medium.woff2') format('woff2'), url(/resources/jp/global/fonts/PretendardJP-Medium.woff) format('woff');
}
 
@font-face {
	font-family: 'Pretendard JP';
	font-weight: 700;
	font-display: swap;
	src:url(/resources/jp/global/fonts/PretendardJP-Bold.woff2) format('woff2'), url(/resources/jp/global/fonts/PretendardJP-Bold.woff) format('woff');
}

/* end 260803 JP 폰트 임베드  */




/*100년 홍보영상 썸네일 교체_s-240102*/
.about .sec04 .vdo_wrap .vdo_bg {
    background: url("/resources/jp/global/images/company/vdo_thumbnail_1.png") center no-repeat;
    background-size: cover;
}
/*100년 홍보영상 썸네일 교체_e-240102*/

/* .about .sec04 .vdo_wrap .vdo_bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url("/resources/jp/global/images/company/vdo_thumbnail.png") center no-repeat;
    background-size: cover;
    z-index: 10;
    cursor: pointer;
  } */

/* 240429~ 개인정보처리방침디자인변경 */
/* 2404 아이콘추가 */
.policy .container .top_area .privacy_top_desc {
    margin: 2.75rem 0;
}

.policy .container .top_area .privacy_top_desc p {
    font-size: 1.1875rem;
    letter-spacing: -0.03em;
    line-height: 1.6842105263;
    margin-bottom: 0.875rem;
    word-break: keep-all;
    word-wrap: break-word;
    font-weight: 400;
    color: #666666;
}

.policy .container .top_area .privacy_top_icon {
    padding: 40px;
    display: flex;
    align-items: center;
    border: 1px solid #ddd;
    justify-content: space-between;
}

.policy .container .top_area .privacy_top_icon ul {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
    width: 100%;
}

.policy .container .top_area .privacy_top_icon li {
    display: flex;
    flex-direction: column;
    vertical-align: bottom;
    align-items: center;
}

.policy .container .top_area .privacy_top_icon .icon {
    width: auto;
    height: 60px;
    display: inline-block;
    margin: 0.2rem 0;
}

.policy .container .top_area .privacy_top_icon .icon_txt {
    font-size: 0.9rem;
    letter-spacing: -0.06em;
    line-height: 1.3;
    word-break: keep-all;
    word-wrap: break-word;
    font-weight: 400;
    color: #222222;
    text-align: center;
    margin-top: 10px;
}

.policy .container .inner .privacy_icon {
    width: auto;
    height: 55px;
    margin-right: 5px;
    display: inline-block;
    margin-bottom: 15px;
}

/* 2406 라벨링 추가 */
.policy .container .top_area .privacy_top_icon li a {
    position: relative;
}

.policy .container .top_area .privacy_top_icon .icon_wrap {
    display: flex;
    flex-direction: column;
    vertical-align: bottom;
    align-items: center;
}

.policy .container .top_area .privacy_top_icon .labelpopup_wrap {
    position: absolute;
    left: -4px;
    top: 110%;
    width: 430px;
    background: white;
    padding: 18px;
    line-height: 1.4;
    border: 1px solid #c5c5c5;
    z-index: 10;
    display: none;
    border-radius: 8px;
    box-shadow: 3px 3px 15px rgba(0, 0, 0, 0.1);
    word-break: keep-all;
}

.policy .container .top_area .privacy_top_icon .labelpopup_wrap strong {
    padding-bottom: 10px;
    display: block;
}

.policy .container .top_area .privacy_top_icon .icon_wrap.open + .labelpopup_wrap {
    display: block;
}

.policy .container .top_area .privacy_top_icon .icon_wrap.open .icon_txt {
    color: #26247B;
}

.policy .container .top_area .privacy_top_icon .labelpopup_wrap .note {
    padding-top: 10px;
    border-top: 1px solid #eeeeee;
    margin-top: 13px;
    color: #959595;
    font-size: 14px;
}

.policy .container .top_area .privacy_top_icon .pri_05 .labelpopup_wrap,
.policy .container .top_area .privacy_top_icon .pri_06 .labelpopup_wrap {
    right: -10px;
    left: auto;
}

/* 2408 테이블 스타일 추가*/
.table_wrap.type01 .tb_privacy {
    margin-top: 1rem;
    margin-bottom: 0.5rem;
}

.table_wrap.type01 .tb_privacy th {
    margin-top: 1rem;
    text-align: center;
}

.table_wrap.type01 .tb_privacy tbody td {
    vertical-align: top;
    padding: 20px 13px;
    letter-spacing: -0.06em;
    text-align: left;
}

#privacy11 .table_wrap.type01 .tb_privacy tbody td {
    text-align: center;
}

.policy .container dl dd ol li ol.dot {
    margin-top: 0.9375rem;
}

.policy .container dl dd ol li ol.dot > li + li {
    margin-top: 0.9375rem;
}

.policy .container dl dd p.policy_subtit {
    margin-bottom: 1rem;
    margin-top: 2rem;
}

/* 2408 공지사항 inner 테이블 스타일 추가 */
.view_type01 .view_content .Board_innerTableWrap table tr td {
    text-align: left;
    vertical-align: top;
    padding: 20px 15px;
    font-size: 15px !important;
}

.view_type01 .view_content .Board_innerTableWrap .Board_innerTable table tr th {
    padding: 0 3px;
    text-align: center;
    font-size: 15px !important;
    height: 60px;
}

.view_type01 .view_content .Board_innerTableWrap .Board_innerTable table tr td {
    padding: 10px 5px;
    letter-spacing: -1.5px;
    /* word-break: keep-all; 다국어 해당 내용 삭제*/
}

@media (max-width: 1023px) {
    /* 2404 아이콘추가 */
    .policy .container .top_area .privacy_top_desc {
        margin: 2rem 0;
    }

    .policy .container .top_area .privacy_top_desc p {
        font-size: 1rem;
        letter-spacing: -0.03em;
        line-height: 1.5625;
        margin-bottom: 0.625rem;
    }

    .policy .container .top_area .privacy_top_icon {
        flex-direction: column;
        gap: 2rem;
        padding: 2.3rem 1rem;
    }

    .policy .container .top_area .privacy_top_icon li {
        width: 110px;
    }

    .policy .container .top_area .privacy_top_icon .icon {
        height: 65px;
    }

    .policy .container .top_area .privacy_top_icon .icon_txt {
        font-size: 0.8rem;
        letter-spacing: -0.03em;
        line-height: 1.2;
        padding: 0 5px;
    }

    .policy .container .inner .privacy_icon {
        height: 55px;
    }

    /* 2406 라벨링 추가 */
    .policy .container .top_area .privacy_top_icon .pri_03 .labelpopup_wrap,
    .policy .container .top_area .privacy_top_icon .pri_06 .labelpopup_wrap {
        right: -10px;
        left: auto;
    }

    .policy .container .top_area .privacy_top_icon .pri_02 .labelpopup_wrap,
    .policy .container .top_area .privacy_top_icon .pri_05 .labelpopup_wrap {
        right: 0;
        left: -160px;
    }


    /* 2408 테이블 스타일 추가*/
    .policy .container dl dd ol li ol.dot {
        margin-top: 0.625rem;
    }

    .policy .container dl dd ol li ol.dot > li + li {
        margin-top: 0.625rem;;
    }

    .policy .container dl dd p.policy_subtit {
        margin-bottom: 0.625rem;
        margin-top: 0.625rem;
    }

    /* 2408 공지사항 inner 테이블 스타일 추가 */
    .view_type01 .view_content .Board_innerTableWrap {
        overflow-x: scroll;
    }

    .view_type01 .view_content .Board_innerTableWrap .Board_innerTable {
        min-width: 280px;
    }

    /* 다국어에만 추가 */
}



/*퀵링크 개수 추가 250425*/

#header .linkWrap .quick_inner .quick_list_box .quick_list li.item29 {
    background: url("/resources/jp/global/images/common/quick_list_bg29.jpg") center top no-repeat;
    background-size: cover;
  }
  
#header .linkWrap .quick_inner .quick_list_box .quick_list li.item29 {
    background: url("/resources/jp/global/images/common/quick_list_bg29.jpg") center top no-repeat;
    background-size: cover;
  }
  
#header .linkWrap .quick_inner .quick_list_box .quick_list li.item30 {
    background: url("/resources/jp/global/images/common/quick_list_bg30.jpg") center top no-repeat;
    background-size: cover;
  }
  
#header .linkWrap .quick_inner .quick_list_box .quick_list li.item31 {
    background: url("/resources/jp/global/images/common/quick_list_bg31.jpg") center top no-repeat;
    background-size: cover;
  }

#header .linkWrap .quick_inner .quick_list_box .quick_list li.item32 {
    background: url("/resources/jp/global/images/common/quick_list_bg32.jpg") center top no-repeat;
    background-size: cover;
  }

  
#header .linkWrap .quick_inner .quick_list_box .quick_list li.item33 {
    background: url("/resources/jp/global/images/common/quick_list_bg33.jpg") center top no-repeat;
    background-size: cover;
  }
  
#header .linkWrap .quick_inner .quick_list_box .quick_list li.item34 {
    background: url("/resources/jp/global/images/common/quick_list_bg34.jpg") center top no-repeat;
    background-size: cover;
  }
  
#header .linkWrap .quick_inner .quick_list_box .quick_list li.item35 {
    background: url("/resources/jp/global/images/common/quick_list_bg35.jpg") center top no-repeat;
    background-size: cover;
  }

  
/*모바일 퀵링크 css추가 250619*/
#allMenu .box .quick_inner .quick_list_box .quick_list li.item29 {
  background: url("/resources/jp/global/images/common/quick_list_bg29.jpg") center top no-repeat;
  background-size: cover;
}
#allMenu .box .quick_inner .quick_list_box .quick_list li.item30 {
  background: url("/resources/jp/global/images/common/quick_list_bg30.jpg") center top no-repeat;
  background-size: cover;
}
#allMenu .box .quick_inner .quick_list_box .quick_list li.item31 {
  background: url("/resources/jp/global/images/common/quick_list_bg31.jpg") center top no-repeat;
  background-size: cover;
}
#allMenu .box .quick_inner .quick_list_box .quick_list li.item32 {
  background: url("/resources/jp/global/images/common/quick_list_bg32.jpg") center top no-repeat;
  background-size: cover;
}
#allMenu .box .quick_inner .quick_list_box .quick_list li.item33 {
  background: url("/resources/jp/global/images/common/quick_list_bg33.jpg") center top no-repeat;
  background-size: cover;
}
#allMenu .box .quick_inner .quick_list_box .quick_list li.item34 {
  background: url("/resources/jp/global/images/common/quick_list_bg34.jpg") center top no-repeat;
  background-size: cover;
}
#allMenu .box .quick_inner .quick_list_box .quick_list li.item35 {
  background: url("/resources/jp/global/images/common/quick_list_bg35.jpg") center top no-repeat;
  background-size: cover;
}
/* 250625 삼양소개 홍보영상 사이즈 조절  */
.about .sec04 video {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

/* 250701 company ci로고 수정  */
.ci .sec04 .con03 .provision_box .img_box {
    padding: 33px 0;
}
.ci .sec04 .con03 .provision_box .img_box .bg {
    width: 290px;
    height: 111px;
    margin: 0 auto;
    background: url("/resources/jp/global/images/company/ci_sec03_con03_img01_2507.svg") center no-repeat;
    background-size: cover;
}
@media (max-width: 1023px) {
  .ci .sec04 .con03 .provision_box .img_box .bg {
    width: 263px;
    height: 101px;
    margin: 0 auto;
    background: url("/resources/jp/global/images/company/ci_sec03_con03_img01_2507.svg") center no-repeat;
    background-size: cover;
  }
}
.ci .sec01 .con02 .system_slide {
  width: 100%;
  margin: 0 auto;
  padding-bottom: 30px;
}
.ci .sec01 .con02 .system_slide .swiper-slide {
  position: relative;
  overflow: hidden;
  background-color: #ffffff;
  border: 1px solid #ddd;
}
.ci .sec01 .con02 .system_slide .swiper-slide img{
    width: 980px;
}
.ci .sec01 .con02 .system_slide .swiper-pagination {
  bottom: 0;
}
.ci .sec01 .con02 .system_slide .swiper-pagination .swiper-pagination-bullet {
  width: 80px;
  height: 4px;
  margin: 0 4px;
  background-color: #E7EBEC;
  border-radius: unset;
  transform: skew(-40deg);
  opacity: 1;
}
.ci .sec01 .con02 .system_slide .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #6eeb83;
}
@media (max-width: 1023px) {
  .ci .sec01 .con02 .system_slide {
  padding-bottom: 20px;
}
  .ci .sec01 .con02 .system_slide .swiper-pagination .swiper-pagination-bullet {
    width: 30px;
    height: 4px;
  }
}
/* 250701 company ci로고 수정 - 여백규정 슬라이드 추가   */
.ci .sec04 .con03 .system_logo_slide {
  width: 100%;
  margin: 0 auto;
  padding-bottom: 30px;
}
.ci .sec04 .con03 .system_logo_slide .swiper-slide {
  position: relative;
  overflow: hidden;
}
.ci .sec04 .con03 .system_logo_slide .swiper-slide img{
    width: 891px;
}
.ci .sec04 .con03 .system_logo_slide .swiper-pagination {
  bottom: 0;
}
.ci .sec04 .con03 .system_logo_slide .swiper-pagination .swiper-pagination-bullet {
  width: 80px;
  height: 4px;
  margin: 0 4px;
  background-color: #E7EBEC;
  border-radius: unset;
  transform: skew(-40deg);
  opacity: 1;
}
.ci .sec04 .con03 .system_logo_slide .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #6eeb83;
}
@media (max-width: 1023px) {
  .ci .sec04 .con03 .system_logo_slide {
  padding-bottom: 20px;
}
  .ci .sec04 .con03 .system_logo_slide .swiper-pagination .swiper-pagination-bullet {
    width: 30px;
    height: 4px;
  }
}
.ci .sec04 .con03 .provision_box .img_box {
    margin-top: 3.25rem;
    background-color: transparent;
}
/* 250715 esg 사회 공헌활동 테이블 수정 */
.esg.social .sec04 .con_box li {
    vertical-align: top;
}
.esg.social .sec04 .con_box p.con_box_subtit {
    font-size: 1.2rem;
    color: #222;
    font-weight: 600;
    letter-spacing: -1px;
    line-height: 1.4;
    margin-bottom: 10px;
}
/* 중문만추가 */
.esg.social .sec04 .con_box p.con_box_subtit + p {
    letter-spacing: -1.2px;
}
@media (max-width: 1023px) {
    .esg.social .sec04 .con_box p.con_box_subtit {
        font-size: 1.06rem;
        letter-spacing: -0.02em;
        line-height: 1.5;
        margin-bottom: 5px;
    }
}
.esg.social .sec04 .vision_wrap {
    padding: 100px 0 50px;
}
.esg.social .sec04 .vision_wrap .top_box h4 {
    letter-spacing: -0.08em;
    float: none;
}
.esg.social .sec04 .vision_wrap .top_box::after {
    height: 32px;
    visibility: visible;
}
@media (max-width: 1023px) {
    .esg.social .sec04 .vision_wrap {
        padding: 50px 0 20px;
    }
    .esg.social .sec04 .vision_wrap .top_box::after {
        width: 16px;
        height: 23px;
    }
}

/*브로슈어 영역 비노출-250805*/
.about .sec05 {
    display: none;
  }
  

  
/*260331_글로벌네트워크 카테고리 추가*/
.global-network .sec01 .con02 .img_box .marker_box .marker.marker8 {
    top: 126px;
    left: 29px;
}
.global-network .sec01 .con02 .img_box .marker_box.active .marker.marker2 {
    transition-delay: 1.8s;
}

@media (max-width: 1305px) {
    .global-network .sec01 .con02 .img_box .marker_box .marker.marker8 {
        top: 79px;
        left: 18px;
    }
}






/*일문 폰트 추가-260727-s

body {
  font-family: Arial, Meiryo, "Yu Gothic", "MS PGothic", "MS Gothic", sans-serif;
  color: #666;
  font-weight: 400;
  line-height: 1;
  -webkit-text-size-adjust: none;
  letter-spacing:-0.03em;
}

select,
button,
input,
textarea,
pre {
  font-family: Arial, Meiryo, "Yu Gothic", "MS PGothic", "MS Gothic", sans-serif;
  font-size: 16px;
  color: #666;  
  letter-spacing:-0.03em;
}

일문 폰트 추가-260727-e*/



/* 2608001-s 폰트 수정 (Noto Sans JP)  */
 body {
  font-family: 'Noto Sans JP',Arial, Meiryo,"Yu Gothic","MS PGothic","MS Gothic", sans-serif;
  color: #666;
  font-weight: 300;
  line-height: 1;
  -webkit-text-size-adjust: none;
  letter-spacing:-0.03em;
} 

select,
button,
input,
textarea,
pre {
  font-family:'Noto Sans JP',Arial, Meiryo,"Yu Gothic","MS PGothic","MS Gothic", sans-serif;
  font-size: 16px;
  color: #666;  
  letter-spacing:-0.03em;
}

strong {
   font-weight:700;
}

/* 2608001-e 폰트 수정 (Noto Sans JP)  */




/* 헤더 풋터  */
#header #gnb {
    font-family: "SamyangNeo",'Noto Sans JP',Arial, Meiryo,"Yu Gothic","MS PGothic","MS Gothic", sans-serif;
}
#header #gnb > ul > li > a .samyangNeo{
    font-family: "SamyangNeo",'Noto Sans JP',Arial, Meiryo,"Yu Gothic","MS PGothic","MS Gothic", sans-serif;
}
#footer .top_box .list li{
    letter-spacing: -0.03em;
}
#header .linkWrap .quick_inner .quick_tab_box .quick_tab{
    width: 150px;
}
#header .linkWrap .quick_inner .quick_tab_box .quick_tab li a {
    font-weight: 400;
    letter-spacing: -0.03em;
    font-size: 1.875rem;
}
#header .linkWrap .top_box .tab_btn a{
    font-weight:500;
}
#header #util .inquiry_btn{
    font-weight: 500;
}


#header #gnb > ul > li > a{
    padding: 0 45px;
}

#header #gnb.on > ul > li:first-child > a {
  padding: 0 60px 0 60px;
}
#header #gnb.on > ul > li:nth-of-type(2) > a {
  padding: 0 60px 0 60px;
}
#header #gnb.on > ul > li:nth-of-type(3) > a {
  padding: 0 60px 0 60px;
}
#header #gnb.on > ul > li:nth-of-type(4) > a {
  padding: 0 60px 0 60px;
}
#header #gnb.on > ul > li:nth-of-type(5) > a {
  padding: 0 60px 0 60px;
}
#header #gnb.on > ul > li:last-child > a {
  padding: 0 60px 0 60px;
}

#footer .top_box .list li.subsidiary .box .row dl dd a {
    font-weight: 300;
}

#lnb ul li a {
    font-size: 1.15rem;
    line-height: 1.3;
}
@media (max-width: 1023px) {
    #lnb ul li a {
        font-size: 1rem;
        line-height: 1.2;
    }
}
#lnb ul li a span.samyangNeo {
    display: inline-block;
}
span.samyangNeo {
    font-family: "SamyangNeo", Arial, Meiryo, "Yu Gothic", "MS PGothic", "MS Gothic", sans-serif !important;
    font-weight: 500;
}



/* 공통 */
.container .title h2{
    letter-spacing: -0.02em;
    font-family: "SamyangNeo", Arial, Meiryo, "Yu Gothic", "MS PGothic", "MS Gothic", sans-serif !important;
    /* font-weight: 600; */
}

/* 메인타이틀 영역 공통 사이즈--------------------------------------------------  */
.container .con_title h3 {
    letter-spacing: -0.02em;
    font-weight: 700;
}

.about .sec04 .con_title h3 {
    letter-spacing: -0.02em;
    font-weight: 700;
}

.vision .container .sec03 .con_title h3 {
    font-size: 3.125rem;
}


@media (max-width: 1023px) {
    .depth_btn ul li a {
        font-size: 1.365rem;
        letter-spacing: -0.03em;
    }
}


/* 반응형- 타이틀 사이즈 일문 커스텀  */
@media (max-width: 1023px) {
    .vision .container .sec03 .con_title h3 {
        font-size: 1.75rem;
        line-height: 1.3;
    }
    .container .con_title h3 {
        font-size: 1.75rem;
        line-height: 1.3;
    }

    .about .sec04 .con_title h3 {
        font-size: 1.75rem;
        line-height: 1.3;
    }

    .vision .container .con_title h3 {
        font-size: 1.75rem;
        line-height: 1.3;
    }
    .environmental .sec02 .con01 .con_title h3,
    .environmental .sec03 .con .con_title h3,
    .environmental .sec04 .con .con_title h3,
    .environmental .sec05 .con .con_title h3 {
        font-size: 1.75rem;
        line-height: 1.3;
    }

    .social .sec:not(.sec01) .con_title h3 {
        font-size: 1.75rem;
        line-height: 1.3;
    }

    .governance .sec02 .con01 .con_title h3,
    .governance .sec03 .con01 .con_title h3 {
        font-size: 1.75rem;
        line-height: 1.3;
    }


    .chemical-business .container .con_title h3 {
        font-size: 1.9375rem;
        line-height: 1.2580645161;
    }
   

}



.container .con_title p {
    letter-spacing: -0.03em;
    font-weight:400; 
}

.btn.md,
.btn.sm {
    letter-spacing: -0.03em;
}

/* 글로벌네트워크 부분 버튼 여백 축소 */
.global-network .btn.sm {
    padding: 0 8px;
    letter-spacing: -0.05em;
}

@media (max-width: 766px) {
    #header #util .inquiry_btn {
        font-size: 0.875rem;
        letter-spacing: -0.03em;
        margin-right: 2px;
    }
    .global-network .btn.sm {
        padding: 0 15px;
        letter-spacing: -0.05em;
    }
}

#allMenu .box .gnb_wrap .gnb .depth2_list li a {
    font-weight: 400;
    letter-spacing: -0.03em;
}

/* 모바일 태블릿  줄바꿈 강제 제거  */
@media (max-width: 1400px) {
    #allMenu .box .gnb_wrap .gnb .depth2_list li a br {
        display: none;
    }
}
@media (max-width: 766px) {
    #allMenu .box .gnb_wrap .gnb .depth2_list li a br {
        display: none;
    }
    .environmental .sec02 .con02 .list2 li p br {
        display: none;
    }
}


/* 배너 */
.banner_area strong,
.banner_area p {
    letter-spacing: -0.03em;
}


.container .sec_banner p {
    letter-spacing: -0.03em;
    font-weight: 400;
}

@media (max-width: 1023px) {
    .banner_area strong {
        line-height: 1.3;
    }
    .banner_area_sustainability p {
        font-weight: 300;
    }
}

/* 테이블  */
.table_wrap .table.sticky thead tr th,
.table_wrap .table.sticky tbody tr td,
.table_bot_text p,
.table_top_text p {
    letter-spacing: -0.03em;
    /* font-weight: 500;  *260801*/
}
@media (max-width: 766px) {
    .table_wrap .table.sticky thead tr th {
        word-break: keep-all;
    }

    .table_wrap.type01 thead th,
    .table_wrap.type01 tbody td,
    .table_wrap .table.sticky thead tr th,
    .table_wrap .table.sticky tbody tr td {
        font-size: 0.875rem;
        line-height: 1.1428571429;
    }

    .dividend .table_wrap thead tr th {
        padding: 0 5px;
    }


}




/* 메인 */

.main .sec_visual .kv_box span.kv_tit03 {
    font-family: "SamyangNeo", Arial, Meiryo, "Yu Gothic", "MS PGothic", "MS Gothic", sans-serif;
    font-weight:400;
}
.main .sec_visual .kv_box span {
    letter-spacing:-0.03em;
}

.main .sec01 .txt_box p {
    letter-spacing: -0.02em;
}

.main .tit_box .group_txt {
    font-size: 1.9rem;
    letter-spacing: -0.03em;
    font-weight: 400; 
}

.main .sec05 .con02 .group_txt,
.main .sec05 .con02 .company_list.type1 .arrow_btn {
    letter-spacing: -0.03em;
}

/* 미디어/채용 외부링크 연결  */
.main .sec05 .con01 .arrow_btn {
    transform: rotate(-45deg);
}
.main .sec05 .con02 .company_list li:first-child .arrow_btn {
    transform: rotate(-45deg);
}


.quick_menu a.quick_100link {
    font-size: 0.625rem;
    letter-spacing: -0.03em;
    font-weight: 600;
}

@media (max-width: 1023px) {
    .main .sec_visual.type2 .kv_box span.kv_tit01 {
        font-size: 1.625rem;
        line-height: 1.3846153846;
    }

    .main .sec01 .txt_box p {
        font-size: 1.875rem;
        line-height: 1.4;
    }

    .main .tit_box .group_txt {
        font-size: 1.3125rem;
        line-height: 1.425;
        font-weight: 300;
    }
}

@media (max-width: 766px) {
    .main .sec_visual.type2 .kv_box span.kv_tit01 {
        font-size: 2.125rem;
        line-height: 1.2941176471;
    }

    .main .sec01 .txt_box p {
        font-size: 1.625rem;
        line-height: 1.4615384615;
    }

}

@media (max-width: 1023px) {
    .quick_menu a.quick_100link {
        font-size: 0.425rem;
        line-height: 1.1818181818;
    }
}



/* 회사소개 - about */
/* 260408 대표이사사진추가 */
.about .sec03 .con01 .con_title h3 {
    display: block;
    font-size: 2.4rem;
    letter-spacing: -0.03em;
}

.about .sec03 .con01 .cont_area .area_txt span {
    letter-spacing: -0.03em;
}

.about .sec03 .cont_area .name {
    position: static;
    margin-top: 2.09375rem;
}

.about .sec03 .cont_area .name strong {
    font-size: 1.375rem;
    line-height: 1.5454545455;
    font-weight: bold;
    color: #222222;
}

.about .sec03 .cont_area .name p {
    font-size: 1.0625rem;
    line-height: 1.4117647059;
    color: #aaa;
}

@media (max-width: 1023px) {
    .about .sec03 .con01 .con_title h3 {
        font-size: 1.5rem;
        line-height: 1.4167;
    }

    .about .sec03 .cont_area .name {
        margin-top: 0.96875rem;
        text-align: right;
    }

    .about .sec03 .cont_area .name strong {
        font-size: 1.125rem;
        line-height: 1.2222222222;
    }

    .about .sec03 .cont_area .name p {
        font-size: 0.875rem;
        line-height: 1.4285714286;
    }
}

@media (max-width: 766px) {
    .about .sec03 .cont_area .name {
        margin-top: 0.96875rem;
    }
}

@media (max-width: 766px) {
    .about .sec03 .title {
        margin-bottom: 0.34375rem;
    }
}
/* end 260408 대표이사사진추가 */
.about .sec02 .business_list li p{
    font-family: "SamyangNeo", Arial, Meiryo, "Yu Gothic", "MS PGothic", "MS Gothic", sans-serif;
    font-weight: 500;
    font-size: 1.625rem;
    letter-spacing: -0.02em;
    line-height: 1;
}
.about .sec_banner li:first-child a {
    padding: 75px 9px 90px 0;
}

.about .sec_banner strong span {
    margin-right: 17px;
}

.about .sec_banner strong {
    font-size: 2.5rem;
    letter-spacing: -0.03em;
}

@media (max-width: 1023px) {
    .about .sec_banner li:first-child a {
        padding: 50px 5.2% 60px;
    }

    .about .sec_banner strong {
        font-size: 1.75rem;
        letter-spacing: 0;
        line-height: 1.3;
    }
}

@media (max-width: 766px) {

    .about .sec_banner li:first-child a {
        padding: 40px 0;
    }

    .about .sec_banner strong {
        font-size: 1.75rem;
        letter-spacing: 0;
        line-height: 1.3;
    }
}

.about .sec01 .con .since_wrap strong {
    font-family: "SamyangNeo", Arial, Meiryo, "Yu Gothic", "MS PGothic", "MS Gothic", sans-serif;
    font-weight: 500;
}


/* 회사소개 - vision  */

.vision .sec01 .con01 .vision_area .curtain_wrap p {
    letter-spacing: -0.02em;
}

.vision .sec02 .con01 .txt_box strong {
    letter-spacing: -0.02em;
}

.vision .sec02 .con01 .txt_box p {
    letter-spacing: -0.03em;
    font-weight: 400; /*260801*/
}

.vision .sec02 .con02 .txt_box p {
    letter-spacing: -0.03em;
}
.vision .sec03 .con01 .con_title p{
    font-weight: 400;
}


@media (max-width: 1023px) {
    .vision .sec01 .con01 .vision_area .curtain_wrap p {
        font-weight: 300
    }
    .vision .sec02 .con01 .txt_box p {
        font-weight: 300; 
    }
    .vision .sec03 .con01 .con_title p {
        font-weight: 300;
    }
}



/* 연혁 - history */
.history.type01 .history_bg .txt_box h4{
    letter-spacing: -0.02em;
}

.history.type01 .history_bg .txt_box p,
.history.type01 .history_bg .txt_box span,
.history.type01 .history_anchors ul li p,
.history.type01 .history_area .txt_box .tit p,
.history.type01 .history_area .txt_box .tit span,
.history.type01 .history_area .txt_box .list ul li dl dt,
.history.type01 .history_area .txt_box .list ul li dl dd p{
    letter-spacing: -0.03em;
}
.history.type01 .history_bg .txt_box p{
    font-weight: 400;
}




/* 창업자 - founder  */
/* 231206 company - founder */
.founder .content {
    padding-bottom: 0;
}

/* sec01 */
.founder .sec01 {
    margin-bottom: 11.25rem;
}

.founder .sec01 .con01 .con_title p {
    font-weight: 500;
}

.founder .sec01 .cont_area {
    margin-top: 4.3125rem;
}

.founder .sec01 .cont_area p {
    font-size: 1.1875rem;  
    letter-spacing: -0.03em;
    line-height: 1.6842105263;
    font-weight:300; /*260801*/
    
    word-wrap: break-word;
    color: #444444;
}

.founder .sec01 .cont_area .cont_wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
    align-items: normal;
    margin-top: 2.1875rem;
}

.founder .sec01 .cont_area .area_txt {
    width: calc(100% - 406px);
    padding-right: 39px;
}

.founder .sec01 .cont_area .area_txt span {
    display: block;
    margin-bottom: 1.9375rem;
}

.founder .sec01 .cont_area .area_txt span.pos_last {
    position: absolute;
    margin-top: -30px;
}

.founder .sec01 .cont_area .area {
    box-sizing: border-box;
}

.founder .sec01 .cont_area .area_img {
    width: 406px;
    text-align: right;
}

.founder .sec01 .cont_area .area_img img {
    display: inline-block;
}

@media (max-width: 1023px) {
    .founder .sec01 {
        margin-bottom: 7.5rem;
    }

    .founder .sec01 .cont_area {
        margin-top: 3.75rem;
    }

    .founder .sec01 .cont_area p {
        font-size: 1rem;
        letter-spacing: -0.03em;
        line-height: 1.5625;
    }

    .founder .sec01 .cont_area .cont_wrap {
        display: flex;
        flex-wrap: wrap;
        justify-content: start;
        align-items: normal;
        margin-top: 1.25rem;
    }

    .founder .sec01 .cont_area .area:nth-child(2n-1) {
        margin-left: 0;
    }

    .founder .sec01 .cont_area .area_txt {
        padding-right: 0;
    }

    .founder .sec01 .cont_area .area {
        width: 46.6836734694%;
        margin-left: 6.6326530612%;
    }

    .founder .sec01 .cont_area .area_txt span {
        margin-bottom: 1.25rem;
    }

    .founder .sec01 .cont_area .area_txt span.pos_last {
        position: unset;
        margin-top: -18px;
    }

    .founder .sec01 .cont_area .area_img {
        margin-bottom: 1.5625rem;
    }
}

@media (max-width: 766px) {
    .founder .sec01 .cont_area {
        padding-bottom: 0;
        margin-top: 3.75rem;
    }

    .founder .sec01 .cont_area .area {
        width: 100%;
    }

    .founder .sec01 .cont_area .cont_wrap {
        display: block;
    }

    .founder .sec01 .cont_area .area_txt span {
        margin-bottom: 1.25rem;
    }

    .founder .sec01 .cont_area .area_img {
        width: 100%;
        margin-top: 3.75rem;
        margin-left: 0;
        text-align: center;
    }
}

/* sec02 */
.founder .sec02 {
    margin-bottom: 11.25rem;
}

.founder .sec02 .cont_area {
    padding-bottom: 60px;
    margin-top: 4.3125rem;
}

.founder .sec02 .cont_area p {
    font-size: 1.1875rem;
    letter-spacing: -0.03em;
    line-height: 1.6842105263;
    
    word-wrap: break-word;
    color: #444444;
}

.founder .sec02 .cont_area .cont_wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
    align-items: normal;
    margin-top: 2.1875rem;
}

.founder .sec02 .cont_area .area_txt {
    width: calc(100% - 406px);
    padding-left: 55px;
}

.founder .sec01 .cont_area .area_txt.w100 {
    width: 100%;
}

.founder .sec02 .cont_area p {
    font-size: 1.1875rem;
    letter-spacing: -0.03em;
    line-height: 1.6842105263;
    
    word-wrap: break-word;
    color: #444444;
}

.founder .sec02 .cont_area .area_txt span {
    display: block;
    margin-bottom: 1.9375rem;
    font-weight:300; /*260801*/
}

.founder .sec02 .cont_area .area {
    box-sizing: border-box;
}

.founder .sec02 .cont_area .area_img {
    width: 406px;
    text-align: right;
    border: 1px solid #ddd;
}

.founder .sec02 .cont_area .area_img img {
    display: inline-block;
}

@media (max-width: 1023px) {
    .founder .sec02 {
        margin-bottom: 7.5rem;
    }

    .founder .sec02 .cont_area {
        margin-top: 3.75rem;
    }

    .founder .sec02 .cont_area p {
        font-size: 1rem;
        letter-spacing: -0.03em;
        line-height: 1.5625;
    }

    .founder .sec02 .cont_area .cont_wrap {
        display: flex;
        flex-wrap: wrap;
        justify-content: start;
        align-items: normal;
        margin-top: 1.25rem;
    }

    .founder .sec02 .cont_area .area:nth-child(2n-1) {
        margin-left: 0;
    }

    .founder .sec02 .cont_area .area_txt {
        padding-left: 0;
    }

    .founder .sec02 .cont_area .area {
        width: 46.6836734694%;
        margin-left: 6.6326530612%;
    }

    .founder .sec02 .cont_area .area_txt span {
        margin-bottom: 1.25rem;
    }

    .founder .sec02 .cont_area .area_img {
        margin-bottom: 1.5625rem;
    }
}

@media (max-width: 766px) {
    .founder .sec02 .cont_area {
        padding-bottom: 0;
        margin-top: 3.75rem;
    }

    .founder .sec02 .cont_area .area {
        width: 100%;
        margin-left: 0;
    }

    .founder .sec01 .cont_area .area_txt.w100 {
        margin-top: 50px;
    }

    .founder .sec02 .cont_area .cont_wrap {
        display: block;
    }

    .founder .sec02 .cont_area .area_img {
        width: 100%;
        margin-top: 3.75rem;
        margin-left: 0;
        text-align: center;
    }
}


/* ci 가이드 */



.ci .sec04 .con01 .con_title h3, 
.ci .sec05 .con_title h3 {
    font-family: "SamyangNeo", 'Noto Sans JP', Arial, Meiryo, "Yu Gothic", "MS PGothic", "MS Gothic", sans-serif;
    font-weight: 500;
}
.ci .sec04 .con01 ul span{
    font-family: "SamyangNeo", 'Noto Sans JP', Arial, Meiryo, "Yu Gothic", "MS PGothic", "MS Gothic", sans-serif;
}


/* 글로벌 네트워크 */
.global-network .sec01 .con02 .img_box .marker_box.active .marker.marker2 {
    transition-delay: 1.8s;
}
.global-network .place_business_list li .info_txt .address_txt {
    letter-spacing: -0.03em;
    word-break: break-word;
}

/* 글로벌네트워크 마커 위치 KR 기준 동일 적용 */
.global-network .sec01 .con02 .img_box .marker_box .marker.marker1 {
    top: 135px;
    left: 82px;
}
.global-network .sec01 .con02 .img_box .marker_box .marker.marker2 {
    top: 233px;
    left: 437px;
}
.global-network .sec01 .con02 .img_box .marker_box .marker.marker3 {
    top: 293px;
    left: 417px;
}
.global-network .sec01 .con02 .img_box .marker_box .marker.marker4 {
    top: 203px;
    left: 479px;
}
.global-network .sec01 .con02 .img_box .marker_box .marker.marker5 {
    top: 203px;
    left: 533px;
}
.global-network .sec01 .con02 .img_box .marker_box .marker.marker6 {
    top: 192px;
    left: auto;
    right: 294px;
}
.global-network .sec01 .con02 .img_box .marker_box .marker.marker7 {
    top: 176px;
    left: 124px;
    right: auto;
}
.global-network .sec01 .con02 .img_box .marker_box .marker.marker8 {
    top: 174px;
    left: 22px;
}

@media (max-width: 1305px) {
    .global-network .sec01 .con02 .img_box .marker_box .marker.marker1 {
        top: 86px;
        left: 57px;
    }
    .global-network .sec01 .con02 .img_box .marker_box .marker.marker2 {
        top: 165px;
        left: 327px;
    }
    .global-network .sec01 .con02 .img_box .marker_box .marker.marker3 {
        top: 204px;
        left: 305px;
    }
    .global-network .sec01 .con02 .img_box .marker_box .marker.marker4 {
        top: 136px;
        left: 352px;
    }
    .global-network .sec01 .con02 .img_box .marker_box .marker.marker5 {
        top: 136px;
        left: 395px;
    }
    .global-network .sec01 .con02 .img_box .marker_box .marker.marker6 {
        top: 127px;
        left: auto;
        right: 215px;
    }
    .global-network .sec01 .con02 .img_box .marker_box .marker.marker7 {
        top: 114px;
        left: 86px;
        right: auto;
    }
    .global-network .sec01 .con02 .img_box .marker_box .marker.marker8 {
        top: 79px;
        left: 18px;
    }
}



/* 사업소개 ----------------------------------------------- */
/* 사업영역 */
.business_overview .sec02 .txt_area .top_box h4{
    letter-spacing: -0.02em;
}

.business_overview .sec02 .txt_area .list_box ul li p,
.business_overview .business_overview_cont01 .img_area p{
    letter-spacing: -0.03em;
}

.business_overview .sec02 .txt_area .list_box ul li{
    margin: 0 40px;
}
.business_overview .business_overview_cont01 .img_area p{
    font-family: "SamyangNeo",'Noto Sans JP',Arial, Meiryo,"Yu Gothic","MS PGothic","MS Gothic", sans-serif;
    font-weight: 500;
}

@media (max-width: 1023px) {
    .business_overview .sec02 .txt_area .list_box ul li {
        width: 150px;
        height: 150px;
        padding: 30px 0 0;
        margin: -8px;
    }
}

@media (max-width: 766px) {
    .business_overview .sec02 .txt_area .list_box ul li {
        width: 117px;
        height: 117px;
        margin: -6px -8px;
        padding: 30px 10px 0;
    }

}


/* 사업영역 공통  */
.portfolio_sec .portfolio_wrap .area_bot strong,
.portfolio_sec .portfolio_wrap li.fold .area_top a strong,
.portfolio_sec .portfolio_wrap .area_bot p{
    letter-spacing: -0.03em;
}
.portfolio_sec .portfolio_wrap .area_bot span{
    font-size: 1.0625rem;
    letter-spacing: -0.03em;
    line-height: 1.75;
    margin-top:2rem
}
@media (max-width: 1023px) {
    .portfolio_sec .portfolio_wrap .area_bot span {
        margin-top: 1.5625rem;
        font-size: 1rem;
        letter-spacing: 0;
        line-height: 1.5625;
        word-break: break-all;
        word-wrap: break-word;
    }
        .portfolio_sec .portfolio_wrap li.fold {
        width: 100%;
    }
}


/* 화학사업  */
.chemical .sec05 .acco_list .acco_tit .acco_category span,
.chemical .sec05 .acco_list .acco_item p{
    letter-spacing: -0.03em;
}
@media (max-width: 766px) {
    .chemical .sec05 .acco_list .acco_tit p{
        padding-right:25px
    }
    .valuechain_area .value_img span{
        text-align: left;
    }
}
@media (max-width: 360px) {
    .portfolio_sec .portfolio_wrap li.unfold .area_top a strong {
        margin-right: 40px;
        padding-right:0;
    }
}



.business_summary .con_title h3 {
    font-size: 2.5rem;
    letter-spacing: -0.03em;
}
@media (max-width: 1023px) {
    .business_summary .con_title h3 {
        margin-bottom: 1rem;
        font-size: 1.875rem;
        line-height: 1.2666666667;
    }
}


/* 패키징 사업 */
.packaging .container .con_title h3{
    font-family: "SamyangNeo",'Noto Sans JP',Arial, Meiryo,"Yu Gothic","MS PGothic","MS Gothic", sans-serif;
    font-weight: 500;
}

.packaging .sec04 .con_title h3 {
    font-size: 2.5rem;
    letter-spacing: -0.03em;
}
@media (max-width: 1023px) {
    .packaging .sec04 .con_title h3 {
        margin-bottom: 1rem;
        font-size: 1.875rem;
        line-height: 1.2666666667;
    }
}



/* 투자정보 테이블 숫자 font-weight  */

.stock-chart table td,
.stock-chart table td > b,
.finance-info table td,
.finance-info table td > b,
.highlight table td,
.highlight table td > b {
    font-weight: 400;
}


.highlight .container .title > span{
    font-weight: 400;
    letter-spacing: -0.03em;
}

/* esg */

.esg .vision_wrap .top_box h3,
.esg .vision_wrap .top_box span,
.esg .vision_wrap .top_box h4,
.esg .vision_wrap .top_box p,
.esg .vision_wrap .type_box .type h5,
.esg .vision_wrap .type_box .type .list dl dt,
.esg .vision_wrap .type_box .type .list dl dd {
    letter-spacing: -0.03em;
}

.esg .vision_wrap .type_box .type.type1 .list dl dt {
    width: 100%;
}

.esg .vision_wrap .type_box .type.type1 .list dl dd {
    width: 100%;
}

.esg .vision_wrap .type_box .type {
    height: 600px;
}

@media (max-width: 1023px) {
    .esg .vision_wrap .type_box .type.type2 .list dl dt {
        width: 65px;
    }

    .esg .vision_wrap .type_box .type {
        height: auto;
    }

    @media (max-width: 1023px) {

        .esg .vision_wrap .top_box h4,
        .esg .vision_wrap .top_box p {
            font-size: 1.5rem;
            line-height: 1.3;
        }

        .esg .vision_wrap .type_box .type.type2 .list dl dd {
            width: calc(100% - 65px);
        }
    }
}

.esg .system_slide_wrap .system_slide .swiper-slide .type .tit h3,
.esg .system_slide_wrap .system_slide .swiper-slide .type .txt_box dl dt,
.esg .system_slide_wrap .system_slide .swiper-slide .type .txt_box dl dd {
    letter-spacing: -0.03em;
}

.esg .system_slide_wrap .system_slide .swiper-slide .type.type1 .tit,
.esg .system_slide_wrap .system_slide .swiper-slide .type.type2 .tit {
    width: 250px;
}

.esg .system_slide_wrap .system_slide .swiper-slide .type.type1 .txt_box,
.esg .system_slide_wrap .system_slide .swiper-slide .type.type2 .txt_box {
    margin-left: 0;
    width: calc(100% - 250px);
}

@media (max-width: 1023px) {

    .esg .system_slide_wrap .system_slide .swiper-slide .type.type1 .tit,
    .esg .system_slide_wrap .system_slide .swiper-slide .type.type2 .tit,
    .esg .system_slide_wrap .system_slide .swiper-slide .type.type1 .txt_box,
    .esg .system_slide_wrap .system_slide .swiper-slide .type.type2 .txt_box {
        width: 100%;
        margin-top: 1.5625rem;
    }

    .esg .system_slide_wrap .system_slide .swiper-slide {
        height: auto;
    }
}

.esg .system_slide_wrap .system_slide .swiper-slide .type.type2 .txt_box .box:first-of-type {
    margin-right: 0;
}

/* 로드맵 */
/* 확인필요 */
.esg .load_map .list .mCSB_container {
    padding: 0px;
}

.esg .load_map .txt_tab .tab_box .box.box1 h3 {
    letter-spacing: -0.02em;
}

.esg .load_map .list li a p,
.esg .load_map .txt_tab .tab_box .box.box1 .year,
.esg .load_map .txt_tab .tab_box .box.box1 .txt p,
.esg .load_map .txt_tab .tab_box .box.box2 .txt_box .txt p {
    letter-spacing: -0.03em;
}



/* 환경 */
.environmental .sec02 .con01 .con_title h3,
.esg .con_txt h4 {
    letter-spacing: -0.02em;
}

.esg .con_txt p,
.environmental .sec02 .con01 .con_item .diagram_box .top_box p,
.esg .txt_list p,
.esg .list.type1 li p,
.esg .list.type1 li span,
.esg .list.type2 li p,
.esg .list.type2 li span {
    letter-spacing: -0.03em;
}

.environmental .sec02 .con02 .list2 li p {
    font-size: 1.125rem;
    letter-spacing: -0.03em;
}

@media (max-width: 1023px) {
    .environmental .sec02 .con02 .list2 li p {
        font-size: 0.75rem;
        padding: 10px 5px;
    }
}

.environmental .sec03 .con01 .table_wrap .table.sticky tbody tr th {
    font-weight: 500;
    letter-spacing: -0.03em;
}

.environmental .sec.sec04 .table_wrap .table.sticky .col_unit,
.environmental .sec.sec05 .table_wrap .table.sticky .col_unit {
    width: 13%;
}




/* 사회 */
.social .sec:not(.sec01) .con_title h3,
.diagram_box li>p,
.diagram_box .dia_txt_list p,
.social .sec04 .con_box strong,
.social .sec04 .con_box p {
    letter-spacing: -0.03em;
}

.esg.social .sec04 .con_box li {
    padding: 0 15px;
}

.esg.social .sec04 .con_box p.con_box_subtit {
    font-weight: 600;
    letter-spacing: -0.03em;
}

.esg.social .sec04 .con_box p.con_box_list {
    margin-top: 15px;
    line-height: 1.5;
    padding: 0 25px;
}

@media (max-width: 1023px) {
    .esg.social .sec04 .con_box p.con_box_subtit {
        font-size: 1.06rem;
        letter-spacing: -0.02em;
        line-height: 1.5;
        margin-bottom: 5px;
    }
    .diagram_box .dia_txt_list p{
        font-size: 1rem;
    }
    .social .sec04 .con_box p {
        font-weight:300;
    }
    .esg.social .sec04 .con_box p.con_box_list {
        margin-top: 10px;
        line-height: 1.5;
        padding: 0;
    }

}

.tab_btn_select .list li span,
.social .sec04 .tab_btn_select .panel_top h4,
.social .sec04 .tab_btn_select .panel_top p,
.social .sec04 .tab_btn_select .panel dt,
.social .sec04 .tab_btn_select .panel p {
    letter-spacing: -0.03em;
}


.social .sec04 .tab_btn_select .panel p {
    font-size: 1.125rem;
    line-height: 1.5625;
}

.social .sec04 .tab_btn_select .panel dt {
    line-height: 1.4;
}

@media (max-width: 1023px) {
    .social .sec04 .tab_btn_select .panel p {
        font-size: 1rem;
    }
}




.social .sec06 .cont_wrap .con_item h4,
.social .sec06 .cont_wrap .con_item > p,
.social .sec06 .cont_wrap .diagram_box h5,
.social .sec06 .cont_wrap .diagram_box li > span{
    letter-spacing: -0.03em;
}




/* 지배구조  */
.governance .sec02 .con01 .director_wrap .director_box h4,
.governance .sec02 .con01 .director_wrap .director_box .director_list .director .txt_box p,
.governance .sec02 .con01 .director_wrap .director_box .director_list .director .txt_box strong,
.governance .sec02 .con01 .director_wrap .director_box .director_info .info_txt dl dd,
.governance .sec02 .con01 .director_wrap .director_box .director_info .info_txt dl dt,
.governance .sec02 .con01 .director_wrap .director_box .director_info .career_txt strong,
.governance .sec02 .con01 .director_wrap .director_box .director_info .career_txt .txt li p {
    letter-spacing: -0.03em;
}

.governance .sec02 .con01 .director_wrap .director_box .director_list .director .txt_box p {
    margin-bottom: 3px;
}

.governance .sec03 .con01 .con_title h3,
.governance .sec03 .con01 .type1 .con_title h3 {
    letter-spacing: -0.02em;
}

.table_wrap.type01 thead th,
.table_wrap.type01 tbody td {
    letter-spacing: -0.03em;
}

.governance .sec03 .con03 .txt_box p{
    font-weight: 400;
}

.governance .sec04 .con .type2 ul li p {
    letter-spacing: -0.03em;
}
.governance .sec04 .con .type2 .con_title p{
    letter-spacing: -0.03em;
    font-weight: 300;
}
@media (max-width: 1023px) {
    .governance .sec02 .con01 .director_wrap .director_box .director_list .director .txt_box strong {
        font-size: 1.1875rem;
    }
}


/* 리포트  */

.report .sec04 .con02 .list_wrap p,
.report .sec02 .con02 .list_wrap p {
    letter-spacing: -0.03em;
}

.report .list_wrap li {
    padding-left: 20px;
}

.list_wrap .down_box a {
        width: auto;
    }

 /* 리포트 - 규범및 정책 */

.report .sec03 {
    margin-bottom: 5.625rem;
    padding-top: 100px;
}
 .report .sec04 i {
  display: flex;
  justify-content: center;
}
.report .sec04 .con02 .list_wrap p {
    font-size: 1.1875rem;
    letter-spacing: -0.03em;
    line-height: 1.4210526316;
    font-weight: 400;
    color: #444444;
    width: 221px;
}
.report .sec04 .con02 .list_wrap li > div {
    height: 50px;
}
.report .sec04 .con02 .list_wrap .down_box {
    text-align: right;
    width: 25px;
}

.report .sec04 .con02 {
    width: 100%;
    max-width: 980px;
    margin: 0 auto;
}

.report .sec04 .con02 .grid03 {
    width: 33%;
    padding-right: 23px;
    display: inline-block;
    vertical-align: top;
}

.report .sec04 .con02 .grid03:last-child {
    width: 33%;
    padding-right: 0px;
    display: inline-block;
    vertical-align: top;
}

.report .sec04 .con02 .grid03 div h3 {
    font-size: 1.625rem;
    letter-spacing: -0.03em;
    line-height: 1.4615384615;
    color: #222222;
    text-align: center;
    padding: 15px 0 20px;
}



@media (max-width: 1023px) {
    .report .sec04 .con02 .grid03 {
        width: 89.6%;
        display: block;
        vertical-align: top;
        margin-bottom: 5rem;
    }

    .report .sec04 .con02 .grid03:last-child {
        width: 89.6%;
        display: block;
        vertical-align: top;
    }
}
@media (max-width: 766px) {

    .report .sec03 {
        margin-bottom: 3.75rem;
    }

    .report .list_wrap li {
        padding: 20px 5.97%;
    }

    .report .sec04 .con02 .list_wrap p br {
        display: none;
    }

    .report .sec04 .con02 .list_wrap li>div {
        display: flex;
        flex-wrap: inherit;
        justify-content: space-between;
        align-items: center;
        flex-direction: row;
        height: auto;
    }

    .report .sec04 .con02 .grid03 {
        width: 89.334%;
        display: block;
        margin-bottom: 5rem;
    }

    .report .sec04 .con02 .grid03:last-child {
        width: 89.334%;
        display: block;
    }
}
.report .sec04 .con02 .grid03 div h3 {
    font-size: 1.625rem;
    letter-spacing: -0.03em;
    line-height: 1.4615384615;
    color: #222222;
    text-align: center;
    padding: 15px 0 20px;
}



/* 문의하기  */

.toggle_btn ul li span {
    font-weight: 300;
    letter-spacing: -0.03em;
}

.general .step_txt span {
    font-weight: 500;
}
.general .check_input_area .input_area{
    width: 100%;
}
.file_wrap .file_area {
    display: flex;
}

@media (max-width: 766px) {
    .custom_radio input[type=radio]+label>span {
        font-size: 0.8rem
    }

    .file_wrap .file_area {
        display: inline-block;
        width: 100%;
    }
}

.dividendPolicy .sec01 .txt_box strong {
    letter-spacing: -0.03em;
}

.dividendPolicy .sec01 .txt_box p {
    letter-spacing: -0.03em;
}

@media (max-width: 1023px) {
    .toggle_btn ul li span {
        font-weight: 300;
    }

    .write_wrap .tit_box {
        display: flex;
        flex-direction: column;
    }

    .write_wrap .tit_box p {
        bottom: -6px;
        position: relative;
    }
}




/* 가이드 부분  */
.policy .container .top_area .index_box ul {
    width: 50%;
    padding: 0 50px;
}

.policy .container .top_area .index_box ul li {
    letter-spacing: -0.03em;
}

.policy .container dl dd p {
    font-weight: 300;
    letter-spacing: -0.03em;
}

.policy .container dl dd h4 {
    letter-spacing: -0.03em;
}

.policy .container dl dd ol li {
    font-weight: 300;
    letter-spacing: -0.03em;
}

.policy .container dl dt {
    letter-spacing: -0.02em;
}

.common_popup.type1 .cont .con_box p {
    letter-spacing: -0.03em;
}

.general .toggle_btn ul li.custombx {
    height: 122px;
}

.general .toggle_btn ul li.custombx a {
    padding: 0;
    height: 100%;
}

@media (max-width: 1023px) {
    .policy .container dl dd p ,
    .policy .container dl dd ol li {
        font-size: 0.9375rem;

    }

    .policy .container .top_area .index_box ul li {
        letter-spacing: -0.03em;
        font-weight: 300;
    }

    .policy .container .top_area .index_box ul {
        padding: 0;
        width: 100%;
    }

    .general .toggle_btn ul li.custombx {
        height: auto;
    }

    .general .toggle_btn ul li.custombx a {
        padding: 20px 0;
        height: auto;
    }

}



.searchview .sec01 .con01 .info_box .txt_box p {
    font-size: 1.17rem;
    letter-spacing: -0.03rem;
    line-height: 1.57;
    word-break: break-all;
    word-wrap: break-word;
    color: #666666;
}
@media (max-width: 1023px) {
    .searchview .sec01 .con01 .info_box .txt_box p {
        font-size: 0.98rem;
        letter-spacing: -0.03rem;
        line-height: 1.57;
        color: #666666;
    }
}



#header .search_wrap .info_box .link .list li { 
    width: 140px;
}





 


/*260803 마크업 수정 -s-1*/

/* 글로벌네트워크 마커 위치 KR 기준 동일 적용 */
.global-network .sec01 .con02 .img_box .marker_box .marker.marker1 {
    top: 179px;
    left: 75px;
}
.global-network .sec01 .con02 .img_box .marker_box .marker.marker2 {
    top: 274px;
    left: 437px;
}
.global-network .sec01 .con02 .img_box .marker_box .marker.marker3 {
    top: 336px;
    left: 406px;
}
.global-network .sec01 .con02 .img_box .marker_box .marker.marker4 {
    top: 245px;
    left: 496px;
}
.global-network .sec01 .con02 .img_box .marker_box .marker.marker5 {
    top: 248px;
    left: 534px;
}
.global-network .sec01 .con02 .img_box .marker_box .marker.marker6 {
    top: 236px;
    left: auto;
    right: 270px;
}
.global-network .sec01 .con02 .img_box .marker_box .marker.marker7 {
    top: 218px;
    left: 107px;
    right: auto;
}
.global-network .sec01 .con02 .img_box .marker_box .marker.marker8 {
    top: 174px;
    left: 22px;
}

@media (max-width: 1305px) {
    .global-network .sec01 .con02 .img_box .marker_box .marker.marker1 {
        top: 131px;
        left: 51px;
    }
    .global-network .sec01 .con02 .img_box .marker_box .marker.marker2 {
        top: 202px;
        left: 325px;
    }
    .global-network .sec01 .con02 .img_box .marker_box .marker.marker3 {
        top: 246px;
        left: 295px;
    }
    .global-network .sec01 .con02 .img_box .marker_box .marker.marker4 {
        top: 179px;
        left: 360px;
    }
    .global-network .sec01 .con02 .img_box .marker_box .marker.marker5 {
        top: 180px;
        left: 395px;
    }
    .global-network .sec01 .con02 .img_box .marker_box .marker.marker6 {
        top: 172px;
        left: auto;
        right: 200px;
    }
    .global-network .sec01 .con02 .img_box .marker_box .marker.marker7 {
        top: 157px;
        left: 67px;
        right: auto;
    }
    .global-network .sec01 .con02 .img_box .marker_box .marker.marker8 {
        top: 124px;
        left: 11px;
    }
}
/*260803 마크업 수정 -e-1*/

/*260803 마크업 수정 -s-1*/

/* 글로벌네트워크 마커 위치 KR 기준 동일 적용 */
.global-network .sec01 .con02 .img_box .marker_box .marker.marker1 {
    top: 179px;
    left: 75px;
}
.global-network .sec01 .con02 .img_box .marker_box .marker.marker2 {
    top: 274px;
    left: 437px;
}
.global-network .sec01 .con02 .img_box .marker_box .marker.marker3 {
    top: 336px;
    left: 406px;
}
.global-network .sec01 .con02 .img_box .marker_box .marker.marker4 {
    top: 245px;
    left: 496px;
}
.global-network .sec01 .con02 .img_box .marker_box .marker.marker5 {
    top: 248px;
    left: 534px;
}
.global-network .sec01 .con02 .img_box .marker_box .marker.marker6 {
    top: 236px;
    left: auto;
    right: 270px;
}
.global-network .sec01 .con02 .img_box .marker_box .marker.marker7 {
    top: 218px;
    left: 107px;
    right: auto;
}
.global-network .sec01 .con02 .img_box .marker_box .marker.marker8 {
    top: 174px;
    left: 22px;
}

@media (max-width: 1305px) {
    .global-network .sec01 .con02 .img_box .marker_box .marker.marker1 {
        top: 131px;
        left: 51px;
    }
    .global-network .sec01 .con02 .img_box .marker_box .marker.marker2 {
        top: 202px;
        left: 325px;
    }
    .global-network .sec01 .con02 .img_box .marker_box .marker.marker3 {
        top: 246px;
        left: 295px;
    }
    .global-network .sec01 .con02 .img_box .marker_box .marker.marker4 {
        top: 179px;
        left: 360px;
    }
    .global-network .sec01 .con02 .img_box .marker_box .marker.marker5 {
        top: 180px;
        left: 395px;
    }
    .global-network .sec01 .con02 .img_box .marker_box .marker.marker6 {
        top: 172px;
        left: auto;
        right: 200px;
    }
    .global-network .sec01 .con02 .img_box .marker_box .marker.marker7 {
        top: 157px;
        left: 67px;
        right: auto;
    }
    .global-network .sec01 .con02 .img_box .marker_box .marker.marker8 {
        top: 124px;
        left: 11px;
    }
}
/*260803 마크업 수정 -e-1*/

/*260812 마크업 수정 -e-1*/
.food-business.product.view .sec.view_bot_section .table_wrap .table * {
    font-family: inherit !important;
    font-size: 17px !important;
    line-height: 24px !important;
    color: #666 !important;
}


@media (max-width: 1023px) { 
.food-business.product.view .sec.view_bot_section .table_wrap .table *  {
        font-size: 14px !important;
        line-height: 20px !important;
    }
}
/*260803 마크업 수정 -e-1*/
