@charset "UTF-8";
/*! company - common */
.mt0{margin-top:0!important}

/* s: 20230823 글로벌네트워크 리뉴얼 */
.map{width: 100%;max-width: 1440px; /*min-width:600px;*/margin: 0 auto 30px; position: relative;font-family: 'LGSmHaTR';}
.map img.whole, .map img.state{width: 100%; /*min-width:600px;*/ position: absolute;top:0;}
.map img.whole{display: block;position: absolute;max-width: none;width: 100%;height: auto; top: 0; left: 0;}
.map .state{opacity: 0; transition: 0.5s; }
.map .state.on{opacity:1; transition: 0.5s ease; /*transform: scale(1.03);*/}

.pop{position: relative;top: 0; width: 100%; height: 100%; background-color:#f9f9f9; background-position:center center ; background-repeat: no-repeat; background-size:contain;transition: .3s ease-out;}  
.pop.ame{background-image: url(/asset/images/company/global/america_g.png);}  
.pop.kor{background-image: url(/asset/images/company/global/korea_g.png);}  
.pop.asia{background-image: url(/asset/images/company/global/asia_g.png);}  
.pop.eu{background-image: url(/asset/images/company/global/eu_g.png);background-position: center;}

.relevant{width:150px;position:absolute; right: 50px; top:50px;border-radius: 5px; text-align:left}    
.relevant a.btn_rel{ border: 1px solid #333; border-radius: 5px;width:100%; padding:7px 10px;display: block;font-family: 'LGSmHaTSB';font-size: 14px;letter-spacing: 0;cursor: pointer; }
.relevant a.btn_rel::after{content: '+'; position:absolute; right:-10px;}
.relevant ul{ width:100%;padding:10px; transform: scaleY(0); transform-origin: 0 0;transition: .3s;  background-color: #fff; border-radius: 0 0 5px 5px; border: 1px solid #333}
.relevant ul li{line-height: 24px;}
.relevant ul li a:hover{font-weight: bold; text-decoration: underline;}

.relevant.open a.btn_rel{background-color: #333; color: #fff; border-radius: 5px 5px 0 0; }
.relevant.open a.btn_rel::after{content: '-';}
.relevant.open ul{transition: .3s;transform: scaleY(1); }

ul.country_list li a.btn{
  display: block;
  padding: 3px 16px;
  line-height: 36px;
  text-align: center;
  font-size: 16px;
  background: #000;
  color: #fff; 
  text-decoration: none; 
  /* box-shadow: 0 2px 0 #aaa, 2px 4px 6px #aaa; */
  margin: 0 auto;
  transition: .3s ease;
  border-radius: 30px 30px 30px 0;
  font-family: 'LGSmHaTB';
  cursor: pointer;
}
ul.country_list li a.btn:after{content: '>';padding-left: 15px;}
ul.country_list li .btn:hover {background: #fff;color: #444; border:1px solid #ddd}


ul.country_list{display: block; list-style: none;}
ul.country_list li .btn{position: absolute;}
ul.country_list li .btn.kor{top: 41%;left: 40%;}
ul.country_list li .btn.ame{top: 40%;right: 17%;}
ul.country_list li .btn.asia{top: 38%;left: 24%;}
ul.country_list li .btn.eu{top: 23%;left: 20%;}
ul.country_list li .btn a{cursor: pointer;}

.pop{transform: scale(0); }
.pop.open{transform: scale(1);transform-origin: center; transition:.5s ease-in-out;}
.pop.open .btn-scroll{width:100%; position:relative }
.pop.btn-scroll .btn-bottom{opacity:0;animation: menuAni 0.7s;}
.pop.open .btn-scroll .btn-bottom{background-image: url('../../images/company/global/btn_bottom_go.png'); width:64px; height:64px; 
  position: absolute;
  left: calc(50% - 32px);
  top: -50px;
  box-shadow: 1px 3px 5px #0000001c;
  border-radius: 50%; 
  animation: goBtm .2s; animation-delay: 1s;
}



.pop .trans{width: 100%;}        

.pop a.global{position: absolute;top: 50px;left: 50px;font-size: 22px;font-family: 'LGSmHaTSB';animation:markAni 1s; color: #333; display: block;}

.pop .other{position: absolute;top: 80px;left: 50px; display: none;animation:markAni .8s;}
.pop.open .other{display: block;}
.pop .other li{margin-left: 10px;}
.pop .other li a{font-size: 1.4em;color: #333;line-height: 2em;position: relative; cursor: pointer;}
.pop .other li a em{width: 0;}
      
.pop.kor .other li:first-child a,
.pop.asia .other li:nth-child(2) a,
.pop.eu .other li:nth-child(3) a,
.pop.ame .other li:last-child a
{font-weight: bold;}
.pop.kor .other li:first-child::before,
.pop.asia .other li:nth-child(2)::before,
.pop.eu .other li:nth-child(3)::before,
.pop.ame .other li:last-child::before
    {content: '';
        display: inline-block;
        width: 10px;
        height: 4px;
        margin-right: 10px;
        background: #333;
        vertical-align: super;
        
    }


.pop .marklist{display: none;transform-origin: center center;animation:markAni 1s; }


.pop .marklist .pop_mark{position: absolute;}
.pop .marklist a{position: absolute; z-index: auto; cursor: pointer;display: block;}
.pop .marklist a.mark{position: relative;}

.pop .marklist .pop_mark a .dot{border:3px solid #ff53ad; background-color:#fff ; width:1px; height:1px; opacity:1; display: block; border-radius:5px;position: absolute;
  left: -3px;top: -3px;}
.pop .marklist .pop_mark a i{font-size:0; position: absolute; left:calc(50% - 7px); top:-17px }
.pop .marklist .pop_mark a:hover i,
.pop .marklist .pop_mark.sel a i{font-size:large; transition: .2s;}
.pop .marklist .pop_mark a:hover span,
.pop .marklist .pop_mark.sel a span{opacity: 0;}

.pop .marklist .pop_mark.bsc a:hover span,
.pop .marklist .pop_mark.bsc.sel a span{opacity: 1;}

.pop.kor .marklist.kor{display:block}
.pop.ame .marklist.ame{display:block}
.pop.asia .marklist.asia{display:block} 
.pop.eu .marklist.eu{display:block}




.pop .marklist a i{font-size: large; color: #d7177b;}
.pop .marklist a{scale:1}
.pop .marklist a:hover{z-index: 3;}
.pop .marklist .sel > a{z-index:2;}
.pop .marklist .bsc a span{background: url('/asset/images/company/global/ic_bsc.png') no-repeat; width: 18px; height: 22px; display: block;}
/* bsc는 제외*/.pop .marklist .sel.bsc > a{z-index:2; scale: 1;}
.pop .marklist a:hover > i{
  transform-origin: center bottom;
  animation-name: shake;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-delay: 0.1s;
  }

  @keyframes shake{
      0%{transform: rotate(0deg);}
      10%{transform: rotate(30deg);}
      20%{transform: rotate(-30deg);}
      30%{transform: rotate(20deg);}
      40%{transform: rotate(-20deg);}
      50%{transform: rotate(10deg);}
      60%{transform: rotate(-10deg);}
      70%{transform: rotate(0deg);}
      100%{transform: rotate(0deg);}
  }
  @keyframes goBtm{
    0%{margin-top:0}
    20%{margin-top: 10px;}
    40%{margin-top: 5px;}
    70%{margin-top: 7px;}
    100%{margin-top: 5px;}
}

  @keyframes menuAni {
      0% {opacity: 0;}
      100% {opacity: 1;}
      }    
  @keyframes markAni {
      0% {opacity: 0;}
      20% {opacity: 0;}
      40% {opacity: 0;}
      60% {opacity: 0;}
      80% {opacity: 0.5;}
      100% {opacity: 1;}
      }  

      @keyframes slideUp {
        0% {bottom: -100%;}
        100% {bottom: 0;}
        }  
        @keyframes slideDown {
          0% {bottom:0;}
          100% {bottom: -100%;}
          } 




.pop_item{position: absolute;bottom: -5px; left:15px; width: 400px;background: #fff;border-radius: 30px 30px 30px 5px;display: none;z-index: 4;
    transform-origin: top center;animation: menuAni 0.7s; box-shadow:2px 6px 10px #ddd;}
.bsc a.mark::after{content: 'BSC　';position: absolute;font-size: 1px;top: 23px;left: 0px;}
  
/*글로벌네트워크 - 해외 */
.pop .marklist .pop_mark.production-corporation a i, 
.pop .marklist .pop_mark.production-corporation a .dot {border-color:#ea6a8d; color:#ea6a8d; } /*생산법인*/
.pop .marklist .pop_mark.manufacture-sales-corporation a i, 
.pop .marklist .pop_mark.manufacture-sales-corporation a .dot {border-color:#9175af;color:#9175af;}/*제조/판매법인*/
.pop .marklist .pop_mark.sales-corporation a i,
.pop .marklist .pop_mark.sales-corporation a .dot { border-color:#4477c2;color:#4477c2;}/* 판매법인*/
.pop .marklist .pop_mark.overseas-branch a i,
.pop .marklist .pop_mark.overseas-branch a .dot {border-color:#19b6b0;color:#19b6b0;}/*지사*/
.pop .marklist .pop_mark.research-corporation a i,
.pop .marklist .pop_mark.research-corporation a .dot {border-color:#05bd75;;color:#05bd75;;}/*연구법인*/
.pop .marklist .pop_mark.other a i,
.pop .marklist .pop_mark.other a .dot {border-color:#e77c2e;color:#e77c2e;; }/*기타법인*/
/*글로벌네트워크 - 국내 */
.pop .marklist .pop_mark.headoffice a i,
.pop .marklist .pop_mark.headoffice a .dot {border-color:#ea1917;color:#ea1917;} /* 본사 */
.pop .marklist .pop_mark.leadership-center a i,
.pop .marklist .pop_mark.leadership-center a .dot {border-color:#d96f6f;color:#d96f6f;}/* 리더쉽 */
.pop .marklist .pop_mark.research a i,
.pop .marklist .pop_mark.research a .dot { border-color:#979cb7;color:#979cb7;}/* R&D */
.pop .marklist .pop_mark.factory a i,
.pop .marklist .pop_mark.factory a .dot { border-color:#a772a9;color:#a772a9;}/*공장*/


.pop .legend-list{display: none;position: absolute;left:60px; bottom:30px}
.pop.open .legend-list.overseas{display: block;}
.pop.open.kor .legend-list.overseas{display: none;}
.pop.open.kor .legend-list.domestic{display: block;}
.pop .legend-list ul{display: flex;align-items: center;}
.pop .legend-list li {margin-right:20px}
.pop .legend-list li em.dot{display: inline-block;width: 8px;height: 8px;margin-left: 5px;border-radius: 8px;margin-right: 8px;position: initial;}

  
  .pop_item dl {padding: 10px;}
    
  .pop_item dl dt{ padding: 10px 38px 10px 10px; font-size: 20px; font-weight: bold; border-bottom: 1px solid #ddd; margin-bottom: 10px;}

  .pop_item dl dd{padding:5px 10px; font-size: 1em;display: flex;align-items: center; text-align:left; min-height:20px;}            
  .pop_item dl dd.loc, .corporation01 .biz-list .list .place .address
  {background: url('/asset/images/company/global/icon_address.png') no-repeat; padding-left: 50px;font-size: 14px;line-height: 20px; min-height: 37px;}            
  .pop_item dl dd.tel, .corporation01 .biz-list .list .place .tel
  {background: url('/asset/images/company/global/icon_tel.png') no-repeat; padding-left: 50px;font-size: 14px;line-height: 30px;}
  .pop_item dl dd:last-child{justify-content: end;}
.corporation01 .biz-list .list .place .address, .corporation01 .biz-list .list .place .tel{display: flex;min-height:37px }

  .kor .bsc .kor{ display: block;animation:markAni 1s; }
  .ame .bsc .ame{ display: block;animation:markAni 1s; }
  .eu .bsc .eu{ display: block; left: auto; right: 30px;animation:markAni 1s; }
  .asia .bsc .asia{ display: block;animation:markAni 1s; }
  .asia .bsc .asia.china{left:auto; right:30px;animation:markAni 1s; }

  
  .marklist .sel .pop_item{display:block;}            
  .pop_item a.explore, .corporation01 .biz-list .list a.explore
  {font-size: 15px;font-family: 'LGSmHaTSB';color: #333;position: absolute; bottom:15px; right:20px; text-decoration: none; cursor: pointer;}          
  .pop_item a.explore::after, .corporation01 .biz-list .list a.explore::after
  {content: '>'; padding-left: 5px; font-family:cursive; font-weight: bold;}

  .pop_item .close_item {position: absolute; top:10px; right: 10px;width:40px;height: 40px; transform: scale(0.5); cursor: pointer; font-size: 0;}
  .pop_item .close_item:before, .pop_item .close_item:after {position: absolute;left: 15px;content:' ';height: 40px;width: 3px;background-color: #000;}
  .pop_item .close_item:before {transform: rotate(45deg);}
  .pop_item .close_item:after {transform: rotate(-45deg);}
  .pop_detail{visibility: hidden;  position: fixed; width: 100%; top: 0; left: 0; z-index: 3;}                
                      
            
  /*.pop_detail .close_detail{position: absolute; top:10px; right: 10px;width: 50px;height: 50px;}*/
  /*닫기 회전*/
  .pop_detail .close_detail {position: absolute; top:40px; right: 40px;width:40px;height: 40px;cursor: pointer;z-index: 10; text-indent: -99999px;}
  .pop_detail .close_detail:before, .pop_detail .close_detail:after {position: absolute;left: 15px;content:' ';height: 40px;width: 1px;background-color: #000;}
  .pop_detail .close_detail:before {transform: rotate(45deg);}
  .pop_detail .close_detail:after {transform: rotate(-45deg);}
  
/*e닫기 효과*/
  .pop_detail.open{visibility:visible; z-index: 20; animation:menuAni .3s;}
  .pop_detail img{width: 100%;}





  .detail_bg{position: absolute;top: 0;left: 0;width: 100%;height: 100%;-webkit-transition: -webkit-transform 0.5s;transition: transform 0.5s;-o-transition: transform 0.5s;transition: transform 0.5s, -webkit-transform 0.5s;}
  .detail_bg::before{content: "";position: absolute;top: 0;left: 0;width: 100%;height: 100%;background-color: #fff;opacity: 0.3;}
  .detail_bg::after{content: "";position: absolute;top: 0;left: 0;width: 100%;height: 100%;-webkit-backdrop-filter: blur(12px);backdrop-filter: blur(12px);}
  .detail_bg img{width: 100%;height: 100%;}

  .detail_wrap {height: 100%;}

.detail_inner {position: relative;width: 100%;height: 100%;display: flex;}

.pop_detail {height: calc(var(--vh, 1vh) * 100);font-family: 'LGSmHaTR';}
.detail_info{ width: 100%;height: 100%;/*display: flex;*/-webkit-box-align: center;-ms-flex-align: center;align-items: center; background-color: #Fff;}

.pop_detail .detail_txt{width: 27.5%; max-width: 625px;height: inherit; background-color:#fff; min-width: 355px;}
.pop_detail .detail_txt .detail_txt_in{line-height:1.2em; font-size: 14px; margin: 70px 40px 0 40px; max-width: 315px;}
.pop_detail .detail_txt .detail_txt_in .flag {width: 80px;margin-bottom: 20px;}
.pop_detail .detail_txt .detail_txt_in h2{font-size:12px; margin-bottom: 10px;}
.pop_detail .detail_txt .detail_txt_in h3{font-size:24px;margin-bottom: 27px;padding-bottom: 30px;border-bottom: 1px solid #333; font-family: 'LGSmHaTSB';}
.pop_detail .detail_txt .detail_txt_in span.info1,.pop_detail .detail_txt .detail_txt_in span.info2{display: block;}
.pop_detail .detail_txt .detail_txt_in span.info1{margin-bottom:34px; font-weight: bold;}
.pop_detail .detail_txt .detail_txt_in span.info2{margin-bottom:20px;}
.pop_detail .detail_txt .detail_txt_in span.info2 em{display: inline-block; width: 20px;height: 6px; border-radius: 6px; margin-right: 10px;     margin-bottom: 1px;}
.pop_detail .detail_txt .detail_txt_in span.info2.c1 em{background-color: #6888b7;}
.pop_detail .detail_txt .detail_txt_in span.info2.c2 em{background-color: #ff53ad;}
.pop_detail .detail_txt .detail_txt_in ul.info3 li{background-repeat:no-repeat; background-position: left top;padding: 0 0 0 52px; margin-bottom:34px;min-height: 24px;display: flex;align-items: center; background-size: 24px; line-height:24px; font-size:14px}
.pop_detail .detail_txt .detail_txt_in ul.info3 li.address{background-image:url('../../../asset/images/company/global/address.svg')}
.pop_detail .detail_txt .detail_txt_in ul.info3 li.tel{background-image:url('../../../asset/images/company/global/tel.svg')}
.pop_detail .detail_txt .detail_txt_in ul.info3 li.employees{background-image:url('../../../asset/images/company/global/employees.svg')}
.pop_detail .detail_txt .detail_txt_in ul.info3 li.headName{background-image:url('../../../asset/images/company/global/headName.svg')}
.pop_detail .detail_txt .detail_txt_in ul.info3 li.product{background-image:url('../../../asset/images/company/global/product.svg')}
.pop_detail .detail_txt .detail_txt_in ul.info3 li.service{background-image:url('../../../asset/images/company/global/service.svg')}
.pop_detail .detail_txt .detail_txt_in ul.info3 li span::before {content: "|"; padding:0 7px}        
.pop_detail .detail_txt .detail_txt_in ul.info3 li i{margin-right: 5px;}
.pop_detail .detail_img{width: 72.5%; min-width:calc(100% - 625px) ; height: inherit;display: flex;justify-content: center;align-items: center;    position: relative; max-width: calc(100% - 355px);}

/* s:20230904 상태바 색상 변경 */
  /*글로벌네트워크 - 해외 */
  .corporation01 .biz-list .list .ty01,
  .pop_detail .detail_txt .info2.ty01 em,
  .dot.production-corporation{background-color:#ea6a8d;} /*생산법인*/
  .corporation01 .biz-list .list .ty02,
  .pop_detail .detail_txt .info2.ty02 em,
  .dot.manufacture-sales-corporation{background-color:#9175af}/*제조/판매법인*/
  .corporation01 .biz-list .list .ty03,
  .pop_detail .detail_txt .info2.ty03 em,
  .dot.sales-corporation{background-color:#4477c2;}/* 판매법인*/
  .corporation01 .biz-list .list .ty04,
  .pop_detail .detail_txt .info2.ty04 em,
  .dot.overseas-branch {background-color:#19b6b0;}/*지사*/
  .corporation01 .biz-list .list .ty05,
  .pop_detail .detail_txt .info2.ty05 em,
  .dot.research-corporation {background-color:#05bd75;}/*연구법인*/
  .corporation01 .biz-list .list .ty06,
  .pop_detail .detail_txt .info2.ty06 em,
  .dot.other {background-color:#e77c2e;}/*기타법인*/
  /*글로벌네트워크 - 국내 */
  .corporation01 .biz-list .list .ty10,
  .pop_detail .detail_txt .info2.ty10 em,
  .dot.headoffice{background-color:#ea1917} /* 본사 */
  .corporation01 .biz-list .list .ty11,
  .pop_detail .detail_txt .info2.ty11 em,
  .dot.leadership-center{background-color:#d96f6f}/* 리더쉽 */
  .corporation01 .biz-list .list .ty12,
  .pop_detail .detail_txt .info2.ty12 em,
  .dot.dot.research{background-color:#979cb7}/* R&D */
  .corporation01 .biz-list .list .ty13,
  .pop_detail .detail_txt .info2.ty13 em,
  .dot.factory{background-color:#a772a9}/*공장*/
  /* e:20220317 사업장 구분값 바색상 추가 - pc */
      
  

/* swiper */
.slide_area{/*width: 100%;*/ width:59.7222vw; max-width:860px; position: relative}
.slide_area .swiper {width: 90%;height:40.2778vw; max-height:580px;box-shadow: #0000007a 5px 7px 13px;margin:0 auto; border-radius:20px}
.slide_area .swiper-slide {text-align: center;font-size: 18px;background: #fff;display: flex;justify-content: center;align-items: center;}
.slide_area .swiper-slide img {display: block;width: 100%;height: 100%;object-fit: cover;}
.slide_area .swiper-slide div.desc{position: absolute;bottom: 0;background: #000000a6;color: #fff;width: 100%;text-align: left;font-size: 14px;line-height: 24px;text-indent: 10px;animation:menuAni .3s;}


.slide_area .swiper-button-prev, .swiper-rtl .swiper-button-next{left:0; color: #000;background-image: url("/asset/images/company/global/slide_prev.png"); width: 18px; height: 33px; background-size: auto; top: 50%;}
.slide_area .swiper-button-next, .slide_area .swiper-rtl .swiper-button-prev{right:0; color: #000;background-image: url("/asset/images/company/global/slide_next.png"); width: 18px; height: 33px; background-size: auto;}
.slide_area .swiper-button-prev::after, .slide_area .swiper-button-next::after,
.slide_area .swiper-button-next.swiper-button-disabled, .slide_area .swiper-button-prev.swiper-button-disabled{display: none;}
.slide_area .slide_head{position: relative;font-size: 15px;text-align: right;color: #000;width: 90%;margin: 0 auto 10px;font-weight: bold;display: flex;font-family: 'LGSmHaTB';}
.slide_area .slide_head .greeting{text-align: left;font-size: 20px;}
.slide_area .slide_head .swiper-pagination{ text-align: right; bottom: 0px; letter-spacing: -1px;} 
.slide_area .slide_head .swiper-pagination-total{color: #444;}
.slide_area .slide_head .swiper-pagination-current{margin-right: -3px;font-size: 20px;}
.slide_area .slide_head .swiper-pagination-current::before,
.slide_area .slide_head .swiper-pagination-total::before{content: '0';}

/* biz-list*/
.result{font-size: 18px;}
.result .num{font-weight: bold;}
.select_nation{margin-bottom:35px;}
.foreign-list.kor .select_nation{display: none;}
.corporation01 .biz-sign{text-align: left; display:flex;}
.section-content-global_new .corporation01 .biz-sign li{padding:0 38px 0 0;display: flex;align-items: center;}
.section-content-global_new .corporation01 .biz-sign li span.num strong{font-weight: bold;}
.section-content-global_new .corporation01 .biz-sign li .ico{background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 120 150' style='enable-background:new 0 0 120 150;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%23ea6a8d;%7D%0A%3C/style%3E%3Cpath class='st0' d='M60,0.64c-32.03,0-57.67,25.98-58,58.03c0,44.1,31.91,42.96,58,90.69c26.09-47.73,58-46.59,58-90.69 C117.67,26.62,92.03,0.64,60,0.64z M60,90.24c-17.41,0-31.52-14.11-31.52-31.52c0-17.4,14.11-31.51,31.52-31.51 c17.41,0,31.51,14.11,31.51,31.51C91.52,76.13,77.41,90.24,60,90.24z'/%3E%3C/svg%3E"); background-repeat: no-repeat;}

/*e:글로벌네트워크 기본*/

/* s: 20240115 연혁 메뉴 클릭 시 스크롤 이동 기능 수정 */
.milestone-menu{display:none;position:fixed;top:100px;left:0;right:0;z-index:20;height:40px;border-bottom:1px solid #e0e0e0;background:#fff}
.milestone-menu .milestone-inner{position:relative;margin:0 auto}
.milestone-menu .milestone-inner .mile-list{display: flex;justify-content:center;}
/* .milestone-menu .milestone-inner .mile-list li{float:left} */
.milestone-menu .milestone-inner .mile-list li{margin:0 20px;}
.milestone-menu .milestone-inner .mile-list .item{position:relative;display:inline-block;padding:0 2px;height:40px;line-height:40px;vertical-align:top;cursor: pointer;}
.milestone-menu .milestone-inner .mile-list .item::after{position:absolute;left:0;bottom:0;content:'';display:inline-block;width:1px;height:2px;background:#333;opacity:0;-webkit-transition:.3s all;-o-transition:.3s all;transition:.3s all}
.milestone-menu .milestone-inner .mile-list .item .txt{font-size:18px;font-family:"LGSmHaTR";color:#4d4948}
.milestone-menu .milestone-inner .mile-list .item.on .txt{font-family:"LGSmHaTB";color:#333130}
.milestone-menu .milestone-inner .mile-list .item.on::after{width:100%;opacity:1}
.milestone-menu .milestone-inner .btn-link{position:absolute;top:5px;right:calc(50% - 500px);width:140px;height:30px;background:#333130}
.milestone-menu .milestone-inner .btn-link .item{display:inline-block;width:100%;line-height:30px;text-align:center}
.milestone-menu .milestone-inner .btn-link .item .txt{font-size:14px;font-family:"LGSmHaTSB";color:#fff}
/* e: 20240115 연혁 메뉴 클릭 시 스크롤 이동 기능 수정 */

/*! company - mobile */
@media (max-width: 1023px){
/* START : 2023-01-31 : 추가 : 반응형 줄바꿈 클래스 추가  */
.mo-br{display: block;}
.pc-br{display: none;}
/* END : 2023-01-31 : 추가 : 반응형 줄바꿈 클래스 추가 */	
.color-type02{background:#f2ebe4}
.sub-title{position:relative;padding-top:20px;font-size:22px;font-family:"LGSmHaTSB";color:#333130}
.sub-title .sub-txt{margin-left:8px;font-size:14px;font-family:"LGSmHaTR";color:#333130}
.sub-title .ico{position:absolute;top:0;left:0;width:16px;height:2px;background:#333130; display: none/*mh230906*/;}
.section-content .section-inner{margin:0 auto}
.section-content .section-tit{margin:29px 0 20px;font-size:18px;font-family:"LGSmHaTSB";color:#333130}
/* s: mh230823 snb
.snb-type01{width:calc(100% - 16px);padding:20px 0 20px 20px;margin-top:-10px;background:#f2ebe4;-webkit-box-sizing:border-box;box-sizing:border-box}
*/
/* e: mh230823*/
.snb-type01.lg-way02{background:url("../../images/common/company/bg_lg_way02@2x.jpg") no-repeat right top;background-size:cover}
.snb-type01.lg-way03{background:url("../../images/common/company/bg_lg_way03@2x.jpg") no-repeat right top;background-size:cover}
.snb-type01.lg-way04{background:url("../../images/common/company/bg_lg_way04@2x.jpg") no-repeat right top;background-size:cover}

.snb-type01{width: 100%;padding: 0;margin-top: 0;background: #fff;-webkit-box-sizing: border-box;box-sizing: border-box;}
.snb-type01 .snb-inner{padding-bottom: 0;border-bottom: 1px solid #ddd;/*margin-bottom: 50px;*/}/*ㅡㅗ230824*/
.snb-type01 .sub-title{font-size:20px;font-family:"LGSmHaTSB";color:#000; text-align: center;}
.snb-type01 .sub-title::before{content: '';display: inline-block;width: 1px;height: 50px;margin-right: 0;background: #665852;left: 50%;top: -72px;position: absolute;}
.snb-type01 .sub-copy{text-align: center;font-size: 15px; font-family: 'LGSmHaTR'; color: #444; margin: 15px auto 0; padding:0 20px}
.snb-type01.press-release-list .snb-inner{padding-bottom: 26px;}

/* .snb-inner:has(.snb-list){padding-bottom: 7px;} */
.snb-type01 .snb-list{display: flex;margin-top: 30px;}
.snb-type01 .snb-list li{float:left; display: flex; align-items: end; width:auto;}
.snb-type01 .snb-list li:first-child .item{padding-left: 30px;}
.snb-type01 .snb-list li:last-child .item{padding-right: 30px;}
.snb-type01 .snb-list li .txt-box{position:relative;vertical-align:baseline; display: block;height: 40px;line-height: 40px;}
.snb-type01 .snb-list li .txt-box .txt{position:relative;z-index:1;font-size:14px;font-family:"LGSmHaTR";color:#333}
.snb-type01 .snb-list li .txt-box .line-red{position:absolute;left:0;display:inline-block;width:1px}
.snb-type01 .snb-list li .item{cursor:pointer;display:inline-block;vertical-align:top; padding:0 20px}
.snb-type01 .snb-list li .item.on .line-red,.snb-type01 .snb-list li .item:hover .line-red{bottom:0px;width:100%;height:2px;background:#333;z-index:0;-webkit-transition:.4s all;-o-transition:.4s all;transition:.4s all}
.snb-type01 .snb-list li .item.on .txt{font-size:14px;font-family:"LGSmHaTSB";color:#333130;}

.snb-type.visions{padding:20px 20px 34px 20px;margin-top:-10px}
.snb-type.visions .sub-txt{font-size:14px;font-family:"LGSmHaTSB";color:#333130;line-height:1.67;margin-top:30px}
.snb-type.visions.lg-way02{background:url("../../images/common/company/bg_lg_way02@2x.jpg") no-repeat right top;background-size:cover}
.snb-type.visions.lg-way03{background:url("../../images/common/company/bg_lg_way03@2x.jpg") no-repeat right top;background-size:cover}
.snb-type.visions.lg-way04{background:url("../../images/common/company/bg_lg_way04@2x.jpg") no-repeat right top;background-size:cover}
.snb-type.visions .sub-title{font-size:26px;font-family:"LGSmHaTB";color:#333130;padding-top:18px}
/*.snb-type.visions .snb-list{margin-top:8px}
.snb-type.visions .snb-list li{float:left}
.snb-type.visions .snb-list li .txt-box{position:relative;vertical-align:baseline}
.snb-type.visions .snb-list li .txt-box .txt{position:relative;z-index:1;font-size:16px;font-family:"LGSmHaTR";color:#4d4948}
.snb-type.visions .snb-list li .txt-box .line-red{position:absolute;left:0;display:inline-block;width:1px}
.snb-type.visions .snb-list li .item{display:inline-block;padding:15px 0;vertical-align:top;cursor:default;margin-right:15px}
.snb-type.visions .snb-list li .item.on .line-red,.snb-type.visions .snb-list li .item:active .line-red,.snb-type.visions .snb-list li .item:focus .line-red,.snb-type.visions .snb-list li .item:hover .line-red{bottom:-6px;width:100%;height:10px;background:#a50034;z-index:0;-webkit-transition:.4s all;-o-transition:.4s all;transition:.4s all}
.snb-type.visions .snb-list li:last-child .item{margin-right:0}
.snb-type.visions .snb-list li .item.on .txt{font-size:16px;font-family:"LGSmHaTSB";color:#333130}
.snb-type.visions .snb-inner{width:100%;overflow-y:hidden;overflow-x:auto}
.snb-type.visions .snb-inner .sub-title{position:absolute;z-index:1}
.snb-type.visions .snb-inner .sub-title.no-position{position:static}
.snb-type.visions .snb-list{position:relative;z-index:1;white-space:nowrap;width:100%;margin-top:60px}
.snb-type.visions .snb-list li{display:inline-block;float:none}*/
/*! snb 공통영역 type-04 : 타이틀 링크 기능*/
.snb-type04{width:calc(100% - 16px);padding:20px 0 43px;margin-top:-10px}
.snb-type04 .sub-title{font-size:30px;font-family:"LGSmHaTB";color:#333130;padding-top:14px}
.snb-type04 .sub-title .btn-prev{display:inline-block;padding-left:36px}
.snb-type04 .sub-title .btn-prev .ico{display:inline-block;width:10px;height:17px;margin:24px 0 0 16px;background:url("../../images/common/default/ico_prev_mo.png") no-repeat 0 0;background-size:cover}
.snb-type04 .sub-title .txt01{display:inline-block;font-size:20px;font-family:"LGSmHaTSB";color:#333130}
/*! LG way - 개요 */
.section-content.lg-way01{margin-top:30px;padding:0 20px 60px}
.section-content.lg-way01 .tit{color:#333130;font-size:16px;font-family:"LGSmHaTSB";line-height:1.6}
.section-content.lg-way01 .summary{margin-top:35px}
.section-content.lg-way01 .summary img{max-width:100%;width:100%}
.section-content.lg-way01 .summary .pc{display:none}
.section-content.lg-way01 .summary .ta{display:none}
/*! LG way - 일등LG */
.section-content.lg-way02{margin-top:0;margin-bottom:60px}
.section-content.lg-way02 .section-inner-top .txt-copy01{margin:0 20px;color:#333130;font-size:16px;font-family:"LGSmHaTSB";line-height:1.6;margin-top:36px}
.section-content.lg-way02 .lg-way-list01{margin:17px 20px 0 20px}
.section-content.lg-way02 .lg-way-list01 .lg-way-item01,.section-content.lg-way02 .lg-way-list01 .lg-way-item02,.section-content.lg-way02 .lg-way-list01 .lg-way-item03,.section-content.lg-way02 .lg-way-list01 .lg-way-item04{padding:30px 25px 25px 30px;-webkit-box-sizing:border-box;box-sizing:border-box;margin:20px 0 0 0}
.section-content.lg-way02 .lg-way-list01 .lg-way-item01 .bu,.section-content.lg-way02 .lg-way-list01 .lg-way-item02 .bu,.section-content.lg-way02 .lg-way-list01 .lg-way-item03 .bu,.section-content.lg-way02 .lg-way-list01 .lg-way-item04 .bu{display:block;width:16px;height:3px;background:#333130;margin-bottom:8px}
.section-content.lg-way02 .lg-way-list01 .lg-way-item01 .tit01,.section-content.lg-way02 .lg-way-list01 .lg-way-item02 .tit01,.section-content.lg-way02 .lg-way-list01 .lg-way-item03 .tit01,.section-content.lg-way02 .lg-way-list01 .lg-way-item04 .tit01{color:#333130;font-size:18px;font-family:"LGSmHaTSB";line-height:1.25}
.section-content.lg-way02 .lg-way-list01 .lg-way-item01 .txt01,.section-content.lg-way02 .lg-way-list01 .lg-way-item02 .txt01,.section-content.lg-way02 .lg-way-list01 .lg-way-item03 .txt01,.section-content.lg-way02 .lg-way-list01 .lg-way-item04 .txt01{margin-top:24px;color:#4d4948;font-size:14px;font-family:"LGSmHaTR";line-height:1.6}
.section-content.lg-way02 .lg-way-list01 .lg-way-item01 .point01,.section-content.lg-way02 .lg-way-list01 .lg-way-item02 .point01,.section-content.lg-way02 .lg-way-list01 .lg-way-item03 .point01,.section-content.lg-way02 .lg-way-list01 .lg-way-item04 .point01{margin-left:3px;color:#a50034}
.section-content.lg-way02 .lg-way-list01 .lg-way-item01{background-color:#fafafa}
.section-content.lg-way02 .lg-way-list01 .lg-way-item01 .txt01{width:270px}
.section-content.lg-way02 .lg-way-list01 .lg-way-item02{background-color:#edeef3}
.section-content.lg-way02 .lg-way-list01 .lg-way-item02 .txt01{width:270px}
.section-content.lg-way02 .lg-way-list01 .lg-way-item03{background-color:#e8e1d7}
.section-content.lg-way02 .lg-way-list01 .lg-way-item03 .txt01{width:270px}
.section-content.lg-way02 .lg-way-list01 .lg-way-item04{background-color:#fafafa}
.section-content.lg-way02 .lg-way-list01 .lg-way-item04 .tit01 .t01{display:block}
.section-content.lg-way02 .lg-way-list01 .lg-way-item04 .tit01 .t02{display:block}
.section-content.lg-way02 .lg-way-list01 .lg-way-item04 .txt01{width:260px}
.section-content.lg-way02 .lg-way-img{display:none}
/*! LG way - 정도경영 */
.section-content.lg-way03{margin-top:0;margin-bottom:60px}
.section-content.lg-way03 .section-inner-top .txt-copy01{margin:0 20px;color:#333130;font-size:16px;font-family:"LGSmHaTSB";line-height:1.6;margin-top:36px}
.section-content.lg-way03 .lg-way-list01{margin:17px 20px 0 20px}
.section-content.lg-way03 .lg-way-list01 .lg-way-item01,.section-content.lg-way03 .lg-way-list01 .lg-way-item02,.section-content.lg-way03 .lg-way-list01 .lg-way-item03{padding:30px 25px 25px 30px;-webkit-box-sizing:border-box;box-sizing:border-box;margin:20px 0 0 0}
.section-content.lg-way03 .lg-way-list01 .lg-way-item01 .bu,.section-content.lg-way03 .lg-way-list01 .lg-way-item02 .bu,.section-content.lg-way03 .lg-way-list01 .lg-way-item03 .bu{display:block;width:16px;height:3px;background:#333130;margin-bottom:8px}
.section-content.lg-way03 .lg-way-list01 .lg-way-item01 .tit01,.section-content.lg-way03 .lg-way-list01 .lg-way-item02 .tit01,.section-content.lg-way03 .lg-way-list01 .lg-way-item03 .tit01{color:#333130;font-size:18px;font-family:"LGSmHaTSB";line-height:1.25}
.section-content.lg-way03 .lg-way-list01 .lg-way-item01 .txt01,.section-content.lg-way03 .lg-way-list01 .lg-way-item02 .txt01,.section-content.lg-way03 .lg-way-list01 .lg-way-item03 .txt01{margin-top:24px;color:#4d4948;font-size:14px;font-family:"LGSmHaTR";line-height:1.6}
.section-content.lg-way03 .lg-way-list01 .lg-way-item01 .txt01 .t01,.section-content.lg-way03 .lg-way-list01 .lg-way-item02 .txt01 .t01,.section-content.lg-way03 .lg-way-list01 .lg-way-item03 .txt01 .t01{display:inline}
.section-content.lg-way03 .lg-way-list01 .lg-way-item01 .txt01 .t02,.section-content.lg-way03 .lg-way-list01 .lg-way-item02 .txt01 .t02,.section-content.lg-way03 .lg-way-list01 .lg-way-item03 .txt01 .t02{display:inline}
.section-content.lg-way03 .lg-way-list01 .lg-way-item01 .point01,.section-content.lg-way03 .lg-way-list01 .lg-way-item02 .point01,.section-content.lg-way03 .lg-way-list01 .lg-way-item03 .point01{margin-left:3px;color:#a50034}
.section-content.lg-way03 .lg-way-list01 .lg-way-item01{background-color:#fafafa}
.section-content.lg-way03 .lg-way-list01 .lg-way-item01 .txt01{width:270px}
.section-content.lg-way03 .lg-way-list01 .lg-way-item02{background-color:#edeef3}
.section-content.lg-way03 .lg-way-list01 .lg-way-item02 .txt01{width:260px}
.section-content.lg-way03 .lg-way-list01 .lg-way-item03{background-color:#e8e1d7}
.section-content.lg-way03 .lg-way-list01 .lg-way-item03 .txt01{width:260px}
.section-content.lg-way03 .lg-way-img{display:none}
.section-content.lg-way03 .sub-title{margin:60px 20px 0}
.section-content.lg-way03 .cont-area{margin:13px 20px 0}
.section-content.lg-way03 .cont-area .txt{color:#4d4948;font-size:14px;font-family:"LGSmHaTR";line-height:1.6}
.section-content.lg-way03 .down-box{position:relative;margin-top:33px}
.section-content.lg-way03 .down-box .tit{margin-top:7px;color:#333130;font-size:18px;font-family:"LGSmHaTSB"}
.section-content.lg-way03 .down-box .download-area .select-design{margin-top:18px;display:inline-block}
.section-content.lg-way03 .down-box .download-area .select-design .btn-select{height:48px;line-height:48px; border-radius: 15px;}/*mh230914추가*/
.section-content.lg-way03 .down-box .download-area .select-design .btn-select.on{border-radius: 15px 15px 0 0;}/*mh230914추가*/
.section-content.lg-way03 .down-box .download-area .bttn{margin-top:10px;vertical-align:top;text-align:left;padding:16px 11px 16px 21px;width:100%;-webkit-box-sizing:border-box;box-sizing:border-box}
.section-content.lg-way03 .down-box .download-area .bttn .txt01{left:0}
.section-content.lg-way03 .down-box .download-area .bttn.style03:active,.section-content.lg-way03 .down-box .download-area .bttn.style03:focus,.section-content.lg-way03 .down-box .download-area .bttn.style03:hover{background-color:#a50034}
.section-content.lg-way03 .down-box .download-area .bttn .ico-download-white01{position:absolute;top:50%;right:21px;margin-top:-7px}
.section-content.lg-way03 .program-box{margin:61px 20px 0;padding:47px 30px 25px;line-height:1.6}
.section-content.lg-way03 .program-box .tit{margin-top:-67px;color:#333130;font-size:28px;font-family:"LGSmHaTSB"}
.section-content.lg-way03 .program-box .txt{padding-top:17px;color:#4d4948;font-size:14px;font-family:"LGSmHaTR"}
.section-content.lg-way03 .sub-title + .program-box{margin-top:47px}
.section-content.lg-way03 .bg-box01{background:#fafafa}
.section-content.lg-way03 .bg-box02{margin-bottom:-31px}
.section-content.lg-way03 .bg-box03{position:relative;background:#edeef3;margin-bottom:91px;padding-bottom:216px}
.section-content.lg-way03 .bg-box03 .img-btn{position:absolute;bottom:-37px;right:-20px;width:324px;height:217px;background:url("../../images/common/company/img_manage.jpg") no-repeat 0 0;background-size:contain}
.section-content.lg-way03 .bg-box03 .img-btn a{position:absolute;right:20px;bottom:1px;display:block;width:110px;height:110px;padding-top:49px;text-align:center;-webkit-box-sizing:border-box;box-sizing:border-box;color:#fff;font-size:14px;font-family:"LGSmHaTSB";background:#333130;z-index:5}
.section-content.lg-way03 .bg-box04{background:#e8e1d7}
.section-content.lg-way03 .sinmun{margin-top:30px;line-height:1.6}
.section-content.lg-way03 .sinmun dt{display:inline-block;vertical-align:top;width:62px;padding-right:10px;color:#333130;word-break:break-all;font-size:14px;font-family:"LGSmHaTSB"}
.section-content.lg-way03 .sinmun dd{display:inline-block;width:100%;vertical-align:top;color:#4d4948;word-break:break-all;font-size:14px;font-family:"LGSmHaTR"}
.section-content.lg-way03 .baro{margin-top:25px;border-top:1px solid #e0e0e0}
.section-content.lg-way03 .baro a{display:inline-block;margin-right:25px;padding-top:26px}
.section-content.lg-way03 .baro a + a{padding-top:19px}
.section-content.lg-way03 .baro .txt{color:#4d4948;font-size:14px;font-family:"LGSmHaTR"}
.section-content.lg-way03 .baro a:last-child{margin-right:0}
.section-content.lg-way03 .baro .ico{display:inline-block;width:13px;height:13px;margin-left:3px;vertical-align:text-bottom;background:url("../../images/common/company/ico_baro_mo.gif") no-repeat 0 0;background-size:cover}
.accordion-st-area{margin:40px 0 0}
.accordion-st-area .accordion-st-list{border:1px solid #ccc}
.accordion-st-area .accordion-st-list .title{background-color:#fafafa}
.accordion-st-area .accordion-st-list .title .btn-spread{position:relative;width:100%;padding:15px 27px 14px;text-align:left}
.accordion-st-area .accordion-st-list .title .icon{position:absolute;top:50%;right:34px;display:block;margin-top:-2px}
.accordion-st-area .accordion-st-list .title .arrow-l,.accordion-st-area .accordion-st-list .title .arrow-r{position:absolute;display:block;width:11px;height:2px;background-color:#333130;-webkit-transition:.2s all;-o-transition:.2s all;transition:.2s all}
.accordion-st-area .accordion-st-list .title .arrow-l{right:0;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}
.accordion-st-area .accordion-st-list .title .arrow-r{top:0;right:-7px;-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg)}
.accordion-st-area .accordion-st-list .title .txt{font-size:16px;font-family:"LGSmHaTSB";color:#333130}
.accordion-st-area .accordion-st-list .item{border-bottom:1px solid #ccc}
.accordion-st-area .accordion-st-list .item:last-child{border-bottom:0}
.accordion-st-area .accordion-st-list .detail{display:none}
.accordion-st-area .accordion-st-list .item.on .title{background:#fff}
.accordion-st-area .accordion-st-list .item.on .title .txt{color:#a50034;font-size:18px}
.accordion-st-area .accordion-st-list .item.on .title .icon .arrow-l{-webkit-transform:rotate(135deg);-ms-transform:rotate(135deg);transform:rotate(135deg)}
.accordion-st-area .accordion-st-list .item.on .title .icon .arrow-r{-webkit-transform:rotate(-135deg);-ms-transform:rotate(-135deg);transform:rotate(-135deg)}
.accordion-st-area .ethics-area{padding:10px 27px 23px}
.accordion-st-area .ethics-area .tit{padding-top:21px}
.accordion-st-area .ethics-area .tit,.accordion-st-area .ethics-area .txt{color:#333130;font-size:14px;font-family:"LGSmHaTR";line-height:1.6}
/*! LG way - 경영이념 */
.section-content.lg-way04{margin-top:0;margin-bottom:60px}
.section-content.lg-way04 .section-inner-top .txt-copy01{margin:0 20px;color:#333130;font-size:16px;font-family:"LGSmHaTSB";line-height:1.6;margin-top:36px}
.section-content.lg-way04 .lg-way-list01{margin:0 20px;padding-top:7px}
.section-content.lg-way04 .lg-way-list01 .lg-way-item01,.section-content.lg-way04 .lg-way-list01 .lg-way-item02,.section-content.lg-way04 .lg-way-list01 .lg-way-item03{padding:28px 25px 25px 30px;-webkit-box-sizing:border-box;box-sizing:border-box;margin:20px 0 0 0}
.section-content.lg-way04 .lg-way-list01 .lg-way-item01 .bu,.section-content.lg-way04 .lg-way-list01 .lg-way-item02 .bu,.section-content.lg-way04 .lg-way-list01 .lg-way-item03 .bu{display:block;width:16px;height:3px;background:#333130;margin-bottom:8px}
.section-content.lg-way04 .lg-way-list01 .lg-way-item01 .tit01,.section-content.lg-way04 .lg-way-list01 .lg-way-item02 .tit01,.section-content.lg-way04 .lg-way-list01 .lg-way-item03 .tit01{color:#333130;font-size:18px;font-family:"LGSmHaTSB";line-height:1.25}
.section-content.lg-way04 .lg-way-list01 .lg-way-item01 .txt01,.section-content.lg-way04 .lg-way-list01 .lg-way-item02 .txt01,.section-content.lg-way04 .lg-way-list01 .lg-way-item03 .txt01{margin-top:20px;color:#4d4948;font-size:14px;font-family:"LGSmHaTR"}
.section-content.lg-way04 .lg-way-list01 .lg-way-item01 .txt01 li,.section-content.lg-way04 .lg-way-list01 .lg-way-item02 .txt01 li,.section-content.lg-way04 .lg-way-list01 .lg-way-item03 .txt01 li{color:#4d4948;font-size:14px;font-family:"LGSmHaTR";line-height:1.6;padding-left:15px;background:url("../../images/common/default/bu_circle@2x.png") no-repeat 0 7px;background-size:6px 6px}
.section-content.lg-way04 .lg-way-list01 .lg-way-item01 .point01,.section-content.lg-way04 .lg-way-list01 .lg-way-item02 .point01,.section-content.lg-way04 .lg-way-list01 .lg-way-item03 .point01{margin-left:3px;color:#a50034}
.section-content.lg-way04 .lg-way-list01 .lg-way-item01{background-color:#fafafa}
.section-content.lg-way04 .lg-way-list01 .lg-way-item01 li{padding-right:10px}
.section-content.lg-way04 .lg-way-list01 .lg-way-item02{background-color:#edeef3}
.section-content.lg-way04 .lg-way-list01 .lg-way-item02 li{padding-right:10px}
.section-content.lg-way04 .lg-way-list01 .lg-way-item03{background-color:#e8e1d7}
.section-content.lg-way04 .lg-way-list01 .lg-way-item03 li{padding-right:10px}
.section-content.lg-way04 .lg-way-img{display:none}
.section-content.lg-way04 .sub-title{margin:60px 20px 0}
.section-content.lg-way04 .txt-copy01 + .sub-title{margin-top:35px}
.section-content.lg-way04 .sub-title + .change-area{margin-top:27px}
.section-content.lg-way04 .change-area{margin-top:40px}
.section-content.lg-way04 .change-area .photo-img{position:relative;width:calc(100% - 50px);height:184px;z-index:1}
.section-content.lg-way04 .change-area .photo-img.pc-img{display:none}
.section-content.lg-way04 .change-area .photo-img.mo-img{display:inline-block;max-width:325px}
.section-content.lg-way04 .change-area .ch-ty01{position:relative;padding-top:100px;padding-bottom:40px;margin-top:-60px;margin-left:20px;width:calc(100% - 20px);text-align:left}
.section-content.lg-way04 .change-area .ch-ty02{position:relative;padding-top:100px;padding-bottom:40px;margin-top:-60px;margin-right:20px;width:calc(100% - 20px);text-align:left}
.section-content.lg-way04 .change-area p{position:relative;margin-bottom:20px;padding-left:30px;color:#333130;font-family:"LGSmHaTSB";font-size:18px;z-index:2}
.section-content.lg-way04 .change-area .change-box .txt01{position:relative;padding:0 30px 0 30px;float:none;-webkit-box-sizing:border-box;box-sizing:border-box}
.section-content.lg-way04 .change-area .change-box li{color:#4d4948;font-size:14px;font-family:"LGSmHaTR";line-height:1.6;padding-left:15px;letter-spacing:-1px;background:url("../../images/common/default/bu_circle@2x.png") no-repeat 0 7px;background-size:6px 6px}
.section-content.lg-way04 .change-area.list01{text-align:left}
.section-content.lg-way04 .change-area.list01 .ch-ty01{background:#edeef3}
.section-content.lg-way04 .change-area.list02{text-align:right}
.section-content.lg-way04 .change-area.list02 .ch-ty02{background:#fafafa}
.section-content.lg-way04 .change-area.list03{text-align:left}
.section-content.lg-way04 .change-area.list03 .ch-ty01{background:#e8e1d7}
.section-content.lg-way04 .change-area.list04{text-align:right}
.section-content.lg-way04 .change-area.list04 .ch-ty02{background:#fafafa}
/*! 기업정보 - 사업영역 - 석유화학, 배터리, 첨단소재, 생명과학 */
.snb-type01.section-company-bg01{width:100%;}
.snb-type01.section-company-bg02{width:100%;}
.snb-type01.section-company-bg03{width:100%;}
.snb-type01.section-company-bg04{width:100%;}
.section-content.business01 .section-inner,.section-content.business02 .section-inner,.section-content.business03 .section-inner,.section-content.business04 .section-inner{padding-bottom:80px}
.section-content.business01 .txt-area,.section-content.business02 .txt-area,.section-content.business03 .txt-area,.section-content.business04 .txt-area{position:relative;margin:0 20px}
.section-content.business01 .sub-tit,.section-content.business02 .sub-tit,.section-content.business03 .sub-tit,.section-content.business04 .sub-tit{margin:0 0 21px 0;line-height:1.4;font-size:22px;font-family:"LGSmHaTSB";color:#333130;letter-spacing:-1.3px; padding-top: 20px;}
.section-content.business01 .sales-list .list01 .txt,.section-content.business01 .sales-list .list02 .txt,.section-content.business01 .sales-list .list03 .txt,.section-content.business02 .sales-list .list01 .txt,.section-content.business02 .sales-list .list02 .txt,.section-content.business02 .sales-list .list03 .txt,.section-content.business03 .sales-list .list01 .txt,.section-content.business03 .sales-list .list02 .txt,.section-content.business03 .sales-list .list03 .txt,.section-content.business04 .sales-list .list01 .txt,.section-content.business04 .sales-list .list02 .txt,.section-content.business04 .sales-list .list03 .txt{position:absolute;bottom:calc(50% + 5px);width:80%;text-align:center;left:50%;margin-left:-40%;word-break:keep-all;font-size:12px;font-family:"LGSmHaTSB";line-height:1;color:#665852}
html.lang-en
    .section-content.business01 .sales-list .list02 .txt .point,html.lang-en
    .section-content.business01 .sales-list .list03 .txt .point,html.lang-en
    .section-content.business02 .sales-list .list01 .txt .point,html.lang-en
    .section-content.business02 .sales-list .list02 .txt .point,html.lang-en
    .section-content.business02 .sales-list .list03 .txt .point,html.lang-en
    .section-content.business03 .sales-list .list01 .txt .point,html.lang-en
    .section-content.business03 .sales-list .list02 .txt .point,html.lang-en
    .section-content.business03 .sales-list .list03 .txt .point,html.lang-en
    .section-content.business04 .sales-list .list01 .txt .point,html.lang-en
    .section-content.business04 .sales-list .list02 .txt .point,html.lang-en
    .section-content.business04 .sales-list .list03 .txt .point,html.lang-en .section-content.business01 .sales-list .list01 .txt .point,html.lang-pl
    .section-content.business01 .sales-list .list02 .txt .point,html.lang-pl
    .section-content.business01 .sales-list .list03 .txt .point,html.lang-pl
    .section-content.business02 .sales-list .list01 .txt .point,html.lang-pl
    .section-content.business02 .sales-list .list02 .txt .point,html.lang-pl
    .section-content.business02 .sales-list .list03 .txt .point,html.lang-pl
    .section-content.business03 .sales-list .list01 .txt .point,html.lang-pl
    .section-content.business03 .sales-list .list02 .txt .point,html.lang-pl
    .section-content.business03 .sales-list .list03 .txt .point,html.lang-pl
    .section-content.business04 .sales-list .list01 .txt .point,html.lang-pl
    .section-content.business04 .sales-list .list02 .txt .point,html.lang-pl
    .section-content.business04 .sales-list .list03 .txt .point,html.lang-pl .section-content.business01 .sales-list .list01 .txt .point{display:block}
.section-content.business01 .sales-list .list01 .year,.section-content.business01 .sales-list .list02 .year,.section-content.business01 .sales-list .list03 .year,.section-content.business02 .sales-list .list01 .year,.section-content.business02 .sales-list .list02 .year,.section-content.business02 .sales-list .list03 .year,.section-content.business03 .sales-list .list01 .year,.section-content.business03 .sales-list .list02 .year,.section-content.business03 .sales-list .list03 .year,.section-content.business04 .sales-list .list01 .year,.section-content.business04 .sales-list .list02 .year,.section-content.business04 .sales-list .list03 .year{position:relative;width:100%;text-align:center;font-size:11px;font-family:"LGSmHaTSB";color:#333130}
html.lang-ja
    .section-content.business01 .sales-list .list02 .year,html.lang-ja
    .section-content.business01 .sales-list .list03 .year,html.lang-ja
    .section-content.business02 .sales-list .list01 .year,html.lang-ja
    .section-content.business02 .sales-list .list02 .year,html.lang-ja
    .section-content.business02 .sales-list .list03 .year,html.lang-ja
    .section-content.business03 .sales-list .list01 .year,html.lang-ja
    .section-content.business03 .sales-list .list02 .year,html.lang-ja
    .section-content.business03 .sales-list .list03 .year,html.lang-ja
    .section-content.business04 .sales-list .list01 .year,html.lang-ja
    .section-content.business04 .sales-list .list02 .year,html.lang-ja
    .section-content.business04 .sales-list .list03 .year,html.lang-ja .section-content.business01 .sales-list .list01 .year{font-family:Arial,sans-serif;font-size:11px}
.section-content.business01 .sales-list .list03 .txt,.section-content.business02 .sales-list .list03 .txt,.section-content.business03 .sales-list .list03 .txt,.section-content.business04 .sales-list .list03 .txt{font-size:12px;color:#a50034}
.section-content.business01 .history-bg,.section-content.business02 .history-bg,.section-content.business03 .history-bg,.section-content.business04 .history-bg{display:none}
.section-content.business01 .section-inner{position:relative;background-color:#f4f4f6}
.section-content.business01 .section-inner:before{content:'';width:100%;height:100%;position:absolute;top:0;right:0;background:url("../../images/common/company/top_visual_business01@2x.jpg") no-repeat bottom right;background-size:249px 221px}
.section-content.business01 .txt{font-size:14px;font-family:"LGSmHaTR";color:#4c4948;line-height:1.7}
.section-content.business01 .txt + .txt{margin-top:24px}
.section-content.business01 .sub-title{margin-top:67px}
/* s:20220401 석유화학 매출 원그래프 수정-mo */
.section-content.business01 .sales-list{position:relative;height:89px;padding-left:0;background:url("../../images/common/company/bg_graph07_new.png") no-repeat 20px 7px;font-size:0;background-size:232px 83px}
.section-content.business01 .sales-list .list01{left:63px;position:relative;display:inline-block;width:110px;height:110px;top:-66px;left:21px;vertical-align:top}
.section-content.business01 .sales-list .list01::before{content:'';position:absolute;width:100%;height:100%;background:#aeaeb9;border-radius:50%;opacity:.3}
.section-content.business01 .sales-list .list01 .year{top:166px}
.section-content.business01 .sales-list .list02{position:relative;display:inline-block;width:100px;height:100px;top:-30px;left:41px;vertical-align:top}
.section-content.business01 .sales-list .list02::before{content:'';position:absolute;width:100%;height:100%;background:#e3d9b6;border-radius:50%;opacity:.3}
.section-content.business01 .sales-list .list02 .year{top:132px}
.section-content.business01 .sales-list .list03{position:relative;display:inline-block;width:75px;height:75px;top:-19px;left:33px;vertical-align:top}
.section-content.business01 .sales-list .list03::before{content:'';position:absolute;width:100%;height:100%;background:#946460;border-radius:50%;opacity:.3}
.section-content.business01 .sales-list .list03 .year{top:120px}
.section-content.business01 .sales-list .txt .point{font-size:14px;font-family:"LGSmHaTSB"}
.section-content.business01 .sales-list::before{position:absolute;bottom:0;content:'';display:block;width:100%;height:1px;margin-left:0;background:#a19896}
/* e:20220401 석유화학 매출 원그래프 수정-mo */
.section-content.business01 .history-area{height:auto;padding-bottom:60px;width:100%;max-width:none;margin:0;background:#f8f1eb;overflow:hidden}
.section-content.business01 .history-area .history-scroll{padding-bottom:25px;overflow-x:auto;overflow-y:hidden;position:relative;top:58px}
.section-content.business01 .history-area .history-list{display:table;table-layout:fixed;background:url("../../images/common/company/bg_history_line.png") no-repeat 20px 30px}
.section-content.business01 .history-area .history-list .item{width:147px;padding:0 10px;display:table-cell}
.section-content.business01 .history-area .history-list .item .txt,.section-content.business01 .history-area .history-list .item .year{display:block;font-size:14px;color:#333130;text-align:center}
.section-content.business01 .history-area .history-list .item .year{font-family:"LGSmHaTR"}
.section-content.business01 .history-area .history-list .item .txt{font-family:"LGSmHaTR"}
.section-content.business01 .history-area .history-list .item .txt + .txt{margin-top:3px}
.section-content.business01 .history-area .history-list .item .sum{display:block;margin-top:33px;font-size:14px;font-family:"LGSmHaTSB";color:#7a716b;text-align:center}
.section-content.business01 .history-area .history-list .item .ico{display:block;width:15px;height:15px;margin:7px auto 15px;background:#a50034;border-radius:50%}
.section-content.business02 .section-inner{position:relative;background-color:#f7f7f9}
.section-content.business02 .section-inner:before{content:'';width:100%;height:100%;position:absolute;top:0;right:0;background:url("../../images/common/company/top_visual_business02@2x.jpg") no-repeat bottom right;background-size:250px 253px}
.section-content.business02 .txt{font-size:14px;font-family:"LGSmHaTR";color:#4c4948;line-height:1.6}
.section-content.business02 .txt + .txt{margin-top:24px}
.section-content.business02 .sub-title{margin-top:57px}
.section-content.business02 .sales-list{position:relative;height:89px;padding-left:0;background:url("../../images/common/company/bg_graph01@2x.png") no-repeat 20px 7px;font-size:0;background-size:228px 83px}
.section-content.business02 .sales-list .list01{left:63px;position:relative;display:inline-block;width:74px;height:74px;vertical-align:top}
.section-content.business02 .sales-list .list01::before{content:'';position:absolute;width:100%;height:100%;background:#aeaeb9;border-radius:50%;opacity:.3}
.section-content.business02 .sales-list .list01 .year{top:99px}
.section-content.business02 .sales-list .list02{position:relative;display:inline-block;width:95px;height:95px;top:-24px;left:53px;vertical-align:top}
.section-content.business02 .sales-list .list02::before{content:'';position:absolute;width:100%;height:100%;background:#e3d9b6;border-radius:50%;opacity:.3}
.section-content.business02 .sales-list .list02 .year{top:124px}
.section-content.business02 .sales-list .list03{position:relative;display:inline-block;width:121px;height:121px;top:-55px;left:26px;vertical-align:top}
.section-content.business02 .sales-list .list03::before{content:'';position:absolute;width:100%;height:100%;background:#946460;border-radius:50%;opacity:.3}
.section-content.business02 .sales-list .list03 .year{top:154px}
.section-content.business02 .sales-list .txt .point{font-size:14px;font-family:"LGSmHaTSB"}
.section-content.business02 .sales-list::before{position:absolute;bottom:0;content:'';display:block;width:100%;height:1px;margin-left:0;background:#a19896}
.section-content.business02 .history-area{height:auto;padding-bottom:20px;width:100%;max-width:none;margin:0;background:#f8f1eb;overflow:hidden}
.section-content.business02 .history-area .history-scroll{padding-bottom:55px;overflow-x:auto;overflow-y:hidden;position:relative;top:58px}
.section-content.business02 .history-area .history-list{display:table;table-layout:fixed;background:url("../../images/common/company/bg_history_line.png") no-repeat 20px 30px}
.section-content.business02 .history-area .history-list .item{width:167px;display:table-cell}
.section-content.business02 .history-area .history-list .item .txt,.section-content.business02 .history-area .history-list .item .year{display:block;font-size:14px;color:#333130;text-align:center;width:80%;margin:0 auto}
.section-content.business02 .history-area .history-list .item .year{font-family:"LGSmHaTB"}
.section-content.business02 .history-area .history-list .item .txt{font-family:"LGSmHaTSB"}
.section-content.business02 .history-area .history-list .item .txt + .txt{margin-top:3px}
.section-content.business02 .history-area .history-list .item .sum{display:block;margin-top:33px;font-size:14px;font-family:"LGSmHaTSB";color:#7a716b;text-align:center}
.section-content.business02 .history-area .history-list .item .ico{display:block;width:15px;height:15px;margin:7px auto 15px;background:#a50034;border-radius:50%}
.section-content.business03 .section-inner{background-color:#f7f7f9}
/* .section-content.business03 .section-inner:before{content:'';width:100%;height:100%;position:absolute;top:0;right:0;background:url("../../images/common/company/top_visual_business03@2x.jpg") no-repeat top right;background-size:270px 300px} */
.section-content.business03 .txt{font-size:14px;font-family:"LGSmHaTR";color:#4c4948;line-height:1.6}
.section-content.business03 .txt + .txt{margin-top:24px}
.section-content.business03 .sub-title{margin-top:57px}
/* s:20220401 첨단소재 매출 원그래프 수정-mo */
.section-content.business03 .sales-list{position:relative;height:89px;padding-left:0;background:url("../../images/common/company/bg_graph08_new.png") no-repeat 20px 7px;font-size:0;background-size:228px 83px}
.section-content.business03 .sales-list .list01{left:-13px;position:relative;display:inline-block;width:120px;height:120px;top:-71px;vertical-align:top}
.section-content.business03 .sales-list .list01::before{content:'';position:absolute;width:100%;height:100%;background:#aeaeb9;border-radius:50%;opacity:.3}
.section-content.business03 .sales-list .list01 .year{top:167px}
.section-content.business03 .sales-list .list02{position:relative;display:inline-block;width:90px;height:90px;top:-25px;left:48px;vertical-align:top}
.section-content.business03 .sales-list .list02::before{content:'';position:absolute;width:100%;height:100%;background:#e3d9b6;border-radius:50%;opacity:.3}
.section-content.business03 .sales-list .list02 .year{top:121px}
.section-content.business03 .sales-list .list03{position:relative;display:inline-block;width:110px;height:110px;top:-51px;left:25px;vertical-align:top}
.section-content.business03 .sales-list .list03::before{content:'';position:absolute;width:100%;height:100%;background:#946460;border-radius:50%;opacity:.3}
.section-content.business03 .sales-list .list03 .year{top:147px}
.section-content.business03 .sales-list .txt .point{font-size:14px;font-family:"LGSmHaTSB"}
.section-content.business03 .sales-list::before{position:absolute;bottom:0;content:'';display:block;width:100%;height:1px;margin-left:0;background:#a19896}
/* e:20220401 첨단소재 매출 원그래프 수정-mo */
.section-content.business03 .history-area{height:auto;padding-bottom:20px;width:100%;max-width:none;margin:0;background:#f8f1eb;overflow:hidden}
.section-content.business03 .history-area .history-scroll{padding-bottom:55px;overflow-x:auto;overflow-y:hidden;position:relative;top:58px}
.section-content.business03 .history-area .history-list{display:table;table-layout:fixed;background:url("../../images/common/company/bg_history_line.png") no-repeat 20px 30px}
.section-content.business03 .history-area .history-list .item{width:167px;display:table-cell}
.section-content.business03 .history-area .history-list .item .txt,.section-content.business03 .history-area .history-list .item .year{display:block;font-size:14px;color:#333130;text-align:center;width:80%;margin:0 auto}
.section-content.business03 .history-area .history-list .item .year{font-family:"LGSmHaTB"}
.section-content.business03 .history-area .history-list .item .txt{font-family:"LGSmHaTSB"}
.section-content.business03 .history-area .history-list .item .txt + .txt{margin-top:3px}
.section-content.business03 .history-area .history-list .item .sum{display:block;margin-top:33px;font-size:14px;font-family:"LGSmHaTSB";color:#7a716b;text-align:center}
.section-content.business03 .history-area .history-list .item .ico{display:block;width:15px;height:15px;margin:7px auto 15px;background:#a50034;border-radius:50%}
.section-content.business04 .section-inner{position:relative;background-color:#f7f7f9}
.section-content.business04 .section-inner:before{content:'';width:100%;height:100%;position:absolute;bottom:0;right:0;background:url("../../images/common/company/top_visual_business04@2x.jpg") no-repeat bottom right;background-size:250px 250px}
.section-content.business04 .txt{font-size:14px;font-family:"LGSmHaTR";color:#4c4948;line-height:1.6}
.section-content.business04 .txt + .txt{margin-top:24px}
.section-content.business04 .sub-title{margin-top:57px}
/* s:20220401 생명과학 매출 원그래프 수정-mo */
.section-content.business04 .sales-list{position:relative;height:89px;padding-left:0;background:url("../../images/common/company/bg_graph09_new.png") no-repeat 20px 7px;font-size:0;background-size:228px 83px}
.section-content.business04 .sales-list .list01{left:0px; top:-68px;position:relative;display:inline-block;width:110px;height:110px;vertical-align:top}
.section-content.business04 .sales-list .list01::before{content:'';position:absolute;width:100%;height:100%;background:#aeaeb9;border-radius:50%;opacity:.3}
.section-content.business04 .sales-list .list01 .year{top:165px}
.section-content.business04 .sales-list .list02{position:relative;display:inline-block;width:85px;height:85px;top:-16px;left:57px;vertical-align:top}
.section-content.business04 .sales-list .list02::before{content:'';position:absolute;width:100%;height:100%;background:#e3d9b6;border-radius:50%;opacity:.3}
.section-content.business04 .sales-list .list02 .year{top:115px}
.section-content.business04 .sales-list .list03{position:relative;display:inline-block;width:105px;height:105px;top:-50px;left:33px;vertical-align:top}
.section-content.business04 .sales-list .list03::before{content:'';position:absolute;width:100%;height:100%;background:#946460;border-radius:50%;opacity:.3}
.section-content.business04 .sales-list .list03 .year{top:149px}
.section-content.business04 .sales-list .txt .point{font-size:14px;font-family:"LGSmHaTSB"}
.section-content.business04 .sales-list::before{position:absolute;bottom:0;content:'';display:block;width:100%;height:1px;margin-left:0;background:#a19896}
/* e:20220401 생명과학 매출 원그래프 수정-mo */
.section-content.business04 .history-area{height:auto;padding-top:20px;padding-bottom:20px;width:100%;max-width:none;margin:0;background:#f8f1eb;overflow:hidden}
.section-content.business04 .history-area .history-scroll{padding-bottom:55px;overflow-x:auto;overflow-y:hidden;position:relative;top:58px}
.section-content.business04 .history-area .history-list{display:table;table-layout:fixed;background:url("../../images/common/company/bg_history_line.png") no-repeat 20px 30px}
.section-content.business04 .history-area .history-list .item{width:167px;display:table-cell}
.section-content.business04 .history-area .history-list .item .txt,.section-content.business04 .history-area .history-list .item .year{display:block;font-size:14px;color:#333130;text-align:center;width:80%;margin:0 auto}
.section-content.business04 .history-area .history-list .item .year{font-family:"LGSmHaTB"}
.section-content.business04 .history-area .history-list .item .txt{font-family:"LGSmHaTSB"}
.section-content.business04 .history-area .history-list .item .txt + .txt{margin-top:3px}
.section-content.business04 .history-area .history-list .item .sum{display:block;margin-top:33px;font-size:14px;font-family:"LGSmHaTSB";color:#7a716b;text-align:center}
.section-content.business04 .history-area .history-list .item .ico{display:block;width:15px;height:15px;margin:7px auto 15px;background:#a50034;border-radius:50%}
.sub-title .sub-tit{font-size:14px;font-family:"LGSmHaTR";color:#333130}
.summery{margin-bottom:18px;font-size:14px;font-family:"LGSmHaTR";color:#333130;text-align:right}
.summery .point{font-size:14px;font-family:"LGSmHaTR";color:#333130;vertical-align:sub;margin-right:5px}
.section-content.business-etc01{margin-top:61px}
.section-content.business-etc01 .section-inner{margin:0 20px}
.section-content.business-etc02{margin-top:61px}
.section-content.business-etc02 .section-inner{margin:0 0 0 20px}
.section-content.core{margin-top:105px;position:relative}
.section-content.core .sub-title{position:relative;z-index:1}
.section-content.core .section-inner{margin:0 20px}
.core-bg{position:absolute;width:100%;top:22px;height:400px;background:#edeef3;z-index:0}
.core-list{position:relative;margin:0 auto;padding-bottom:6px}
.core-list .item{position:relative;float:left;width:50%;height:190px;padding:0 10px;-webkit-box-sizing:border-box;box-sizing:border-box;text-align:center}
.core-list .item .ico{display:block;width:51px;height:55px;margin:40px auto 25px;background:url("../../images/common/company/ico_core01.png") no-repeat center 0}
.core-list .item:nth-child(2) .ico{width:57px;background-image:url("../../images/common/company/ico_core02.png");margin:40px auto 25px}
.core-list .item:nth-child(3) .ico{width:36px;background-image:url("../../images/common/company/ico_core03.png");margin:40px auto 25px}
.core-list .item:nth-child(4) .ico{width:50px;background-image:url("../../images/common/company/ico_core04.png");margin:40px auto 25px}
.core-list .item .txt{display:block;font-size:14px;font-family:"LGSmHaTR";color:#333130;padding:0 10px}
.core-list .item .txt + .txt{margin-top:10px}
.core-list .item:last-child{border-right:none}
.core-list .item::after{display:none}
.core-list .item:last-child::after{display:none}
.section-content.major{margin-top:60px}
.section-content.major .section-inner{margin:0 0 0 20px}
.section-content.board{margin-top:60px}
.section-content.board .section-inner{position:relative;margin:0 20px}
.section-content.board .sub-title{margin-bottom:30px}
.section-content.board .summery{margin-bottom:17px;position:absolute;top:33px;right:0}
.section-content.board .summery .txt{font-size:14px;color:#333130}
.section-content.board .summery .ico{display:inline-block;width:30px;height:1px;margin-left:16px;background:#333130;vertical-align:middle}
.board-list-type01{font-size:0}
.board-list-type01 .list{margin-bottom:20px;position:relative;display:block;min-height:195px;border:1px solid #a19896;-webkit-box-sizing:border-box;box-sizing:border-box}
.board-list-type01 .list a{display:inline-block;width:100%;height:100%;padding:30px;vertical-align:top;-webkit-box-sizing:border-box;box-sizing:border-box}
.board-list-type01 .list .tit{font-size:16px;font-family:"LGSmHaTSB";color:#333130;word-break:break-word;word-wrap:break-word;display:block;display:-webkit-box;-webkit-box-orient:vertical;position:relative;line-height:1.6!important;overflow:hidden;-o-text-overflow:ellipsis;text-overflow:ellipsis;height:4.8em;-webkit-line-clamp:3;display:-webkit-box!important;white-space:unset}
.board-list-type01 .list .tit:after{content:'';text-align:right;bottom:0;right:0;width:25%;display:block;position:absolute;height:1.6em}
@supports (-webkit-line-clamp: 1){
.board-list-type01 .list .tit:after{display:none!important}}
.board-list-type01 .list .date{position:absolute;left:30px;bottom:25px;font-size:14px;font-family:"LGSmHaTR";color:#4d4948}
.board-list-type01 .list .ico{position:absolute;right:30px;bottom:30px;background-image:url(../../images/common/default/sprite_pc.png);background-position:-212px -269px;width:30px;height:10px;background-size:431px 383px}
/*! 기업정보 - 사업영역 - 석유화학 - 사업부 */
.product-list-container{width:100%;margin:28px auto 0 auto}
.product-list-container .swiper-slide{width:140px;margin-right:20px}
.product-list-container .swiper-slide:last-child{margin-right:0}
.product-list-container .swiper-slide .item{overflow:hidden;position:relative;display:block}
.product-list-container .swiper-slide .txt{display:block;width:140px;background:#fff;padding:12px 10px 0 0;font-size:14px;color:#333130;font-family:"LGSmHaTR";text-align:left}
.product-list-container .swiper-slide img{width:100%}
/* s:20220401 슬라이드 버튼 제거-mo */
.product-list-container .swiper-button-prev{display: none;}
.product-list-container .swiper-button-next{display: none;}
/* e:20220401 슬라이드 버튼 제거-mo */
/*! 기업정보 - 사업영역 - 석유화학 - 생산능력 */
.business-etc01 .sub-tit{display:block;margin-bottom:-17px;margin-top:12px}
.table-wrap-type01.table-business01-01 table,.table-wrap-type01.table-business01-01 tbody,.table-wrap-type01.table-business01-01 td,.table-wrap-type01.table-business01-01 th,.table-wrap-type01.table-business01-01 thead,.table-wrap-type01.table-business01-01 tr{display:block}
.table-wrap-type01.table-business01-01 table{border-top:1px solid #e0e0e0}
.table-wrap-type01.table-business01-01 tbody th{display:none}
.table-wrap-type01.table-business01-01 tr{border-top:0}
.table-wrap-type01.table-business01-01 tr:last-child{margin-bottom:0}
.table-wrap-type01.table-business01-01 td{display:table;width:100%;padding:0;height:auto;border:none;position:relative}
.table-wrap-type01.table-business01-01 td .responsive-space{height:34px;padding:5px 20px 5px 20px;vertical-align:middle;display:table-cell;border-bottom:1px solid #e0e0e0;width:calc(100% - 167px);height:100%;text-align:center}
.table-wrap-type01.table-business01-01 td:before{display:table-cell;background-color:#f5f5f5;width:137px;height:34px;padding:5px 15px 5px 15px;vertical-align:middle;border-bottom:1px solid #e0e0e0;font-size:14px;font-family:"LGSmHaTSB";color:#333130;text-align:center}
.table-wrap-type01.table-business01-01 .td01:before,.table-wrap-type01.table-business01-01 .td02:before,.table-wrap-type01.table-business01-01 .td03:before{content:attr(data-th)}
.table-wrap-type01.table-business01-01 tr:nth-child(3n){border-bottom:1px solid #e0e0e0}
.table-wrap-type01.table-business01-01 tr:last-child{border-bottom:0}
.table-wrap-type01.table-business01-01 tr:last-child .td03{display:none}
/*! 기업정보 - 사업영역 - 석유화학 - 해외 진출 현황 */
.overseas-area{width:100%;max-width:1800px;min-height:735px;margin:0 auto;background:url("../../images/common/company/overseas_bg.jpg") no-repeat center 0}
.overseas-area .sub-title{position:relative;top:-15px}
.overseas-area .list{margin:-15px 0 135px;padding-left:22px}
.overseas-area .list dt{margin:55px 0 20px;font-size:18px;font-family:"LGSmHaTSB";color:#333130}
.overseas-area .list dt:nth-of-type(2){margin-top:33px}
.overseas-area .list dd{padding-left:18px;font-size:14px;font-family:"LGSmHaTR";color:#4c4948;line-height:1.6}
.overseas-area .link-txt-area a{display:block;width:12%;padding-left:22px}
.overseas-area .link-txt-area a span{display:block;padding:10px 0;font-size:18px;font-family:"LGSmHaTSB";color:#333130}
/*! 기업정보 - 사업영역 - 배터리 - 생산능력 */
.section-content.production-capacity{padding-bottom:57px;margin-top:65px}
.section-content.production-capacity .section-inner{margin:0 20px 0 20px}
.section-content.production-capacity .sub-title{position:relative;z-index:1}
.section-content.production-capacity .sub-title .sub-tit{position:absolute;top:49px;right:0}
.section-content.production-capacity .production-capacity-bg{position:absolute;width:100%;height:287px;margin-top:-18px;background:#f5f5f5;z-index:0}
.section-content.production-capacity .table-business02-01{position:relative;z-index:1;width:calc(100% - 18px);margin-top:55px;margin-left:18px}
.section-content.production-capacity .table-business02-01:before{content:'';width:1px;height:100%;background-color:#a19896;position:absolute;top:0;left:89px;z-index:1}
.section-content.production-capacity .table-business02-01 .col01{width:90px}
.section-content.production-capacity .table-business02-01 .col02{width:auto}
.section-content.production-capacity .table-business02-01 tr{border-top:0}
.section-content.production-capacity .table-business02-01 tr:last-child{border-bottom:0}
.section-content.production-capacity .table-business02-01 th{font-size:16px;text-align:right;padding-right:15px;height:43px}
.section-content.production-capacity .table-business02-01 td{position:relative;text-align:left;height:43px;font-size:16px}
.section-content.production-capacity .table-business02-01 .graph01,.section-content.production-capacity .table-business02-01 .graph02,.section-content.production-capacity .table-business02-01 .graph03{display:inline-block;height:24px;vertical-align:middle}
.section-content.production-capacity .table-business02-01 .graph01{width:55px;background-color:#7a716b}
.section-content.production-capacity .table-business02-01 .graph02{width:250px;background-color:#a50034}
.section-content.production-capacity .table-business02-01 .graph03{width:130px;background-color:#665852}
.section-content.production-capacity .table-business02-01 .txt{display:inline-block;margin-left:15px;vertical-align:middle;color:#665852;font-size:14px;font-family:"LGSmHaTB"}
.section-content.production-capacity .table-business02-01 .td02 .txt{position:absolute;top:-5px;left:194px;margin-left:0}
/*! 기업정보 - 사업영역 - 배터리 - 핵심경쟁력 */
.section-content.core02{margin-top:57px}
.section-content.core02 .sub-title{margin:0 20px 0 20px}
.section-content.core02 .core02-list{margin:30px auto 0 auto}
.section-content.core02 .core02-list li{margin:0 20px 20px 20px;min-height:158px;padding-bottom:20px}
.section-content.core02 .core02-list li:last-child{margin-bottom:0}
.section-content.core02 .core02-list .tit{display:block;color:#333130;margin:0 30px 20px 30px;padding:33px 0 20px 0;font-size:16px;font-family:"LGSmHaTSB";text-align:center}
.section-content.core02 .core02-list .txt01,.section-content.core02 .core02-list .txt02{display:block;margin:0 30px;line-height:1.7;color:#4d4948;font-size:14px;font-family:"LGSmHaTR";padding-left:16px;background:url("../../images/common/default/bu_circle@2x.png") no-repeat left 8px;background-size:6px 6px}
.section-content.core02 .core02-list .bu-no{background:none}
.section-content.core02 .core02-list .item01{background-color:#edeef3}
.section-content.core02 .core02-list .item01 .tit{border-bottom:1px solid #e0e0e0}
.section-content.core02 .core02-list .item01 .txt02{margin:0 60px 0 30px}
.section-content.core02 .core02-list .item02{background-color:#ebe2d8}
.section-content.core02 .core02-list .item02 .tit{border-bottom:1px solid #dcd2ca}
.section-content.core02 .core02-list .item03{background-color:#edeef3}
.section-content.core02 .core02-list .item03 .tit{border-bottom:1px solid #e0e0e0}
/*! 기업정보 - 사업영역 - 석유화학 - 사업부 연혁 */
.history-area{height:269px;max-width:1800px;margin:0 auto;background:#e8e1d7}
.history-area .section-inner{min-height:545px}
.history-area .sub-title{position:relative;top:-15px}
.history-area .left{padding-left:40px}
.history-area dl dt{margin:57px 0 10px;font-size:20px;font-family:"LGSmHaTSB";color:#333130}
.history-area .left dt:nth-of-type(3){margin-top:30px}
.history-area dl dd{font-size:14px;font-family:"LGSmHaTR";color:#4c4948;line-height:1.6}
.history-area .left,.history-area .right{float:left;margin-top:-15px}
.history-area .left{width:600px}
/* s:20220331 슬라이드 버튼 제거-mo */
.history-area .swiper-button-prev{display: none;}
.history-area .swiper-button-next{display: none;}
/* e:20220331 슬라이드 버튼 제거-mo */
/*! 기업정보 - 사업영역 - 석유화학 - 제품 영상자료 */
.section-product-moviedata{margin-top:49px;width:100%;overflow:hidden;padding-bottom:30px;position:relative;background:url("../../images/common/product/bg_moviedata.gif") repeat-x left 146px;background-size:12px 253px}
.section-product-moviedata .section-inner{position:relative;top:0}
.section-product-moviedata .section-inner .sub-title{margin:0 20px 28px 20px}
.product-moviedata-container .swiper-slide{width:300px;margin-left:20px;-webkit-transition:0.8s all ease;-o-transition:0.8s all ease;transition:0.8s all ease}
.product-moviedata-container .swiper-slide .item{position:relative;display:block}
.product-moviedata-container .swiper-slide .img{-webkit-transition:0.8s all ease;-o-transition:0.8s all ease;transition:0.8s all ease;display:block;width:300px;height:162px;overflow:hidden}
.product-moviedata-container .swiper-slide img{width:100%;height:100%;-webkit-transition-duration:1s;-o-transition-duration:1s;transition-duration:1s;-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}
.product-moviedata-container .swiper-slide .txt{display:block;overflow:hidden;margin-top:27px;font-size:14px;color:#4d4948;font-family:"LGSmHaTSB";line-height:1.5}
.product-moviedata-container .swiper-slide .ico{display:block;position:absolute;top:109px;left:30px;background-position:0 -127px;width:33px;height:33px;background-image:url(../../images/common/default/sprite_mobile@2x.png);background-size:271px 226px}
.product-moviedata-container .swiper-slide .hide-txt{display:none}
.product-moviedata-container .swiper-slide.on .hide-txt{display:inline-block}
.product-moviedata-container .swiper-button-prev{display:none}
.product-moviedata-container .swiper-button-next{display:none}
/*! 기업정보 - 사업영역 - 생명과학 - 파이프라인(신약), 의료기기 및 신약 */
.section-content.medicine01,.section-content.medicine02,.section-content.medicine03{margin-top:60px}
.section-content.medicine01 .side-text,.section-content.medicine02 .side-text,.section-content.medicine03 .side-text{text-align:right;margin-top:7px;font-size:14px;color:#4d4948;font-family:"LGSmHaTR"}
.section-content.medicine01 .section-inner,.section-content.medicine02 .section-inner,.section-content.medicine03 .section-inner{margin:0 20px}
.section-content.medicine01 .table-business04-01 .table-col-type04,.section-content.medicine01 .table-business04-02 .table-col-type04,.section-content.medicine01 .table-business04-03 .table-col-type04,.section-content.medicine02 .table-business04-01 .table-col-type04,.section-content.medicine02 .table-business04-02 .table-col-type04,.section-content.medicine02 .table-business04-03 .table-col-type04,.section-content.medicine03 .table-business04-01 .table-col-type04,.section-content.medicine03 .table-business04-02 .table-col-type04,.section-content.medicine03 .table-business04-03 .table-col-type04{width:100%}
.section-content.medicine01 .table-business04-01 table,.section-content.medicine01 .table-business04-01 tbody,.section-content.medicine01 .table-business04-01 td,.section-content.medicine01 .table-business04-01 th,.section-content.medicine01 .table-business04-01 thead,.section-content.medicine01 .table-business04-01 tr,.section-content.medicine01 .table-business04-02 table,.section-content.medicine01 .table-business04-02 tbody,.section-content.medicine01 .table-business04-02 td,.section-content.medicine01 .table-business04-02 th,.section-content.medicine01 .table-business04-02 thead,.section-content.medicine01 .table-business04-02 tr,.section-content.medicine01 .table-business04-03 table,.section-content.medicine01 .table-business04-03 tbody,.section-content.medicine01 .table-business04-03 td,.section-content.medicine01 .table-business04-03 th,.section-content.medicine01 .table-business04-03 thead,.section-content.medicine01 .table-business04-03 tr,.section-content.medicine02 .table-business04-01 table,.section-content.medicine02 .table-business04-01 tbody,.section-content.medicine02 .table-business04-01 td,.section-content.medicine02 .table-business04-01 th,.section-content.medicine02 .table-business04-01 thead,.section-content.medicine02 .table-business04-01 tr,.section-content.medicine02 .table-business04-02 table,.section-content.medicine02 .table-business04-02 tbody,.section-content.medicine02 .table-business04-02 td,.section-content.medicine02 .table-business04-02 th,.section-content.medicine02 .table-business04-02 thead,.section-content.medicine02 .table-business04-02 tr,.section-content.medicine02 .table-business04-03 table,.section-content.medicine02 .table-business04-03 tbody,.section-content.medicine02 .table-business04-03 td,.section-content.medicine02 .table-business04-03 th,.section-content.medicine02 .table-business04-03 thead,.section-content.medicine02 .table-business04-03 tr,.section-content.medicine03 .table-business04-01 table,.section-content.medicine03 .table-business04-01 tbody,.section-content.medicine03 .table-business04-01 td,.section-content.medicine03 .table-business04-01 th,.section-content.medicine03 .table-business04-01 thead,.section-content.medicine03 .table-business04-01 tr,.section-content.medicine03 .table-business04-02 table,.section-content.medicine03 .table-business04-02 tbody,.section-content.medicine03 .table-business04-02 td,.section-content.medicine03 .table-business04-02 th,.section-content.medicine03 .table-business04-02 thead,.section-content.medicine03 .table-business04-02 tr,.section-content.medicine03 .table-business04-03 table,.section-content.medicine03 .table-business04-03 tbody,.section-content.medicine03 .table-business04-03 td,.section-content.medicine03 .table-business04-03 th,.section-content.medicine03 .table-business04-03 thead,.section-content.medicine03 .table-business04-03 tr{display:block}
.section-content.medicine01 .table-business04-01 thead tr,.section-content.medicine01 .table-business04-02 thead tr,.section-content.medicine01 .table-business04-03 thead tr,.section-content.medicine02 .table-business04-01 thead tr,.section-content.medicine02 .table-business04-02 thead tr,.section-content.medicine02 .table-business04-03 thead tr,.section-content.medicine03 .table-business04-01 thead tr,.section-content.medicine03 .table-business04-02 thead tr,.section-content.medicine03 .table-business04-03 thead tr{position:absolute;top:-9999px;left:-9999px}
.section-content.medicine01 .table-business04-01 tr,.section-content.medicine01 .table-business04-02 tr,.section-content.medicine01 .table-business04-03 tr,.section-content.medicine02 .table-business04-01 tr,.section-content.medicine02 .table-business04-02 tr,.section-content.medicine02 .table-business04-03 tr,.section-content.medicine03 .table-business04-01 tr,.section-content.medicine03 .table-business04-02 tr,.section-content.medicine03 .table-business04-03 tr{position:relative;margin-bottom:10px}
.section-content.medicine01 .table-business04-01 tr:last-child,.section-content.medicine01 .table-business04-02 tr:last-child,.section-content.medicine01 .table-business04-03 tr:last-child,.section-content.medicine02 .table-business04-01 tr:last-child,.section-content.medicine02 .table-business04-02 tr:last-child,.section-content.medicine02 .table-business04-03 tr:last-child,.section-content.medicine03 .table-business04-01 tr:last-child,.section-content.medicine03 .table-business04-02 tr:last-child,.section-content.medicine03 .table-business04-03 tr:last-child{margin-bottom:0}
.section-content.medicine01 .table-business04-01 td,.section-content.medicine01 .table-business04-02 td,.section-content.medicine01 .table-business04-03 td,.section-content.medicine02 .table-business04-01 td,.section-content.medicine02 .table-business04-02 td,.section-content.medicine02 .table-business04-03 td,.section-content.medicine03 .table-business04-01 td,.section-content.medicine03 .table-business04-02 td,.section-content.medicine03 .table-business04-03 td{display:table;width:100%;padding:0;height:auto;border:none;position:relative}
.section-content.medicine01 .table-business04-01 td .responsive-space,.section-content.medicine01 .table-business04-02 td .responsive-space,.section-content.medicine01 .table-business04-03 td .responsive-space,.section-content.medicine02 .table-business04-01 td .responsive-space,.section-content.medicine02 .table-business04-02 td .responsive-space,.section-content.medicine02 .table-business04-03 td .responsive-space,.section-content.medicine03 .table-business04-01 td .responsive-space,.section-content.medicine03 .table-business04-02 td .responsive-space,.section-content.medicine03 .table-business04-03 td .responsive-space{height:34px;padding:5px 0 5px 20px;vertical-align:middle;display:table-cell;width:calc(100% - 110px);height:100%;text-align:left;color:#4d4948;font-size:14px;font-family:"LGSmHaTR"}
.section-content.medicine01 .table-business04-01 td:before,.section-content.medicine01 .table-business04-02 td:before,.section-content.medicine01 .table-business04-03 td:before,.section-content.medicine02 .table-business04-01 td:before,.section-content.medicine02 .table-business04-02 td:before,.section-content.medicine02 .table-business04-03 td:before,.section-content.medicine03 .table-business04-01 td:before,.section-content.medicine03 .table-business04-02 td:before,.section-content.medicine03 .table-business04-03 td:before{display:table-cell;width:135px;height:17px;padding:5px 15px 5px 0;vertical-align:middle;font-size:14px;font-family:"LGSmHaTSB";color:#4d4948;text-align:left}
.section-content.medicine01 .table-business04-01 .td01,.section-content.medicine01 .table-business04-02 .td01,.section-content.medicine01 .table-business04-03 .td01,.section-content.medicine02 .table-business04-01 .td01,.section-content.medicine02 .table-business04-02 .td01,.section-content.medicine02 .table-business04-03 .td01,.section-content.medicine03 .table-business04-01 .td01,.section-content.medicine03 .table-business04-02 .td01,.section-content.medicine03 .table-business04-03 .td01{display:block;margin:20px 0 20px 0;padding:15px 0 15px 0;width:100%;background-color:#edeff4;text-align:center}
.section-content.medicine01 .table-business04-01 .td01 .txt01,.section-content.medicine01 .table-business04-02 .td01 .txt01,.section-content.medicine01 .table-business04-03 .td01 .txt01,.section-content.medicine02 .table-business04-01 .td01 .txt01,.section-content.medicine02 .table-business04-02 .td01 .txt01,.section-content.medicine02 .table-business04-03 .td01 .txt01,.section-content.medicine03 .table-business04-01 .td01 .txt01,.section-content.medicine03 .table-business04-02 .td01 .txt01,.section-content.medicine03 .table-business04-03 .td01 .txt01{color:#333130;font-size:18px;font-family:"LGSmHaTSB"}
.section-content.medicine01 .table-business04-01 .td01 .txt02,.section-content.medicine01 .table-business04-02 .td01 .txt02,.section-content.medicine01 .table-business04-03 .td01 .txt02,.section-content.medicine02 .table-business04-01 .td01 .txt02,.section-content.medicine02 .table-business04-02 .td01 .txt02,.section-content.medicine02 .table-business04-03 .td01 .txt02,.section-content.medicine03 .table-business04-01 .td01 .txt02,.section-content.medicine03 .table-business04-02 .td01 .txt02,.section-content.medicine03 .table-business04-03 .td01 .txt02{margin:0 0 0 4px;color:#333130;font-size:14px;font-family:"LGSmHaTR"}
.section-content.medicine01 .table-business04-01 .td01 .txt03,.section-content.medicine01 .table-business04-02 .td01 .txt03,.section-content.medicine01 .table-business04-03 .td01 .txt03,.section-content.medicine02 .table-business04-01 .td01 .txt03,.section-content.medicine02 .table-business04-02 .td01 .txt03,.section-content.medicine02 .table-business04-03 .td01 .txt03,.section-content.medicine03 .table-business04-01 .td01 .txt03,.section-content.medicine03 .table-business04-02 .td01 .txt03,.section-content.medicine03 .table-business04-03 .td01 .txt03{margin:0 0 0 4px;color:#333130;font-size:14px;font-family:"LGSmHaTR"}
.section-content.medicine01 .table-business04-01 .td01:before,.section-content.medicine01 .table-business04-02 .td01:before,.section-content.medicine01 .table-business04-03 .td01:before,.section-content.medicine02 .table-business04-01 .td01:before,.section-content.medicine02 .table-business04-02 .td01:before,.section-content.medicine02 .table-business04-03 .td01:before,.section-content.medicine03 .table-business04-01 .td01:before,.section-content.medicine03 .table-business04-02 .td01:before,.section-content.medicine03 .table-business04-03 .td01:before{display:none}
.section-content.medicine01 .table-business04-01 .td01 + .td02,.section-content.medicine01 .table-business04-02 .td01 + .td02,.section-content.medicine01 .table-business04-03 .td01 + .td02,.section-content.medicine02 .table-business04-01 .td01 + .td02,.section-content.medicine02 .table-business04-02 .td01 + .td02,.section-content.medicine02 .table-business04-03 .td01 + .td02,.section-content.medicine03 .table-business04-01 .td01 + .td02,.section-content.medicine03 .table-business04-02 .td01 + .td02,.section-content.medicine03 .table-business04-03 .td01 + .td02{border-top:1px solid #e0e0e0}
.section-content.medicine01 .table-business04-01 .td01 + .td02:before,.section-content.medicine01 .table-business04-02 .td01 + .td02:before,.section-content.medicine01 .table-business04-03 .td01 + .td02:before,.section-content.medicine02 .table-business04-01 .td01 + .td02:before,.section-content.medicine02 .table-business04-02 .td01 + .td02:before,.section-content.medicine02 .table-business04-03 .td01 + .td02:before,.section-content.medicine03 .table-business04-01 .td01 + .td02:before,.section-content.medicine03 .table-business04-02 .td01 + .td02:before,.section-content.medicine03 .table-business04-03 .td01 + .td02:before{padding-top:17px}
.section-content.medicine01 .table-business04-01 .td01 + .td02 .responsive-space,.section-content.medicine01 .table-business04-02 .td01 + .td02 .responsive-space,.section-content.medicine01 .table-business04-03 .td01 + .td02 .responsive-space,.section-content.medicine02 .table-business04-01 .td01 + .td02 .responsive-space,.section-content.medicine02 .table-business04-02 .td01 + .td02 .responsive-space,.section-content.medicine02 .table-business04-03 .td01 + .td02 .responsive-space,.section-content.medicine03 .table-business04-01 .td01 + .td02 .responsive-space,.section-content.medicine03 .table-business04-02 .td01 + .td02 .responsive-space,.section-content.medicine03 .table-business04-03 .td01 + .td02 .responsive-space{padding-top:17px}
.section-content.medicine01 .table-business04-01 .pc-tr .td04,.section-content.medicine01 .table-business04-01 .pc-tr .td05,.section-content.medicine01 .table-business04-01 .pc-tr .td06,.section-content.medicine01 .table-business04-01 .pc-tr .td07,.section-content.medicine01 .table-business04-01 .pc-tr .td08,.section-content.medicine01 .table-business04-01 .pc-tr .td09,.section-content.medicine01 .table-business04-02 .pc-tr .td04,.section-content.medicine01 .table-business04-02 .pc-tr .td05,.section-content.medicine01 .table-business04-02 .pc-tr .td06,.section-content.medicine01 .table-business04-02 .pc-tr .td07,.section-content.medicine01 .table-business04-02 .pc-tr .td08,.section-content.medicine01 .table-business04-02 .pc-tr .td09,.section-content.medicine01 .table-business04-03 .pc-tr .td04,.section-content.medicine01 .table-business04-03 .pc-tr .td05,.section-content.medicine01 .table-business04-03 .pc-tr .td06,.section-content.medicine01 .table-business04-03 .pc-tr .td07,.section-content.medicine01 .table-business04-03 .pc-tr .td08,.section-content.medicine01 .table-business04-03 .pc-tr .td09,.section-content.medicine02 .table-business04-01 .pc-tr .td04,.section-content.medicine02 .table-business04-01 .pc-tr .td05,.section-content.medicine02 .table-business04-01 .pc-tr .td06,.section-content.medicine02 .table-business04-01 .pc-tr .td07,.section-content.medicine02 .table-business04-01 .pc-tr .td08,.section-content.medicine02 .table-business04-01 .pc-tr .td09,.section-content.medicine02 .table-business04-02 .pc-tr .td04,.section-content.medicine02 .table-business04-02 .pc-tr .td05,.section-content.medicine02 .table-business04-02 .pc-tr .td06,.section-content.medicine02 .table-business04-02 .pc-tr .td07,.section-content.medicine02 .table-business04-02 .pc-tr .td08,.section-content.medicine02 .table-business04-02 .pc-tr .td09,.section-content.medicine02 .table-business04-03 .pc-tr .td04,.section-content.medicine02 .table-business04-03 .pc-tr .td05,.section-content.medicine02 .table-business04-03 .pc-tr .td06,.section-content.medicine02 .table-business04-03 .pc-tr .td07,.section-content.medicine02 .table-business04-03 .pc-tr .td08,.section-content.medicine02 .table-business04-03 .pc-tr .td09,.section-content.medicine03 .table-business04-01 .pc-tr .td04,.section-content.medicine03 .table-business04-01 .pc-tr .td05,.section-content.medicine03 .table-business04-01 .pc-tr .td06,.section-content.medicine03 .table-business04-01 .pc-tr .td07,.section-content.medicine03 .table-business04-01 .pc-tr .td08,.section-content.medicine03 .table-business04-01 .pc-tr .td09,.section-content.medicine03 .table-business04-02 .pc-tr .td04,.section-content.medicine03 .table-business04-02 .pc-tr .td05,.section-content.medicine03 .table-business04-02 .pc-tr .td06,.section-content.medicine03 .table-business04-02 .pc-tr .td07,.section-content.medicine03 .table-business04-02 .pc-tr .td08,.section-content.medicine03 .table-business04-02 .pc-tr .td09,.section-content.medicine03 .table-business04-03 .pc-tr .td04,.section-content.medicine03 .table-business04-03 .pc-tr .td05,.section-content.medicine03 .table-business04-03 .pc-tr .td06,.section-content.medicine03 .table-business04-03 .pc-tr .td07,.section-content.medicine03 .table-business04-03 .pc-tr .td08,.section-content.medicine03 .table-business04-03 .pc-tr .td09{display:none}
.section-content.medicine01 .table-business04-01 .mobile-tr,.section-content.medicine01 .table-business04-02 .mobile-tr,.section-content.medicine01 .table-business04-03 .mobile-tr,.section-content.medicine02 .table-business04-01 .mobile-tr,.section-content.medicine02 .table-business04-02 .mobile-tr,.section-content.medicine02 .table-business04-03 .mobile-tr,.section-content.medicine03 .table-business04-01 .mobile-tr,.section-content.medicine03 .table-business04-02 .mobile-tr,.section-content.medicine03 .table-business04-03 .mobile-tr{border-bottom:1px solid #e0e0e0;padding-bottom:20px;margin-bottom:15px}
.section-content.medicine01 .table-business04-01 .mobile-tr .td04,.section-content.medicine01 .table-business04-01 .mobile-tr .td05,.section-content.medicine01 .table-business04-01 .mobile-tr .td06,.section-content.medicine01 .table-business04-01 .mobile-tr .td07,.section-content.medicine01 .table-business04-01 .mobile-tr .td08,.section-content.medicine01 .table-business04-01 .mobile-tr .td09,.section-content.medicine01 .table-business04-01 .mobile-tr .td10,.section-content.medicine01 .table-business04-01 .mobile-tr .td11,.section-content.medicine01 .table-business04-02 .mobile-tr .td04,.section-content.medicine01 .table-business04-02 .mobile-tr .td05,.section-content.medicine01 .table-business04-02 .mobile-tr .td06,.section-content.medicine01 .table-business04-02 .mobile-tr .td07,.section-content.medicine01 .table-business04-02 .mobile-tr .td08,.section-content.medicine01 .table-business04-02 .mobile-tr .td09,.section-content.medicine01 .table-business04-02 .mobile-tr .td10,.section-content.medicine01 .table-business04-02 .mobile-tr .td11,.section-content.medicine01 .table-business04-03 .mobile-tr .td04,.section-content.medicine01 .table-business04-03 .mobile-tr .td05,.section-content.medicine01 .table-business04-03 .mobile-tr .td06,.section-content.medicine01 .table-business04-03 .mobile-tr .td07,.section-content.medicine01 .table-business04-03 .mobile-tr .td08,.section-content.medicine01 .table-business04-03 .mobile-tr .td09,.section-content.medicine01 .table-business04-03 .mobile-tr .td10,.section-content.medicine01 .table-business04-03 .mobile-tr .td11,.section-content.medicine02 .table-business04-01 .mobile-tr .td04,.section-content.medicine02 .table-business04-01 .mobile-tr .td05,.section-content.medicine02 .table-business04-01 .mobile-tr .td06,.section-content.medicine02 .table-business04-01 .mobile-tr .td07,.section-content.medicine02 .table-business04-01 .mobile-tr .td08,.section-content.medicine02 .table-business04-01 .mobile-tr .td09,.section-content.medicine02 .table-business04-01 .mobile-tr .td10,.section-content.medicine02 .table-business04-01 .mobile-tr .td11,.section-content.medicine02 .table-business04-02 .mobile-tr .td04,.section-content.medicine02 .table-business04-02 .mobile-tr .td05,.section-content.medicine02 .table-business04-02 .mobile-tr .td06,.section-content.medicine02 .table-business04-02 .mobile-tr .td07,.section-content.medicine02 .table-business04-02 .mobile-tr .td08,.section-content.medicine02 .table-business04-02 .mobile-tr .td09,.section-content.medicine02 .table-business04-02 .mobile-tr .td10,.section-content.medicine02 .table-business04-02 .mobile-tr .td11,.section-content.medicine02 .table-business04-03 .mobile-tr .td04,.section-content.medicine02 .table-business04-03 .mobile-tr .td05,.section-content.medicine02 .table-business04-03 .mobile-tr .td06,.section-content.medicine02 .table-business04-03 .mobile-tr .td07,.section-content.medicine02 .table-business04-03 .mobile-tr .td08,.section-content.medicine02 .table-business04-03 .mobile-tr .td09,.section-content.medicine02 .table-business04-03 .mobile-tr .td10,.section-content.medicine02 .table-business04-03 .mobile-tr .td11,.section-content.medicine03 .table-business04-01 .mobile-tr .td04,.section-content.medicine03 .table-business04-01 .mobile-tr .td05,.section-content.medicine03 .table-business04-01 .mobile-tr .td06,.section-content.medicine03 .table-business04-01 .mobile-tr .td07,.section-content.medicine03 .table-business04-01 .mobile-tr .td08,.section-content.medicine03 .table-business04-01 .mobile-tr .td09,.section-content.medicine03 .table-business04-01 .mobile-tr .td10,.section-content.medicine03 .table-business04-01 .mobile-tr .td11,.section-content.medicine03 .table-business04-02 .mobile-tr .td04,.section-content.medicine03 .table-business04-02 .mobile-tr .td05,.section-content.medicine03 .table-business04-02 .mobile-tr .td06,.section-content.medicine03 .table-business04-02 .mobile-tr .td07,.section-content.medicine03 .table-business04-02 .mobile-tr .td08,.section-content.medicine03 .table-business04-02 .mobile-tr .td09,.section-content.medicine03 .table-business04-02 .mobile-tr .td10,.section-content.medicine03 .table-business04-02 .mobile-tr .td11,.section-content.medicine03 .table-business04-03 .mobile-tr .td04,.section-content.medicine03 .table-business04-03 .mobile-tr .td05,.section-content.medicine03 .table-business04-03 .mobile-tr .td06,.section-content.medicine03 .table-business04-03 .mobile-tr .td07,.section-content.medicine03 .table-business04-03 .mobile-tr .td08,.section-content.medicine03 .table-business04-03 .mobile-tr .td09,.section-content.medicine03 .table-business04-03 .mobile-tr .td10,.section-content.medicine03 .table-business04-03 .mobile-tr .td11{position:relative;display:inline-block;width:calc(100% / 6 - 3px);min-height:13px;margin-right:0;padding:5px 0 5px 0;background-color:#e0e0e0;text-align:center}
.section-content.medicine01 .table-business04-01 .mobile-tr .td04 .graph,.section-content.medicine01 .table-business04-01 .mobile-tr .td05 .graph,.section-content.medicine01 .table-business04-01 .mobile-tr .td06 .graph,.section-content.medicine01 .table-business04-01 .mobile-tr .td07 .graph,.section-content.medicine01 .table-business04-01 .mobile-tr .td08 .graph,.section-content.medicine01 .table-business04-01 .mobile-tr .td09 .graph,.section-content.medicine01 .table-business04-01 .mobile-tr .td10 .graph,.section-content.medicine01 .table-business04-01 .mobile-tr .td11 .graph,.section-content.medicine01 .table-business04-02 .mobile-tr .td04 .graph,.section-content.medicine01 .table-business04-02 .mobile-tr .td05 .graph,.section-content.medicine01 .table-business04-02 .mobile-tr .td06 .graph,.section-content.medicine01 .table-business04-02 .mobile-tr .td07 .graph,.section-content.medicine01 .table-business04-02 .mobile-tr .td08 .graph,.section-content.medicine01 .table-business04-02 .mobile-tr .td09 .graph,.section-content.medicine01 .table-business04-02 .mobile-tr .td10 .graph,.section-content.medicine01 .table-business04-02 .mobile-tr .td11 .graph,.section-content.medicine01 .table-business04-03 .mobile-tr .td04 .graph,.section-content.medicine01 .table-business04-03 .mobile-tr .td05 .graph,.section-content.medicine01 .table-business04-03 .mobile-tr .td06 .graph,.section-content.medicine01 .table-business04-03 .mobile-tr .td07 .graph,.section-content.medicine01 .table-business04-03 .mobile-tr .td08 .graph,.section-content.medicine01 .table-business04-03 .mobile-tr .td09 .graph,.section-content.medicine01 .table-business04-03 .mobile-tr .td10 .graph,.section-content.medicine01 .table-business04-03 .mobile-tr .td11 .graph,.section-content.medicine02 .table-business04-01 .mobile-tr .td04 .graph,.section-content.medicine02 .table-business04-01 .mobile-tr .td05 .graph,.section-content.medicine02 .table-business04-01 .mobile-tr .td06 .graph,.section-content.medicine02 .table-business04-01 .mobile-tr .td07 .graph,.section-content.medicine02 .table-business04-01 .mobile-tr .td08 .graph,.section-content.medicine02 .table-business04-01 .mobile-tr .td09 .graph,.section-content.medicine02 .table-business04-01 .mobile-tr .td10 .graph,.section-content.medicine02 .table-business04-01 .mobile-tr .td11 .graph,.section-content.medicine02 .table-business04-02 .mobile-tr .td04 .graph,.section-content.medicine02 .table-business04-02 .mobile-tr .td05 .graph,.section-content.medicine02 .table-business04-02 .mobile-tr .td06 .graph,.section-content.medicine02 .table-business04-02 .mobile-tr .td07 .graph,.section-content.medicine02 .table-business04-02 .mobile-tr .td08 .graph,.section-content.medicine02 .table-business04-02 .mobile-tr .td09 .graph,.section-content.medicine02 .table-business04-02 .mobile-tr .td10 .graph,.section-content.medicine02 .table-business04-02 .mobile-tr .td11 .graph,.section-content.medicine02 .table-business04-03 .mobile-tr .td04 .graph,.section-content.medicine02 .table-business04-03 .mobile-tr .td05 .graph,.section-content.medicine02 .table-business04-03 .mobile-tr .td06 .graph,.section-content.medicine02 .table-business04-03 .mobile-tr .td07 .graph,.section-content.medicine02 .table-business04-03 .mobile-tr .td08 .graph,.section-content.medicine02 .table-business04-03 .mobile-tr .td09 .graph,.section-content.medicine02 .table-business04-03 .mobile-tr .td10 .graph,.section-content.medicine02 .table-business04-03 .mobile-tr .td11 .graph,.section-content.medicine03 .table-business04-01 .mobile-tr .td04 .graph,.section-content.medicine03 .table-business04-01 .mobile-tr .td05 .graph,.section-content.medicine03 .table-business04-01 .mobile-tr .td06 .graph,.section-content.medicine03 .table-business04-01 .mobile-tr .td07 .graph,.section-content.medicine03 .table-business04-01 .mobile-tr .td08 .graph,.section-content.medicine03 .table-business04-01 .mobile-tr .td09 .graph,.section-content.medicine03 .table-business04-01 .mobile-tr .td10 .graph,.section-content.medicine03 .table-business04-01 .mobile-tr .td11 .graph,.section-content.medicine03 .table-business04-02 .mobile-tr .td04 .graph,.section-content.medicine03 .table-business04-02 .mobile-tr .td05 .graph,.section-content.medicine03 .table-business04-02 .mobile-tr .td06 .graph,.section-content.medicine03 .table-business04-02 .mobile-tr .td07 .graph,.section-content.medicine03 .table-business04-02 .mobile-tr .td08 .graph,.section-content.medicine03 .table-business04-02 .mobile-tr .td09 .graph,.section-content.medicine03 .table-business04-02 .mobile-tr .td10 .graph,.section-content.medicine03 .table-business04-02 .mobile-tr .td11 .graph,.section-content.medicine03 .table-business04-03 .mobile-tr .td04 .graph,.section-content.medicine03 .table-business04-03 .mobile-tr .td05 .graph,.section-content.medicine03 .table-business04-03 .mobile-tr .td06 .graph,.section-content.medicine03 .table-business04-03 .mobile-tr .td07 .graph,.section-content.medicine03 .table-business04-03 .mobile-tr .td08 .graph,.section-content.medicine03 .table-business04-03 .mobile-tr .td09 .graph,.section-content.medicine03 .table-business04-03 .mobile-tr .td10 .graph,.section-content.medicine03 .table-business04-03 .mobile-tr .td11 .graph{display:block}
.section-content.medicine01 .table-business04-01 .mobile-tr .td04 .graph .hide-txt:first-child,.section-content.medicine01 .table-business04-01 .mobile-tr .td05 .graph .hide-txt:first-child,.section-content.medicine01 .table-business04-01 .mobile-tr .td06 .graph .hide-txt:first-child,.section-content.medicine01 .table-business04-01 .mobile-tr .td07 .graph .hide-txt:first-child,.section-content.medicine01 .table-business04-01 .mobile-tr .td08 .graph .hide-txt:first-child,.section-content.medicine01 .table-business04-01 .mobile-tr .td09 .graph .hide-txt:first-child,.section-content.medicine01 .table-business04-01 .mobile-tr .td10 .graph .hide-txt:first-child,.section-content.medicine01 .table-business04-01 .mobile-tr .td11 .graph .hide-txt:first-child,.section-content.medicine01 .table-business04-02 .mobile-tr .td04 .graph .hide-txt:first-child,.section-content.medicine01 .table-business04-02 .mobile-tr .td05 .graph .hide-txt:first-child,.section-content.medicine01 .table-business04-02 .mobile-tr .td06 .graph .hide-txt:first-child,.section-content.medicine01 .table-business04-02 .mobile-tr .td07 .graph .hide-txt:first-child,.section-content.medicine01 .table-business04-02 .mobile-tr .td08 .graph .hide-txt:first-child,.section-content.medicine01 .table-business04-02 .mobile-tr .td09 .graph .hide-txt:first-child,.section-content.medicine01 .table-business04-02 .mobile-tr .td10 .graph .hide-txt:first-child,.section-content.medicine01 .table-business04-02 .mobile-tr .td11 .graph .hide-txt:first-child,.section-content.medicine01 .table-business04-03 .mobile-tr .td04 .graph .hide-txt:first-child,.section-content.medicine01 .table-business04-03 .mobile-tr .td05 .graph .hide-txt:first-child,.section-content.medicine01 .table-business04-03 .mobile-tr .td06 .graph .hide-txt:first-child,.section-content.medicine01 .table-business04-03 .mobile-tr .td07 .graph .hide-txt:first-child,.section-content.medicine01 .table-business04-03 .mobile-tr .td08 .graph .hide-txt:first-child,.section-content.medicine01 .table-business04-03 .mobile-tr .td09 .graph .hide-txt:first-child,.section-content.medicine01 .table-business04-03 .mobile-tr .td10 .graph .hide-txt:first-child,.section-content.medicine01 .table-business04-03 .mobile-tr .td11 .graph .hide-txt:first-child,.section-content.medicine02 .table-business04-01 .mobile-tr .td04 .graph .hide-txt:first-child,.section-content.medicine02 .table-business04-01 .mobile-tr .td05 .graph .hide-txt:first-child,.section-content.medicine02 .table-business04-01 .mobile-tr .td06 .graph .hide-txt:first-child,.section-content.medicine02 .table-business04-01 .mobile-tr .td07 .graph .hide-txt:first-child,.section-content.medicine02 .table-business04-01 .mobile-tr .td08 .graph .hide-txt:first-child,.section-content.medicine02 .table-business04-01 .mobile-tr .td09 .graph .hide-txt:first-child,.section-content.medicine02 .table-business04-01 .mobile-tr .td10 .graph .hide-txt:first-child,.section-content.medicine02 .table-business04-01 .mobile-tr .td11 .graph .hide-txt:first-child,.section-content.medicine02 .table-business04-02 .mobile-tr .td04 .graph .hide-txt:first-child,.section-content.medicine02 .table-business04-02 .mobile-tr .td05 .graph .hide-txt:first-child,.section-content.medicine02 .table-business04-02 .mobile-tr .td06 .graph .hide-txt:first-child,.section-content.medicine02 .table-business04-02 .mobile-tr .td07 .graph .hide-txt:first-child,.section-content.medicine02 .table-business04-02 .mobile-tr .td08 .graph .hide-txt:first-child,.section-content.medicine02 .table-business04-02 .mobile-tr .td09 .graph .hide-txt:first-child,.section-content.medicine02 .table-business04-02 .mobile-tr .td10 .graph .hide-txt:first-child,.section-content.medicine02 .table-business04-02 .mobile-tr .td11 .graph .hide-txt:first-child,.section-content.medicine02 .table-business04-03 .mobile-tr .td04 .graph .hide-txt:first-child,.section-content.medicine02 .table-business04-03 .mobile-tr .td05 .graph .hide-txt:first-child,.section-content.medicine02 .table-business04-03 .mobile-tr .td06 .graph .hide-txt:first-child,.section-content.medicine02 .table-business04-03 .mobile-tr .td07 .graph .hide-txt:first-child,.section-content.medicine02 .table-business04-03 .mobile-tr .td08 .graph .hide-txt:first-child,.section-content.medicine02 .table-business04-03 .mobile-tr .td09 .graph .hide-txt:first-child,.section-content.medicine02 .table-business04-03 .mobile-tr .td10 .graph .hide-txt:first-child,.section-content.medicine02 .table-business04-03 .mobile-tr .td11 .graph .hide-txt:first-child,.section-content.medicine03 .table-business04-01 .mobile-tr .td04 .graph .hide-txt:first-child,.section-content.medicine03 .table-business04-01 .mobile-tr .td05 .graph .hide-txt:first-child,.section-content.medicine03 .table-business04-01 .mobile-tr .td06 .graph .hide-txt:first-child,.section-content.medicine03 .table-business04-01 .mobile-tr .td07 .graph .hide-txt:first-child,.section-content.medicine03 .table-business04-01 .mobile-tr .td08 .graph .hide-txt:first-child,.section-content.medicine03 .table-business04-01 .mobile-tr .td09 .graph .hide-txt:first-child,.section-content.medicine03 .table-business04-01 .mobile-tr .td10 .graph .hide-txt:first-child,.section-content.medicine03 .table-business04-01 .mobile-tr .td11 .graph .hide-txt:first-child,.section-content.medicine03 .table-business04-02 .mobile-tr .td04 .graph .hide-txt:first-child,.section-content.medicine03 .table-business04-02 .mobile-tr .td05 .graph .hide-txt:first-child,.section-content.medicine03 .table-business04-02 .mobile-tr .td06 .graph .hide-txt:first-child,.section-content.medicine03 .table-business04-02 .mobile-tr .td07 .graph .hide-txt:first-child,.section-content.medicine03 .table-business04-02 .mobile-tr .td08 .graph .hide-txt:first-child,.section-content.medicine03 .table-business04-02 .mobile-tr .td09 .graph .hide-txt:first-child,.section-content.medicine03 .table-business04-02 .mobile-tr .td10 .graph .hide-txt:first-child,.section-content.medicine03 .table-business04-02 .mobile-tr .td11 .graph .hide-txt:first-child,.section-content.medicine03 .table-business04-03 .mobile-tr .td04 .graph .hide-txt:first-child,.section-content.medicine03 .table-business04-03 .mobile-tr .td05 .graph .hide-txt:first-child,.section-content.medicine03 .table-business04-03 .mobile-tr .td06 .graph .hide-txt:first-child,.section-content.medicine03 .table-business04-03 .mobile-tr .td07 .graph .hide-txt:first-child,.section-content.medicine03 .table-business04-03 .mobile-tr .td08 .graph .hide-txt:first-child,.section-content.medicine03 .table-business04-03 .mobile-tr .td09 .graph .hide-txt:first-child,.section-content.medicine03 .table-business04-03 .mobile-tr .td10 .graph .hide-txt:first-child,.section-content.medicine03 .table-business04-03 .mobile-tr .td11 .graph .hide-txt:first-child{display:inline-block;position:relative;clip:unset;width:auto;height:auto;overflow:visible;font-size:10px;font-family:"LGSmHaTSB";color:#7a716b}
.section-content.medicine01 .table-business04-01 .mobile-tr .graph.on,.section-content.medicine01 .table-business04-02 .mobile-tr .graph.on,.section-content.medicine01 .table-business04-03 .mobile-tr .graph.on,.section-content.medicine02 .table-business04-01 .mobile-tr .graph.on,.section-content.medicine02 .table-business04-02 .mobile-tr .graph.on,.section-content.medicine02 .table-business04-03 .mobile-tr .graph.on,.section-content.medicine03 .table-business04-01 .mobile-tr .graph.on,.section-content.medicine03 .table-business04-02 .mobile-tr .graph.on,.section-content.medicine03 .table-business04-03 .mobile-tr .graph.on{position:absolute;top:0;left:0;min-height:13px;padding:5px 0 5px 0;width:100%;background-color:#665852}
.section-content.medicine01 .table-business04-01 .mobile-tr .graph.on .hide-txt:first-child,.section-content.medicine01 .table-business04-02 .mobile-tr .graph.on .hide-txt:first-child,.section-content.medicine01 .table-business04-03 .mobile-tr .graph.on .hide-txt:first-child,.section-content.medicine02 .table-business04-01 .mobile-tr .graph.on .hide-txt:first-child,.section-content.medicine02 .table-business04-02 .mobile-tr .graph.on .hide-txt:first-child,.section-content.medicine02 .table-business04-03 .mobile-tr .graph.on .hide-txt:first-child,.section-content.medicine03 .table-business04-01 .mobile-tr .graph.on .hide-txt:first-child,.section-content.medicine03 .table-business04-02 .mobile-tr .graph.on .hide-txt:first-child,.section-content.medicine03 .table-business04-03 .mobile-tr .graph.on .hide-txt:first-child{color:#fff}
.section-content.medicine01 .table-business04-01 .mobile-tr .graph.ing + .graph.on,.section-content.medicine01 .table-business04-02 .mobile-tr .graph.ing + .graph.on,.section-content.medicine01 .table-business04-03 .mobile-tr .graph.ing + .graph.on,.section-content.medicine02 .table-business04-01 .mobile-tr .graph.ing + .graph.on,.section-content.medicine02 .table-business04-02 .mobile-tr .graph.ing + .graph.on,.section-content.medicine02 .table-business04-03 .mobile-tr .graph.ing + .graph.on,.section-content.medicine03 .table-business04-01 .mobile-tr .graph.ing + .graph.on,.section-content.medicine03 .table-business04-02 .mobile-tr .graph.ing + .graph.on,.section-content.medicine03 .table-business04-03 .mobile-tr .graph.ing + .graph.on{overflow:hidden;clip:rect(0 9.06667vw 23px 0)}
.section-content.medicine01 .table-business04-01 .mobile-tr .graph.off + .graph.on,.section-content.medicine01 .table-business04-02 .mobile-tr .graph.off + .graph.on,.section-content.medicine01 .table-business04-03 .mobile-tr .graph.off + .graph.on,.section-content.medicine02 .table-business04-01 .mobile-tr .graph.off + .graph.on,.section-content.medicine02 .table-business04-02 .mobile-tr .graph.off + .graph.on,.section-content.medicine02 .table-business04-03 .mobile-tr .graph.off + .graph.on,.section-content.medicine03 .table-business04-01 .mobile-tr .graph.off + .graph.on,.section-content.medicine03 .table-business04-02 .mobile-tr .graph.off + .graph.on,.section-content.medicine03 .table-business04-03 .mobile-tr .graph.off + .graph.on{overflow:hidden;clip:rect(0 0 0 0)}
.section-content.medicine01 .table-business04-01 .td02:before,.section-content.medicine01 .table-business04-01 .td03:before,.section-content.medicine01 .table-business04-01 .td10:before,.section-content.medicine01 .table-business04-02 .td02:before,.section-content.medicine01 .table-business04-02 .td03:before,.section-content.medicine01 .table-business04-02 .td10:before,.section-content.medicine01 .table-business04-03 .td02:before,.section-content.medicine01 .table-business04-03 .td03:before,.section-content.medicine01 .table-business04-03 .td10:before,.section-content.medicine02 .table-business04-01 .td02:before,.section-content.medicine02 .table-business04-01 .td03:before,.section-content.medicine02 .table-business04-01 .td10:before,.section-content.medicine02 .table-business04-02 .td02:before,.section-content.medicine02 .table-business04-02 .td03:before,.section-content.medicine02 .table-business04-02 .td10:before,.section-content.medicine02 .table-business04-03 .td02:before,.section-content.medicine02 .table-business04-03 .td03:before,.section-content.medicine02 .table-business04-03 .td10:before,.section-content.medicine03 .table-business04-01 .td02:before,.section-content.medicine03 .table-business04-01 .td03:before,.section-content.medicine03 .table-business04-01 .td10:before,.section-content.medicine03 .table-business04-02 .td02:before,.section-content.medicine03 .table-business04-02 .td03:before,.section-content.medicine03 .table-business04-02 .td10:before,.section-content.medicine03 .table-business04-03 .td02:before,.section-content.medicine03 .table-business04-03 .td03:before,.section-content.medicine03 .table-business04-03 .td10:before{content:attr(data-th)}
.section-content.medicine01 .table-business04-03 .pc-tr .td10,.section-content.medicine02 .table-business04-03 .pc-tr .td10,.section-content.medicine03 .table-business04-03 .pc-tr .td10{display:none}
.section-content.medicine01 .table-business04-03 .pc-tr .td10:before,.section-content.medicine02 .table-business04-03 .pc-tr .td10:before,.section-content.medicine03 .table-business04-03 .pc-tr .td10:before{display:none}
.section-content.medicine01 .table-business04-03 .pc-tr .td11:before,.section-content.medicine02 .table-business04-03 .pc-tr .td11:before,.section-content.medicine03 .table-business04-03 .pc-tr .td11:before{content:attr(data-th)}
/*! s: 20220804 클래스 추가(align-right) 및 모바일 버전에서 위치와 크기 조정 */
.align-right {margin-top: 15px;}
.align-right .download-box .bttn {display: block; width: 180px; margin-bottom:5px;}
/*! e: 20220804 클래스 추가(align-right) 및 모바일 버전에서 위치와 크기 조정 */

/*! Company - 경영정보 - 이사회 */
.board-directors{padding:49px 20px 0;background:#fff;font-size:0;-webkit-box-sizing:border-box;box-sizing:border-box}
html.lang-en .board-directors{padding-bottom:60px}
.board-directors .board-inner{width:100%}
.board-directors .sub-title{position:relative;top:-59px}
.board-directors .board-list .item{position:relative;display:block;width:100%;margin-top:40px;padding:0 0 24px 20px;background:#fafafa;-webkit-box-sizing:border-box;box-sizing:border-box}
.board-directors .board-list .item .img-type01{display:none}
.board-directors .board-list .item .img-type02{position:absolute;display:block;top:20px;right:20px;width:80px;height:80px}
.board-directors .board-list .item:nth-child(1){margin-top:0}
.board-directors .txt-name{position:relative;top:-11px;display:block;font-size:22px;font-family:"LGSmHaTSB";color:#665852}
.board-directors .txt-name .position{display:block;margin:6px 0 20px;font-size:14px;font-family:"LGSmHaTSB";color:#333130}
.board-directors .date-txt,.board-directors .term-txt{display:block;margin-bottom:7px;font-size:14px;font-family:"LGSmHaTSB";color:#333130}
.board-directors .date,.board-directors .term{margin-left:15px;font-size:14px;font-family:"LGSmHaTR";color:#4c4948}
.board-directors .txt{display:block;max-width:90%;font-size:14px;font-family:"LGSmHaTR";color:#4c4948}
.board-directors .txt + .txt{margin-top:7px}
.board-directors + .section-content .section-inner{margin:60px 20px 0 20px}
.table-management-info01-01 .selectbox{margin-top:20px}
.table-management-info01-01 .select-design{margin-top:20px}
.table-management-info01-01 .m-directors-attendance{text-align:right;padding:36px 0 18px 0}
.table-management-info01-01 .m-directors-attendance .txt01{display:inline-block;vertical-align:top;font-size:14px;font-family:"LGSmHaTSB";color:#333130;margin-right:10px}
.table-management-info01-01 .m-directors-attendance .txt02,.table-management-info01-01 .m-directors-attendance .txt03,.table-management-info01-01 .m-directors-attendance .txt04{display:inline-block;vertical-align:top;font-size:14px;font-family:"LGSmHaTR";color:#333130}
.table-management-info01-01 .btn-area{display:none}
.table-management-info01-01 colgroup .col01{display:none}
.table-management-info01-01 colgroup .col02{display:none}
.table-management-info01-01 colgroup .col03{width:70%}
.table-management-info01-01 colgroup .col04{width:auto}
.table-management-info01-01 colgroup .col05{display:none}
.table-management-info01-01 caption .txt02{display:none}
.table-management-info01-01 caption .txt03{display:none}
.table-management-info01-01 caption .txt06{display:none}
.table-management-info01-01 thead .th01{display:none}
.table-management-info01-01 thead .th02{display:none}
.table-management-info01-01 thead .th05{display:none}
.table-management-info01-01 tbody .td01{display:none}
.table-management-info01-01 tbody .td02{display:none}
.table-management-info01-01 tbody .td05{display:none}
.table-management-info01-01 td{height:auto;padding-top:11px;padding-bottom:11px;line-height:1.6;word-break:keep-all;word-wrap:break-word}
.download-box-type01{margin:60px 0 0 0;width:100%;padding:40px 0 60px 0;background:#f2ebe4;-webkit-box-sizing:border-box;box-sizing:border-box}
.download-box-type01 .txt-area{max-width:854px;margin:0 auto}
.download-box-type01 .txt-area .sub-title{margin-bottom:34px}
.download-box-type01 .txt-area .txt{font-size:14px;font-family:"LGSmHaTR";color:#4d4948}
.download-box-type01 .txt-area .txt:last-child{margin-bottom:58px}
.download-box-type01 .txt-area .txt + .txt{margin-top:10px}
.download-box-type01 .download-list li{display:block}
.download-box-type01 .download-list li .item{position:relative;display:block;width:calc(100% - 40px);height:46px;line-height:46px;margin:0 20px 10px 20px;text-align:center;background:#fff;border:1px solid #a19896;-webkit-transition:.3s all;-o-transition:.3s all;transition:.3s all}
.download-box-type01 .download-list li .item .txt{font-size:14px;font-family:"LGSmHaTSB";color:#333130;margin-right:-3px}
.download-box-type01 .download-list li .item .ico{position:absolute;top:50%;right:20px;margin-top:-7px;background-position:-195px -114px;width:16px;height:14px;background-image:url(../../images/common/default/sprite_mobile@2x.png);background-size:271px 226px}
.download-box-type01 .download-list li:last-child .item{margin-bottom:0}
/*! 경영정보 - 위원회  */
.section-content.executive{margin-top:40px}
.section-content.executive .sub-title{padding-top:11px}
.section-content.executive .section-inner{margin:0 20px}
.executive-type01 .executive-list{display:table;width:100%;padding-bottom:15px}
/* s : 20230711 chair 추가 */
.executive-type01 .item{display:block;padding:19px 25px 19px 25px;border:1px solid #a29997;border-bottom:0}
.executive-type01 .item .list{display:block}
.executive-type01 .item .list + .list{margin-top:9px}
.executive-type01 .item .position{padding-top:10px;padding-left:5px;display:block;font-size:14px;font-family:"LGSmHaTR";color:#4c4948}
.executive-type01 .item .name{display:block;margin:25px 0;font-size:18px;font-family:"LGSmHaTSB";color:#333130; text-align:center}
/* e : 20230711 chair 추가 */
.executive-type01 .item .date-txt{font-size:14px;font-family:"LGSmHaTSB";color:#333130}
.executive-type01 .item .date-num{margin-left:7px;font-size:14px;font-family:"LGSmHaTR";color:#4c4948}
.executive-type01 .item:last-child{border-bottom:1px solid #a29997}
.executive-type02{margin-bottom:60px}
.executive-type02 .executive-list{display:block;width:100%;margin-bottom:10px}
.executive-type02 .item{display:block;padding:19px 25px 19px 25px;border:1px solid #a29997;border-bottom:0}
.executive-type02 .item .list{display:block}
.executive-type02 .item .list + .list{margin-top:13px}
.executive-type02 .item .position{padding-top:10px;padding-left:5px;display:block;font-size:14px;font-family:"LGSmHaTR";color:#4c4948}
.executive-type02 .item .name{display:block;margin:22px 0 33px;font-size:18px;font-family:"LGSmHaTSB";color:#333130;text-align:center}
.executive-type02 .item:last-child{border-bottom:1px solid #a29997}
.executive-type02 .txt .s-txt{display:block;padding-left:10px}
.section-content.executive .table-wrap-type01 td{height:auto;padding-top:11px;padding-bottom:11px;line-height:1.6;word-break:keep-all;word-wrap:break-word}
.section-content.executive .table-wrap-type01 .btn-area{display:none}
.table-management-info02-01 .m-directors-attendance{text-align:right;padding:36px 0 18px 0}
.table-management-info02-01 .m-directors-attendance .txt01{display:inline-block;vertical-align:top;font-size:14px;font-family:"LGSmHaTSB";color:#333130;margin-right:10px}
.table-management-info02-01 .m-directors-attendance .txt02,.table-management-info02-01 .m-directors-attendance .txt03,.table-management-info02-01 .m-directors-attendance .txt04{display:inline-block;vertical-align:top;font-size:14px;font-family:"LGSmHaTR";color:#333130}
.table-management-info02-01 colgroup .col01{display:none}
.table-management-info02-01 colgroup .col02{display:none}
.table-management-info02-01 colgroup .col03{width:70%}
.table-management-info02-01 colgroup .col04{width:auto}
.table-management-info02-01 colgroup .col05{display:none}
.table-management-info02-01 caption .txt02{display:none}
.table-management-info02-01 caption .txt03{display:none}
.table-management-info02-01 caption .txt06{display:none}
.table-management-info02-01 thead .th01{display:none}
.table-management-info02-01 thead .th02{display:none}
.table-management-info02-01 thead .th05{display:none}
.table-management-info02-01 tbody .td01{display:none}
.table-management-info02-01 tbody .td02{display:none}
.table-management-info02-01 tbody .td05{display:none}
.table-management-info02-02 colgroup .col01{width:33%}
.table-management-info02-02 colgroup .col02{width:auto}
.table-management-info02-02 colgroup .col03{width:33%}
.table-management-info02-03 colgroup .col01{width:70%}
.table-management-info02-03 colgroup .col02{width:30%}
.section-content.step .txt{font-size:14px;font-family:"LGSmHaTR";color:#4d4948;line-height:1.6}
.section-content.step .section-inner{margin:60px 20px 0 20px}
.section-content.step .table-wrap-type01{margin:24px 0 60px}
.step-area{position:relative;text-align:center;font-size:0}
.step-area .step01,.step-area .step02,.step-area .step03{position:relative;display:block;width:100%;-webkit-box-sizing:border-box;box-sizing:border-box}
.step-area .step01 .top,.step-area .step02 .top,.step-area .step03 .top{display:block;height:54px;line-height:54px;background:#f5f5f5;text-align:left;padding-left:20px}
.step-area .step01 .bottom,.step-area .step02 .bottom,.step-area .step03 .bottom{text-align:left;padding:15px 0 27px 0}
.step-area .step01 .bottom .txt,.step-area .step02 .bottom .txt,.step-area .step03 .bottom .txt{padding-left:20px;font-size:14px;font-family:"LGSmHaTR";color:#4d4948;text-align:left}
.step-area .step01 .bottom .txt::before,.step-area .step02 .bottom .txt::before,.step-area .step03 .bottom .txt::before{content:'';display:inline-block;margin-right:11px;vertical-align:4px;width:4px;height:4px;background:url("../../images/common/default/bu_circle_t.png") no-repeat left top}
.step-area .num{display:inline-block;margin-right:10px;font-size:14px;font-family:"LGSmHaTSB";color:#a50034}
.step-area .tit-txt{margin-right:5px;display:inline-block;font-size:16px;font-family:"LGSmHaTSB";color:#333130}
.step-area .step-arrow01{display:none}
.step-area .step-arrow02{display:none}
/*! Company - 경영정보 - 기업지배구조평가 */
.section-content.evaluation{margin:40px 0 60px}
.section-content.evaluation .section-inner{margin:0 20px}
.evaluation-grade{width:100%;-webkit-box-sizing:border-box;box-sizing:border-box}
.evaluation-grade .summery{margin:37px 0 17px 0;font-size:14px;font-family:"LGSmHaTR";color:#333130;text-align:right}
.evaluation-grade .item{display:block;width:100%;padding:27px 30px 25px 30px;border:1px solid #999290;font-size:0;-webkit-box-sizing:border-box;box-sizing:border-box}
.evaluation-grade .item .box-info{display:block;width:100px}
.evaluation-grade .item .box{float:left;width:50%;margin-top:7px;-webkit-box-sizing:border-box;box-sizing:border-box}
.evaluation-grade .item .box:nth-of-type(even){float:right}
.evaluation-grade .item .box:nth-of-type(even) .box-info{float:right;display:block;width:82px}
.evaluation-grade .item + .item{margin-top:-1px}
.evaluation-grade .year{margin-bottom:34px;font-size:16px;font-family:"LGSmHaTSB";color:#333130}
.evaluation-grade .txt{display:inline-block;font-size:14px;font-family:"LGSmHaTR";color:#333130;vertical-align:text-bottom;text-align:left}
html.lang-en .evaluation-grade .txt{display:block;text-align:center}
.evaluation-grade .rank{display:inline-block;margin-left:19px;font-size:22px;font-family:"LGSmHaTSB";color:#c00032;text-align:right}
html.lang-en .evaluation-grade .rank{display:block;text-align:center;margin-left:0}
/* s: 20210630 다운로드메뉴 추가 mo*/
.section-content.evaluation .recent-data-list{width:100%;margin-top:45px;border:1px solid #e0e0e0}
.section-content.evaluation .recent-data-list .txt02{position:relative;text-align: center;font-size:16px;font-family:"LGSmHaTSB";color:#333130}
.section-content.evaluation .recent-data-list .download-box{text-align:center;padding:20px 0px 30px 0}
.section-content.evaluation .recent-data-list .download-box .bttn.type03{min-width:170px;    padding: 10px 15px 10px 15px;text-align: left;}
.section-content.evaluation .recent-data-list .download-box a:nth-child(1){margin-right:7px; margin-top: 7px;}
.section-content.evaluation .recent-data-list .download-box a:nth-child(2){margin-right:7px; margin-top: 7px;}
.section-content.evaluation .recent-data-list .download-box .bttn .txt01{left:0;font-family:"LGSmHaTB"}
.section-content.evaluation .recent-data-list .download-box .bttn .ico-download-white01{position:absolute;right:19px;margin-left:77px}
.section-content.evaluation .accordion-st-area {margin-bottom:40px;}
.section-content.evaluation .accordion-st-list.recent-data-list .club {position: relative;}
.section-content.evaluation .accordion-st-area .accordion-st-list.recent-data-list .item:last-child{border-bottom: unset;}
/* s: 230705 아코디언 이미지 수정 */
/* .section-content.evaluation .accordion-st-area .accordion-st-list.recent-data-list .title .arrow-l, .accordion-st-area .accordion-st-list.recent-data-list .title .arrow-r{width: 17px;    height: 3px;}
.section-content.evaluation .accordion-st-area .accordion-st-list.recent-data-list .title .arrow-r{right: -11px;background-color: #333130;} */
.section-content.evaluation .accordion-st-area .accordion-st-list.recent-data-list .title .arrow-r{background-color: #333130;}
/* : 230705 아코디언 이미지 수정 */
/* e: 20210630 다운로드메뉴 추가 mo*/
/*! 주식정보 - 주식현황 */
.section-content.stock01{margin-top:40px}
.section-content.stock01 .selectbox{margin:18px 0 22px}
.section-content.stock01 .select-design{margin:18px 0 22px}
.section-content.stock01 .section-inner{margin:0 20px}
.table-stock01-02 .td04,.table-stock01-02 .td05,.table-stock01-02 .td06,.table-stock01-02 colgroup .col5,.table-stock01-02 colgroup .col6,.table-stock01-02 colgroup .col7,.table-stock01-02 thead .th04,.table-stock01-02 thead .th05,.table-stock01-02 thead .th06{display:none}
.table-stock01-02 thead tr:first-child .th03{display:none}
.table-stock01-02 .col01{width:33%}
.table-stock01-02 .col02,.table-stock01-02 .col03,.table-stock01-02 .col04{width:22.33%}
.sub-title.stock01{word-break:keep-all;line-height:1.3}
/* s: 230707 : 주주 의결권 행사현황 그래프 수정 display:flex 추가 */
.table-stock01-03 .table-col-type01{table-layout:auto; display:flex;}
/* e: 230707 : 주주 의결권 행사현황 그래프 수정 display:flex 추가 */
.table-stock01-03 .col01,.table-stock01-03 .col02{width:50%}
.table-stock01-03 .col03,.table-stock01-03 .col04,.table-stock01-03 .col05,.table-stock01-03 .col06{display:none}
.table-stock01-03 tbody,.table-stock01-03 thead{display:inline-table;float:left;width:50%}
.table-stock01-03 tbody tr,.table-stock01-03 thead tr{display:table-cell}
/* s: 230707 : 주주 의결권 행사현황 그래프 수정 display:flex 추가 */
.table-stock01-03 thead th{display:flex;height:45px;justify-content: space-around;align-items: center; border-left:0;border-bottom:1px solid #fff}
/* e: 230707 : 주주 의결권 행사현황 그래프 수정 display:flex 추가 */
.table-stock01-03 thead th:last-child{border-bottom:1px solid #e0e0e0}
html.lang-en .table-stock01-03 thead th{width:calc(100% + 60px)}
.table-stock01-03 tbody td{display:block;height:45px;line-height:45px;padding:0}
.table-stock01-03 tbody td:first-child{line-height:44px;height:auto;border-top:1px solid #e0e0e0}
html.lang-en .table-stock01-03 tbody td{margin-left:60px}
.section-content.stock01 .table-wrap-type01 th.bdb{border-bottom:1px solid #fff}
.section-content.stock01 .table-wrap-type01 th{word-break:keep-all}
.section-content.stock01 .summery{margin:17px 0 18px;font-size:14px;font-family:"LGSmHaTR";color:#333130;text-align:right}
.section-content.stock01 .table-wrap-type01{margin-bottom:60px}
.section-content.stock01 .table-wrap-type01 tr.point{background-color:#fafafa}
.section-content.stock01 .table-wrap-type01 tr.point th{background-color:#fafafa;font-family:"LGSmHaTSB";color:#333130;border-bottom:1px solid #e0e0e0}
.section-content.stock01 .table-wrap-type01 tr.point td{font-family:"LGSmHaTSB";color:#333130}
.section-content.stock01 .table-wrap-type01 tbody th{font-family:"LGSmHaTR";color:#4d4948;background:transparent;border-bottom:1px solid #e0e0e0}
/*! 주식정보 - 배당정책 */
.stock03 .summery{margin-bottom:18px;font-size:14px;font-family:"LGSmHaTR";color:#333130;text-align:right}
.section-content.stock03{margin-top:40px}
.section-content.stock03 .selectbox{margin:19px 0 39px}
.section-content.stock03 .select-design{margin:19px 0 39px}
/* s: 20231215 내용과 이미지 추가 수정 - mo */
.section-content.stock03 .sub-title {display: flex; justify-content: space-between; align-items: center; font-weight: 900;}
.section-content.stock03 .sub-title span {font-size: 14px;}
.section-content.stock03 .txt-area{margin:16px 0 57px; overflow: hidden;}
.section-content.stock03 .txt-area .txt{font-size:14px;font-family:"LGSmHaTR";color:#4c4948;line-height:1.7;word-break:keep-all;margin-bottom: 15px;}
.section-content.stock03 .txt-area .txt .liststyle li:before{content: '-'; margin-right: 5px;}
.section-content.stock03 .img-area{width: 100%; margin: 20px 0; text-align: right;}
.section-content.stock03 .img-area img{width: 100%;}
.section-content.stock03 .img-area span {font-size:12px;font-family:"LGSmHaTR";color:#4c4948;line-height:1.7; margin-top: 10px;}
/* s: 20231215 내용과 이미지 추가 수정 - mo */
.section-content.stock03 .section-inner{margin:0 20px}
.table-wrap-type01.table-stock03-01{margin-bottom:60px}
.table-wrap-type01.table-stock03-01 .table-col-type01 colgroup .col01{width:39%}
.table-wrap-type01.table-stock03-01 .table-col-type01 colgroup .col02{width:23%}
.table-wrap-type01.table-stock03-01 .table-col-type01 colgroup .col03{width:auto}
.table-wrap-type01.table-stock03-01 .table-col-type01 colgroup .col04,.table-wrap-type01.table-stock03-01 .table-col-type01 colgroup .col05,.table-wrap-type01.table-stock03-01 .table-col-type01 colgroup .col06,.table-wrap-type01.table-stock03-01 .table-col-type01 colgroup .col07,.table-wrap-type01.table-stock03-01 .table-col-type01 colgroup .col08,.table-wrap-type01.table-stock03-01 .table-col-type01 colgroup .col09,.table-wrap-type01.table-stock03-01 .table-col-type01 colgroup .col10,.table-wrap-type01.table-stock03-01 .table-col-type01 colgroup .col11,.table-wrap-type01.table-stock03-01 .table-col-type01 thead .th03,.table-wrap-type01.table-stock03-01 .table-col-type01 thead .th04,.table-wrap-type01.table-stock03-01 .table-col-type01 thead .th05,.table-wrap-type01.table-stock03-01 .table-col-type01 thead .th06,.table-wrap-type01.table-stock03-01 .table-col-type01 thead .th07,.table-wrap-type01.table-stock03-01 .table-col-type01 thead .th08,.table-wrap-type01.table-stock03-01 .table-col-type01 thead .th09,.table-wrap-type01.table-stock03-01 .table-col-type01 thead .th10,.table-wrap-type01.table-stock03-01 .table-col-type01 thead .th11{display:none}
.table-wrap-type01.table-stock03-01 .table-col-type01 tbody td{display:none}
.table-wrap-type01.table-stock03-01 .table-col-type01 tbody .td01{display:table-cell}
.table-wrap-type01.table-stock03-01 .table-col-type01 thead th{font-family:"LGSmHaTSB";background:#e0e0e0;border-left:1px solid #fff;border-bottom:0}
.table-wrap-type01.table-stock03-01 .table-col-type01 thead th:first-child{border-left:0}
.table-wrap-type01.table-stock03-01 .table-col-type01 th{font-family:"LGSmHaTR";color:#4d4948;background:#f5f5f5;border-left:1px solid #e0e0e0;border-bottom:1px solid #e0e0e0}
.table-wrap-type01.table-stock03-01 .table-col-type01 th:first-child{border-left:0}
.table-wrap-type01.table-stock03-01 .table-col-type01 td{color:#4d4948}
/*! 재무정보 - 재무하이라이트 */
.section-content.financial01,.section-content.financial02{margin-top:40px}
.section-content.financial01 .summery,.section-content.financial02 .summery{margin-bottom:18px}
.section-content.financial01 .table-wrap-type01,.section-content.financial02 .table-wrap-type01{margin-bottom:60px}
.section-content.financial01 .section-inner,.section-content.financial02 .section-inner{margin:0 20px}
.section-content.financial01 .table-col-type03 thead th,.section-content.financial02 .table-col-type03 thead th{height:42px;border-left:1px solid #fff}
.section-content.financial01 .table-col-type03 thead th:first-child,.section-content.financial02 .table-col-type03 thead th:first-child{border-left:0}
.section-content.financial01 .table-col-type03 tbody th,.section-content.financial02 .table-col-type03 tbody th{height:42px;font-family:"LGSmHaTR";color:#4d4948;background:transparent;border-bottom:1px solid #e0e0e0}
.section-content.financial01 .table-col-type03 tbody td,.section-content.financial02 .table-col-type03 tbody td{height:42px;padding:0;color:#4d4948}
.section-content.financial01 .table-col-type03 .point,.section-content.financial02 .table-col-type03 .point{background-color:#fafafa}
.section-content.financial01 .table-col-type03 .point td,.section-content.financial01 .table-col-type03 .point th,.section-content.financial02 .table-col-type03 .point td,.section-content.financial02 .table-col-type03 .point th{font-family:"LGSmHaTSB";color:#333130}
.section-content.financial01 .table-col-type03 .left,.section-content.financial02 .table-col-type03 .left{text-align:left;padding-left:25px}
.section-content.financial01 .table-col-type03 .right,.section-content.financial02 .table-col-type03 .right{text-align:right;padding-right:25px}
.section-content.financial01 .table-col-type03 .bold,.section-content.financial02 .table-col-type03 .bold{font-family:"LGSmHaTSB"}
.table-financial01-05 .table-txt{margin-top:10px;font-size:14px;font-family:"LGSmHaTR";color:#333130}
.table-financial01-01 colgroup .col03,.table-financial01-01 colgroup .col04,.table-financial01-01 tbody .td02,.table-financial01-01 tbody .td03,.table-financial01-01 thead .th03,.table-financial01-01 thead .th04,.table-financial01-02 colgroup .col03,.table-financial01-02 colgroup .col04,.table-financial01-02 tbody .td02,.table-financial01-02 tbody .td03,.table-financial01-02 thead .th03,.table-financial01-02 thead .th04,.table-financial01-03 colgroup .col03,.table-financial01-03 colgroup .col04,.table-financial01-03 tbody .td02,.table-financial01-03 tbody .td03,.table-financial01-03 thead .th03,.table-financial01-03 thead .th04,.table-financial01-04 colgroup .col03,.table-financial01-04 colgroup .col04,.table-financial01-04 tbody .td02,.table-financial01-04 tbody .td03,.table-financial01-04 thead .th03,.table-financial01-04 thead .th04,.table-financial01-05 colgroup .col03,.table-financial01-05 colgroup .col04,.table-financial01-05 tbody .td02,.table-financial01-05 tbody .td03,.table-financial01-05 thead .th03,.table-financial01-05 thead .th04{display:none}
.table-financial01-01 colgroup .col01,.table-financial01-02 colgroup .col01,.table-financial01-03 colgroup .col01,.table-financial01-04 colgroup .col01,.table-financial01-05 colgroup .col01{width:60%}
.table-financial01-01 .selectbox,.table-financial01-02 .selectbox,.table-financial01-03 .selectbox,.table-financial01-04 .selectbox,.table-financial01-05 .selectbox{margin:18px 0 39px}
.table-financial01-01 .select-design,.table-financial01-02 .select-design,.table-financial01-03 .select-design,.table-financial01-04 .select-design,.table-financial01-05 .select-design{margin:18px 0 39px}
.section-content.financial01 .download-box-type01{padding:40px 20px 50px 20px}
.section-content.financial01 .download-box-type01 .txt-area .txt{margin-top:0;line-height:1.6}
.section-content.financial01 .download-box-type01 .txt-area .txt:last-child{margin-bottom:37px}
/*! 재무정보 - 재무비율 */
.table-financial02-01 colgroup .col03,.table-financial02-01 colgroup .col04,.table-financial02-01 tbody .td02,.table-financial02-01 tbody .td03,.table-financial02-01 thead .th03,.table-financial02-01 thead .th04,.table-financial02-02 colgroup .col03,.table-financial02-02 colgroup .col04,.table-financial02-02 tbody .td02,.table-financial02-02 tbody .td03,.table-financial02-02 thead .th03,.table-financial02-02 thead .th04,.table-financial02-03 colgroup .col03,.table-financial02-03 colgroup .col04,.table-financial02-03 tbody .td02,.table-financial02-03 tbody .td03,.table-financial02-03 thead .th03,.table-financial02-03 thead .th04{display:none}
.table-financial02-01 colgroup .col01,.table-financial02-02 colgroup .col01,.table-financial02-03 colgroup .col01{width:70%}
.table-financial02-01 .selectbox,.table-financial02-02 .selectbox,.table-financial02-03 .selectbox{margin:18px 0 39px}
.table-financial02-01 .select-design,.table-financial02-02 .select-design,.table-financial02-03 .select-design{margin:18px 0 39px}
.summery{margin-bottom:17px;font-size:14px;font-family:"LGSmHaTR";color:#333130;text-align:right}
.summery .point{font-size:14px;font-family:"LGSmHaTR";color:#333130;vertical-align:sub;margin-right:5px}
/*! 공시정보 - 공시자료 */
.section-content.disclosure-info02{margin-top:40px;margin-bottom:57px}
.section-content.disclosure-info02 .section-inner{margin:0 20px}
.section-content.disclosure-info02 .sub-title .txt{padding-left:5px;font-size:18px;font-family:"LGSmHaTSB";color:#a50034}
.section-content.disclosure-info02 .table-wrap-type01.table-disclosure01-01 colgroup .col01{width:14%}
.section-content.disclosure-info02 .table-wrap-type01.table-disclosure01-01 colgroup .col02{width:55%}
.section-content.disclosure-info02 .table-wrap-type01.table-disclosure01-01 a{display:block;padding:12px 0}
.section-content.disclosure-info02 .paginav{margin-top:26px}
/*! IR자료실 - 감사보고서 - 영업보고서 */
.ir-report02{margin-top:53px}
.ir-report02 .section-inner{margin:0 20px}
.ir-report02 .recent-data-list{width:100%;-webkit-box-sizing:border-box;box-sizing:border-box;border:1px solid #e0e0e0}
.ir-report02 .recent-data-list li{background-color:#fff;border-bottom:1px solid #e0e0e0;position:relative}
.ir-report02 .recent-data-list li:last-child{border-bottom:0}
.ir-report02 .recent-data-list li .info01{position:static;display:block;padding:27px 30px 18px;font-size:16px;font-family:"LGSmHaTSB";color:#333130}
.ir-report02 .recent-data-list .radio-area{position:static;display:block;padding:7px 30px 32px;font-size:0}
.ir-report02 .recent-data-list .radio-area label{padding-left:14px}
.ir-report02 .recent-data-list .radio-area .txt{margin-left:8px}
.ir-report02 .recent-data-list .radio-area .input-radio{display:block;height:16px;margin-top:0}
.ir-report02 .recent-data-list .radio-area .input-radio + .input-radio{margin-top:24px}
.ir-report02 .recent-data-list .radio-area .input-radio label::before{width:16px;height:16px;margin-top:-8px}
.ir-report02 .recent-data-list .radio-area .input-radio label::after{left:4px;width:8px;height:8px;margin-top:-4px}
.ir-report02 .recent-data-list .download-area{padding:0 30px 30px}
.ir-report02 .recent-data-list .download-area .bttn{width:100%;vertical-align:top;-webkit-transition:.2s all;-o-transition:.2s all;transition:.2s all}
.ir-report02 .recent-data-list .download-area .bttn.type03{padding:16px 20px;-webkit-box-sizing:border-box;box-sizing:border-box;text-align:left}
.ir-report02 .recent-data-list .download-area .bttn .txt01{top:0;left:0;font-family:"LGSmHaTB"}
.ir-report02 .recent-data-list .download-area .bttn .ico-download-white01{position:absolute;top:17px;right:20px;display:block;background-position:0 -180px;width:16px;height:14px;background-image:url(../../images/common/default/sprite_mobile@2x.png);background-size:271px 226px}
.ir-report02 .recent-data-list .download-area .bttn:active,.ir-report02 .recent-data-list .download-area .bttn:focus,.ir-report02 .recent-data-list .download-area .bttn:hover{background:#a50034}
.ir-report02 .btn-more-area{margin:22px 0 47px;text-align:center}
.ir-report02 .btn-more-area .bttn.type05{padding:16px}
.ir-report02 .btn-more-area .bttn.type05 .ico-plus01{margin-left:5px}
/*! IR자료실 - 감사보고서 - 영업보고서 */
.ir-report03{margin-top:54px}
.ir-report03 .section-inner{margin:0 20px}
.ir-report03 .recent-data-list{border:1px solid #e0e0e0}
.ir-report03 .recent-data-list li{position:relative;float:none;display:block;width:100%;background-color:#fff;border-bottom:1px solid #e0e0e0;-webkit-box-sizing:border-box;box-sizing:border-box}
.ir-report03 .recent-data-list li:last-child{border-bottom:0}
.ir-report03 .recent-data-list li .info01{position:static;display:block;padding:27px 30px 18px;font-size:16px;font-family:"LGSmHaTSB";color:#333130}
.ir-report03 .recent-data-list .download-area{padding:0 30px 30px}
.ir-report03 .recent-data-list .download-area .bttn{width:100%;vertical-align:top;-webkit-transition:.2s all;-o-transition:.2s all;transition:.2s all}
.ir-report03 .recent-data-list .download-area .bttn.type03{padding:16px 20px;-webkit-box-sizing:border-box;box-sizing:border-box;text-align:left}
.ir-report03 .recent-data-list .download-area .bttn .txt01{top:0;left:0;font-family:"LGSmHaTB"}
.ir-report03 .recent-data-list .download-area .bttn .ico-download-white01{position:absolute;top:17px;right:20px;display:block;background-position:0 -180px;width:16px;height:14px;background-image:url(../../images/common/default/sprite_mobile@2x.png);background-size:271px 226px}
.ir-report03 .recent-data-list .download-area .bttn:active,.ir-report03 .recent-data-list .download-area .bttn:focus,.ir-report03 .recent-data-list .download-area .bttn:hover{background:#a50034}
.ir-report03 .btn-more-area{margin:22px 0 47px;text-align:center}
.ir-report03 .btn-more-area .bttn.type05{padding:16px}
.ir-report03 .btn-more-area .bttn.type05 .ico-plus01{margin-left:5px}
/*! Company - 회사소개 */
.section-intro-wrap{padding-bottom:150px}
.section-content-intro-type01{margin-top:-10px}
.section-content-intro-type01 .section-inner{position:relative;width:100%}
.section-content-intro-type01 .img-area-mo{position:relative}
.section-content-intro-type01 .img-area-mo img{width:100%}
.section-content-intro-type01 .img-area-mo .btn-download{position:absolute;left:20px;bottom:20px;display:block;padding:44px 27px;background:#333130;text-align:center}
.section-content-intro-type01 .img-area-mo .btn-download .txt{display:block;font-size:14px;font-family:"LGSmHaTSB";color:#fff;max-width:70px}
.section-content-intro-type01 .img-area-mo .btn-download .txt + .txt{margin-top:7px}
.section-content-intro-type01 .img-area-mo .btn-download .ico{display:block;position:absolute;right:15px;bottom:15px;background-position:0 -180px;width:16px;height:14px;background-image:url(../../images/common/default/sprite_mobile@2x.png);background-size:271px 226px}
.section-content-intro-type01 .title-mo{position:absolute;top:36px;left:20px;margin:0;font-size:26px;font-family:"LGSmHaTB";color:#333130}
.section-content-intro-type01 .title-mo::before{display:none}
.section-content-intro-type01 .txt-area{width:100%;padding:36px 20px 0 20px;vertical-align:top;-webkit-box-sizing:border-box;box-sizing:border-box}
.section-content-intro-type01 .txt-area .title{display:none}
.section-content-intro-type01 .txt-area .sub-tit{font-size:18px;font-family:"LGSmHaTSB";color:#333130;line-height:1.36}
html.lang-ja .section-content-intro-type01 .txt-area .sub-tit,html.lang-zh .section-content-intro-type01 .txt-area .sub-tit{word-break:break-all}
.section-content-intro-type01 .txt-area .sub-tit .point{color:#c00032}
.section-content-intro-type01 .txt-area .txt{font-size:14px;font-family:"LGSmHaTR";color:#222121;line-height:1.67;word-break:keep-all;margin-bottom:32px}
.section-content-intro-type01 .txt-area .txt:nth-of-type(1){margin-top:25px}
.section-content-intro-type01 .txt-area .txt:last-of-type{margin-bottom:0}
html.lang-ja .section-content-intro-type01 .txt-area .txt,html.lang-zh .section-content-intro-type01 .txt-area .txt{word-break:break-all}
.section-content-intro-type01 .img-area{width:100%}
.section-content-intro-type01 .btn-download{display:none}
.section-content-introduction{position:relative;max-width:100%;margin:39px 0 208px;padding-bottom:126px;background:#f8f1eb}
.section-content-introduction .section-inner{width:100%;padding:0 20px;-webkit-box-sizing:border-box;box-sizing:border-box}
.section-content-introduction .tit-company{padding:59px 0 17px;font-size:22px;font-family:"LGSmHaTSB";color:#333130}
.section-content-introduction .introduction .list{position:relative;padding:10px 20px;border-bottom:1px solid #d9d2d0}
.section-content-introduction .introduction .list .tit{display:inline-block;width:85px;margin-right:15px;font-size:14px;font-family:"LGSmHaTR";color:#333130;line-height:1.67;position:relative;top:1px}
.section-content-introduction .introduction .list .txt{display:inline-block;font-size:16px;font-family:"LGSmHaTSB";color:#333130;vertical-align:top;position:relative;top:3px}
.section-content-introduction .introduction .list .btn-link{position:absolute;top:9px;right:20px;display:inline-block;padding:7px 15px;background:#4d4948}
.section-content-introduction .introduction .list .btn-link .txt{font-size:12px;font-family:"LGSmHaTR";color:#fff;top:0}
.section-content-introduction .list:first-child{border-top:1px solid #d9d2d0}
.section-content-introduction .list:last-child .txt{max-width:190px}
.section-content-introduction .introductory-area{position:absolute;left:0;bottom:-299px;width:100%;padding:0 20px;margin-top:40px;font-size:0;-webkit-box-sizing:border-box;box-sizing:border-box}
.section-content-introduction .introductory-area .left-cnt,.section-content-introduction .introductory-area .right-cnt{position:relative;display:inline-block;width:100%;height:185px;padding:0 30px;-webkit-box-sizing:border-box;box-sizing:border-box;vertical-align:top}
.section-content-introduction .introductory-area .left-cnt .ico,.section-content-introduction .introductory-area .right-cnt .ico{position:absolute;bottom:30px;right:30px;display:inline-block;width:24px;height:9px;background:url("../../images/common/company/ico_more_right@2x.png") no-repeat 0 0;background-size:100%}
.section-content-introduction .introductory-area .left-cnt{background:url("../../images/common/company/introductory_bg_left@2x.jpg") no-repeat 100% 0;background-size:cover}
.section-content-introduction .introductory-area .left-cnt .sub-tit{display:inline-block;margin:28px 0 25px;font-size:14px;font-family:"LGSmHaTR";color:#fff}
.section-content-introduction .introductory-area .left-cnt .list + .list{margin-top:8px}
.section-content-introduction .introductory-area .left-cnt .tit{float:left;font-size:16px;font-family:"LGSmHaTSB";color:#fff;vertical-align:middle}
.section-content-introduction .introductory-area .left-cnt .txt{float:right;display:block;font-size:18px;font-family:"LGSmHaTSB";color:#fff}
.section-content-introduction .introductory-area .right-cnt{margin-top:15px;background:url("../../images/common/company/introductory_bg_right@2x.jpg") no-repeat 100% 0;background-size:cover}
.section-content-introduction .introductory-area .right-cnt .sub-tit{display:inline-block;margin:24px 0 31px;font-size:14px;font-family:"LGSmHaTR";color:#fff}
.section-content-introduction .introductory-area .right-cnt .txt{display:block;font-size:18px;font-family:"LGSmHaTSB";color:#fff;word-break:keep-all}
.section-content-introduction .introductory-area .right-cnt .txt + .txt{margin-top:10px}
.section-content-global{position:relative;width:100%;margin-top:360px;margin-bottom:-150px;height:90.93333vw;background-image:url("../../images/common/company/bg_global01@2x.png");background-repeat:no-repeat;background-position:center top;background-size:100vw 90.93333vw}
.section-content-global .section-inner{position:relative;width:auto;margin:0 20px}
.section-content-global .tit-global{padding-top:14px;position:absolute;top:0;left:0;font-size:22px;font-family:"LGSmHaTSB";color:#333130}
.section-content-global .tit-global .ico{position:absolute;top:0;left:0;width:16px;height:2px;background:#333130}
.section-content-global .global-list{position:relative;width:85.33333vw;margin:0 auto}
.section-content-global .global-list li{position:absolute}
.section-content-global .global-list .bg{position:absolute;top:0;left:0;opacity:0.6;width:100%;height:100%;border-radius:50%}
.section-content-global .global-list .info-area{width:100%;height:100%;display:table}
.section-content-global .global-list .info{width:100%;text-align:center;-webkit-box-sizing:border-box;box-sizing:border-box;padding:0 2.66667vw;display:table-cell;vertical-align:middle;position:relative;z-index:2}
.section-content-global .global-list .count{font-size:4.26667vw;font-family:"LGSmHaTB";word-break:break-word;word-wrap:break-word}
html.lang-de .section-content-global .global-list .count,html.lang-en .section-content-global .global-list .count,html.lang-ja .section-content-global .global-list .count,html.lang-pl .section-content-global .global-list .count,html.lang-zh .section-content-global .global-list .count{word-break:break-word;word-wrap:break-word}
.section-content-global .global-list .name{font-size:2.66667vw;font-family:"LGSmHaTB";word-break:break-word;word-wrap:break-word}
html.lang-de .section-content-global .global-list .name,html.lang-en .section-content-global .global-list .name,html.lang-ja .section-content-global .global-list .name,html.lang-pl .section-content-global .global-list .name,html.lang-zh .section-content-global .global-list .name{word-break:break-word;word-wrap:break-word}
.section-content-global .global-list .global-europe{width:18.66667vw;height:18.66667vw;top:20vw;left:7.73333vw}
.section-content-global .global-list .global-europe .bg{background-color:#ede1b2}
.section-content-global .global-list .global-europe .count{display:block;color:#665852}
.section-content-global .global-list .global-europe .name{color:#333130}
.section-content-global .global-list .global-asia{z-index:2;width:25.6vw;height:25.6vw;top:44.53333vw;left:6.93333vw}
.section-content-global .global-list .global-asia .bg{background-color:#291c13}
.section-content-global .global-list .global-asia .count{display:block;color:#fff}
.section-content-global .global-list .global-asia .name{color:#fff}
.section-content-global .global-list .global-korea{width:23.46667vw;height:23.46667vw;top:32.8vw;left:26.13333vw}
.section-content-global .global-list .global-korea .bg{background-color:#d1d1d1}
.section-content-global .global-list .global-korea .count{display:block;color:#665852}
.section-content-global .global-list .global-korea .name{color:#333130}
.section-content-global .global-list .global-oceania{width:18.66667vw;height:18.66667vw;top:63.46667vw;left:34.93333vw}
.section-content-global .global-list .global-oceania .bg{background-color:#540902}
.section-content-global .global-list .global-oceania .count{display:block;color:#fff}
.section-content-global .global-list .global-oceania .name{color:#fff}
.section-content-global .global-list .global-america{width:18.66667vw;height:18.66667vw;top:30.66667vw;left:62.13333vw}
.section-content-global .global-list .global-america .bg{background-color:#e1e8e6}
.section-content-global .global-list .global-america .count{display:block;color:#665852}
.section-content-global .global-list .global-america .name{color:#333130}
/*! R&D - R&D 현황 */
.section-content.research01-ty02{margin:55px 0 60px 0}
.section-content.research01-ty02 .section-inner{margin:0 20px}
.section-content.research01-ty02 .sub-title{margin-top:60px}
.section-content.research01-ty02 .sub-title:first-child{margin-top:0}
.section-content.research01-ty02 .sub-title.ty02{margin-top:60px}
.section-content.research01-ty02 .research-area01{position:relative;padding-top:6px}
.section-content.research01-ty02 .research-area01 .cont-box{margin-top:20px;-webkit-box-sizing:border-box;box-sizing:border-box;padding:26px 30px 25px;border:1px solid #999290; border-radius: 20px;}
.section-content.research01-ty02 .research-area01 .cont-box .tit{color:#333130;font-size:18px;font-family:"LGSmHaTSB"}
.section-content.research01-ty02 .research-area01 .cont-box .txt-area{margin-top:21px}
.section-content.research01-ty02 .research-area01 .cont-box .txt-area li{color:#4c4948;font-size:14px;font-family:"LGSmHaTR";line-height:1.6;padding-left:15px;background:url("../../images/common/default/bu_circle.png") no-repeat 0 7px}
/* s:20220425 연구조직 리스트-mo */
.section-content.research01-ty02 .research-area01 .cont-box .txt-area .detail-list li{background: none; padding-left: 0px; font-size: 14px;}
.section-content.research01-ty02 .research-area01 .cont-box .txt-area .detail-list li::before{content: "-";}
/* e:20220425 연구조직 리스트-mo */
.section-content.research01-ty02 .research-area01 .cont-box .txt-area .sm-area{display:block}
.section-content.research01-ty02 .research-area01 .cont-box .txt-area .sm-tit{display:block}
.section-content.research01-ty02 .research-area01 .cont-box .txt-area .sm-tit .dash{display:inline-block;padding-right:7px;color:#333130}
.section-content.research01-ty02 .tit-detail{padding-top:13px;color:#333130;font-size:14px;font-family:"LGSmHaTR";line-height:1.6}
.section-content.research01-ty02 img.pc{display:none}
.section-content.research01-ty02 img.mob{display:block}
.section-content.research01-ty02 .research-area02{position:relative;margin-top:-5px}
.section-content.research01-ty02 .research-area02 .cont-box:first-child{margin-left:0}
.section-content.research01-ty02 .research-area02 .tit{padding-top:50px;color:#333130;font-size:18px;font-family:"LGSmHaTSB"}
.section-content.research01-ty02 .research-area02 .unit{margin-top:17px;text-align:right;color:#333130;font-size:14px;font-family:"LGSmHaTR"}
.section-content.research01-ty02 .research-area02 .graph{margin-top:23px;width:100%}
.section-content.research01-ty02 .research-area03{position:relative;padding-top:15px}
.section-content.research01-ty02 .research-area03 .cont-box{margin-top:20px;padding:31px 30px 28px;background: fff; border-radius: 20px;border: 1px solid #ddd;}
.section-content.research01-ty02 .research-area03 .cont-box .tit{width:100%;padding-bottom:17px;text-align:center;border-bottom:1px solid #333;color:#333130;font-size:16px;font-family:"LGSmHaTSB"}
.section-content.research01-ty02 .research-area03 .cont-box .txt-area{padding-top:16px;line-height:1.6;color:#333130;font-size:14px;font-family:"LGSmHaTR";word-break:keep-all}
html.lang-de .section-content.research01-ty02 .research-area03 .cont-box .txt-area,html.lang-ja .section-content.research01-ty02 .research-area03 .cont-box .txt-area,html.lang-pl .section-content.research01-ty02 .research-area03 .cont-box .txt-area,html.lang-zh .section-content.research01-ty02 .research-area03 .cont-box .txt-area{word-break:break-all}
.section-content.research01-ty02 .research-area03 .cont-box:last-child{background:#e8e1d7}
.section-content.research01-ty02 .research-area03 .cont-box:nth-of-type(3){padding-bottom: 20px; border: 0; background: url(../../images/common/company/bg_inno_mo.png) no-repeat 50% 50%;background-size: cover;}
.section-content.research01-ty02 .research-area03 .cont-box:nth-of-type(3) .tit{padding-bottom: 20px; border: 0;}
.section-content.research01-ty02 .research-area03 .cont-box:nth-of-type(3) .txt-area{padding-top: 0px;}
.section-content.research01-ty02 .research-area03 .cont-box:nth-of-type(3) .btn-detail{display: block; margin: 20px auto 0; padding: 0 30px; width: 100%; height:46px; line-height: 44px; border-radius: 23px;border: 1px solid #444; color: #222; text-align: left;font-family: "LGSmHaTR";font-size: 16px; letter-spacing: -0.5px; box-sizing: border-box; background: transparent url(../../images/common/company/ico-arrow-detail.svg) no-repeat 100% 50% / 30px 7px; background-position-x: calc(100% - 30px);}

.section-content.research01-ty02 .research-area04{padding-top:59px}
.section-content.research01-ty02 .research-area04 .tit{padding-bottom:18px;border-bottom:1px solid #a19896;color:#333130;font-size:18px;font-family:"LGSmHaTSB"}
.section-content.research01-ty02 .research-area04 .program-list{position:relative;padding-top:39px}
.section-content.research01-ty02 .research-area04 .program-list .section-aside-btn{width:100%;text-align:center;background:#333130;z-index:5}
.section-content.research01-ty02 .research-area04 .program-list .section-aside-btn a{color:#fff;display:block;margin-top:25px;font-family:"LGSmHaTSB";font-size:14px;line-height:48px;height:48px;-webkit-transition:.3s all;-o-transition:.3s all;transition:.3s all}
.section-content.research01-ty02 .research-area04 .program-list .section-aside-btn a .txt{display:block}
.section-content.research01-ty02 .research-area04 .program-list .section-aside-btn a:focus,.section-content.research01-ty02 .research-area04 .program-list .section-aside-btn a:hover{background:#a40034}
.section-content.research01-ty02 .research-area04 .tit + .program-list{padding-bottom:40px;border-bottom:1px dashed #e0e0e0}
.section-content.research01-ty02 .research-area04 .la-tit{color:#333130;font-size:16px;font-family:"LGSmHaTSB"}
.section-content.research01-ty02 .research-area04 .txt-area{padding-top:15px;color:#333130;font-size:14px;font-family:"LGSmHaTR";line-height:1.6;word-break:keep-all}
html.lang-de .section-content.research01-ty02 .research-area04 .txt-area,html.lang-en .section-content.research01-ty02 .research-area04 .txt-area,html.lang-ja .section-content.research01-ty02 .research-area04 .txt-area,html.lang-pl .section-content.research01-ty02 .research-area04 .txt-area,html.lang-zh .section-content.research01-ty02 .research-area04 .txt-area{word-break:break-word;word-wrap:break-word}
.research01-ty03{width:100%;margin-top:72px;padding:13px 0 33px;background:#fff}
.research01-ty03 .section-inner{position:relative;margin:0 20px}
.research01-ty03 .sub-title{margin-top:-35px}
.research01-ty03 .symbol{position:relative;display:inline-block;margin:0 16px 0 0}
.research01-ty03 .symbol .ico{position:absolute;left:0;top:-4px;display:inline-block;width:20px;height:20px;vertical-align:middle}
.research01-ty03 .symbol .ico.t01{background-image:url(../../images/common/company/img_rnd_graph03_t01.png)}
.research01-ty03 .symbol .ico.t02{background-image:url(../../images/common/company/img_rnd_graph03_t02.png)}
.research01-ty03 .symbol .txt{display:inline-block;margin-left:30px;color:#333130;font-size:12px;font-family:"LGSmHaTR"}
.research01-ty03 .unit{padding-top:4px;text-align:right;color:#333130;font-size:12px;font-family:"LGSmHaTR"}
.research01-ty03 .tit-detail{padding-top:36px;padding-bottom:40px;color:#333130;font-size:14px;font-family:"LGSmHaTR"}
.research01-ty03 img.pc{display:none}
.research01-ty03 img.mob{display:block}
.research01-ty03 .graph{margin-top:24px;width:100%}
/*! R&D - R&D 분야 */
.section-content.research02-ty02{margin:53px auto 60px}
.section-content.research02-ty02 .sub-title{margin:60px 20px 0}
.section-content.research02-ty02 .sub-title:first-child{margin-top:0}
.section-content.research02-ty02 .photo-img.pc-img{display:none}
.section-content.research02-ty02 .photo-img.mo-img{display:block}
.section-content.research02-ty02 .change-area{position:relative;margin-top:27px}
.section-content.research02-ty02 .change-area .photo-img{position:relative;width:325px;height:184px;z-index:1}
.section-content.research02-ty02 .change-area .pho-left{float:none;padding-right:50px}
.section-content.research02-ty02 .change-area .pho-right{float:right}
.section-content.research02-ty02 .change-area .ch-ty01{position:relative;margin-left:20px;padding-bottom:35px;margin-top:-60px;background:#edeef3}
.section-content.research02-ty02 .change-area p{margin-top:44px;color:#333130;font-family:"LGSmHaTSB";font-size:28px;z-index:2}
.section-content.research02-ty02 .change-area .change-box{padding:0 50px 0 30px}
.section-content.research02-ty02 .change-area .detail{color:#4d4948;font-size:14px;font-family:"LGSmHaTR";padding-top:97px;line-height:1.6}
html.lang-en .section-content.research02-ty02 .change-area .detail{word-break:break-word;word-wrap:break-word}
html.lang-de .section-content.research02-ty02 .change-area .detail,html.lang-ja .section-content.research02-ty02 .change-area .detail,html.lang-pl .section-content.research02-ty02 .change-area .detail,html.lang-zh .section-content.research02-ty02 .change-area .detail{word-break:break-all}
.section-content.research02-ty02 .change-area .ttl{color:#333130;font-size:18px;font-family:"LGSmHaTSB";padding-top:32px}
.section-content.research02-ty02 .change-area .txt01{padding-top:10px}
.section-content.research02-ty02 .change-area li{color:#4d4948;font-size:14px;font-family:"LGSmHaTR";line-height:1.6;padding-left:15px;letter-spacing:-1px;background:url("../../images/common/default/bu_circle.png") no-repeat 0 7px}
.section-content.research02-ty02 .change-area li .title{margin-top:8px;display:block;font-family:"LGSmHaTSB";color:#333130}
html.lang-en .section-content.research02-ty02 .change-area li .title{word-break:break-word;word-wrap:break-word}
html.lang-de .section-content.research02-ty02 .change-area li .title,html.lang-ja .section-content.research02-ty02 .change-area li .title,html.lang-pl .section-content.research02-ty02 .change-area li .title,html.lang-zh .section-content.research02-ty02 .change-area li .title{word-break:break-all}
.section-content.research02-ty02 .change-area li .explan{display:block;padding-top:3px}
html.lang-en .section-content.research02-ty02 .change-area li .explan{word-break:break-word;word-wrap:break-word}
html.lang-de .section-content.research02-ty02 .change-area li .explan,html.lang-ja .section-content.research02-ty02 .change-area li .explan,html.lang-pl .section-content.research02-ty02 .change-area li .explan,html.lang-zh .section-content.research02-ty02 .change-area li .explan{word-break:break-all}
.section-content.research02-ty02 .change-area.list02 .change-box,.section-content.research02-ty02 .change-area.list03 .change-box,.section-content.research02-ty02 .change-area.list04 .change-box{margin-top:0}
.section-content.research02-ty02 .change-area.list02 .ch-ty01{background:#fafafa}
.section-content.research02-ty02 .change-area.list03 .ch-ty01{background:#e8e1d7}
.section-content.research02-ty02 .change-area.list04 .section-aside-btn{position:absolute;top:93px;left:215px;text-align:center;background:#333130;z-index:5}
.section-content.research02-ty02 .change-area.list04 .section-aside-btn a{color:#fff;display:block;font-family:"LGSmHaTSB";font-size:14px;line-height:1.6;width:110px;height:72px;padding-top:35px}
.section-content.research02-ty02 .change-area.list04 .section-aside-btn a .txt{display:block}
.section-content.research02-ty02 .sub-title + .oil-area{margin-top:54px;padding:0;border:none}
.section-content.research02-ty02 .oil-area{position:relative;margin-top:87px;margin-bottom:-5px}
.section-content.research02-ty02 .oil-area .img-area{position:relative;width:calc(100% - 20px);height:187px}
.section-content.research02-ty02 .oil-area .img-area.bg01{background:#edeef3}
.section-content.research02-ty02 .oil-area .img-area.bg02{background:#fafafa}
.section-content.research02-ty02 .oil-area .img-area .photo-img{position:absolute;top:-27px;left:0;width:325px;height:187px}
.section-content.research02-ty02 .oil-area .img-area-right{position:relative;float:right;width:calc(100% - 20px);height:187px}
.section-content.research02-ty02 .oil-area .img-area-right.bg03{background:#e8e1d7}
.section-content.research02-ty02 .oil-area .img-area-right .photo-img{position:absolute;top:-27px;right:0;width:325px;height:187px}
.section-content.research02-ty02 .oil-area .ch-ty01{clear:both;padding:0 50px}
.section-content.research02-ty02 .oil-area .ch-ty02{clear:both;padding:0 50px}
.section-content.research02-ty02 .oil-area .detail{padding-top:36px;color:#4d4948;font-size:14px;font-family:"LGSmHaTR";line-height:1.6}
html.lang-en .section-content.research02-ty02 .oil-area .detail{word-break:break-word;word-wrap:break-word}
html.lang-de .section-content.research02-ty02 .oil-area .detail,html.lang-ja .section-content.research02-ty02 .oil-area .detail,html.lang-pl .section-content.research02-ty02 .oil-area .detail,html.lang-zh .section-content.research02-ty02 .oil-area .detail{word-break:break-all}
.section-content.research02-ty02 .oil-area .ttl{color:#333130;font-size:18px;font-family:"LGSmHaTSB";padding-top:32px}
.section-content.research02-ty02 .oil-area .txt01{padding-top:10px}
.section-content.research02-ty02 .oil-area li{color:#4d4948;font-size:14px;font-family:"LGSmHaTR";line-height:1.6;padding-left:15px;letter-spacing:-1px;background:url("../../images/common/default/bu_circle.png") no-repeat 0 7px}
.section-content.research02-ty02 .oil-area li .title{margin-top:8px;display:block;font-family:"LGSmHaTSB";color:#333130}
html.lang-en .section-content.research02-ty02 .oil-area li .title{word-break:break-word;word-wrap:break-word}
html.lang-de .section-content.research02-ty02 .oil-area li .title,html.lang-ja .section-content.research02-ty02 .oil-area li .title,html.lang-pl .section-content.research02-ty02 .oil-area li .title,html.lang-zh .section-content.research02-ty02 .oil-area li .title{word-break:break-all}
.section-content.research02-ty02 .oil-area li .explan{display:block;padding-top:3px}
html.lang-en .section-content.research02-ty02 .oil-area li .explan{word-break:break-word;word-wrap:break-word}
html.lang-de .section-content.research02-ty02 .oil-area li .explan,html.lang-ja .section-content.research02-ty02 .oil-area li .explan,html.lang-pl .section-content.research02-ty02 .oil-area li .explan,html.lang-zh .section-content.research02-ty02 .oil-area li .explan{word-break:break-all}
/*! R&D - R&D 실적 */
.section-content.research03{margin-top:37px}
.section-content.research03 .section-inner{margin:0 20px} 
.section-content.research03 .tit{color:#333130;font-size:14px;font-family:"LGSmHaTSB";line-height:1.6}
.section-content.research03 .tit-txt{margin-top:11px;color:#4c4948;font-size:14px;font-family:"LGSmHaTR";line-height:1.6}
.section-content.research03-ty02{padding-top:17px;margin-bottom:60px}
.section-content.research03-ty02 .change-area{overflow:hidden;position:relative;margin-top:40px}
.section-content.research03-ty02 .change-area .photo-img{position:relative;width:325px;height:184px;z-index:1}
.section-content.research03-ty02 .change-area .photo-img.pc-img{display:none}
.section-content.research03-ty02 .change-area .photo-img.mo-img{display:block}
.section-content.research03-ty02 .change-area .pho-left{float:none;padding-right:50px}
.section-content.research03-ty02 .change-area .pho-right{position:relative;float:none;right:calc(325px - 100%)}
.section-content.research03-ty02 .change-area .ch-ty01{position:relative;margin-left:20px;padding-left:30px;padding-right:20px;margin-top:-60px;padding-top:90px;padding-bottom:40px;background:#edeef3}
.section-content.research03-ty02 .change-area .ch-ty02{position:relative;margin-left:20px;padding-left:30px;padding-right:20px;margin-top:-60px;padding-top:90px;padding-bottom:40px;background:#fafafa}
.section-content.research03-ty02 .change-area .ch-ty02 .change-box,.section-content.research03-ty02 .change-area .ch-ty02 p{-webkit-box-sizing:border-box;box-sizing:border-box}
.section-content.research03-ty02 .change-area p{position:relative;color:#333130;font-family:"LGSmHaTSB";font-size:18px;z-index:2;line-height:1.5;word-break:keep-all}
html.lang-en .section-content.research03-ty02 .change-area p{word-break:break-word;word-wrap:break-word}
html.lang-de .section-content.research03-ty02 .change-area p,html.lang-ja .section-content.research03-ty02 .change-area p,html.lang-pl .section-content.research03-ty02 .change-area p,html.lang-zh .section-content.research03-ty02 .change-area p{word-break:break-all}
.section-content.research03-ty02 .change-area .change-box .ttl{position:relative;float:none;line-height:1.6;letter-spacing:-1px;color:#4d4948;font-size:14px;font-family:"LGSmHaTSB";padding-top:15px;word-break:keep-all}
html.lang-en .section-content.research03-ty02 .change-area .change-box .ttl{word-break:break-word;word-wrap:break-word}
html.lang-de .section-content.research03-ty02 .change-area .change-box .ttl,html.lang-ja .section-content.research03-ty02 .change-area .change-box .ttl,html.lang-pl .section-content.research03-ty02 .change-area .change-box .ttl,html.lang-zh .section-content.research03-ty02 .change-area .change-box .ttl{word-break:break-all}
.section-content.research03-ty02 .change-area .change-box .txt01{position:relative;float:none;margin-top:12px;-webkit-box-sizing:border-box;box-sizing:border-box}
.section-content.research03-ty02 .change-area .change-box li{color:#4d4948;font-size:14px;font-family:"LGSmHaTR";line-height:1.6;padding-left:15px;letter-spacing:-1px;background:url("../../images/common/default/bu_circle.png") no-repeat 0 7px;word-break:keep-all}
html.lang-en .section-content.research03-ty02 .change-area .change-box li{word-break:break-word;word-wrap:break-word}
html.lang-de .section-content.research03-ty02 .change-area .change-box li,html.lang-ja .section-content.research03-ty02 .change-area .change-box li,html.lang-pl .section-content.research03-ty02 .change-area .change-box li,html.lang-zh .section-content.research03-ty02 .change-area .change-box li{word-break:break-all}
.section-content.research03-ty02 .change-area.list03 .ch-ty01{background:#e8e1d7}
.section-content.research03-ty02 .change-area.list06 .ch-ty02{background:#e8e1d7}
.section-content.research03-ty02 .change-area.list09 .ch-ty01{background:#e8e1d7}
/*! 홍보센터 - 뉴스룸 - 상세 */
.section-content.release-detail{position:relative;margin-top:0}
.section-content.release-detail .section-inner{margin:0 20px}
.section-content.release-detail .aside-list-info{margin-bottom:60px}
.section-content.release-detail .aside-list-info .tit{margin:0 0 2px;font-size:14px;font-family:"LGSmHaTR";color:#665852}
.section-content.release-detail .aside-list-info .txt{font-size:14px;font-family:"LGSmHaTSB";color:#333130;line-height:1.6}
.section-content.release-detail .aside-list-info a{display:inline-block}
.section-content.release-detail .aside-list-info .text-area{display:inline-block;/*width:calc(100% - 120px);*/width:100%;margin-top:30px}
.section-content.release-detail .next-area .tit,.section-content.release-detail .prev-area .tit{display:block}
.section-content.release-detail .next-area .txt,.section-content.release-detail .prev-area .txt{width:100%;word-break:break-all}
.section-content.release-detail .next-area,.section-content.release-detail .prev-area{display:block}
.section-content.release-detail .prev-area + .next-area{margin-top:30px;padding-top:30px;border-top:1px solid #eeece8}
.section-content.release-detail .next-area .aside-img,.section-content.release-detail .prev-area .aside-img{position:relative;float:left;clear:both;width:100px;height:93px;margin-right:20px}
.section-content.release-detail .next-area .aside-img img,.section-content.release-detail .prev-area .aside-img img{position:absolute;left:0;bottom:0;width:100px;height:63px}
.section-content.release-detail .next-area .aside-img .ico,.section-content.release-detail .prev-area .aside-img .ico{position:absolute;display:inline-block;width:15px;height:7px;top:3px;left:0;background:url("../../images/common/company/ico_release_thumb_prev_mo.png") no-repeat 0 0;background-size:cover}
.section-content.release-detail .next-area .aside-img .txt,.section-content.release-detail .prev-area .aside-img .txt{position:relative;left:20px;display:block;max-width:none;font-family:"LGSmHaTR";color:#000;z-index:1;line-height:1}
.section-content.release-detail .next-area .aside-img .ico{left:44px;width:15px;height:7px;background:url("../../images/common/company/ico_release_thumb_next_mo.png");background-size:cover}
.section-content.release-detail .next-area .aside-img .txt{text-align:left;left:0}
.section-content.release-detail .aside-content .breadcrumb{margin-top:40px;font-size:0}
.section-content.release-detail .aside-content .breadcrumb .date,.section-content.release-detail .aside-content .breadcrumb .txt{font-size:14px;font-family:"LGSmHaTR";color:#665852}
.section-content.release-detail .aside-content .breadcrumb .ico{display:inline-block;content:'';width:1px;height:11px;margin:0 20px;background:#a19896;vertical-align:super}
.section-content.release-detail .aside-content .sub-tit{margin-top:21px;font-size:22px;font-family:"LGSmHaTSB";color:#333130;line-height:1.37}
.section-content.release-detail .aside-content .sub-tit .txt{display:block}
.section-content.release-detail .aside-content .swiper-release-detail{margin-top:16px}
.section-content.release-detail .aside-content .swiper-release-detail .swiper-slide img{width:100%}
.section-content.release-detail .aside-content .swiper-release-detail .swiper-pagination-area{position:absolute;bottom:0;right:0;z-index:1;width:120px;height:40px;background:#fff}
.section-content.release-detail .aside-content .swiper-release-detail .swiper-pagination-area .swiper-button-next,.section-content.release-detail .aside-content .swiper-release-detail .swiper-pagination-area .swiper-button-prev{width:9px;height:15px;top:auto;left:auto;margin-top:0;padding:14px 17px;background:url("../../images/common/company/ico_prev_17x28.png") no-repeat 17px 12px;background-size:9px 15px}
.section-content.release-detail .aside-content .swiper-release-detail .swiper-pagination-area .swiper-button-next{right:0;background-image:url("../../images/common/company/ico_next_17x28.png")}
.section-content.release-detail .aside-content .swiper-release-detail .swiper-pagination-area .swiper-pagination{width:100%;top:13px;left:0;text-align:center;font-size:13px;color:#7a716b}
.section-content.release-detail .aside-content .swiper-release-detail .swiper-pagination-area .swiper-pagination .swiper-pagination-current,.section-content.release-detail .aside-content .swiper-release-detail .swiper-pagination-area .swiper-pagination .swiper-pagination-total{margin-right:4px;font-size:13px;font-family:"LGSmHaTSB";color:#393736}
.section-content.release-detail .aside-content .swiper-release-detail .swiper-pagination-area .swiper-pagination .swiper-pagination-total{margin-left:4px;margin-right:0;color:#7a716b}
.section-content.release-detail .aside-content .text-info{padding-top:40px;min-height:80px}
.section-content.release-detail .aside-content .text-info img{width:100%}
.section-content.release-detail .aside-content .text-info strong{font-weight:bold}
.section-content.release-detail .aside-content .text-info em{font-style:italic}
.section-content.release-detail .aside-content .text-info .txt{margin-bottom:34px;font-size:14px;font-family:"LGSmHaTR";color:#4d4948;line-height:1.6}
.section-content.release-detail .aside-content .text-info .bttn.type03{padding:12px 10px 12px 10px}
.section-content.release-detail .aside-content .text-info p img{width:100%!important;height:auto!important}
.section-content.release-detail .aside-content .hashtag-info{margin-top:20px;padding:30px 0 40px;border-top:1px solid #e0e0e0}
.section-content.release-detail .aside-content .hashtag-info .hashtag-list li{float:left;margin-right:10px;margin-bottom:20px}
.section-content.release-detail .aside-content .hashtag-info .hashtag-list li:last-child{margin-right:0}
.section-content.release-detail .aside-content .hashtag-info .hashtag-list li .item{display:inline-block;padding:8px 10px;border:1px solid #9d9391;border-radius:15px}
.section-content.release-detail .aside-content .hashtag-info .hashtag-list li .item .txt{font-size:12px;font-family:"LGSmHaTR";color:#665852}
.section-content.release-detail .aside-content .hashtag-info .hashtag-list li .item:focus,.section-content.release-detail .aside-content .hashtag-info .hashtag-list li .item:hover{border:1px solid #4d4948;background:#4d4948}
.section-content.release-detail .aside-content .hashtag-info .hashtag-list li .item:focus .txt,.section-content.release-detail .aside-content .hashtag-info .hashtag-list li .item:hover .txt{color:#fff}
/*! 뉴스룸 - 연구과제 공모 제안서 접수 팝업 */
.press_release_pop{left:0;right:0}
.press_release_pop .btn-close-popup{margin-right:20px}
.press_release_pop .popup-title01{padding:65px 20px 0}
.press_release_pop .popup-title02{position:relative;padding:18px 20px 18px;font-size:18px}
.press_release_pop .popup-title02 .pop-info{position:absolute;right:26px;font-size:12px;font-family:"LGSmHaTR"}
.press_release_pop .popup-title02 .pop-info .ico{display:inline-block;width:5px;height:5px;background:url("../../images/common/default/bu_star02.gif") no-repeat 0 0;background-size:cover}
.press_release_pop .essential{color:#a50034;padding-left:3px}
.press_release_pop .popup-section-type01{margin:0 20px 40px}
.press_release_pop .recruit-area{padding:37px 20px 40px}
.press_release_pop .recruit-form{margin-top:36px}
.press_release_pop .recruit-form .tit01{display:block;color:#333130;font-size:14px;font-family:"LGSmHaTSB";line-height:1.6}
.press_release_pop .recruit-form .input-txt-type01 input{line-height:1}
.press_release_pop .recruit-form .input-txt-type01 input::-webkit-input-placeholder{line-height:1.3}
.press_release_pop .recruit-form .input-txt-type01 input::-moz-placeholder{line-height:1.3}
.press_release_pop .recruit-form .input-txt-type01 input:-ms-input-placeholder{line-height:1.3}
.press_release_pop .recruit-form .input-txt-type01 input::-ms-input-placeholder{line-height:1.3}
.press_release_pop .recruit-form .input-txt-type01 input::placeholder{line-height:1.3}
.press_release_pop .recruit-form .email .at{color:#333130;font-size:14px;font-family:"LGSmHaTSB"}
.press_release_pop .recruit-form .email input{width:calc(50% - 15px)}
.press_release_pop .recruit-form.mt0{margin-top:0}
.press_release_pop .div01,.press_release_pop .div02{width:100%}
.press_release_pop .select-form{float:left;margin-top:18px;text-align:center;padding:20px 0}
.press_release_pop .select-form .input-radio{margin-right:20px}
.press_release_pop .select-form .input-radio:last-child{margin-right:0}
.press_release_pop .select-form01.type01{width:100%;margin:13px 5px -3px 0}
.press_release_pop .select-form01.type02,.press_release_pop .select-form01.type03{width:100%}
.press_release_pop .sel{margin-bottom:6px}
.press_release_pop .recruit-agree{margin-top:23px}
.press_release_pop .recruit-agree .tit01{display:block;color:#333130;font-size:14px;font-family:"LGSmHaTSB";line-height:1.6}
.press_release_pop .recruit-agree:first-child{margin:0}
.press_release_pop .swiper-container.swiper-scroll{width:100%;height:137px;margin-top:8px;background:#fff}
.press_release_pop .swiper-container.swiper-scroll .swiper-scrollbar{right:0}
.press_release_pop .support-agreement{margin:0;background:#fff;padding:20px 20px 0;-webkit-box-sizing:border-box;box-sizing:border-box}
.press_release_pop .support-agreement .tit01{font-size:14px;font-family:"LGSmHaTSB";color:#333130;margin-bottom:20px}
.press_release_pop .support-agreement .tit02{font-size:14px;font-family:"LGSmHaTR";color:#4d4948;margin-bottom:20px;line-height:1.4}
.press_release_pop .support-agreement .txt01{font-size:14px;font-family:"LGSmHaTR";color:#4d4948;margin-top:10px;margin-left:15px}
.press_release_pop .agreement-check{margin:21px 0 -5px}
.press_release_pop .btn-area{width:100%;margin-top:22px}
.press_release_pop .btn-area a.bttn{min-width:100%;height:48px;line-height:48px;margin-top:10px;padding:0}
.press_release_pop .btn-area .filebox label{display:block;height:48px;line-height:48px;color:#fff;font-size:14px;font-family:"LGSmHaTSB";-webkit-box-sizing:border-box;box-sizing:border-box;text-align:center;background-color:#333130;cursor:pointer}
.press_release_pop .btn-area .filebox input{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);border:0;z-index:10}
/*! 광고 - 인쇄광고 */
.section-content.advertising-media{margin-top:40px;margin-bottom:60px}
.section-content.advertising-media .left-cont{display:none}
.section-content.advertising-media .right-cont{position:relative}
.section-content.advertising-media .thumb-list{width:335px;margin:-25px auto 0}
.section-content.advertising-media .thumb-list li{position:relative;float:left;width:155px;height:194px;margin-top:25px}
.section-content.advertising-media .thumb-list li .item{position:absolute;top:0;left:0;padding:0;display:inline-block;width:100%;height:192px;border:1px solid #e0e0e0;-webkit-box-sizing:border-box;box-sizing:border-box;overflow:hidden}
.section-content.advertising-media .thumb-list li .item.on{border:1px solid #e0e0e0;-webkit-box-sizing:border-box;box-sizing:border-box}
.section-content.advertising-media .thumb-list li img{width:100%}
.section-content.advertising-media .thumb-list li:nth-child(even){margin-left:25px}
/*! 광고 - 인쇄광고 팝업 */
.adver-pop{display:none;position:absolute;left:0;top:0;right:0;padding:0 20px 58px;z-index:1001;background:#fff}
.adver-pop .title01{padding:68px 0 30px;font-size:22px;font-family:"LGSmHaTSB"}
.adver-pop .adver-img img{width:100%;height:auto}
.adver-pop .btn-close-popup{position:absolute;top:22px;right:13px;width:32px;height:32px}
.adver-pop .btn-close-popup .ico{display:block;position:absolute;top:50%;left:50%;margin:-8px 0 0 -8px;background-position:-195px -41px;width:17px;height:17px;background-image:url(../../images/common/default/sprite_mobile@2x.png);background-size:271px 226px}
 /* s : 20211101 LGWAY renewal mo */

  .lgway-renewal-wrap > .snb-type01 {background:none; margin-top:0;}
  .lgway-renewal-wrap > .snb-type01 .sub-title {padding-top:30px; position: relative; z-index:0; font-size:30px;}
  .lgway-renewal-wrap > .snb-type01 .sub-title-txt {margin-top:45px; font-family: "LGSmHaTSB"; color: #333130; line-height: 1.57;padding:0;}
  .lgway-renewal-wrap > .snb-type01 .sub-title-txt .mo-show {font-size:14px; line-height:1.28;}
  .lgway-renewal-wrap .snb-type01.mt105 {margin: 105px 20px 0;width: calc(100% - 40px);}
  .lgway-renewal-wrap .snb-type01.mt105 .lg-way01-list.mo-show {padding:30px 0; border-top:1px solid #ebe8e7; border-bottom:1px solid #ebe8e7;}
  .lgway-renewal-wrap .snb-type01.mt105 .lg-way01-list.mo-show:nth-child(2) {padding:30px 0; border:none;}
  .lgway-renewal-wrap .snb-type01.mt105 .sub-tit02 {font-size:18px; font-family: "LGSmHaTSB"; color: #333130;}
  .lgway-renewal-wrap .snb-type01.mt105 .sub-txt02 {font-size:14px; margin-top:15px; font-family: "LGSmHaTR"; color: #333130;} 
  .lgway-renewal-wrap .sub-tit {font-size: 22px; font-family: "LGSmHaTSB"; color: #333130;}
  /* .lgway-renewal-wrap .sub-tit::before { content: '';display: block;position: relative;width: 18px; height: 2px;margin-bottom: 13px;background: #333130;} */
  .lgway-renewal-wrap .sub-tit.lgway {font-size:28px;}
  .lgway-renewal-wrap .sub-txt{margin-top:30px; font-size:14px;font-family:"LGSmHaTR";color:#333130;line-height:1.28}
  .lgway-renewal-wrap .bg-section.lg-way {min-height:231px; width:100%;}
  .lgway-renewal-wrap .bg-section.lg-way02 {position: relative; z-index: 0; width:100%; min-height:155px; margin-top:40px;}
  .lgway-renewal-wrap .bg-section.lg-way02 .sub-title {margin:0 auto; width:calc(100% - 40px); padding-top:60px; box-sizing: border-box; font-size:22px; font-family: "LGSmHaTSB";}
  .lgway-renewal-wrap .bg-section.lg-way02 .sub-title .ico {margin-top:43px;}
  .lgway-renewal-wrap .bg-section.lg-way02 .sub-title-txt {margin:0 auto; padding-top:30px; width:calc(100% - 40px);  font-size:14px; font-family: "LGSmHaTR"; color:#333130;}
  
  /* lgway 상단 메인 이미지 */
  
  .lgway-renewal-wrap .section-content.lg-way01 {width:100%; margin:0 auto;/* margin-top:40px;*/ padding:0; padding-bottom:0;  background-color: #f2ebe4;}
  .lgway-renewal-wrap .section-content.lg-way01 .summary {position: relative; top:55px; margin:0; padding:0 20px;}
  
  /* lgway-비전 */
  
  .lgway-renewal-wrap .section-content.lg-way02 {margin-top:60px; margin-bottom:30px; padding:0 20px;}
  .lgway-renewal-wrap .section-content.lg-way02 .section-inner {overflow:hidden;}
  .lgway-renewal-wrap .section-content.lg-way02 .lg-way-02-list {position:relative; margin-top:20px;}
  .lgway-renewal-wrap .section-content.lg-way02 .lg-way-slide {min-height:217px; position:relative;}
  .lgway-renewal-wrap .section-content.lg-way02 .lg-way-slide .swiper-pagi-area {position: absolute; bottom:20px; right:-3px; width:100px; height:20px;}
  .lgway-renewal-wrap .section-content.lg-way02 .lg-way-slide .swiper-pagi-area span {font-size:12px; font-family: "LGSmHaTSB"; color:#695f58;}
  .lgway-renewal-wrap .section-content.lg-way02 .lg-way-slide .swiper-pagi-area span:first-child {margin-right:5px;}
  .lgway-renewal-wrap .section-content.lg-way02 .lg-way-slide .swiper-pagi-area span:last-child {margin-left:5px;}
  .lgway-renewal-wrap .section-content.lg-way02 .lg-way-slide .swiper-button-next { width:10px; height:15px; background-image: url(../../images/common/company/ico_next_17x28.png); background-size:10px 15px; right:20px;}
  .lgway-renewal-wrap .section-content.lg-way02 .lg-way-slide .swiper-button-prev { width:10px; height:15px; background-image: url(../../images/common/company/ico_prev_17x28.png); background-size:10px 15px; left:auto; right:90px;}
  .lgway-renewal-wrap .section-content.lg-way02 .lg-way-slide .swiper-button-next, .swiper-button-prev {top:auto; bottom:0; z-index:3;}
  .lgway-renewal-wrap .section-content.lg-way02 .lg-way-slide .swiper-pagination {bottom:0; right:10px; left:auto; z-index: 2;}
  .lgway-renewal-wrap .section-content.lg-way02 .lg-way-slide .swiper-slide {min-height:217px; background-color:#f0f1f5; text-align: left; }
  .lgway-renewal-wrap .section-content.lg-way02 .inner-swiper {padding:40px 20px;}
  .lgway-renewal-wrap .section-content.lg-way02 .inner-swiper .title-ico-area {display:flex;}
  .lgway-renewal-wrap .section-content.lg-way02 .inner-swiper .tit01 {width:70%; font-size:18px; line-height: 1.27; font-family: "LGSmHaTSB";}
  .lgway-renewal-wrap .section-content.lg-way02 .inner-swiper div[class^="bg-ico"] {width:30%;}
  .lgway-renewal-wrap .section-content.lg-way02 .inner-swiper .bg-ico01 {background:url(../../images/common/company/lgway_vision_ico01_pc.png) no-repeat; background-size:69px 45px; background-position: right;}
  .lgway-renewal-wrap .section-content.lg-way02 .inner-swiper .bg-ico02 {background:url(../../images/common/company/lgway_vision_ico02_pc.png) no-repeat; background-size:69px 45px; background-position: right;}
  .lgway-renewal-wrap .section-content.lg-way02 .inner-swiper .bg-ico03 {background:url(../../images/common/company/lgway_vision_ico03_pc.png) no-repeat; background-size:69px 45px; background-position: right;}
  .lgway-renewal-wrap .section-content.lg-way02 .inner-swiper .bg-ico04 {background:url(../../images/common/company/lgway_vision_ico04_pc.png) no-repeat; background-size:69px 45px; background-position: right;}
  .lgway-renewal-wrap .section-content.lg-way02 .inner-swiper .txt01 {margin-top:20px; width:100%;font-size:14px; line-height: 1.28; font-family: "LGSmHaTR";float:left;  }
  .lgway-renewal-wrap .section-content.lg-way02 .inner-swiper .t01 {display:block;}
  .lgway-renewal-wrap .section-content.lg-way02 .inner-swiper .point01 {margin-left:5px; color:#a50034;}
 
  
  /* lgway-행동방식,윤리규범,정도경영 */
  
  .lgway-renewal-wrap .section-content.lg-way03 {margin-top: 90px; padding:0 20px; margin-bottom:0;}
  .lgway-renewal-wrap .section-content.lg-way03 > .section-inner .section-type01 .sub-title {box-sizing: border-box; margin-top:0; margin:30px 0 0 0;}
  .lgway-renewal-wrap .section-content.lg-way03 > .section-inner .section-type01 .sub-txt{margin-bottom:30px;}
  .lgway-renewal-wrap .section-content.lg-way03 .category-box {display: flex;  background: #fff; border-radius: 20px;}
  .lgway-renewal-wrap .section-content.lg-way03 .category-box .item {position: relative; width: calc(100%/3); min-height:243px; padding: 0 7px; margin-top:0px; border: 1px solid #b0b2b5; background: unset; box-sizing: border-box;}
  .lgway-renewal-wrap .section-content.lg-way03 .category-box .item:nth-child(2) {border-left:none; border-right:none;}
  .lgway-renewal-wrap .section-content.lg-way03 .category-box .item .line-box {margin:0; height:100%; background: #fff;}
  .lgway-renewal-wrap .section-content.lg-way03 .category-box .item .line-box .ico-area {width:100%; height:40%; display: flex; justify-content: center; align-items: center;}
  .lgway-renewal-wrap .section-content.lg-way03 .category-box .item .line-box .ico-area .lg-way-ico {display:inline-block; background:url(../../images/common/company/lgway_work_ico01_pc.png) no-repeat; background-position: center center; width:95px; height:100%; background-size:70%;}
  .lgway-renewal-wrap .section-content.lg-way03 .category-box .item:nth-child(2) .line-box .ico-area .lg-way-ico {display:inline-block; background:url(../../images/common/company/lgway_work_ico02_pc.png) no-repeat; background-position: center center; width:95px; height:100%; background-size:50%;}
  .lgway-renewal-wrap .section-content.lg-way03 .category-box .item:last-child .line-box .ico-area .lg-way-ico {display:inline-block; background:url(../../images/common/company/lgway_work_ico03_pc.png) no-repeat; background-position: center center; width:95px; height:100%; background-size:50%;}
  .lgway-renewal-wrap .section-content.lg-way03 .category-box .item .line-box .txt-area {width:100%; display: flex; flex-flow:column wrap; align-content: center; justify-content: flex-start; text-align: center;}
  .lgway-renewal-wrap .section-content.lg-way03 .category-box .item .line-box .txt-area .tit03 {font-size:15px; color:#333130; line-height:1.25; font-family: "LGSmHaTSB";}
  .lgway-renewal-wrap .section-content.lg-way03 .category-box .item .line-box .txt-area .txt03 {margin-top:15px; font-size:13px; color:#333130; line-height:1.5; font-family: "LGSmHaTR";}
  .lgway-renewal-wrap .section-content.lg-way03 .sub-title {margin-top:40px;}
  .lgway-renewal-wrap .section-content.lg-way03 .cont-area .txt.lgway01 {margin-top:25px; font-size:14px;font-family:"LGSmHaTSB";color:#333130;line-height:1.28}
  
  /* accordion list arrow 수정 */
  
  .lgway-renewal-wrap .section-content.lg-way03 .accordion-st-area .accordion-st-list .item .title .arrow-l {right:4px; width:14px; height:3px; background-color:#333130;} 
  .lgway-renewal-wrap .section-content.lg-way03 .accordion-st-area .accordion-st-list .item .title .arrow-r {right:-4px; width:14px; height:3px; background-color:#333130;} 
  
  /* 정도경경 프로그램 */
  
  .lgway-renewal-wrap .section-content.lg-way03 .section-inner.control-program .section-type01 {margin-top:30px;}
  .lgway-renewal-wrap .section-content.lg-way03 .section-inner.control-program .flex-wrap {display:inline-block; width:100%;}
  .lgway-renewal-wrap .section-content.lg-way03 .section-inner.control-program .flex-wrap .flex-box .program-box-new { padding:30px 20px; margin-top:10px; min-height:230px; background-color:#fafafa;} 
  .lgway-renewal-wrap .section-content.lg-way03 .section-inner.control-program .flex-wrap .flex-box .ico-area {width:100%; height:70px;}
  .lgway-renewal-wrap .section-content.lg-way03 .section-inner.control-program .flex-wrap .flex-box .ico-area .control-program-ico01 {display: inline-block; background:url(../../images/common/company/lgway_control_program_ico01_pc.png) no-repeat; width:100%; height:100%;}
  .lgway-renewal-wrap .section-content.lg-way03 .section-inner.control-program .flex-wrap .flex-box .ico-area .control-program-ico02 {display: inline-block; background:url(../../images/common/company/lgway_control_program_ico02_pc.png) no-repeat; width:100%; height:100%;}
  .lgway-renewal-wrap .section-content.lg-way03 .section-inner.control-program .flex-wrap .flex-box .ico-area .control-program-ico03 {display: inline-block; background:url(../../images/common/company/lgway_control_program_ico03_pc.png) no-repeat; width:100%; height:100%;}
  .lgway-renewal-wrap .section-content.lg-way03 .section-inner.control-program .flex-wrap .flex-box .ico-area .control-program-ico04 {display: inline-block; background:url(../../images/common/company/lgway_control_program_ico04_pc.png) no-repeat; width:100%; height:100%;}
  .lgway-renewal-wrap .section-content.lg-way03 .section-inner.control-program .flex-wrap .flex-box .ico-area .control-program-ico05 {display: inline-block; background:url(../../images/common/company/lgway_control_program_ico05_pc.png) no-repeat; width:100%; height:100%;}
  .lgway-renewal-wrap .section-content.lg-way03 .section-inner.control-program .flex-wrap .flex-box .ico-area .control-program-ico06 {display: inline-block; background:url(../../images/common/company/lgway_control_program_ico06_pc.png) no-repeat; width:100%; height:100%;}
  .lgway-renewal-wrap .section-content.lg-way03 .section-inner.control-program .flex-wrap .flex-box .txt-area .tit03 {font-size:16px; color:#333130; line-height:1.25; font-family: "LGSmHaTSB"; margin-top:25px;}
  .lgway-renewal-wrap .section-content.lg-way03 .section-inner.control-program .flex-wrap .flex-box .txt-area .txt03 {font-size:13px; color:#333130; line-height:1.38; font-family: "LGSmHaTR"; margin-top:22px;}
  
  /*사이버 신문고 운영*/
  
  .lgway-renewal-wrap .section-content.lg-way03 .program-box {padding:30px 20px;}
  .lgway-renewal-wrap .section-content.lg-way03 .bg-box03 {margin-right:0; background-color:#e8e1d7; margin:0; margin-bottom:0; margin-top:10px;}
  .lgway-renewal-wrap .section-content.lg-way03 .bg-box03 .tit{margin-top:0; font-size:16px;}
  .lgway-renewal-wrap .section-content.lg-way03 .bg-box03 .txt{margin-top:0; padding-top:22px; font-size:13px; color:#333130; line-height:1.38}
  .lgway-renewal-wrap .section-content.lg-way03 .bg-box03 .sinmun dt {width:50px;}
  .lgway-renewal-wrap .section-content.lg-way03 .bg-box03 .sinmun dd {width:calc(100% - 70px); font-size:13px; color:#333130;}
  .lgway-renewal-wrap .section-content.lg-way03 .bg-box03 .baro {display: flex; width:auto;}
  .lgway-renewal-wrap .section-content.lg-way03 .bg-box03 .baro a {background-color:#fff; padding:15px 20px; width:50%; border:1px solid #aba2a0; font-size:14px; text-align: center;}
  .lgway-renewal-wrap .section-content.lg-way03 .bg-box03 .baro a:first-child {margin-right:10px;}
  .lgway-renewal-wrap .section-content.lg-way03 .bg-box03 .baro a span {color:#34302f; font-family:"LGSmHaTB";}
  .lgway-renewal-wrap .section-content.lg-way03 .bg-box03 .img-btn {position: relative; top:auto; bottom:0;right:0; background:none; width:100%; height:auto;  margin-top:10px; }
  .lgway-renewal-wrap .section-content.lg-way03 .bg-box03 .img-btn a {position: relative; right:0; top:auto; width:auto; height:auto; bottom:0; right:0; padding-top:0; padding:17px 0; font-size:14px;}
  
  /* lgway- 고객을 위한 가치창조 */
  .lgway-renewal-wrap .section-content.lg-way04 {margin-top:30px; padding:0 20px;}
  .lgway-renewal-wrap .section-content.lg-way04 .sub-title {margin-top:0;}
  .lgway-renewal-wrap .section-content.lg-way04 .flex-wrap {display:flex; flex-direction: column;}
  .lgway-renewal-wrap .section-content.lg-way04 .flex-wrap:first-child {padding-bottom:30px;}
  .lgway-renewal-wrap .section-content.lg-way04 .flex-wrap:first-child .list-box:not(:nth-child(2)) {background-color:#edeef3;}
  .lgway-renewal-wrap .section-content.lg-way04 .flex-wrap:last-child {margin-top:0;}
  .lgway-renewal-wrap .section-content.lg-way04 .flex-wrap:last-child .list-box:not(:nth-child(2)) {background-color:#E8E1D7;}
  .lgway-renewal-wrap .section-content.lg-way04 .title-area {width:100%; height:100%;}
  .lgway-renewal-wrap .section-content.lg-way04 .title-box {margin-bottom:15px; font-size:18px; font-family:"LGSmHaTSB"; line-height:1.35; color:#333130;}
  .lgway-renewal-wrap .section-content.lg-way04 .list-area {width:100%; height:100%;}
  .lgway-renewal-wrap .section-content.lg-way04 .list-box {display: flex; flex-direction: column; align-items: center; min-height:135px; padding:30px 20px; box-sizing: border-box; background-color:#fafafa;}
  .lgway-renewal-wrap .section-content.lg-way04 .list-box:nth-child(2n) {margin:20px 0;}
  .lgway-renewal-wrap .section-content.lg-way04 .list-box .list-title {width:100%; font-size: 16px; font-family: "LGSmHaTSB"; color:#333130;}
  .lgway-renewal-wrap .section-content.lg-way04 .list-box .list-txt {width:100%; padding-top:15px;}
  .lgway-renewal-wrap .section-content.lg-way04 .list-box .list-txt li {position:relative; padding-left:10px; font-size:13px; font-family:"LGSmHaTR"; line-height:1.5;}
  .lgway-renewal-wrap .section-content.lg-way04 .list-box .list-txt li:last-child {margin-top:20px;}
  .lgway-renewal-wrap .section-content.lg-way04 .list-box .list-txt li::after {position: absolute; top:40%; left:0; width:4px; height:4px; background:#c10031; content:'';}
  
  /* e : 20211101 LGWAY renewal mo */
  
  /* s : 20211102 사회 공헌 운영 현황 신설 mo */
  /* s : 20211122 사회 공헌 운영 현황 신설 mo */


  
  /****** 사회공헌페이지 공통코드 s ********/
  .section-content.society .section-type01.brown {position: absolute; z-index:0; margin:0; margin-top:100px; background-color:transparent; height:15vw; width: 100%; padding:0;}
  .section-content.society .section-type01.gray {position: absolute; z-index:0; margin:0; top:30%; background-color:#ededf2; min-height:65%; width:calc(100% - 40px);}
  .section-content.society .section-type01.space02 {position:relative; margin-top:60px;}
  .section-content.society .section-type01.space02.slide {margin:0 auto;}
  .section-content.society .swiper.society-slide.mh210 {max-height:210px;}
  .section-content.society .swiper.society-slide.mh210 .swiper-wrapper .swiper-slide img {height:20vh;}
  /* 사회 공헌 width1000 스와이퍼 css */
  .section-content.society .section-inner.slide {margin-top:80px; position: relative;}
  .section-content.society .section-inner.slide .section-type01.space02 .sub-txt {color:#4d4948;}
  .section-content.society div[class^="swiper society-slide-main"] {margin-top:55px; position: relative; overflow:hidden; width:100%; height:100%; min-height:232px;}
  .section-content.society div[class^="swiper society-slide-main"]::before {position: absolute; top:30%; width:calc(100% - 40px); min-height:65%; background-color:#ededf2;}
  .section-content.society div[class^="swiper society-slide-main"] .swiper-wrapper {width:100%; height:100%;}
  .section-content.society div[class^="swiper society-slide-main"] .swiper-slide {text-align: center; width:100%; height:auto; cursor: pointer;}
  .section-content.society div[class^="swiper society-slide-main"] .swiper-slide img {width:calc(100% - 60px); height:calc(100% - 33%); min-height:152px;}
  .section-content.society div[class^="swiper society-slide-main"] .swiper-pagination {left:0; bottom:15%; font-size:14px; font-family:"LGSmHaTB"; z-index: 1;}
  .section-content.society div[class^="swiper society-slide-main"] .swiper-pagination span {margin:0 5px;}
  .section-content.society div[class^="swiper society-slide-main"] .swiper-pagination .swiper-pagination-current {color:#a50034;}
  .section-content.society div[class^="swiper society-slide-main"] .swiper-pagination .swiper-pagination-total {color:#333130;}
  .section-content.society div[class^="swiper society-slide-main"] .swiper-button-next, div[class^="swiper society-slide-main"] .swiper-button-prev {top:84%; width:30px; height:30px; z-index: 2;}
  .section-content.society div[class^="swiper society-slide-main"] .swiper-button-next {right:30%; background: url('../../images/common/company/society_arrow_next.png') no-repeat; background-position:center; background-size: 50%;}
  .section-content.society div[class^="swiper society-slide-main"] .swiper-button-prev {left:30%; background: url('../../images/common/company/society_arrow_prev.png') no-repeat; background-position:center; background-size: 50%;}
  /* 사회 공헌 sub 스와이퍼 css */
  div[class^="swiper society-slide-mini"] {width:580px; overflow: hidden; position: absolute; top:0; left:0; height:100%;}
  div[class^="swiper society-slide-mini"] .swiper-slide {text-align: center; width:580px; height: 100%; cursor: pointer;}
  div[class^="swiper society-slide-mini"] .swiper-pagination {left:-32%; bottom:36px; font-size:16px; font-family:"LGSmHaTSB"; z-index: 1;}
  div[class^="swiper society-slide-mini"] .swiper-pagination span {margin:0 5px;}
  div[class^="swiper society-slide-mini"] .swiper-pagination .swiper-pagination-total {color:#7a716b;}
  div[class^="swiper society-slide-mini"] .swiper-button-next, div[class^="swiper society-slide-mini"] .swiper-button-prev {top:88%; width:50px; height:50px; z-index: 2;}
  div[class^="swiper society-slide-mini"] .swiper-button-next {right:68%; background: url('../../images/common/company/society_arrow_next.png') no-repeat; background-position:center; }
  div[class^="swiper society-slide-mini"] .swiper-button-prev {left:4%; background: url('../../images/common/company/society_arrow_prev.png') no-repeat; background-position:center;}
  .swiper.society-slide-column .swiper-button-next, .swiper.society-slide-column .swiper-button-prev {top:auto; bottom:-235px; width:50px; height:50px; z-index: 2;}
  .swiper.society-slide-column .swiper-button-next {left:100px; background: url('../../images/common/company/society_arrow_next.png') no-repeat; background-position:center; background-size:25%;}
  .swiper.society-slide-column .swiper-button-prev {left:14px; background: url('../../images/common/company/society_arrow_prev.png') no-repeat; background-position:center; background-size:25%;}
  .swiper.society-slide-column .swiper-pagination {left:0; bottom:-220px; width:113px; margin-left:25px; font-size:14px; font-family:"LGSmHaTSB"; z-index: 10;}
  .swiper.society-slide-column .swiper-pagination span {margin:0 5px;}
  .swiper.society-slide-column .swiper-pagination .swiper-pagination-total {color:#333130;}
  /* 사회 공헌 타이틀 bg */
  .top-visual.bg-strategy.society {background:#eaf0ee; padding:0/*min-height: 244px;*/}
  .top-visual.bg-strategy.society .sub-title {font-size:22px; line-height: initial; color:#302d2c; margin:0; padding: 20px 0 10px;}
  .top-visual.bg-strategy.society .sub-title-txt .txt02 {color:#333130;}
  .top-visual.bg-strategy.society .sub-title::before {background:#a8a4a0;}
  .top-visual.bg-strategy.society .snb-list {margin:8px 0 0 0;}
  .top-visual.bg-strategy.society .snb-list li {padding:0 5px; max-width: 50px; border:none;}
  .top-visual.bg-strategy.society .snb-list li img {width:100%; height:100%;}
  /* fixed quick_menu */
  /* s: 20230719 word-break 추가 */
  .section-content.society {margin-top:0; word-break: keep-all;}
  /* e: 20230719 word-break 추가 */
  .section-content.society .section-type01 {margin: 35px auto 0 auto;}
  .section-content.society .section-type01 .quick_menu {z-index:3; overflow-x: auto;}
  .section-content.society .section-type01 .quick_menu li a .flex-box {width:90px;}
  .section-content.society .section-type01 .quick_menu li a .flex-box span {font-size:16px;}
  .section-content.society .section-type01 .quick_menu .ico01 {background:url(../../images/common/company/society_menu_ico01_off.png) no-repeat; background-size:85%; background-position: center; width:35px; height:43px;}
.section-content.society .section-type01 .quick_menu .ico02 {background:url(../../images/common/company/society_menu_ico02_off.png) no-repeat; background-size:80%; background-position: center; width:46px; height:37px;}
.section-content.society .section-type01 .quick_menu .ico03 {background:url(../../images/common/company/society_menu_ico03_off.png) no-repeat; background-size:80%; background-position: center; width:49px; height:42px;}
.section-content.society .section-type01 .quick_menu .ico04 {background:url(../../images/common/company/society_menu_ico04_off.png) no-repeat; background-size:80%; background-position: center; width:36px; height:42px;}
.section-content.society .section-type01 .quick_menu li.on .ico01 {background:url(../../images/common/company/society_menu_ico01_on.png) no-repeat; background-size:85%; background-position: center; width:35px; height:43px;}
.section-content.society .section-type01 .quick_menu li.on .ico02 {background:url(../../images/common/company/society_menu_ico02_on.png) no-repeat; background-size:80%; background-position: center; width:46px; height:37px;}
.section-content.society .section-type01 .quick_menu li.on .ico03 {background:url(../../images/common/company/society_menu_ico03_on.png) no-repeat; background-size:80%; background-position: center; width:49px; height:42px;}
.section-content.society .section-type01 .quick_menu li.on .ico04 {background:url(../../images/common/company/society_menu_ico04_on.png) no-repeat; background-size:80%; background-position: center; width:36px; height:42px;}
  /* section contents 최상단 */
  .section-content.society .section-type01.space04 .sub-tit {font-size:24px; font-family: "LGSmHaTB";}
  .section-content.society .section-type01.space04 .sub-txt {font-size:18px; font-family:"LGSmHaTSB"; color:#333130;}
  .section-content.society .section-type01.space04 .sub-tit::before {background:none;}
  .section-content.society .section-type01.space04 .img-area {width:100%;}
  .section-content.society .section-type01.space04 .img-area img {width:100%;}
  /****** 사회공헌페이지 공통코드 e ********/
  
  /* s : section1 생태계 */
  
  .section-content.society .section-type01.brown + .section-inner {position: relative; z-index: 1;}
  /* s:20220427 생태계 여백 없애기-mo */
  .section-content.society .section-type01.brown + .section-inner .section-type01 {margin: auto 0;}
  /* e:20220427 생태계 여백 없애기-mo */
  .section-content.society .section-type01.brown + .section-inner .section-type01::before {position: absolute; bottom:-40px; left:0; width:100%; height:210px; background-color:#E8E1D7; content:''; z-index:-1;}
  .section-content.society .section-type01.brown + .section-inner .section-type01 .sub-txt {font-size:14px; line-height: 1.67; color:#4d4948; font-family:"LGSmHaTR";}

  .section-content.society .section-inner.video-zone .video-wrap {padding-bottom:0px; margin-top:0; overflow:hidden;}
  .section-content.society .section-inner.video-zone .video-wrap .video-area {margin:30px auto 0; width:calc(100% - 60px);}
  /* 밤섬 생태 체험관 */
  .section-content.society .change-area-bx .txt-zone .ico {float:right;}
  .section-content.society .section-type01 .link-area.mo-show {width:calc(100% - 60px); margin:20px auto 0 auto;}
  .section-content.society .section-type01 .link-area.mo-show .bttn.style03.type07.mo-show {box-sizing: border-box; padding:10px 20px; width:100%;}
  /* s: 20230719 추가 */
  .section-content.society .change-area-bx .tit02 {max-width: 100%; margin-bottom: 30px; font-size: 14px; font-family: "LGSmHaTR"; color: #4c4948; line-height: 1.67; padding-right: 10px;}
  /* e: 20230719 추가 */
  	  /* s : 20211201 사회공헌운영현황 mo */
  .section-content.society .section-type01 .link-area.mo-show .bttn.style03.type07.mo-show .ico-download-white01 {float:right; background-position: -194px 85px;
    background-size: 271px 226px;}
	  /* e : 20211201 사회공헌운영현황 mo */
  /* 사회 공헌 비디오 */
  .section-content.society .video-area {margin-top:80px; max-width:1000px; margin:80px auto 0; cursor: pointer;}
  /* 웹툰으로 보는 밤섬 이야기 */
  /* s: 20230719 패딩 추가 */
  .section-content.society .sub-tit03 { padding-left: 20px; margin-top:40px; font-size:18px; font-family:"LGSmHaTSB"; color:#333130;}
  /* e: 20230719 패딩 추가 */
  .section-content.society .sub-tit03.webtoon {padding-bottom:0;}
  .section-content.society .society-webtoon {margin-top:20px; min-height: 480px;}
  .section-content.society .society-webtoon .img-area {margin:0 auto; width:calc(100% - 60px);}
  .section-content.society .society-webtoon .img-area img {width:100%;}
  .section-content.society .society-webtoon .society-webtoon-history {width:100%; box-sizing: border-box;}
  .section-content.society .society-webtoon .society-webtoon-history ul {height:100%;}
  .section-content.society .society-webtoon .society-webtoon-history ul li {position: relative; padding:30px 0; width:100%;font-size:14px; font-family:"LGSmHaTSB";color:#333130;}
  .section-content.society .society-webtoon .society-webtoon-history ul li:not(:last-child) {border-bottom:1px solid #ddd;}
  .section-content.society .society-webtoon .society-webtoon-history ul li a {width:100%; height:100%;}
  .section-content.society .society-webtoon .society-webtoon-history ul li a::after {position: absolute; top:40%; right:-19px; width: 48px; height: 20px; background-image: url(../../images/common/company/society_direction01_black.png); background-repeat: no-repeat; background-size:50%; content:'';}
  
  /* e : section1 생태계 */
  
  /* s : section2 교육 */
  
  /* LIKE GREEN */
  .section-content.society .content-area {display:flex; flex-direction: column; justify-content: space-between; overflow:hidden}
  .section-content.society .txt-area.edu {width:100%;}
  .section-content.society .img-area.edu {text-align: center;}
  .section-content.society .img-area.edu img {margin-top:30px; width:calc(100% - 60px);}
  .section-content.society div[class^="swiper society-slide-main"] {margin-top:30px;}
  /* 그린콘서트, 그린클래스 ... */
  .section-content.society .section-type01 .change-box {display:flex; justify-content: space-between; position: relative;  max-width:1200px; min-height:410px; }
  .section-content.society .section-type01 .change-box .txt-area-bg {display: flex; flex-direction: column; align-items: flex-end; position: absolute; top:70px; right:0; padding:60px 80px 0 0; background-color:#ededf2; width:890px; min-height:285px;}
  .section-content.society .section-type01 .change-box .txt-area { width:50%; font-size:18px; font-family: "LGSmHaTR"; color:#4d4948; line-height:1.66;}
  /* 사회공헌 버튼 href css */
  .section-content.society .link-area.column2 {margin-top:40px;line-height:1.66;}
  .section-content.society .link-area.column2 .bttn.style03.type07:last-child {margin-top:5px;}
  .section-content.society .link-area.column .bttn.style03.type07:last-child {margin-top:5px;}
  .section-content.society .link-area.column.economy {margin:0 auto;}
.section-content.society .link-area.column.economy .bttn.style03.type07:first-child {float:right; width:calc(100% - 40px);}
.section-content.society .link-area.column.economy .bttn.style03.type07:last-child {float:right; width:calc(100% - 40px); margin-top:10px;}
  .section-content.society .bttn.style03.type07 {display: block; padding:10px 20px;}
  .section-content.society .bttn.style03.type07 span {font-size:14px; line-height:1.66; font-family: "LGSmHaTB"; color:#fff;}
  .section-content.society .bttn.style03.type07 .ico-newlink-white01 {display: inline-block; float:right; vertical-align: middle; margin-left:16px; background:url(../../images/common/default/sprite_pc.png); background-position:-266px -265px; width:24px; height:17px; background-size:423px 378px;}
  /* 그린페스티벌 비디오 */
  .section-content.society .section-inner.video-zone::before {display: none;}
  .section-content.society .section-inner.video-zone .section-type01 {padding-top:0;}
  .section-content.society .section-inner.video-zone .section-type01 .video-wrap {padding-bottom:0px;}
  .section-content.society .section-inner.video-zone .section-type01 .video-wrap .swiper-area.society-slide {overflow:hidden;}
  .section-content.society .section-inner.video-zone .swiper-button-prev.strategy,.section-content.society .section-inner.video-zone .swiper-button-next.strategy {padding:0; z-index:2;}
  .section-content.society .section-inner.video-zone .swiper-button-prev::after,.section-content .section-inner.video-zone .swiper-button-next::after {width:15px; height:30px;}
  .section-content.society .section-inner.video-zone .section-type01 .video-wrap .swiper-area .swiper-button-prev.strategy{left:0; bottom:auto; top:50%;}
  .section-content.society .section-inner.video-zone .section-type01 .video-wrap .swiper-area .swiper-button-next.strategy{right:0; top:50%;}
  /* 재미있는 화학놀이터, 화학캠프 */
  .section-content.society .chemical-zone {max-width:1200px; margin-top:60px;}
  .section-content.society .chemical-zone .chemical-box {position: relative;}
  .section-content.society .chemical-zone .chemical-box:first-child {background-color:#e0e0e0; padding:20px 0; font-size:14px; font-family: "LGSmHaTSB"; color:#333130; text-align: center;}
  .section-content.society .chemical-zone .chemical-box:last-child {font-size:14px; font-family: "LGSmHaTR"; color:#4d4948;}
  .section-content.society .chemical-zone .chemical-box .chemical-box-list {padding:20px 0; width:100%; height:100%; text-align: center; border-bottom:1px solid #e0e0e0;}
  .section-content.society .chemical-zone .chemical-box .chemical-box-list:last-child {border-right:none;}
  /* 화학탐구 프론티어 페스티벌 */
  .section-content.society .content-area.frontier-festival .bttn.style03.type07 {width:138px;}
  /* section-type05 추가 */
  /* s: 20230719 추가 */
  .section-content.society .section-type05{margin-top:20px}
  .section-content.society .section-type05 .txt-area {min-height: 230px;}
  /* e: 20230719 추가 */
.section-type05{margin-top:60px}
.section-type05 .sub-tit03 {padding-left:20px; padding-bottom:20px; }
.section-type05 .inner{position:relative}
.section-type05 .txt-area{padding:112px 20px 40px 30px;background:#fafafa;min-height:300px;-webkit-box-sizing:border-box;box-sizing:border-box}
.section-type05 .txt-area .tit01{margin-bottom:23px;font-size:20px;font-family:"LGSmHaTSB";color:#333130;padding-right:10px}
html.lang-de .section-type05 .txt-area .tit01,html.lang-en .section-type05 .txt-area .tit01,html.lang-ja .section-type05 .txt-area .tit01,html.lang-pl .section-type05 .txt-area .tit01,html.lang-zh .section-type05 .txt-area .tit01{word-break:break-word;word-wrap:break-word}
.section-type05 .txt-area .tit02{max-width:100%;margin-bottom:14px;font-size:14px;font-family:"LGSmHaTR";color:#4c4948;line-height:1.67;padding-right:10px}
html.lang-de .section-type05 .txt-area .tit02,html.lang-en .section-type05 .txt-area .tit02,html.lang-ja .section-type05 .txt-area .tit02,html.lang-pl .section-type05 .txt-area .tit02,html.lang-zh .section-type05 .txt-area .tit02{word-break:break-word;word-wrap:break-word}
.section-type05 .txt-area .list + .list{margin-top:7px}
.section-type05 .txt-area .ico{display:table-cell;width:6px;height:6px;background:url("../../images/common/default/bu_circle@2x.png") no-repeat 0 5px;background-size:6px 6px}
.section-type05 .txt-area .txt{display:table-cell;padding-left:10px;font-size:14px;font-family:"LGSmHaTR";color:#4d4948}
.section-type05:first-child{margin-top:40px}
.section-type05.left .swiper-area{width:calc(100% - 59px)}
.section-type05.left .swiper-area img{width:100%}
.section-type05.left .swiper-area .ico{position:absolute;display:block;width:32px;height:32px;background:url("../../images/common/company/ico_movie64x64.png");background-size:100%;left:20px;bottom:20px}
.section-type05.left .img-area{width:calc(100% - 59px)}
.section-type05.left .img-area img{width:100%}
.section-type05.left .txt-area{margin-top:-74px;margin-left:20px}
.section-type05.left .txt-area.gray{background:#edeef3}
.section-type05.left .swiper-pagi-area{position:absolute;bottom:0;right:0;width:124px;height:40px}
.section-type05.left .swiper-pagi-area .swiper-button-next,.section-type05.left .swiper-pagi-area .swiper-button-prev{z-index:11; width:9px;height:14px;top:auto;left:auto;margin-top:0;padding:13px 16px;background:url("../../images/common/company/ico_prev_17x28.png") no-repeat 16px 13px;background-size:9px 14px}
.section-type05.left .swiper-pagi-area .swiper-button-next::after,.section-type05.left .swiper-pagi-area .swiper-button-prev::after {display:none;}
.section-type05.left .swiper-pagi-area .swiper-button-next{right:0;background-image:url("../../images/common/company/ico_next_17x28.png")}
.section-type05.left .swiper-pagi-area .swiper-pagination{width:100%;height:100%;bottom:0;left:0;text-align:center;font-size:16px;color:#7a716b;background:#fff}
.section-type05.left .swiper-pagi-area .swiper-pagination .swiper-pagination-current,.section-type05.left .swiper-pagi-area .swiper-pagination .swiper-pagination-total{display:inline-block;margin-top:13px;margin-right:4px;font-size:13px;font-family:"LGSmHaTSB";color:#393736}
.section-type05.left .swiper-pagi-area .swiper-pagination .swiper-pagination-total{margin-left:4px;margin-right:0;color:#7a716b}
.section-type05.right{position:relative}
.section-type05.right .swiper-area{width:calc(100% - 59px)}
.section-type05.right .swiper-area img{width:100%}
.section-type05.right .swiper-area .ico{position:absolute;display:block;width:32px;height:32px;background:url("../../images/common/company/ico_movie64x64.png");background-size:100%;left:20px;bottom:20px}
.section-type05.right .txt-area{padding-left:50px;margin-top:-74px;margin-right:20px;background:#e8e1d7}
.section-type05.right .txt-area .tit02{max-width:none}
.section-type05.right .swiper-pagi-area{position:absolute;bottom:0;right:0;width:124px;height:40px}
.section-type05.right .swiper-pagi-area .swiper-button-next,.section-type05.right .swiper-pagi-area .swiper-button-prev{width:9px;height:14px;top:auto;left:auto;margin-top:0;padding:13px 16px;background:url("../../images/common/company/ico_prev_17x28.png") no-repeat 16px 13px;background-size:9px 14px}
.section-type05.right .swiper-pagi-area .swiper-button-next{right:0;background-image:url("../../images/common/company/ico_next_17x28.png")}
.section-type05.right .swiper-pagi-area .swiper-pagination{width:100%;height:100%;bottom:0;left:0;text-align:center;font-size:16px;color:#7a716b;background:#fff}
.section-type05.right .swiper-pagi-area .swiper-pagination .swiper-pagination-current,.section-type05.right .swiper-pagi-area .swiper-pagination .swiper-pagination-total{display:inline-block;margin-top:13px;margin-right:4px;font-size:13px;font-family:"LGSmHaTSB";color:#393736}
.section-type05.right .swiper-pagi-area .swiper-pagination .swiper-pagination-total{margin-left:4px;margin-right:0;color:#7a716b}
.section-type05:nth-child(2) .txt-area{min-height:275px}
.section-type05:nth-child(3) .txt-area{min-height:323px}
  
  /* e : section2 교육 */
  
  /* s : section3 경제 */
  
  .section-content.society .section-type01 .sub-tit03.pdb0 {padding-bottom:0;}
  .section-content.society .section-type01 .change-box.reverse {display: flex;}
  .section-content.society .section-type01 .change-box.reverse div[class^="swiper society-slide-mini"] {right:0; left:auto;}
  .section-content.society .section-type01 .change-box.reverse div[class^="swiper society-slide-mini"] .swiper-pagination {left:32%;}
  .section-content.society .section-type01 .change-box.reverse div[class^="swiper society-slide-mini"] .swiper-button-prev {left:68%;}
  .section-content.society .section-type01 .change-box.reverse div[class^="swiper society-slide-mini"] .swiper-button-next {right:4%;}
  .section-content.society .section-type01 .change-box.reverse .txt-area-bg {left:0; align-items: flex-start; padding:60px 0 0 80px;}
  
  .section-content.society .section-type01 .society-slide-mobile {display: flex; margin-top:60px; overflow: hidden;}
  .section-content.society .section-type01 .society-slide-mobile .swiper-wrapper {display: flex;}
  .section-content.society .section-type01 .column-box {margin-right:20px;}
  .section-content.society .section-type01 .column-box .column-item {position: relative; overflow:hidden; width:100%; height:100%;}
  .section-content.society .section-type01 .column-box .column-item .society-slide-column {width:100%; position: relative;}
  .section-content.society .section-type01 .column-box .column-item .society-slide-column .swiper-slide { height:100%; cursor: pointer;}
  .section-content.society .section-type01 .column-box .column-item .society-slide-column .swiper-slide img {width:100%; height:50%;}
  .section-content.society .section-type01 .column-box .column-item .img-area img {width:100%; height:100%;}
  .section-content.society .section-type01 .column-box .column-item .txt-area {position: relative; bottom:0; left:0; z-index: 1;padding:0 25px; min-height:245px; background-color:#fafafa;}
  .section-content.society .section-type01 .column-box .column-item .txt-area .txt-main {font-size:18px; padding-top:30px; font-family: "LGSmHaTSB"; color:#333130;}
  .section-content.society .section-type01 .column-box .column-item .txt-area .txt-sub {font-size:14px; padding-top:20px; font-family: "LGSmHaTR"; color:#4d4948; line-height: 1.66;}
  /* 1분1초 영화제 바로가기 버튼 */
  .section-content.society .section-type01 .bttn.style03.type04 span {font-size:14px; font-family: "LGSmHaTB"; color:#fff;}
  .section-content.society .section-type01 .bttn.style03.type04 .ico-newlink-white01 {display: inline-block; vertical-align: middle; margin-left:16px; background:url(../../images/common/default/sprite_pc.png); background-position:-266px -265px; width:24px; height:17px; background-size:423px 378px;}
  
  /* e : section3 경제 */
  
  /* s : section4 에너지 */
  
  .section-content.society .section-type01.gray.last-gray.pc-show {top:558px; background-color:#ededf2; min-height:360px; width:100%; position: absolute; z-index:0; margin:0;}
  .section-content.society .section-type01.gray.last-gray.mo-show {top:auto; bottom:0; background-color:#ededf2; min-height:38%; width:calc(100% - 40px); position: absolute; z-index:0; margin:0;}
  .section-content.society .video-wrap.pbt0 {padding-bottom:0;}
  
  /* e : section4 에너지 */

  .mo-show{display:block;}
  
  .section-content.society .section-type01 .society-slide-mobile {overflow:hidden;}
  
  /* START : 2023-01-30 : 수정 : 사회 공헌 비전 및 전략과제 Green Economy 아이콘 추가 - Mobile*/
.strategy-task-img-type01-4 {font-family:"LGSmHaTSB";}
.strategy-task-img-type01-4 .img-type01-4 {font-family:"LGSmHaTSB";} 
.strategy-task-img-type01-4 .img-type01-4::after {display: block; margin-top: 30px; margin-left: 0; width: 90%; content: ""; border-bottom: 2px solid #f0efef;}
  /* START : 2023-01-31 : 추가 수정 : css 수정 - Mobile*/
.strategy-task-img-type01-4 .img-type01-4-item {display: flex; align-items: center; padding-left: 35px; font-size: 14px; font-family: "LGSmHaTSB"; margin-top: 0;}
.strategy-task-img-type01-4 .img-type01-4-item .type01-2-tit{display:flex; align-items:center; padding-left: 35px; font-size: 14px; font-family: "LGSmHaTSB"; margin-top: 0;} 
  /* END : 2023-01-31 : 추가 수정 : css 수정 - Mobile*/ 
  /* END : 2023-01-30 : 수정 : 사회 공헌 비전 및 전략과제 Green Economy 아이콘 추가 - Mobile*/

  /* s: 사회공헌 비전 및 전략과제 mobile - 2021-11-04 ~ 2021-11-15 */
.social-contribution {padding-bottom:20px; width:100%;background: #eaf0ee; text-align:center; box-sizing:border-box;}
.social-contribution-txt01 {display:block; width:100%; padding:20px 0 10px; font-size:22px; color:#333130; font-family:"LGSmHaTSB";}
.social-contribution-txt02 {display:block; /*padding-top:29px; padding-left:40px;*/ font-size:14px; color:#333130; font-family:"LGSmHaTR"; line-height:1.6; width:100%;}
.social-contribution-sub-title-img {padding-top:20px;}
.social-contribution-sub-title-img span {padding:0 5px;}
.social-contribution-sub-title-img span img {min-width:50px; width:50px;}

.social-contribution-cont {padding:0 16px 0 16px;}
.social-contribution-cont .social-contribution-inner {width:100%; max-width:1200px; margin:0 auto;}
.social-contribution-sub-tit { margin:40px 0 21px 0px; width:50%; font-size:22px; font-family:"LGSmHaTB"; color:#333130;}
/* .social-contribution-sub-tit::before {content:''; display:block; position:relative; width:24px; height:4px; margin-bottom:13px; background:#333130; } */

.sub-social-contribution {display:flex; flex-direction: column-reverse; width:100%; margin:0 auto;}

.sub-social-contribution .social-txt-group .lg-chem-tit {font-size:24px; font-family:"LGSmHaTB"; padding-top:30px; width:100%;}
.sub-social-contribution .social-txt-group .green-connector {color:#67a062;}
.sub-social-contribution .social-txt-group .social-paragraph {font-size:14px; padding-top:20px; line-height:1.5; font-family:"LGSmHaTR"; width:80%;}

.contribution-wrap {margin:0 auto; margin-top:21px; width:100%;}
.contribution-img-area {width:100%;}
.contribution-img-area img {width:100%;}

.strategy-task-wrap {padding-top:60px;}
.strategy-task {margin-left:20px; padding-bottom:36px; font-size:22px; font-family:"LGSmHaTB"; color:#333130; width:89%; }
/* .strategy-task::before {content:''; display:block; position:relative; width:24px; height:4px; margin-bottom:13px; background:#333130; } */

.strategy-line {border-top:1px solid #ebe9e9; margin:0 auto; padding-left:20px; width:87%; }

.strategy-task-type01 .strategy-task-img-tit img {padding-top:45px; min-width:50px; width:50px;}
/*s: 2021-12-01 사회공헌 비전 및 전략과제 텍스트 수정 mo */
.strategy-task-tit {display:block; padding-top:20px; font-family:"LGSmHaTB"; font-size:18px; color:#3ea15e;}
/*e: 2021-12-01 사회공헌 비전 및 전략과제 텍스트 수정 mo */

/*s: 2021-12-01 사회공헌 비전 및 전략과제 텍스트 수정과 폰트 컬러 mo */
/* s: 20230719 수정 */
.strategy-task-txt {display:block; width:80%; line-height:1.5; font-size:14px; font-family:"LGSmHaTR"; color:#333130;}
/* e: 20230719 수정 */
.strategy-task-txt span { color:#333130;}
.strategy-task-type01 {width:100%;}

.strategy-task-img-type01-1 {margin-top:50px;}
.strategy-task-img-type01-1 .type00-1-item {padding-left:18px; padding-top:19px; margin:0 auto; background:#fafafa; border-top:1px solid #e7e5e5;}
.strategy-task-img-type01-1 .type00-1-item::after {display:block; margin-top:30px; margin-left:0; width:90%; content:""; border-bottom:2px solid #f0efef;}
.strategy-task-img-type01-1 .type01-1-item {padding-left:18px; padding-top:19px; padding-bottom:20px; margin:0 auto; background:#fafafa; border-bottom:1px solid #e7e5e5;}
.strategy-task-img-type01-1 .type01-1-item img {width:57px;}

/*s: 2021-12-01 사회공헌 비전 및 전략과제 텍스트 수정 mo */
.strategy-task-img-type01-1 li .img-type01-1-tit {padding-top:20px; padding-left:35px; font-size:14px; font-family:"LGSmHaTSB"; color:#333130;}
/*e: 2021-12-01 사회공헌 비전 및 전략과제 텍스트 수정 mo */

.strategy-task-img-type01-2 {display:none;}

/* .strategy-task-type02 .strategy-task-img-tit {padding-top:44px; padding-left:20px; width:45%;} */
.strategy-task-img-tit {padding:0 16px 0 16px;}
.strategy-task-type02 .strategy-task-img-tit img {padding-top:59px; min-width:50px; width:50px;}

.strategy-task-img-type01-2-mo {margin-top:48px; background:#fafafa; border-top:1px solid #e7e5e5; padding:19px 0 0 18px; }
.type02-2-item-type02 {padding-top:19px;}
.strategy-task-img-type01-2 .img-type01-2-tit {font-size:28px; font-family:"LGSmHaTR"; display:block; padding-bottom:147px; color:#333130;}

/*s: 2021-12-01 사회공헌 비전 및 전략과제 텍스트 수정 mo */
.strategy-task-img-type01-2-mo .img-type01-2-tit {margin-top:40px; padding-left:35px; font-size:14px; font-family:"LGSmHaTSB"; color:#333130;}
/*e: 2021-12-01 사회공헌 비전 및 전략과제 텍스트 수정 mo */

.strategy-task-img-type01-2-mo .type00-2-item::after {display:block; margin-top:30px; margin-left:0; width:90%; content:""; border-bottom:2px solid #f0efef;}
.strategy-task-img-type01-2-mo .type02-2-item::after {display:block; margin-top:30px; margin-left:0; width:90%; content:""; border-bottom:2px solid #f0efef;}
.strategy-task-img-type01-2-mo .type01-2-item-wrap {padding-bottom:145px;}

.strategy-task-type03 .strategy-task-img-tit img {min-width:50px; width:50px;} 
.strategy-task-img-type01-3-mo {margin:0 auto; background:#fafafa; border-bottom:1px solid #e7e5e5; padding:19px 0 18px 18px; color:#333130;}

/*s: 2021-12-01 사회공헌 비전 및 전략과제 텍스트 수정 mo */
.strategy-task-img-type01-3-mo .img-type01-2-tit { margin-top:40px; padding-left:35px; font-size:14px; font-family:"LGSmHaTSB"; color:#333130;}
/*e: 2021-12-01 사회공헌 비전 및 전략과제 텍스트 수정 mo */

.strategy-task-img-type01-3-mo .img-type01-2-tit::after {display:block; margin-top:30px; margin-left:0; width:90%; content:""; border-bottom:2px solid #f0efef;}

/*s: 2021-12-01 사회공헌 비전 및 전략과제 텍스트 수정 mo */
.strategy-task-img-type01-3-mo .img-type01-2-tit-tit { margin-top:40px; margin-left:35px; font-size:14px; font-family:"LGSmHaTSB"; color:#333130;}
/*e: 2021-12-01 사회공헌 비전 및 전략과제 텍스트 수정 mo */

.strategy-task-img-type01-3-mo .type00-2-item {padding-bottom:70px;}
.type01-2-item-type2 {padding-top:19px;}

.strategy-task-type03 .strategy-task-img-tit {padding-top:45px; padding-left:20px;}

.strategy-task-cont-wrap {padding-left:16px; padding-right:16px;}
.strategy-task-cont-wrap .strategy-task-img-type01-4 {margin: 0 auto; background: #fafafa; border-top: 1px solid #e7e5e5; border-bottom: 1px solid #e7e5e5; margin-top:48px; padding: 19px 0 18px 18px; color:#333130;}

.type01-2-tit {margin-top:40px;}

/*s: 2021-12-01 사회공헌 비전 및 전략과제 텍스트 수정 mo */
.strategy-task-cont-wrap .strategy-task-img-type01-4 .img-type01-4 .type01-2-tit {padding-left:35px; font-size:14px; font-family:"LGSmHaTSB"; color:#333130;}
/*e: 2021-12-01 사회공헌 비전 및 전략과제 텍스트 수정 mo */

/*s: 2021-12-01 사회공헌 비전 및 전략과제 텍스트 수정 mo */
.strategy-task-img-type01-1 .type01-1-item span {font-size:14px; font-family:"LGSmHaTSB"; color:#333130;}
/*e: 2021-12-01 사회공헌 비전 및 전략과제 텍스트 수정 mo */
 
.strategy-task-type04 .strategy-task-img-tit {padding-top:45px; padding-left:20px; color:#333130; }
.strategy-task-type04 .strategy-task-img-tit img {min-width:50px; width:50px;}
.strategy-task-type04 .strategy-task-cont-wrap .strategy-task-img-type01-11 {margin:0 auto; margin-top:50px; background:#fafafa; border-top:1px solid #e7e5e5; border-bottom:1px solid #e7e5e5; padding:19px 0px 18px 35px; margin-bottom:50px; color:#333130;}
.strategy-task-img-type01-11 .type01-1-item::after {display:block; margin-top:30px; margin-left:0; width:90%; content:""; border-bottom:2px solid #f0efef; }

/*s: 2021-12-01 사회공헌 비전 및 전략과제 텍스트 수정과 폰트 컬러 mo */
.strategy-task-cont-wrap .strategy-task-img-type01-11 .type01-1-item span {margin-top:24px; padding-left:35px;font-size:14px; font-family:"LGSmHaTSB"; color:#333130;}
/*e: 2021-12-01 사회공헌 비전 및 전략과제 텍스트 수정과 폰트 컬러 mo */

.strategy-task-cont-wrap .strategy-task-img-type01-11 .type01-1-item-type02 {padding-top:19px; }

/*s: 2021-12-01 사회공헌 비전 및 전략과제 텍스트 수정 mo */
.strategy-task-cont-wrap .strategy-task-img-type01-11 .type01-1-item-type02 .img-type01-4-tit {padding-left:35px; margin-top:24px; font-size:14px; font-family:"LGSmHaTSB"; }
/*e: 2021-12-01 사회공헌 비전 및 전략과제 텍스트 수정 mo */

.bg-area-wrap-wrap {display:none;}
/* e: 사회공헌 비전 및 전략과제 mobile - 2021-11-04 ~ 2021-11-15 */

/* s : 20211208 공지사항 페이지 신설 mo */

.new-notice .snb-type01 .snb-inner .sub-title {position:relative;}
.new-notice .sub-title-txt {margin:20px auto; }
.new-notice .sub-title-txt p {padding:0 20px; font-size:14px; font-family:"LGSmHaTSB"; color:#333130;}
.new-notice .snb-type01 .snb-list {margin-top:22px;}
.new-notice .news-area .news-search-nodata {display: none;}
.new-notice .news-list .news-box .news-txt.type02 {box-sizing:border-box; height:195px;}
.new-notice .news-list .news-box .news-txt .date {left:31px;}
.new-notice .news-list .news-box .news-txt.type02 .tit {height:6.6rem;}
.new-notice .paginav,.new-notice .search-area {display:none;}
.new-notice .btn-area.type01 {margin-bottom:40px;}
.new-notice .btn-area.type01 .txt02 {display: inline-block; vertical-align: middle; font-size: 14px; color: #333130; font-family: "LGSmHaTSB"; position: relative; top: 1px; z-index: 1;}
.new-notice .section-content.ir-do.product.sectionOne .section-inner .sub-title {display:none;}
/* s: 20230704 수정 */
.new-notice .section-content.ir-do.product.sectionOne .section-inner .accordion-st-area .txt02 {display: block; margin-top: 10px; font-family:"LGSmHaTSB";}
/* e: 20230704 수정 */

/* e : 20211208 공지사항 페이지 신설 mo */

/* s: 20220304 컬러 시스템 스타일 수정 - mo */
.fivecolor-color-system {width:50%; margin:0 auto; display:flex; position:relative; left:7%; padding-top: 63px;}
.fivecolor-color-system img {width:100%;}
.color-system-pc-img {display:none;}
.color-system-mo-img {display:block;}
/* e: 20220304 컬러 시스템 스타일 수정 - mo */

/* s: 20230525 버튼 정렬 */
.section-aside.corp.align-column {display:flex; flex-direction:inherit; align-items:center; gap: 0 10px; margin-top: 110px;}
.section-aside.corp.align-column .corporation {margin-right:0;}
/* s: 20230525 버튼 정렬 */

/* S: 20230126 클래스 추가 - mo */
.section-aside.corp.about {position:relative; width:100%; display: flex; flex-direction: column; align-items: center; top: 81.3%; left: 0; right: 0;}
.section-aside.corp.about .corporation {position: relative; width:70%; height: 48px; -webkit-box-sizing: border-box; box-sizing: border-box; padding: 0 12px; margin-right: 10px; margin-bottom: 10px; display: inline-block; background-color: #333130; text-align: left;}
.section-aside.corp .corporation:nth-child(1n) {margin-right: 0;}
/* E: 20230126 클래스 추가 - mo */

/* S: 20230210 신설영역 - 지속가능전략 */
.section-content.sustain-strategies {background:#faf5f5; padding: 20px; margin-top: 40px;}
.sustain-strategies .strategies-wrap p {font-size: 14px; margin-top: 10px; font-family:"LGSmHaR";}
.sustain-strategies .strategies-wrap .strategies-content {display:flex; flex-direction:column;}
.strategies-content .strategies-list {position: relative; width: 100%; padding-left: 100px; border-bottom: 1px solid #d2cece;}
.strategies-content .strategies-list:nth-child(3) {border-bottom: none;}
/* s: 20230508 수정 */
.strategies-content .strategies-list li {font-size: 12px; font-family:"LGSmHaTR"; margin-bottom:12px;}
/* e: 20230508 수정 */
.strategies-content .strategies-list .list-big-tit {font-size:14px; font-family:"LGSmHaB";margin-top:20px;margin-bottom:20px;font-weight:bold;}
.strategies-content .strategies-list:nth-child(1)::before {content:''; position: absolute; top: 50%; left: -10px; transform: translate(0,-50%); background: url(../../images/common/company/ico_sustain01.png) center center no-repeat; background-size: 80% 80%; width: 110px; height:110px;}
.strategies-content .strategies-list:nth-child(2)::before {content:''; position: absolute; top: 50%; left: -10px; transform: translate(0,-50%); background: url(../../images/common/company/ico_sustain02.png) center center no-repeat; background-size: 80% 80%; width: 110px; height:110px;}
.strategies-content .strategies-list:nth-child(3)::before {content:''; position: absolute; top: 50%; left: -10px; transform: translate(0,-50%); background: url(../../images/common/company/ico_sustain03.png) center center no-repeat; background-size: 80% 80%; width: 110px; height:110px;}
.strategies-content .strategies-list .list-sub-tit {font-size:12px;font-family:"LGSmHaR";text-align:center;}
/* E: 20230210 신설영역 - 지속가능전략 */

/* S: 20230210 신설영역 - 비전 */
.strategies-content.life-vision .strategies-list {padding-top: 30px; padding-bottom: 30px;}
.strategies-content.life-vision .strategies-list .future-graph {width: 155px; height: auto;}
.strategies-content.life-vision .strategies-list .list-big-tit {font-size:14px; font-family:"LGSmHaB";margin-top:10px;margin-bottom:10px;font-weight:bold;color:#a50034;}
.strategies-content.life-vision .strategies-list:nth-child(1)::before {content:''; position: absolute; top: 50%; left: -40px; transform: translate(0,-50%); background: url(../../images/common/company/ico_vision01_new.png) center center no-repeat; background-size: 50% 50%; width: 168px; height:168px;}

.strategies-content.life-vision .strategies-list:nth-child(2)::before {content:''; position: absolute; top: 50%; left: -40px; transform: translate(0,-50%); background: url(../../images/common/company/ico_vision02_new.png) center center no-repeat; background-size: 50% 50%; width: 168px; height:168px;}
.strategies-content.life-vision .strategies-list:nth-child(3)::before {content:''; position: absolute; top: 50%; left: -40px; transform: translate(0,-50%); background: url(../../images/common/company/ico_vision03_new.png) center center no-repeat; background-size: 50% 50%; width: 168px; height:168px;}
/* E: 20230210 신설영역 - 비전 */

/* S: 2023-02-13 그래프 이미지영역 */
.sales-graph-area {width:330px;}
.sales-graph-area img {max-width:100%;}
/* E: 2023-02-13 그래프 이미지영역 */
}

@media (max-width: 1023px) and (min-width: 768px) and (max-width: 1023px){
  .section-content.advertising-media .thumb-list{width:515px}
  .section-content.advertising-media .thumb-list li{margin-left:25px}
  .section-content.advertising-media .thumb-list li:nth-child(even){margin-left:25px}
  .section-content.advertising-media .thumb-list li:nth-child(3n+1){margin-left:0}}
  @media (max-width: 1023px){
  /*! 광고 - 홍보영상 */
  .section-content.advertising-movie{margin-top:40px}
  .section-content.advertising-movie .left-cont{width:335px;margin:0 auto 40px}
  .section-content.advertising-movie .img-info{position:relative;width:100%;height:auto;margin-top:21px}
  .section-content.advertising-movie .img-info img{width:100%;height:auto;border:1px solid #e0e0e0}
  .section-content.advertising-movie .img-info .ico{position:absolute;left:13px;bottom:14px;width:30px;height:30px;background:url("../../images/common/company/ico_movie55x55.png") no-repeat 0 0;background-size:cover}
  .section-content.advertising-movie .right-cont{position:relative}
  .section-content.advertising-movie .thumb-list{width:335px;margin:0 auto 10px}
  .section-content.advertising-movie .thumb-list li{position:relative;float:left;width:155px;height:165px}
  .section-content.advertising-movie .thumb-list li .item{position:absolute;top:0;left:0;padding:0;display:inline-block;width:100%;-webkit-box-sizing:border-box;box-sizing:border-box}
  .section-content.advertising-movie .thumb-list li .item .tit{display:inline-block;margin-top:11px;font-size:14px;font-family:"LGSmHaTSB";color:#4d4948;display:block;display:-webkit-box;-webkit-box-orient:vertical;position:relative;line-height:1.2!important;overflow:hidden;-o-text-overflow:ellipsis;text-overflow:ellipsis;height:2.4em;-webkit-line-clamp:2;display:-webkit-box!important;white-space:unset}
  .section-content.advertising-movie .thumb-list li .item .tit:after{content:'';text-align:right;bottom:0;right:0;width:25%;display:block;position:absolute;height:1.2em}
  @supports (-webkit-line-clamp: 1){
  .section-content.advertising-movie .thumb-list li .item .tit:after{display:none!important}}
  .section-content.advertising-movie .thumb-list li .item .ico{position:absolute;top:63px;left:5px;width:18px;height:18px;background:url("../../images/common/company/ico_movie_mo.png") no-repeat 0 0;background-size:cover}
  .section-content.advertising-movie .thumb-list li img{width:155px;height:86px;border:1px solid #e0e0e0;-webkit-box-sizing:border-box;box-sizing:border-box}
  .section-content.advertising-movie .thumb-list li:nth-child(even){margin-left:25px}}
  @media (max-width: 1023px) and (min-width: 768px) and (max-width: 1023px){
  .section-content.advertising-movie .left-cont{width:515px;margin:0 auto 40px}
  .section-content.advertising-movie .img-info{position:relative;width:100%}
  .section-content.advertising-movie .thumb-list{width:515px}
  .section-content.advertising-movie .thumb-list li{margin-left:25px}
  .section-content.advertising-movie .thumb-list li:nth-child(even){margin-left:25px}
  .section-content.advertising-movie .thumb-list li:nth-child(3n+1){margin-left:0}}
  @media (max-width: 1023px){
  /*! 주식정보 - 주가정보 */
  .section-content.stock02-01 .tab-menu-type01,.section-content.stock02-02 .tab-menu-type01{margin-bottom:30px}
  .section-content.stock02-01 .stock-info iframe,.section-content.stock02-02 .stock-info iframe{width:100%;height:2010px}
  .section-content.stock02-01 .section-inner,.section-content.stock02-02 .section-inner{margin:40px 20px 0 20px}}
  @media (max-width: 1023px) and (min-width: 769px) and (max-width: 1023px){
  /*! 주식정보 - 주가정보 */
  .section-content.stock02-01 .tab-menu-type01,.section-content.stock02-02 .tab-menu-type01{margin-bottom:30px}
  .section-content.stock02-01 .stock-info iframe,.section-content.stock02-02 .stock-info iframe{width:100%;height:1220px}}
  @media (max-width: 1023px){
    #container{padding-top: 75px;}
  /*! 공시정보 - 전자공고 */
  .section-content.disclosure-info01{margin-top:40px;margin-bottom:57px}
  .section-content.disclosure-info01 .section-inner{margin:0 20px}
  .section-content.disclosure-info01 .table-disclosure-info01-01 colgroup .col01{width:48px}
  .section-content.disclosure-info01 .table-disclosure-info01-01 colgroup .col02{width:auto}
  .section-content.disclosure-info01 .table-disclosure-info01-01 colgroup .col03{width:100px}
  .section-content.disclosure-info01 .table-disclosure-info01-01 .bttn{padding-left:20px;padding-right:20px}
  .section-content.disclosure-info01 .table-disclosure-info01-01 .bttn .ico-download-white01{margin-left:20px}
  .section-content.disclosure-info01 .paginav{margin-top:26px}
  /* s: 20230714 더보기 버튼추가 */
  .disclosure-info01 .btn--centered.btnMore {display: flex; justify-content: center; font-size: 14px; font-family: "LGSmHaTR";}
  .disclosure-info01 .btn-outline {padding: 12px 15px; margin-top: 50px; border: 1px solid grey; border-radius: 50px;}
  .disclosure-info01 .font--w700 {font-family: "LGSmHaTB";}
  /* e: 20230714 더보기 버튼추가 */
  /*! IR자료실 - 감사보고서 - 연결 재무제표 */
  .ir-report01{margin-top:40px}
  .ir-report01 .section-inner{margin:0 20px}
  .ir-report01 .txt-info01{font-size:14px;color:#4c4948;font-family:"LGSmHaTR";margin-top:20px;padding-left:10px;text-indent:-10px}
  .ir-report01 .sub-title{margin-top:60px}
  .ir-report01 .txt-info01 + .sub-title{margin-top:30px}
  .ir-report01 .recent-data-list{width:100%;margin-top:20px;border:1px solid #e0e0e0}
  .ir-report01 .recent-data-list li{background-color:#fff;border-bottom:1px solid #e0e0e0;position:relative;padding:0 30px}
  .ir-report01 .recent-data-list li:last-child{border-bottom:0}
  .ir-report01 .recent-data-list li .years{padding:30px 0 0 0;font-size:18px;font-family:"LGSmHaTB";color:#a50034}
  .ir-report01 .recent-data-list li .years + .download-area{border-top:0}
  .ir-report01 .recent-data-list .download-area{display:block;width:100%;border-top:1px solid #e0e0e0;padding:30px 0 30px 0}
  .ir-report01 .recent-data-list .download-area .area01{display:block;font-size:16px;font-family:"LGSmHaTSB";color:#333130}
  .ir-report01 .recent-data-list .download-area .area01 .input-radio{margin-left:30px}
  .ir-report01 .recent-data-list .download-area .area01 .input-radio.right label{padding-left:20px}
  .ir-report01 .recent-data-list .download-area .area02{display:block;margin-top:18px}
  .ir-report01 .recent-data-list .download-area .area02 .selectbox{display:block;height:48px}
  .ir-report01 .recent-data-list .download-area .area02 .selectbox select{height:48px;line-height:48px}
  .ir-report01 .recent-data-list .download-area .area02 .select-design .select-list li{padding:0}
  .ir-report01 .recent-data-list .download-area .area02 .bttn{display:block;margin-top:10px;text-align:left}
  .ir-report01 .recent-data-list .download-area .area02 .bttn.type03{padding:16px 11px 16px 21px}
  .ir-report01 .recent-data-list .download-area .area02 .bttn .txt01{left:0}
  .ir-report01 .recent-data-list .download-area .area02 .bttn .ico-download-white01{position:absolute;top:50%;right:21px;margin-top:-7px}
  .ir-report01 .recent-data-list .download-area .area02 .bttn.style03:active,.ir-report01 .recent-data-list .download-area .area02 .bttn.style03:focus,.ir-report01 .recent-data-list .download-area .area02 .bttn.style03:hover{background-color:#a50034}
  .ir-report01 .accordion-st-area{margin:20px 0 80px 0}
  .ir-report01 .accordion-st-area.space01{margin-bottom:25px}
  .ir-report01 .accordion-st-area .accordion-st-list{margin-top:17px;border:1px solid #ccc}
  .ir-report01 .accordion-st-area .accordion-st-list .title{background-color:#fafafa}
  .ir-report01 .accordion-st-area .accordion-st-list .title .btn-spread{position:relative;width:100%;padding:28px 28px;text-align:initial}
  .ir-report01 .accordion-st-area .accordion-st-list .title .icon{position:absolute;top:50%;right:34px;display:block;margin-top:-2px}
  .ir-report01 .accordion-st-area .accordion-st-list .title .arrow-l,.ir-report01 .accordion-st-area .accordion-st-list .title .arrow-r{position:absolute;display:block;width:11px;height:2px;background-color:#333130;-webkit-transition:.2s all;-o-transition:.2s all;transition:.2s all}
  .ir-report01 .accordion-st-area .accordion-st-list .title .arrow-l{right:0;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}
  .ir-report01 .accordion-st-area .accordion-st-list .title .arrow-r{top:0;right:-7px;-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg)}
  .ir-report01 .accordion-st-area .accordion-st-list .title .txt{font-size:16px;font-family:"LGSmHaTB";color:#333130}
  .ir-report01 .accordion-st-area .accordion-st-list .item{border-bottom:1px solid #ccc}
  .ir-report01 .accordion-st-area .accordion-st-list .item:last-child{border-bottom:0}
  .ir-report01 .accordion-st-area .accordion-st-list .detail{display:none;background:#fff}
  .ir-report01 .accordion-st-area .accordion-st-list .detail .download-area{display:block;width:calc(100% - 60px);border-top:1px solid #e0e0e0;padding:30px 0 30px 0;margin:0 30px}
  .ir-report01 .accordion-st-area .accordion-st-list .detail .download-area .area01{display:block;font-size:16px;font-family:"LGSmHaTSB";color:#333130}
  .ir-report01 .accordion-st-area .accordion-st-list .detail .download-area .area01 .input-radio{margin-left:30px}
  .ir-report01 .accordion-st-area .accordion-st-list .detail .download-area .area02{display:block;margin-top:18px}
  .ir-report01 .accordion-st-area .accordion-st-list .detail .download-area .area02 .selectbox{display:block;height:48px}
  .ir-report01 .accordion-st-area .accordion-st-list .detail .download-area .area02 .selectbox select{height:48px;line-height:48px}
  .ir-report01 .accordion-st-area .accordion-st-list .detail .download-area .area02 .bttn{display:block;margin-top:10px;text-align:left}
  .ir-report01 .accordion-st-area .accordion-st-list .detail .download-area .area02 .bttn.type03{padding:16px 11px 16px 21px}
  .ir-report01 .accordion-st-area .accordion-st-list .detail .download-area .area02 .bttn .txt01{left:0}
  .ir-report01 .accordion-st-area .accordion-st-list .detail .download-area .area02 .bttn .ico-download-white01{position:absolute;top:50%;right:21px;margin-top:-7px}
  .ir-report01 .accordion-st-area .accordion-st-list .detail .download-area .area02 .bttn.style03:active,.ir-report01 .accordion-st-area .accordion-st-list .detail .download-area .area02 .bttn.style03:focus,.ir-report01 .accordion-st-area .accordion-st-list .detail .download-area .area02 .bttn.style03:hover{background-color:#a50034}
  .ir-report01 .accordion-st-area .accordion-st-list .detail .download-area:first-child{border-top:0;padding-top:0}
  .ir-report01 .accordion-st-area .accordion-st-list .item.on .title{background:#fff}
  .ir-report01 .accordion-st-area .accordion-st-list .item.on .title .btn-spread{padding:27px 30px 27px 30px}
  .ir-report01 .accordion-st-area .accordion-st-list .item.on .title .icon{right:34px}
  .ir-report01 .accordion-st-area .accordion-st-list .item.on .title .txt{color:#a50034;font-size:18px}
  .ir-report01 .accordion-st-area .accordion-st-list .item.on .title .icon .arrow-l{-webkit-transform:rotate(135deg);-ms-transform:rotate(135deg);transform:rotate(135deg)}
  .ir-report01 .accordion-st-area .accordion-st-list .item.on .title .icon .arrow-r{-webkit-transform:rotate(-135deg);-ms-transform:rotate(-135deg);transform:rotate(-135deg)}
  /*! IR 활동 */
  .snb-type01.ir-do{padding-bottom:247px}
  /* s: 2022-01-20 company > 홍보센터 > 공지사항 - mo */
  .section-content.ir-do{margin-top:60px; margin-bottom:60px;}
  /* e: 2022-01-20 company > 홍보센터 > 공지사항 - mo */
  .section-content.ir-do .section-inner{margin:0 20px}
  .etc-area{width:100%;margin:-232px auto -14px auto;padding-left:20px;-webkit-box-sizing:border-box;box-sizing:border-box}
  .etc-area .date{padding-right:40px}
  .etc-area .date .year{padding-top:2px;font-family:"LGSmHaTB";font-size:22px;line-height:1.6}
  .etc-area .date .tab-menu{width:100%;padding:8px 0 34px}
  .etc-area .date .tab-menu li{float:left;width:25%;text-align:center;-webkit-box-sizing:border-box;box-sizing:border-box}
  .etc-area .date .tab-menu li.on .ir{width:100%;height:100%;background:url("../../images/common/company/ico_date_bg.png") no-repeat center center;background-size:contain}
  .etc-area .date .tab-menu li.on .txt{font-family:"LGSmHaTSB";color:#fff}
  .etc-area .date .tab-menu .ir{display:inline-block;width:100%;padding:15px 0 14px 0;vertical-align:top}
  .etc-area .date .tab-menu .ir .txt{font-size:16px;font-family:"LGSmHaTSB"}
  .etc-area .date .tab-menu li.active .txt{color:#333130}
  .etc-area .date .tab-menu li.inactive .txt{color:#a19896}
  .etc-area .date .tab-menu li.inactive{cursor: default;}
  .ir-do .schedule-ty01{margin-top:17px}
  .ir-do .schedule-ty01 .list{padding:24px 28px 27px;border:1px solid #e0e0e0}
  .ir-do .schedule-ty01 .btn{margin-top:30px}
  .ir-do .schedule-ty01 .btn .bttn.type03{display:block;text-align:left;padding-left:20px}
  .ir-do .schedule-ty01 .btn .bttn .ico-download-white01{position:absolute;right:20px}
  .ir-do .schedule-ty01 .list + .list{border-top:none}
  .ir-do .schedule-ty01 .schedule-ttl{margin-bottom:8px;word-break:keep-all;color:#333130;font-family:"LGSmHaTSB";font-size:18px;line-height:1.4;display:block;display:-webkit-box;-webkit-box-orient:vertical;position:relative;line-height:1.4!important;overflow:hidden;-o-text-overflow:ellipsis;text-overflow:ellipsis;height:2.8em;-webkit-line-clamp:2;display:-webkit-box!important;white-space:unset;max-height:50px;height:auto}
  .ir-do .schedule-ty01 .schedule-ttl:after{content:'';text-align:right;bottom:0;right:0;width:25%;display:block;position:absolute;height:1.4em}
  @supports (-webkit-line-clamp: 1){
  .ir-do .schedule-ty01 .schedule-ttl:after{display:none!important}}
  .ir-do .schedule-ty01 .sche-detail li{padding-left:9px;background:url("../../images/common/default/bu_circle.png") no-repeat 0 7px;background-size:4px;font-size:14px;line-height:1.5}
  .ir-do .schedule-ty01 .sche-detail li strong{margin-right:15px;color:#333130;font-family:"LGSmHaTSB"}
  .ir-do .schedule-ty01 .sche-detail li span{color:#4c4948;font-family:"LGSmHaTR"}
  .ir-do .accordion-st-area{margin:20px 0 0 0}
  .ir-do .accordion-st-list{margin-top:20px;border:1px solid #ccc}
  .ir-do .accordion-st-list .title{background-color:#fafafa}
  /* s: 20230704 수정 */
  .ir-do .accordion-st-list .title .btn-spread{position:relative;width:100%;padding:15px 57px 15px 28px;text-align:left; word-break: break-word;}
  /* e: 20230704 수정 */
  .ir-do .accordion-st-list .title .icon{position:absolute;top:25px;right:35px}
  .ir-do .accordion-st-list .title .arrow-l,.ir-do .accordion-st-list .title .arrow-r{position:absolute;display:block;width:11px;height:2px;background-color:#333130;-webkit-transition:.2s all;-o-transition:.2s all;transition:.2s all}
  .ir-do .accordion-st-list .title .arrow-l{right:0;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}
  .ir-do .accordion-st-list .title .arrow-r{top:0;right:-7px;-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg)}
  .ir-do .accordion-st-list .title .txt{font-size:16px;font-family:"LGSmHaTB";color:#333130}
  .ir-do .accordion-st-list .item{border-bottom:1px solid #ccc}
  .ir-do .accordion-st-list .detail{display:none;padding:12px 19px 17px}
  .ir-do .accordion-st-list .detail .club{margin-top:40px}
  .ir-do .accordion-st-list .detail .club:first-child{margin:0}
  .ir-do .accordion-st-list .detail .club:last-child .list:last-child{border-bottom:none;margin-bottom:-16px}
  .ir-do .accordion-st-list .detail .club-txt{width:100%;-webkit-box-sizing:border-box;box-sizing:border-box;padding:15px 0 16px 25px;background:#eeece8;font-family:"LGSmHaTSB";font-size:16px}
  .ir-do .accordion-st-list .detail .list{position:relative;padding:24px 10px 0;border-bottom:1px solid #e0e0e0}
  .ir-do .accordion-st-list .detail .list .list-title{word-break:keep-all;font-family:"LGSmHaTSB";font-size:18px;display:block;display:-webkit-box;-webkit-box-orient:vertical;position:relative;line-height:1.4!important;overflow:hidden;-o-text-overflow:ellipsis;text-overflow:ellipsis;height:2.8em;-webkit-line-clamp:2;display:-webkit-box!important;white-space:unset;max-height:50px;height:auto}
  .ir-do .accordion-st-list .detail .list .list-title:after{content:'';text-align:right;bottom:0;right:0;width:25%;display:block;position:absolute;height:1.4em}
  @supports (-webkit-line-clamp: 1){
  .ir-do .accordion-st-list .detail .list .list-title:after{display:none!important}}
  .ir-do .accordion-st-list .detail .list ul{margin:12px 0 26px}
  .ir-do .accordion-st-list .detail .list li{font-size:14px;background:url("../../images/common/default/bu_circle.png") no-repeat 0 7px;background-size:4px;line-height:1.5}
  .ir-do .accordion-st-list .detail .list li strong{padding-right:20px;color:#333130;font-family:"LGSmHaTSB";padding-left:8px}
  .ir-do .accordion-st-list .detail .list li span{color:#4c4948;font-family:"LGSmHaTR"}
  .ir-do .accordion-st-list .detail .list .btn{margin-bottom:30px}
  .ir-do .accordion-st-list .detail .list .btn .bttn.type03{display:block;text-align:left;padding-left:20px}
  .ir-do .accordion-st-list .detail .list .btn .bttn .ico-download-white01{position:absolute;right:20px}
  .ir-do .accordion-st-list .item.on{background:#fff}
  .ir-do .accordion-st-list .item.on .title{background:#fff}
  .ir-do .accordion-st-list .item.on .title .txt{color:#a50034;font-size:18px}
  .ir-do .accordion-st-list .item.on .title .icon{top:22px}
  .ir-do .accordion-st-list .item.on .title .icon .arrow-l{-webkit-transform:rotate(135deg);-ms-transform:rotate(135deg);transform:rotate(135deg)}
  .ir-do .accordion-st-list .item.on .title .icon .arrow-r{-webkit-transform:rotate(-135deg);-ms-transform:rotate(-135deg);transform:rotate(-135deg)}
  .download-box-ir{margin-top:-14px;width:calc(100% - 18px);padding:48px 0 80px;background:#eeece8;-webkit-box-sizing:border-box;box-sizing:border-box}
  .download-box-ir .ir-info{margin:0 20px;color:#333130}
  .download-box-ir .ir-info p{margin-bottom:15px;font-family:"LGSmHaTR";font-size:18px;line-height:1.5}
  .download-box-ir .ir-info p span.mob-block{display:block}
  .download-box-ir .ir-info .phone{width:100%;-webkit-box-sizing:border-box;box-sizing:border-box;padding-left:20px;background:#fff}
  .download-box-ir .ir-info .phone a,.download-box-ir .ir-info .phone span{display:inline-block;height:36px;padding-top:20px;font-family:"LGSmHaTSB";font-size:18px}
  .download-box-ir .ir-info .phone a{display:inline-block;padding:20px 27px 0}
  .download-box-ir .ir-info .phone span:nth-child(2){display:inline-block;padding:20px 27px 0}
  .download-box-ir .ir-info .question{width:100%;-webkit-box-sizing:border-box;box-sizing:border-box;margin-top:12px;position:relative;background:#4d4948}
  .download-box-ir .ir-info .question a{display:block;height:36px;padding:20px 0 0 20px;color:#fff;font-family:"LGSmHaTSB";font-size:18px}
  .download-box-ir .ir-info .question a .ico{position:absolute;top:28px;right:40px;display:inline-block;background-image:url(../../images/common/default/sprite_pc.png);background-position:-275px -233px;width:30px;height:10px;background-size:431px 383px}
  /*! 뉴스룸 - 리스트 */
  /* .snb-type01.press-release-list{padding:30px 0 37px 20px} */
  .news-area{margin:40px 20px 0}
  .news-area .paginav{margin-bottom:40px}
  .news-area .news-search-result{width:100%;text-align:center;padding-bottom:36px}
  .news-area .news-search-result .txt01{color:#333130;font-family:"LGSmHaTR";font-size:16px}
  .news-area .news-search-result .txt02{color:#333130;font-family:"LGSmHaTR";font-size:16px}
  .news-area .news-search-result .point01{color:#a50034;font-family:"LGSmHaTSB";font-size:16px}
  .news-area .news-search-nodata{width:100%;text-align:center;padding-bottom:100px}
  .news-area .news-search-nodata .txt01{color:#333130;font-family:"LGSmHaTR";font-size:16px}
  .news-area .news-search-nodata .txt02{color:#333130;font-family:"LGSmHaTR";font-size:16px}
  .news-area .news-search-nodata .point01{color:#a50034;font-family:"LGSmHaTSB";font-size:16px}
  .search-area .selectbox{float:left;width:120px;-webkit-box-sizing:border-box;box-sizing:border-box;background:#fff}
  .search-area .selectbox select{height:46px;line-height:46px;font-size:14px}
  .search-area .input-txt{float:right;width:calc(100% - 130px);-webkit-box-sizing:border-box;box-sizing:border-box;vertical-align:top}
  .search-area .input-txt input{height:46px;line-height:1;font-size:14px}
  .search-area .input-txt input::-webkit-input-placeholder{font-size:14px}
  .search-area .input-txt input::-moz-placeholder{font-size:14px}
  .search-area .input-txt input:-ms-input-placeholder{font-size:14px}
  .search-area .input-txt input::-ms-input-placeholder{font-size:14px}
  .search-area .input-txt input::placeholder{font-size:14px}
  .search-area button{width:100%;margin-top:10px;vertical-align:top}
  .news-list .news-box{width:100%;margin-bottom:20px}
  .news-list .news-box a{display:block}
  .news-list .news-box .news-txt{position:relative;height:171px;padding:26px 30px 0;color:#333130;word-break:keep-all;background:#fafafa;font-family:"LGSmHaTSB";font-size:16px;line-height:1.6}
  .news-list .news-box .news-txt.type02{height:auto;padding-bottom:40px;background:#e8e1d7}
  .news-list .news-box .news-txt.type02 .tit{max-height:300px;margin-bottom:36px;display:block;display:-webkit-box;-webkit-box-orient:vertical;position:relative;line-height:1.6!important;overflow:hidden;-o-text-overflow:ellipsis;text-overflow:ellipsis;height:9.6em;-webkit-line-clamp:6;display:-webkit-box!important;white-space:unset}
  .news-list .news-box .news-txt.type02 .tit:after{content:'';text-align:right;bottom:0;right:0;width:25%;display:block;position:absolute;height:1.6em}
  @supports (-webkit-line-clamp: 1){
  .news-list .news-box .news-txt.type02 .tit:after{display:none!important}}
  .news-list .news-box .news-txt.type02 .txt-area{overflow:hidden;max-height:280px}
  .news-list .news-box .news-txt.type02 .txt02{padding:0;color:#4d4948;font-family:"LGSmHaTR";font-size:14px}
  .news-list .news-box .news-txt .spec{color:#665852;font-family:"LGSmHaTR";font-size:14px}
  .news-list .news-box .news-txt .tit{max-height:50px;padding-top:13px;color:#333130;display:block;display:-webkit-box;-webkit-box-orient:vertical;position:relative;line-height:1.6!important;overflow:hidden;-o-text-overflow:ellipsis;text-overflow:ellipsis;height:3.2em;-webkit-line-clamp:2;display:-webkit-box!important;white-space:unset;height:auto}
  .news-list .news-box .news-txt .tit:after{content:'';text-align:right;bottom:0;right:0;width:25%;display:block;position:absolute;height:1.6em}
  @supports (-webkit-line-clamp: 1){
  .news-list .news-box .news-txt .tit:after{display:none!important}}
  .news-list .news-box .news-txt .txt{padding:19px 0 36px;color:#4d4948;display:block;display:-webkit-box;-webkit-box-orient:vertical;position:relative;line-height:1.6!important;overflow:hidden;-o-text-overflow:ellipsis;text-overflow:ellipsis;height:3.2em;-webkit-line-clamp:2;display:-webkit-box!important;white-space:unset;font-family:"LGSmHaTR";font-size:14px}
  .news-list .news-box .news-txt .txt:after{content:'';text-align:right;bottom:0;right:0;width:25%;display:block;position:absolute;height:1.6em}
  @supports (-webkit-line-clamp: 1){
  .news-list .news-box .news-txt .txt:after{display:none!important}}
  .news-list .news-box .news-txt .date{position:absolute;left:26px;bottom:23px;color:#4c4948;font-family:"LGSmHaTR";font-size:14px}
  .news-list .news-box .news-txt .ico{position:absolute;right:26px;bottom:31px;display:inline-block;background-image:url(../../images/common/default/sprite_pc.png);background-position:-212px -269px;width:30px;height:10px;background-size:431px 383px}
  .news-list .ty02{margin-top:80px}
  .news-list .photo-img{width:100%;height:auto}
  .search-area{margin-bottom:60px}
  /*! 글로벌 네트워크 */
  /* s: 20230526 높이 수정 */
  .snb-type01.biz{position:relative}
  /* e: 20230526 높이 수정 */
  
  .snb-type01.biz .biz-menu-container{margin-top:8px;margin-left:-18px}
  .snb-type01.biz .biz-menu-container .swiper-slide{float:left;width:auto;cursor:pointer}
  .snb-type01.biz .biz-menu-container .swiper-slide.on .line-red,.snb-type01.biz .biz-menu-container .swiper-slide:active .line-red,.snb-type01.biz .biz-menu-container .swiper-slide:focus .line-red,.snb-type01.biz .biz-menu-container .swiper-slide:hover .line-red{bottom:-6px;width:100%;height:10px;background:#a50034;z-index:0;-webkit-transition:.4s all;-o-transition:.4s all;transition:.4s all}
  .snb-type01.biz .biz-menu-container .txt-box{position:relative;vertical-align:baseline}
  .snb-type01.biz .biz-menu-container .txt-box .txt{position:relative;z-index:1;font-size:18px;font-family:"LGSmHaTR";color:#4d4948}
  .snb-type01.biz .biz-menu-container .txt-box .line-red{position:absolute;left:0;display:inline-block;width:1px}
  .snb-type01.biz .biz-menu-container .item{display:inline-block;padding:15px 18px;vertical-align:top}
  .snb-type01.biz .biz-menu-container .on .txt{font-size:18px;font-family:"LGSmHaTSB";color:#333130}
  .section-aside{position:absolute;top:542px;left:20px;right:20px;width:calc(100% - 56px);text-align:center;background:#333130}
  .section-aside a{color:#fff;display:block;padding:14px 20px 12px 20px;text-align:center;font-family:"LGSmHaTSB";font-size:14px;line-height:1.6;width:calc(100% - 20px)}
  .section-aside a .txt{display:inline}
  .section-aside.corp{z-index:1;top:480px;margin:0 auto;width:auto;background:none}
  .section-aside.corp .corporation{position:relative;width:46%;height:48px;-webkit-box-sizing:border-box;box-sizing:border-box;padding:0 12px;margin-right:10px;margin-bottom:10px;display:inline-block;background-color:#333130;text-align:left}
  .section-aside.corp .corporation:nth-child(2n){margin-right:0}
  .section-aside.corp .corporation:after{content:'';display:inline-block;width:14px;height:5px;background:url(../../images/common/company/arrow-white-small.png) no-repeat 0 0;background-size:cover;position:absolute;right:12px;top:50%;margin-top:-2px}
  .section-aside.corp .corporation .txt{font-size:11px;color:#fff;line-height:48px;font-family:"LGSmHaTSB"}
  /* s : 2023-01-26 클래스 추가 hover bg color*/
  .section-aside.corp .corporation:hover {background-color: #a40034;}
  /* e : 2023-01-26 클래스 추가 hover bg color*/
  .map-point{display:none}
  .corporation01{margin:0}
  .corporation01 .section-inner{padding-bottom:60px;/* mh230824*/ background-color: #eee; padding-top: 30px;}
  .corporation01 .biz-sign{text-align:right}
  .section-content-global_new .corporation01 .biz-sign li{/*display:inline-block;*/padding-left:18px;color:#333130;font-family:"LGSmHaTR";font-size:12px}
  .corporation01 .biz-sign li .txt{padding-left:5px}
  /* s: mn230823 주석처리 */
  /* s:20220527 상태바 색상 변경 
  .corporation01 .biz-sign li .ico{display:inline-block;vertical-align:top;width:12px;height:3px;margin-top:6px;background-color:#eb3200}
  /* s:20220317 사업장 구분값 바색상 추가 - mobile
  /* s:20220519 순서 변경 
  .corporation01 .biz-sign li:nth-child(2) .ico{background-color:#039aae}
  .corporation01 .biz-sign li:nth-child(3) .ico{background-color:#706e70}
  /* e:20220519 순서 변경 
  /* e:20220527 상태바 색상 변경
  .corporation01 .biz-sign li:nth-child(4) .ico{background-color:#88b04b}
  .corporation01 .biz-sign li:nth-child(5) .ico{background-color:#5a5b9f}
  .corporation01 .biz-sign li:nth-child(6) .ico{background-color:#3585de}
  *//* svg배경이미지 컬러 변경 > data:image ~ 에서 %23 뒷부분에 컬러 코드 값 넣어주면 색상 변경 됨 (예)#ff0000 > %23ff0000*/
  .corporation01 .biz-sign li .ico{width: 16px; height:20px; display:inline-block; background-repeat: no-repeat;
    background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 120 150' style='enable-background:new 0 0 120 150;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%23ea6a8d;%7D%0A%3C/style%3E%3Cpath class='st0' d='M60,0.64c-32.03,0-57.67,25.98-58,58.03c0,44.1,31.91,42.96,58,90.69c26.09-47.73,58-46.59,58-90.69 C117.67,26.62,92.03,0.64,60,0.64z M60,90.24c-17.41,0-31.52-14.11-31.52-31.52c0-17.4,14.11-31.51,31.52-31.51 c17.41,0,31.51,14.11,31.51,31.51C91.52,76.13,77.41,90.24,60,90.24z'/%3E%3C/svg%3E");}
  .corporation01 .biz-sign li:nth-child(2) .ico{
    background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 120 150' style='enable-background:new 0 0 120 150;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%239175af;%7D%0A%3C/style%3E%3Cpath class='st0' d='M60,0.64c-32.03,0-57.67,25.98-58,58.03c0,44.1,31.91,42.96,58,90.69c26.09-47.73,58-46.59,58-90.69 C117.67,26.62,92.03,0.64,60,0.64z M60,90.24c-17.41,0-31.52-14.11-31.52-31.52c0-17.4,14.11-31.51,31.52-31.51 c17.41,0,31.51,14.11,31.51,31.51C91.52,76.13,77.41,90.24,60,90.24z'/%3E%3C/svg%3E");}
  .corporation01 .biz-sign li:nth-child(3) .ico{
    background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 120 150' style='enable-background:new 0 0 120 150;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%234477c2;%7D%0A%3C/style%3E%3Cpath class='st0' d='M60,0.64c-32.03,0-57.67,25.98-58,58.03c0,44.1,31.91,42.96,58,90.69c26.09-47.73,58-46.59,58-90.69 C117.67,26.62,92.03,0.64,60,0.64z M60,90.24c-17.41,0-31.52-14.11-31.52-31.52c0-17.4,14.11-31.51,31.52-31.51 c17.41,0,31.51,14.11,31.51,31.51C91.52,76.13,77.41,90.24,60,90.24z'/%3E%3C/svg%3E");}
  .corporation01 .biz-sign li:nth-child(4) .ico{
    background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 120 150' style='enable-background:new 0 0 120 150;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%2319b6b0;%7D%0A%3C/style%3E%3Cpath class='st0' d='M60,0.64c-32.03,0-57.67,25.98-58,58.03c0,44.1,31.91,42.96,58,90.69c26.09-47.73,58-46.59,58-90.69 C117.67,26.62,92.03,0.64,60,0.64z M60,90.24c-17.41,0-31.52-14.11-31.52-31.52c0-17.4,14.11-31.51,31.52-31.51 c17.41,0,31.51,14.11,31.51,31.51C91.52,76.13,77.41,90.24,60,90.24z'/%3E%3C/svg%3E");}
  .corporation01 .biz-sign li:nth-child(5) .ico{
    background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 120 150' style='enable-background:new 0 0 120 150;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%2305bd75;%7D%0A%3C/style%3E%3Cpath class='st0' d='M60,0.64c-32.03,0-57.67,25.98-58,58.03c0,44.1,31.91,42.96,58,90.69c26.09-47.73,58-46.59,58-90.69 C117.67,26.62,92.03,0.64,60,0.64z M60,90.24c-17.41,0-31.52-14.11-31.52-31.52c0-17.4,14.11-31.51,31.52-31.51 c17.41,0,31.51,14.11,31.51,31.51C91.52,76.13,77.41,90.24,60,90.24z'/%3E%3C/svg%3E");}
  .corporation01 .biz-sign li:nth-child(6) .ico{
    background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 120 150' style='enable-background:new 0 0 120 150;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%23e77c2e;%7D%0A%3C/style%3E%3Cpath class='st0' d='M60,0.64c-32.03,0-57.67,25.98-58,58.03c0,44.1,31.91,42.96,58,90.69c26.09-47.73,58-46.59,58-90.69 C117.67,26.62,92.03,0.64,60,0.64z M60,90.24c-17.41,0-31.52-14.11-31.52-31.52c0-17.4,14.11-31.51,31.52-31.51 c17.41,0,31.51,14.11,31.51,31.51C91.52,76.13,77.41,90.24,60,90.24z'/%3E%3C/svg%3E");}        
  
  .corporation01 .domestic .biz-sign li .ico{background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 120 150' style='enable-background:new 0 0 120 150;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%23ea1917;%7D%0A%3C/style%3E%3Cpath class='st0' d='M60,0.64c-32.03,0-57.67,25.98-58,58.03c0,44.1,31.91,42.96,58,90.69c26.09-47.73,58-46.59,58-90.69 C117.67,26.62,92.03,0.64,60,0.64z M60,90.24c-17.41,0-31.52-14.11-31.52-31.52c0-17.4,14.11-31.51,31.52-31.51 c17.41,0,31.51,14.11,31.51,31.51C91.52,76.13,77.41,90.24,60,90.24z'/%3E%3C/svg%3E");}
  .corporation01 .domestic .biz-sign li:nth-child(2) .ico{background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 120 150' style='enable-background:new 0 0 120 150;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%23d96f6f;%7D%0A%3C/style%3E%3Cpath class='st0' d='M60,0.64c-32.03,0-57.67,25.98-58,58.03c0,44.1,31.91,42.96,58,90.69c26.09-47.73,58-46.59,58-90.69 C117.67,26.62,92.03,0.64,60,0.64z M60,90.24c-17.41,0-31.52-14.11-31.52-31.52c0-17.4,14.11-31.51,31.52-31.51 c17.41,0,31.51,14.11,31.51,31.51C91.52,76.13,77.41,90.24,60,90.24z'/%3E%3C/svg%3E");}
  .corporation01 .domestic .biz-sign li:nth-child(3) .ico{background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 120 150' style='enable-background:new 0 0 120 150;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%23979cb7;%7D%0A%3C/style%3E%3Cpath class='st0' d='M60,0.64c-32.03,0-57.67,25.98-58,58.03c0,44.1,31.91,42.96,58,90.69c26.09-47.73,58-46.59,58-90.69 C117.67,26.62,92.03,0.64,60,0.64z M60,90.24c-17.41,0-31.52-14.11-31.52-31.52c0-17.4,14.11-31.51,31.52-31.51 c17.41,0,31.51,14.11,31.51,31.51C91.52,76.13,77.41,90.24,60,90.24z'/%3E%3C/svg%3E");}
  .corporation01 .domestic .biz-sign li:nth-child(4) .ico{background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 120 150' style='enable-background:new 0 0 120 150;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%23a772a9;%7D%0A%3C/style%3E%3Cpath class='st0' d='M60,0.64c-32.03,0-57.67,25.98-58,58.03c0,44.1,31.91,42.96,58,90.69c26.09-47.73,58-46.59,58-90.69 C117.67,26.62,92.03,0.64,60,0.64z M60,90.24c-17.41,0-31.52-14.11-31.52-31.52c0-17.4,14.11-31.51,31.52-31.51 c17.41,0,31.51,14.11,31.51,31.51C91.52,76.13,77.41,90.24,60,90.24z'/%3E%3C/svg%3E");}
    /* e: mn230823 주석처리 */
  
  /* s:20220527 상태바 색상 변경 */
  .corporation01 .biz-sign .ty01{background-color:#eb3200}
  /* s:20220519 순서 변경 */
  .corporation01 .biz-sign .ty02{background-color:#039aae}
  .corporation01 .biz-sign .ty03{background-color:#706e70}
  /* e:20220519 순서 변경 */
  /* e:20220527 상태바 색상 변경 */
  .corporation01 .biz-sign .ty04{background-color:#88b04b}
  .corporation01 .biz-sign .ty05{background-color:#009473}
  .corporation01 .biz-sign .ty06{background-color:#3585de}
  /* .corporation01 .biz-sign.ty02{padding-top:19px} */
  .corporation01 .biz-list{margin-top:-2px}
  .corporation01 .biz-list .list{position:relative;display:block;-webkit-box-sizing:border-box;box-sizing:border-box;margin-top:20px;padding:30px 0;border:1px solid #e0e0e0; border-radius: 20px;/*mh230823*/}
  .corporation01 .biz-list .list .mob{display:block;width:100%;margin-top:-19px;z-index:1}
  .corporation01 .biz-list .list .mob img{width:100%}
  
  .corporation01 .biz-list .list .ico-sign{height:3px; width:100%; position:absolute; top:0px; left:0px;}
  
  /* s:20220420 바색상 최대 3개까지 
  .corporation01 .biz-list .list .bar-wrap{display: flex; position:absolute;top:20px;left:30px;right:0; height: 3px; width:63px;}
  .corporation01 .biz-list .list .bar-wrap em{flex:1; margin-left: 2px;}
  /* e:20220420 바색상 최대 3개까지 */
  /* s: mh230825 바색상형태 변경*/
  .corporation01 .biz-list .list .bar-wrap{margin:0 0 20px 30px; position:relative}
  .corporation01 .biz-list .list .bar-wrap em{display: inline-block;height: 6px; width: 28px; border-radius: 5px; position:absolute; top:3px}
  .corporation01 .biz-list .list .bar-wrap span{font-size: 14px;font-family: 'LGSmHaTR';margin-left: 36px;color: #999;}
  .corporation01 .biz-list .list .bar-wrap span.bsc{margin-left: 10px;}
  .corporation01 .biz-list .list .bar-wrap span.bsc::before{content: '|'; margin-right: 10px;}
  /* e: mh230825 바색상형태 변경*/
  /*글로벌네트워크 - 해외 */
  .corporation01 .biz-list .list .ty01,
  .pop_detail .detail_txt .info2.ty01 em,
  .dot.production-corporation{background-color:#ea6a8d; border-color:#ea6a8d; color:#ea6a8d; } /*생산법인*/
  .corporation01 .biz-list .list .ty02,
  .pop_detail .detail_txt .info2.ty02 em,
  .dot.manufacture-sales-corporation{background-color:#9175af; border-color:#9175af;color:#9175af;}/*제조/판매법인*/
  .corporation01 .biz-list .list .ty03,
  .pop_detail .detail_txt .info2.ty03 em,
  .dot.sales-corporation{background-color:#4477c2; border-color:#4477c2;color:#4477c2;}/* 판매법인*/
  .corporation01 .biz-list .list .ty04,
  .pop_detail .detail_txt .info2.ty04 em,
  .dot.overseas-branch {background-color:#19b6b0; border-color:#19b6b0;color:#19b6b0;}/*지사*/
  .corporation01 .biz-list .list .ty05,
  .pop_detail .detail_txt .info2.ty05 em,
  .dot.research-corporation {background-color:#05bd75;; border-color:#05bd75;;color:#05bd75;;}/*연구법인*/
  .corporation01 .biz-list .list .ty06,
  .pop_detail .detail_txt .info2.ty06 em,
  .dot.other {background-color:#e77c2e; border-color:#05bd75;;color:#05bd75;; }/*기타법인*/
  /*글로벌네트워크 - 국내 */
  .corporation01 .biz-list .list .ty10,
  .pop_detail .detail_txt .info2.ty10 em,
  .dot.headoffice{background-color:#ea1917; border-color:#ea1917;color:#ea1917;} /* 본사 */
  .corporation01 .biz-list .list .ty11,
  .pop_detail .detail_txt .info2.ty11 em,
  .dot.leadership-center{background-color:#d96f6f; border-color:#d96f6f;color:#d96f6f;}/* 리더쉽 */
  .corporation01 .biz-list .list .ty12,
  .pop_detail .detail_txt .info2.ty12 em,
  .dot.dot.research{background-color:#979cb7; border-color:#979cb7;color:#979cb7;}/* R&D */
  .corporation01 .biz-list .list .ty13,
  .pop_detail .detail_txt .info2.ty13 em,
  .dot.factory{background-color:#a772a9; border-color:#a772a9;color:#a772a9;}/*공장*/
  /* e:20220317 사업장 구분값 바색상 추가 - pc */
  /* e:20220317 사업장 구분값 바색상 추가 - mobile */
  .corporation01 .biz-list .list .tit{display:block;margin-top:12px;padding:0 30px;word-break:keep-all;line-height:1.5;color:#333130;font-family:"LGSmHaTSB";font-size:18px}
  html.lang-ja .corporation01 .biz-list .list .tit{font-family:Arial,sans-serif;font-size:18px}
  .corporation01 .biz-list .list .place{display:block;margin-top:20px;padding:0 30px 20px}
  .corporation01 .biz-list .list .place .tel{display:flex;margin-bottom:1px;color:#333130;font-family:"LGSmHaTR";font-size:14px; align-items: center;}
  html.lang-ja .corporation01 .biz-list .list .place .tel{font-family:Arial,sans-serif;font-size:14px}
  .corporation01 .biz-list .list .place .address{display:block;margin-top:11px;color:#333130;line-height:1.5;font-family:"LGSmHaTR";font-size:14px;}  
  .corporation01 .biz-list .list .place .address a{display:inline-block;margin-left:4px; position: relative; width:12px; height: 12px}
  html.lang-ja .corporation01 .biz-list .list .place .address{font-family:Arial,sans-serif;font-size:14px}
  
  .corporation01 .biz-list .list .place .address .ico-map{display:block;width:12px;height:16px;background:url("../../images/common/company/ico_map.gif") no-repeat 0 0; background-size:80%;}
  .corporation01 .biz-list .list .place .pho-img .pc{display:none}
  .corporation01 .biz-list .list .produce{position:relative;margin:42px 0 -58px;padding:0 30px;z-index:5}
  .corporation01 .biz-list .list .produce .pro-tit{display:inline-block;color:#333130;font-family:"LGSmHaTSB";font-size:14px}
  .corporation01 .biz-list .list .produce .pro-txt{position:relative;margin-top:2px;color:#333130;line-height:1.8;font-family:"LGSmHaTR";font-size:14px;z-index:6}
  html.lang-ja .corporation01 .biz-list .list .produce .pro-txt{font-family:Arial,sans-serif;font-size:14px}
  .corporation01 .biz-list .list .produce .year{display:none}
  .corporation01 .biz-list .list.active .year{margin-top:40px}
  .corporation01 .nation-box{position:relative;/*margin:14px 0 0 0; mh230823*/ margin:14px 0 }
  /*.corporation01 .nation-box:after{content:'';position:absolute;bottom:21px;left:0;height:1px;width:100%;background-color:#e0e0e0}*/
  .corporation01 .nation-box li{position:relative;z-index:1;display:inline-block;border: 1px solid #ddd;border-radius: 25px;line-height: 30px;margin: 0 5px 0 0;padding: 0;width: calc(100% / 9);text-align: center;/*mh230823*/}
  .corporation01 .nation-box li a span{color:#4d4948;font-size:14px;font-family:"LGSmHaTR"}
  .corporation01 .nation-box li:last-child{margin-right:0}
  .corporation01 .nation-box li.on{/*padding:0 2px 8px;border-bottom:4px solid #a50034*/border:1px solid #333;}
  .corporation01 .nation-box li span.num{font-size:12px}
  .corporation01 .nation-box li.on a span{color:#333120;font-family:"LGSmHaTSB"}
  .corporation01 .korea-list{margin:0 20px}
  .corporation01 .foreign-list{margin:0 20px}
  .corporation01 .foreign-list .year,.corporation01 .korea-list .year{position:relative;text-align:right;color:#f2f2f2;font-family:"LGSmHaTB";font-size:80px;z-index:0}
  .corporation01 .foreign-list .year{margin-bottom:-21px}
  /*! 홍보센터 - CI */
  .section-content.ci01{margin-top:0}
  .section-content.ci01 .sub-title{margin:60px 20px 0 20px}
  .section-content.ci01 .tit-detail{margin:10px 20px 0 20px}
  .section-content.ci01 .tit-detail .detail01{display:inline;color:#4d4948;font-size:14px;font-family:"LGSmHaTR";line-height:1.6}
  .section-content.ci01 .tit-detail .detail02{display:inline;color:#4d4948;font-size:14px;font-family:"LGSmHaTR";line-height:1.6}
  .section-content.ci01 .ci-area01{padding:40px 20px 0 20px}
  .section-content.ci01 .ci-content01{position:relative}
  .section-content.ci01 .ci-content01 .img-ci{width:100px;height:100px;margin:0 auto 0 auto}
  .section-content.ci01 .ci-content01 .img-ci img{width:100%}
  .section-content.ci01 .ci-content01 .txt-area{letter-spacing:-1px;text-align:center}
  .section-content.ci01 .ci-content01 .txt-area .txt01{margin-top:22px;color:#333130;font-size:22px;font-family:"LGSmHaTSB"}
  .section-content.ci01 .ci-content01 .txt-area .txt02{color:#333130;font-size:16px;font-family:"LGSmHaTSB";line-height:1.6;margin-top:35px;margin-bottom:13px}
  .section-content.ci01 .ci-content01 .txt-area .txt02 .point02{margin-left:4px}
  .section-content.ci01 .ci-content01 .txt-area .txt03{display:inline;color:#4d4948;font-size:14px;font-family:"LGSmHaTR";line-height:1.6}
  .section-content.ci01 .ci-content01 .txt-area .txt04{display:inline;color:#4d4948;font-size:14px;font-family:"LGSmHaTR";line-height:1.6}
  .section-content.ci01 .symbol-mark-area{background-color:#fafafa;text-align:center;margin:25px 20px 0 20px;padding:40px 0 40px 40px}
  .section-content.ci01 .symbol-mark-area .mark01{display:block;width:219px;height:86px}
  .section-content.ci01 .symbol-mark-area .mark01 img{width:100%}
  .section-content.ci01 .symbol-mark-area .mark02{display:block;width:260px;height:86px;margin:50px 0 50px 0}
  .section-content.ci01 .symbol-mark-area .mark02 img{width:100%}
  .section-content.ci01 .symbol-mark-area .mark03{display:block;width:216px;height:86px}
  .section-content.ci01 .symbol-mark-area .mark03 img{width:100%}
  .section-content.ci01 .logo-mark-area{background:url("../../images/common/company/bg_logo@2x.png") repeat left top;background-size:22px 22px;text-align:center;margin:30px 20px 0 20px;padding:60px 0 60px 80px}
  .section-content.ci01 .logo-mark-area .mark01{display:block;width:131px;height:35px}
  .section-content.ci01 .logo-mark-area .mark01 img{width:100%}
  .section-content.ci01 .logo-mark-area .mark02{display:block;width:175px;height:35px;margin:50px 0 50px 0}
  .section-content.ci01 .logo-mark-area .mark02 img{width:100%}
  .section-content.ci01 .logo-mark-area .mark03{display:block;width:128px;height:35px}
  .section-content.ci01 .logo-mark-area .mark03 img{width:100%}
  .section-content.ci01 .btn-download-area .bttn{display:block;padding:15px 0 15px 20px;margin:40px 20px 0 20px;text-align:left}
  .section-content.ci01 .btn-download-area .bttn:last-child{margin-top:10px}
  .section-content.ci01 .btn-download-area .bttn .txt{color:#fff;font-size:14px;font-family:"LGSmHaTSB"}
  .section-content.ci01 .btn-download-area .bttn .ico-download-white01{position:absolute;top:50%;right:20px;margin-top:-7px}
  .section-content.ci02{margin-top:0;margin-bottom:60px}
  .section-content.ci02 .section-inner{margin:0 20px}
  .section-content.ci02 .sub-title{margin-top:60px}
  .section-content.ci02 .tit-detail{margin-top:20px;position:relative;z-index:1}
  .section-content.ci02 .tit-detail .detail01{display:inline;color:#4d4948;font-size:14px;font-family:"LGSmHaTR";line-height:1.6}
  .section-content.ci02 .tit-detail .detail02{display:inline;color:#4d4948;font-size:14px;font-family:"LGSmHaTR";line-height:1.6}
  .section-content.ci02 .color-type-wrap{position:relative}
  .section-content.ci02 .color-type-area{position:relative;z-index:1;margin:40px auto 0 auto}
  .section-content.ci02 .color-type{text-align:center;margin-top:30px}
  .section-content.ci02 .color-type:first-child{margin-top:0}
  .section-content.ci02 .color-item{display:inline-block;vertical-align:top;margin-right:20px}
  .section-content.ci02 .color-item:last-child{margin-right:0}
  .section-content.ci02 .color-item .tit01{color:#333130;font-size:14px;font-family:"LGSmHaTSB";margin-top:20px;text-align:left}
  .section-content.ci02 .color-item .txt01{color:#4d4948;font-size:12px;font-family:"LGSmHaTR";line-height:1.4;margin-top:15px;text-align:left}
  .section-content.ci02 .color-item .txt02{color:#4d4948;font-size:12px;font-family:"LGSmHaTR";line-height:1.4;text-align:left}
  .section-content.ci02 .color-item .txt03{color:#4d4948;font-size:12px;font-family:"LGSmHaTR";line-height:1.4;text-align:left}
  .section-content.ci02 .color-item .color01,.section-content.ci02 .color-item .color02{width:157px;height:44px}
  .section-content.ci02 .color-item .color03,.section-content.ci02 .color-item .color04,.section-content.ci02 .color-item .color05{width:98px;height:44px}
  .section-content.ci02 .color-item .color01{background-color:#a50034}
  .section-content.ci02 .color-item .color02{background-color:#6b6b6b}
  .section-content.ci02 .color-item .color03{background-color:#8a8d8f}
  .section-content.ci02 .color-item .color04{background-color:#89734c}
  .section-content.ci02 .color-item .color05{background-color:#251e1c}
  .section-content.ci03{margin-top:0;margin-bottom:60px}
  .section-content.ci03 .section-inner{margin:0 20px}
  .section-content.ci03 .tit-detail{margin-top:20px}
  .section-content.ci03 .tit-detail .detail01{display:block;color:#4d4948;font-size:14px;font-family:"LGSmHaTR";line-height:1.6}
  .section-content.ci03 .tit-detail .detail02{display:block;color:#4d4948;font-size:14px;font-family:"LGSmHaTR";line-height:1.6}
  .section-content.ci03 .btn-area{margin-top:30px}
  .section-content.ci03 .btn-area .bttn{display:block;min-width:auto;width:100%;padding:11px 0 11px 0}
  .section-content.ci03 .btn-area .bttn .txt{font-size:14px}
  .popup-wrap .popup-title01{padding:62px 20px 23px 20px}
  .popup-wrap .btn-close-popup{margin-right:20px}
  .popup-wrap .tab-menu-type01{display:block;margin:0 20px 38px 20px;width:calc(100% - 40px)}
  .popup-wrap .tab-menu-type01 li{display:block;margin-bottom:10px}
  .popup-wrap .tab-menu-type01 li:last-child{margin-bottom:0}
  .popup-wrap .tab-content01{display:block}
  .popup-wrap .tab-content02{display:none}
  .popup-wrap .tab-content03{display:none}
  .popup-wrap .popup-section-type01{margin:0 20px}
  .popup-wrap .agreement-notice-area{padding:25px 21px}
  .popup-wrap .agreement-notice-area .title01{color:#333130;font-size:18px;font-family:"LGSmHaTSB";margin-bottom:28px}
  .popup-wrap .agreement-notice-area .sub-title01{color:#4d4948;font-size:16px;font-family:"LGSmHaTSB";line-height:1.5;margin-bottom:20px}
  .popup-wrap .agreement-notice-area .p-txt01{color:#4d4948;font-size:14px;font-family:"LGSmHaTR";line-height:1.5;margin-bottom:20px}
  .popup-wrap .agreement-notice-area .p-txt02{color:#4d4948;font-size:14px;font-family:"LGSmHaTR";line-height:1.5;margin-bottom:20px}
  .popup-wrap .agreement-notice-area .p-list01{margin-bottom:20px}
  .popup-wrap .agreement-notice-area .p-list01 li{color:#4d4948;font-size:14px;font-family:"LGSmHaTR";line-height:1.5;padding-left:14px;text-indent:-14px}
  .popup-wrap .agreement-notice-area .p-list02{margin-left:14px;margin-bottom:20px}
  .popup-wrap .agreement-notice-area .p-list02 li{color:#4d4948;font-size:14px;font-family:"LGSmHaTR";line-height:1.5;padding-left:19px;text-indent:-19px}
  .popup-wrap .agreement-notice-area .p-list02 .in-txt01{margin:10px 0 10px 0;color:#4d4948;font-size:14px;font-family:"LGSmHaTR";line-height:1.5;padding-left:22px;text-indent:-22px}
  /*! 생활속의 LG 화학 - 리스트 */
  .best_practices_list{margin-top:40px;padding-bottom:80px}
  .best_practices_list .section-inner{margin:0 20px}
  .best_practices_list .more{margin:20px 0 -35px;text-align:center}
  .best_practices_list .life .life-box{margin-bottom:20px;position:relative}
  .best_practices_list .life .life-box a{display:block}
  .best_practices_list .life .life-box .item{display:none;position:absolute;left:0;bottom:160px;height:27px;line-height:27px;padding:0 12px;color:#fff;font-size:14px;font-family:"LGSmHaTSB";background:#4d4948;z-index:3}
  .best_practices_list .life .life-box .life-txt{position:relative;padding:41px 30px 23px;color:#333130;word-break:keep-all;background:#fafafa;font-family:"LGSmHaTSB";font-size:16px;line-height:1.6}
  .best_practices_list .life .life-box .life-txt p{margin-bottom:38px;display:block;display:-webkit-box;-webkit-box-orient:vertical;position:relative;line-height:1.6!important;overflow:hidden;-o-text-overflow:ellipsis;text-overflow:ellipsis;height:3.2em;-webkit-line-clamp:2;display:-webkit-box!important;white-space:unset}
  .best_practices_list .life .life-box .life-txt p:after{content:'';text-align:right;bottom:0;right:0;width:25%;display:block;position:absolute;height:1.6em}
  @supports (-webkit-line-clamp: 1){
  .best_practices_list .life .life-box .life-txt p:after{display:none!important}}
  .best_practices_list .life .life-box .life-txt .date{color:4c4948;font-family:"LGSmHaTR";font-size:14px}
  .best_practices_list .life .life-box .life-txt .ico{position:absolute;right:30px;bottom:32px;display:inline-block;background-image:url(../../images/common/default/sprite_pc.png);background-position:-212px -269px;width:30px;height:10px;background-size:431px 383px}
  .best_practices_list .life .life-box:last-child{margin-bottom:0}
  .best_practices_list .life .ty02{margin-top:80px}
  .best_practices_list .life .photo-img{width:100%;height:auto}
  /*! 생활속의 LG 화학 - 상세 */
  .section-content.best_practices_detail{position:relative;margin-top:0;margin-bottom:60px}
  .section-content.best_practices_detail .section-inner{margin:0 20px}
  .section-content.best_practices_detail .aside-list-info .txt{font-size:14px;font-family:"LGSmHaTSB";color:#333130;line-height:1.6}
  .section-content.best_practices_detail .aside-list-info .item-txt{display:block;margin-top:4px;font-size:12px;font-family:"LGSmHaTR";color:#665852}
  .section-content.best_practices_detail .aside-list-info a{display:inline-block}
  .section-content.best_practices_detail .aside-list-info .text-area{display:inline-block;/*width:calc(100% - 120px);*/margin-top:30px}
  .section-content.best_practices_detail .next-area .item-txt,.section-content.best_practices_detail .prev-area .item-txt{display:block}
  .section-content.best_practices_detail .next-area .txt,.section-content.best_practices_detail .prev-area .txt{width:100%}
  .section-content.best_practices_detail .next-area,.section-content.best_practices_detail .prev-area{display:block}
  .section-content.best_practices_detail .prev-area + .next-area{margin-top:30px;padding-top:30px;border-top:1px solid #eeece8}
  .section-content.best_practices_detail .next-area .aside-img,.section-content.best_practices_detail .prev-area .aside-img{position:relative;float:left;clear:both;width:100px;height:94px;margin-right:20px}
  .section-content.best_practices_detail .next-area .aside-img img,.section-content.best_practices_detail .prev-area .aside-img img{position:absolute;left:0;bottom:0;width:100px;height:63px}
  .section-content.best_practices_detail .next-area .aside-img .ico,.section-content.best_practices_detail .prev-area .aside-img .ico{position:absolute;display:inline-block;width:15px;height:7px;top:3px;left:0;background:url("../../images/common/company/ico_release_thumb_prev_mo.png") no-repeat 0 0;background-size:cover}
  .section-content.best_practices_detail .next-area .aside-img .txt,.section-content.best_practices_detail .prev-area .aside-img .txt{position:relative;left:20px;display:block;max-width:none;font-family:"LGSmHaTR";color:#000;z-index:1;line-height:1}
  .section-content.best_practices_detail .next-area .aside-img .ico{left:44px;width:15px;height:7px;background:url("../../images/common/company/ico_release_thumb_next_mo.png") no-repeat 0 0;background-size:cover}
  .section-content.best_practices_detail .next-area .aside-img .txt{text-align:left;left:0}
  .section-content.best_practices_detail .aside-content .breadcrumb{margin-top:40px;font-size:0}
  .section-content.best_practices_detail .aside-content .breadcrumb .date,.section-content.best_practices_detail .aside-content .breadcrumb .txt{font-size:14px;font-family:"LGSmHaTR";color:#665852}
  .section-content.best_practices_detail .aside-content .breadcrumb .ico{display:inline-block;content:'';width:1px;height:11px;margin:0 20px;background:#a19896;vertical-align:super}
  .section-content.best_practices_detail .aside-content .sub-tit .txt{display:block;margin-top:21px;font-size:22px;font-family:"LGSmHaTSB";color:#333130;line-height:1.37}
  .section-content.best_practices_detail .aside-content .item-area{display:none;margin-top:3px}
  .section-content.best_practices_detail .aside-content .item-area .item{font-size:18px;font-family:"LGSmHaTR";color:#333130}
  .section-content.best_practices_detail .aside-content .item-area .stg{font-size:18px;font-family:"LGSmHaTSB";color:#333130}
  .section-content.best_practices_detail .aside-content .best_practices_detail{position:relative;margin-top:29px;width:auto;overflow:hidden}
  .section-content.best_practices_detail .aside-content .best_practices_detail img{width:100%;height:auto}
  .section-content.best_practices_detail .aside-content .best_practices_detail .section-aside-btn{position:absolute;bottom:0;right:0;display:table;background:#333130}
  .section-content.best_practices_detail .aside-content .best_practices_detail .section-aside-btn a{text-align:center;color:#fff;display:block;font-family:"LGSmHaTSB";font-size:12px;line-height:1.6;width:80px;height:80px;display:table-cell;vertical-align:middle}
  .section-content.best_practices_detail .aside-content .best_practices_detail .section-aside-btn a .txt{display:block;padding:0 5px}
  .section-content.best_practices_detail .aside-content .best_practices_detail .section-aside-btn a .ico{position:absolute;bottom:12px;right:12px;display:inline-block;background-image:url(../../images/common/default/sprite_pc.png);background-position:-275px -233px;width:30px;height:10px;background-size:431px 383px}
  .section-content.best_practices_detail .aside-content .text-info{min-height:80px;padding:40px 0}
  .section-content.best_practices_detail .aside-content .text-info img{width:100%}
  .section-content.best_practices_detail .aside-content .text-info strong{font-weight:bold}
  .section-content.best_practices_detail .aside-content .text-info em{font-style:italic}
  .section-content.best_practices_detail .aside-content .hashtag-info{padding:30px 0 40px;border-top:1px solid #e0e0e0}
  .section-content.best_practices_detail .aside-content .hashtag-info .hashtag-list li{float:left;margin-right:10px;margin-bottom:20px}
  .section-content.best_practices_detail .aside-content .hashtag-info .hashtag-list li:last-child{margin-right:0}
  .section-content.best_practices_detail .aside-content .hashtag-info .hashtag-list li .item{display:inline-block;padding:8px 10px;border:1px solid #9d9391;border-radius:15px}
  .section-content.best_practices_detail .aside-content .hashtag-info .hashtag-list li .item .txt{font-size:12px;font-family:"LGSmHaTR";color:#665852}
  .section-content.best_practices_detail .aside-content .hashtag-info .hashtag-list li .item:focus,.section-content.best_practices_detail .aside-content .hashtag-info .hashtag-list li .item:hover{border:1px solid #4d4948;background:#4d4948}
  .section-content.best_practices_detail .aside-content .hashtag-info .hashtag-list li .item:focus .txt,.section-content.best_practices_detail .aside-content .hashtag-info .hashtag-list li .item:hover .txt{color:#fff}
  .section-content.relate .sub-title{margin:0 20px}
  .relate-bg{width:100%;height:261px;margin-top:-14px;background:#eeece8;z-index:0}
  .relate-list-container{width:100%;margin:-233px auto 0;padding-bottom:60px}
  .relate-list-container .swiper-slide{width:140px;margin-left:20px}
  .relate-list-container .swiper-slide:last-child{margin-right:0}
  .relate-list-container .swiper-slide .item{overflow:hidden;position:relative;display:block}
  .relate-list-container .swiper-slide img{width:100%;height:89px}
  .relate-list-container .swiper-slide .txt{padding-top:10px;color:#333130;line-height:1.5;font-size:14px;font-family:"LGSmHaTSB";word-break:keep-all;display:block;display:-webkit-box;-webkit-box-orient:vertical;position:relative;line-height:1.5!important;overflow:hidden;-o-text-overflow:ellipsis;text-overflow:ellipsis;height:3em;-webkit-line-clamp:2;display:-webkit-box!important;white-space:unset}
  .relate-list-container .swiper-slide .txt:after{content:'';text-align:right;bottom:0;right:0;width:25%;display:block;position:absolute;height:1.5em}
  @supports (-webkit-line-clamp: 1){
  .relate-list-container .swiper-slide .txt:after{display:none!important}}
  .relate-list-container .swiper-slide .item-txt{display:block;color:#665852;font-size:14px;font-family:"LGSmHaTR"}
  /*! sns채널 - 리스트 */
  .section-content.sns{padding-bottom:10px;margin-top:40px}
  .section-content.sns .section-inner{margin:-20px 20px 0 20px}
  .section-content.sns .sub-title{margin-top:60px}
  .section-content.sns .sub-title .baro{position:absolute;bottom:1px;right:0;color:#333130;font-size:14px;font-family:"LGSmHaTR"}
  .section-content.sns .sub-title .baro::after{content:'';display:inline-block;width:40px;border-top:1px solid #333130;margin-left:15px;vertical-align:super}
  .sns-area .sns-list{margin:0 0 50px}
  .sns-area .sns-box-sm{width:100%;margin-top:35px}
  .sns-area .sns-box-sm:first-child{margin-top:27px}
  .sns-area .sns-box-sm a{display:block}
  .sns-area .sns-box-sm .txt-box{position:relative;width:100%;height:160px;-webkit-box-sizing:border-box;box-sizing:border-box;padding:26px 30px 0;color:#333130;word-break:keep-all;background:#fafafa;font-family:"LGSmHaTSB";font-size:16px;line-height:1.6}
  .sns-area .sns-box-sm .txt-box.ty02{padding:16px 20px 0}
  .sns-area .sns-box-sm .txt-box.ty02 .field{position:relative;width:100%;margin-bottom:18px;padding-bottom:8px;border-bottom:1px solid #e0e0e0}
  .sns-area .sns-box-sm .txt-box.ty02 .field .s-tit{float:left;color:#333130;font-size:14px;font-family:"LGSmHaTSB"}
  .sns-area .sns-box-sm .txt-box.ty02 .field .day{float:right;color:#4c4948;font-size:14px;font-family:"LGSmHaTR"}
  .sns-area .sns-box-sm .txt-box.ty02 .tit-ty02{margin:0 20px;max-height:46px;color:#333130;display:block;display:-webkit-box;-webkit-box-orient:vertical;position:relative;line-height:1.6!important;overflow:hidden;-o-text-overflow:ellipsis;text-overflow:ellipsis;height:3.2em;-webkit-line-clamp:2;display:-webkit-box!important;white-space:unset;height:auto}
  .sns-area .sns-box-sm .txt-box.ty02 .tit-ty02:after{content:'';text-align:right;bottom:0;right:0;width:25%;display:block;position:absolute;height:1.6em}
  @supports (-webkit-line-clamp: 1){
  .sns-area .sns-box-sm .txt-box.ty02 .tit-ty02:after{display:none!important}}
  .sns-area .sns-box-sm .txt-box .tit{max-height:46px;color:#333130;display:block;display:-webkit-box;-webkit-box-orient:vertical;position:relative;line-height:1.6!important;overflow:hidden;-o-text-overflow:ellipsis;text-overflow:ellipsis;height:3.2em;-webkit-line-clamp:2;display:-webkit-box!important;white-space:unset;height:auto}
  .sns-area .sns-box-sm .txt-box .tit:after{content:'';text-align:right;bottom:0;right:0;width:25%;display:block;position:absolute;height:1.6em}
  @supports (-webkit-line-clamp: 1){
  .sns-area .sns-box-sm .txt-box .tit:after{display:none!important}}
  .sns-area .sns-box-sm .txt-box .date{position:absolute;left:29px;bottom:22px;color:#4c4948;font-family:"LGSmHaTR";font-size:14px}
  .sns-area .sns-box-sm .txt-box .ico{position:absolute;right:30px;bottom:30px;display:inline-block;background-image:url(../../images/common/default/sprite_pc.png);background-position:-212px -269px;width:30px;height:10px;background-size:431px 383px}
  .sns-area .sns-box-sm .photo-img{width:100%;height:auto}
  .sns-area .sns-box-la{width:100%;margin-top:23px}
  .sns-area .sns-box-la:first-child{margin-top:17px}
  .sns-area .sns-box-la a{display:block}
  .sns-area .sns-box-la .tit{padding-top:16px;color:#333130;display:block;display:-webkit-box;-webkit-box-orient:vertical;position:relative;line-height:1.6!important;overflow:hidden;-o-text-overflow:ellipsis;text-overflow:ellipsis;height:1.6em;display:block!important;white-space:nowrap;color:#333130;word-break:keep-all;font-family:"LGSmHaTSB";font-size:16px;line-height:1.6}
  .sns-area .sns-box-la .tit:after{content:'';text-align:right;bottom:0;right:0;width:25%;display:block;position:absolute;height:1.6em}
  .sns-area .sns-box-la .tit:after{display:none!important}
  @supports (-webkit-line-clamp: 1){
  .sns-area .sns-box-la .tit:after{display:none!important}}
  .sns-area .sns-box-la .img-area{position:relative;width:100%;height:auto}
  .sns-area .sns-box-la .img-area .ico{position:absolute;left:13px;bottom:14px;display:block;width:36px;height:36px;background:url("../../images/common/company/ico_movie72x72.png") no-repeat 0 0;background-size:cover}
  .sns-area .sns-box-la .photo-img{width:100%;height:auto}
  /*! 기업정보 - CEO */
  .section-content-intro-type02{padding-bottom:57px;margin-top:-10px}
  .section-content-intro-type02 .section-inner{position:relative;width:100%}
  .section-content-intro-type02 .img-area-mo{position:relative;width:100%}
  .section-content-intro-type02 .img-area-mo img{width:100%}
  .section-content-intro-type02 .img-area-mo .title-mo{position:absolute;top:35px;left:20px;font-size:26px;font-family:"LGSmHaTB";color:#333130}
  .section-content-intro-type02 .img-area-mo .img-summery{position:absolute;left:20px;bottom:40px}
  .section-content-intro-type02 .img-area-mo .img-summery .txt{font-size:13px;font-family:"LGSmHaTR";color:#333130}
  html.lang-ja .section-content-intro-type02 .img-area-mo .img-summery .txt{max-width:110px}
  html.lang-en .section-content-intro-type02 .img-area-mo .img-summery .txt{max-width:120px}
  .section-content-intro-type02 .img-area-mo .img-summery::before{content:'';display:block;margin-bottom:13px;width:20px;height:1px;background:#000}
  .section-content-intro-type02 .intro-area{margin-top:35px}
  .section-content-intro-type02 .txt-area{float:left;width:100%;padding:0 20px;vertical-align:top;letter-spacing:-0.5px;-webkit-box-sizing:border-box;box-sizing:border-box}
  .section-content-intro-type02 .txt-area .title{display:none}
  .section-content-intro-type02 .txt-area .sub-tit{font-size:18px;font-family:"LGSmHaTSB";color:#333130;word-break:keep-all;line-height:1.36}
  html.lang-ja .section-content-intro-type02 .txt-area .sub-tit,html.lang-zh .section-content-intro-type02 .txt-area .sub-tit{word-break:break-all}
  .section-content-intro-type02 .txt-area .sub-tit .point{color:#c00032}
  .section-content-intro-type02 .txt-area .txt{font-size:14px;font-family:"LGSmHaTR";color:#222121;line-height:1.67;word-break:keep-all;margin-bottom:30px}
  .section-content-intro-type02 .txt-area .txt:nth-of-type(1){margin-top:25px}
  .section-content-intro-type02 .txt-area .txt:last-of-type{margin-bottom:0}
  html.lang-ja .section-content-intro-type02 .txt-area .txt,html.lang-zh .section-content-intro-type02 .txt-area .txt{word-break:break-all}
  .section-content-intro-type02 .img-area{display:none}
  /*! Company - 기업정보 - 비전 */
  .bg-section{width:calc(100% - 20px);height:178px;background:#f2ebe4;-webkit-box-sizing:border-box;box-sizing:border-box;position:absolute;z-index:-1}
  .section-content.visions{margin-top:25px}
  .section-content.visions br.mo_only{display:block}
  .section-content.visions .sub-title{padding:0 40px;margin-bottom:15px;font-size:23px;line-height:1.4;text-align:center;font-family:"LGSmHaTB"}
  .section-content.visions .sub-txt{font-size:15px;font-family:"LGSmHaTSB";color:#333130;text-align:center;margin-bottom:56px;line-height:1.56}
  .section-content.visions .category-box{font-size:0;padding:0 20px; border-radius: 20px;}
  .section-content.visions .category-box .item{display:block;width:100%;padding:29px 40px 29px 29px;border:1px solid #e0e0e0;background:#fff;-webkit-box-sizing:border-box;box-sizing:border-box;vertical-align:top}
  .section-content.visions .category-box .item + .item{margin-top:-1px}
  .section-content.visions .category-box .list .ico{display:table-cell;width:6px;height:6px;background:url("../../images/common/default/bu_circle.png") no-repeat 0 9px}
  .section-content.visions .category-box .list .txt{display:table-cell;padding-left:10px}
  .section-content.visions .category-box .sub-tit{margin-bottom:20px;font-size:18px;font-family:"LGSmHaTSB";color:#333130}
  .section-content.visions .category-box .txt{font-size:14px;font-family:"LGSmHaTR";color:#4d4948;line-height:1.67;letter-spacing:-1px}
  .section-content.visions .category-box .txt.bullet{padding-left:15px;position:relative}
  .section-content.visions .category-box .txt.bullet:before{position:absolute;left:0;top:8px;content:'';display:inline-block;width:6px;height:6px;background:url("../../images/common/company/vision_bullet.png") no-repeat}
  .section-content.visions .section-type01:nth-child(2){width:100%;padding:0 20px;margin-top:60px;margin-bottom:60px;-webkit-box-sizing:border-box;box-sizing:border-box}
  .section-content.visions .section-type01:nth-child(2) .sub-title{padding-top:10px;padding-left:0;margin-bottom:25px;font-size:22px;font-family:"LGSmHaTSB";text-align:left}
  .section-content.visions .section-type01:nth-child(2) .item-box{padding:30px 0;width:100%;text-align:center}
  .section-content.visions .section-type01:nth-child(2) .item-box .item-ttl{font-size:18px;font-family:"LGSmHaTSB";color:#333130;margin-bottom:25px}
  .section-content.visions .section-type01:nth-child(2) .item-box .item-txt{font-size:14px;font-family:"LGSmHaTR";color:#4c4948;line-height:1.66;text-align:left;padding:0 40px}
  .section-content.visions .section-type01:nth-child(2) .item-box:nth-child(2n+1){background:#fafafa}
  .section-content.visions .section-type01:nth-child(2) .value-icon{width:100%;height:60px;margin-bottom:30px}
  .section-content.visions .section-type01:nth-child(2) .item-box:nth-child(1) .value-icon{background:url("../../images/common/company/vision_value_ico01.png") no-repeat center}
  .section-content.visions .section-type01:nth-child(2) .item-box:nth-child(2) .value-icon{background:url("../../images/common/company/vision_value_ico02.png") no-repeat center}
  .section-content.visions .section-type01:nth-child(2) .item-box:nth-child(3) .value-icon{background:url("../../images/common/company/vision_value_ico03.png") no-repeat center}
  .section-content.visions .section-type01:nth-child(2) .item-box:nth-child(4) .value-icon{background:url("../../images/common/company/vision_value_ico04.png") no-repeat center}
  .section-content.visions .section-type01:nth-child(2) .item-box:nth-child(5) .value-icon{background:url("../../images/common/company/vision_value_ico05.png") no-repeat center}
  .section-content.visions .section-type01:nth-child(3){margin-top:60px;margin-bottom:60px;padding:0 20px}
  .section-content.visions .section-type01:nth-child(3) .sub-title{padding-top:10px;padding-left:0;margin-bottom:25px;font-size:22px;font-family:"LGSmHaTSB";text-align:left}
  .section-content.visions .section-type01:nth-child(3) .slogan-img{text-align:center;margin-bottom:40px}
  .section-content.visions .section-type01:nth-child(3) .slogan-img img{width:225px}
  .section-content.visions .section-type01:nth-child(3) .slogan-box{background:#fafafa;text-align:center;padding:35px 0}
  .section-content.visions .section-type01:nth-child(3) .slogan-box .txt{font-size:14px;font-family:"LGSmHaTR";line-height:1.66;color:#4c4948}
  
  
  
  
  /*! Company - 연혁 */
  .snb-type01.milestone{padding:37px 0 79px 20px}
  .snb-type01.milestone .section-aside,.snb-type01.milestone .snb-list{display:none}
  .section-content.milestone{font-size:0;margin-bottom:60px}
  .section-content.milestone .section-inner{position:relative;padding:0 20px; background-color: #fff;}
  .section-content.milestone .history-box{display:none}
  .section-content.milestone .navi-list{display:none}
  .section-content.milestone .year-list{display:none; background-color: #fff;}
  .section-content.milestone .year-list.on{display:block}
  .section-content.milestone .history-box-mo{display:block}
  .section-content.milestone .history-box-mo .history-snb{width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}
  .section-content.milestone .history-box-mo .history-snb .snb-list{width:415px; display:none}
  .section-content.milestone .history-box-mo .history-snb .snb-list li{float:left}
  .section-content.milestone .history-box-mo .history-snb .snb-list li + li{margin-left:29px}
  .section-content.milestone .history-box-mo .history-snb .snb-list .item{padding:0}
  .section-content.milestone .history-box-mo .history-snb .snb-list .item.on .line-red{bottom:-8px;width:100%;height:10px;background:#a50034;z-index:0;-webkit-transition:.4s all;-o-transition:.4s all;transition:.4s all}
  .section-content.milestone .history-box-mo .history-snb .snb-list .txt-box{position:relative;vertical-align:baseline}
  .section-content.milestone .history-box-mo .history-snb .snb-list .txt-box .line-red{position:absolute;left:0;display:inline-block;width:1px}
  .section-content.milestone .history-box-mo .history-snb .snb-list .txt{position:relative;z-index:1;font-size:16px;font-family:"LGSmHaTR";color:#4d4948;letter-spacing:-1px}
  .section-content.milestone .history-box-mo .link-area{width:100%;margin:20px 0;}
  .section-content.milestone .history-box-mo .link-area .item{display:block;padding:16px 0;text-align:center;background:#333130}
  .section-content.milestone .history-box-mo .link-area .item .txt{font-size:14px;font-family:"LGSmHaTSB";color:#fff}
  .section-content.milestone .box{display:block;width:100%;padding:35px 27px 35px 32px;-webkit-box-sizing:border-box;box-sizing:border-box;border:1px solid #e0e0e0;vertical-align:top;background:#fff}
  .section-content.milestone .box .sub-tit{margin-bottom:20px;font-size:24px;font-family:"LGSmHaTSB";color:#333130;line-height:initial}
  .section-content.milestone .box + .box{margin-top:20px}
  .section-content.milestone .box.short{min-height:220px}
  .section-content.milestone .bg2023{background:#fff url("../../images/common/company/img_mildstone_bg2023.png") no-repeat 0 bottom;background-size:100%;padding-bottom:200px}
  .section-content.milestone .bg2020{background:#fff url("../../images/common/company/img_mildstone_bg2020.jpg") no-repeat 0 bottom;background-size:100%;padding-bottom:200px}
  .section-content.milestone .bg2017{background:#fff url("../../images/common/company/img_mildstone_bg01@2x.png") no-repeat 0 bottom;background-size:100%;padding-bottom:200px}
  .section-content.milestone .bg2016{background:#fff url("../../images/common/company/img_mildstone_bg02@2x.png") no-repeat 0 bottom;background-size:100%;padding-bottom:200px}
  .section-content.milestone .bg2013{background:#fff url("../../images/common/company/img_mildstone_bg03@2x.png") no-repeat 0 bottom;background-size:100%;padding-bottom:200px}
  .section-content.milestone .bg2008{background:#fff url("../../images/common/company/img_mildstone_bg04@2x.png") no-repeat 0 bottom;background-size:100%;padding-bottom:200px}
  .section-content.milestone .bg2006{background:#fff url("../../images/common/company/img_mildstone_bg05@2x.png") no-repeat 0 bottom;background-size:100%;padding-bottom:200px}
  .section-content.milestone .bg2003{background:#fff url("../../images/common/company/img_mildstone_bg06@2x.png") no-repeat 0 bottom;background-size:100%;padding-bottom:200px}
  .section-content.milestone .bg1999{background:#fff url("../../images/common/company/img_mildstone_bg07@2x.png") no-repeat 0 bottom;background-size:100%;padding-bottom:200px}
  .section-content.milestone .bg1998{background:#fff url("../../images/common/company/img_mildstone_bg08@2x.png") no-repeat 0 bottom;background-size:100%}
  .section-content.milestone .bg1976{background:#fff url("../../images/common/company/img_mildstone_bg09@2x.png") no-repeat 0 bottom;background-size:100%}
  .section-content.milestone .bg1962{background:#fff url("../../images/common/company/img_mildstone_bg10@2x.png") no-repeat 0 bottom;background-size:100%}
  .section-content.milestone .bg1947{background:#fff url("../../images/common/company/img_mildstone_bg11@2x.png") no-repeat 0 bottom;background-size:100%}
  .section-content.milestone .list{display:table}
  .section-content.milestone .list .month,.section-content.milestone .list .txt-area{display:table-cell}
  .section-content.milestone .list .month{font-size:14px;font-family:"LGSmHaTSB";color:#333130}
  .section-content.milestone .txt-area .txt{display:block}
  .section-content.milestone .txt-area .txt{padding-left:20px;font-size:14px;font-family:"LGSmHaTR";color:#4d4948;line-height:1.66;letter-spacing:-1px;word-break:keep-all}
  html.lang-de .section-content.milestone .txt-area .txt,html.lang-ja .section-content.milestone .txt-area .txt,html.lang-pl .section-content.milestone .txt-area .txt,html.lang-zh .section-content.milestone .txt-area .txt{word-break:break-all}
  .table-wrap-type01.table-stock03-01 .table-col-type01 th.bod-line{border-left:1px solid #e0e0e0}
  /*! 생명과학 상세 */
  .section-content.business05-detail{margin-top:20px;padding:0 20px}
  .section-content.business05-detail .result-list{border-top:none;margin-bottom:0}
  .section-content.business05-detail .result-list .tit{display:inline-block;font-size:14px;margin:9px 0 0 0;line-height:1.3}
  .section-content.business05-detail .more-area{margin:13px 0 60px;text-align:center}
  .section-content.business05-detail .section-list-type04 .result-list li{float:left;width:47%;margin-right:6%}
  .section-content.business05-detail .section-list-type04 .result-list li:nth-child(2n+0){margin:0}
  .section-content.business05-detail .section-list-type04 .result-list li:nth-child(n+3) .item{padding-top:0}
  .section-content.business05-detail .section-list-type04 .result-list .item{display:inline-block;width:100%;padding:20px 0;border:none}
  .section-content.business05-detail .section-list-type04 .result-list .item:last-child{border:none}
  .section-content.business05-detail .section-list-type04 .result-list .thumb-img{width:100%;height:auto;margin-right:0}
  .section-content.business05-detail .section-list-type04 .result-list .tit{margin-top:9px;color:#a50034;font-family:"LGSmHaTSB";font-size:16px}
  .section-content.business05-detail .section-list-type04 .result-list .txt{display:block;font-size:14px;font-family:"LGSmHaTR";color:#333130;display:block;display:-webkit-box;-webkit-box-orient:vertical;position:relative;line-height:1.3!important;overflow:hidden;-o-text-overflow:ellipsis;text-overflow:ellipsis;height:1.3em;display:block!important;white-space:nowrap}
  .section-content.business05-detail .section-list-type04 .result-list .txt:after{content:'';text-align:right;bottom:0;right:0;width:25%;display:block;position:absolute;height:1.3em}
  .section-content.business05-detail .section-list-type04 .result-list .txt:after{display:none!important}
  @supports (-webkit-line-clamp: 1){
  .section-content.business05-detail .section-list-type04 .result-list .txt:after{display:none!important}}
  .iframe-wrap{width:100%;height:976px;overflow:hidden;position:relative;margin:0 auto}
  .iframe-wrap iframe{width:335px;height:1024px;margin:0 auto;position:absolute;left:0;top:-46px}
  .iframe-wrap iframe.pc-url{display:none}
  .iframe-wrap iframe.mo-url{display:block}
  
  /* s : 20210618  비전_new mo */
  
  .pc-show {display:none;}
  .snb-type.visions.new .sub-title{font-size: 30px;}
  .snb-type.visions.new .sub-txt{font-size: 12px;}
  .bg-section.visions.new {width:100%; height: 250px;}
  .bg-section.visions.new + .section-content.visions.new .sub-txt{margin-bottom: 36px;}
  .section-content.visions.new .section-type01 .slogan-img{padding: 9px 27px 0; text-align: center;}
  .section-content.visions.new .section-type01 .slogan-img img{width: 100%;    max-width: 280px;}
  .section-content.visions.new .section-type01 .slogan-box {text-align: center; padding: 36px 0 12px 0 ;max-width: 335px;margin: 0 auto;}
  .section-content.visions.new .section-type01 .slogan-box .txt{font-size: 14px;font-family: "LGSmHaTR";line-height: 1.67;color: #4d4948;}
  
  /* 핵심가치 #f0efef */
  .section-content.visions.new .section-type01:nth-child(3){margin-bottom: 26px;}
  .section-content.visions.new .accordion-st-area .accordion-st-list .title .btn-spread {padding:3px 0 47px 0;}
  .section-content.visions.new .accordion-st-area .left-ico {position: relative; width:100%;min-height: 85px;}
  .section-content.visions.new .accordion-st-area .accordion-st-list .left-ico .ico01{width: 105px;height: 100%;display: block;position:absolute; top: 20%; left: -20px;  }
  .section-content.visions.new .accordion-st-area .accordion-st-list .item:nth-child(1) .left-ico .ico01 {background: url(../../images/common/company/vision_value_ico01.png) no-repeat center;background-size: 50%;}
  .section-content.visions.new .accordion-st-area .accordion-st-list .item:nth-child(2) .left-ico .ico01 {background: url(../../images/common/company/vision_value_ico02.png) no-repeat center;background-size: 50%;}
  .section-content.visions.new .accordion-st-area .accordion-st-list .item:nth-child(3) .left-ico .ico01 {background: url(../../images/common/company/vision_value_ico03.png) no-repeat center;background-size: 50%;}
  .section-content.visions.new .accordion-st-area .accordion-st-list .item:nth-child(4) .left-ico .ico01 {background: url(../../images/common/company/vision_value_ico04.png) no-repeat center;background-size: 50%;}
  .section-content.visions.new .accordion-st-area .accordion-st-list .item:nth-child(5) .left-ico .ico01 {background: url(../../images/common/company/vision_value_ico05.png) no-repeat center;background-size: 50%;}
  /* s: 20230704 수정 */
  /* .section-content.visions.new .accordion-st-area .accordion-st-list .title .arrow-l, .accordion-st-area .accordion-st-list .title .arrow-r{width: 20px;height: 4px;border-radius: 10px; background-color:#888888;} */
  /* e: 20230704 수정 */
  .section-content.visions.new .accordion-st-area .accordion-st-list .title .arrow-r {right: -13px;}
  .section-content.visions.new .accordion-st-area .accordion-st-list .title .icon{top:27%;}
  .section-content.visions.new .accordion-st-area .accordion-st-list .item .detail .pro-list {    padding: 5px  34px 0 ;   background-color: #fafafa;     border-top: 1px solid #f0efef;;}
  .section-content.visions.new .accordion-st-area .accordion-st-list .item .detail .pro-list .cont {width: 100% ; display:inline-block;vertical-align: top;    padding-top: 32px;}
  .section-content.visions.new .accordion-st-area .accordion-st-list .item .detail .pro-list .cont .ord-box{margin-top: 15px;}
  .section-content.visions.new .accordion-st-area .accordion-st-list .item .detail .pro-list .cont .ord-box .copy{font-size:16px;font-family:"LGSmHaTSB";color:#333130; margin-bottom:18px;}
  .section-content.visions.new .accordion-st-area .accordion-st-list .item .detail .pro-list .cont .ord-box .pro-txt{font-size:13px;font-family:"LGSmHaTR";color:#333130; line-height: 1.62;    padding-bottom: 32px; }
  .section-content.visions.new .accordion-st-area .accordion-st-list .item .detail .pro-list .cont:first-child .ord-box .pro-txt{border-bottom:1px solid #f0efef;}
  .section-content.visions.new .accordion-st-area .accordion-st-list .item .detail .pro-list .cont .ico01 {position: relative; width: 35px; height: 35px;}
  .section-content.visions.new .accordion-st-area .accordion-st-list .item:nth-child(1) .detail .pro-list .cont:nth-child(1) .ico01{ background: url(../../images/common/company/vision_value_ico01-1.png) no-repeat center;background-size: 35px 35px;}
  .section-content.visions.new .accordion-st-area .accordion-st-list .item:nth-child(1) .detail .pro-list .cont:nth-child(2) .ico01{ background: url(../../images/common/company/vision_value_ico01-2.png) no-repeat center;background-size: 35px 35px;}
  .section-content.visions.new .accordion-st-area .accordion-st-list .item:nth-child(2) .detail .pro-list .cont:nth-child(1) .ico01{ background: url(../../images/common/company/vision_value_ico02-1.png) no-repeat center;background-size: 35px 35px;}
  .section-content.visions.new .accordion-st-area .accordion-st-list .item:nth-child(2) .detail .pro-list .cont:nth-child(2) .ico01{ background: url(../../images/common/company/vision_value_ico02-2.png) no-repeat center;background-size: 35px 35px;}
  .section-content.visions.new .accordion-st-area .accordion-st-list .item:nth-child(3) .detail .pro-list .cont:nth-child(1) .ico01{ background: url(../../images/common/company/vision_value_ico03-1.png) no-repeat center;background-size: 35px 35px;}
  .section-content.visions.new .accordion-st-area .accordion-st-list .item:nth-child(3) .detail .pro-list .cont:nth-child(2) .ico01{ background: url(../../images/common/company/vision_value_ico03-2.png) no-repeat center;background-size: 35px 35px;}
  .section-content.visions.new .accordion-st-area .accordion-st-list .item:nth-child(4) .detail .pro-list .cont:nth-child(1) .ico01{ background: url(../../images/common/company/vision_value_ico04-1.png) no-repeat center;background-size: 35px 35px;}
  .section-content.visions.new .accordion-st-area .accordion-st-list .item:nth-child(4) .detail .pro-list .cont:nth-child(2) .ico01{ background: url(../../images/common/company/vision_value_ico04-2.png) no-repeat center;background-size: 35px 35px;}
  .section-content.visions.new .accordion-st-area .accordion-st-list .item:nth-child(5) .detail .pro-list .cont:nth-child(1) .ico01{ background: url(../../images/common/company/vision_value_ico05-1.png) no-repeat center;background-size: 35px 35px;}
  .section-content.visions.new .accordion-st-area .accordion-st-list .item:nth-child(5) .detail .pro-list .cont:nth-child(2) .ico01{ background: url(../../images/common/company/vision_value_ico05-2.png) no-repeat center;background-size: 35px 35px;}
  .section-content.visions.new .accordion-st-area .accordion-st-list .item:nth-child(5) {border-bottom:1px solid #f0efef;}
  
  /*! e 20210617 Company - 기업정보 - 비전_new mo */
  .section-content.visions.new .accordion-st-area {margin:0 15px 40px;}
  .section-content.visions.new .accordion-st-area .accordion-st-list{border: unset;}
  .section-content.visions.new .accordion-st-area .accordion-st-list .item:nth-child(1) {border-top:1px solid #f0efef;}
  .section-content.visions.new .accordion-st-area .accordion-st-list .item:nth-child(5) {border-bottom:1px solid #f0efef;}
  .section-content.visions.new .accordion-st-area .accordion-st-list .item  {border-bottom:1px solid #f0efef;}
  .section-content.visions.new .accordion-st-area .accordion-st-list .title{background-color: unset; margin-left: 3px;}
  .section-content.visions.new .accordion-st-area .accordion-st-list .title .right-txt{margin-top:15px;}
  .section-content.visions.new .accordion-st-area .accordion-st-list .title .txt{color: #a50034;font-size: 18px;}
  .section-content.visions.new .accordion-st-area .accordion-st-list .title .txt + .txt {font-size:14px; color:#4c4948; margin-top:17px;font-family: "LGSmHaTR"; line-height:1.5}
  
  /* e : 20210618  비전_new mo */
  
  /*  s : 20220712 신약 파이프라인 mo  */
  .section-content.medicine01 .mo_only{display: block;}
  
  .section-content.medicine01 .pipeline-text{display:inline-block; width:100%; line-height: 1.8; margin-top:15px;}
  .section-content.medicine01 .pipeline-text .txt{display:block; font-size: 18px; font-weight: bold; float:left; margin-bottom: 10px;;}
  .section-content.medicine01 .pipeline-text ul{display:flex; flex-wrap:wrap; width:100%; font-size: 15px; text-align:end;}
  .section-content.medicine01 .pipeline-text ul li{margin-right:13px;}
  .section-content.medicine01 .pipeline-text ul li::before{content: "";width:10px; height:10px; background-color: #ccc; display:inline-block;margin-right:5px;}
  .section-content.medicine01 .pipeline-text ul li.box-type01::before{background-color: rgb(199,67,117);}
  .section-content.medicine01 .pipeline-text ul li.box-type02::before{background-color: rgb(90,91,159);}
  .section-content.medicine01 .pipeline-text ul li.box-type03::before{background-color: rgb(136,176,75);}
  .section-content.medicine01 .pipeline-text ul li.box-type04::before{background-color: rgb(240,192,90);}
  .section-content.medicine01 .pipeline-text ul li.box-type05::before{background-color: rgb(0,148,115);}
  
  .section-content.medicine01 .pipeline-box{margin-top:20px; width:100%; font-family: "LGSmHaTR";}
  .section-content.medicine01 .pipeline-box .pipebox-title{width:100%; box-sizing: border-box;}
  .section-content.medicine01 .pipeline-box .pipebox-title h5{color:#4d4948;background-color:#e0e0e0; box-sizing: border-box; text-align: center;  font-size: 15px; font-weight: bold; padding:15px 0px; margin-bottom:15px; margin-top:20px;}
  .section-content.medicine01 .pipeline-box .pipebox-title.pipebox01 ul{width:100%;}
  
  .section-content.medicine01 .pipeline-box .boxtxt .color-box{ padding:15px; height:80px;position: relative; margin-top: 5px; box-shadow:5px 5px 8px #f7f7f7;}
  .section-content.medicine01 .pipeline-box .boxtxt .color-box a{z-index:5; color:#333;font-size: 14px; box-sizing: border-box; width:100%; height:91px; display:block; position:absolute;top:0px;left:0px; padding:15px 0px 0px 15px;}
  .section-content.medicine01 .pipeline-box .boxtxt .color-box a strong{font-weight: bold; margin-bottom: 17px;}
  .section-content.medicine01 .pipeline-box .boxtxt .color-box:before{content:""; width:25px; height:25px; background-color:#333; position:absolute; top:0px; right:0px;}
  .section-content.medicine01 .pipeline-box .boxtxt .color-box.box-type01:before{background-color:rgb(199,67,117);}
  .section-content.medicine01 .pipeline-box .boxtxt .color-box.box-type02:before{background-color:rgb(90,91,159);}
  .section-content.medicine01 .pipeline-box .boxtxt .color-box.box-type03:before{background-color:rgb(136,176,75);}
  .section-content.medicine01 .pipeline-box .boxtxt .color-box.box-type04:before{background-color:rgb(240,192,90);}
  .section-content.medicine01 .pipeline-box .boxtxt .color-box.box-type05:before{background-color:rgb(0,148,115);}
  .section-content.medicine01 .pipeline-box .boxtxt .color-box .company-logo{width:56px; position:absolute; bottom:10px; right:10px;}
  .section-content.medicine01 .pipeline-box .boxtxt .color-box:after{content:""; background-color:#000; opacity: 0; width:100%; height:106px; position:absolute;top:0px; left:0px;}
  .section-content.medicine01 .pipeline-box .boxtxt .color-box.opacity-seven:after{opacity:.7;}
  
  .section-content.medicine01 .pipeline-box .boxtxt .pipe_popup{display: none; width:90%; margin:0px auto; box-sizing: border-box; word-wrap: break-word; font-size:16px; padding:40px 30px; background-color:#fff; position:fixed; top:50%; transform: translateY(-50%); z-index:1000;}
  .section-content.medicine01 .pipeline-box .boxtxt .pipe_popup h6{ font-weight: bold; line-height:1.5;}
  .section-content.medicine01 .pipeline-box .boxtxt .pipe_popup table{margin-top:14px; line-height: 1.5; width:100%;}
  .section-content.medicine01 .pipeline-box .boxtxt .pipe_popup table tr{border-top:1px solid #e0e0e0;}
  .section-content.medicine01 .pipeline-box .boxtxt .pipe_popup table tr:last-child{border-bottom: 1px solid #e0e0e0;}
  .section-content.medicine01 .pipeline-box .boxtxt .pipe_popup table tr th{background-color:#f7f7f7; padding:10px 20px; text-align: center;}
  .section-content.medicine01 .pipeline-box .boxtxt .pipe_popup table tr td{padding:10px 20px; width:60%; text-align: left;}
  .section-content.medicine01 .pipeline-box .boxtxt .pipe_popup .memotxt {position:relative; left:20px; margin-top:20px; display:block; width:90%;}
  .section-content.medicine01 .pipeline-box .boxtxt .pipe_popup .memotxt .bold{font-weight:bold;}
  .section-content.medicine01 .pipeline-box .boxtxt .pipe_popup .memotxt a{position:inherit; width:100%; font-size: 15px; padding:inherit; display: initial;}
  .section-content.medicine01 .pipeline-box .boxtxt .pipe_popup .memotxt:before{content:"*"; position:absolute; top:0px; left:-10px;}
  .section-content.medicine01 .pipeline-box .boxtxt .pipe_popup .btn-close-popup{background-color:#333130;color:#fff; font-weight: bold; padding:15px 40px; position: relative; left:50%; transform: translateX(-50%); margin-top:30px; }
  /*  e : 20220712 신약 파이프라인 mo */
  
    /* s 20210623 경영정보 위원회 구성원 및 텍스트 추가 mo */
    .section-content .section-txt {font-size: 14px;font-family: "LGSmHaTR";color: #4d4948;    line-height: 1.6;}
    /* e 20210623 경영정보 위원회 구성원 및 텍스트 추가 mo */
  
      /* s : 20210728 중국어 CSR mo */
      .recent-data-list.cz_chpage li .txt01 {position: relative;}
      .recent-data-list.cz_chpage li .txt02 {position: trelative;}
      .ir-report02 .recent-data-list.cz_chpage .download-area {    padding: 101px 29px 0 29px;}
      .ir-report02 .recent-data-list.cz_chpage .download-area .bttn .ico-download-white01{position:absolute;top:22px;right:20px;display:block;background-position:0 -180px;width:16px;height:14px;background-image:url('../../images/common/default/sprite_mobile@2x.png');background-size:271px 226px;}
    /* s : 20210728 중국어 CSR mo */
  
    /* s : 20210823 회사소개 about_new.html mo */
    .section-content-intro-type01.new {margin-top:2vw;}
    .section-content-intro-type01.new .title-mo {position:relative; top: 24px;width: 90%;font-size: 7.367vw;}
    .section-content-intro-type01.new .txt-area.about {    padding: 36px 12px 0 12px;}
    .section-content-intro-type01.new .txt-area.about .title {margin: 4.1667vw 0 3.125vw -15.625vw}
    .section-content-intro-type01.new .txt-area.about .intro-area {margin-top:8px;}
    .section-content-intro-type01.new .txt-area .sub-tit {font-size: 3.736vw;margin-bottom: 4.1667vw;    letter-spacing: -0.06em;}
    .section-content-introduction.about-visition,
    .section-content-introduction.about-new {margin-top:0;background: unset;max-height:100%;margin-bottom:0; padding-bottom:0;}
    .section-content-introduction.about-visition::before {display: none;}
  	.section-content-introduction.about-visition .introduction{position: relative; padding-top: 40px; text-align: center;padding-left: 17px; padding-right: 17px; font-size:16px; color: #333130; padding-bottom: 40px;}
  	.section-content-introduction.about-visition .introduction p:nth-child(1){width:100%; margin: 0 auto; font-size: 15px; line-height: 1.5;}
    .section-content-introduction.about-new .introduction .txt {font-size: 3.736vw;  font-family: "LGSmHaTR";  color: #222121;  line-height: 1.5;  word-break: keep-all; width: 100%;  margin: 0 auto 3.900vw;   }
    .section-content-introduction.about-new .introductory-area {position:relative; margin: 0; bottom:unset; padding:0;}
    .section-content-intro-type01.new .txt-area .txt {font-size: 1.042vw;text-align: center;width: 50%;  margin: 0 auto 1.25vw;}
    .section-content-introduction.about-new .section-content-introduction .introductory-area {margin: 51px 0 120px;}
    .section-content-introduction.about-new .introductory-box {   border: 1px solid #e0e0e0;  background: #fff; border-radius: 20px; }
    .section-content-introduction.about-new .introductory-box .line-box {border-bottom:1px solid #e0e0e0;    min-height: 200px;}
    .section-content-introduction.about-new .introductory-box div:last-child .line-box {border-bottom:unset;}
    .section-content-introduction.about-new .introductory-box .item {display: inline-block;  position: relative;  width: 100%;  height: 100%;  padding: 0;  margin-top: 0px; vertical-align: top;   }
    .section-content-introduction.about-new .introductory-box .item:last-child .txt::after {display:none;}
    .section-content-introduction.about-new .introductory-area .introductory-box [class^="ico"] {  display: block;  width: 100%;  height: 100px; background-repeat: no-repeat;  background-size: 45px;  background-position: center center;  }
    .section-content-introduction.about-new .introductory-area .introductory-box .item .sub-ico .ico01 {  background-image: url(../../images/common/company/introductor_ico01.png);  }
    .section-content-introduction.about-new .introductory-area .introductory-box .item .sub-ico .ico02 {  background-image: url(../../images/common/company/introductor_ico02.png);  }
    .section-content-introduction.about-new .introductory-area .introductory-box .item .sub-ico .ico03 {  background-image: url(../../images/common/company/introductor_ico03.png);  }
    .section-content-introduction.about-new .introductory-area .introductory-box .item .sub-ico .ico04 {  background-image: url(../../images/common/company/introductor_ico04.png);  }
    .section-content-introduction.about-new .introductory-area .introductory-box .item .sub-ico .ico05 {  background-image: url(../../images/common/company/introductor_ico05.png);  }
    .section-content-introduction.about-new .introductory-area .introductory-box .item .txt-box .more {font-size: 16px; font-family: "LGSmHaTSB" ;margin-top: 6px; color:#999897;}
    .section-content-introduction.about-new .introductory-area .introductory-box .item .txt-box {text-align: center;    padding-bottom: 20px;}
    .section-content-introduction.about-new .introductory-area .introductory-box .item .txt-box .tit {font-size: 14px;  font-family: "LGSmHaTR"; color: #302d2c; line-height: 1.5;}
    .section-content-introduction.about-new .introductory-area .introductory-box .item .txt-box .txt.red{font-size:18px;font-family: "LGSmHaTSB"; color: #a50034;line-height: 1.5; margin-top: 5px;  }
    .section-content-introduction.about-new .introductory-area .introductory-box .item .txt-box .red-sub{font-size:12px;font-family: "LGSmHaTR"; color: #a50034;line-height: 1.25; }
    .section-content-introduction.about-new .introductory-area .introductory-box .item .txt-box .more .ico {  position: static; display: inline-block;  background-image: url(../../images/common/default/sprite_pc.png);  background-position: -276px -269px;  width: 17px;  height: 10px;  background-size: 431px 383px;  }
    .section-content-introduction.about-new .download-box {text-align: center; margin-top:20px;}
    .section-content-introduction.about-new .download-box>a {width: 100%;}
    .section-content-introduction.about-new .download-box .bttn .ico-download-white01 {margin-left:0; position: relative; left:28%;}
    .section-content-introduction.about-new .download-box .bttn.style03 {border-radius: 8px;}
    .section-content-introduction.about-new .download-box .bttn.type03 .txt03 {font-size:14px ; font-family: "LGSmHaTB"; color:#ffffff;    line-height: 24px;}
    
    /* s: 20231016 회사소개 신규 추가 - mo */
    .section-content-introduction.about-visition {background-color:#f8f1eb; margin-bottom: 40px; }
	.section-content-introduction.about-visition .section-inner {max-width: 800px;}
  	.section-content-introduction.about-visition .section-inner .sub-tit {font-size: 5.87vw; font-family: "LGSmHaTSB"; color: #333130; padding-top: 50px;}
  	.section-content-introduction.about-visition .section-inner .sub-tit::before {content: ''; display: block; position: relative; width: 24px; height: 4px; margin-bottom: 13px; background-color: #333130;;}
  	.section-content-introduction.about-visition .introduction>img {width: 100%; margin-bottom: 27px;}
  	.section-content-introduction.about-visition .introduction>div>img {width: 80%; margin: 0 auto;}
  	.section-content-introduction.about-visition .introduction>div>p {padding-top: 15px; }
  	.section-content-introduction.about-visition .introduction p { font-family:"LGSmHaTSB"; font-weight: 500;}
  	.section-content-introduction.about-visition .introduction .detail {margin-top:20px; }
  	.section-content-introduction.about-visition .introduction .detail::before {content:''; background-color: #a50034; width: 2px; height: 40px; display: block; margin: 0 auto; margin-bottom: 20px;}
	.section-content-introduction.about-visition .introduction .link-box>a {position: relative; width: 100%;; left: 50%; transform: translateX(-50%);margin-top: 15px;}
	.section-content-introduction.about-visition .introduction .link-box .bttn .ico-link-white01 {position: absolute; right: 20px; top: 50%; transform: translateY(-50%);}
	.section-content-business-area .business-item .link-box>a {position: relative; width: 93%;; left: 50%; transform: translateX(-50%); margin-bottom: 40px;}
	/* s: 20231018 버튼 위의 공간 조정 */
	.section-content-global_new .link-box {margin-top: 166px; margin-bottom: -150px;}
	/* e: 20231018 버튼 위의 공간 조정 */
	.section-content-global_new .link-box>a {width: 83%;}
	.link-box>a{position: relative; width: 100%;; left: 50%; transform: translateX(-50%); text-align: center; width: 100%;}
	.link-box .bttn.type01 {padding: 10px 12px; border-radius: 8px;}
	.link-box .bttn .ico-link-white01 {background-image: url('../../images/common/company/ico_next_white_10x18.png'); display: inline-block; width: 10px; height: 18px; background-size: 100% auto; background-repeat: no-repeat; vertical-align: middle; position: absolute; right: 20px; top: 50%; transform: translateY(-50%);}
	/* s: 20231016 회사소개 신규 추가 - mo */
  
    .section-content-ceo {margin-top:70px;height: 100%;}
    .section-content-ceo .section-inner {   position: relative;  max-width: 800px;  margin: 0 auto;  padding: 0 20px; background-color: #faf5f1;  }
    .section-content-ceo .section-inner .ceo-box {position: relative; width:100%; top: -38px;}
    .section-content-ceo .section-inner .ceo-box .ceo-img {padding:20px; }
    .section-content-ceo .section-inner .ceo-box .ceo-img img {width:100%; border-radius: 20px;}
    .section-content-ceo .section-inner .ceo-box .ceo-txt { background-color:#faf5f1;padding: 10px; border-radius: 20px;}
    .section-content-ceo .section-inner .ceo-box .ceo-txt .name {display:flex;flex-direction: column-reverse;text-align: center; font-size:18px ; font-family: "LGSmHaTSB"; line-height: 1.27; color:#333130;}
    .section-content-ceo .section-inner .ceo-box .ceo-txt .name .position{display: block; font-size:12px ; font-family: "LGSmHaTR"; line-height: 1.92; color:#333130;}
    .section-content-ceo .section-inner .ceo-box .ceo-txt .txt {width: 100%;font-size:14px; font-family: "LGSmHaTR"; line-height: 1.64; color:#333130; margin-top:20px; text-align: center;}
  
    .section-content-business-area {margin-top: 60px; }
    .section-content-business-area .section-inner {   position: relative;  max-width: 800px;  margin: 0 auto; padding:0 20px;   }
    .section-content-business-area .section-inner .sub-tit{font-size: 22px;  font-family: "LGSmHaTSB";  color: #333130;}
    .section-content-business-area .section-inner .sub-tit::before {content: '';  display: block;  position: relative;  width: 24px;  height: 4px;  margin-bottom: 13px;  background: #333130;}
    .video-zone .video-wrap .video-bx{position:relative;}
    .video-zone .video-wrap {margin-top:30px;}
    .video-zone .video-wrap .playpause {  cursor: pointer;  width: 100%;  height: 100%;  position: absolute;  left: 0;  right: 0;  top: 0;  bottom: 0;  margin: auto;}
    .video-zone .video-wrap .playpause i.ico-play {  display: block;  position: absolute;  left: 50%;  top:50%; transform: translate(-50%, -50%); width: 48px;  height: 48px;  background: url(../../images/common/company/white_btn.png  ) no-repeat left top;  background-size: 100%;  z-index: 5;}
    .video-zone .video-wrap .overlay {  cursor: pointer;  width: 100%;  height: 100%;  position: absolute;  left: 0;  right: 0;  top: 0;  bottom: 0;}
  
    .business-item {position: relative;  display: flex;  justify-content: space-between;  margin-top: 36px; flex-direction: column;}
    .business-item div img {width:100%;}
    .section-content-business-area .business-item > div {   width: 100%;}
    .advanced-materials {margin:10px 0;}
    .section-content-business-area .business-item .item-box {padding: 25px; background-color: #fafafa; margin-bottom: 20px;}
    .section-content-business-area .business-item .item-box .item-tit {font-size: 18px; font-family: "LGSmHaTSB"; line-height: 1.55; color:#333130; }
    .section-content-business-area .business-item .item-box .item-txt {font-size: 16px; font-family: "LGSmHaTR"; line-height: 1.72; color:#4d4948; letter-spacing: -0.05em; }
    .section-content-business-area .business-item .item-box .item-line {position:relative;left:0; border: 1px solid #e0e0e0; max-width:305px; margin: 12px 0;  }
    .section-content-business-area .business-item .item-department {font-size:16px; font-family: "LGSmHaTR"; line-height: 1.72; color:#4d4948; letter-spacing: -0.05em; }
    .section-content-business-area .business-item .item-department .list-dot {background: url(../../../images/common/company/business_dot.png);  background-size: 100%;  width: 3px;  height: 3px;  background-repeat: no-repeat;  position: relative;  display: inline-block;  vertical-align: middle; margin-right:9px;}
  /* s:section-content-global_new 리뉴얼 mh230825*/
  .section-content-global_new .corporation01 .biz-sign-list{display: block; align-items:center; margin: 30px 0;}
  .section-content-global_new .corporation01 .biz-sign-list .tit{font-family: 'LGSmHaTB';font-size: 18px;margin-right: 40px; width:100%; display:block; margin-bottom: 10px;}
  .section-content-global_new .corporation01 .biz-sign-list .biz-sign{padding-top: 0; margin-bottom: 0;}
  .corporation01 .biz-sign-list .biz-sign li{font-size:14px;padding: 0 14px 0 0;letter-spacing: 0;font-family: 'LGSmHaTR'}
  
  .section-content-global_new {margin-top:60px;}
  .section-content-global_new .section-inner {  position: relative;  max-width: 800px;  margin: 0 auto; padding:0 20px}
  .section-content-global_new .section-inner .sub-tit{font-size:22px;  font-family: "LGSmHaTSB";  color: #333130;}
  .section-content-global_new .section-inner .sub-tit::before {content: '';  display: block;  position: relative;  width: 24px;  height: 4px;  margin-bottom: 13px;  background: #333130;}
  .section-content-global_new .nation-box {position: relative;  width: 100%;  margin-top: 50px;}
  .section-content-global_new .nation-box li {  position: relative;  z-index: 1;  display: inline-block;  margin-right: 59px;  margin-bottom: 20px;  padding: 0 0 13px 0;  }
  .section-content-global_new .content-global_new {  position: relative; }
  
  .section-content-global_new .global-list{position:relative;margin:0 auto;border-right:1px solid #ddd;display: flex;}
  .section-content-global_new .global-list li[class^="global-"]{width:calc(25% - 1px); float:left;border: 1px solid #ddd; border-right:none; cursor: pointer;}
  .section-content-global_new .global-list .name{font-size:14px;font-family:"LGSmHaTSB";word-break:break-word;word-wrap:break-word;color: #777; padding: 10px 0; text-align: center;}
  .section-content-global_new .global-list .name a.more{float: right;font-size: 13px;line-height: 15px; display: none;}
  .section-content-global_new .global-list .name a.more::after{content: '>'; padding-left: 5px;}
  
  .content-global_new{position: relative;max-width: 800px;margin: 0 auto;}
  .section-content-global_new .global-list .info-area ul {clear: both; overflow:hidden;}
  .section-content-global_new .global-list .info-area ul li{float:left; width:50%;padding: 7px 0;font-size: 14px;color: #444;letter-spacing: 0;font-family: 'LGSmHaTSB';}
  .section-content-global_new .global-list .info-area ul li span{ margin-right: 3px;}
  .section-content-global_new .global-list .info-area div[class^="sub-"]{padding: 20px 36px; display: none;}
  .section-aside.corp.about{display:none}
  
  .section-content-global_new .global-list li.on{border-color: #333;}
  .section-content-global_new .global-list li.on + li{border-left-color: #333;}
  .section-content-global_new .global-list:has(li:last-child.on){border-right-color: #333;}
  .section-content-global_new .global-list li.on .name{color: #333;}
  .section-content-global_new .global-list li.on a.more{position: absolute;right: 20px;top: 65px; display:block}
  .section-content-global_new .global-list li.on .info-area div[class^="sub-"]{display: block; position:absolute;width: 100%;top: 90px; left:0;background-color: #f4f4f4;padding: 0;border-radius: 20px;}
  .section-content-global_new .global-list li.on .info-area ul{padding:10px 20px}
  
  .section-content-global_new .relevant{bottom: -100px;top: initial;left: 20px;}
  
  .section-content-global_new .content-global_new:has(.global-korea.on){height:190px}
  .section-content-global_new .content-global_new:has(.global-asia.on){height:430px}
  .section-content-global_new .content-global_new:has(.global-america.on){height:220px}
  .section-content-global_new .content-global_new:has(.global-europe.on){height:220px}

  
  .section-content-global_new .foreign-list li {font-size: 1.2vw; font-family: "LGSmHaTR"; line-height: 1.52; margin-right:20px;}

  .section-content-global_new [class^="dot"] {display: inline-block; width:8px; height:8px;margin-right:2px;}
  .content-global_new [class^="dot"] {display: inline-block; width:8px; height:8px;margin-left:5px;/*mh230825 dot 라운드로 변경*/ border-radius: 8px;}
  /* s:20220518 국내-mo */
  /* s:20220527 상태바 색상 변경 */
  /* s:20220524 상태값 바 색상수정 */
  .dot.headoffice{background-color: #ea1917;}
    .dot.research {background-color:#9175af;}
    .dot.leadership-center {background-color:#d96f6f;}
    /* e:20220527 상태바 색상 변경 */
    .dot.factory {background-color:#a772a9;}
    /* e:20220524 상태값 바 색상수정 */

  /* s:20220518 해외-tab */
    .dot.production-corporation {background-color:#ea6a8d;}
    .dot.manufacture-sales-corporation{background-color:#9175af;}
    .dot.sales-corporation{background-color:#4477c2;}
    .dot.overseas-branch {background-color:#19b6b0;}
    .dot.research-corporation {background-color:#05bd75;}
    .dot.other {background-color:#e77c2e;}

  .section-content-global_new .download-box {position:absolute;    display: flex;    justify-content: space-around; width: 100%;  bottom:10%;left:0;}
  .section-content-global_new .download-box .bttn.type03 .txt03{font-size:3.627vw;font-family:"LGSmHaTSB";color:#ffffff;}
  .section-content-global_new .download-box .bttn.style03.type03{display: flex;    width: 42.67%;height: 6.4vw;     align-items: center; justify-content: space-around;}
  .section-content-global_new .download-box .bttn.style03.type03 .ico{position:static;display:inline-block;background-image:url('../../images/common/default/sprite_pc.png');background-position:-270px -269px;width:22px;height:10px;background-size:431px 383px;margin-left:0;}
  .section-content-global_new .download-box a:nth-child(2).bttn.style03.type03 .txt03 + .ico{margin-left:0;}


  /* e : 20210823 회사소개 about_new.html mo */

  /* s: 20220217 브랜드 아이덴티티 페이지 신설 mo */
  .section-content-introduction.brand-identity {margin-top: 0; background: unset; max-height: 100%; padding-bottom:0; margin:0;}
  .section-content-introduction.brand-identity::before {position: absolute; left: 0; content: ''; background: #f8f1eb; width: 100%; height: 100%; z-index: -1; padding-bottom:20px;}
  .section-content-introduction.brand-identity .introduction .sub-titles {padding-top:30px; text-align:center; font-size:18px; font-family:"LGSmHaTSB";}
  /* s: 20220302 텍스트 스타일 수정 - mo */

  /* s: 20220304 컬러 시스템 스타일 수정 - mo */
  .section-content-introduction.brand-identity .introduction .txt.txt-type02 {padding-top:20px; text-align:center; font-size: 15px; font-family:"LGSmHaTSB"; color: #484848; line-height: 1.5; word-break: keep-all; margin:0 auto;}
  /* e: 20220304 컬러 시스템 스타일 수정 - mo */

  .section-content-introduction.brand-identity .introduction .txt.txt-type02 br {display:none;}
  .section-content-introduction.brand-identity .introduction .txt.txt-type03 {padding-top:20px; text-align:center; font-size: 15px; font-family:"LGSmHaTSB"; color: #484848; line-height: 1.5; word-break: keep-all; margin: 0 auto 28px;}
  .section-content-introduction.brand-identity .introduction .txt.txt-type03 br {display:none;}
  /* e: 20220302 텍스트 스타일 수정 - mo */

  .lgchem-brand-identity-group {padding-top:0; margin:0 auto; text-align:center;}
  .lgchem-brand-identity-group .brand-identity-title {font-family: "LGSmHaTSB"; color:#a50034; font-size:20px;}
  .brand-identity-txt-vision {margin-top:18px; font-size:16px; font-weight:bold; font-family: "LGSmHaTSB"; color:#484848;}

  .brand-identity-arrow-wrap {}
  .brand-identity-arrow-wrap .brand-identity-arrow {display:none;}
  .brand-identity-arrow-wrap .brand-identity-arrow::after {position:relative; bottom: 64px; margin-left:50%; transform:translate(-50%); display:block; content:""; background-image:url("../../images/common/default/brand-identity-arrow.jpg"); background-repeat:no-repeat; background-size:contain; z-index:-1; width:280px; height:300px;} 
  .brand-identity-arrow-wrap .brand-identity-keyword {font-size:20px; font-family: "LGSmHaTSB"; color:#a50034;}
  .brand-identity-arrow-wrap .stit {width: 150px;min-width:150px;height:20px;border:1px solid #dadada;border-bottom:0 none;margin:auto;line-height:20px; font-family: "LGSmHaTSB"; color:#a50034;}

  .brand-identity-company {display:flex;padding-bottom:100px;margin:0 20px;background:url("../../images/common/default/brand-identity-arrow.jpg") no-repeat 50% 0; background-size:229px auto;}
  .brand-identity-company [class*="brand-identity-company"] {flex:1; background:#fff;  border-radius:20px; border:1px solid #f0f0f0; padding:10px 5px 10px 5px; left:14px; bottom:178px; }
  .brand-identity-company [class*="brand-identity-company"] .brand-identity-science-tit {font-size:9px; font-family:"LGSmHaTR";}
  .brand-identity-company [class*="brand-identity-company"] .lgchem-brand-identity-pra {font-size:12px; font-family:"LGSmHaTR"; line-height:1.5; margin-top: 10px;}
  .brand-identity-company [class*="brand-identity-company"] .brand-identity-science-company {margin-top:14px; padding-bottom:10px; font-size:14px; font-family: "LGSmHaTSB"; border-bottom: 1px solid #e0e0e0;}
  .brand-identity-company .brand-identity-company01 {margin-right:22px; width: 100%;}
  .brand-identity-company .brand-identity-company02 {width: 100%;}
  /* .brand-identity-company .brand-identity-company01 { width: 100%;}
  .brand-identity-company .brand-identity-company01 .brand-identity-science-tit {}
  .brand-identity-company .brand-identity-company01 .lgchem-brand-identity-pra {}
  .brand-identity-company .brand-identity-company01 .brand-identity-science-company {margin-top:14px; font-size:14px; font-family: "LGSmHaTSB";} */

  .under-line {display:none; padding-top:15px; padding-bottom:15px;}
  .under-line img {background: #e0e0e0; width:100%;}

  /* .brand-identity-company .brand-identity-company02 {position:absolute; flex:1; background:#fff; border-radius:20px; border:1px solid #f0f0f0; padding:10px 5px 10px 5px; right:43px; bottom:178px;}
  .brand-identity-company .brand-identity-company02 .brand-identity-science-tit {font-size:9px; font-family:"LGSmHaTR";}
  .brand-identity-company .brand-identity-company02 .lgchem-brand-identity-pra {font-size:12px; font-family:"LGSmHaTR"; line-height:1.5;}
  .brand-identity-company .brand-identity-company02 .brand-identity-science-company {margin-top:10px; font-size:14px; font-family: "LGSmHaTSB";} */

  /* .lgchem-bi-txt-wrap {position:relative; top:40px;} */
  .flow-chart-img-wrap {position:relative; width:50%; height:106px; margin:0 auto;}
  .flow-chart-img-wrap img {width:100%;}
  .flow-chart-img-wrap::before {position:absolute; text-align:center; left:30%; top:20%; margin:0 auto; display:block; content:"브랜드 키워드"; color:#a50034; font-family:"LGSmHaTR"; font-weight:bold; font-size:13px;}
  html.lang-en .flow-chart-img-wrap::before {position:absolute; text-align:center; left:30%; top:20%; margin:0 auto; display:block; content:"Brand Keywords"; color:#a50034; font-family:"LGSmHaTR"; font-weight:bold; font-size:13px;}
  html.lang-de .flow-chart-img-wrap::before {position:absolute; text-align:center; left:30%; top:20%; margin:0 auto; display:block; content:"Schlüsselwörter für unsere Markenidentität"; color:#a50034; font-family:"LGSmGloR"; font-weight:bold; font-size:13px;}
  html.lang-zh .flow-chart-img-wrap::before {position:absolute; text-align:center; left:30%; top:20%; margin:0 auto; display:block; content:"品牌关键词"; color:#a50034; font-family:"NotoSansR"; font-weight:bold; font-size:13px;}



  .lgchem-bi-txxt {display:block; margin-top:10px; margin-bottom:17px; color:#a50034; font-family:"LGSmHaTR"; font-weight:bold; font-size:20px; width: 50%; margin:0 auto;}
  .lgchem-bi-company-title {background:#484848; width:70%; margin:0 auto; margin-top:10px; color:#fff; padding:17px; font-size:16px; font-family: "LGSmHaTSB";}
  .mobile-bi-wrap {margin-bottom: 90px;}


  .lgchem-visual-system {margin-top:0;}
  .lgchem-visual-system::before {
  position: absolute;
  padding-bottom:130px;
  left: 0;
  content: '';
  background: #f8f1eb;
  width: 100%;
  max-width: 1920px;
  height: 55%;
  z-index: -1;
  }
  .lgchem-visual-system .lgchem-visual-system-cnt {margin:0 auto; padding-top:60px;}
  /* s: 20220304 컬러 시스템 스타일 수정 - mo */
  .lgchem-visual-system .sub-tit {font-size: 22px; font-family: "LGSmHaTSB"; color: #333130; margin-left:30px;}
  /* e: 20220304 컬러 시스템 스타일 수정 - mo */
  /* .lgchem-visual-system .sub-tit::before {
  content: '';
  display: block;
  position: relative;
  width: 24px;
  height: 4px;
  margin-bottom: 13px;
  background: #333130;
  } */
  /* s: 20220304 컬러 시스템 스타일 수정 - mo */
  .lgchem-visual-system .lgchem-visual-system-cnt .lgchem-visual-system-txt {line-height:1.5; font-size:14px; font-family:"LGSmHaTR"; display:block; margin-top:20px; margin-left:30px; margin-right:30px;}
  .lgchem-visual-system .lgchem-visual-system-cnt .lgchem-graph-moteaf {font-size:20px; color:#333; font-family: "LGSmHaTSB"; margin-top:30px; margin-left:30px; width:150px; }
  /* e: 20220304 컬러 시스템 스타일 수정 - mo */

  /* s: 20220304 컬러 시스템 스타일 수정 - mo */
  .lgchem-graph-moteaf-txt {font-size:14px; line-height:1.5; font-family:"LGSmHaTR"; margin-top:10px; margin-left:30px; margin-right:30px;}
  /* e: 20220304 컬러 시스템 스타일 수정 - mo */


  .lgchem-graph-img-wrap {margin-top:30px; margin-left:30px;}
  .lgchem-graph-img-wrap ul {display:flex; flex-flow: wrap;}
  .lgchem-graph-img-wrap ul li {padding-right:25px; width: 42%;}
  .lgchem-graph-img-wrap ul li:nth-of-type(3) {margin-top:18px;} 
  .lgchem-graph-img-wrap ul li:nth-of-type(4) {margin-top:18px;}

  .lgchem-graph-img-wrap ul li img {width: 100%; height: 200px;}


  .moteaf-unit-wrap {display:flex; flex-flow:wrap; flex-direction: column; margin:0 auto; padding-top:80px; margin-left:20px; margin-right: 20px;}
  .moteaf-img-wrap img {width:100%;}
  .moteaf-unit-wrap .moteaf-unit {width:100px;}
  .moteaf-unit-wrap .moteaf-unit .moteaf-unit-tit {font-size:20px; font-family: "LGSmHaTSB"; }
  .moteaf-unit-wrap .moteaf-unit .moteaf-unit-tit.color-system-tit {font-size:20px; font-family: "LGSmHaTSB"; }
  /* s: 20220304 컬러 시스템 스타일 수정 - mo */
  .moteaf-unit-wrap .moteaf-unit-txt {margin-top:10px; margin-left:0px; font-size:14px; font-family:"LGSmHaTR"; line-height: 1.5; width: 100%;}
  /* e: 20220304 컬러 시스템 스타일 수정 - mo */

  .moteaf-unit-line-ver {position:relative; margin:0 auto;}
  .moteaf-unit-line-ver .moteaf-img-wrap {padding:30px 0 20px 30px; background:#fafafa; position:relative; text-align:Center; margin-top:13px; margin-left:20px; margin-right:20px;}
  /* s: 20220304 컬러 시스템 스타일 수정 - mo */
  .moteaf-unit-line-ver .moteaf-img-wrap-line {padding:20px 0 20px 20px; background:#fafafa; position:relative; text-align:Center; margin-top:13px; margin-left:20px; margin-right:20px;}
  .moteaf-unit-line-ver .moteaf-img-wrap-line .line-version {position:absolute; padding-left:30px; left:0; font-size:18px; color:#333130; font-family: "LGSmHaTSB";}
  /* .moteaf-unit-line-ver .moteaf-img-wrap-line img {width:100%;} */
  .moteaf-line-version {width:50%;}
  /* e: 20220304 컬러 시스템 스타일 수정 - mo */


  .moteaf-unit-line-ver .moteaf-img-wrap .line-version {position:absolute; padding-left:30px; left:0; font-size:18px; color:#333130; font-family: "LGSmHaTSB";}

  .gradient {display:flex; position:relative; width:100%; margin:0 auto; margin-top:40px;}
  .gradient .gradient-img {position:relative; left:0;}
  .gradient .gradient-img img {width: 100%;}

  .gradient .lg-connect-logo-wrap {position: absolute; display:block; background: url(../../../images/common/default/lgchem-connect-logo.png) no-repeat; width:80%; height:29px; right:28px; top:-7px; margin:2% 0 0 50%; background-size: contain;}
  .gradient .gradient-section {position:absolute; display:block; background: url(../../images/common/default/lgchem-gradient-bg.png) no-repeat; width:100%; height: 100%; background-size: contain; margin:8% 0 0 31%; transform: translate(-7%); color:#fff; font-family: "LGSmHaTSB"; font-weight:bold; font-size:16px; letter-spacing: 0.5px; text-align:center; right:-7%; line-height:2; top:11%;}

  /* s: 20220304 컬러 시스템 스타일 수정 - mo */
  .fivecolor-color-system {width:92%; margin:0 auto; display:flex; position:relative; left:0; flex-flow:wrap; flex-direction: column;}
  /* e: 20220304 컬러 시스템 스타일 수정 - mo */

  .fivecolor-color-system .fivecolor-circle:nth-of-type(1) {background: #d7177b; color:#fff; width:40%; height:21%; line-height:162px; text-align:center; border-radius:50%; position: absolute; left:5%; top:0;}
  .fivecolor-color-system .fivecolor-circle:nth-of-type(2) {background:#551d83; color:#fff; width:40%; height:21%; line-height:162px; text-align:center; border-radius:50%; position: absolute; left:50%; top:0; margin-left:17px;}
  .fivecolor-color-system .fivecolor-circle:nth-of-type(3) {background: #70c0e6; color:#fff; width:40%; height:21%; line-height:162px; text-align:center; border-radius:50%; position: absolute; left:5%; bottom:45%;}
  .fivecolor-color-system .fivecolor-circle:nth-of-type(4) {background: #0087b5; color:#fff; width:40%; height:21%; line-height:162px; text-align:center; border-radius:50%; position: absolute; right:5%; bottom:45%;}
  .fivecolor-color-system .fivecolor-circle:nth-of-type(5) {background:#c4c4c4; color:#fff; width:40%; height:21%; line-height:162px; text-align:center; border-radius:50%; position: absolute; right:29%; top:65%; margin-top:35px;}

  .fivecolor-color-system .fivecolor-circle-txt-wrap:nth-of-type(1) { width:30%; z-index:1; text-align:left; display:block; margin-top:160px; position: relative; bottom:-15px; left: 3%; margin-left:13%;}
  .fivecolor-color-system .fivecolor-circle-txt-wrap:nth-of-type(2) { width:30%; z-index:1; text-align:left; display:block; margin-top: 160px; margin-left:17%; position: relative; left:48%; bottom:200px;}
  .fivecolor-color-system .fivecolor-circle-txt-wrap:nth-of-type(3) { width:30%; z-index:1; text-align:left; display:block; position: absolute; bottom:35%; left:16%;}
  .fivecolor-color-system .fivecolor-circle-txt-wrap:nth-of-type(4) { width:30%; z-index:1; text-align:left; display:block; margin-left:14%; position:absolute; bottom:35%; left:52%;}
  .fivecolor-color-system .fivecolor-circle-txt-wrap:nth-of-type(5) { z-index:1; text-align:left; display:block; margin-top:62%; margin-left:40%;}

  .fivecolor-color-system .fivecolor-circle-txt-wrap .fivecolor-circle-text {text-align:left; display:block; font-size:16px; font-family: "LGSmHaTSB";}

  .lgchem-brand-identity-video {padding-top:56px; margin:0 auto; padding-left:10px; padding-right:10px;}
  .lgchem-brand-identity-video .lgchem-bi-mediaplayer-txt {font-size:20px; font-family: "LGSmHaTSB";}

  /* .lgchem-bi-mediaplayer-wrap .lgchem-bi-mediaplayer {padding-top:56.25%; height:0; position: relative; margin-top:40px;}
  .lgchem-bi-mediaplayer-wrap .lgchem-bi-mediaplayer iframe {width:100%; height:100%; position: absolute; top:0; lefT:0;} */

  .lgchem-brand-identity-video {width: 1200px; margin:0 auto; padding-top: 78px;}
  .lgchem-brand-identity-video .brand-identity-video {background:#eee;}
  .lgchem-brand-identity-video .brand-identity-video video {width: 100%;}
  .lgchem-bi-mediaplayer-txt {font-size:20px; font-family: "LGSmHaTSB";}

  .video-wrap-lgchem {position:relative; margin:0 auto; padding-top: 79px; padding-left:20px; padding-right:20px;}
  .video-wrap-lgchem .video-bx {position: relative;}
  .video-area.identity {padding-top:10px;}
  .video-wrap-lgchem video {width: 100%; }
  .video-wrap-lgchem .playpause.identity-playpause {position: absolute; top: 30%;left:45%;z-index:10;}

  /* s: 20220304 컬러 시스템 스타일 수정 - mo */
  .video-wrap-lgchem .playpause.identity-playpause .ico-play {display:none;background-size:contain; background: url(../../images/common/default/white_btn.png) no-repeat; width: 48px; height:48px; background-size:100%;}
  /* e: 20220304 컬러 시스템 스타일 수정 - mo */

  /* .video-wrap-lgchem .ico-play::before {position: absolute; content:''; display:block; background: url(../../images/common/default/white_btn.png) no-repeat; width: 96px; height: 96px;} */

  /* s: 20220308 경제 > 그린 경제 수정 mobile */
  .section-inner.slide.video-zone .section-type01.space02{margin-top:0px;} 
  .video-box{ 
  width:100%; height:600px; 
  margin-bottom:40px; 
  }
  .language-line-space{display:none;}
  .sub-txt01{font-size:14px; font-family: "LGSmHaTR"; line-height: 1.66; margin-top: 31px;} 
  .rz-area{width:50%; margin-top:80px;}
  .rz-area .bttn.style03.type07{margin-top:-20px;}
  .section-content.society .rz-area .bttn.style03.type07{width:300px; margin-top: -80px;} 
  .rz-poster{margin-top:-500px; width:100%; background-color:#f5f5f5;}
  .rz-poster img{width:100%; opacity:.7;} 
  .section-content.society .section-inner .section-type02.space03{ width:100%; margin-top:0px; box-sizing: border-box; padding:20px;}
  .section-content.society .section-type02.space03 .txt-wrap{position:relative; top:-160px;}
  .section-content.society .section-type02.space03 .sub-tit {font-size:18px; font-family: "LGSmHaTB";} 
  .section-content.society .section-type02.space03 .sub-txt01{position:absolute; width:350px;}
  .section-content.society .section-type02.space03 .sub-txt {font-size:20px; font-family:"LGSmHaTSB"; color:#333130; margin-top:300px;} 
  .section-type02{ width:100%;} 
  .gray01{background-color:#ededf2 ; width:100%; height: 180px; margin-top:280px; box-sizing:border-box;} 
  .gray01 .section-inner .section-type01.space02 .sub-txt{padding-top:20px; width:220px;} 
  .gray01 .link-area{width:100%; top:10px; position:relative; display:flex;} 
  .gray01 .link-area .bttn.style03.type07{ display:inline-block; margin-right:20px; margin-top:30px; text-align:center;}
  .gray01 .link-area .bttn.style03.type07:last-child{float: right;} 
  .gray01 .link-area .bttn.style03.type07 .icon img{height:30px;} 
  .gray01 .link-area a:last-child img{ width:80px; position:absolute; right:0px; top:-60px;} 
  .section-type01 .video-wrap .video-area .video-bx.rz-video{position: relative; margin-bottom:150px; margin-top:-30px;}
  /* s: 20230719 수정 */
  .section-type01 .video-wrap .video-area .video-bx.rz-video:last-child{margin-top:0px;}
  /* e: 20230719 수정 */

  /* s: 20220315 모바일에서 재생버튼 제거 */
  .section-type01 .video-wrap .video-area .video-bx.rz-video .rz-playpause .ico-play{ 
  position:absolute; background: url(../../images/common/company/society_play_btn.png) no-repeat; top:50%; bottom:50%; transform:translate(-50%, -50%); width:65px; height: 65px; z-index:1000; display: none;
  }
  /* e: 20220315 모바일에서 재생버튼 제거 */ 

  /* e: 20220308 경제 > 그린 경제 수정 mobile */ 


  /* e: 20220217 브랜드 아이덴티티 페이지 신설 mo */
  /*! s: 20220812 제품목록 바로가기 클래스 추가 */
  .business .section-content.business-etc02 .section-inner .shortcut-box {margin:30px 10px; text-align: right;}
  .business .section-content.business-etc02 .section-inner .shortcut-box .shortcut-link {display: inline-block; width: auto; height: 35px; padding: 10px 15px; font-size: 15px; box-sizing:border-box; background-color: black; color: #ffff; border-radius: 15px; font-family:'LGSmHaTR'}
  /*! e: 20220812 제품목록 바로가기 클래스 추가 */
  }




/**/

/*! company - pc */
@media (min-width: 1281px){
  /* START : 2023-01-31 : 추가 : 반응형 줄바꿈 클래스 추가 */
  .mo-br{display: none;}
  .pc-br{display: block;}
  .mo-show{display:none;}
  /* END : 2023-01-31 : 추가 : 반응형 줄바꿈 클래스 추가 */	
  /* s:20220418 간격조정 */
  boody.sustainabilityBody #container {padding-top: 30px!important;}
  .section-content{margin-top:30px}
  .section-content .section-inner{max-width:1371px;margin:0 auto; overflow: hidden;}
  .section-content .section-tit{margin:55px 0 35px;font-size:24px;font-family:"LGSmHaTSB";color:#333130}
  .section-content.advertising-media .sub-title{padding-top:0;font-size:24px}
  .section-content.advertising-media .sub-title .ico{top:-20px}
  .business .section-content{margin-bottom:120px}
  .business .section-content.business-etc02{margin-top:120px;} 
  .business .section-content.business-etc02 .section-inner .shortcut-box {margin:30px 0px; text-align: right;}
  .business .section-content.business-etc02 .section-inner .shortcut-box .shortcut-link {display: inline-block; width: auto; height: 35px; padding: 10px 15px; font-size: 15px; box-sizing:border-box; background-color: black; color: #ffff; border-radius: 15px; font-family:'LGSmHaTR'}
  /*! e: 20220812 제품목록 바로가기 클래스 추가 */
  .business .section-product-moviedata{margin-top:-120px}
  /* mh230823 snb
  .snb-type01{width:calc(100% - 120px);padding:75px 0 52px 60px;margin-top:-30px;background:#f2ebe4;-webkit-box-sizing:border-box;box-sizing:border-box}
  */
  /* .snb-type01.press-release-list{padding-bottom:428px} */
  .snb-type01.lg-way02{background:none}
  .snb-type01.lg-way03{background:none}
  .snb-type01.lg-way04{background:none}
  
  .snb-type01 .snb-inner{padding-bottom: 0;border-bottom: 1px solid #ddd;text-align: center; /*margin-bottom: 50px;*/}/*ㅡㅗ230824*/
  .snb-type01 .sub-title{font-size:40px;font-family:"LGSmHaTSB";color:#333130; /*padding-bottom:60px; mh230823*/ text-align: center; position:relative}  
  .snb-type01 .sub-title::before{content: '';display: inline-block;width: 1px;height: 50px;margin-right: 0;background: #8b8b8b;left: 50%;top: -74px;position: absolute;}
  .snb-type01 .sub-copy{text-align: center;font-size: 20px; font-family: 'LGSmHaTR'; color: #444; line-height:30px; margin: 15px auto; padding:0 20px 20px; max-width: 1440px; }
  .snb-type01.press-release-list .snb-inner{padding-bottom: 26px;}
  /* s: lgway */
  .sub-title{position: relative;padding-top: 18px;z-index: 1;font-size: 32px;font-family: "LGSmHaTSB";color: #333130;}
  /* e: lgway*/
   /* e: mh230823*/
  /* .snb-inner:has(.snb-list){padding-bottom: 6px; } */
  .snb-type01 .snb-list{display: flex;justify-content: center;margin-top: 60px;}
  .snb-type01 .snb-list li{float:left; width: auto;}
  .snb-type01 .snb-list li .txt-box{position:relative;vertical-align:baseline;display: block;height: 40px;line-height: 40px;}
  .snb-type01 .snb-list li .txt-box .txt{position:relative;z-index:1;font-size:18px;font-family:"LGSmHaTR";color:#333}
  .snb-type01 .snb-list li .txt-box .line-red{position:absolute;left:0;display:inline-block;width:1px}
  .snb-type01 .snb-list li .item{cursor:pointer; display:inline-block;vertical-align:top;padding:0 20px;}
  .snb-type01 .snb-list li .item.on .line-red,.snb-type01 .snb-list li .item:hover .line-red{bottom:0px;width:100%;height:2px;background:#333;z-index:0;-webkit-transition:.4s all;-o-transition:.4s all;transition:.4s all}
  .snb-type01 .snb-list li .item.on .txt{font-size:18px;font-family:"LGSmHaTSB";color:#333130;}
  .snb-type.visions.press-release-list{padding-bottom:428px}
  .snb-type.visions.lg-way02{background:none}
  .snb-type.visions.lg-way03{background:none}
  .snb-type.visions.lg-way04{background:none}
  /*.snb-type.visions .sub-title{font-size:48px;font-family:"LGSmHaTB";color:#333130}
  .snb-type.visions .sub-title::before{content:'';display:inline-block;width:140px;height:1px;margin-right:42px;background:#665852;vertical-align:super}
  .snb-type.visions .snb-list{margin-top:39px;margin-left:150px}
  .snb-type.visions .snb-list li{float:left}
  .snb-type.visions .snb-list li .txt-box{position:relative;vertical-align:baseline}
  .snb-type.visions .snb-list li .txt-box .txt{position:relative;z-index:1;font-size:24px;font-family:"LGSmHaTR";color:#4d4948}
  .snb-type.visions .snb-list li .txt-box .line-red{position:absolute;left:0;display:inline-block;width:1px}
  .snb-type.visions .snb-list li .item{display:inline-block;padding:15px 30px;vertical-align:top;cursor:default}
  .snb-type.visions .snb-list li .item.on .line-red,.snb-type.visions .snb-list li .item:hover .line-red{bottom:-10px;width:100%;height:16px;background:#a50034;z-index:0;-webkit-transition:.4s all;-o-transition:.4s all;transition:.4s all}
  .snb-type.visions .snb-list li .item.on .txt{font-size:24px;font-family:"LGSmHaTSB";color:#333130}
  */
  /*! snb 공통영역 type-04 : 타이틀 링크 기능*/
  .snb-type04{/*width:calc(100% - 120px)*/width:100%;padding:93px 0 447px;margin-top:-30px}
  .snb-type04 .sub-title{max-width:1440px;margin:0 auto;padding-top:0}
  .snb-type04 .sub-title .btn-prev{display:inline-block}
  .snb-type04 .sub-title .btn-prev .ico{display:inline-block;width:13px;height:23px;margin-top:6px;background:url("../../images/common/company/ico_prev_13x23.png") no-repeat 0 0}
  .snb-type04 .sub-title .txt01{display:inline-block;margin-left:38px;font-size:32px;font-family:"LGSmHaTSB";color:#333130}
  /*! LG way - 개요 */
  .section-content.lg-way01{margin-top:0;/*width:calc(100% - 120px)*/width:100%;background:#f2ebe4;padding-bottom:120px}
  .section-content.lg-way01 .tit{color:#333130;font-size:0.98958vw;font-family:"LGSmHaTSB";line-height:1.6;word-break:keep-all}
  /* s:20220513 이미지 다 보이게-pc */
  .section-content.lg-way01 .summary{width:1161px;height:618px;margin:94px 0 0 20px}
  /* e:20220513 이미지 다 보이게-pc */
  .section-content.lg-way01 .summary .ta{display:none}
  .section-content.lg-way01 .summary .mob{display:none}
  /*! LG way - 일등LG */
  .section-content.lg-way02{margin-top:0;margin-bottom:6.25vw}
  .section-content.lg-way02 .section-inner-top{margin-left:360px}
  .section-content.lg-way02 .section-inner-top .txt-copy01{width:29.16667vw;color:#333130;font-size:0.98958vw;font-family:"LGSmHaTSB";line-height:1.6;margin-top:0.83333vw}
  .section-content.lg-way02 .lg-way-list01{margin-top:1.66667vw;width:54.6875vw}
  .section-content.lg-way02 .lg-way-list01 .lg-way-item01,.section-content.lg-way02 .lg-way-list01 .lg-way-item02,.section-content.lg-way02 .lg-way-list01 .lg-way-item03,.section-content.lg-way02 .lg-way-list01 .lg-way-item04{width:26.04167vw;height:12.1875vw;padding:2.08333vw;-webkit-box-sizing:border-box;box-sizing:border-box;margin:1.30208vw 1.30208vw 0 0;float:left}
  .section-content.lg-way02 .lg-way-list01 .lg-way-item01 .bu,.section-content.lg-way02 .lg-way-list01 .lg-way-item02 .bu,.section-content.lg-way02 .lg-way-list01 .lg-way-item03 .bu,.section-content.lg-way02 .lg-way-list01 .lg-way-item04 .bu{display:block;width:1.25vw;height:0.20833vw;background:#333130;margin-bottom:0.83333vw}
  .section-content.lg-way02 .lg-way-list01 .lg-way-item01 .tit01,.section-content.lg-way02 .lg-way-list01 .lg-way-item02 .tit01,.section-content.lg-way02 .lg-way-list01 .lg-way-item03 .tit01,.section-content.lg-way02 .lg-way-list01 .lg-way-item04 .tit01{color:#333130;font-size:1.25vw;font-family:"LGSmHaTSB";line-height:1.25}
  .section-content.lg-way02 .lg-way-list01 .lg-way-item01 .tit01 .t01,.section-content.lg-way02 .lg-way-list01 .lg-way-item02 .tit01 .t01,.section-content.lg-way02 .lg-way-list01 .lg-way-item03 .tit01 .t01,.section-content.lg-way02 .lg-way-list01 .lg-way-item04 .tit01 .t01{display:block}
  .section-content.lg-way02 .lg-way-list01 .lg-way-item01 .tit01 .t02,.section-content.lg-way02 .lg-way-list01 .lg-way-item02 .tit01 .t02,.section-content.lg-way02 .lg-way-list01 .lg-way-item03 .tit01 .t02,.section-content.lg-way02 .lg-way-list01 .lg-way-item04 .tit01 .t02{display:block}
  .section-content.lg-way02 .lg-way-list01 .lg-way-item01 .txt01,.section-content.lg-way02 .lg-way-list01 .lg-way-item02 .txt01,.section-content.lg-way02 .lg-way-list01 .lg-way-item03 .txt01,.section-content.lg-way02 .lg-way-list01 .lg-way-item04 .txt01{margin-top:1.19792vw;color:#4d4948;font-size:0.9375vw;font-family:"LGSmHaTR";line-height:1.6}
  .section-content.lg-way02 .lg-way-list01 .lg-way-item01 .point01,.section-content.lg-way02 .lg-way-list01 .lg-way-item02 .point01,.section-content.lg-way02 .lg-way-list01 .lg-way-item03 .point01,.section-content.lg-way02 .lg-way-list01 .lg-way-item04 .point01{margin-left:0.15625vw;color:#a50034}
  .section-content.lg-way02 .lg-way-list01 .lg-way-item01{background-color:#fafafa}
  .section-content.lg-way02 .lg-way-list01 .lg-way-item01 .txt01{width:18.22917vw}
  .section-content.lg-way02 .lg-way-list01 .lg-way-item02{background-color:#edeef3}
  .section-content.lg-way02 .lg-way-list01 .lg-way-item02 .txt01{width:20.83333vw}
  .section-content.lg-way02 .lg-way-list01 .lg-way-item03{background-color:#e8e1d7}
  .section-content.lg-way02 .lg-way-list01 .lg-way-item03 .txt01{width:18.22917vw}
  html.lang-en .section-content.lg-way02 .lg-way-list01 .lg-way-item03 .txt01{letter-spacing:-1.3px}
  .section-content.lg-way02 .lg-way-list01 .lg-way-item04{background-color:#fafafa}
  .section-content.lg-way02 .lg-way-img{width:43.75vw;height:43.75vw;position:absolute;top:123px;right:120px;z-index:-1}
  .section-content.lg-way02 .lg-way-img img{width:100%}
  /*! LG way - 정도경영 */
  .section-content.lg-way03{margin-top:0;margin-bottom:6.25vw}
  .section-content.lg-way03 .section-inner-top{margin-left:360px}
  .section-content.lg-way03 .section-inner-top .txt-copy01{width:26.5625vw;color:#333130;font-size:0.98958vw;font-family:"LGSmHaTSB";line-height:1.6;margin-top:0.83333vw}
  .section-content.lg-way03 .lg-way-list01{position:relative;margin-top:2.60417vw;width:54.6875vw;height:25.20833vw}
  .section-content.lg-way03 .lg-way-list01 .lg-way-item01,.section-content.lg-way03 .lg-way-list01 .lg-way-item02,.section-content.lg-way03 .lg-way-list01 .lg-way-item03{position:absolute;top:0;left:0;padding:2.08333vw;-webkit-box-sizing:border-box;box-sizing:border-box;float:left}
  .section-content.lg-way03 .lg-way-list01 .lg-way-item01 .bu,.section-content.lg-way03 .lg-way-list01 .lg-way-item02 .bu,.section-content.lg-way03 .lg-way-list01 .lg-way-item03 .bu{display:block;width:1.25vw;height:0.20833vw;background:#333130;margin-bottom:0.83333vw}
  .section-content.lg-way03 .lg-way-list01 .lg-way-item01 .tit01,.section-content.lg-way03 .lg-way-list01 .lg-way-item02 .tit01,.section-content.lg-way03 .lg-way-list01 .lg-way-item03 .tit01{color:#333130;font-size:1.25vw;font-family:"LGSmHaTSB";line-height:1.25}
  .section-content.lg-way03 .lg-way-list01 .lg-way-item01 .tit01 .t01,.section-content.lg-way03 .lg-way-list01 .lg-way-item02 .tit01 .t01,.section-content.lg-way03 .lg-way-list01 .lg-way-item03 .tit01 .t01{display:block}
  .section-content.lg-way03 .lg-way-list01 .lg-way-item01 .tit01 .t02,.section-content.lg-way03 .lg-way-list01 .lg-way-item02 .tit01 .t02,.section-content.lg-way03 .lg-way-list01 .lg-way-item03 .tit01 .t02{display:block}
  .section-content.lg-way03 .lg-way-list01 .lg-way-item01 .txt01,.section-content.lg-way03 .lg-way-list01 .lg-way-item02 .txt01,.section-content.lg-way03 .lg-way-list01 .lg-way-item03 .txt01{margin-top:1.19792vw;color:#4d4948;font-size:0.9375vw;font-family:"LGSmHaTR";line-height:1.6}
  .section-content.lg-way03 .lg-way-list01 .lg-way-item01 .txt01 .t01,.section-content.lg-way03 .lg-way-list01 .lg-way-item02 .txt01 .t01,.section-content.lg-way03 .lg-way-list01 .lg-way-item03 .txt01 .t01{display:block}
  .section-content.lg-way03 .lg-way-list01 .lg-way-item01 .txt01 .t02,.section-content.lg-way03 .lg-way-list01 .lg-way-item02 .txt01 .t02,.section-content.lg-way03 .lg-way-list01 .lg-way-item03 .txt01 .t02{display:block}
  .section-content.lg-way03 .lg-way-list01 .lg-way-item01 .point01,.section-content.lg-way03 .lg-way-list01 .lg-way-item02 .point01,.section-content.lg-way03 .lg-way-list01 .lg-way-item03 .point01{margin-left:0.15625vw;color:#a50034}
  .section-content.lg-way03 .lg-way-list01 .lg-way-item01{width:17.70833vw;min-height:10.625vw;top:5vw;left:0;background-color:#fafafa;padding:2.08333vw 4.16667vw 2.08333vw 2.08333vw}
  .section-content.lg-way03 .lg-way-list01 .lg-way-item02{width:20.83333vw;min-height:10.57292vw;top:0;left:20.20833vw;background-color:#edeef3}
  .section-content.lg-way03 .lg-way-list01 .lg-way-item03{width:15.625vw;min-height:12.13542vw;top:13.07292vw;left:13.38542vw;background-color:#e8e1d7}
  .section-content.lg-way03 .lg-way-img{width:43.75vw;height:43.75vw;position:absolute;top:123px;right:120px;z-index:-1}
  .section-content.lg-way03 .lg-way-img img{width:100%}
  .section-content.lg-way03 .sub-title{margin-top:120px}
  .section-content.lg-way03 .cont-area{margin-top:35px}
  .section-content.lg-way03 .cont-area .txt{color:#4d4948;font-size:18px;font-family:"LGSmHaTR";line-height:1.6}
  .section-content.lg-way03 .down-box{position:relative;margin-top:76px}
  .section-content.lg-way03 .down-box .tit{float:left;margin-top:10px;color:#333130;font-size:24px;font-family:"LGSmHaTSB"}
  .section-content.lg-way03 .down-box .download-area{text-align:right}
  .section-content.lg-way03 .down-box .download-area .select-design{margin-right:7px;display:inline-block;width:250px}
  .section-content.lg-way03 .down-box .download-area .select-design .btn-select{height:48px;line-height:48px;border-radius: 15px;}/*mh230914추가*/
  .section-content.lg-way03 .down-box .download-area .select-design .btn-select.on{border-radius: 15px 15px 0 0;}/*mh230914추가*/
  .section-content.lg-way03 .down-box .download-area .bttn{vertical-align:top}
  .section-content.lg-way03 .down-box .download-area .bttn.type03{min-width:170px}
  .section-content.lg-way03 .down-box .download-area .bttn .txt01{left:0}
  .section-content.lg-way03 .down-box .download-area .bttn.style03:active,.section-content.lg-way03 .down-box .download-area .bttn.style03:focus,.section-content.lg-way03 .down-box .download-area .bttn.style03:hover{background-color:#a50034}
  .section-content.lg-way03 .program-box{margin-top:113px;padding:47px 62px 79px;line-height:1.6;word-break:keep-all}
  .section-content.lg-way03 .program-box .tit{margin-top:-69px;color:#333130;font-size:28px;font-family:"LGSmHaTSB"}
  .section-content.lg-way03 .program-box .txt{padding-top:27px;color:#4d4948;font-size:18px;font-family:"LGSmHaTR"}
  .section-content.lg-way03 .sub-title + .program-box{margin-top:89px}
  .section-content.lg-way03 .bg-box01{background:#fafafa}
  .section-content.lg-way03 .bg-box02{margin-bottom:-85px}
  .section-content.lg-way03 .bg-box03{position:relative;background:#edeef3;margin-right:60px;padding-right:417px}
  .section-content.lg-way03 .bg-box03 .img-btn{position:absolute;top:56px;right:-60px;width:391px;height:301px;background:url("../../images/common/company/img_manage.jpg") no-repeat 0 0;background-size:100% 261px}
  .section-content.lg-way03 .bg-box03 .img-btn a{position:absolute;right:0;top:160px;display:block;width:140px;height:140px;padding-top:59px;text-align:center;-webkit-box-sizing:border-box;box-sizing:border-box;color:#fff;font-size:16px;font-family:"LGSmHaTSB";background:#333130;z-index:5}
  .section-content.lg-way03 .bg-box04{background:#e8e1d7}
  .section-content.lg-way03 .sinmun{margin-top:37px;line-height:1.8}
  .section-content.lg-way03 .sinmun dt{display:inline-block;vertical-align:top;width:94px;padding-right:10px;color:#333130;word-break:break-all;font-size:18px;font-family:"LGSmHaTSB"}
  .section-content.lg-way03 .sinmun dd{display:inline-block;width:calc(100% - 110px);vertical-align:top;color:#4d4948;word-break:break-all;font-size:18px;font-family:"LGSmHaTR"}
  .section-content.lg-way03 .baro{width:663px;margin-top:12px;padding-top:14px;border-top:1px solid #e0e0e0}
  .section-content.lg-way03 .baro a{display:inline-block;margin-right:44px}
  .section-content.lg-way03 .baro .txt{color:#4d4948;font-size:18px;font-family:"LGSmHaTR"}
  .section-content.lg-way03 .baro .ico{display:inline-block;width:17px;height:21px;margin-left:7px;vertical-align:text-bottom;background:url("../../images/common/company/ico_baro.gif") no-repeat 0 4px}
  .accordion-st-area{margin-top:40px}
  .accordion-st-area .accordion-st-list{border:1px solid #ccc}
  .accordion-st-area .accordion-st-list .title{background-color:#fafafa}
  .accordion-st-area .accordion-st-list .title .btn-spread{position:relative;width:100%;padding:28px 59px;text-align:left}
  .accordion-st-area .accordion-st-list .title .icon{position:absolute;top:50%;right:67px;display:block;margin-top:-2px}
  .accordion-st-area .accordion-st-list .title .arrow-l,.accordion-st-area .accordion-st-list .title .arrow-r{position:absolute;display:block;width:11px;height:2px;background-color:#333130;-webkit-transition:.2s all;-o-transition:.2s all;transition:.2s all}
  .accordion-st-area .accordion-st-list .title .arrow-l{right:0;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}
  .accordion-st-area .accordion-st-list .title .arrow-r{top:0;right:-7px;-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg)}
  .accordion-st-area .accordion-st-list .title .txt{font-size:20px;font-family:"LGSmHaTSB";color:#333130}
  .accordion-st-area .accordion-st-list .item{border-bottom:1px solid #ccc}
  .accordion-st-area .accordion-st-list .detail{display:none}
  .accordion-st-area .accordion-st-list .item.on .title{background:#fff}
  .accordion-st-area .accordion-st-list .item.on .title .txt{color:#a50034;font-size:24px}
  .accordion-st-area .accordion-st-list .item.on .title .icon .arrow-l{-webkit-transform:rotate(135deg);-ms-transform:rotate(135deg);transform:rotate(135deg)}
  .accordion-st-area .accordion-st-list .item.on .title .icon .arrow-r{-webkit-transform:rotate(-135deg);-ms-transform:rotate(-135deg);transform:rotate(-135deg)}
  .accordion-st-area .ethics-area{padding:4px 59px 34px}
  .accordion-st-area .ethics-area .tit{padding-top:29px}
  .accordion-st-area .ethics-area .tit,.accordion-st-area .ethics-area .txt{color:#333130;font-size:18px;font-family:"LGSmHaTR";line-height:1.6}
  /*! 정도경영 예외처리 */
  .section-content.lg-way03 .accordion-st-list .item:last-child{border-bottom:0}
  /*! LG way - 경영이념 */
  .section-content.lg-way04{margin-top:0;margin-bottom:6.25vw}
  .section-content.lg-way04 .section-inner-top{margin-left:360px}
  .section-content.lg-way04 .section-inner-top .txt-copy01{width:23.69792vw;color:#333130;font-size:0.98958vw;font-family:"LGSmHaTSB";line-height:1.6;margin-top:0.83333vw}
  .section-content.lg-way04 .lg-way-list01{position:relative;margin-top:0.36458vw;width:54.6875vw;height:22.70833vw}
  html.lang-de .section-content.lg-way04 .lg-way-list01{height:27.91667vw}
  .section-content.lg-way04 .lg-way-list01 .lg-way-item01,.section-content.lg-way04 .lg-way-list01 .lg-way-item02,.section-content.lg-way04 .lg-way-list01 .lg-way-item03{position:absolute;top:0;left:0;padding:1.92708vw 2.08333vw 2.08333vw;-webkit-box-sizing:border-box;box-sizing:border-box;float:left}
  .section-content.lg-way04 .lg-way-list01 .lg-way-item01 .bu,.section-content.lg-way04 .lg-way-list01 .lg-way-item02 .bu,.section-content.lg-way04 .lg-way-list01 .lg-way-item03 .bu{display:block;width:1.25vw;height:0.20833vw;background:#333130;margin-bottom:0.83333vw}
  .section-content.lg-way04 .lg-way-list01 .lg-way-item01 .tit01,.section-content.lg-way04 .lg-way-list01 .lg-way-item02 .tit01,.section-content.lg-way04 .lg-way-list01 .lg-way-item03 .tit01{color:#333130;font-size:1.25vw;font-family:"LGSmHaTSB";line-height:1.25}
  .section-content.lg-way04 .lg-way-list01 .lg-way-item01 .tit01 .t01,.section-content.lg-way04 .lg-way-list01 .lg-way-item02 .tit01 .t01,.section-content.lg-way04 .lg-way-list01 .lg-way-item03 .tit01 .t01{display:block}
  .section-content.lg-way04 .lg-way-list01 .lg-way-item01 .tit01 .t02,.section-content.lg-way04 .lg-way-list01 .lg-way-item02 .tit01 .t02,.section-content.lg-way04 .lg-way-list01 .lg-way-item03 .tit01 .t02{display:block}
  .section-content.lg-way04 .lg-way-list01 .lg-way-item01 .txt01,.section-content.lg-way04 .lg-way-list01 .lg-way-item02 .txt01,.section-content.lg-way04 .lg-way-list01 .lg-way-item03 .txt01{margin-top:1.19792vw}
  .section-content.lg-way04 .lg-way-list01 .lg-way-item01 .txt01 li,.section-content.lg-way04 .lg-way-list01 .lg-way-item02 .txt01 li,.section-content.lg-way04 .lg-way-list01 .lg-way-item03 .txt01 li{color:#4d4948;font-size:0.9375vw;font-family:"LGSmHaTR";line-height:1.6;padding-left:0.78125vw;letter-spacing:-1px;background:url("../../images/common/default/bu_circle.png") no-repeat 0 0.57292vw}
  .section-content.lg-way04 .lg-way-list01 .lg-way-item01 .point01,.section-content.lg-way04 .lg-way-list01 .lg-way-item02 .point01,.section-content.lg-way04 .lg-way-list01 .lg-way-item03 .point01{margin-left:0.15625vw;color:#a50034}
  .section-content.lg-way04 .lg-way-list01 .lg-way-item01{width:17.70833vw;min-height:12.29167vw;top:2.96875vw;left:0;background-color:#fafafa}
  .section-content.lg-way04 .lg-way-list01 .lg-way-item01 li{padding-right:1.5625vw}
  .section-content.lg-way04 .lg-way-list01 .lg-way-item02{width:22.91667vw;min-height:10.83333vw;top:0;left:20.20833vw;background-color:#edeef3}
  .section-content.lg-way04 .lg-way-list01 .lg-way-item03{width:22.91667vw;min-height:9.375vw;top:13.33333vw;left:15.83333vw;background-color:#e8e1d7}
  html.lang-de .section-content.lg-way04 .lg-way-list01 .lg-way-item03{top:14.375vw}
  .section-content.lg-way04 .lg-way-img{width:43.75vw;height:43.75vw;position:absolute;top:123px;right:120px;z-index:-1}
  .section-content.lg-way04 .lg-way-img img{width:100%}
  .section-content.lg-way04 .sub-title{margin-top:120px}
  .section-content.lg-way04 .txt-copy01 + .sub-title{margin-top:74px}
  .section-content.lg-way04 .sub-title + .change-area{margin-top:61px}
  .section-content.lg-way04 .change-area{overflow:hidden;margin-top:80px}
  .section-content.lg-way04 .change-area .bg01{background:#edeef3}
  .section-content.lg-way04 .change-area .bg02{background:#fafafa}
  .section-content.lg-way04 .change-area .bg03{background:#e8e1d7}
  .section-content.lg-way04 .change-area .photo-img{width:420px;height:240px;z-index:1}
  .section-content.lg-way04 .change-area .photo-img.pc-img{display:block}
  .section-content.lg-way04 .change-area .photo-img.mo-img{display:none}
  .section-content.lg-way04 .change-area .pho-left{float:left;padding-right:60px}
  .section-content.lg-way04 .change-area .pho-right{float:right}
  .section-content.lg-way04 .change-area .ch-ty01{padding-left:220px}
  .section-content.lg-way04 .change-area .ch-ty02 .change-box,.section-content.lg-way04 .change-area .ch-ty02 p{padding-left:60px}
  .section-content.lg-way04 .change-area p{margin-top:44px;color:#333130;font-family:"LGSmHaTSB";font-size:28px;z-index:2}
  .section-content.lg-way04 .change-area .change-box{width:980px;height:240px;margin-top:-17px}
  .section-content.lg-way04 .change-area .change-box .txt01{float:left;padding-top:66px;width:calc(100% - 280px)}
  .section-content.lg-way04 .change-area .change-box li{color:#4d4948;font-size:18px;font-family:"LGSmHaTR";line-height:1.6;padding-left:15px;letter-spacing:-1px;background:url("../../images/common/default/bu_circle.png") no-repeat 0 11px}
  /* s: 20230727 lgway 아코디언 화살표수정 */
  .lgway-renewal-wrap .section-content.lg-way03 .accordion-st-area .accordion-st-list .item .title .arrow-r {width:16px; height:3px; top: 0; right:-6px;}
  /* e: 20230727 lgway 아코디언 화살표수정 */
  /*! 기업정보 - 사업영역 - 석유화학, 배터리, 첨단소재, 생명과학 */
  .snb-type01.section-company-bg01{width:100%;}
  .snb-type01.section-company-bg02{width:100%;}
  .snb-type01.section-company-bg03{width:100%;}
  .snb-type01.section-company-bg04{width:100%;}
  .section-content.business01,.section-content.business02,.section-content.business03,.section-content.business04{margin-top:0}
  .section-content.business01 .section-inner,.section-content.business02 .section-inner,.section-content.business03 .section-inner,.section-content.business04 .section-inner{padding-bottom:120px;max-width:100%;margin:0}
  .section-content.business01 .txt-area,.section-content.business02 .txt-area,.section-content.business03 .txt-area,.section-content.business04 .txt-area{position:relative;max-width:1080px;z-index:1;margin:0 auto;padding-top:35px}
  .section-content.business01 .sub-tit,.section-content.business02 .sub-tit,.section-content.business03 .sub-tit,.section-content.business04 .sub-tit{margin:0 0 51px;font-size:36px;letter-spacing:-2.5px;font-family:"LGSmHaTSB";color:#333130}
  .section-content.business01 .sales-list .list01 .txt,.section-content.business01 .sales-list .list02 .txt,.section-content.business01 .sales-list .list03 .txt,.section-content.business02 .sales-list .list01 .txt,.section-content.business02 .sales-list .list02 .txt,.section-content.business02 .sales-list .list03 .txt,.section-content.business03 .sales-list .list01 .txt,.section-content.business03 .sales-list .list02 .txt,.section-content.business03 .sales-list .list03 .txt,.section-content.business04 .sales-list .list01 .txt,.section-content.business04 .sales-list .list02 .txt,.section-content.business04 .sales-list .list03 .txt{position:absolute;bottom:calc(50% + 5px);width:80%;text-align:center;left:50%;margin-left:-40%;word-break:keep-all;font-size:18px;font-family:"LGSmHaTSB";line-height:1;color:#665852}
  html.lang-en
        .section-content.business01 .sales-list .list02 .txt .point,html.lang-en
        .section-content.business01 .sales-list .list03 .txt .point,html.lang-en
        .section-content.business02 .sales-list .list01 .txt .point,html.lang-en
        .section-content.business02 .sales-list .list02 .txt .point,html.lang-en
        .section-content.business02 .sales-list .list03 .txt .point,html.lang-en
        .section-content.business03 .sales-list .list01 .txt .point,html.lang-en
        .section-content.business03 .sales-list .list02 .txt .point,html.lang-en
        .section-content.business03 .sales-list .list03 .txt .point,html.lang-en
        .section-content.business04 .sales-list .list01 .txt .point,html.lang-en
        .section-content.business04 .sales-list .list02 .txt .point,html.lang-en
        .section-content.business04 .sales-list .list03 .txt .point,html.lang-en .section-content.business01 .sales-list .list01 .txt .point,html.lang-pl
        .section-content.business01 .sales-list .list02 .txt .point,html.lang-pl
        .section-content.business01 .sales-list .list03 .txt .point,html.lang-pl
        .section-content.business02 .sales-list .list01 .txt .point,html.lang-pl
        .section-content.business02 .sales-list .list02 .txt .point,html.lang-pl
        .section-content.business02 .sales-list .list03 .txt .point,html.lang-pl
        .section-content.business03 .sales-list .list01 .txt .point,html.lang-pl
        .section-content.business03 .sales-list .list02 .txt .point,html.lang-pl
        .section-content.business03 .sales-list .list03 .txt .point,html.lang-pl
        .section-content.business04 .sales-list .list01 .txt .point,html.lang-pl
        .section-content.business04 .sales-list .list02 .txt .point,html.lang-pl
        .section-content.business04 .sales-list .list03 .txt .point,html.lang-pl .section-content.business01 .sales-list .list01 .txt .point{display:block}
  .section-content.business01 .sales-list .list01 .year,.section-content.business01 .sales-list .list02 .year,.section-content.business01 .sales-list .list03 .year,.section-content.business02 .sales-list .list01 .year,.section-content.business02 .sales-list .list02 .year,.section-content.business02 .sales-list .list03 .year,.section-content.business03 .sales-list .list01 .year,.section-content.business03 .sales-list .list02 .year,.section-content.business03 .sales-list .list03 .year,.section-content.business04 .sales-list .list01 .year,.section-content.business04 .sales-list .list02 .year,.section-content.business04 .sales-list .list03 .year{position:relative;width:100%;text-align:center;font-size:16px;font-family:"LGSmHaTSB";color:#333130}
  .section-content.business01 .sales-list .list03 .txt,.section-content.business02 .sales-list .list03 .txt,.section-content.business03 .sales-list .list03 .txt,.section-content.business04 .sales-list .list03 .txt{font-size:18px;color:#a50034}
  .section-content.business01 .history-bg,.section-content.business02 .history-bg,.section-content.business03 .history-bg,.section-content.business04 .history-bg{display:none}
  .section-content.business01 .history-area,.section-content.business02 .history-area,.section-content.business03 .history-area,.section-content.business04 .history-area{max-width:none;margin:0;background:#f8f1eb}
  /* s:20220401 백그라운드 위치를 바꿔줌 swiper-spot */
  .section-content.business01 .history-area .swiper-spot,.section-content.business02 .history-area .history-list,.section-content.business03 .history-area .swiper-spot,.section-content.business04 .history-area .swiper-spot{position:relative;left:60px;max-width:1200px;margin:0 auto;padding:117px 0;background:url("../../images/common/company/bg_history_line.png") no-repeat 0 153px}
  /* e:20220401 백그라운드 위치를 바꿔줌 swiper-spot */
  .section-content.business01 .history-area .history-list .item,.section-content.business02 .history-area .history-list .item,.section-content.business03 .history-area .history-list .item,.section-content.business04 .history-area .history-list .item{float:left}
  .section-content.business01 .history-area .history-list .item .txt,.section-content.business01 .history-area .history-list .item .year,.section-content.business02 .history-area .history-list .item .txt,.section-content.business02 .history-area .history-list .item .year,.section-content.business03 .history-area .history-list .item .txt,.section-content.business03 .history-area .history-list .item .year,.section-content.business04 .history-area .history-list .item .txt,.section-content.business04 .history-area .history-list .item .year{display:block;font-size:18px;color:#333130;text-align:center}
  .section-content.business01 .history-area .history-list .item .year,.section-content.business02 .history-area .history-list .item .year,.section-content.business03 .history-area .history-list .item .year,.section-content.business04 .history-area .history-list .item .year{font-family:"LGSmHaTR"}
  .section-content.business01 .history-area .history-list .item .txt,.section-content.business02 .history-area .history-list .item .txt,.section-content.business03 .history-area .history-list .item .txt,.section-content.business04 .history-area .history-list .item .txt{font-family:"LGSmHaTR"}
  /* s:20220405 텍스트와 텍스트 사이의 마진 */
  .section-content.business01 .history-area .history-list .item .txt + .txt,.section-content.business02 .history-area .history-list .item .txt + .txt,.section-content.business03 .history-area .history-list .item .txt + .txt,.section-content.business04 .history-area .history-list .item .txt + .txt{margin-top:20px}
  /* e:20220405 텍스트와 텍스트 사이의 마진 */
  /* s:20220405 글 크기,여백 조정*/
  .section-content.business01 .history-area .history-list .item .sum,.section-content.business02 .history-area .history-list .item .sum,.section-content.business03 .history-area .history-list .item .sum,.section-content.business04 .history-area .history-list .item .sum{display:block;margin:8px 0px 25px 0px;font-size:12.5px;font-family:"LGSmHaTSB";color:#7a716b;text-align:center}
  /* e:20220405 글 크기,여백 조정*/
  .section-content.business01 .history-area .history-list .item .ico,.section-content.business02 .history-area .history-list .item .ico,.section-content.business03 .history-area .history-list .item .ico,.section-content.business04 .history-area .history-list .item .ico{display:block;width:15px;height:15px;margin:10px auto 22px;background:#a50034;border-radius:50%}
  .section-content.business01 .section-inner{position:relative;background-color:#f4f4f6}
  .section-content.business01 .section-inner:before{content:'';width:780px;height:530px;position:absolute;bottom:0;right:0;background:url("../../images/common/company/top_visual_business01_01.jpg") no-repeat bottom right}
  /* .section-content.business01 .section-inner:after{content:'';width:300px;height:486px;position:absolute;top:-296px;right:0;background:url("../../images/common/company/top_visual_business01_02.jpg") no-repeat top right} */
  /* s:20220405 석유화학 줄간격 줄임*/
  .section-content.business01 .txt{max-width:792px;font-size:18px;font-family:"LGSmHaTR";color:#4c4948;line-height:1.3}
  /* s:20220405 석유화학 줄간격 줄임*/
  .section-content.business01 .txt + .txt{margin-top:34px}
  .section-content.business01 .sub-title{margin-top:115px}
  .section-content.business01 .sales-list{position:relative;width:600px;height:155px;padding-left:142px;background:url("../../images/common/company/bg_graph07_new.png") no-repeat -10px 0px;font-size:0}
  /* s:20220401 석유화학 매출 원그래프 수정-pc */
  .section-content.business01 .sales-list .list01{position:relative;display:inline-block;width:160px;height:160px;top:-64px;left:-34px;vertical-align:top}
  .section-content.business01 .sales-list .list01::before{content:'';position:absolute;width:100%;height:100%;background:#aeaeb9;border-radius:50%;opacity:.3}
  .section-content.business01 .sales-list .list01 .year{top:233px}
  .section-content.business01 .sales-list .list02{position:relative;display:inline-block;width:150px;height:150px;top:-45px; left:-30px;vertical-align:top}
  .section-content.business01 .sales-list .list02::before{content:'';position:absolute;width:100%;height:100%;background:#e3d9b6;border-radius:50%;opacity:.3;}
  .section-content.business01 .sales-list .list02 .year{top:215px}
  .section-content.business01 .sales-list .list03{position:relative;display:inline-block;width:136px;height:136px;top:5px;left:-21px;vertical-align:top}
  .section-content.business01 .sales-list .list03::before{content:'';position:absolute;width:100%;height:100%;background:#946460;border-radius:50%;opacity:.3;}
  .section-content.business01 .sales-list .list03 .year{top:166px}
  .section-content.business01 .sales-list .txt .point{font-size:18px;font-family:"LGSmHaTSB"}
  .section-content.business01 .sales-list::before{position:absolute;bottom:0;content:'';display:block;width:600px;height:1px;margin-left:-142px;background:#a19896}
  /* e:20220401 석유화학 매출 원그래프 수정-pc */
  /* s:20220331 석유화학 높이와 오버플로우 변경 */
  .section-content.business01 .history-area .history-list{display: flex; overflow:visible;}
  .section-content.business01 .history-area .history-list .item{width:calc(25% - 20px);padding:0 10px; height: auto;}
  /* e:20220331 석유화학 높이와 오버플로우 변경 */
  .section-content.business02 .section-inner{position:relative;background-color:#f7f7f9}
  .section-content.business02 .section-inner:before{content:'';width:1040px;height:680px;position:absolute;bottom:0;right:0;background:url("../../images/common/company/top_visual_business02_01.jpg") no-repeat bottom right}
  .section-content.business02 .txt{max-width:792px;font-size:18px;font-family:"LGSmHaTR";color:#4c4948;line-height:1.6}
  .section-content.business02 .txt + .txt{margin-top:34px;max-width:832px}
  .section-content.business02 .sub-title{margin-top:115px}
  .section-content.business02 .sales-list{position:relative;width:600px;height:155px;padding-left:142px;background:url("../../images/common/company/bg_graph02.png") no-repeat 0px 0px;font-size:0}
  .section-content.business02 .sales-list .list01{position:relative;display:inline-block;width:136px;height:136px;vertical-align:top}
  .section-content.business02 .sales-list .list01::before{content:'';position:absolute;width:100%;height:100%;background:#aeaeb9;border-radius:50%;opacity:.3}
  .section-content.business02 .sales-list .list01 .year{top:172px}
  .section-content.business02 .sales-list .list02{position:relative;display:inline-block;width:170px;height:170px;top:-40px;left:-14px;vertical-align:top}
  .section-content.business02 .sales-list .list02::before{content:'';position:absolute;width:100%;height:100%;background:#e3d9b6;border-radius:50%;opacity:.3}
  .section-content.business02 .sales-list .list02 .year{top:213px}
  .section-content.business02 .sales-list .list03{position:relative;display:inline-block;width:220px;height:220px;top:-98px;left:-71px;vertical-align:top}
  .section-content.business02 .sales-list .list03::before{content:'';position:absolute;width:100%;height:100%;background:#946460;border-radius:50%;opacity:.3}
  .section-content.business02 .sales-list .list03 .year{top:270px}
  .section-content.business02 .sales-list .txt .point{font-size:18px;font-family:"LGSmHaTSB"}
  .section-content.business02 .sales-list::before{position:absolute;bottom:0;content:'';display:block;width:600px;height:1px;margin-left:-142px;background:#a19896}
  .section-content.business02 .history-area .history-list .item{width:calc(20% - 20px);padding:0 10px}
  .section-content.business03 .section-inner{position:relative;background-color:#f7f7f9}
  /* .section-content.business03 .section-inner:before{content:'';width:900px;height:680px;position:absolute;bottom:0;right:0;background:url("../../images/common/company/top_visual_business03_01.jpg") no-repeat bottom right} */
  /* s:20220405 첨단소재 줄간격 줄임*/
  .section-content.business03 .txt{max-width:792px;font-size:18px;font-family:"LGSmHaTR";color:#4c4948;line-height:1.3}
  /* e:20220405 첨단소재 줄간격 줄임*/
  .section-content.business03 .txt + .txt{margin-top:34px}
  .section-content.business03 .sub-title{margin-top:115px}
  /* s:20220401 첨단소재 매출 원그래프 수정-pc */
  .section-content.business03 .sales-list{position:relative;width:600px;height:155px;padding-left:142px;background:url("../../images/common/company/bg_graph08_new.png") no-repeat 0px 0px;font-size:0}
  .section-content.business03 .sales-list .list01{position:relative;display:inline-block;width:200px;height:200px;top:-122px; left:-83px;vertical-align:top}
  .section-content.business03 .sales-list .list01::before{content:'';position:absolute;width:100%;height:100%;background:#aeaeb9;border-radius:50%;opacity:.3}
  .section-content.business03 .sales-list .list01 .year{top:301px}
  .section-content.business03 .sales-list .list02{position:relative;display:inline-block;width:144px;height:144px;top:-25px;left:-7px;vertical-align:top}
  .section-content.business03 .sales-list .list02::before{content:'';position:absolute;width:100%;height:100%;background:#e3d9b6;border-radius:50%;opacity:.3}
  .section-content.business03 .sales-list .list02 .year{top:206px}
  .section-content.business03 .sales-list .list03{position:relative;display:inline-block;width:170px;height:170px;top:-60px;left:-32px;vertical-align:top}
  .section-content.business03 .sales-list .list03::before{content:'';position:absolute;width:100%;height:100%;background:#946460;border-radius:50%;opacity:.3}
  .section-content.business03 .sales-list .list03 .year{top:239px}
  .section-content.business03 .sales-list .txt .point{font-size:18px;font-family:"LGSmHaTSB"}
  .section-content.business03 .sales-list::before{position:absolute;bottom:0;content:'';display:block;width:600px;height:1px;margin-left:-142px;background:#a19896}
  /* e:20220401 첨단소재 매출 원그래프 수정-pc */
  /* s:20220401 첨단 소재 overflow:visible */
  .section-content.business03 .history-area .history-list{overflow: visible;}
  /* e:20220401 첨단 소재 overflow:visible */
  .section-content.business03 .history-area .history-list .item{width:calc(25% - 20px);padding:0 10px}
  .section-content.business04 .section-inner{position:relative;background-color:#f7f7f9}
  .section-content.business04 .section-inner:before{content:'';width:781px;height:529px;position:absolute;bottom:0;right:0;background:url("../../images/common/company/top_visual_business04_01.jpg") no-repeat bottom right}
  /*  */
  /* s:20220405 생명과학 줄간격 줄임*/
  .section-content.business04 .txt{max-width:792px;font-size:18px;font-family:"LGSmHaTR";color:#4c4948;line-height:1.3}
  /* e:20220405 생명과학 줄간격 줄임*/
  .section-content.business04 .txt + .txt{margin-top:34px}
  .section-content.business04 .sub-title{margin-top:115px}
  /* s:20220401 생명과학 매출 원그래프 수정-pc */
  .section-content.business04 .sales-list{position:relative;width:600px;height:155px;padding-left:142px;background:url("../../images/common/company/bg_graph09_new.png") no-repeat 0px 25px;font-size:0}
  .section-content.business04 .sales-list .list01{position:relative;display:inline-block;width:190px;height:190px;vertical-align:top; top:-125px;left:-81px;}
  .section-content.business04 .sales-list .list01::before{content:'';position:absolute;width:100%;height:100%;background:#aeaeb9;border-radius:50%;opacity:.3}
  .section-content.business04 .sales-list .list01 .year{top:298px}
  .section-content.business04 .sales-list .list02{position:relative;display:inline-block;width:156px;height:156px;top:-28px;left:-14px;vertical-align:top}
  .section-content.business04 .sales-list .list02::before{content:'';position:absolute;width:100%;height:100%;background:#e3d9b6;border-radius:50%;opacity:.3}
  .section-content.business04 .sales-list .list02 .year{top:200px}
  .section-content.business04 .sales-list .list03{position:relative;display:inline-block;width:160px;height:160px;top:-63px;left:-46px;vertical-align:top}
  .section-content.business04 .sales-list .list03::before{content:'';position:absolute;width:100%;height:100%;background:#946460;border-radius:50%;opacity:.3}
  .section-content.business04 .sales-list .list03 .year{top:235px}
  .section-content.business04 .sales-list .txt .point{font-size:18px;font-family:"LGSmHaTSB"}
  .section-content.business04 .sales-list::before{position:absolute;bottom:0;content:'';display:block;width:600px;height:1px;margin-left:-142px;background:#a19896}
  /* e:20220401 생명과학 매출 원그래프 수정-pc */
  /* s:20220401 생명과학 overflow:visible */
  .section-content.business04 .history-area .history-list{overflow: visible;}
  /* e:20220401 생명과학 overflow:visible */
  .section-content.business04 .history-area .history-list .item{width:calc(25% - 20px);padding:0 10px}
  .sub-title .sub-tit{font-size:18px;font-family:"LGSmHaTR";color:#333130}
  .summery{margin-bottom:18px;font-size:18px;font-family:"LGSmHaTR";color:#333130;text-align:right}
  .summery .point{font-size:18px;font-family:"LGSmHaTR";color:#333130;vertical-align:sub;margin-right:5px}
  .section-content.core{padding-top:16px}
  /*.section-content.core .sub-title{margin-top:-35px}*/
  .core-bg{position:absolute;width:100%;height:406px;margin-top:-18px;background:#edeef3;z-index:0}
  .core-list{position:relative;max-width:1200px;margin:0 auto;padding-bottom:127px}
  .core-list .item{position:relative;float:left;width:25%;padding:0 10px;-webkit-box-sizing:border-box;box-sizing:border-box;text-align:center}
  .core-list .item .ico{display:block;width:51px;height:55px;margin:122px auto 31px;background:url("../../images/common/company/ico_core01@2x.png") no-repeat 0 0;background-size:51px 55px}
  .core-list .item:nth-child(2) .ico{width:57px;height:38px;background-image:url("../../images/common/company/ico_core02@2x.png");margin:130px auto 41px;background-size:57px 38px}
  .core-list .item:nth-child(3) .ico{width:36px;height:58px;background-image:url("../../images/common/company/ico_core03@2x.png");margin:120px auto 31px;background-size:36px 58px}
  .core-list .item:nth-child(4) .ico{width:50px;height:52px;background-image:url("../../images/common/company/ico_core04@2x.png");margin:123px auto 33px;background-size:50px 52px}
  .core-list .item .txt{display:block;font-size:18px;font-family:"LGSmHaTR";color:#333130}
  .core-list .item .txt + .txt{margin-top:10px}
  .core-list .item:last-child{border-right:none}
  .core-list .item::after{position:absolute;content:'';display:block;width:1px;height:130px;top:123px;right:0;background:#c8c8cc}
  .core-list .item:last-child::after{display:none}
  .section-content.board .section-inner{position:relative}
  .section-content.board .sub-title{margin-bottom:38px}
  .section-content.board .summery{position:absolute;top:57px;right:0;z-index:0}
  .section-content.board .summery .btn-more{position:relative;display:inline-block;vertical-align:top;font-size:0;z-index:10}
  .section-content.board .summery .btn-more .txt{font-size:16px;font-family:"LGSmHaTSB";color:#333130}
  .section-content.board .summery .btn-more .ico{position:relative;display:inline-block;width:60px;height:1px;margin-left:20px;background:#333130;vertical-align:5px}
  .section-content.board .summery .btn-more .ico::before{content:'';display:block;position:absolute;top:-2px;width:1px;height:5px;background:#a50034;opacity:0}
  .section-content.board .summery .btn-more:focus .ico::before,.section-content.board .summery .btn-more:hover .ico::before{width:60px;opacity:1;-webkit-transition:.4s all;-o-transition:.4s all;transition:.4s all}
  .board-list-type01{font-size:0}
  .board-list-type01 .list{position:relative;display:inline-block;width:384px;height:300px;border:1px solid #a19896;vertical-align:top;-webkit-box-sizing:border-box;box-sizing:border-box}
  .board-list-type01 .list a{display:inline-block;width:100%;height:100%;padding:38px;vertical-align:top;-webkit-box-sizing:border-box;box-sizing:border-box}
  .board-list-type01 .list .tit{font-size:20px;font-family:"LGSmHaTSB";color:#333130;word-break:break-word;word-wrap:break-word;display:block;display:-webkit-box;-webkit-box-orient:vertical;position:relative;line-height:1.6!important;overflow:hidden;-o-text-overflow:ellipsis;text-overflow:ellipsis;height:4.8em;-webkit-line-clamp:3;display:-webkit-box!important;white-space:unset}
  .board-list-type01 .list .tit:after{content:'';text-align:right;bottom:0;right:0;width:25%;display:block;position:absolute;height:1.6em}
  @supports (-webkit-line-clamp: 1){
  .board-list-type01 .list .tit:after{display:none!important}}
  .board-list-type01 .list .date{position:absolute;left:39px;bottom:36px;font-size:18px;font-family:"LGSmHaTR";color:#4d4948}
  .board-list-type01 .list .ico{position:absolute;right:39px;bottom:41px;display:block;background-image:url(../../images/common/default/sprite_pc.png);background-position:-212px -269px;width:30px;height:10px;background-size:431px 383px}
  .board-list-type01 .list + .list{margin-left:24px}
  /*! 기업정보 - 사업영역 - 석유화학 - 사업부 */
  /* s:20220401 overflow:visible 추가 */
  .product-list-container{width:100%; max-width:1200px; margin:20px auto 0 auto; overflow: visible;}
  /* e:20220401 overflow:visible 추가 */
  .product-list-container .swiper-slide{width:190px;margin-right:12px}
  .product-list-container .swiper-slide:last-child{margin-right:0}
  .product-list-container .swiper-slide .item{overflow:hidden;position:relative;display:block}
  .product-list-container .swiper-slide .txt{display:block;width:180px;background:#fff;padding:15px 10px 0 0;font-size:18px;color:#333130;font-family:"LGSmHaTR";text-align:left}
  .product-list-container .swiper-slide .img{display:block;overflow:hidden;height:160px}
  .product-list-container .swiper-slide img{width:100%;-webkit-transition-duration:1s;-o-transition-duration:1s;transition-duration:1s;-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}
  .product-list-container .swiper-slide .item:active img,.product-list-container .swiper-slide .item:focus img,.product-list-container .swiper-slide .item:hover img{-webkit-transform:scale(1.3);-ms-transform:scale(1.3);transform:scale(1.3)}
  /* s:20220401 슬라이드 버튼 추가 */
  .product-list-container .swiper-button-prev{background:none;right:52px;top:-37px;left:auto;}
  .product-list-container .swiper-button-prev .ico{display:block;position:absolute;top:50%;left:50%;margin:-10px 0 0 -6px;background-image:url(../../images/common/default/sprite_pc.png);background-position:-387px -73px;width:11px;height:19px;background-size:431px 383px}
  .product-list-container .swiper-button-next{background:none;right:-4px;top:-37px;left:auto;}
  .product-list-container .swiper-button-next .ico{display:block;position:absolute;top:50%;left:50%;margin:-10px 0 0 -6px;background-image:url(../../images/common/default/sprite_pc.png);background-position:-387px -112px;width:11px;height:19px;background-size:431px 383px}
  /* e:20220401 슬라이드 버튼 추가 */
  /*! 기업정보 - 사업영역 - 배터리 - 생산능력 */
  .section-content.production-capacity{padding-bottom:92px}
  .section-content.production-capacity .production-capacity-bg{position:absolute;width:100%;height:406px;margin-top:-18px;background:#f5f5f5;z-index:0}
  .section-content.production-capacity .table-business02-01{position:relative;z-index:1;padding:14px 0;margin-top:60px}
  .section-content.production-capacity .table-business02-01:before{content:'';width:1px;height:100%;background-color:#a19896;position:absolute;top:0;left:107px;z-index:1}
  .section-content.production-capacity .table-business02-01 .col01{width:108px}
  .section-content.production-capacity .table-business02-01 .col02{width:auto}
  .section-content.production-capacity .table-business02-01 tr{border-top:0}
  .section-content.production-capacity .table-business02-01 tr:last-child{border-bottom:0}
  .section-content.production-capacity .table-business02-01 th{text-align:right;padding-right:22px}
  .section-content.production-capacity .table-business02-01 td{text-align:left;padding:11px 0}
  .section-content.production-capacity .table-business02-01 .graph01,.section-content.production-capacity .table-business02-01 .graph02,.section-content.production-capacity .table-business02-01 .graph03{display:inline-block;height:32px;vertical-align:middle}
  .section-content.production-capacity .table-business02-01 .graph01{width:120px;background-color:#7a716b}
  .section-content.production-capacity .table-business02-01 .graph02{width:600px;background-color:#a50034}
  .section-content.production-capacity .table-business02-01 .graph03{width:270px;background-color:#665852}
  .section-content.production-capacity .table-business02-01 .txt{display:inline-block;margin-left:20px;vertical-align:middle;color:#665852;font-size:18px;font-family:"LGSmHaTB"}
  /*! 기업정보 - 사업영역 - 배터리 - 핵심경쟁력 */
  .section-content.core02{padding-top:16px}
  /* s:20220405 첨단소재 핵심경쟁력 제목보이게 */
  /* .section-content.core02 .sub-title{margin-top:-35px} */
  /* e:20220405 첨단소재 핵심경쟁력 제목보이게 */
  .section-content.core02 .core02-list{display:table;table-layout:fixed;max-width:1200px;min-width:1200px;margin:40px auto 0 auto}
  .section-content.core02 .core02-list li{display:table-cell;max-width:379px;min-width:379px;height:100%;min-height:210px;padding:0 40px 50px 40px;word-break:keep-all;word-wrap:break-word;border-left:12px solid #fff;border-right:12px solid #fff;-webkit-box-sizing:border-box;box-sizing:border-box}
  .section-content.core02 .core02-list li:first-child{border-left:0}
  .section-content.core02 .core02-list li:nth-child(2){max-width:390px;min-width:390px}
  .section-content.core02 .core02-list li:last-child{border-right:0}
  html.lang-en .section-content.core02 .core02-list li{min-height:270px}
  html.lang-pl .section-content.core02 .core02-list li{min-height:270px}
  html.lang-de .section-content.core02 .core02-list li{min-height:300px}
  html.lang-ja .section-content.core02 .core02-list li{min-height:240px}
  .section-content.core02 .core02-list .tit{display:block;color:#333130;margin:0 40px 30px 40px;padding:40px 0 20px 0;font-size:24px;font-family:"LGSmHaTSB";text-align:center}
  .section-content.core02 .core02-list .txt01,.section-content.core02 .core02-list .txt02{display:block;line-height:1.7;color:#4d4948;font-size:18px;font-family:"LGSmHaTR";padding-left:18px;background:url("../../images/common/default/bu_circle.png") no-repeat left 10px;background-size:6px 6px}
  .section-content.core02 .core02-list .bu-no{background:none}
  .section-content.core02 .core02-list .item01{background-color:#edeef3}
  .section-content.core02 .core02-list .item01 .tit{border-bottom:1px solid #e0e0e0}
  .section-content.core02 .core02-list .item02{background-color:#ebe2d8}
  .section-content.core02 .core02-list .item02 .tit{border-bottom:1px solid #dcd2ca}
  .section-content.core02 .core02-list .item03{background-color:#edeef3}
  .section-content.core02 .core02-list .item03 .tit{border-bottom:1px solid #e0e0e0}
  /*! 기업정보 - 사업영역 - 석유화학 - 해외 진출 현황 */
  .overseas-area{width:100%;max-width:1800px;min-height:735px;margin:0 auto;background:url("../../images/common/company/overseas_bg.jpg") no-repeat center 0}
  .overseas-area .sub-title{position:relative;top:-15px}
  .overseas-area .list{margin:-15px 0 135px;padding-left:22px}
  .overseas-area .list dt{margin:55px 0 20px;font-size:24px;font-family:"LGSmHaTSB";color:#333130}
  .overseas-area .list dt:nth-of-type(2){margin-top:33px}
  .overseas-area .list dd{padding-left:18px;font-size:18px;font-family:"LGSmHaTR";color:#4c4948;line-height:1.6}
  .overseas-area .link-txt-area a{display:block;width:12%;padding-left:22px}
  .overseas-area .link-txt-area a span{display:block;padding:10px 0;font-size:24px;font-family:"LGSmHaTSB";color:#333130}
  /*! 기업정보 - 사업영역 - 석유화학 - 사업부 연혁 */
  .history-area{max-width:1800px;margin:0 auto}
  .history-area .section-inner{min-height:545px}
  .history-area .sub-title{position:relative;top:-15px}
  .history-area .left{padding-left:40px}
  .history-area dl dt{margin:57px 0 10px;font-size:36px;font-family:"LGSmHaTSB";color:#333130}
  .history-area .left dt:nth-of-type(3){margin-top:30px}
  .history-area dl dd{font-size:18px;font-family:"LGSmHaTR";color:#4c4948;line-height:1.6}
  .history-area .left,.history-area .right{float:left;margin-top:-15px}
  .history-area .left{width:600px}
  /* s:20220331 슬라이드 버튼 추가 */
  .history-area .swiper-button-prev{background:none;right:60px;top:35px;left:auto;}
  .history-area .swiper-button-prev .ico{display:block;position:absolute;top:50%;left:50%;margin:-10px 0 0 -6px;background-image:url(../../images/common/default/sprite_pc.png);background-position:-387px -73px;width:11px;height:19px;background-size:431px 383px}
  .history-area .swiper-button-next{background:none;right:17px;top:35px;left:auto;}
  .history-area .swiper-button-next .ico{display:block;position:absolute;top:50%;left:50%;margin:-10px 0 0 -6px;background-image:url(../../images/common/default/sprite_pc.png);background-position:-387px -112px;width:11px;height:19px;background-size:431px 383px}
  /* e:20220331 슬라이드 버튼 추가 */
  /*! 기업정보 - 사업영역 - 석유화학 - 제품 영상자료 */
  .section-product-moviedata{width:100%;overflow:hidden;position:relative;background:url("../../images/common/product/bg_moviedata.gif") repeat-x left bottom;background-size:12px 600px}
  .section-product-moviedata .section-inner{height:960px;margin:0 auto;width:1440px;position:relative;top:144px}
  .product-moviedata-container{top:37px;overflow:visible}
  .product-moviedata-container .swiper-slide{width:600px;margin-right:98px;-webkit-transition:0.8s all ease;-o-transition:0.8s all ease;transition:0.8s all ease}
  .product-moviedata-container .swiper-slide .item{position:relative;display:block;min-height:410px}
  .product-moviedata-container .swiper-slide .img{width:600px;height:322px;-webkit-transition:0.8s all ease;-o-transition:0.8s all ease;transition:0.8s all ease;display:block;width:100%;height:100%;overflow:hidden}
  .product-moviedata-container .swiper-slide img{width:100%;height:100%;-webkit-transition-duration:1s;-o-transition-duration:1s;transition-duration:1s;-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}
  .product-moviedata-container .swiper-slide .txt{display:block;overflow:hidden;margin-top:34px;font-size:18px;color:#4d4948;font-family:"LGSmHaTSB";line-height:1.5}
  .product-moviedata-container .swiper-slide .ico{display:block;position:absolute;top:124px;left:20px;background-image:url(../../images/common/default/sprite_pc.png);background-position:-180px -209px;width:39px;height:39px;background-size:431px 383px}
  .product-moviedata-container .swiper-slide .hide-txt{display:none}
  .product-moviedata-container .swiper-slide.on .hide-txt{display:inline-block}
  .product-moviedata-container .swiper-button-prev{background:none;right:auto;top:-51px;left:1120px}
  .product-moviedata-container .swiper-button-prev .ico{display:block;position:absolute;top:50%;left:50%;margin:-10px 0 0 -6px;background-image:url(../../images/common/default/sprite_pc.png);background-position:-387px -73px;width:11px;height:19px;background-size:431px 383px}
  .product-moviedata-container .swiper-button-next{background:none;right:auto;top:-51px;left:1179px}
  .product-moviedata-container .swiper-button-next .ico{display:block;position:absolute;top:50%;left:50%;margin:-10px 0 0 -6px;background-image:url(../../images/common/default/sprite_pc.png);background-position:-387px -112px;width:11px;height:19px;background-size:431px 383px}
  .product-moviedata-container .swiper-slide.on{width:600px}
  .product-moviedata-container .swiper-slide.on .img{width:600px;height:322px}
  .product-moviedata-container .swiper-slide.on .txt{width:80%;margin-left:40px;font-size:24px}
  .product-moviedata-container .swiper-slide.on .ico{position:absolute;top:247px;left:40px;background-image:url(../../images/common/default/sprite_pc.png);background-position:0 0;width:55px;height:55px;background-size:431px 383px}
  /*! 기업정보 - 사업영역 - 생명과학 - 파이프라인(신약), 의료기기 및 신약 */
  .section-content.medicine01 .side-text,.section-content.medicine02 .side-text,.section-content.medicine03 .side-text{text-align:right;margin-top:15px;font-size:16px;color:#4d4948;font-family:"LGSmHaTR"}
  .section-content.medicine01 .table-col-type04,.section-content.medicine02 .table-col-type04,.section-content.medicine03 .table-col-type04{width:100%;table-layout:fixed}
  .section-content.medicine01 .table-col-type04 thead th,.section-content.medicine02 .table-col-type04 thead th,.section-content.medicine03 .table-col-type04 thead th{color:#333130;font-size:16px;font-family:"LGSmHaTSB";text-align:center;border-right:1px solid #ccc;height:46px;padding:5px 5px 5px 5px;word-break:break-all}
  .section-content.medicine01 .table-col-type04 thead th .txt01,.section-content.medicine02 .table-col-type04 thead th .txt01,.section-content.medicine03 .table-col-type04 thead th .txt01{display:block}
  .section-content.medicine01 .table-col-type04 thead th .txt02,.section-content.medicine02 .table-col-type04 thead th .txt02,.section-content.medicine03 .table-col-type04 thead th .txt02{display:block}
  .section-content.medicine01 .table-col-type04 thead .tr01 th,.section-content.medicine02 .table-col-type04 thead .tr01 th,.section-content.medicine03 .table-col-type04 thead .tr01 th{background-color:#e0e0e0}
  .section-content.medicine01 .table-col-type04 thead .tr01 .th04,.section-content.medicine02 .table-col-type04 thead .tr01 .th04,.section-content.medicine03 .table-col-type04 thead .tr01 .th04{border-bottom:1px solid #ccc;border-right:0}
  .section-content.medicine01 .table-col-type04 thead .tr01 .th05,.section-content.medicine02 .table-col-type04 thead .tr01 .th05,.section-content.medicine03 .table-col-type04 thead .tr01 .th05{border-right:0;border-left:1px solid #ccc}
  .section-content.medicine01 .table-col-type04 thead .tr02 .th06,.section-content.medicine01 .table-col-type04 thead .tr02 .th07,.section-content.medicine01 .table-col-type04 thead .tr02 .th08,.section-content.medicine01 .table-col-type04 thead .tr02 .th09,.section-content.medicine01 .table-col-type04 thead .tr02 .th10,.section-content.medicine02 .table-col-type04 thead .tr02 .th06,.section-content.medicine02 .table-col-type04 thead .tr02 .th07,.section-content.medicine02 .table-col-type04 thead .tr02 .th08,.section-content.medicine02 .table-col-type04 thead .tr02 .th09,.section-content.medicine02 .table-col-type04 thead .tr02 .th10,.section-content.medicine03 .table-col-type04 thead .tr02 .th06,.section-content.medicine03 .table-col-type04 thead .tr02 .th07,.section-content.medicine03 .table-col-type04 thead .tr02 .th08,.section-content.medicine03 .table-col-type04 thead .tr02 .th09,.section-content.medicine03 .table-col-type04 thead .tr02 .th10{border-top:1px solid #e0e0e0;border-right:1px solid #e0e0e0;background-color:#fafafa}
  .section-content.medicine01 .table-col-type04 thead .tr02 .th08,.section-content.medicine02 .table-col-type04 thead .tr02 .th08,.section-content.medicine03 .table-col-type04 thead .tr02 .th08{border-bottom:1px solid #e0e0e0}
  .section-content.medicine01 .table-col-type04 thead .tr02 .th10,.section-content.medicine02 .table-col-type04 thead .tr02 .th10,.section-content.medicine03 .table-col-type04 thead .tr02 .th10{border-right:0}
  .section-content.medicine01 .table-col-type04 thead .th06:after,.section-content.medicine02 .table-col-type04 thead .th06:after,.section-content.medicine03 .table-col-type04 thead .th06:after{content:'';width:1px;height:100%;position:absolute;top:0;right:0}
  .section-content.medicine01 .table-col-type04 .mobile-tr,.section-content.medicine02 .table-col-type04 .mobile-tr,.section-content.medicine03 .table-col-type04 .mobile-tr{display:none}
  .section-content.medicine01 .table-col-type04 tbody td,.section-content.medicine02 .table-col-type04 tbody td,.section-content.medicine03 .table-col-type04 tbody td{color:#4d4948;font-size:16px;font-family:"LGSmHaTR";text-align:center;border-right:1px solid #e0e0e0;border-bottom:1px solid #e0e0e0;height:46px;padding:5px 5px 5px 5px;word-break:break-all}
  .section-content.medicine01 .table-col-type04 tbody td.td01,.section-content.medicine02 .table-col-type04 tbody td.td01,.section-content.medicine03 .table-col-type04 tbody td.td01{line-height:1.4;font-family:"LGSmHaTSB"}
  .section-content.medicine01 .table-col-type04 tbody td.td03,.section-content.medicine02 .table-col-type04 tbody td.td03,.section-content.medicine03 .table-col-type04 tbody td.td03{padding:20px 5px 20px 5px;height:16px;line-height:1.3}
  .section-content.medicine01 .table-col-type04 tbody td.td04,.section-content.medicine01 .table-col-type04 tbody td.td05,.section-content.medicine01 .table-col-type04 tbody td.td06,.section-content.medicine01 .table-col-type04 tbody td.td07,.section-content.medicine01 .table-col-type04 tbody td.td08,.section-content.medicine01 .table-col-type04 tbody td.td09,.section-content.medicine02 .table-col-type04 tbody td.td04,.section-content.medicine02 .table-col-type04 tbody td.td05,.section-content.medicine02 .table-col-type04 tbody td.td06,.section-content.medicine02 .table-col-type04 tbody td.td07,.section-content.medicine02 .table-col-type04 tbody td.td08,.section-content.medicine02 .table-col-type04 tbody td.td09,.section-content.medicine03 .table-col-type04 tbody td.td04,.section-content.medicine03 .table-col-type04 tbody td.td05,.section-content.medicine03 .table-col-type04 tbody td.td06,.section-content.medicine03 .table-col-type04 tbody td.td07,.section-content.medicine03 .table-col-type04 tbody td.td08,.section-content.medicine03 .table-col-type04 tbody td.td09{border-right:1px dashed #e0e0e0;text-align:left}
  .section-content.medicine01 .table-col-type04 tbody td.td10,.section-content.medicine02 .table-col-type04 tbody td.td10,.section-content.medicine03 .table-col-type04 tbody td.td10{border-right:none}
  .section-content.medicine01 .table-col-type04 tbody td .txt01,.section-content.medicine02 .table-col-type04 tbody td .txt01,.section-content.medicine03 .table-col-type04 tbody td .txt01{display:block}
  .section-content.medicine01 .table-col-type04 tbody td .txt02,.section-content.medicine02 .table-col-type04 tbody td .txt02,.section-content.medicine03 .table-col-type04 tbody td .txt02{display:block}
  .section-content.medicine01 .table-col-type04 tbody td .txt03,.section-content.medicine02 .table-col-type04 tbody td .txt03,.section-content.medicine03 .table-col-type04 tbody td .txt03{display:block}
  .section-content.medicine01 .table-col-type04 tbody td .txt04,.section-content.medicine02 .table-col-type04 tbody td .txt04,.section-content.medicine03 .table-col-type04 tbody td .txt04{display:block}
  .section-content.medicine01 .table-col-type04 tbody td .txt05,.section-content.medicine02 .table-col-type04 tbody td .txt05,.section-content.medicine03 .table-col-type04 tbody td .txt05{display:block}
  .section-content.medicine01 .table-col-type04 tbody td .txt06,.section-content.medicine02 .table-col-type04 tbody td .txt06,.section-content.medicine03 .table-col-type04 tbody td .txt06{display:block}
  .section-content.medicine01 .table-col-type04 tbody td .graph,.section-content.medicine02 .table-col-type04 tbody td .graph,.section-content.medicine03 .table-col-type04 tbody td .graph{display:inline-block;margin:0 -7px 0 -5px;position:relative;z-index:1;width:calc(100% + 12px);height:12px;background-color:#665852}
  .section-content.medicine01 .table-col-type04 tbody td .graph.ing,.section-content.medicine02 .table-col-type04 tbody td .graph.ing,.section-content.medicine03 .table-col-type04 tbody td .graph.ing{margin:0 0 0 -5px;width:calc(50% + 5px);border-top-right-radius:8px;border-bottom-right-radius:8px}
  .section-content.medicine01 .table-col-type04 tbody td .graph.ing:after,.section-content.medicine02 .table-col-type04 tbody td .graph.ing:after,.section-content.medicine03 .table-col-type04 tbody td .graph.ing:after{content:'';position:absolute;top:0;right:0;width:8px;height:8px;border:2px solid #4d4948;border-radius:50%;background-color:#fff}
  .section-content.medicine01 .table-col-type04 tbody td .graph.end,.section-content.medicine02 .table-col-type04 tbody td .graph.end,.section-content.medicine03 .table-col-type04 tbody td .graph.end{margin:0 0 0 -5px;width:calc(100% + 17px);border-top-right-radius:8px;border-bottom-right-radius:8px}
  .section-content.medicine01 .table-col-type04 tbody td .graph.end:after,.section-content.medicine02 .table-col-type04 tbody td .graph.end:after,.section-content.medicine03 .table-col-type04 tbody td .graph.end:after{content:'';position:absolute;top:0;right:0;width:8px;height:8px;border:2px solid #4d4948;border-radius:50%;background-color:#fff}
  .section-content.medicine01 .table-col-type04 tbody td .graph.off,.section-content.medicine02 .table-col-type04 tbody td .graph.off,.section-content.medicine03 .table-col-type04 tbody td .graph.off{background:none}
  .section-content.medicine01 .table-col-type04 tbody td .logo-img,.section-content.medicine02 .table-col-type04 tbody td .logo-img,.section-content.medicine03 .table-col-type04 tbody td .logo-img{display:block}
  .section-content.medicine01 .table-col-type04 .responsive-space,.section-content.medicine02 .table-col-type04 .responsive-space,.section-content.medicine03 .table-col-type04 .responsive-space{word-break:break-all}
  .section-content.medicine01 .table-business04-01,.section-content.medicine01 .table-business04-02,.section-content.medicine01 .table-business04-03,.section-content.medicine02 .table-business04-01,.section-content.medicine02 .table-business04-02,.section-content.medicine02 .table-business04-03,.section-content.medicine03 .table-business04-01,.section-content.medicine03 .table-business04-02,.section-content.medicine03 .table-business04-03{margin-top:26px}
  .section-content.medicine01 .table-business04-01 .col01,.section-content.medicine01 .table-business04-02 .col01,.section-content.medicine01 .table-business04-03 .col01,.section-content.medicine02 .table-business04-01 .col01,.section-content.medicine02 .table-business04-02 .col01,.section-content.medicine02 .table-business04-03 .col01,.section-content.medicine03 .table-business04-01 .col01,.section-content.medicine03 .table-business04-02 .col01,.section-content.medicine03 .table-business04-03 .col01{width:160px}
  .section-content.medicine01 .table-business04-01 .col02,.section-content.medicine01 .table-business04-02 .col02,.section-content.medicine01 .table-business04-03 .col02,.section-content.medicine02 .table-business04-01 .col02,.section-content.medicine02 .table-business04-02 .col02,.section-content.medicine02 .table-business04-03 .col02,.section-content.medicine03 .table-business04-01 .col02,.section-content.medicine03 .table-business04-02 .col02,.section-content.medicine03 .table-business04-03 .col02{width:120px}
  .section-content.medicine01 .table-business04-01 .col03,.section-content.medicine01 .table-business04-02 .col03,.section-content.medicine01 .table-business04-03 .col03,.section-content.medicine02 .table-business04-01 .col03,.section-content.medicine02 .table-business04-02 .col03,.section-content.medicine02 .table-business04-03 .col03,.section-content.medicine03 .table-business04-01 .col03,.section-content.medicine03 .table-business04-02 .col03,.section-content.medicine03 .table-business04-03 .col03{width:120px}
  .section-content.medicine01 .table-business04-01 .col10,.section-content.medicine01 .table-business04-02 .col10,.section-content.medicine01 .table-business04-03 .col10,.section-content.medicine02 .table-business04-01 .col10,.section-content.medicine02 .table-business04-02 .col10,.section-content.medicine02 .table-business04-03 .col10,.section-content.medicine03 .table-business04-01 .col10,.section-content.medicine03 .table-business04-02 .col10,.section-content.medicine03 .table-business04-03 .col10{width:240px}
  .section-content.medicine01 .table-business04-03 .col10,.section-content.medicine02 .table-business04-03 .col10,.section-content.medicine03 .table-business04-03 .col10{width:auto}
  .section-content.medicine01 .table-business04-03 .col11,.section-content.medicine02 .table-business04-03 .col11,.section-content.medicine03 .table-business04-03 .col11{width:240px}
  .section-content.medicine01 .table-business04-03 tbody td.td09,.section-content.medicine02 .table-business04-03 tbody td.td09,.section-content.medicine03 .table-business04-03 tbody td.td09{border-right:1px dashed #e0e0e0;text-align:left}
  .section-content.medicine01 .table-business04-03 tbody td.td10,.section-content.medicine02 .table-business04-03 tbody td.td10,.section-content.medicine03 .table-business04-03 tbody td.td10{border-right:1px dashed #e0e0e0;text-align:left}
  .section-content.medicine01 .table-business04-03 tbody td.td11,.section-content.medicine02 .table-business04-03 tbody td.td11,.section-content.medicine03 .table-business04-03 tbody td.td11{border-right:none}
  /*! Company - 경영정보 - 이사회 */
  .board-directors{padding:92px 0 0;font-size:0}
  .board-directors .board-inner{width:1200px;margin:0 auto}
  .board-directors .sub-title{position:relative;top:-97px}
  .board-directors .board-list .item{position:relative;display:inline-block;width:576px;height:300px;margin-top:80px;padding-left:60px;background:#fafafa;-webkit-box-sizing:border-box;box-sizing:border-box;vertical-align:top}
  .board-directors .board-list .item .img-type01{position:absolute;bottom:0;right:0;vertical-align:top;width:236px}
  .board-directors .board-list .item .img-type02{display:none}
  .board-directors .board-list .item:nth-child(even){margin-left:48px}
  .board-directors .board-list .item:nth-child(1),.board-directors .board-list .item:nth-child(2){margin-top:0}
  html.lang-en .board-directors .board-list .item{height:340px;padding-left:30px}
  html.lang-en .board-directors .board-list .item .img-type01{width:40%}
  .board-directors .txt-name{position:relative;top:-15px;display:block;font-size:32px;font-family:"LGSmHaTSB";color:#665852}
  .board-directors .txt-name .position{display:block;margin:14px 0 51px;font-size:18px;font-family:"LGSmHaTSB";color:#333130}
  .board-directors .date-txt,.board-directors .term-txt{display:block;margin-bottom:16px;font-size:16px;font-family:"LGSmHaTSB";color:#333130}
  .board-directors .date,.board-directors .term{margin-left:19px;font-size:16px;font-family:"LGSmHaTR";color:#4c4948}
  .board-directors .txt{display:block;max-width:60%;font-size:18px;font-family:"LGSmHaTR";color:#4c4948}
  .board-directors .txt + .txt{margin-top:10px}
  .table-stock01-01 .selectbox,.table-stock01-02 .selectbox,.table-stock01-03 .selectbox{display:none}
  .table-stock01-01 .select-design,.table-stock01-02 .select-design,.table-stock01-03 .select-design{display:none}
  .table-stock01-01 .m-directors-attendance,.table-stock01-02 .m-directors-attendance,.table-stock01-03 .m-directors-attendance{display:none}
  .table-management-info01-01{margin-top:38px}
  .table-management-info01-01 .selectbox{display:none}
  .table-management-info01-01 .select-design{display:none}
  .table-management-info01-01 .m-directors-attendance{display:none}
  .table-management-info01-01 colgroup .col01{width:160px}
  .table-management-info01-01 colgroup .col02{width:161px}
  .table-management-info01-01 colgroup .col03{width:auto}
  .table-management-info01-01 colgroup .col04{width:161px}
  .table-management-info01-01 colgroup .col05{width:161px}
  .download-box-type01{margin:120px 0 0 0;/*width:calc(100% - 120px)*/width:100%;;padding:80px 0 120px;background:#f2ebe4;-webkit-box-sizing:border-box;box-sizing:border-box}
  .download-box-type01 .txt-area{max-width:1080px;margin:0 auto}
  .download-box-type01 .txt-area .sub-title{margin-bottom:34px}
  .download-box-type01 .txt-area .txt{font-size:18px;font-family:"LGSmHaTR";color:#4d4948}
  .download-box-type01 .txt-area .txt:last-child{margin-bottom:58px}
  .download-box-type01 .txt-area .txt + .txt{margin-top:10px}
  .download-box-type01 .download-list{max-width:1110px;margin:0 auto;font-size:0}
  .download-box-type01 .download-list li{display:inline-table;margin-right:20px;vertical-align:top}
  .download-box-type01 .download-list li .item{position:relative;display:table-cell;width:160px;height:160px;padding:20px;text-align:center;vertical-align:middle;background:#fff;border:1px solid #a19896;-webkit-transition:.3s all;-o-transition:.3s all;transition:.3s all}
  .download-box-type01 .download-list li .item .txt{font-size:18px;font-family:"LGSmHaTSB";color:#333130}
  .download-box-type01 .download-list li .item .txt + .txt{display:block;margin-top:10px}
  .download-box-type01 .download-list li .item .ico{position:absolute;bottom:20px;right:20px;display:inline-block;background-image:url(../../images/common/default/sprite_pc.png);background-position:-125px -325px;width:18px;height:18px;background-size:431px 383px}
  .download-box-type01 .download-list li .item.on,.download-box-type01 .download-list li .item:active,.download-box-type01 .download-list li .item:focus,.download-box-type01 .download-list li .item:hover{background:#a50034;border-color:#a50034}
  .download-box-type01 .download-list li .item.on .txt,.download-box-type01 .download-list li .item:active .txt,.download-box-type01 .download-list li .item:focus .txt,.download-box-type01 .download-list li .item:hover .txt{color:#fff}
  .download-box-type01 .download-list li .item.on .ico,.download-box-type01 .download-list li .item:active .ico,.download-box-type01 .download-list li .item:focus .ico,.download-box-type01 .download-list li .item:hover .ico{background-image:url(../../images/common/default/sprite_pc.png);background-position:-277px -325px;width:18px;height:17px;background-size:431px 383px}
  /*! 경영정보 - 위원회  */
  .section-content.executive{margin-top:80px}
  .executive-type01 .executive-list{display:table;width:100%;padding-bottom:150px;}
  .executive-type01 .executive-list .item {padding: 38px 37px;}
  .executive-type01 .executive-list.new {padding: 0px;}
  /* s : 20211111 감사위원회 박스사이즈 여백 수정 */
  .section-content.executive .executive-type01 .executive-list.mb117{padding-bottom:0; margin-bottom:117px}
  .executive-type01 .item{display:table-cell;vertical-align: middle; width:25%;/*padding:37px 39px 38px 39px;*/border:1px solid #a29997}
  /* e : 20211111 감사위원회 박스사이즈  여백 수정 */
  .executive-type01 .item .list{display:block;}
  .executive-type01 .item .list + .list{margin-top:13px}
  /* s: 20230711 chair 추가 */
  .executive-type01 .item .position{display:block;font-size:18px;font-family:"LGSmHaTR";color:#4c4948}
  .executive-type01 .item .name{display:block;margin:22px 0 43px;font-size:24px;font-family:"LGSmHaTSB";color:#333130;text-align:center}
  /* e: 20230711 chair 추가 */
  .executive-type01 .item .name{display:block;/*margin-bottom:37px;*/font-size:24px;font-family:"LGSmHaTSB";color:#333130}
  .executive-type01 .item .date-txt{font-size:16px;font-family:"LGSmHaTSB";color:#333130}
  .executive-type01 .item .date-num{font-size:16px;font-family:"LGSmHaTR";color:#4c4948}
  .executive-type01 .item + .item{border-left:none}
  .executive-type01 .btn-area{margin-bottom:-20px}
  .executive-type02{margin-bottom:117px}
  .executive-type02 .executive-list{display:table;width:100%;margin-bottom:22px}
  .executive-type02 .item{display:table-cell;width:33.333333%;padding:38px 39px 38px 39px;border:1px solid #a29997}
  .executive-type02 .item .list{display:block}
  .executive-type02 .item .list + .list{margin-top:13px}
  .executive-type02 .item .position{display:block;font-size:18px;font-family:"LGSmHaTR";color:#4c4948}
  .executive-type02 .item .name{display:block;margin:22px 0 43px;font-size:24px;font-family:"LGSmHaTSB";color:#333130;text-align:center}
  .executive-type02 .item + .item{border-left:none}
  .executive-type02 .txt .s-txt{margin-left:5px}
  .table-management-info02-01 .selectbox{display:none}
  .table-management-info02-01 .select-design{display:none}
  .table-management-info02-01 .m-directors-attendance{display:none}
  .table-management-info02-01 colgroup .col01{width:160px}
  .table-management-info02-01 colgroup .col02{width:160px}
  .table-management-info02-01 colgroup .col03{width:auto}
  .table-management-info02-01 colgroup .col04{width:160px}
  .table-management-info02-01 colgroup .col05{width:160px}
  .table-management-info02-01 tbody tr:first-child td:nth-child(1){padding-top:22px;vertical-align:middle}
  .table-management-info02-01 tbody tr:first-child td:nth-child(2){padding-top:22px;vertical-align:middle}
  .table-management-info02-01 tbody tr:first-child td:nth-child(5){padding-top:22px;vertical-align:top}
  .table-management-info02-02 colgroup .col01{width:33%}
  .table-management-info02-02 colgroup .col02{width:auto}
  .table-management-info02-02 colgroup .col03{width:33%}
  .table-management-info02-03 table{width:100%;table-layout:auto}
  .table-management-info02-03 thead{display:inline-table;float:left;width:200px}
  .table-management-info02-03 tbody{display:inline-table;float:left;width:calc(100% - 200px)}
  .table-management-info02-03 tr{display:table-cell;border-top:1px solid #e0e0e0}
  .table-management-info02-03 tr th{display:block;line-height:65px}
  .table-management-info02-03 tr:first-child th{border-left:0}
  .table-management-info02-03 tr:first-child th.th01{border-bottom:1px solid #fff;border-top:1px solid #e0e0e0}
  .table-management-info02-03 tr:first-child th.th02{border-top:1px solid #e0e0e0;border-bottom:1px solid #e0e0e0}
  .table-management-info02-03 tr td{display:block;line-height:55px;border-bottom:1px solid #e0e0e0}
  .table-management-info02-03 tr:first-child td{border-bottom:1px solid #e0e0e0}
  .section-content.step .txt{font-size:18px;font-family:"LGSmHaTR";color:#4d4948}
  .section-content.step .txt + .txt{margin-top:10px;padding-bottom:22px}
  .section-content.step .table-wrap-type01{margin:36px 0 120px}
  .step-area{position:relative;text-align:center;font-size:0}
  .step-area .step01,.step-area .step02,.step-area .step03{position:relative;display:inline-block;width:340px;-webkit-box-sizing:border-box;box-sizing:border-box;vertical-align:top}
  .step-area .step01 .top,.step-area .step02 .top,.step-area .step03 .top{display:inline-block;width:340px;height:160px;background:#f5f5f5;vertical-align:top}
  .step-area .step01 .bottom,.step-area .step02 .bottom,.step-area .step03 .bottom{text-align:left;padding:37px 0 0 0}
  .step-area .step01 .bottom .txt,.step-area .step02 .bottom .txt,.step-area .step03 .bottom .txt{padding-left:17px;text-indent:-17px;margin-left:40px;font-size:18px;font-family:"LGSmHaTR";color:#4d4948;text-align:left}
  .step-area .step01 .bottom .txt::before,.step-area .step02 .bottom .txt::before,.step-area .step03 .bottom .txt::before{content:'';display:inline-block;margin-right:11px;vertical-align:4px;width:6px;height:6px;background:url("../../images/common/default/bu_circle.png") no-repeat left top}
  .step-area .num{margin-top:40px;font-size:18px;font-family:"LGSmHaTSB";color:#a50034}
  .step-area .tit-txt{font-size:20px;font-family:"LGSmHaTSB";color:#333130;margin-top:11px}
  .step-area .step02{margin-left:90px}
  .step-area .step02 .tit-txt{margin-top:30px}
  .step-area .step03{margin-left:90px}
  .step-area .step03 .tit-txt{margin-top:30px}
  .step-area .step-arrow01{display:block;z-index:1;width:90px;height:7px;position:absolute;top:81px;left:360px;background:url("../../images/common/product/ico_arrow_right01.png") no-repeat left top;background-size:100%}
  .step-area .step-arrow02{display:block;z-index:1;width:90px;height:7px;position:absolute;top:81px;left:790px;background:url("../../images/common/product/ico_arrow_right01.png") no-repeat left top;background-size:100%}
  /*! 경영정보 - 기업지배구조평가 */
  .section-content.evaluation{margin-top:80px;margin-bottom:120px}
  .evaluation-grade{max-width:1200px;margin:0 auto}
  .evaluation-grade .inner{display:table;width:1200px;margin:0 auto;border-collapse:collapse}
  .evaluation-grade .evaluation-grade-list{display:table-row}
  .evaluation-grade .summery{margin-bottom:17px;font-size:18px;font-family:"LGSmHaTR";color:#333130;text-align:right}
  .evaluation-grade .item{display:table-cell;width:33.33%;padding:35px 40px 34px;border:1px solid #999290;font-size:0}
  .evaluation-grade .item .box{float:left;width:50%;margin-top:9px;-webkit-box-sizing:border-box;box-sizing:border-box}
  .evaluation-grade .item .box:nth-of-type(even){float:right;padding-left:48px}
  html.lang-en .evaluation-grade .item .box:nth-of-type(even){padding-left:0}
  .evaluation-grade .year{margin-bottom:52px;font-size:24px;font-family:"LGSmHaTSB";color:#333130}
  .evaluation-grade .txt{display:inline-block;font-size:18px;font-family:"LGSmHaTR";color:#333130;vertical-align:text-bottom;text-align:left}
  html.lang-en .evaluation-grade .txt{display:block;text-align:center}
  .evaluation-grade .rank{display:inline-block;margin-left:35px;font-size:32px;font-family:"LGSmHaTSB";color:#c00032;text-align:right}
  html.lang-en .evaluation-grade .rank{display:block;text-align:center;margin-left:0}
  /* s: 20210630 다운로드메뉴 추가 pc*/
  .section-content.evaluation .recent-data-list{width:100%;margin-top:45px;border:1px solid #e0e0e0}
  .section-content.evaluation .recent-data-list .txt02{position:absolute;left:60px;bottom:45px; font-size:20px;font-family:"LGSmHaTSB";color:#333130}
  .section-content.evaluation .recent-data-list .download-box{text-align:right;padding:10px 150px 30px 0;}
  /* s:20220511 다운로드 스타일 정상으로 만들기 */
  .section-content.evaluation .recent-data-list .download-box .bttn.style03.type03{position: static;}
  /* s: 20231016 추가 */
  .bttn.style03.type03 {position: static; border-radius: 8px;}
  /* e: 20231016 추가 */
  /*! s: 20220804 다운로드 버튼 오른쪽으로 설정하기 위해 클래스(align-right) 추가 */
  /* s: 20230508 파이프라인 다운로드버튼 위치조정 */
  .align-right {float: right; margin-top: 100px;}
  /* e: 20230508 파이프라인 다운로드버튼 위치조정 */
  /*! e: 20220804 다운로드 버튼 오른쪽으로 설정하기 위해 클래스(align-right) 추가 */
  .section-content.evaluation .recent-data-list .download-box .bttn.type03{min-width:170px; padding: 15px 20px 15px 20px;text-align: left; position:static;}
  /* s:20220511 다운로드 스타일 정상으로 만들기 */
  .section-content.evaluation .recent-data-list .download-box a:nth-child(1){margin-right:7px}
  .section-content.evaluation .recent-data-list .download-box a:nth-child(2){margin-right:7px}
  .section-content.evaluation .recent-data-list .download-box .bttn .txt01{left:0;font-family:"LGSmHaTB"}
  .section-content.evaluation .recent-data-list .download-box .bttn .ico-download-white01{position:absolute;right:19px;margin-left:77px}
  .section-content.evaluation .accordion-st-area {margin-bottom:40px;}
  .section-content.evaluation .accordion-st-list.recent-data-list .club {position: relative;}
  .section-content.evaluation .accordion-st-area .accordion-st-list.recent-data-list .item:last-child{border-bottom: unset;}
  .section-content.evaluation .accordion-st-area .accordion-st-list.recent-data-list .title .arrow-l, .accordion-st-area .accordion-st-list.recent-data-list .title .arrow-r{width: 17px;    height: 3px;}
  .section-content.evaluation .accordion-st-area .accordion-st-list.recent-data-list .title .arrow-r{right: -11px;}
  /* e: 20210630 다운로드메뉴 추가 pc*/
  /*! Company - 회사소개 */
  .section-intro-wrap{padding-bottom:270px}
  .section-content-intro-type01{margin-top:-1.61458vw}
  .section-content-intro-type01 .section-inner{position:relative;width:calc(1680/1920*100%);margin:0 auto}
  .section-content-intro-type01 .img-area-mo,.section-content-intro-type01 .title-mo{display:none}
  .section-content-intro-type01 .txt-area{letter-spacing:-1px;float:left;width:28.125vw;vertical-align:top}
  .section-content-intro-type01 .txt-area.about .title{margin:4.79167vw 0 4.16667vw -15.625vw}
  .section-content-intro-type01 .txt-area .title{margin:4.79167vw 0 5.41667vw -15.625vw;font-size:2.5vw;font-family:"LGSmHaTB";color:#333130}
  /*.section-content-intro-type01 .txt-area .title::before{content:'';display:inline-block;width:7.29167vw;height:1px;margin-right:2.08333vw;background:#333130;vertical-align:super}*/
  .section-content-intro-type01 .txt-area .title::before{content: '';display: inline-block; width: 1px; height: 60px;background: #665852;position: absolute;left: 50%;top: -72px;}
  .section-content-intro-type01 .txt-area .sub-tit{font-size:1.875vw;font-family:"LGSmHaTSB";color:#333130;word-break:keep-all;line-height:1.4}
  html.lang-de .section-content-intro-type01 .txt-area .sub-tit,html.lang-en .section-content-intro-type01 .txt-area .sub-tit,html.lang-pl .section-content-intro-type01 .txt-area .sub-tit{word-break:break-word;word-wrap:break-word;line-height:1.1;font-size:1.77083vw}
  html.lang-ja .section-content-intro-type01 .txt-area .sub-tit,html.lang-zh .section-content-intro-type01 .txt-area .sub-tit{word-break:break-word;word-wrap:break-word}
  .section-content-intro-type01 .txt-area .sub-tit .point{color:#c00032}
  .section-content-intro-type01 .txt-area .txt{font-size:0.9375vw;font-family:"LGSmHaTR";color:#222121;line-height:1.7;word-break:keep-all;margin-bottom:1.82292vw}
  .section-content-intro-type01 .txt-area .txt:nth-of-type(1){margin-top:2.55208vw}
  .section-content-intro-type01 .txt-area .txt:last-of-type{margin-bottom:0}
  html.lang-de .section-content-intro-type01 .txt-area .txt,html.lang-en .section-content-intro-type01 .txt-area .txt,html.lang-pl .section-content-intro-type01 .txt-area .txt{line-height:1.4;word-break:break-word;word-wrap:break-word}
  html.lang-ja .section-content-intro-type01 .txt-area .txt,html.lang-zh .section-content-intro-type01 .txt-area .txt{word-break:break-word;word-wrap:break-word}
  .section-content-intro-type01 .img-area{float:right;position:relative;width:calc(840/1680*100%);height:0;padding-top:calc(957/1680*100%);background:url("../../images/common/company/top_visual_about.jpg") no-repeat 0 0;background-size:contain}
  html.lang-en .section-content-intro-type01 .img-area{padding-top:0;height:57.29167vw;background-size:auto 100%;background-position:-95px 0}
  html.lang-de .section-content-intro-type01 .img-area{padding-top:0;height:62.5vw;background-size:auto 100%;background-position:-180px 0}
  html.lang-pl .section-content-intro-type01 .img-area{padding-top:0;height:57.29167vw;background-size:auto 100%;background-position:-95px 0}
  html.lang-zh .section-content-intro-type01 .img-area{padding-top:0;height:52.08333vw;background-size:auto 100%}
  html.lang-ja .section-content-intro-type01 .img-area{padding-top:0;height:54.6875vw;background-size:auto 100%}
  .section-content-intro-type01 .btn-download{position:absolute;left:0;bottom:3.125vw;display:inline-table;width:7.91667vw;height:7.91667vw;background:#333130;text-align:center;-webkit-transition:.3s all;-o-transition:.3s all;transition:.3s all}
  .section-content-intro-type01 .btn-download .txt{display:table-cell;font-size:1.04167vw;font-family:"LGSmHaTSB";color:#fff;max-width:100px;vertical-align:middle;padding:0 1.04167vw}
  .section-content-intro-type01 .btn-download .txt + .txt{margin-top:0.46875vw}
  .section-content-intro-type01 .btn-download .ico{display:block;position:absolute;right:1.04167vw;bottom:1.04167vw;background-image:url(../../images/common/default/sprite_pc.png);background-position:-277px -325px;width:18px;height:17px;background-size:431px 383px}
  .section-content-intro-type01 .btn-download:focus,.section-content-intro-type01 .btn-download:hover{background-color:#a50034}
  .section-content-introduction{max-width:calc(1800/1920*100%);max-height:712px;margin-top:-2.08333vw;background:#f8f1eb}
  .section-content-introduction .section-inner{max-width:1200px;margin:0 auto;/* s:20231016 주석처리 padding-left:6.25vw */}
  .section-content-introduction .tit-company{padding:157px 0 38px;font-size:32px;font-family:"LGSmHaTSB";color:#333130}
  .section-content-introduction .introduction .list{position:relative;padding:24px 60px;border-bottom:1px solid #d9d2d0}
  .section-content-introduction .introduction .list .tit{display:inline-block;width:312px;font-size:18px;font-family:"LGSmHaTR";color:#333130}
  html.lang-de .section-content-introduction .introduction .list .tit{width:215px;margin-right:97px}
  .section-content-introduction .introduction .list .txt{font-size:20px;font-family:"LGSmHaTSB";color:#333130}
  .section-content-introduction .introduction .list .btn-link{position:absolute;top:16px;right:60px;display:inline-block;padding:9px 15px;background:#4d4948}
  .section-content-introduction .introduction .list .btn-link .txt{font-size:16px;font-family:"LGSmHaTR";color:#fff}
  .section-content-introduction .list:first-child{border-top:1px solid #d9d2d0}
  .section-content-introduction .introductory-area{width:100%;margin:60px 0 120px;font-size:0}
  .section-content-introduction .introductory-area .left-cnt,.section-content-introduction .introductory-area .right-cnt{display:inline-block;width:49%;min-height:280px;padding:0 60px;-webkit-box-sizing:border-box;box-sizing:border-box;vertical-align:top}
  .section-content-introduction .introductory-area .left-cnt .ico,.section-content-introduction .introductory-area .right-cnt .ico{display:none}
  .section-content-introduction .introductory-area .left-cnt{background:url("../../images/common/company/introductory_bg_left.jpg") no-repeat 100% center;background-size:cover}
  .section-content-introduction .introductory-area .left-cnt .sub-tit{display:inline-block;margin:39px 0 53px;font-size:18px;font-family:"LGSmHaTR";color:#fff}
  .section-content-introduction .introductory-area .left-cnt .list + .list{margin-top:19px}
  .section-content-introduction .introductory-area .left-cnt .tit{float:left;font-size:20px;font-family:"LGSmHaTSB";color:#fff;vertical-align:middle}
  .section-content-introduction .introductory-area .left-cnt .txt{float:right;display:block;font-size:24px;font-family:"LGSmHaTSB";color:#fff}
  .section-content-introduction .introductory-area .right-cnt{margin-left:2%;background:url("../../images/common/company/introductory_bg_right.jpg") no-repeat 100% center;background-size:cover}
  .section-content-introduction .introductory-area .right-cnt .sub-tit{display:inline-block;margin:39px 0 53px;font-size:18px;font-family:"LGSmHaTR";color:#fff}
  .section-content-introduction .introductory-area .right-cnt .txt{display:block;font-size:24px;font-family:"LGSmHaTSB";color:#fff;word-break:keep-all}
  .section-content-introduction .introductory-area .right-cnt .txt + .txt{margin-top:10px}
  .section-content-global{position:relative;width:100%;margin-top:270px;margin-bottom:-270px;height:816px;background-image:url("../../images/common/company/bg_global01.png");background-repeat:no-repeat;background-position:center top}
  .section-content-global .section-inner{position:relative;max-width:1200px;margin:0 auto}
  .section-content-global .tit-global{padding-top:20px;position:absolute;top:0;left:0;font-size:32px;font-family:"LGSmHaTSB";color:#333130}
  .section-content-global .tit-global .ico{position:absolute;top:0;left:0;width:24px;height:4px;background:#333130}
  .section-content-global .global-list{position:relative;width:1200px;margin:0 auto}
  .section-content-global .global-list li{position:absolute}
  .section-content-global .global-list .bg{position:absolute;top:0;left:0;opacity:0.6;width:100%;height:100%;border-radius:50%}
  .section-content-global .global-list .info-area{width:100%;height:100%;display:table;position:relative}
  .section-content-global .global-list .info{width:100%;text-align:center;-webkit-box-sizing:border-box;box-sizing:border-box;padding:0 10px;display:table-cell;vertical-align:middle;position:relative;z-index:2;-webkit-transition:all ease 0.3s;-o-transition:all ease 0.3s;transition:all ease 0.3s}
  .section-content-global .global-list .info::after{content:"";display:block;position:absolute;top:0;left:0;right:0;bottom:0;clear:both;width:100%;height:100%;border-radius:100%;background:rgba(51, 51, 51, 0.8) url("../../images/common/company/more_ico.png") no-repeat center center;z-index:10;opacity:0;-webkit-transition:all ease 0.3s;-o-transition:all ease 0.3s;transition:all ease 0.3s}
  .section-content-global .global-list .info:hover::after{opacity:1}
  .section-content-global .global-list .count{font-size:36px;font-family:"LGSmHaTB";word-break:break-word;word-wrap:break-word}
  html.lang-de .section-content-global .global-list .count,html.lang-en .section-content-global .global-list .count,html.lang-ja .section-content-global .global-list .count,html.lang-pl .section-content-global .global-list .count,html.lang-zh .section-content-global .global-list .count{word-break:break-word;word-wrap:break-word}
  .section-content-global .global-list .name{font-size:18px;font-family:"LGSmHaTB";word-break:break-word;word-wrap:break-word}
  html.lang-de .section-content-global .global-list .name,html.lang-en .section-content-global .global-list .name,html.lang-ja .section-content-global .global-list .name,html.lang-pl .section-content-global .global-list .name,html.lang-zh .section-content-global .global-list .name{word-break:break-word;word-wrap:break-word}
  .section-content-global .global-list .global-europe{width:140px;height:140px;top:176px;left:139px}
  .section-content-global .global-list .global-europe .bg{background-color:#ede1b2}
  .section-content-global .global-list .global-europe .count{display:block;color:#665852}
  .section-content-global .global-list .global-europe .name{color:#333130}
  .section-content-global .global-list .global-asia{z-index:2;width:192px;height:192px;top:274px;left:267px}
  .section-content-global .global-list .global-asia .bg{background-color:#291c13}
  .section-content-global .global-list .global-asia .count{display:block;color:#fff}
  .section-content-global .global-list .global-asia .name{color:#fff}
  .section-content-global .global-list .global-korea{width:176px;height:176px;top:205px;left:421px}
  .section-content-global .global-list .global-korea .bg{background-color:#d1d1d1}
  .section-content-global .global-list .global-korea .count{display:block;color:#665852}
  .section-content-global .global-list .global-korea .name{color:#333130}
  .section-content-global .global-list .global-oceania{width:140px;height:140px;top:518px;left:513px}
  .section-content-global .global-list .global-oceania .bg{background-color:#540902}
  .section-content-global .global-list .global-oceania .count{display:block;color:#fff}
  .section-content-global .global-list .global-oceania .name{color:#fff}
  .section-content-global .global-list .global-america{width:160px;height:160px;top:189px;left:869px}
  .section-content-global .global-list .global-america .bg{background-color:#e1e8e6}
  .section-content-global .global-list .global-america .count{display:block;color:#665852}
  .section-content-global .global-list .global-america .name{color:#333130}
  /*! 재무정보 - 재무하이라이트 */
  .table-financial01-01 .selectbox,.table-financial01-02 .selectbox,.table-financial01-03 .selectbox,.table-financial01-04 .selectbox,.table-financial01-05 .selectbox{display:none}
  .table-financial01-01 .select-design,.table-financial01-02 .select-design,.table-financial01-03 .select-design,.table-financial01-04 .select-design,.table-financial01-05 .select-design{display:none}
  /*! 재무정보 - 재무비율 */
  .table-financial02-01 .selectbox,.table-financial02-02 .selectbox,.table-financial02-03 .selectbox,.table-financial02-04 .selectbox,.table-financial02-05 .selectbox{display:none}
  .table-financial02-01 .select-design,.table-financial02-02 .select-design,.table-financial02-03 .select-design,.table-financial02-04 .select-design,.table-financial02-05 .select-design{display:none}
  .section-content.financial01,.section-content.financial02{margin-top:80px}
  .section-content.financial01 .table-wrap-type01,.section-content.financial02 .table-wrap-type01{margin-bottom:120px}
  .section-content.financial01 .table-col-type03 thead th,.section-content.financial02 .table-col-type03 thead th{border-left:1px solid #fff}
  .section-content.financial01 .table-col-type03 thead th:first-child,.section-content.financial02 .table-col-type03 thead th:first-child{border-left:0}
  .section-content.financial01 .table-col-type03 tbody th,.section-content.financial02 .table-col-type03 tbody th{font-family:"LGSmHaTR";color:#4d4948;background:transparent;border-bottom:1px solid #e0e0e0}
  .section-content.financial01 .table-col-type03 tbody td,.section-content.financial02 .table-col-type03 tbody td{color:#4d4948}
  .section-content.financial01 .table-col-type03 .point,.section-content.financial02 .table-col-type03 .point{background-color:#fafafa}
  .section-content.financial01 .table-col-type03 .point td,.section-content.financial01 .table-col-type03 .point th,.section-content.financial02 .table-col-type03 .point td,.section-content.financial02 .table-col-type03 .point th{font-family:"LGSmHaTSB";color:#333130}
  .section-content.financial01 .table-col-type03 .left,.section-content.financial02 .table-col-type03 .left{text-align:left;padding-left:40px}
  .section-content.financial01 .table-col-type03 .right,.section-content.financial02 .table-col-type03 .right{text-align:right;padding-right:40px}
  .section-content.financial01 .table-col-type03 .bold,.section-content.financial02 .table-col-type03 .bold{font-family:"LGSmHaTSB"}
  .table-financial01-05 .table-txt{margin-top:18px;font-size:18px;font-family:"LGSmHaTR";color:#333130}
  /*! 기업정보 - CEO */
  .section-content-intro-type02{padding-bottom:120px;margin-top:-1.61458vw}
  .section-content-intro-type02 .section-inner{position:relative;width:87.5vw;margin:0 auto}
  .section-content-intro-type02 .img-area-mo{display:none}
  .section-content-intro-type02 .txt-area{letter-spacing:-1px;float:left;width:28.125vw;padding-left:12.5vw;vertical-align:top}
  .section-content-intro-type02 .txt-area .title{margin:4.79167vw 0 5.41667vw -15.625vw;font-size:2.5vw;font-family:"LGSmHaTB";color:#333130}
  .section-content-intro-type02 .txt-area .title::before{content:'';display:inline-block;width:7.29167vw;height:1px;margin-right:2.08333vw;background:#333130;vertical-align:super;-webkit-transition:.3s all;-o-transition:.3s all;transition:.3s all}
  .section-content-intro-type02 .txt-area .sub-tit{font-size:1.875vw;font-family:"LGSmHaTSB";color:#333130;word-break:keep-all;line-height:2.60417vw}
  html.lang-ja .section-content-intro-type02 .txt-area .sub-tit,html.lang-zh .section-content-intro-type02 .txt-area .sub-tit{word-break:break-all}
  .section-content-intro-type02 .txt-area .sub-tit .point{color:#c00032}
  .section-content-intro-type02 .txt-area .txt{font-size:0.9375vw;font-family:"LGSmHaTR";color:#222121;line-height:1.5625vw;word-break:keep-all;margin-bottom:1.51042vw}
  .section-content-intro-type02 .txt-area .txt:nth-of-type(1){margin-top:2.44792vw}
  .section-content-intro-type02 .txt-area .txt:last-of-type{margin-bottom:0}
  html.lang-ja .section-content-intro-type02 .txt-area .txt,html.lang-zh .section-content-intro-type02 .txt-area .txt{word-break:break-all}
  .section-content-intro-type02 .img-area{float:right;position:relative;width:calc(840/1680*100%);height:0;padding-top:calc(957/1680*100%);background:url("../../images/common/company/top_visual_ceo.jpg") no-repeat 0 0;background-size:contain}
  .section-content-intro-type02 .img-area .txt{position:absolute;left:-2.08333vw;bottom:3.07292vw;font-size:0.83333vw;font-family:"LGSmHaTR";color:#333130}
  .section-content-intro-type02 .img-area .txt::before{content:'';display:inline-block;width:7.39583vw;height:1px;margin-right:2.08333vw;background:#333130;vertical-align:super}
  html.lang-en .section-content-intro-type02 .img-area .txt::before,html.lang-ja .section-content-intro-type02 .img-area .txt::before{width:4.16667vw}
  /*! 주식정보 - 주식현황 */
  .section-content.stock01 .table-wrap-type01 th.bdb{border-bottom:1px solid #fff}
  .section-content.stock01 .table-wrap-type01{margin-bottom:120px}
  .section-content.stock01 .table-wrap-type01 tr.point{background-color:#fafafa}
  .section-content.stock01 .table-wrap-type01 tr.point th{background-color:#fafafa;font-family:"LGSmHaTSB";color:#333130;border-bottom:1px solid #e0e0e0}
  .section-content.stock01 .table-wrap-type01 tr.point td{font-family:"LGSmHaTSB";color:#333130}
  .section-content.stock01 .table-wrap-type01 tbody th{font-family:"LGSmHaTR";color:#4d4948;background:transparent;border-bottom:1px solid #e0e0e0}
  html.lang-en .table-stock01-03 thead th{padding:0 10px}
  /*! 주식정보 - 주가정보 */
  .section-content.stock02-01 .tab-menu-type01,.section-content.stock02-02 .tab-menu-type01{margin-bottom:80px}
  .section-content.stock02-01 .stock-info iframe,.section-content.stock02-02 .stock-info iframe{width:100%;height:1270px}
  /*! 주식정보 - 배당정책 */
  .table-stock03-01 .selectbox{display:none}
  .table-stock03-01 .select-design{display:none}
  .table-stock03-01 .m-directors-attendance{display:none}
  .section-content.stock03{margin-top:80px}
  /* s: 20231215 내용과 이미지 추가 수정 - pc */
  .section-content.stock03 .sub-title {display: flex; justify-content: space-between; align-items: center; font-weight: 900;}
  .section-content.stock03 .sub-title span {font-size: 18px;}
  .section-content.stock03 .txt-area{margin-top:27px; margin-bottom: 60px;}
  .section-content.stock03 .txt-area .txt{font-size:18px;font-family:"LGSmHaTR";color:#4c4948;line-height:1.7;word-break:keep-all; margin-bottom: 60px;}
  .section-content.stock03 .txt-area .txt .liststyle{margin-bottom: 30px;}
  .section-content.stock03 .txt-area .txt .liststyle li::before{content:'-'; margin-right: 10px;}
  .section-content.stock03 .img-area {width: 56%; margin: 0 auto 60px auto; text-align: right;}
  .section-content.stock03 .img-area img {width: 100%;}
  .section-content.stock03 .img-area span {font-size:14px;font-family:"LGSmHaTR";color:#4c4948;line-height:1.7; margin-top: 10px;}
  /* e: 20231215 내용과 이미지 추가 수정 - pc */
  .table-wrap-type01.table-stock03-01{margin-bottom:120px}
  .table-wrap-type01.table-stock03-01 .table-col-type01 colgroup .col01{width:172px}
  .table-wrap-type01.table-stock03-01 .table-col-type01 colgroup .col02{width:108px}
  .table-wrap-type01.table-stock03-01 .table-col-type01 thead th{font-family:"LGSmHaTSB";background:#e0e0e0;border-left:1px solid #fff;border-bottom:0}
  .table-wrap-type01.table-stock03-01 .table-col-type01 thead th:first-child{border-left:0}
  .table-wrap-type01.table-stock03-01 .table-col-type01 th{font-family:"LGSmHaTR";color:#4d4948;background:#f5f5f5;border-left:1px solid #e0e0e0;border-bottom:1px solid #e0e0e0}
  .table-wrap-type01.table-stock03-01 .table-col-type01 th:first-child{border-left:0}
  .table-wrap-type01.table-stock03-01 .table-col-type01 th.bod-line{border-left:1px solid #e0e0e0}
  .table-wrap-type01.table-stock03-01 .table-col-type01 td{color:#4d4948}
  /*! 공시정보 - 공시자료 */
  .section-content.disclosure-info02{margin-top:80px;margin-bottom:110px}
  .section-content.disclosure-info02 .sub-title .txt{padding-left:14px;font-size:24px;font-family:"LGSmHaTSB";color:#a50034}
  .section-content.disclosure-info02 .table-wrap-type01.table-disclosure01-01 colgroup .col02{width:801px}
  .section-content.disclosure-info02 .table-wrap-type01.table-disclosure01-01 a{display:block;padding:15px 0}
  .section-content.disclosure-info02 .paginav{margin-top:47px}
  /*! IR자료실 - 감사보고서 - 영업보고서 */
  .ir-report02{margin-top:80px}
  .ir-report02 .recent-data-list{width:100%;border:1px solid #e0e0e0}
  .ir-report02 .recent-data-list li{background-color:#fff;border-bottom:1px solid #e0e0e0;height:129px;position:relative}
  .ir-report02 .recent-data-list li:last-child{border-bottom:0}
  .ir-report02 .recent-data-list li .info01{position:absolute;top:53px;left:57px;font-size:20px;font-family:"LGSmHaTSB";color:#333130}
  .ir-report02 .recent-data-list .radio-area{position:absolute;top:57px;left:252px;font-size:0}
  .ir-report02 .recent-data-list .radio-area label{padding-left:20px}
  .ir-report02 .recent-data-list .radio-area .txt{margin-left:10px}
  .ir-report02 .recent-data-list .radio-area .input-radio + .input-radio{margin-left:20px}
  .ir-report02 .recent-data-list .download-area{text-align:right;padding:40px 60px 0 0}
  .ir-report02 .recent-data-list .download-area .bttn{vertical-align:top;-webkit-transition:.2s all;-o-transition:.2s all;transition:.2s all}
  .ir-report02 .recent-data-list .download-area .bttn.type03{min-width:170px}
  .ir-report02 .recent-data-list .download-area .bttn .txt01{left:0;font-family:"LGSmHaTB"}
  .ir-report02 .recent-data-list .download-area .bttn .ico-download-white01{display:inline-block;background-image:url(../../images/common/default/sprite_pc.png);background-position:-277px -325px;width:18px;height:17px;background-size:431px 383px}
  .ir-report02 .recent-data-list .download-area .bttn:active,.ir-report02 .recent-data-list .download-area .bttn:focus,.ir-report02 .recent-data-list .download-area .bttn:hover{background:#a50034}
  .ir-report02 .btn-more-area{margin:40px 0 100px;text-align:center}
  /*! IR자료실 - 감사보고서 - 사업보고서 */
  .ir-report03{margin-top:80px}
  .ir-report03 .recent-data-list li{position:relative;float:left;width:50%;height:129px;background-color:#fff;border:1px solid #e0e0e0;-webkit-box-sizing:border-box;box-sizing:border-box;margin-top:-1px;margin-left:-1px}
  .ir-report03 .recent-data-list li .info01{position:absolute;top:53px;left:57px;font-size:20px;font-family:"LGSmHaTSB";color:#333130}
  .ir-report03 .recent-data-list .download-area{text-align:right;padding:40px 60px 0 0}
  .ir-report03 .recent-data-list .download-area .bttn{vertical-align:top;-webkit-transition:.2s all;-o-transition:.2s all;transition:.2s all}
  .ir-report03 .recent-data-list .download-area .bttn.type03{min-width:170px}
  .ir-report03 .recent-data-list .download-area .bttn .txt01{left:0;font-family:"LGSmHaTB"}
  .ir-report03 .recent-data-list .download-area .bttn .ico-download-white01{display:inline-block;background-image:url(../../images/common/default/sprite_pc.png);background-position:-277px -325px;width:18px;height:17px;background-size:431px 383px}
  .ir-report03 .recent-data-list .download-area .bttn:active,.ir-report03 .recent-data-list .download-area .bttn:focus,.ir-report03 .recent-data-list .download-area .bttn:hover{background:#a50034}
  .ir-report03 .btn-more-area{margin:40px 0 100px;text-align:center}
  /*! R&D - R&D 현황 */
  .section-content.research01-ty02{width:1200px;margin:80px auto 120px}
  .section-content.research01-ty02 .sub-title{margin-top:120px}
  .section-content.research01-ty02 .sub-title:first-child{margin-top:0}
  .section-content.research01-ty02 .sub-title.ty02{margin-top:120px}
  .section-content.research01-ty02 .research-area01{position:relative;padding-top:13px;width:1224px;margin-left:-24px}
  /* s:20220425 상자 늘리기-pc */
  .section-content.research01-ty02 .research-area01 .cont-box{float:left;width:282px;height:450px;margin:24px 0 0 24px;-webkit-box-sizing:border-box;box-sizing:border-box;padding:52px 40px 0 40px;border:1px solid #999290; border-radius: 20px;}
  /* e:20220425 상자 늘리기-pc */
  html.lang-de .section-content.research01-ty02 .research-area01 .cont-box,html.lang-en .section-content.research01-ty02 .research-area01 .cont-box,html.lang-pl .section-content.research01-ty02 .research-area01 .cont-box{height:470px}
  .section-content.research01-ty02 .research-area01 .cont-box .tit{color:#333130;font-size:24px;font-family:"LGSmHaTSB"}
  html.lang-de .section-content.research01-ty02 .research-area01 .cont-box .tit,html.lang-en .section-content.research01-ty02 .research-area01 .cont-box .tit,html.lang-pl .section-content.research01-ty02 .research-area01 .cont-box .tit{font-size:22px;font-family:"LGSmHaTSB"}
  .section-content.research01-ty02 .research-area01 .cont-box .txt-area{margin-top:33px}
  .section-content.research01-ty02 .research-area01 .cont-box .txt-area li{color:#4c4948;font-size:18px;font-family:"LGSmHaTR";line-height:1.6;padding-left:15px;background:url("../../images/common/default/bu_circle.png") no-repeat 0 11px}
  /* s:20220425 연구조직 리스트-pc */
  .section-content.research01-ty02 .research-area01 .cont-box .txt-area .detail-list li{background: none; padding-left: 0px; font-size: 16px;}
  .section-content.research01-ty02 .research-area01 .cont-box .txt-area .detail-list li::before{content: "-";}
  /* e:20220425 연구조직 리스트-pc */
  .section-content.research01-ty02 .research-area01 .cont-box .txt-area .sm-area{display:inline-block;width:470px}
  .section-content.research01-ty02 .research-area01 .cont-box .txt-area .sm-tit{display:inline-block;width:130px;padding-left:97px}
  .section-content.research01-ty02 .research-area01 .cont-box .txt-area .sm-tit .dash{display:inline-block;padding-right:5px;color:#333130}
  .section-content.research01-ty02 .tit-detail{padding-top:36px;color:#333130;font-size:18px;font-family:"LGSmHaTR"}
  .section-content.research01-ty02 img.pc{display:block}
  .section-content.research01-ty02 img.mob{display:none}
  .section-content.research01-ty02 .research-area02{position:relative;padding-top:74px}
  .section-content.research01-ty02 .research-area02 .cont-box{float:left;margin-left:100px}
  .section-content.research01-ty02 .research-area02 .cont-box:first-child{margin-left:0}
  .section-content.research01-ty02 .research-area02 .tit{color:#333130;font-size:24px;font-family:"LGSmHaTSB"}
  .section-content.research01-ty02 .research-area02 .unit{margin-top:58px;text-align:right;color:#333130;font-size:16px;font-family:"LGSmHaTR"}
  .section-content.research01-ty02 .research-area02 .graph{margin-top:32px;width:550px;height:336px}
  .section-content.research01-ty02 .research-area03{position:relative;padding-top:37px}
  .section-content.research01-ty02 .research-area03 .cont-box{float:left;width:380px;height:256px;margin-right:24px;-webkit-box-sizing:border-box;box-sizing:border-box;padding:32px 40px 0;background: fff;border-radius: 16px;border:1px solid #ddd;}
  /* html.lang-en .section-content.research01-ty02 .research-area03 .cont-box{height:330px} */
  /* html.lang-pl .section-content.research01-ty02 .research-area03 .cont-box{height:380px} */
  /* html.lang-de .section-content.research01-ty02 .research-area03 .cont-box{height:350px} */
  .section-content.research01-ty02 .research-area03 .cont-box .tit{width:100%;padding-bottom:26px;text-align:center;border-bottom:1px solid #d0c9c2;color:#333130;font-size:20px;font-family:"LGSmHaTSB"}
  .section-content.research01-ty02 .research-area03 .cont-box .txt-area{padding-top:25px;line-height:1.6;color:#333130;font-size:18px;font-family:"LGSmHaTR";word-break:keep-all}
  html.lang-de .section-content.research01-ty02 .research-area03 .cont-box .txt-area,html.lang-ja .section-content.research01-ty02 .research-area03 .cont-box .txt-area,html.lang-pl .section-content.research01-ty02 .research-area03 .cont-box .txt-area,html.lang-zh .section-content.research01-ty02 .research-area03 .cont-box .txt-area{word-break:break-all}
  .section-content.research01-ty02 .research-area03 .cont-box:last-child{margin:0;background:#e8e1d7}
  .section-content.research01-ty02 .research-area04{padding-top:77px;margin-bottom:-6px}
  .section-content.research01-ty02 .research-area04 .tit{padding-bottom:26px;border-bottom:1px solid #333;color:#333130;font-size:24px;font-family:"LGSmHaTSB"}
  .section-content.research01-ty02 .research-area04 .program-list{position:relative;padding-top:58px}
  .section-content.research01-ty02 .research-area04 .program-list .section-aside-btn{position:absolute;top:59px;right:0;text-align:center;background:#333130;z-index:5}
  .section-content.research01-ty02 .research-area04 .program-list .section-aside-btn a{color:#fff;display:block;font-family:"LGSmHaTSB";font-size:16px;line-height:1.6;width:140px;height:83px;padding-top:57px;-webkit-transition:.3s all;-o-transition:.3s all;transition:.3s all}
  .section-content.research01-ty02 .research-area04 .program-list .section-aside-btn a .txt{display:block}
  .section-content.research01-ty02 .research-area04 .program-list .section-aside-btn a:focus,.section-content.research01-ty02 .research-area04 .program-list .section-aside-btn a:hover{background:#a40034}
  .section-content.research01-ty02 .research-area04 .tit + .program-list{padding-bottom:64px;border-bottom:1px dashed #e0e0e0}
  .section-content.research01-ty02 .research-area04 .la-tit{color:#333130;font-size:20px;font-family:"LGSmHaTSB"}
  .section-content.research01-ty02 .research-area04 .txt-area{width:1000px;padding-top:33px;color:#333130;font-size:18px;font-family:"LGSmHaTR";line-height:1.6;word-break:keep-all}
  html.lang-de .section-content.research01-ty02 .research-area04 .txt-area,html.lang-en .section-content.research01-ty02 .research-area04 .txt-area,html.lang-ja .section-content.research01-ty02 .research-area04 .txt-area,html.lang-pl .section-content.research01-ty02 .research-area04 .txt-area,html.lang-zh .section-content.research01-ty02 .research-area04 .txt-area{word-break:break-word;word-wrap:break-word}

  .section-content.research01-ty02 .research-area03 .cont-box:nth-of-type(1){width:588px;}
  .section-content.research01-ty02 .research-area03 .cont-box:nth-of-type(2){margin-right: 0; width:588px;}
  .section-content.research01-ty02 .research-area03 .cont-box:nth-of-type(3){margin-right: 0; margin-top: 20px; padding: 40px; width:100%; border: 0; text-align: center; background: url(../../images/common/company/bg_inno_pc.png) no-repeat 50% 50%;background-size: cover;}
  .section-content.research01-ty02 .research-area03 .cont-box:nth-of-type(3) .tit{padding-bottom: 20px; border: 0;}
  .section-content.research01-ty02 .research-area03 .cont-box:nth-of-type(3) .txt-area{padding-top: 0; margin: 0 auto; width:500px; text-align: center;}
  .section-content.research01-ty02 .research-area03 .cont-box:nth-of-type(3) .btn-detail{display: block; margin: 20px auto 0; padding: 0 30px; width: 207px; height:46px; line-height: 44px; border-radius: 23px;border: 1px solid #444; color: #222; text-align: left;font-family: "LGSmHaTR";font-size: 16px; letter-spacing: -0.5px; box-sizing: border-box; background: transparent url(../../images/common/company/ico-arrow-detail.svg) no-repeat 100% 50% / 30px 7px; background-position-x: calc(100% - 30px);}

  .research01-ty03{/*width:calc(100% - 120px)*/width:100%;;height:650px;margin-top:152px;padding-top:4px;background:#fff}
  .research01-ty03 .section-inner{position:relative;width:1200px;margin:0 auto}
  /* s:20220412 지적재산권 글씨보이게하기 - pc*/
  /*.research01-ty03 .sub-title{margin-top:-35px}*/
  /* e:20220412 지적재산권 글씨보이게하기 - pc*/
  .research01-ty03 .symbol{position:relative;display:inline-block;margin:77px 37px 0 0}
  .research01-ty03 .symbol .ico{position:absolute;left:0;top:-1px;display:block;width:20px;height:20px;vertical-align:middle;background-repeat:no-repeat;background-size:cover}
  .research01-ty03 .symbol .ico.t01{background-image:url(../../images/common/company/img_rnd_graph03_t01.png)}
  .research01-ty03 .symbol .ico.t02{background-image:url(../../images/common/company/img_rnd_graph03_t02.png)}
  .research01-ty03 .symbol .txt{display:inline-block;margin-left:28px;color:#333130;font-size:16px;font-family:"LGSmHaTR"}
  .research01-ty03 .unit{position:absolute;top:187px;right:0;color:#333130;font-size:16px;font-family:"LGSmHaTR"}
  .research01-ty03 .tit-detail{padding-top:36px;color:#333130;font-size:18px;font-family:"LGSmHaTR"}
  .research01-ty03 img.pc{display:block}
  .research01-ty03 img.mob{display:none}
  .research01-ty03 .graph{margin-top:69px;width:100%}
  /*! R&D - R&D 분야 */
  .section-content.research02-ty02{width:1200px;margin:80px auto 120px}
  .section-content.research02-ty02 .sub-title{margin-top:120px}
  .section-content.research02-ty02 .sub-title:first-child{margin-top:0}
  .section-content.research02-ty02 .photo-img.pc-img{display:block}
  .section-content.research02-ty02 .photo-img.mo-img{display:none}
  .section-content.research02-ty02 .change-area{position:relative;margin-top:57px}
  .section-content.research02-ty02 .change-area .photo-img{width:420px;height:280px;z-index:1}
  .section-content.research02-ty02 .change-area .pho-left{position:absolute;padding-right:60px}
  .section-content.research02-ty02 .change-area .pho-right{float:right}
  .section-content.research02-ty02 .change-area .ch-ty01{margin-left:220px;padding-left:260px;padding-bottom:60px;background:#edeef3}
  .section-content.research02-ty02 .change-area .ch-ty02 .change-box,.section-content.research02-ty02 .change-area .ch-ty02 p{padding-left:60px}
  .section-content.research02-ty02 .change-area p{margin-top:44px;color:#333130;font-family:"LGSmHaTSB";font-size:28px;z-index:2}
  .section-content.research02-ty02 .change-area .change-box{padding-right:60px;margin-top:60px}
  .section-content.research02-ty02 .change-area .detail{color:#4d4948;font-size:18px;font-family:"LGSmHaTR";padding-top:57px;line-height:1.6}
  html.lang-en .section-content.research02-ty02 .change-area .detail{word-break:break-word;word-wrap:break-word}
  html.lang-de .section-content.research02-ty02 .change-area .detail,html.lang-ja .section-content.research02-ty02 .change-area .detail,html.lang-pl .section-content.research02-ty02 .change-area .detail,html.lang-zh .section-content.research02-ty02 .change-area .detail{word-break:break-all}
  .section-content.research02-ty02 .change-area .ttl{color:#333130;font-size:24px;font-family:"LGSmHaTSB";padding-top:42px}
  .section-content.research02-ty02 .change-area .txt01{width:660px;padding-top:23px}
  .section-content.research02-ty02 .change-area li{color:#4d4948;font-size:18px;font-family:"LGSmHaTR";line-height:1.6;padding-left:15px;letter-spacing:-1px;background:url("../../images/common/default/bu_circle.png") no-repeat 0 11px}
  .section-content.research02-ty02 .change-area li .title{display:inline-block;width:135px;vertical-align:top;font-family:"LGSmHaTSB";color:#333130}
  html.lang-en .section-content.research02-ty02 .change-area li .title{word-break:break-word;word-wrap:break-word}
  html.lang-de .section-content.research02-ty02 .change-area li .title,html.lang-ja .section-content.research02-ty02 .change-area li .title,html.lang-pl .section-content.research02-ty02 .change-area li .title,html.lang-zh .section-content.research02-ty02 .change-area li .title{word-break:break-all}
  /*s: 2021-11-25 R&D > 첨단소재분야 > 주요 연구분야 내 텍스트 너비 조정 */
  .section-content.research02-ty02 .change-area li .explan{display:inline-block;width:470px}
  /*e: 2021-11-25 R&D > 첨단소재분야 > 주요 연구분야 내 텍스트 너비 조정 */
  html.lang-en .section-content.research02-ty02 .change-area li .explan{word-break:break-word;word-wrap:break-word}
  html.lang-de .section-content.research02-ty02 .change-area li .explan,html.lang-ja .section-content.research02-ty02 .change-area li .explan,html.lang-pl .section-content.research02-ty02 .change-area li .explan,html.lang-zh .section-content.research02-ty02 .change-area li .explan{word-break:break-all}
  .section-content.research02-ty02 .change-area li .explan-last{padding-left:138px;font-size:16px}
  .section-content.research02-ty02 .change-area.list02 .photo-img,.section-content.research02-ty02 .change-area.list03 .photo-img,.section-content.research02-ty02 .change-area.list04 .photo-img{margin-top:60px}
  .section-content.research02-ty02 .change-area.list02 .change-box,.section-content.research02-ty02 .change-area.list03 .change-box,.section-content.research02-ty02 .change-area.list04 .change-box{margin-top:0}
  .section-content.research02-ty02 .change-area.list02 .ch-ty01{background:#fafafa}
  .section-content.research02-ty02 .change-area.list03 .ch-ty01{background:#e8e1d7}
  .section-content.research02-ty02 .change-area.list04 .ch-ty01{padding-bottom:120px}
  .section-content.research02-ty02 .change-area.list04 .section-aside-btn{position:absolute;top:240px;left:280px;text-align:center;background:#333130;z-index:5}
  .section-content.research02-ty02 .change-area.list04 .section-aside-btn a{color:#fff;display:block;font-family:"LGSmHaTSB";font-size:16px;line-height:1.6;width:140px;height:88px;padding-top:57px;-webkit-transition:.3s all;-o-transition:.3s all;transition:.3s all}
  .section-content.research02-ty02 .change-area.list04 .section-aside-btn a .txt{display:block}
  .section-content.research02-ty02 .change-area.list04 .section-aside-btn a:focus,.section-content.research02-ty02 .change-area.list04 .section-aside-btn a:hover{background:#a50034}
  .section-content.research02-ty02 .sub-title + .oil-area{margin-top:57px;padding:0;border:none}
  .section-content.research02-ty02 .sub-title + .oil-area .img-area{top:40px}
  .section-content.research02-ty02 .oil-area{position:relative;width:1200px;margin-top:80px;padding-top:80px;border-top:1px dashed #e0e0e0}
  .section-content.research02-ty02 .oil-area .img-area{position:absolute;top:120px;left:40px;width:420px;height:280px}
  .section-content.research02-ty02 .oil-area .img-area.bg01{background:#edeef3}
  .section-content.research02-ty02 .oil-area .img-area.bg02{background:#fafafa}
  .section-content.research02-ty02 .oil-area .img-area .photo-img{position:absolute;top:-40px;left:-40px}
  .section-content.research02-ty02 .oil-area .img-area-right{position:absolute;top:120px;right:40px;width:420px;height:280px}
  .section-content.research02-ty02 .oil-area .img-area-right.bg03{background:#e8e1d7}
  .section-content.research02-ty02 .oil-area .img-area-right .photo-img{position:absolute;top:-40px;right:-40px}
  .section-content.research02-ty02 .oil-area .ch-ty01{width:640px;margin:39px 0 0 560px}
  .section-content.research02-ty02 .oil-area .ch-ty02{width:640px;margin:39px 560px 0 0}
  .section-content.research02-ty02 .oil-area .detail{color:#4d4948;font-size:18px;font-family:"LGSmHaTR";line-height:1.6}
  html.lang-en .section-content.research02-ty02 .oil-area .detail{word-break:break-word;word-wrap:break-word}
  html.lang-de .section-content.research02-ty02 .oil-area .detail,html.lang-ja .section-content.research02-ty02 .oil-area .detail,html.lang-pl .section-content.research02-ty02 .oil-area .detail,html.lang-zh .section-content.research02-ty02 .oil-area .detail{word-break:break-all}
  .section-content.research02-ty02 .oil-area .ttl{color:#333130;font-size:24px;font-family:"LGSmHaTSB";padding-top:42px}
  .section-content.research02-ty02 .oil-area .txt01{float:left;width:660px;min-height:77px;padding-top:23px}
  .section-content.research02-ty02 .oil-area li{color:#4d4948;font-size:18px;font-family:"LGSmHaTR";line-height:1.6;padding-left:15px;letter-spacing:-1px;background:url("../../images/common/default/bu_circle.png") no-repeat 0 11px}
  .section-content.research02-ty02 .oil-area li .title{display:inline-block;vertical-align:top;width:180px;font-family:"LGSmHaTSB";color:#333130}
  html.lang-en .section-content.research02-ty02 .oil-area li .title{word-break:break-word;word-wrap:break-word}
  html.lang-de .section-content.research02-ty02 .oil-area li .title,html.lang-ja .section-content.research02-ty02 .oil-area li .title,html.lang-pl .section-content.research02-ty02 .oil-area li .title,html.lang-zh .section-content.research02-ty02 .oil-area li .title{word-break:break-all}
  .section-content.research02-ty02 .oil-area li .explan{display:inline-block;width:435px}
  html.lang-en .section-content.research02-ty02 .oil-area li .explan{word-break:break-word;word-wrap:break-word}
  html.lang-de .section-content.research02-ty02 .oil-area li .explan,html.lang-ja .section-content.research02-ty02 .oil-area li .explan,html.lang-pl .section-content.research02-ty02 .oil-area li .explan,html.lang-zh .section-content.research02-ty02 .oil-area li .explan{word-break:break-all}
  /*! R&D - R&D 실적 */
  .section-content.research03{margin-top:0;width:100%;background:#f2ebe4;padding-bottom:71px; padding-top:71px;}
  .section-content.research03 .tit{color:#333130;font-size:0.98958vw;font-family:"LGSmHaTSB";line-height:1.6;word-break:keep-all}
  .section-content.research03 .tit-txt{margin-top:18px;color:#4c4948;font-size:18px;font-family:"LGSmHaTR";line-height:1.6;word-break:keep-all}
  .section-content.research03-ty02{width:1200px;margin:80px auto 120px}
  .section-content.research03-ty02 .change-area{overflow:hidden;margin-top:80px}
  .section-content.research03-ty02 .change-area .photo-img{width:420px;height:280px;z-index:1}
  .section-content.research03-ty02 .change-area .photo-img.pc-img{display:block}
  .section-content.research03-ty02 .change-area .photo-img.mo-img{display:none}
  .section-content.research03-ty02 .change-area .pho-left{position:absolute;padding-right:60px}
  .section-content.research03-ty02 .change-area .pho-right{float:right}
  .section-content.research03-ty02 .change-area .ch-ty01{min-height:240px;margin-top:59px;margin-left:220px;padding-left:260px;padding-bottom:40px;background:#edeef3}
  .section-content.research03-ty02 .change-area .ch-ty02{min-height:240px;margin-top:59px;margin-right:220px;padding-right:260px;padding-bottom:40px;background:#fafafa}
  .section-content.research03-ty02 .change-area .ch-ty02 .change-box,.section-content.research03-ty02 .change-area .ch-ty02 p{padding-left:60px}
  .section-content.research03-ty02 .change-area p{color:#333130;font-family:"LGSmHaTSB";font-size:28px;z-index:2;position:relative;top:-14px}
  .section-content.research03-ty02 .change-area .change-box{width:980px;margin-top:-27px}
  .section-content.research03-ty02 .change-area .change-box .ttl{color:#4d4948;font-size:18px;font-family:"LGSmHaTSB";padding-top:45px}
  html.lang-en .section-content.research03-ty02 .change-area .change-box .ttl{word-break:break-word;word-wrap:break-word}
  html.lang-de .section-content.research03-ty02 .change-area .change-box .ttl,html.lang-ja .section-content.research03-ty02 .change-area .change-box .ttl,html.lang-pl .section-content.research03-ty02 .change-area .change-box .ttl,html.lang-zh .section-content.research03-ty02 .change-area .change-box .ttl{word-break:break-all}
  .section-content.research03-ty02 .change-area .change-box .txt01{width:660px;padding-top:13px}
  .section-content.research03-ty02 .change-area .change-box li{color:#4d4948;font-size:18px;font-family:"LGSmHaTR";line-height:1.6;padding-left:15px;letter-spacing:-1px;background:url("../../images/common/default/bu_circle.png") no-repeat 0 11px}
  html.lang-en .section-content.research03-ty02 .change-area .change-box li{word-break:break-word;word-wrap:break-word}
  html.lang-de .section-content.research03-ty02 .change-area .change-box li,html.lang-ja .section-content.research03-ty02 .change-area .change-box li,html.lang-pl .section-content.research03-ty02 .change-area .change-box li,html.lang-zh .section-content.research03-ty02 .change-area .change-box li{word-break:break-all}
  .section-content.research03-ty02 .change-area .change-box li span{display:block}
  .section-content.research03-ty02 .change-area.list03 .ch-ty01{background:#e8e1d7}
  .section-content.research03-ty02 .change-area.list06 .ch-ty02{background:#e8e1d7}
  .section-content.research03-ty02 .change-area.list09 .ch-ty01{background:#e8e1d7}
  /*! 홍보센터 - 뉴스룸 - 상세 */
  .section-content.release-detail{margin-top:-481px}
  .section-content.release-detail .aside-list-info{float:left;width:220px;padding:120px 59px 0 0}
  .section-content.release-detail .aside-list-info .tit{margin:18px 0 7px;font-size:16px;font-family:"LGSmHaTR";color:#665852}
  .section-content.release-detail .aside-list-info .txt{font-size:16px;font-family:"LGSmHaTSB";color:#333130;line-height:1.75}
  .section-content.release-detail .aside-list-info a{display:inline-block;width:220px}
  .section-content.release-detail .next-area .tit,.section-content.release-detail .prev-area .tit{display:block;max-width:200px}
  .section-content.release-detail .next-area .txt,.section-content.release-detail .prev-area .txt{display:inline-block;max-width:190px;word-break:break-all}
  .section-content.release-detail .next-area,.section-content.release-detail .prev-area{margin-bottom:47px}
  .section-content.release-detail .next-area .aside-img,.section-content.release-detail .prev-area .aside-img{position:relative;display:inline-block;width:100%;height:140px}
  .section-content.release-detail .next-area .aside-img img,.section-content.release-detail .prev-area .aside-img img{width:220px;height:140px}
  .section-content.release-detail .next-area .aside-img .txt-area,.section-content.release-detail .prev-area .aside-img .txt-area{position:absolute;left:0;bottom:0;width:100%;height:40px}
  .section-content.release-detail .next-area .aside-img .dimmed,.section-content.release-detail .prev-area .aside-img .dimmed{display:inline-block;position:absolute;z-index:0;left:0;bottom:0;width:100%;height:100%;background:#000;opacity:.5}
  .section-content.release-detail .next-area .aside-img .ico,.section-content.release-detail .prev-area .aside-img .ico{position:absolute;display:inline-block;width:28px;height:10px;top:15px;left:20px;background:url("../../images/common/company/ico_release_thumb_prev.png") no-repeat 0 0}
  .section-content.release-detail .next-area .aside-img .txt,.section-content.release-detail .prev-area .aside-img .txt{position:relative;right:19px;display:block;max-width:none;margin-top:12px;text-align:right;font-family:"LGSmHaTR";color:#fff;z-index:1;line-height:1}
  .section-content.release-detail .next-area .aside-img .ico{left:auto;right:20px;background-image:url("../../images/common/company/ico_release_thumb_next.png")}
  .section-content.release-detail .next-area .aside-img .txt{text-align:left;right:auto;left:19px}
  .section-content.release-detail .aside-content{position:relative;z-index:1;float:right;width:860px;padding-left:60px;margin-bottom:60px;border-left:1px solid #e0e0e0}
  .section-content.release-detail .aside-content .breadcrumb{font-size:0}
  .section-content.release-detail .aside-content .breadcrumb .date,.section-content.release-detail .aside-content .breadcrumb .txt{font-size:18px;font-family:"LGSmHaTR";color:#665852}
  .section-content.release-detail .aside-content .breadcrumb .ico{display:inline-block;content:'';width:1px;height:11px;margin:0 20px;background:#a19896;vertical-align:super}
  .section-content.release-detail .aside-content .sub-tit .txt{display:block;font-size:40px;font-family:"LGSmHaTSB";color:#333130;line-height:1.37}
  .section-content.release-detail .aside-content .sub-tit .txt:first-child{margin-top:26px}
  .section-content.release-detail .aside-content .swiper-release-detail{margin-top:32px}
  .section-content.release-detail .aside-content .swiper-release-detail .swiper-slide img{width:100%}
  .section-content.release-detail .aside-content .swiper-release-detail .swiper-pagination-area{position:absolute;bottom:0;right:0;z-index:1;width:192px;height:64px;background:#fff}
  .section-content.release-detail .aside-content .swiper-release-detail .swiper-pagination-area .swiper-button-next,.section-content.release-detail .aside-content .swiper-release-detail .swiper-pagination-area .swiper-button-prev{width:13px;height:23px;top:auto;left:auto;margin-top:0;padding:21px 26px;background:url("../../images/common/company/ico_prev_13x23.png") no-repeat 26px 21px}
  .section-content.release-detail .aside-content .swiper-release-detail .swiper-pagination-area .swiper-button-next{right:0;background-image:url("../../images/common/company/ico_next_13x23.png")}
  .section-content.release-detail .aside-content .swiper-release-detail .swiper-pagination-area .swiper-pagination{width:100%;top:23px;left:0;text-align:center;font-size:16px;color:#7a716b}
  .section-content.release-detail .aside-content .swiper-release-detail .swiper-pagination-area .swiper-pagination .swiper-pagination-current,.section-content.release-detail .aside-content .swiper-release-detail .swiper-pagination-area .swiper-pagination .swiper-pagination-total{margin-right:4px;font-size:16px;font-family:"LGSmHaTSB";color:#393736}
  .section-content.release-detail .aside-content .swiper-release-detail .swiper-pagination-area .swiper-pagination .swiper-pagination-total{margin-left:4px;margin-right:0;color:#7a716b}
  .section-content.release-detail .aside-content .text-info{padding-top:60px;min-height:300px}
  .section-content.release-detail .aside-content .text-info img{width:100%}
  .section-content.release-detail .aside-content .text-info strong{font-weight:bold}
  .section-content.release-detail .aside-content .text-info em{font-style:italic}
  .section-content.release-detail .aside-content .text-info .txt{margin-bottom:34px;font-size:18px;font-family:"LGSmHaTR";color:#4d4948;line-height:1.6}
  .section-content.release-detail .aside-content .text-info .txt:first-child{margin-top:60px}
  .section-content.release-detail .aside-content .hashtag-info{margin-top:77px;padding:40px 0 60px;border-top:1px solid #e0e0e0}
  .section-content.release-detail .aside-content .hashtag-info .hashtag-list li{float:left;margin-right:10px}
  .section-content.release-detail .aside-content .hashtag-info .hashtag-list li:last-child{margin-right:0}
  .section-content.release-detail .aside-content .hashtag-info .hashtag-list li .item{display:inline-block;padding:10px 19px;border:1px solid #9d9391;border-radius:18px}
  .section-content.release-detail .aside-content .hashtag-info .hashtag-list li .item .txt{font-size:16px;font-family:"LGSmHaTR";color:#665852}
  .section-content.release-detail .aside-content .hashtag-info .hashtag-list li .item:focus,.section-content.release-detail .aside-content .hashtag-info .hashtag-list li .item:hover{border:1px solid #4d4948;background:#4d4948}
  .section-content.release-detail .aside-content .hashtag-info .hashtag-list li .item:focus .txt,.section-content.release-detail .aside-content .hashtag-info .hashtag-list li .item:hover .txt{color:#fff}
  /*! 뉴스룸 - 연구과제 공모 제안서 접수 팝업 */
  .press_release_pop{width:877px;left:50%;margin-left:-438px;max-height:650px;overflow:hidden;overflow-y:auto}
  .press_release_pop .popup-title02{position:relative;margin-top:-6px;padding:0 0 20px 40px;font-size:24px}
  .press_release_pop .popup-title02 .pop-info{position:absolute;right:40px;font-size:16px;font-family:"LGSmHaTR"}
  .press_release_pop .popup-title02 .pop-info .ico{display:inline-block;width:9px;height:9px;background:url("../../images/common/default/bu_star02.gif") no-repeat 0 0}
  .press_release_pop .essential{color:#a50034;padding-left:3px}
  .press_release_pop .recruit-area{padding:57px 60px 60px}
  .press_release_pop .recruit-form{margin-top:35px}
  .press_release_pop .recruit-form .tit01{display:block;color:#333130;font-size:18px;font-family:"LGSmHaTSB";line-height:1.6}
  .press_release_pop .recruit-form .email .at{color:#333130;font-size:18px;font-family:"LGSmHaTSB"}
  .press_release_pop .recruit-form .email input{display:inline-block;width:317px}
  .press_release_pop .recruit-form.mt0{margin-top:0}
  .press_release_pop .div01{float:left;width:calc(50% - 10px);margin-right:10px}
  .press_release_pop .div01 .support-form{margin-right:0}
  .press_release_pop .div02{float:left;width:calc(50% - 10px);margin-left:10px}
  .press_release_pop .div02 .support-form{margin-left:0}
  .press_release_pop .select-form{float:left;margin-top:18px;text-align:center;padding:20px 0}
  .press_release_pop .select-form .input-radio{margin-right:20px}
  .press_release_pop .select-form .input-radio:last-child{margin-right:0}
  .press_release_pop .select-form01.type01{float:left;width:100%;margin:10px 10px -3px 0}
  .press_release_pop .select-form01.type02{float:left;width:calc(50% - 10px);margin-right:10px;margin-bottom:-3px}
  .press_release_pop .select-form01.type03{width:calc(50% - 10px);margin-left:10px}
  .press_release_pop .sel{margin-bottom:7px}
  .press_release_pop .recruit-form .div02 .recruit-form{margin-top:-35px}
  .press_release_pop .recruit-agree{margin-top:35px}
  .press_release_pop .recruit-agree .tit01{display:block;color:#333130;font-size:18px;font-family:"LGSmHaTSB";line-height:1.6}
  .press_release_pop .recruit-agree:first-child{margin:0}
  .press_release_pop .swiper-container.swiper-scroll{width:100%;height:160px;margin-top:14px;background:#fff}
  .press_release_pop .swiper-container.swiper-scroll .swiper-scrollbar{right:0}
  .press_release_pop .support-agreement{margin:0;background:#fff;padding:40px 40px 0;-webkit-box-sizing:border-box;box-sizing:border-box}
  .press_release_pop .support-agreement .tit01{font-size:18px;font-family:"LGSmHaTSB";color:#333130;margin-bottom:20px}
  .press_release_pop .support-agreement .tit02{font-size:16px;font-family:"LGSmHaTR";color:#4d4948;margin-bottom:20px;word-break:keep-all;line-height:1.4}
  .press_release_pop .support-agreement .txt01{font-size:16px;font-family:"LGSmHaTR";color:#4d4948;margin-top:10px;margin-left:15px}
  .press_release_pop .agreement-check{margin-top:25px}
  .press_release_pop .btn-area{width:100%;margin-top:20px}
  .press_release_pop .btn-area a.bttn{display:inline-block;min-width:280px;margin-left:17px}
  .press_release_pop .btn-area .filebox{width:320px;display:inline-block}
  .press_release_pop .btn-area .filebox label{display:inline-block;width:320px;height:56px;line-height:56px;color:#fff;font-size:18px;font-family:"LGSmHaTSB";-webkit-box-sizing:border-box;box-sizing:border-box;text-align:center;background-color:#333130;cursor:pointer;vertical-align:middle}
  .press_release_pop .btn-area .filebox input{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);border:0;z-index:10}
  /*! 광고 - 인쇄광고 */
  .section-content.advertising-media .left-cont{float:left;width:558px;padding:0 149px 586px 0;-webkit-box-sizing:border-box;box-sizing:border-box}
  .section-content.advertising-media .img-info{width:480px;margin-top:36px}
  .section-content.advertising-media .img-info img{width:100%;border:1px solid #e0e0e0}
  .section-content.advertising-media .right-cont{position:relative;float:left;width:578px;padding-left:62px;min-height:1300px}
  .section-content.advertising-media .right-cont::before{position:absolute;top:0;left:0;content:'';display:block;width:1px;height:calc(100% - 60px);background:#e0e0e0}
  .section-content.advertising-media .thumb-list li{position:relative;float:left;width:258px;height:442px}
  .section-content.advertising-media .thumb-list li .item{position:absolute;top:0;left:0;padding:0;display:inline-block;width:100%;height:322px;border:1px solid #e0e0e0;-webkit-box-sizing:border-box;box-sizing:border-box;overflow:hidden}
  .section-content.advertising-media .thumb-list li .item.on{border:2px solid #a50034}
  .section-content.advertising-media .thumb-list li img{height:100%}
  .section-content.advertising-media .thumb-list li:nth-child(even){margin-left:62px}
  .section-content.advertising-media .thumb-list li:nth-child(even) .item{top:auto;bottom:0}
  .adver-pop{display:none}
  /*! 광고 - 홍보영상 */
  .section-content.advertising-movie .left-cont{float:left;padding-right:61px}
  .section-content.advertising-movie .img-info{position:relative;width:498px;margin-top:36px}
  .section-content.advertising-movie .img-info img{width:100%;border:1px solid #e0e0e0}
  .section-content.advertising-movie .img-info .ico{position:absolute;left:20px;bottom:20px;width:55px;height:55px;background:url("../../images/common/company/ico_movie55x55.png") no-repeat 0 0}
  .section-content.advertising-movie .right-cont{position:relative;float:right;width:578px;padding:0 0 110px 62px}
  .section-content.advertising-movie .right-cont::before{position:absolute;top:0;left:0;content:'';display:block;width:1px;height:calc(100% - 60px);background:#e0e0e0}
  .section-content.advertising-movie .thumb-list li{position:relative;float:left;width:258px;height:306px}
  .section-content.advertising-movie .thumb-list li .item{position:absolute;top:0;left:0;padding:0;display:inline-block;width:100%}
  .section-content.advertising-movie .thumb-list li .item .tit{display:inline-block;margin-top:19px;font-size:18px;font-family:"LGSmHaTSB";color:#4d4948}
  .section-content.advertising-movie .thumb-list li .item .ico{position:absolute;top:104px;left:9px;width:31px;height:31px;background:url("../../images/common/company/ico_movie31x31.png") no-repeat 0 0}
  .section-content.advertising-movie .thumb-list li .item.on img,.section-content.advertising-movie .thumb-list li .item:focus img{border:2px solid #a50034}
  .section-content.advertising-movie .thumb-list li img{width:100%;border:1px solid #e0e0e0;-webkit-box-sizing:border-box;box-sizing:border-box}
  .section-content.advertising-movie .thumb-list li:nth-child(even){margin-left:62px}
  .section-content.advertising-movie .thumb-list li:nth-child(even) .item{top:auto;bottom:0}
  .section-content.advertising-movie .sub-title{width:498px}
  /*! 공시정보 - 전자공고 */
  .section-content.disclosure-info01{margin-top:80px;margin-bottom:110px}
  .section-content.disclosure-info01 .table-disclosure-info01-01 colgroup .col01{width:200px}
  .section-content.disclosure-info01 .table-disclosure-info01-01 colgroup .col02{width:auto}
  .section-content.disclosure-info01 .table-disclosure-info01-01 colgroup .col03{width:200px}
  .section-content.disclosure-info01 .table-disclosure-info01-01 .bttn .ico-download-white01{margin-left:24px}
  .section-content.disclosure-info01 .paginav{margin-top:47px}
  /* s: 20230714 더보기 버튼추가 */
  .disclosure-info01 .btn--centered.btnMore {display: flex; justify-content: center; font-size: 18px; font-family: "LGSmHaTR";}
  .disclosure-info01 .btn-outline {padding: 15px 30px; margin-top: 50px; border: 1px solid grey; border-radius: 50px;}
  .disclosure-info01 .font--w700 {font-family: "LGSmHaTB";}
  /* e: 20230714 더보기 버튼추가 */
  /*! IR자료실 - 감사보고서 - 연결 재무제표 */
  .ir-report01 .txt-info01{font-size:18px;color:#4c4948;font-family:"LGSmHaTR";margin-top:38px;padding-left:10px;text-indent:-10px}
  .ir-report01 .sub-title{margin-top:60px}
  .ir-report01 .recent-data-list{width:100%;margin-top:40px;border:1px solid #e0e0e0}
  .ir-report01 .recent-data-list li{background-color:#fff;border-bottom:1px solid #e0e0e0;position:relative;padding:0 60px}
  .ir-report01 .recent-data-list li:last-child{border-bottom:0}
  .ir-report01 .recent-data-list li .years{padding:38px 0 0 0;font-size:24px;font-family:"LGSmHaTB";color:#a50034}
  .ir-report01 .recent-data-list li .years + .download-area{border-top:0}
  .ir-report01 .recent-data-list .download-area{display:table;width:100%;border-top:1px solid #e0e0e0;padding:38px 0 38px 0}
  .ir-report01 .recent-data-list .download-area .area01{display:table-cell;font-size:20px;font-family:"LGSmHaTSB";color:#333130;vertical-align:middle}
  .ir-report01 .recent-data-list .download-area .area01 .input-radio{margin-left:60px}
  .ir-report01 .recent-data-list .download-area .area01 .input-radio.right label{padding-left:30px}
  .ir-report01 .recent-data-list .download-area .area02{display:table-cell;text-align:right;vertical-align:middle}
  .ir-report01 .recent-data-list .download-area .area02 .selectbox{margin-right:7px;display:inline-block;width:210px;height:48px}
  .ir-report01 .recent-data-list .download-area .area02 .selectbox select{height:48px;line-height:48px}
  .ir-report01 .recent-data-list .download-area .area02 .select-design{margin-right:7px;display:inline-block;width:210px}
  .ir-report01 .recent-data-list .download-area .area02 .select-design .btn-select{height:48px;line-height:48px}
  .ir-report01 .recent-data-list .download-area .area02 .select-design .select-list li{padding:0;text-align:left}
  .ir-report01 .recent-data-list .download-area .area02 .bttn{vertical-align:top}
  .ir-report01 .recent-data-list .download-area .area02 .bttn.type03{min-width:170px}
  .ir-report01 .recent-data-list .download-area .area02 .bttn .txt01{left:0}
  .ir-report01 .recent-data-list .download-area .area02 .bttn.style03:active,.ir-report01 .recent-data-list .download-area .area02 .bttn.style03:focus,.ir-report01 .recent-data-list .download-area .area02 .bttn.style03:hover{background-color:#a50034}
  .ir-report01 .accordion-st-area{margin-bottom:120px;margin-top:40px}
  .ir-report01 .accordion-st-area.space01{margin-bottom:40px}
  .ir-report01 .accordion-st-area .accordion-st-list{border:1px solid #ccc}
  .ir-report01 .accordion-st-area .accordion-st-list .title{background-color:#fafafa}
  .ir-report01 .accordion-st-area .accordion-st-list .title .btn-spread{position:relative;width:100%;padding:31px 59px;text-align:initial}
  .ir-report01 .accordion-st-area .accordion-st-list .title .icon{position:absolute;top:50%;right:67px;display:block;margin-top:-2px}
  .ir-report01 .accordion-st-area .accordion-st-list .title .arrow-l,.ir-report01 .accordion-st-area .accordion-st-list .title .arrow-r{position:absolute;display:block;width:11px;height:2px;background-color:#333130;-webkit-transition:.2s all;-o-transition:.2s all;transition:.2s all}
  .ir-report01 .accordion-st-area .accordion-st-list .title .arrow-l{right:0;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}
  .ir-report01 .accordion-st-area .accordion-st-list .title .arrow-r{top:0;right:-7px;-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg)}
  .ir-report01 .accordion-st-area .accordion-st-list .title .txt{font-size:20px;font-family:"LGSmHaTB";color:#333130}
  .ir-report01 .accordion-st-area .accordion-st-list .item{border-bottom:1px solid #ccc}
  .ir-report01 .accordion-st-area .accordion-st-list .item:last-child{border-bottom:0}
  .ir-report01 .accordion-st-area .accordion-st-list .detail{display:none;background:#fff;padding:17px 0 0 0}
  .ir-report01 .accordion-st-area .accordion-st-list .detail .download-area{display:table;/*width:calc(100% - 120px)*/width:100%;border-top:1px solid #e0e0e0;padding:38px 0 38px 0;margin:0 60px}
  .ir-report01 .accordion-st-area .accordion-st-list .detail .download-area .area01{display:table-cell;font-size:20px;font-family:"LGSmHaTSB";color:#333130;vertical-align:middle}
  .ir-report01 .accordion-st-area .accordion-st-list .detail .download-area .area01 .input-radio{margin-left:60px}
  .ir-report01 .accordion-st-area .accordion-st-list .detail .download-area .area02{display:table-cell;text-align:right;vertical-align:middle}
  .ir-report01 .accordion-st-area .accordion-st-list .detail .download-area .area02 .selectbox{margin-right:7px;display:inline-block;width:210px;height:48px}
  .ir-report01 .accordion-st-area .accordion-st-list .detail .download-area .area02 .selectbox select{height:48px;line-height:48px}
  .ir-report01 .accordion-st-area .accordion-st-list .detail .download-area .area02 .select-design{margin-right:7px;display:inline-block;width:210px}
  .ir-report01 .accordion-st-area .accordion-st-list .detail .download-area .area02 .select-design .btn-select{height:48px;line-height:48px}
  .ir-report01 .accordion-st-area .accordion-st-list .detail .download-area .area02 .select-design .select-list li{padding:0;text-align:left}
  .ir-report01 .accordion-st-area .accordion-st-list .detail .download-area .area02 .bttn{vertical-align:top}
  .ir-report01 .accordion-st-area .accordion-st-list .detail .download-area .area02 .bttn.type03{min-width:170px}
  .ir-report01 .accordion-st-area .accordion-st-list .detail .download-area .area02 .bttn .txt01{left:0}
  .ir-report01 .accordion-st-area .accordion-st-list .detail .download-area .area02 .bttn.style03:active,.ir-report01 .accordion-st-area .accordion-st-list .detail .download-area .area02 .bttn.style03:focus,.ir-report01 .accordion-st-area .accordion-st-list .detail .download-area .area02 .bttn.style03:hover{background-color:#a50034}
  .ir-report01 .accordion-st-area .accordion-st-list .detail .download-area:first-child{border-top:0;padding-top:0}
  .ir-report01 .accordion-st-area .accordion-st-list .item.on .title{background:#fff}
  .ir-report01 .accordion-st-area .accordion-st-list .item.on .title .txt{color:#a50034;font-size:24px}
  .ir-report01 .accordion-st-area .accordion-st-list .item.on .title .icon .arrow-l{-webkit-transform:rotate(135deg);-ms-transform:rotate(135deg);transform:rotate(135deg)}
  .ir-report01 .accordion-st-area .accordion-st-list .item.on .title .icon .arrow-r{-webkit-transform:rotate(-135deg);-ms-transform:rotate(-135deg);transform:rotate(-135deg)}
  .snb-type01.ir-do{padding-bottom:156px}
  /*! IR 활동 */
  .etc-area{max-width:1200px;width:100%;margin:-103px auto 0}
  .etc-area .date .year{float:left;padding:7px 38px 0 0;font-family:"LGSmHaTB";font-size:32px;line-height:1.6}
  .etc-area .date .year::after{content:'';display:inline-block;width:1px;height:24px;margin-left:23px;background:#a19896}
  .etc-area .date .tab-menu{float:left;padding-bottom:6px;margin:0}
  .etc-area .date .tab-menu li{float:left;width:60px;height:60px;text-align:center}
  .etc-area .date .tab-menu li.on .ir{line-height:60px;background:#a50034;border:none;border-radius:50%}
  .etc-area .date .tab-menu li.on .txt{line-height:60px;font-family:"LGSmHaTSB";color:#fff}
  .etc-area .date .tab-menu .ir{display:inline-block;width:100%;height:100%;line-height:60px;padding:0;vertical-align:top;}
  .etc-area .date .tab-menu .ir .txt{font-size:20px;font-family:"LGSmHaTSB"}
  .etc-area .date .tab-menu li.inactive .ir{cursor: auto;}
  .etc-area .date .tab-menu li.select .txt{color:#333130}
    .etc-area .date .tab-menu li.inactive .txt{color:#a19896;font-family:"LGSmHaTR"}
  .ir-do .schedule-ty01{margin-top:37px}
  .ir-do .schedule-ty01 .list{position:relative;padding:35px 0 34px 59px;border:1px solid #e0e0e0}
  .ir-do .schedule-ty01 .btn{position:absolute;bottom:40px;right:60px}
  .ir-do .schedule-ty01 .list + .list{border-top:none}
  .ir-do .schedule-ty01 .schedule-ttl{width:1100px;margin-bottom:22px;color:#333130;font-family:"LGSmHaTSB";font-size:24px;display:block;display:-webkit-box;-webkit-box-orient:vertical;position:relative;line-height:1.6!important;overflow:hidden;-o-text-overflow:ellipsis;text-overflow:ellipsis;height:1.6em;display:block!important;white-space:nowrap}
  .ir-do .schedule-ty01 .schedule-ttl:after{content:'';text-align:right;bottom:0;right:0;width:25%;display:block;position:absolute;height:1.6em}
  .ir-do .schedule-ty01 .schedule-ttl:after{display:none!important}
  @supports (-webkit-line-clamp: 1){
  .ir-do .schedule-ty01 .schedule-ttl:after{display:none!important}}
  .ir-do .schedule-ty01 .sche-detail li{padding-left:17px;background:url("../../images/common/default/bu_circle.png") no-repeat 0 11px;font-size:18px;line-height:1.7}
  .ir-do .schedule-ty01 .sche-detail li strong{margin-right:35px;color:#333130;font-family:"LGSmHaTSB"}
  .ir-do .schedule-ty01 .sche-detail li span{color:#4c4948;font-family:"LGSmHaTR";display:inline-block;width:calc(100% - 320px);vertical-align:top}
  .ir-do .accordion-st-list{margin-top:37px;border:1px solid #ccc;border-bottom:none}
  .ir-do .accordion-st-list .title{background-color:#fafafa}
  .ir-do .accordion-st-list .title .btn-spread{position:relative;width:100%;padding:28px 59px;text-align:left}
  .ir-do .accordion-st-list .title .icon{position:absolute;top:34px;right:65px}
  .ir-do .accordion-st-list .title .arrow-l,.ir-do .accordion-st-list .title .arrow-r{position:absolute;display:block;width:11px;height:2px;background-color:#333130;-webkit-transition:.2s all;-o-transition:.2s all;transition:.2s all}
  .ir-do .accordion-st-list .title .arrow-l{right:0;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}
  .ir-do .accordion-st-list .title .arrow-r{top:0;right:-7px;-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg)}
  .ir-do .accordion-st-list .title .txt{font-size:20px;font-family:"LGSmHaTB";color:#333130}
  .ir-do .accordion-st-list .item{border-bottom:1px solid #ccc}
  .ir-do .accordion-st-list .detail{display:none;padding:17px 59px 35px}
  .ir-do .accordion-st-list .detail .club{margin-top:60px}
  .ir-do .accordion-st-list .detail .club:first-child{margin:0}
  .ir-do .accordion-st-list .detail .club:last-child .list:last-child{border-bottom:none;margin-bottom:-16px}
  .ir-do .accordion-st-list .detail .club-txt{width:1062px;height:40px;padding:16px 0 0 18px;background:#eeece8;font-family:"LGSmHaTSB";font-size:20px}
  .ir-do .accordion-st-list .detail .list{position:relative;padding:38px 0 0 20px;border-bottom:1px solid #e0e0e0}
  .ir-do .accordion-st-list .detail .list .list-title{font-family:"LGSmHaTSB";font-size:24px;display:block;display:-webkit-box;-webkit-box-orient:vertical;position:relative;line-height:1.6!important;overflow:hidden;-o-text-overflow:ellipsis;text-overflow:ellipsis;height:1.6em;display:block!important;white-space:nowrap}
  .ir-do .accordion-st-list .detail .list .list-title:after{content:'';text-align:right;bottom:0;right:0;width:25%;display:block;position:absolute;height:1.6em}
  .ir-do .accordion-st-list .detail .list .list-title:after{display:none!important}
  @supports (-webkit-line-clamp: 1){
  .ir-do .accordion-st-list .detail .list .list-title:after{display:none!important}}
  .ir-do .accordion-st-list .detail .list ul{margin:22px 0 34px}
  .ir-do .accordion-st-list .detail .list li{font-size:18px;background:url("../../images/common/default/bu_circle.png") no-repeat 0 10px;line-height:1.7}
  .ir-do .accordion-st-list .detail .list li strong{padding-right:36px;color:#333130;font-family:"LGSmHaTSB";padding-left:17px}
  .ir-do .accordion-st-list .detail .list li span{color:#4c4948;font-family:"LGSmHaTR";display:inline-block;width:calc(100% - 300px);vertical-align:top}
  .ir-do .accordion-st-list .detail .list .btn{position:absolute;bottom:40px;right:20px}
  .ir-do .accordion-st-list .item.on{background:#fff}
  .ir-do .accordion-st-list .item.on .title{background:#fff}
  .ir-do .accordion-st-list .item.on .title .txt{color:#a50034;font-size:24px}
  .ir-do .accordion-st-list .item.on .title .icon{top:34px}
  .ir-do .accordion-st-list .item.on .title .icon .arrow-l{-webkit-transform:rotate(135deg);-ms-transform:rotate(135deg);transform:rotate(135deg)}
  .ir-do .accordion-st-list .item.on .title .icon .arrow-r{-webkit-transform:rotate(-135deg);-ms-transform:rotate(-135deg);transform:rotate(-135deg)}
  /* 
  .download-box-ir{margin-top:-20px;position:relative;width:100%;padding:90px 0 120px;-webkit-box-sizing:border-box;box-sizing:border-box}
  .download-box-ir::before{content:'';position:absolute;top:0;left:0;z-index:0;width:calc(100% - 120px)width:100%;;height:100%;background:#eeece8 none repeat-x 0 0}
  .download-box-ir .ir-info{position:relative;z-index:1;width:1200px;margin:0 auto;color:#333130}
  .download-box-ir .ir-info p{margin-bottom:38px;font-family:"LGSmHaTR";font-size:24px}
  .download-box-ir .ir-info .phone{float:left;width:49%;margin-right:2%;padding-left:40px;background:#fff;-webkit-box-sizing:border-box;box-sizing:border-box}
  .download-box-ir .ir-info .phone a,.download-box-ir .ir-info .phone span{display:inline-block;height:60px;padding-top:36px;font-family:"LGSmHaTSB";font-size:24px}
  .download-box-ir .ir-info .phone a{float:right;display:block;padding:36px 40px 0}
  .download-box-ir .ir-info .phone span:nth-child(2){float:right;display:block;padding:36px 40px 0}
  .download-box-ir .ir-info .question{float:left;width:49%;position:relative;background:#4d4948}
  .download-box-ir .ir-info .question a{display:inline-block;width:538px;height:60px;padding:36px 0 0 50px;color:#fff;font-family:"LGSmHaTSB";font-size:24px;-webkit-transition:.3s all;-o-transition:.3s all;transition:.3s all}
  .download-box-ir .ir-info .question a .ico{position:absolute;bottom:43px;right:40px;display:inline-block;background-image:url(../../images/common/default/sprite_pc.png);background-position:-275px -233px;width:30px;height:10px;background-size:431px 383px}
  .download-box-ir .ir-info .question a:focus,.download-box-ir .ir-info .question a:hover{background:#a40034}
   */
  .download-box-ir{position:relative;margin-top:-14px;width:100%;padding:60px 0 80px;-webkit-box-sizing:border-box;box-sizing:border-box}
  .download-box-ir::before{content:'';position:absolute;top:0;left:0;z-index:0;/*width:calc(100% - 120px)*/width:100%;height:100%;background:#eeece8 none repeat-x 0 0}
  .download-box-ir .ir-info{position:relative;z-index:1;width:800px;margin:0 auto;color:#333130}
  .download-box-ir .ir-info p{margin-bottom:20px;font-family:"LGSmHaTR";font-size:18px}
  .download-box-ir .ir-info .phone{float:left;width:367px;margin-right:16px;padding-left:25px;background:#fff}
  .download-box-ir .ir-info .phone a,.download-box-ir .ir-info .phone span{display:inline-block;height:32px;padding-top:20px;font-family:"LGSmHaTSB";font-size:18px}
  .download-box-ir .ir-info .phone a.ty02,.download-box-ir .ir-info .phone span.ty02{float:right}
  .download-box-ir .ir-info .phone a{float:right;display:block;padding:20px 27px 0}
  .download-box-ir .ir-info .phone span:nth-child(2){float:right;display:block;padding:20px 27px 0}
  .download-box-ir .ir-info .question{float:left;position:relative;background:#4d4948}
  .download-box-ir .ir-info .question a{display:inline-block;width:367px;height:32px;padding:20px 0 0 25px;color:#fff;font-family:"LGSmHaTSB";font-size:18px;-webkit-transition:.3s all;-o-transition:.3s all;transition:.3s all}
  .download-box-ir .ir-info .question a .ico{position:absolute;top:21px;right:40px;display:inline-block;background-image:url(../../images/common/default/sprite_pc.png);background-position:-275px -233px;width:30px;height:10px;background-size:431px 383px}
  .download-box-ir .ir-info .question a:focus,.download-box-ir .ir-info .question a:hover{background:#a40034}
  /*! 뉴스룸 - 리스트 */
  .news-area{max-width:1200px;width:100%;margin:60px auto 117px}
  .news-area .paginav{margin-bottom:76px}
  .news-area .news-search-result{width:100%;text-align:center;padding-bottom:56px}
  .news-area .news-search-result .txt01{color:#333130;font-family:"LGSmHaTR";font-size:20px}
  .news-area .news-search-result .txt02{color:#333130;font-family:"LGSmHaTR";font-size:20px}
  .news-area .news-search-result .point01{color:#a50034;font-family:"LGSmHaTSB";font-size:20px}
  .news-area .news-search-nodata{width:100%;text-align:center;padding-bottom:500px}
  .news-area .news-search-nodata .txt01{color:#333130;font-family:"LGSmHaTR";font-size:20px}
  .news-area .news-search-nodata .txt02{color:#333130;font-family:"LGSmHaTR";font-size:20px}
  .news-area .news-search-nodata .point01{color:#a50034;font-family:"LGSmHaTSB";font-size:20px}
  .search-area .selectbox{width:240px;background:#fff}
  .search-area .selectbox select{height:54px;line-height:54px;font-size:18px}
  .search-area .input-txt{width:767px;margin-left:14px;vertical-align:top}
  .search-area .input-txt input{height:54px;line-height:1;font-size:18px}
  .search-area .input-txt input::-webkit-input-placeholder{font-size:18px}
  .search-area .input-txt input::-moz-placeholder{font-size:18px}
  .search-area .input-txt input:-ms-input-placeholder{font-size:18px}
  .search-area .input-txt input::-ms-input-placeholder{font-size:18px}
  .search-area .input-txt input::placeholder{font-size:18px}
  .search-area button{min-width:160px!important;margin-left:13px;vertical-align:top}
  .news-list{margin-left:-48px;margin-bottom:4px}
  .news-list .news-box{float:left;width:368px;margin-left:48px;margin-bottom:48px}
  .news-list .news-box a{display:block;position:relative}
  .news-list .news-box a:focus{outline:dotted 1px #000;outline:-webkit-focus-ring-color auto 5px}
  .news-list .news-box .news-txt{display:inline-block;position:relative;width:288px;height:220px;padding:30px 40px 0;color:#333130;word-break:keep-all;background:#fafafa;font-family:"LGSmHaTSB";font-size:20px;line-height:1.6}
  .news-list .news-box .news-txt.type02{height:454px;}
  .news-list .news-box .news-txt.type02 .tit{max-height:192px;margin-bottom:36px;display:block;display:-webkit-box;-webkit-box-orient:vertical;position:relative;line-height:1.6!important;overflow:hidden;-o-text-overflow:ellipsis;text-overflow:ellipsis;height:9.6em;-webkit-line-clamp:6;display:-webkit-box!important;white-space:unset}
  .news-list .news-box .news-txt.type02 .tit:after{content:'';text-align:right;bottom:0;right:0;width:25%;display:block;position:absolute;height:1.6em}
  @supports (-webkit-line-clamp: 1){
  .news-list .news-box .news-txt.type02 .tit:after{display:none!important}}
  .news-list .news-box .news-txt.type02 .txt-area{overflow:hidden;max-height:280px}
  .news-list .news-box .news-txt.type02 .txt02{padding:0;color:#4d4948;font-family:"LGSmHaTR";font-size:18px}
  .news-list .news-box .news-txt .spec{color:#665852;font-family:"LGSmHaTR";font-size:16px}
  .news-list .news-box .news-txt .tit{max-height:64px;padding-top:18px;color:#333130;display:block;display:-webkit-box;-webkit-box-orient:vertical;position:relative;line-height:1.6!important;overflow:hidden;-o-text-overflow:ellipsis;text-overflow:ellipsis;height:3.2em;-webkit-line-clamp:2;display:-webkit-box!important;white-space:unset;height:auto}
  .news-list .news-box .news-txt .tit:after{content:'';text-align:right;bottom:0;right:0;width:25%;display:block;position:absolute;height:1.6em}
  @supports (-webkit-line-clamp: 1){
  .news-list .news-box .news-txt .tit:after{display:none!important}}
  .news-list .news-box .news-txt .txt{padding:19px 0 36px;color:#4d4948;display:block;display:-webkit-box;-webkit-box-orient:vertical;position:relative;line-height:1.6!important;overflow:hidden;-o-text-overflow:ellipsis;text-overflow:ellipsis;height:3.2em;-webkit-line-clamp:2;display:-webkit-box!important;white-space:unset;font-family:"LGSmHaTR";font-size:18px}
  .news-list .news-box .news-txt .txt:after{content:'';text-align:right;bottom:0;right:0;width:25%;display:block;position:absolute;height:1.6em}
  @supports (-webkit-line-clamp: 1){
  .news-list .news-box .news-txt .txt:after{display:none!important}}
  .news-list .news-box .news-txt .date{position:absolute;left:40px;bottom:32px;color:#4c4948;font-family:"LGSmHaTR";font-size:18px}
  .news-list .news-box .news-txt .ico{position:absolute;right:40px;bottom:42px;display:inline-block;background-image:url(../../images/common/default/sprite_pc.png);background-position:-212px -269px;width:30px;height:10px;background-size:431px 383px}
  .news-list .ty02{margin-top:80px}
  .news-list .photo-img{width:368px;height:234px}
  /* mh230823 snb
  .snb-type01.biz{height:880px;background-color:#f2ebe4;background-repeat:no-repeat;background-position:center top;position:relative}
  */
  .snb-type01.biz{width: 100%;padding: 0;margin-top: 0;background: #fff;-webkit-box-sizing: border-box;box-sizing: border-box;}
  .snb-type01.biz .snb-inner{padding-bottom: 35px;border-bottom: 1px solid #ddd;margin-bottom: 50px;}
  /* e: mh230823 */
  /* s: 20230526 이미지 변경 -pc */
  .snb-type01.biz.country01{background-image:url("../../images/common/company/bg_map01.jpg")}
  .snb-type01.biz.country02{background-image:url("../../images/common/company/bg_map02_01.jpg")}
  .snb-type01.biz.country03{background-image:url("../../images/common/company/bg_map03_01.jpg")}
  .snb-type01.biz.country04{background-image:url("../../images/common/company/bg_map04_01.jpg")}
  /* s: 20230526 이미지 변경 -pc */
  /* s:20220512 나라명 내비게이션 마진값 주석처리 */
  .snb-type01.biz .biz-menu-container{/*margin-top:53px;*/margin-left:154px}
  /* e:20220512 나라명 내비게이션 마진값 주석처리 */
  .snb-type01.biz .biz-menu-container .swiper-slide{float:left;width:auto;cursor:pointer}
  .snb-type01.biz .biz-menu-container .swiper-slide.on .line-red,.snb-type01.biz .biz-menu-container .swiper-slide:active .line-red,.snb-type01.biz .biz-menu-container .swiper-slide:focus .line-red,.snb-type01.biz .biz-menu-container .swiper-slide:hover .line-red{bottom:-10px;width:100%;height:16px;background:#a50034;z-index:0;-webkit-transition:.4s all;-o-transition:.4s all;transition:.4s all}
  .snb-type01.biz .biz-menu-container .txt-box{position:relative;vertical-align:baseline}
  .snb-type01.biz .biz-menu-container .txt-box .txt{position:relative;z-index:1;font-size:24px;font-family:"LGSmHaTR";color:#4d4948}
  .snb-type01.biz .biz-menu-container .txt-box .line-red{position:absolute;left:0;display:inline-block;width:1px}
  .snb-type01.biz .biz-menu-container .item{display:inline-block;padding:15px 30px;vertical-align:top}
  .snb-type01.biz .biz-menu-container .on .txt{font-size:24px;font-family:"LGSmHaTSB";color:#333130}
  .section-aside{position:absolute;top:290px;right:290px;text-align:center;background:#333130;}
  .section-aside{right: calc(50% - 500px); top:165px;z-index: 1;}/*연혁쪽*/
  .section-aside a{color:#fff;display:block;font-family:"LGSmHaTSB";font-size:18px;line-height:1.6;width:170px;height:170px;line-height: 170px;}
  /* html.lang-zh .section-aside a{width:33%;margin:0 auto;line-height:3} */
  /* html.lang-en .section-aside a{width:42%;margin:0 auto} */
  .section-aside a .txt{display:block}
  .section-aside a .ico{position:absolute;bottom:20px;right:20px;display:inline-block;background-image:url(../../images/common/default/sprite_pc.png);background-position:-275px -233px;width:30px;height:10px;background-size:431px 383px}
  .section-aside.corp{z-index:1;top:220px;right:220px;background:none}
  .section-aside.corp .corporation{text-align:left;position:relative;width:190px;height:55px;padding:0 16px;margin-right:20px;display:inline-block;background-color:#333130}
  .section-aside.corp .corporation:after{content:'';display:inline-block;width:25px;height:8px;background:url(../../images/common/company/arrow-white.png) no-repeat 0 0;background-size:cover;position:absolute;right:16px;top:50%;margin-top:-4px}
  .section-aside.corp .corporation .txt{font-size:16px;color:#fff;line-height:55px}
  /* s : 2023-01-26 클래스 추가 hover bg color*/
  .section-aside.corp .corporation:hover {background-color: #a40034;}
  /* e : 2023-01-26 클래스 추가 hover bg color*/
  
  /* S: 20230125 클래스 추가 */
  .section-aside.corp.align-column .corporation {display:block;margin-right:0px;margin-bottom:20px;}
  /* E: 20230125 클래스 추가 */
  
  /* S: 20230126 클래스 추가 - PC */
  .section-aside.corp.about {top:70px; right: 70px;}
  .section-aside.corp.about .corporation {display:block;margin-right:0px;margin-bottom:20px;}
  /* E: 20230126 클래스 추가 - PC */
  .map-point{position:relative;width:800px;height:643px;margin:0 auto}
  .map-point .list{position:absolute;top:222px;left:353px}
  .map-point .list .circle-box{position:absolute;display:none;width:16px;height:16px;left:0;top:0;background:#4d4948;border-radius:50%}
  .map-point .list .circle-box.on{display:none}
  .map-point .list .circle-box02{display:none;position:absolute;width:32px;height:32px;left:-8px;top:-8px;z-index:0;background:#f0c05a;opacity:0.3;border-radius:50%}
  .map-point .list .nat-txt{display:none;position:absolute;top:32px;left:-52px;width:100%;color:#4d4948;white-space:nowrap;font-size:16px;font-family:"LGSmHaTSB"}
  .map-point .list.ty02{top:240px;left:255px}
  .map-point .list.ty02 .nat-txt{left:-8px}
  .map-point .list.ty03{top:120px;left:202px}
  .map-point .list.ty03 .nat-txt{left:-16px}
  .map-point .list.ty04{top:178px;left:628px}
  .map-point .list.ty04 .nat-txt{left:-20px}
  .map-point .list.ty05{top:447px;left:380px}
  .map-point .list.ty05 .nat-txt{left:-19px}
  .map-point .list:hover .circle-box{display:block;width:16px;height:16px;background:#f0c05a;z-index:5}
  .map-point .list:hover .circle-box02{display:block;z-index:0}
  .map-point .list:hover .nat-txt{display:block}
  .corporation01{margin:0}
  .corporation01 .section-inner{margin-bottom:120px}
  /* .corporation01 .biz-sign{padding-top:50px;text-align:right} */
  .section-content-global_new .corporation01 .biz-sign li{padding-left:38px;color:#333130;font-family:"LGSmHaTR";font-size:16px}
  .corporation01 .biz-sign li .txt{padding-left:5px}
  
  /* s: mn230823 주석처리 및 사업장 구분 방식 변경*/
  /* s:20220527 상태바 색상 변경 
  .corporation01 .biz-sign li .ico{display:inline-block;vertical-align:top;width:12px;height:3px;margin-top:6px;background-color:#eb3200}
  /* s:20220317 사업장 구분값 바색상 추가 - pc 
  /* s:20220519 순서 변경 *
  .corporation01 .biz-sign li:nth-child(2) .ico{background-color:#039aae}
  .corporation01 .biz-sign li:nth-child(3) .ico{background-color:#706e70}
  /* e:20220519 순서 변경 
  /* e:20220527 상태바 색상 변경 
  .corporation01 .biz-sign li:nth-child(4) .ico{background-color:#8bb044}
  .corporation01 .biz-sign li:nth-child(5) .ico{background-color:#5a5b9f}
  .corporation01 .biz-sign li:nth-child(6) .ico{background-color:#3585de}
  *//* svg배경이미지 컬러 변경 > data:image ~ 에서 %23 뒷부분에 컬러 코드 값 넣어주면 색상 변경 됨 (예)#ff0000 > %23ff0000*/
  .corporation01 .biz-sign li .ico{width: 16px; height:20px; display:inline-block; background-repeat: no-repeat;
    background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 120 150' style='enable-background:new 0 0 120 150;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%23ea6a8d;%7D%0A%3C/style%3E%3Cpath class='st0' d='M60,0.64c-32.03,0-57.67,25.98-58,58.03c0,44.1,31.91,42.96,58,90.69c26.09-47.73,58-46.59,58-90.69 C117.67,26.62,92.03,0.64,60,0.64z M60,90.24c-17.41,0-31.52-14.11-31.52-31.52c0-17.4,14.11-31.51,31.52-31.51 c17.41,0,31.51,14.11,31.51,31.51C91.52,76.13,77.41,90.24,60,90.24z'/%3E%3C/svg%3E");}
  .corporation01 .biz-sign li:nth-child(2) .ico{
    background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 120 150' style='enable-background:new 0 0 120 150;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%239175af;%7D%0A%3C/style%3E%3Cpath class='st0' d='M60,0.64c-32.03,0-57.67,25.98-58,58.03c0,44.1,31.91,42.96,58,90.69c26.09-47.73,58-46.59,58-90.69 C117.67,26.62,92.03,0.64,60,0.64z M60,90.24c-17.41,0-31.52-14.11-31.52-31.52c0-17.4,14.11-31.51,31.52-31.51 c17.41,0,31.51,14.11,31.51,31.51C91.52,76.13,77.41,90.24,60,90.24z'/%3E%3C/svg%3E");}
  .corporation01 .biz-sign li:nth-child(3) .ico{
    background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 120 150' style='enable-background:new 0 0 120 150;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%234477c2;%7D%0A%3C/style%3E%3Cpath class='st0' d='M60,0.64c-32.03,0-57.67,25.98-58,58.03c0,44.1,31.91,42.96,58,90.69c26.09-47.73,58-46.59,58-90.69 C117.67,26.62,92.03,0.64,60,0.64z M60,90.24c-17.41,0-31.52-14.11-31.52-31.52c0-17.4,14.11-31.51,31.52-31.51 c17.41,0,31.51,14.11,31.51,31.51C91.52,76.13,77.41,90.24,60,90.24z'/%3E%3C/svg%3E");}
  .corporation01 .biz-sign li:nth-child(4) .ico{
    background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 120 150' style='enable-background:new 0 0 120 150;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%2319b6b0;%7D%0A%3C/style%3E%3Cpath class='st0' d='M60,0.64c-32.03,0-57.67,25.98-58,58.03c0,44.1,31.91,42.96,58,90.69c26.09-47.73,58-46.59,58-90.69 C117.67,26.62,92.03,0.64,60,0.64z M60,90.24c-17.41,0-31.52-14.11-31.52-31.52c0-17.4,14.11-31.51,31.52-31.51 c17.41,0,31.51,14.11,31.51,31.51C91.52,76.13,77.41,90.24,60,90.24z'/%3E%3C/svg%3E");}
  .corporation01 .biz-sign li:nth-child(5) .ico{
    background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 120 150' style='enable-background:new 0 0 120 150;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%2305bd75;%7D%0A%3C/style%3E%3Cpath class='st0' d='M60,0.64c-32.03,0-57.67,25.98-58,58.03c0,44.1,31.91,42.96,58,90.69c26.09-47.73,58-46.59,58-90.69 C117.67,26.62,92.03,0.64,60,0.64z M60,90.24c-17.41,0-31.52-14.11-31.52-31.52c0-17.4,14.11-31.51,31.52-31.51 c17.41,0,31.51,14.11,31.51,31.51C91.52,76.13,77.41,90.24,60,90.24z'/%3E%3C/svg%3E");}
  .corporation01 .biz-sign li:nth-child(6) .ico{
    background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 120 150' style='enable-background:new 0 0 120 150;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%23e77c2e;%7D%0A%3C/style%3E%3Cpath class='st0' d='M60,0.64c-32.03,0-57.67,25.98-58,58.03c0,44.1,31.91,42.96,58,90.69c26.09-47.73,58-46.59,58-90.69 C117.67,26.62,92.03,0.64,60,0.64z M60,90.24c-17.41,0-31.52-14.11-31.52-31.52c0-17.4,14.11-31.51,31.52-31.51 c17.41,0,31.51,14.11,31.51,31.51C91.52,76.13,77.41,90.24,60,90.24z'/%3E%3C/svg%3E");}        
  
  .corporation01 .domestic .biz-sign li .ico{background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 120 150' style='enable-background:new 0 0 120 150;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%23ea1917;%7D%0A%3C/style%3E%3Cpath class='st0' d='M60,0.64c-32.03,0-57.67,25.98-58,58.03c0,44.1,31.91,42.96,58,90.69c26.09-47.73,58-46.59,58-90.69 C117.67,26.62,92.03,0.64,60,0.64z M60,90.24c-17.41,0-31.52-14.11-31.52-31.52c0-17.4,14.11-31.51,31.52-31.51 c17.41,0,31.51,14.11,31.51,31.51C91.52,76.13,77.41,90.24,60,90.24z'/%3E%3C/svg%3E");}
  .corporation01 .domestic .biz-sign li:nth-child(2) .ico{background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 120 150' style='enable-background:new 0 0 120 150;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%23d96f6f;%7D%0A%3C/style%3E%3Cpath class='st0' d='M60,0.64c-32.03,0-57.67,25.98-58,58.03c0,44.1,31.91,42.96,58,90.69c26.09-47.73,58-46.59,58-90.69 C117.67,26.62,92.03,0.64,60,0.64z M60,90.24c-17.41,0-31.52-14.11-31.52-31.52c0-17.4,14.11-31.51,31.52-31.51 c17.41,0,31.51,14.11,31.51,31.51C91.52,76.13,77.41,90.24,60,90.24z'/%3E%3C/svg%3E");}
  .corporation01 .domestic .biz-sign li:nth-child(3) .ico{background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 120 150' style='enable-background:new 0 0 120 150;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%23979cb7;%7D%0A%3C/style%3E%3Cpath class='st0' d='M60,0.64c-32.03,0-57.67,25.98-58,58.03c0,44.1,31.91,42.96,58,90.69c26.09-47.73,58-46.59,58-90.69 C117.67,26.62,92.03,0.64,60,0.64z M60,90.24c-17.41,0-31.52-14.11-31.52-31.52c0-17.4,14.11-31.51,31.52-31.51 c17.41,0,31.51,14.11,31.51,31.51C91.52,76.13,77.41,90.24,60,90.24z'/%3E%3C/svg%3E");}
  .corporation01 .domestic .biz-sign li:nth-child(4) .ico{background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 120 150' style='enable-background:new 0 0 120 150;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%23a772a9;%7D%0A%3C/style%3E%3Cpath class='st0' d='M60,0.64c-32.03,0-57.67,25.98-58,58.03c0,44.1,31.91,42.96,58,90.69c26.09-47.73,58-46.59,58-90.69 C117.67,26.62,92.03,0.64,60,0.64z M60,90.24c-17.41,0-31.52-14.11-31.52-31.52c0-17.4,14.11-31.51,31.52-31.51 c17.41,0,31.51,14.11,31.51,31.51C91.52,76.13,77.41,90.24,60,90.24z'/%3E%3C/svg%3E");}
    /* e: mn230823 주석처리 */
  
  
  
  
  
  /* s:20220527 상태바 색상 변경 */
  .corporation01 .biz-sign .ty01{background-color:#eb3200}
  /* s:20220519 순서 변경 */
  .corporation01 .biz-sign .ty02{background-color:#039aae}
  .corporation01 .biz-sign .ty03{background-color:#706e70}
  /* e:20220519 순서 변경 */
  /* e:20220527 상태바 색상 변경 */
  .corporation01 .biz-sign .ty04{background-color:#8bb044}
  .corporation01 .biz-sign .ty05{background-color:#2d9472}
  .corporation01 .biz-sign .ty06{background-color:#3585de}
  /* .corporation01 .biz-sign.ty02{padding-top:39px} */
  .corporation01 .biz-list{width:1200px;margin-top:-48px;padding-top:40px;font-size:0}
  /* mh230823
  .corporation01 .biz-list .list{position:relative;overflow:hidden;display:inline-block;width:368px;height:447px;-webkit-box-sizing:border-box;box-sizing:border-box;margin-left:45px;margin-top:48px;padding:40px 40px 0;border:1px solid #e0e0e0;vertical-align:top}*/
  .corporation01 .biz-list .list{position:relative;overflow:hidden;display:inline-block;width: 23.9%;height: 380px;-webkit-box-sizing: border-box; box-sizing: border-box; margin-left: 20px; margin-top: 20px; padding: 30px 20px; border: 1px solid #e0e0e0; vertical-align: top; border-radius: 20px;}
  .corporation01 .biz-list .list .mob{display:none}
    .corporation01 .biz-list .list .ico-sign{height:3px; width:100%; position:absolute; top:0px; left:0px;}
  /* s:20220420 바색상 최대 3개까지 
  .corporation01 .biz-list .list .bar-wrap{display: flex; position:absolute;top:20px;left:40px;right:0; height: 3px; width:63px;}
  .corporation01 .biz-list .list .bar-wrap em{flex:1; margin-right:2px;}
  /* s:20220420 바색상 최대 3개까지 */
  /* s: mh230825 바색상형태 변경*/
  .corporation01 .biz-list .list .bar-wrap{margin-bottom:20px; position:relative}
  .corporation01 .biz-list .list .bar-wrap em{display: inline-block;height: 6px; width: 28px; border-radius: 5px; position:absolute; top:3px}
  .corporation01 .biz-list .list .bar-wrap span{font-size: 14px;font-family: 'LGSmHaTR';margin-left: 36px;color: #999;}
  .corporation01 .biz-list .list .bar-wrap span.bsc{margin-left: 10px;}
  .corporation01 .biz-list .list .bar-wrap span.bsc::before{content: '|'; margin-right: 10px;}
  /* e: mh230825 바색상형태 변경*/
  
  .corporation01 .biz-list .list .tit{display:block;height:80px;word-break:keep-all;line-height:24px;color:#333130;font-family:"LGSmHaTSB";font-size:20px}
  html.lang-ja .corporation01 .biz-list .list .tit{font-family:Arial,sans-serif;font-size:20px}
  .corporation01 .biz-list .list .place{display:block;height:168px;overflow:hidden;margin-top:15px}
  .corporation01 .biz-list .list .place .tel{display:flex; align-items:center; padding-top:0;margin-bottom:1px;color:#333130;font-family:"LGSmHaTR";font-size:14px}
  html.lang-ja .corporation01 .biz-list .list .place .tel{font-family:Arial,sans-serif;font-size:14px}
  .corporation01 .biz-list .list .place .address{display:block;margin-top:12px;color:#333130;line-height:1.5;max-height:145px;overflow:hidden;font-family:"LGSmHaTR";font-size:14px; padding-top: 7px;}
  .corporation01 .biz-list .list .place .address a{display:inline-block;margin-left:4px; position: relative; width:12px; height: 12px}
  html.lang-ja .corporation01 .biz-list .list .place .address{font-family:Arial,sans-serif;font-size:46px}
  .corporation01 .biz-list .list .place .address .ico-map{display:block;width:12px;height:16px;background:url("../../images/common/company/ico_map.gif") no-repeat 0 0; background-size:80%;}
 .corporation01 .biz-list .list .place .address:hover .add-txt{display:inline;color:#d7177B; cursor: pointer;}
  .corporation01 .biz-list .list .place .address:focus + .pho-img,.corporation01 .biz-list .list .place .address:hover + .pho-img{display:block}
  .corporation01 .biz-list .list .place .address:hover .ico-map{background:url("../../images/common/company/ico_map_on.gif") no-repeat 0 0; background-size: 80%;}
  .corporation01 .biz-list .list .place .pho-img{display:none;position:absolute;left:-1px;bottom:-5px;z-index:10}
  .corporation01 .biz-list .list .place .pho-img img{width:100%}
  .corporation01 .biz-list .list .produce{position:absolute;width:368px;top:366px;left:-1px;padding:0 40px 40px;z-index:5;border:1px solid #e0e0e0;border-top:none;background:#fff;-webkit-box-sizing:border-box;box-sizing:border-box}
  .corporation01 .biz-list .list .produce .pro-tit{display:inline-block;color:#333130;font-family:"LGSmHaTSB";font-size:18px}
  .corporation01 .biz-list .list .produce .pro-txt{overflow:hidden;height:25px;position:relative;margin-top:7px;color:#333130;line-height:1.8;font-family:"LGSmHaTR";font-size:16px;z-index:6}
  /* s: 20220215 청주공장의 주요제품 텍스트 잘림 현상 수정하기 위해 pc에서만 넓이 추가 */
  .corporation01 .biz-list .list .produce .pro-txt.pro-txxt {width:300px;}
  /* e: 20220215 청주공장의 주요제품 텍스트 잘림 현상 수정하기 위해 pc에서만 넓이 추가 */
  html.lang-ja .corporation01 .biz-list .list .produce .pro-txt{font-family:Arial,sans-serif;font-size:16px}
  .corporation01 .biz-list .list .produce .btn-more{position:relative;z-index:1;display:inline-block;vertical-align:middle;padding:0;cursor:pointer}
  .corporation01 .biz-list .list .produce .btn-more .hide-txt.reduced{display:inline-block;top:50%}
  .corporation01 .biz-list .list .produce .btn-more .hide-txt.expanded{display:none;top:50%}
  .corporation01 .biz-list .list .produce .btn-more .pro-ico{display:inline-block;vertical-align:0;position:relative;margin-left:8px;width:12px;height:12px}
  .corporation01 .biz-list .list .produce .btn-more .pro-ico .bar01{position:absolute;top:5px;left:0;width:12px;height:2px;background:#000;-webkit-transition:.2s all;-o-transition:.2s all;transition:.2s all}
  .corporation01 .biz-list .list .produce .btn-more .pro-ico .bar02{position:absolute;top:0;left:5px;width:2px;height:12px;background:#000;-webkit-transition:.2s all;-o-transition:.2s all;transition:.2s all}
  .corporation01 .biz-list .list .produce .year{position:absolute;right:-2px;bottom:-12px;color:#f2f2f2;font-family:"LGSmHaTB";font-size:96px;z-index:0}
  html.lang-ja .corporation01 .biz-list .list .produce .year{font-family:Arial,sans-serif;font-size:96px}
  .corporation01 .biz-list .list .produce .btn-more.on .bar01{-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}
  .corporation01 .biz-list .list .produce .btn-more.on .bar02{-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}
  .corporation01 .biz-list .list .produce .btn-more.on + .pro-txt{height:auto}
  .corporation01 .biz-list .list .year{position:absolute;right:-2px;bottom:-24px;color:#f2f2f2;font-family:"LGSmHaTB";font-size:96px;z-index:0}
  
  /* mh230823
  .corporation01 .biz-list .list:nth-child(3n+1){margin-left:0}
  .corporation01 .nation-box{position:relative;width:100%;margin-top:50px}
  .corporation01 .nation-box:after{content:'';position:absolute;bottom:19px;left:0;height:1px;width:100%;background-color:#e0e0e0}
  .corporation01 .nation-box li{position:relative;z-index:1;display:inline-block;margin-right:59px;margin-bottom:20px;padding:0 0 13px 0}
  .corporation01 .nation-box li a span{color:#4d4948;font-size:18px;font-family:"LGSmHaTR"}
  .corporation01 .nation-box li:last-child{margin-right:0}
  .corporation01 .nation-box li.on{padding:0 3px 13px;border-bottom:4px solid #a50034}
  .corporation01 .nation-box li.on a span{color:#333120;font-family:"LGSmHaTSB"}
  */
  .corporation01 .biz-list .list:nth-child(4n+1){margin-left:0} 
  .corporation01 .nation-box{position:relative;width:100%;/*margin-top:50px; margin-bottom: 50px;*/}
  .corporation01 .nation-box li{position:relative;z-index:1;display:inline-block;border: 1px solid #ddd;border-radius: 25px;line-height: 50px;margin: 0 10px 0 0;padding: 0;width: calc(100% / 10);text-align: center; /*mh230822*/ cursor: pointer;}
  .corporation01 .nation-box li a span{color:#4d4948;font-size:18px;font-family:"LGSmHaTR"}
  .corporation01 .nation-box li span.num{font-size:12px}
  .corporation01 .nation-box li:last-child{margin-right:0}
  .corporation01 .nation-box li.on{border: 1px solid #333;}
  .corporation01 .nation-box li.all a::before{background:url(../../images/common/product/category_list.png) no-repeat left center; background-size: 17px; padding-left: 20px;}
  .corporation01 .nation-box li.all a span.txt{margin-left: 22px;}
  /* e: mh230823 */
  /*! 홍보센터 - CI */
  .section-content.ci01{margin-top:0}
  .section-content.ci01 .section-inner{position:relative}
  .section-content.ci01 .sub-title{margin-top:120px}
  .section-content.ci01 .sub-title.first{margin-top:80px}
  .section-content.ci01 .tit-detail{margin-top:20px;width:72%}
  .section-content.ci01 .tit-detail .detail01{display:block;color:#4d4948;font-size:18px;font-family:"LGSmHaTR";line-height:1.6}
  .section-content.ci01 .tit-detail .detail02{display:block;color:#4d4948;font-size:18px;font-family:"LGSmHaTR";line-height:1.6}
  .section-content.ci01 .ci-area01{/*width:calc(100% - 120px)*/width:100%;;background-color:#f2ebe4; padding-top: 90px;}
  .section-content.ci01 .ci-content01{width:1200px;margin:0 auto;position:relative;left:60px;padding-bottom:90px}
  .section-content.ci01 .ci-content01 .img-ci{position:absolute;top:0;left:0;width:160px;height:160px;margin:0 20px 0 20px}
  .section-content.ci01 .ci-content01 .img-ci img{width:100%}
  .section-content.ci01 .ci-content01 .txt-area{padding:0 0 0 240px}
  .section-content.ci01 .ci-content01 .txt-area .txt01{color:#333130;font-size:32px;font-family:"LGSmHaTSB"}
  .section-content.ci01 .ci-content01 .txt-area .txt02{color:#333130;font-size:20px;font-family:"LGSmHaTSB";line-height:1.6;margin-top:30px}
  .section-content.ci01 .ci-content01 .txt-area .txt02 .point01{color:#a50034}
  .section-content.ci01 .ci-content01 .txt-area .txt02 .point02{color:#a50034;margin-left:4px}
  .section-content.ci01 .ci-content01 .txt-area .txt03{margin-top:10px;color:#4d4948;font-size:18px;font-family:"LGSmHaTR";line-height:1.6}
  .section-content.ci01 .ci-content01 .txt-area .txt04{color:#4d4948;font-size:18px;font-family:"LGSmHaTR";line-height:1.6}
  .section-content.ci01 .symbol-mark-area{background-color:#fafafa;text-align:center;margin-top:40px;padding:60px 0 64px 0}
  .section-content.ci01 .symbol-mark-area .mark01{display:inline-block;width:304px;height:115px}
  .section-content.ci01 .symbol-mark-area .mark01 img{width:100%}
  .section-content.ci01 .symbol-mark-area .mark02{display:inline-block;width:365px;height:115px;margin:0 50px 0 50px}
  .section-content.ci01 .symbol-mark-area .mark02 img{width:100%}
  .section-content.ci01 .symbol-mark-area .mark03{display:inline-block;width:303px;height:115px}
  .section-content.ci01 .symbol-mark-area .mark03 img{width:100%}
  .section-content.ci01 .logo-mark-area{background:url("../../images/common/company/bg_logo@2x.png") repeat left top;background-size:22px 22px;text-align:center;margin-top:60px;padding:87px 0 99px 0}
  .section-content.ci01 .logo-mark-area .mark01{display:inline-block;width:212px;height:57px}
  .section-content.ci01 .logo-mark-area .mark01 img{width:100%}
  .section-content.ci01 .logo-mark-area .mark02{display:inline-block;width:283px;height:57px;margin:0 162px 0 146px}
  .section-content.ci01 .logo-mark-area .mark02 img{width:100%}
  .section-content.ci01 .logo-mark-area .mark03{display:inline-block;width:207px;height:57px}
  .section-content.ci01 .logo-mark-area .mark03 img{width:100%}
  .section-content.ci01 .btn-download-area{position:absolute;top:78px;right:0; z-index:6;}
  .section-content.ci01 .btn-download-area .bttn{width:140px;padding:15px 10px 15px 10px;margin-right:7px}
  .section-content.ci01 .btn-download-area .bttn:last-child{margin-right:0}
  .section-content.ci01 .btn-download-area .bttn .txt{color:#fff;font-size:16px;font-family:"LGSmHaTSB"}
  .section-content.ci02{margin-top:0}
  .section-content.ci02 .sub-title{margin-top:120px}
  .section-content.ci02 .tit-detail{margin-top:20px;position:relative;z-index:1}
  .section-content.ci02 .tit-detail .detail01{display:block;color:#4d4948;font-size:18px;font-family:"LGSmHaTR";line-height:1.6}
  .section-content.ci02 .tit-detail .detail02{display:block;color:#4d4948;font-size:18px;font-family:"LGSmHaTR";line-height:1.6}
  .section-content.ci02 .color-type-wrap{position:relative}
  .section-content.ci02 .color-type-wrap .bg-color-type{position:absolute;top:-180px;left:0;/*width:calc(100% - 120px)*/width:100%;height:480px;background:#fafafa}
  .section-content.ci02 .color-type-area{position:relative;z-index:1;width:1200px;height:300px;margin:80px auto 0 auto}
  .section-content.ci02 .color-type{float:left;margin-right:120px}
  .section-content.ci02 .color-type:last-child{margin-right:0}
  .section-content.ci02 .color-item{display:inline-block;vertical-align:top;margin-right:23px}
  .section-content.ci02 .color-item:last-child{margin-right:0}
  .section-content.ci02 .color-item .tit01{color:#333130;font-size:18px;font-family:"LGSmHaTSB";margin-top:29px}
  .section-content.ci02 .color-item .txt01{color:#4d4948;font-size:16px;font-family:"LGSmHaTR";line-height:1.4;margin-top:10px}
  .section-content.ci02 .color-item .txt02{color:#4d4948;font-size:16px;font-family:"LGSmHaTR";line-height:1.4}
  .section-content.ci02 .color-item .txt03{color:#4d4948;font-size:16px;font-family:"LGSmHaTR";line-height:1.4}
  .section-content.ci02 .color-item .color01,.section-content.ci02 .color-item .color02{width:200px;height:56px}
  .section-content.ci02 .color-item .color03,.section-content.ci02 .color-item .color04,.section-content.ci02 .color-item .color05{width:140px;height:56px}
  .section-content.ci02 .color-item .color01{background-color:#a50034}
  .section-content.ci02 .color-item .color02{background-color:#6b6b6b}
  .section-content.ci02 .color-item .color03{background-color:#8a8d8f}
  .section-content.ci02 .color-item .color04{background-color:#89734c}
  .section-content.ci02 .color-item .color05{background-color:#251e1c}
  .section-content.ci03{margin-top:0;margin-bottom:120px}
  .section-content.ci03 .sub-title{margin-top:120px}
  .section-content.ci03 .tit-detail{margin-top:20px}
  .section-content.ci03 .tit-detail .detail01{display:block;color:#4d4948;font-size:18px;font-family:"LGSmHaTR";line-height:1.6}
  .section-content.ci03 .tit-detail .detail02{display:block;color:#4d4948;font-size:18px;font-family:"LGSmHaTR";line-height:1.6}
  .section-content.ci03 .btn-area{margin-top:40px}
  .section-content.ci03 .btn-area .bttn{width:210px}
  .section-content.ci03 .btn-area .bttn .txt{font-size:16px}
  .popup-wrap .swiper-container{height:420px}
  .popup-wrap .tab-menu-type01{table-layout:fixed;margin:0 40px 20px 40px;width:calc(100% - 80px)}
  .popup-wrap .tab-menu-type01 .item{-webkit-box-sizing:border-box;box-sizing:border-box}
  .popup-wrap .tab-content01{display:block}
  .popup-wrap .tab-content02{display:none}
  .popup-wrap .tab-content03{display:none}
  .popup-wrap .agreement-notice-area{padding:35px 40px}
  .popup-wrap .agreement-notice-area .title01{color:#333130;font-size:24px;font-family:"LGSmHaTSB";margin-bottom:40px}
  .popup-wrap .agreement-notice-area .sub-title01{color:#4d4948;font-size:20px;font-family:"LGSmHaTSB";line-height:1.5;margin-bottom:20px}
  .popup-wrap .agreement-notice-area .p-txt01{color:#4d4948;font-size:18px;font-family:"LGSmHaTR";line-height:1.5;margin-bottom:20px}
  .popup-wrap .agreement-notice-area .p-txt02{color:#4d4948;font-size:18px;font-family:"LGSmHaTR";line-height:1.5;margin-bottom:20px}
  .popup-wrap .agreement-notice-area .p-list01{margin-bottom:20px}
  .popup-wrap .agreement-notice-area .p-list01 li{color:#4d4948;font-size:18px;font-family:"LGSmHaTR";line-height:1.5;padding-left:18px;text-indent:-18px}
  .popup-wrap .agreement-notice-area .p-list02{margin-left:18px;margin-bottom:20px}
  .popup-wrap .agreement-notice-area .p-list02 li{color:#4d4948;font-size:18px;font-family:"LGSmHaTR";line-height:1.5;padding-left:24px;text-indent:-24px}
  .popup-wrap .agreement-notice-area .p-list02 .in-txt01{margin:10px 0 10px 0;color:#4d4948;font-size:18px;font-family:"LGSmHaTR";line-height:1.5;padding-left:28px;text-indent:-28px}
  /*! 생활속의 LG 화학 - 리스트 */
  .best_practices_list .section-inner{position:relative;margin-top:-446px;padding-bottom:120px}
  .best_practices_list .more{margin:37px 0 -17px;text-align:center}
  .best_practices_list .life{margin:-48px 0 -9px -45px}
  .best_practices_list .life .life-box{display:inline-block;vertical-align:top;position:relative;width:368px;margin-left:45px}
  .best_practices_list .life .life-box .box-note{width:368px;height:532px;position:relative;top:-32px}
  .best_practices_list .life .life-box a{display:block}
  .best_practices_list .life .life-box .item{display:none;position:absolute;left:0;top:214px;height:40px;line-height:40px;padding:0 20px;color:#fff;font-size:18px;font-family:"LGSmHaTSB";background:#4d4948;z-index:3}
  .best_practices_list .life .life-box .life-txt{position:relative;padding:64px 41px 31px;color:#333130;word-break:keep-all;background:#fafafa;font-family:"LGSmHaTSB";font-size:20px;line-height:1.6}
  .best_practices_list .life .life-box .life-txt p{margin-bottom:63px;display:block;display:-webkit-box;-webkit-box-orient:vertical;position:relative;line-height:1.6!important;overflow:hidden;-o-text-overflow:ellipsis;text-overflow:ellipsis;height:3.2em;-webkit-line-clamp:2;display:-webkit-box!important;white-space:unset}
  .best_practices_list .life .life-box .life-txt p:after{content:'';text-align:right;bottom:0;right:0;width:25%;display:block;position:absolute;height:1.6em}
  @supports (-webkit-line-clamp: 1){
  .best_practices_list .life .life-box .life-txt p:after{display:none!important}}
  .best_practices_list .life .life-box .life-txt .date{color:#4c4948;font-family:"LGSmHaTR";font-size:18px}
  .best_practices_list .life .life-box .life-txt .ico{position:absolute;right:40px;bottom:42px;display:inline-block;background-image:url(../../images/common/default/sprite_pc.png);background-position:-212px -269px;width:30px;height:10px;background-size:431px 383px}
  .best_practices_list .life .life-box:nth-child(3n+2){height:532px}
  .best_practices_list .life .life-box:nth-child(3n+2) .box-note{top:48px}
  .best_practices_list .life .life-box:nth-child(2){height:564px}
  .best_practices_list .life .life-box:nth-child(2) .box-note{top:80px}
  .best_practices_list .life .life-box:nth-child(3) .box-note{top:0}
  .best_practices_list .life .life-box:nth-child(1) .box-note{top:0}
  .best_practices_list .life .ty02{margin-top:80px}
  .best_practices_list .life .photo-img{width:100%;height:234px;z-index:0}
  /*! 생활속의 LG 화학 - 상세 */
  .section-content.best_practices_detail{margin-top:-481px}
  .section-content.best_practices_detail .aside-list-info{float:left;width:220px;padding:120px 59px 0 0}
  .section-content.best_practices_detail .aside-list-info .txt{margin:18px 0 7px;font-size:16px;font-family:"LGSmHaTSB";color:#333130;line-height:1.75}
  .section-content.best_practices_detail .aside-list-info .item-txt{display:block;font-size:16px;font-family:"LGSmHaTR";color:#665852}
  .section-content.best_practices_detail .aside-list-info a{display:inline-block;width:220px}
  .section-content.best_practices_detail .next-area .tit,.section-content.best_practices_detail .prev-area .tit{display:block;max-width:200px}
  .section-content.best_practices_detail .next-area .txt,.section-content.best_practices_detail .prev-area .txt{display:inline-block;max-width:190px}
  .section-content.best_practices_detail .next-area,.section-content.best_practices_detail .prev-area{margin-bottom:47px}
  .section-content.best_practices_detail .next-area .aside-img,.section-content.best_practices_detail .prev-area .aside-img{position:relative;display:inline-block;width:100%;height:140px}
  .section-content.best_practices_detail .next-area .aside-img img,.section-content.best_practices_detail .prev-area .aside-img img{width:220px;height:140px}
  .section-content.best_practices_detail .next-area .aside-img .txt-area,.section-content.best_practices_detail .prev-area .aside-img .txt-area{position:absolute;left:0;bottom:0;width:100%;height:40px}
  .section-content.best_practices_detail .next-area .aside-img .dimmed,.section-content.best_practices_detail .prev-area .aside-img .dimmed{display:inline-block;position:absolute;z-index:0;left:0;bottom:0;width:100%;height:100%;background:#000;opacity:.5}
  .section-content.best_practices_detail .next-area .aside-img .ico,.section-content.best_practices_detail .prev-area .aside-img .ico{position:absolute;display:inline-block;width:28px;height:10px;top:15px;left:20px;background:url("../../images/common/company/ico_release_thumb_prev.png") no-repeat 0 0}
  .section-content.best_practices_detail .next-area .aside-img .txt,.section-content.best_practices_detail .prev-area .aside-img .txt{position:relative;right:19px;display:block;max-width:none;margin-top:12px;text-align:right;font-family:"LGSmHaTR";color:#fff;z-index:1;line-height:1}
  .section-content.best_practices_detail .next-area .aside-img .ico{left:auto;right:20px;background-image:url("../../images/common/company/ico_release_thumb_next.png")}
  .section-content.best_practices_detail .next-area .aside-img .txt{text-align:left;right:auto;left:19px}
  .section-content.best_practices_detail .aside-content{position:relative;z-index:1;float:right;width:860px;padding-left:60px;border-left:1px solid #e0e0e0}
  .section-content.best_practices_detail .aside-content .breadcrumb{font-size:0}
  .section-content.best_practices_detail .aside-content .breadcrumb .date,.section-content.best_practices_detail .aside-content .breadcrumb .txt{font-size:18px;font-family:"LGSmHaTR";color:#665852}
  .section-content.best_practices_detail .aside-content .breadcrumb .ico{display:inline-block;content:'';width:1px;height:11px;margin:0 20px;background:#a19896;vertical-align:super}
  .section-content.best_practices_detail .aside-content .sub-tit .txt{display:block;font-size:40px;font-family:"LGSmHaTSB";color:#333130;line-height:1.37}
  .section-content.best_practices_detail .aside-content .sub-tit .txt:first-child{margin-top:26px}
  .section-content.best_practices_detail .aside-content .item-area{display:none;margin-top:7px}
  .section-content.best_practices_detail .aside-content .item-area .item{font-size:24px;font-family:"LGSmHaTR";color:#333130}
  .section-content.best_practices_detail .aside-content .item-area .stg{font-size:24px;font-family:"LGSmHaTSB";color:#333130}
  .section-content.best_practices_detail .aside-content .best_practices_detail{position:relative;margin-top:52px;width:auto;max-height:480px;overflow:hidden}
  .section-content.best_practices_detail .aside-content .best_practices_detail img{width:100%;height:auto}
  .section-content.best_practices_detail .aside-content .best_practices_detail .section-aside-btn{position:absolute;bottom:0;right:0;display:table;background:#333130}
  .section-content.best_practices_detail .aside-content .best_practices_detail .section-aside-btn a{text-align:center;color:#fff;display:block;font-family:"LGSmHaTSB";font-size:18px;line-height:1.6;width:140px;height:140px;-webkit-transition:.3s all;-o-transition:.3s all;transition:.3s all;display:table-cell;vertical-align:middle}
  .section-content.best_practices_detail .aside-content .best_practices_detail .section-aside-btn a .txt{display:block;padding:0 10px}
  .section-content.best_practices_detail .aside-content .best_practices_detail .section-aside-btn a .ico{position:absolute;bottom:20px;right:20px;display:inline-block;background-image:url(../../images/common/default/sprite_pc.png);background-position:-275px -233px;width:30px;height:10px;background-size:431px 383px}
  .section-content.best_practices_detail .aside-content .best_practices_detail .section-aside-btn a:focus,.section-content.best_practices_detail .aside-content .best_practices_detail .section-aside-btn a:hover{background:#a40034}
  .section-content.best_practices_detail .aside-content .text-info{min-height:300px;padding:60px 0}
  .section-content.best_practices_detail .aside-content .text-info img{width:100%}
  .section-content.best_practices_detail .aside-content .text-info strong{font-weight:bold}
  .section-content.best_practices_detail .aside-content .text-info em{font-style:italic}
  .section-content.best_practices_detail .aside-content .hashtag-info{padding:40px 0 60px;border-top:1px solid #e0e0e0}
  .section-content.best_practices_detail .aside-content .hashtag-info .hashtag-list li{float:left;margin-right:10px}
  .section-content.best_practices_detail .aside-content .hashtag-info .hashtag-list li:last-child{margin-right:0}
  .section-content.best_practices_detail .aside-content .hashtag-info .hashtag-list li .item{display:inline-block;padding:10px 19px;border:1px solid #9d9391;border-radius:18px}
  .section-content.best_practices_detail .aside-content .hashtag-info .hashtag-list li .item .txt{font-size:16px;font-family:"LGSmHaTR";color:#665852}
  .section-content.best_practices_detail .aside-content .hashtag-info .hashtag-list li .item:focus,.section-content.best_practices_detail .aside-content .hashtag-info .hashtag-list li .item:hover{border:1px solid #4d4948;background:#4d4948}
  .section-content.best_practices_detail .aside-content .hashtag-info .hashtag-list li .item:focus .txt,.section-content.best_practices_detail .aside-content .hashtag-info .hashtag-list li .item:hover .txt{color:#fff}
  .section-content.relate{padding-top:16px}
  .section-content.relate .sub-title{margin-top:-35px}
  .relate-bg{width:100%;height:445px;margin-top:-18px;background:#eeece8;z-index:0}
  .relate-list-container{width:100%;max-width:1200px;margin:-383px auto 0;padding-bottom:120px}
  .relate-list-container .swiper-slide{width:264px;margin-right:48px}
  .relate-list-container .swiper-slide:last-child{margin-right:0}
  .relate-list-container .swiper-slide .item{overflow:hidden;position:relative;display:block}
  .relate-list-container .swiper-slide img{width:100%;height:168px}
  .relate-list-container .swiper-slide .txt{max-height:62px;padding-top:14px;color:#333130;line-height:1.6;font-size:18px;font-family:"LGSmHaTSB";word-break:keep-all;display:block;display:-webkit-box;-webkit-box-orient:vertical;position:relative;line-height:1.6!important;overflow:hidden;-o-text-overflow:ellipsis;text-overflow:ellipsis;height:3.2em;-webkit-line-clamp:2;display:-webkit-box!important;white-space:unset;height:auto}
  .relate-list-container .swiper-slide .txt:after{content:'';text-align:right;bottom:0;right:0;width:25%;display:block;position:absolute;height:1.6em}
  @supports (-webkit-line-clamp: 1){
  .relate-list-container .swiper-slide .txt:after{display:none!important}}
  .relate-list-container .swiper-slide .item-txt{display:block;color:#665852;font-size:16px;font-family:"LGSmHaTR"}
  /*! sns채널 - 리스트 */
  .section-content.sns{margin-top:-310px}
  .section-content.sns .sub-title .baro{position:absolute;bottom:1px;right:0;color:#333130;font-size:16px;font-family:"LGSmHaTR"}
  .section-content.sns .sub-title .baro::after{content:'';display:inline-block;width:60px;border-top:1px solid #333130;margin-left:20px;vertical-align:super}
  .sns-area{margin:37px auto 0}
  .sns-area .sns-list{margin:0 0 120px -24px}
  .sns-area .sns-box-sm{float:left;width:282px;margin-left:24px}
  .sns-area .sns-box-sm a{display:block}
  .sns-area .sns-box-sm .txt-box{position:relative;width:282px;height:192px;-webkit-box-sizing:border-box;box-sizing:border-box;padding:35px 40px 0;color:#333130;word-break:keep-all;background:#fafafa;font-family:"LGSmHaTSB";font-size:20px;line-height:1.6}
  .sns-area .sns-box-sm .txt-box.ty02{padding:25px 20px 0}
  .sns-area .sns-box-sm .txt-box.ty02 .field{position:relative;width:100%;margin-bottom:27px;padding-bottom:16px;border-bottom:1px solid #e0e0e0}
  .sns-area .sns-box-sm .txt-box.ty02 .field .s-tit{float:left;color:#333130;font-size:16px;font-family:"LGSmHaTSB"}
  .sns-area .sns-box-sm .txt-box.ty02 .field .day{float:right;color:#4c4948;font-size:14px;font-family:"LGSmHaTR"}
  .sns-area .sns-box-sm .txt-box.ty02 .tit-ty02{margin:0 20px;max-height:64px;color:#333130;display:block;display:-webkit-box;-webkit-box-orient:vertical;position:relative;line-height:1.6!important;overflow:hidden;-o-text-overflow:ellipsis;text-overflow:ellipsis;height:3.2em;-webkit-line-clamp:2;display:-webkit-box!important;white-space:unset;height:auto}
  .sns-area .sns-box-sm .txt-box.ty02 .tit-ty02:after{content:'';text-align:right;bottom:0;right:0;width:25%;display:block;position:absolute;height:1.6em}
  @supports (-webkit-line-clamp: 1){
  .sns-area .sns-box-sm .txt-box.ty02 .tit-ty02:after{display:none!important}}
  .sns-area .sns-box-sm .txt-box .tit{max-height:64px;color:#333130;display:block;display:-webkit-box;-webkit-box-orient:vertical;position:relative;line-height:1.6!important;overflow:hidden;-o-text-overflow:ellipsis;text-overflow:ellipsis;height:3.2em;-webkit-line-clamp:2;display:-webkit-box!important;white-space:unset;height:auto}
  .sns-area .sns-box-sm .txt-box .tit:after{content:'';text-align:right;bottom:0;right:0;width:25%;display:block;position:absolute;height:1.6em}
  @supports (-webkit-line-clamp: 1){
  .sns-area .sns-box-sm .txt-box .tit:after{display:none!important}}
  .sns-area .sns-box-sm .txt-box .date{position:absolute;left:40px;bottom:32px;color:#4c4948;font-family:"LGSmHaTR";font-size:18px}
  .sns-area .sns-box-sm .txt-box .ico{position:absolute;right:40px;bottom:42px;display:inline-block;background-image:url(../../images/common/default/sprite_pc.png);background-position:-212px -269px;width:30px;height:10px;background-size:431px 383px}
  .sns-area .sns-box-sm .photo-img{width:100%;height:180px}
  .sns-area .sns-box-la{float:left;width:588px;margin:30px 0 0 24px}
  .sns-area .sns-box-la a{display:block}
  .sns-area .sns-box-la .tit{padding-top:21px;max-height:30px;color:#333130;display:block;display:-webkit-box;-webkit-box-orient:vertical;position:relative;line-height:1.6!important;overflow:hidden;-o-text-overflow:ellipsis;text-overflow:ellipsis;height:1.6em;display:block!important;white-space:nowrap;height:auto;color:#333130;word-break:keep-all;font-family:"LGSmHaTSB";font-size:20px;line-height:1.6}
  .sns-area .sns-box-la .tit:after{content:'';text-align:right;bottom:0;right:0;width:25%;display:block;position:absolute;height:1.6em}
  .sns-area .sns-box-la .tit:after{display:none!important}
  @supports (-webkit-line-clamp: 1){
  .sns-area .sns-box-la .tit:after{display:none!important}}
  .sns-area .sns-box-la .img-area{position:relative;width:588px;height:330px}
  .sns-area .sns-box-la .img-area .ico{position:absolute;left:24px;bottom:24px;display:block;width:64px;height:64px;background:url("../../images/common/company/ico_movie64x64.png") no-repeat 0 0}
  .sns-area .sns-box-la .photo-img{width:100%;height:330px}
  .sns-area .sns-box-la:nth-child(1),.sns-area .sns-box-la:nth-child(2){margin-top:0}
  /*! Company - 기업정보 - 비전 */
  .snb-type.visions{margin-bottom:56px}
  .snb-type.visions .sub-txt{font-size:19px;font-family:"LGSmHaTSB";color:#333130;padding:60px 0 0 300px;width:910px;line-height:1.57}
  .bg-section{width:100%;height:562px;background:#f2ebe4;-webkit-box-sizing:border-box;box-sizing:border-box;position:absolute;z-index:-1}
  .section-content.visions{padding-top:120px;margin-top:0}
  .section-content.visions br.mo_only{display:none!important}
  .section-content.visions .sub-title{padding:0;font-size:46px;margin-bottom:20px;font-family:"LGSmHaTB";text-align:center}
  .section-content.visions .sub-txt{font-size:24px;font-family:"LGSmHaTSB";color:#333130;text-align:center;margin-bottom:56px}
  .section-content.visions .category-box{font-size:0}
  .section-content.visions .category-box .item{display:inline-block;width:50%;height:250px;padding:38px 53px 38px 45px;border:1px solid #e0e0e0;background:#fff;-webkit-box-sizing:border-box;box-sizing:border-box;vertical-align:top}
  html.lang-pl .section-content.visions .category-box .item{height:280px}
  html.lang-de .section-content.visions .category-box .item{height:280px}
  .section-content.visions .category-box .item:nth-child(2){margin-left:-1px}
  .section-content.visions .category-box .item:nth-child(4){margin-left:-1px}
  .section-content.visions .category-box .item:nth-child(3),.section-content.visions .category-box .item:nth-child(4){margin-top:-1px}
  .section-content.visions .category-box .list .ico{display:table-cell;width:6px;height:6px;background:url("../../images/common/default/bu_circle.png") no-repeat 0 9px}
  .section-content.visions .category-box .list .txt{display:table-cell;padding-left:13px}
  .section-content.visions .category-box .sub-tit{margin-bottom:37px;font-size:24px;font-family:"LGSmHaTSB";color:#333130}
  .section-content.visions .category-box .txt{font-size:18px;font-family:"LGSmHaTR";color:#4d4948;line-height:1.6;letter-spacing:-1px}
  .section-content.visions .category-box .txt.bullet{padding-left:20px;position:relative}
  .section-content.visions .category-box .txt.bullet:before{position:absolute;left:0;top:9px;content:'';display:inline-block;width:6px;height:6px;background:url("../../images/common/company/vision_bullet.png") no-repeat}
  
  /*! Company - 연혁 */
  .snb-type01.milestone{padding:91px 0 151px 60px;/*min-height:496px*/}
  .snb-type01.milestone .section-aside{width:10.41667vw;height:10.41667vw;-webkit-box-sizing:border-box;box-sizing:border-box}
  .snb-type01.milestone .section-aside a{width:33%;margin:0 auto;padding-top:3.75vw;font-size:0.9375vw;height:6.66667vw}
  .snb-type01.milestone .section-aside .txt{font-size:0.9375vw}
  .snb-type01.milestone .section-aside .ico{background-image:url(../../images/common/default/sprite_pc.png);background-position:-14.32292vw -12.13542vw;width:1.5625vw;height:0.52083vw;background-size:22.44792vw 19.94792vw}
  .section-content.milestone{font-size:0;margin-bottom:120px}
  /* s:20220421 넓이 늘림-pc */
  .section-content.milestone .section-inner{position:relative;width: 1371px;}
  /* e:20220421 넓이 늘림-pc */
  .section-content.milestone .history-box-mo{display:none}
  .section-content.milestone .navi{position:absolute;top:486px;right:60px;width:140px;text-align:right}
  .section-content.milestone .navi .item{padding:10px 0}
  .section-content.milestone .navi .txt{font-size:16px;font-family:"LGSmHaTR";color:#7a716b}
  .section-content.milestone .navi .link-area{margin-top:20px;text-align:right}
  .section-content.milestone .navi .link-area .item{display:inline-block}
  .section-content.milestone .navi .link-area .ico{display:block;width:56px;height:46px;margin:0 auto 18px;background:url("../../images/common/company/ico_mildstone_h.png") no-repeat 0 0}
  .section-content.milestone .navi .link-area .item.on .line-red,.section-content.milestone .navi .link-area .item:active .line-red,.section-content.milestone .navi .link-area .item:focus .line-red,.section-content.milestone .navi .link-area .item:hover .line-red{bottom:-6px;width:100%;height:8px;background:#a50034;z-index:0;-webkit-transition:.4s all;-o-transition:.4s all;transition:.4s all}
  .section-content.milestone .navi .link-area .txt-box{position:relative;vertical-align:baseline}
  .section-content.milestone .navi .link-area .txt-box .line-red{position:absolute;left:0;display:inline-block;width:1px}
  .section-content.milestone .navi .link-area .txt-box::before{content:'';position:absolute;display:block;width:100%;height:8px;left:0;bottom:-6px;background:#e0e0e0}
  .section-content.milestone .navi .link-area .txt{position:relative;z-index:1;font-size:16px;font-family:"LGSmHaTSB";color:#333130}
  .section-content.milestone .navi .item.on .txt{font-family:"LGSmHaTB";color:#333130}
  .section-content.milestone .navi .item.on .txt::before{content:'';display:inline-block;width:12px;height:2px;margin-right:10px;vertical-align:6px;background:#000}
  /* s:20220421 넓이 높이 늘림-pc */
  .section-content.milestone .box{display:inline-block;width:441px;height:630px;margin:24px 24px 0 0;padding:30px 30px 0 38px;-webkit-box-sizing:border-box;box-sizing:border-box;border:1px solid #e0e0e0;vertical-align:top;background:#fff}
  /* e:20220421 넓이 높이 늘림-pc */
  html.lang-en .section-content.milestone .box{height:830px}
  html.lang-en .section-content.milestone .box:nth-child(1),html.lang-en .section-content.milestone .box:nth-child(2),html.lang-en .section-content.milestone .box:nth-child(3){height:950px}
  html.lang-pl .section-content.milestone .box{height:770px}
  html.lang-de .section-content.milestone .box{height:850px}
  html.lang-ja .section-content.milestone .box{height:680px}
  .section-content.milestone .box .sub-tit{margin-bottom:20px;font-size:36px;font-family:"LGSmHaTSB";color:#333130;line-height:initial}
  .section-content.milestone .box:nth-of-type(3n){margin-right:0}
  .section-content.milestone .box:nth-child(-n + 3){margin-top:0}
  .section-content.milestone .box.short{height:268px}
  html.lang-en .section-content.milestone .box.short{height:320px}
  html.lang-pl .section-content.milestone .box.short{height:345px}
  html.lang-de .section-content.milestone .box.short{height:320px}
  html.lang-ja .section-content.milestone .box.short{height:300px}
  .section-content.milestone .bg2023{background:#fff url("../../images/common/company/img_mildstone_bg2023.png") no-repeat 0 bottom;background-size:100%}
  .section-content.milestone .bg2020{background:#fff url("../../images/common/company/img_mildstone_bg2020.jpg") no-repeat 0 bottom;background-size:100%}
  .section-content.milestone .bg2017{background:#fff url("../../images/common/company/img_mildstone_bg01@2x.png") no-repeat 0 bottom;background-size:100%}
  .section-content.milestone .bg2016{background:#fff url("../../images/common/company/img_mildstone_bg02@2x.png") no-repeat 0 bottom;background-size:100%}
  .section-content.milestone .bg2013{background:#fff url("../../images/common/company/img_mildstone_bg03@2x.png") no-repeat 0 bottom;background-size:100%}
  .section-content.milestone .bg2008{background:#fff url("../../images/common/company/img_mildstone_bg04@2x.png") no-repeat 0 bottom;background-size:100%}
  .section-content.milestone .bg2006{background:#fff url("../../images/common/company/img_mildstone_bg05@2x.png") no-repeat 0 bottom;background-size:100%}
  .section-content.milestone .bg2003{background:#fff url("../../images/common/company/img_mildstone_bg06@2x.png") no-repeat 0 bottom;background-size:100%}
  .section-content.milestone .bg1999{background:#fff url("../../images/common/company/img_mildstone_bg07@2x.png") no-repeat 0 bottom;background-size:100%}
  .section-content.milestone .bg1998{background:#fff url("../../images/common/company/img_mildstone_bg08@2x.png") no-repeat 0 bottom;background-size:100%}
  .section-content.milestone .bg1976{background:#fff url("../../images/common/company/img_mildstone_bg09@2x.png") no-repeat 0 bottom;background-size:100%}
  .section-content.milestone .bg1962{background:#fff url("../../images/common/company/img_mildstone_bg10@2x.png") no-repeat 0 bottom;background-size:100%}
  .section-content.milestone .bg1947{background:#fff url("../../images/common/company/img_mildstone_bg11@2x.png") no-repeat 0 bottom;background-size:100%}
  .section-content.milestone .list .month,.section-content.milestone .list .txt-area{display:table-cell}
  .section-content.milestone .list .month{font-size:18px;font-family:"LGSmHaTSB";color:#333130}
  .section-content.milestone .txt-area .txt{display:block}
  .section-content.milestone .txt-area .txt{padding-left:27px;font-size:18px;font-family:"LGSmHaTR";color:#4d4948;line-height:1.75;letter-spacing:-1px;word-break:keep-all}
  html.lang-de .section-content.milestone .txt-area .txt,html.lang-ja .section-content.milestone .txt-area .txt,html.lang-pl .section-content.milestone .txt-area .txt,html.lang-zh .section-content.milestone .txt-area .txt{word-break:break-all}
  .tab-menu-type01 li{width:50%}
  /*! 20191017 생명과학 상세 */
  .section-content.business05-detail{margin-top:80px}
  .section-content.business05-detail .result-list{border-top:none;margin-bottom:0}
  .section-content.business05-detail .result-list .tit{display:inline-block;font-size:18px;margin:13px 0 5px;line-height:1.3}
  .section-content.business05-detail .more-area{margin:13px 0 184px;text-align:center}
  .section-list-type04 .result-list li{float:left;width:264px;min-height:370px;margin-right:48px}
  .section-list-type04 .result-list .item{display:inline-block;width:100%;padding-top:40px;border:none}
  .section-list-type04 .result-list .item:last-child{border:none}
  .section-list-type04 .result-list .thumb-img{width:100%;height:168px;margin-right:0}
  .section-list-type04 .result-list li:nth-child(4n+0){margin:0}
  .section-list-type04 .result-list li:nth-child(n+5) .item{padding-top:0}
  .section-list-type04 .result-list .tit{margin-top:16px;color:#a50034;font-family:"LGSmHaTSB";font-size:18px}
  .section-list-type04 .result-list .txt{display:block;font-size:16px;font-family:"LGSmHaTR";color:#333130;display:block;display:-webkit-box;-webkit-box-orient:vertical;position:relative;line-height:1.3!important;overflow:hidden;-o-text-overflow:ellipsis;text-overflow:ellipsis;height:1.3em;display:block!important;white-space:nowrap}
  .section-list-type04 .result-list .txt:after{content:'';text-align:right;bottom:0;right:0;width:25%;display:block;position:absolute;height:1.3em}
  .section-list-type04 .result-list .txt:after{display:none!important}
  @supports (-webkit-line-clamp: 1){
  .section-list-type04 .result-list .txt:after{display:none!important}}
  .iframe-wrap{width:1000px;height:980px;overflow:hidden;position:relative;margin:0 auto}
  .iframe-wrap iframe{width:1000px;height:950px;position:absolute;left:100px;top:20px}
  .iframe-wrap iframe.pc-url{display:block}
  .iframe-wrap iframe.mo-url{display:none}
  
  
      /* s 20210609 비전 신규 페이지로 수정 비전_new pc */
      .snb-type.visions.new .sub-title{padding: 0 0 0 58px;}
      .bg-section.visions.new {height: 400px;}
      .snb-type.visions.new .sub-txt {font-size: 24px;padding: 60px 0 0 365px;width: 1160px;}
      .section-content.visions.new {padding-top: 80px;margin-top: 0;}
      .section-content.visions.new .category-box {box-shadow: 10px 10px 20px 0px rgba(182, 180, 180, .2);border: 1px solid #e0e0e0; background: #fff; border-radius: 20px;}
      .section-content.visions.new .category-box .item {position: relative; width: calc(100%/3); height: 320px; padding: 0; margin-top:0px; border: unset; background: unset;}
  
      .section-content.visions.new .category-box .item:nth-child(2){border-right: none;   border-left: none;}
      .section-content.visions.new .category-box .item:nth-child(3){   border-left: none;}
      .section-content.visions.new .category-box .item:nth-child(3) .txt::after{display:none;}
      .section-content.visions.new .category-box .item .line-box { margin: 60px 0 0 60px;}
      .section-content.visions.new .category-box .sub-tit {margin-bottom: 32px;}
  
      .section-content.visions.new .section-type01:nth-child(3) .sub-title {margin-bottom: 27px;}
      .section-content.visions.new .section-type01:nth-child(3){margin-bottom:0;}
      .section-content.visions.new .accordion-st-area {margin:0 0 120px 0;}
      .section-content.visions.new .accordion-st-area .accordion-st-list {border: 0;}
  
      .section-content.visions.new .category-box .item .txt::after{position: absolute;content: '';display: block;width: 1px;height: 202px;top: 58px;right: 0;background: #c8c8cc;}
      .section-content.visions.new .accordion-st-area .accordion-st-list .title .txt{color: #a50034;font-size: 30px;}
      .section-content.visions.new .accordion-st-area .accordion-st-list .title .btn-spread {padding: 0;}
      .section-content.visions.new .accordion-st-area .accordion-st-list .item .title .btn-spread [class^="ico"]{position:absolute;display:block;top:50%;left:49px;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);background-repeat:no-repeat;background-position:center center;background-size:100%;right: 7px;}
      .section-content.visions.new .accordion-st-area .accordion-st-list .item .title .btn-spread .ico01{width:125px;height: 105px; background-repeat:no-repeat;}
      /* .section-content.visions.new .accordion-st-list .left-ico {position:relative; width: 11%;box-sizing: border-box;float: left; padding:90px 70px;} */
      .section-content.visions.new .accordion-st-list .right-txt {position:relative; box-sizing: border-box;padding:52px 20px;}
      .section-content.visions.new .accordion-st-list .item {width:100%; display: inline-block;border-top:1px solid #ccc; border-bottom: unset;}
      /* .section-content.visions.new .accordion-st-list .item:nth-child(5) .title{border-bottom:1px solid #ccc; ;} */
      .section-content.visions.new .accordion-st-list .item .title {display: inline-block;width: 100%;box-sizing: border-box;; background-color: unset;}
      /* s:20220512 비전의 핵심가치 왼쪽 정렬되어 있는 아이콘 보이게 하기-pc */
      .section-content.visions.new .accordion-st-area .accordion-st-list {margin-left: 190px;}
      /* e:20220512 비전의 핵심가치 왼쪽 정렬되어 있는 아이콘 보이게 하기-pc */
      .section-content.visions.new .accordion-st-area .accordion-st-list .left-ico {left: -20%;position: absolute;display: block;width: 25%;height: 185px;}
      .section-content.visions.new .accordion-st-area .accordion-st-list .item:nth-child(1) .left-ico {height:220px;}
      .section-content.visions.new .accordion-st-area .accordion-st-list .left-ico .ico01 {width: 100%;height: 100%;display: block;position: absolute;top: 0%;left: -10%;    }
      .section-content.visions.new .accordion-st-area .accordion-st-list .item:nth-child(1) .left-ico .ico01 {background: url(../../images/common/company/vision_value_ico01.png) no-repeat center;}
      .section-content.visions.new .accordion-st-area .accordion-st-list .item:nth-child(2) .left-ico .ico01 {background: url(../../images/common/company/vision_value_ico02.png) no-repeat center;}
      .section-content.visions.new .accordion-st-area .accordion-st-list .item:nth-child(3) .left-ico .ico01 {background: url(../../images/common/company/vision_value_ico03.png) no-repeat center;}
      .section-content.visions.new .accordion-st-area .accordion-st-list .item:nth-child(4) .left-ico .ico01 {background: url(../../images/common/company/vision_value_ico04.png) no-repeat center;}
      .section-content.visions.new .accordion-st-area .accordion-st-list .item:nth-child(5) .left-ico .ico01 {background: url(../../images/common/company/vision_value_ico05.png) no-repeat center;}
      .section-content.visions.new .accordion-st-area .accordion-st-list .title .txt + .txt {font-size:24px; color:#4c4948; margin-top:17px;font-family: "LGSmHaTR"; line-height:1.5}
      .section-content.visions.new .accordion-st-area .accordion-st-list .item .detail{padding:20px 20px 45px 20px ;}
      .section-content.visions.new .accordion-st-area .accordion-st-list .item .detail .pro-list .cont {width: 40% ; display:inline-block;vertical-align: top;}
      .section-content.visions.new .accordion-st-area .accordion-st-list .item .detail .pro-list .cont .ord-box{margin-top: 15px;}
      .section-content.visions.new .accordion-st-area .accordion-st-list .item .detail .pro-list .cont .ord-box .copy{font-size:24px;font-family:"LGSmHaTSB";color:#333130; margin-bottom:18px;}
      .section-content.visions.new .accordion-st-area .accordion-st-list .item .detail .pro-list .cont .ord-box .pro-txt{font-size:18px;font-family:"LGSmHaTR";color:#333130; line-height: 1.62; }
      .section-content.visions.new .accordion-st-area .accordion-st-list .item .detail .pro-list .cont .ico01 {position: relative; width: 70px; height: 60px;}
      .section-content.visions.new .accordion-st-area .accordion-st-list .item:nth-child(1) .detail .pro-list .cont:nth-child(1) .ico01{ background: url(../../images/common/company/vision_value_ico01-1.png) no-repeat center;}
      .section-content.visions.new .accordion-st-area .accordion-st-list .item:nth-child(1) .detail .pro-list .cont:nth-child(2) .ico01{ background: url(../../images/common/company/vision_value_ico01-2.png) no-repeat center;}
      .section-content.visions.new .accordion-st-area .accordion-st-list .item:nth-child(2) .detail .pro-list .cont:nth-child(1) .ico01{ background: url(../../images/common/company/vision_value_ico02-1.png) no-repeat center;}
      .section-content.visions.new .accordion-st-area .accordion-st-list .item:nth-child(2) .detail .pro-list .cont:nth-child(2) .ico01{ background: url(../../images/common/company/vision_value_ico02-2.png) no-repeat center;}
      .section-content.visions.new .accordion-st-area .accordion-st-list .item:nth-child(3) .detail .pro-list .cont:nth-child(1) .ico01{ background: url(../../images/common/company/vision_value_ico03-1.png) no-repeat center;}
      .section-content.visions.new .accordion-st-area .accordion-st-list .item:nth-child(3) .detail .pro-list .cont:nth-child(2) .ico01{ background: url(../../images/common/company/vision_value_ico03-2.png) no-repeat center;}
      .section-content.visions.new .accordion-st-area .accordion-st-list .item:nth-child(4) .detail .pro-list .cont:nth-child(1) .ico01{ background: url(../../images/common/company/vision_value_ico04-1.png) no-repeat center;}
      .section-content.visions.new .accordion-st-area .accordion-st-list .item:nth-child(4) .detail .pro-list .cont:nth-child(2) .ico01{ background: url(../../images/common/company/vision_value_ico04-2.png) no-repeat center;}
      .section-content.visions.new .accordion-st-area .accordion-st-list .item:nth-child(5) .detail .pro-list .cont:nth-child(1) .ico01{ background: url(../../images/common/company/vision_value_ico05-1.png) no-repeat center;}
      .section-content.visions.new .accordion-st-area .accordion-st-list .item:nth-child(5) .detail .pro-list .cont:nth-child(2) .ico01{ background: url(../../images/common/company/vision_value_ico05-2.png) no-repeat center;}
      .section-content.visions.new .accordion-st-area .accordion-st-list .item:nth-child(5) {border-bottom:1px solid #ccc;}
  
      .section-content.visions.new .section-type01:nth-child(3) {margin-top:80px;margin-bottom:57px}
      .section-content.visions.new .section-type01:nth-child(3) .sub-title{padding-top:20px;margin-bottom:57px;font-size:32px;font-family:"LGSmHaTSB";text-align:left}
      .section-content.visions.new .section-type01:nth-child(3) .item-box{float:left;width:calc(20% - 65px);text-align:center;padding:0 40px;border-right:1px solid #e0e0e0;min-height:258px}
      .section-content.visions.new .section-type01:nth-child(3) .item-box:first-child{padding-left:0}
      .section-content.visions.new .section-type01:nth-child(3) .item-box:last-child{padding-right:0;border-right:0}
      .section-content.visions.new .section-type01:nth-child(3) .item-box .item-ttl{font-size:24px;font-family:"LGSmHaTSB";color:#333130;margin-bottom:25px}
      .section-content.visions.new .section-type01:nth-child(3) .item-box .item-txt{text-align:left;font-size:18px;font-family:"LGSmHaTR";color:#4c4948;line-height:1.66}
      .section-content.visions.new .section-type01:nth-child(3) .value-icon{width:100%;height:60px;margin-bottom:30px}
      .section-content.visions.new .section-type01:nth-child(3) .item-box:nth-child(1) .value-icon{background:url("../../images/common/company/vision_value_ico01.png") no-repeat center}
      .section-content.visions.new .section-type01:nth-child(3) .item-box:nth-child(2) .value-icon{background:url("../../images/common/company/vision_value_ico02.png") no-repeat center}
      .section-content.visions.new .section-type01:nth-child(3) .item-box:nth-child(3) .value-icon{background:url("../../images/common/company/vision_value_ico03.png") no-repeat center}
      .section-content.visions.new .section-type01:nth-child(3) .item-box:nth-child(4) .value-icon{background:url("../../images/common/company/vision_value_ico04.png") no-repeat center}
      .section-content.visions.new .section-type01:nth-child(3) .item-box:nth-child(5) .value-icon{background:url("../../images/common/company/vision_value_ico05.png") no-repeat center}
      .section-content.visions.new .section-type01:nth-child(2) {margin-top:120px;}
      .section-content.visions.new .section-type01:nth-child(2) .sub-title{padding-top:20px;margin-bottom:74px;font-size:32px;font-family:"LGSmHaTSB";text-align:left}
      .section-content.visions.new .section-type01:nth-child(2) .slogan-img{text-align:center;margin-bottom:18px;}
      .section-content.visions.new .section-type01:nth-child(2) .slogan-box{text-align:center;padding:35px 0}
      .section-content.visions.new .section-type01:nth-child(2) .slogan-box .txt{font-size:18px;font-family:"LGSmHaTR";line-height:1.66;color:#4c4948}
     
  
      .section-content.visions.new .accordion-st-area .accordion-st-list .title .arrow-l {right: 40px;}
      .section-content.visions.new .accordion-st-area .accordion-st-list .title .arrow-r {right: 29px;}
      /* s: 20230704 수정 */
      /* .section-content.visions.new .accordion-st-area .accordion-st-list .title .arrow-l, .accordion-st-area .accordion-st-list .title .arrow-r {width: 17px;height: 3px;} */
      /* e: 20230704 수정 */
      /* e 20210617 비전 신규 페이지로 수정 비전_new pc */
  
  
      /*  s : 20220712 신약 파이프라인 pc  */
      .section-content.medicine01 .mo_only{display: none;}
      .section-content.medicine01 .color-change.colorpink{color:rgb(199,67,117); font-weight: bold;}
      .section-content.medicine01 .color-change.colorpurple{color:rgb(90,91,159); font-weight: bold;}
      .section-content.medicine01 .color-change.colorlight{color:rgb(136,176,75); font-weight: bold;}
      .section-content.medicine01 .color-change.coloryellow{color:rgb(240,192,90); font-weight: bold;}
      .section-content.medicine01 .color-change.colordeep{color: rgb(0,148,115); font-weight: bold;}
  
      .section-content.medicine01 .pipeline-text{display: flex; width:100%; line-height: 1.8; margin-top:40px;}
      .section-content.medicine01 .pipeline-text .txt{font-size: 19px; font-weight: bold; float:left;}
      .section-content.medicine01 .pipeline-text ul{display:flex; margin-left:auto;font-size: 16px; text-align:end;}
      .section-content.medicine01 .pipeline-text ul li{cursor: pointer;}
      .section-content.medicine01 .pipeline-text ul li:not(:last-child){margin-right:18px;}
      .section-content.medicine01 .pipeline-text ul li::before{content: "";width:10px; height:10px; background-color: #ccc; display:inline-block;margin-right:8px;}
      .section-content.medicine01 .pipeline-text ul li.box-type01::before{background-color: rgb(199,67,117);}
      .section-content.medicine01 .pipeline-text ul li.box-type02::before{background-color: rgb(90,91,159);}
      .section-content.medicine01 .pipeline-text ul li.box-type03::before{background-color: rgb(136,176,75);}
      .section-content.medicine01 .pipeline-text ul li.box-type04::before{background-color: rgb(240,192,90);}
      .section-content.medicine01 .pipeline-text ul li.box-type05::before{background-color: rgb(0,148,115);}
  
      .section-content.medicine01 .pipeline-box{margin-top: 20px; width:100%; display: flex; font-family: "LGSmHaTR";}
      .section-content.medicine01 .pipeline-box .pipebox-title{width:16.6666%; float:left; box-sizing: border-box;}
      .section-content.medicine01 .pipeline-box .pipebox-title ul{margin-top:10px;}
      /* s: 20231108 수정 - pc */
      .section-content.medicine01 .pipeline-box .pipebox-title.pipebox01{width:16.6666%; clear:both;}
      /* e: 20231108 수정 - pc */
      .section-content.medicine01 .pipeline-box .pipebox-title h5{color:#4d4948; background-color:#e0e0e0; box-sizing: border-box; text-align: center; font-size: 15px; line-height: 40px; font-weight: bold;position:relative;}
      .section-content.medicine01 .pipeline-box .pipebox-title h5 span{margin-right:40px;}
      .section-content.medicine01 .pipeline-box .pipebox-title:last-child h5 span{margin-right:0px;}
      .section-content.medicine01 .pipeline-box .pipebox-title:last-child h5{margin-right:40px}
      /* s: 20231108 수정 - pc */
      .section-content.medicine01 .pipeline-box .pipebox-title.pipebox01 ul{ width:100%; float: left;}
      /* e: 20231108 수정 - pc */
      .section-content.medicine01 .pipeline-box .pipebox-title h5:before{content:""; width:0; height:0; border-left:40px solid #e0e0e0; border-top:20px solid transparent; border-bottom:20px solid transparent; position:absolute; right:14px; z-index: 1;}
      .section-content.medicine01 .pipeline-box .pipebox-title:last-child h5:before{right:-39px;}
      .section-content.medicine01 .pipeline-box .pipebox-title:not(:first-child) h5:after{content:""; width:0; height:0; border-left:52px solid #fff; border-top:26px solid transparent; border-bottom:26px solid transparent; position:absolute; left:-53px; top:-6px;}
      /* s: 20230508 파이프라인 수정 */
      .section-content.medicine01 .pipeline-box .pipebox-title.pipebox02 {width:33.333%; clear:both;}
      .section-content.medicine01 .pipeline-box .pipebox-title.pipebox02 ul {width: 50%; float: left;}
      /* e: 20230508 파이프라인 수정 */
  
      .section-content.medicine01 .pipeline-box .boxtxt .color-box{ padding:15px; height:80px;position: relative; margin-bottom: 5px; margin-right:5px; box-shadow:5px 5px 8px #f7f7f7;}
      .section-content.medicine01 .pipeline-box .boxtxt .color-box a{z-index:5; color:#333;font-size: 14px; width:181px; height:91px; display:block; position:absolute;top:0px;left:0px; padding:15px 0px 0px 15px;}
      .section-content.medicine01 .pipeline-box .boxtxt .color-box a strong{font-weight: bold; margin-bottom: 17px;}
      .section-content.medicine01 .pipeline-box .boxtxt .color-box:before{content:""; width:25px; height:25px; background-color:#333; position:absolute; top:0px; right:0px;}
      .section-content.medicine01 .pipeline-box .boxtxt .color-box.box-type01:before{background-color:rgb(199,67,117);}
      .section-content.medicine01 .pipeline-box .boxtxt .color-box.box-type02:before{background-color:rgb(90,91,159);}
      .section-content.medicine01 .pipeline-box .boxtxt .color-box.box-type03:before{background-color:rgb(136,176,75);}
      .section-content.medicine01 .pipeline-box .boxtxt .color-box.box-type04:before{background-color:rgb(240,192,90);}
      .section-content.medicine01 .pipeline-box .boxtxt .color-box.box-type05:before{background-color:rgb(0,148,115);}
      .section-content.medicine01 .pipeline-box .boxtxt .color-box .company-logo{width:56px; position:absolute; bottom:10px; right:10px;}
      /* s: 20231204 파이프라인 수정 */
      .section-content.medicine01 .pipeline-box .boxtxt .color-box:after{content:""; background-color:#000; opacity: 0; width: 235px; height:114px; position:absolute;top:0px; left:0px;  transition: .5s;}
      /* e: 20231204 파이프라인 수정 */
      .section-content.medicine01 .pipeline-box .boxtxt .color-box.opacity-seven:after{opacity:.7;}
  
      .section-content.medicine01 .pipeline-box .boxtxt .pipe_popup{display: none; width:378px; word-wrap: break-word; font-size: 15px; padding:40px 30px; background-color:#fff; position:fixed; top:50%; left:50%; transform: translate(-50%, -50%); z-index:1000;}
      .section-content.medicine01 .pipeline-box .boxtxt .pipe_popup h6{ font-weight: bold; line-height:1.8;}
      .section-content.medicine01 .pipeline-box .boxtxt .pipe_popup table{margin-top:15px; line-height: 1.5; width:100%;}
      .section-content.medicine01 .pipeline-box .boxtxt .pipe_popup table tr{border-top:1px solid #e0e0e0;}
      .section-content.medicine01 .pipeline-box .boxtxt .pipe_popup table tr:last-child{border-bottom: 1px solid #e0e0e0;}
      .section-content.medicine01 .pipeline-box .boxtxt .pipe_popup table tr th{background-color:#f7f7f7; padding:10px 30px; text-align: center;}
      .section-content.medicine01 .pipeline-box .boxtxt .pipe_popup table tr td{padding:10px 30px; width:60%; text-align: left;}
      .section-content.medicine01 .pipeline-box .boxtxt .pipe_popup .memotxt {position:relative; left:30px; margin-top:20px; display:block;}
      .section-content.medicine01 .pipeline-box .boxtxt .pipe_popup .memotxt .bold{font-weight:bold;}
      .section-content.medicine01 .pipeline-box .boxtxt .pipe_popup .memotxt a{position:inherit; width:100%; font-size: 15px; padding:inherit; display: initial;}
      .section-content.medicine01 .pipeline-box .boxtxt .pipe_popup .memotxt:before{content:"*"; position:absolute; top:0px; left:-10px;}
      .section-content.medicine01 .pipeline-box .boxtxt .pipe_popup .btn-close-popup{background-color:#333130;color:#fff; font-weight: bold; padding:15px 40px; position: relative; left:50%; transform: translateX(-50%); margin-top:30px; }
      /*  e : 20220712 신약 파이프라인 pc */
  
  
      /* s 20210623 경영정보 위원회 구성원 및 텍스트 추가 pc */
      .executive-type02 .executive-list.new .item {width:20%; }
      .section-content .section-txt {font-size: 18px;font-family: "LGSmHaTR";color: #4d4948;}
      /* e 20210623 경영정보 위원회 구성원 및 텍스트 추가 pc */
  
  
  
  
      /* s : 20210823 회사소개 about_new.html pc */
  .section-content-intro-type01.new .txt-area.about {float: unset;width: 100%; text-align: center;}
  .section-content-intro-type01.new .txt-area.about .title {margin: 4.1667vw 0 3.125vw}
  .section-content-intro-type01.new .txt-area .sub-tit {font-size: 1.25vw;margin-bottom: 4.1667vw;}
  .section-content-introduction.about-new {margin-top:0;background: unset;max-height:100%;}
  .section-content-introduction.about-new .introduction{padding-top: 75px; text-align: center;}
  .section-content-introduction.about-new .introduction p:nth-child(1){width:100%}
  .section-content-introduction.about-new .introduction .txt {font-size: 1.042vw;  font-family: "LGSmHaTR";  color: #222121;  line-height: 1.5;  word-break: keep-all; width: 75%;  margin: 0 auto 1.045vw;   }
  .section-content-introduction.about-new .introductory-area {margin: 60px 0;}
  .section-content-intro-type01.new .txt-area .txt {font-size: 1.042vw;text-align: center;width: 50%;  margin: 0 auto 1.25vw;}
  .section-content-introduction.about-new .section-content-introduction .introductory-area {margin: 51px 0 120px;}
  /* s: 20231016 회사소개 신규 추가 - pc */
	.section-content-introduction.about-visition { position: relative; margin-top:0;background: unset;max-height:100%; width: 100%; max-width: 100%;}
	.section-content-introduction.about-visition::before {position: absolute; display: block; left:0; content:''; background-color: #f8f1eb; width: 100%; height: 108%; z-index:-1;}
	.section-content-introduction.about-visition .section-inner {position: relative;margin: 0 auto;}
	.section-content-introduction.about-visition .section-inner .sub-tit { font-size: 32px; font-family:"LGSmHaTB"; color: #333130; padding-top: 64px; }
	.section-content-introduction.about-visition .section-inner .sub-tit::before {content: ''; display: block; position: relative; width: 24px; height: 4px; margin-bottom: 13px; background-color: #333130;}
	.section-content-introduction.about-visition .section-inner .introduction { max-width: 935px; margin: 0 auto; color: #333130;}
	.section-content-introduction.about-visition .section-inner .introduction>img {width: 100%; }
	.section-content-introduction.about-visition .section-inner .introduction {font-family: "LGSmHaTR"; font-size: 26px; line-height: 1.3; font-weight: 700;}
	.section-content-introduction.about-visition .section-inner .introduction div  {font-family:"LGSmHaTR"; margin-top: 60px; text-align: center;}
	.section-content-introduction.about-visition .section-inner .introduction>div>img{margin: 0 auto;}
	.section-content-introduction.about-visition .section-inner .introduction>div p {font-weight: 500; padding-top: 10px;}
	.section-content-introduction.about-visition .section-inner .introduction .detail {font-family: "LGSmHaTSB"; font-weight: 700; margin-top: 50px;}
	.section-content-introduction.about-visition .section-inner .introduction .detail::before {content:''; background-color: #a50034; width: 2px; height: 60px; display: block; margin: 0 auto; margin-bottom: 50px;}
	.link-box  {text-align: center;}
	.link-box .bttn.style03.type01 {border-radius: 8px ;}
	.link-box .bttn.type01 {padding: 5px 20px; }
	.link-box .bttn.style03.type01 .txt01 {font-size: 18px; color: #fff;}
	.link-box .bttn .ico-link-white01 {display: inline-block; background-image: url("../../images/common/company/ico_next_white_10x18.png"); width: 10px; height: 18px; background-size: 100%; margin-left: 10px; vertical-align: middle;}
	
	.section-content-business-area .business-item .link-box {text-align: center; margin-top: 20px;}
	.section-content-global_new .link-box {max-width: 1200px; margin: 0 auto;}
	.section-content-global_new .link-box>a {float: right;}
	/* e: 20231016 회사소개 신규 추가 - pc */
  .section-content-introduction.about-new .introductory-box {  box-shadow: 10px 10px 20px 0px rgb(182 180 180 / 20%);  border: 1px solid #e0e0e0;  background: #fff; border-radius: 20px; }
  .section-content-introduction.about-new .introductory-box .item {display: inline-block;  position: relative;  width: calc(100%/5);  height: 340px;  padding: 0;  margin-top: 0px; vertical-align: top; border-radius: 20px;   }
  .section-content-introduction.about-new .introductory-box .item .txt::after {position: absolute;  content: '';  display: block;  width: 1px;  height: 250px;  top: 49px;  right: 0;  background: #c8c8cc;}
  .section-content-introduction.about-new .introductory-box .item:last-child .txt::after {display:none;}
  .section-content-introduction.about-new .introductory-area .introductory-box [class^="ico"] {  display: block;  width: 100%;  height: 165px; background-repeat: no-repeat;  background-size: 80px 72px;  background-position: center center;  }
  .section-content-introduction.about-new .introductory-area .introductory-box .item .sub-ico .ico01 {  background-image: url(../../images/common/company/introductor_ico01.png);  }
  .section-content-introduction.about-new .introductory-area .introductory-box .item .sub-ico .ico02 {  background-image: url(../../images/common/company/introductor_ico02.png);  }
  .section-content-introduction.about-new .introductory-area .introductory-box .item .sub-ico .ico03 {  background-image: url(../../images/common/company/introductor_ico03.png);  }
  .section-content-introduction.about-new .introductory-area .introductory-box .item .sub-ico .ico04 {  background-image: url(../../images/common/company/introductor_ico04.png);  }
  .section-content-introduction.about-new .introductory-area .introductory-box .item .sub-ico .ico05 {  background-image: url(../../images/common/company/introductor_ico05.png);  }
  .section-content-introduction.about-new .introductory-area .introductory-box .item .txt-box .more {font-size: 16px; font-family: "LGSmHaTSB" ;margin-top: 12px;}
  .section-content-introduction.about-new .introductory-area .introductory-box .item .txt-box {text-align: center;}
  .section-content-introduction.about-new .introductory-area .introductory-box .item .txt-box .tit {font-size: 16px;  font-family: "LGSmHaTR"; color: #302d2c; line-height: 1.5;}
  .section-content-introduction.about-new .introductory-area .introductory-box .item .txt-box .txt.red{font-size:20px;font-family: "LGSmHaTSB"; color: #a50034;line-height: 1.5; margin-top: 10px;  }
  .section-content-introduction.about-new .introductory-area .introductory-box .item .txt-box .red-sub{font-size:16px;font-family: "LGSmHaTR"; color: #a50034;line-height: 1.25; }
  .section-content-introduction.about-new .introductory-area .introductory-box .item .txt-box .more .ico {  position: static; display: inline-block;  background-image: url(../../images/common/default/sprite_pc.png);  background-position: -226px -269px;  width: 17px;  height: 10px;  background-size: 431px 383px;  }
  .section-content-introduction.about-new .download-box {text-align: right;}
  .section-content-introduction.about-new .download-box .bttn .ico-download-white01 {margin-left:23px;}
  .section-content-introduction.about-new .download-box .bttn.type03 .txt03 {font-size:16px ; font-family: "LGSmHaTB"; color:#ffffff;}
  
  .section-content-ceo {position: relative; margin-top:115px;height: 453px;}
  .section-content-ceo::before {position: absolute; top: 180px; left:0; content:''; background: #f8f1eb;width: 100%; max-width:100%;   height: 978px; z-index:-1;}
  .section-content-ceo .section-inner {   position: relative;  max-width: 1200px;  margin: 0 auto;}
  .section-content-ceo .section-inner .ceo-box {position: relative; width:100%;}
  .section-content-ceo .section-inner .ceo-box .ceo-img {margin-top: 60px;float: right;}
  .section-content-ceo .section-inner .ceo-box .ceo-img img{border-radius: 20px;}
  .section-content-ceo .section-inner .ceo-box .ceo-txt {height:220px;max-width: 710px; background-color:#faf5f1;padding: 70px; border-radius: 20px;}
  .section-content-ceo .section-inner .ceo-box .ceo-txt .name {display:inline-block; font-size:32px ; font-family: "LGSmHaTSB"; line-height: 0.93; color:#333130;}
  .section-content-ceo .section-inner .ceo-box .ceo-txt .name .position{display: inline-block; font-size:20px ; font-family: "LGSmHaTSB"; line-height: 1.5; color:#333130;}
  .section-content-ceo .section-inner .ceo-box .ceo-txt .txt {width: 70%;font-size:20px ; font-family: "LGSmHaTR"; line-height: 1.5; color:#333130; margin-top:20px}
  
  .section-content-business-area {margin-top: 110px; }
  .section-content-business-area .section-inner {   position: relative;  max-width: 1200px;  margin: 0 auto;}
  .section-content-business-area .section-inner .sub-tit{font-size: 32px;  font-family: "LGSmHaTB";  color: #333130;}
  .section-content-business-area .section-inner .sub-tit::before {content: '';  display: block;  position: relative;  width: 24px;  height: 4px;  margin-bottom: 13px;  background: #333130;}
  
  .video-zone .video-wrap {margin-top:60px;}
  .video-zone .video-wrap .playpause {  cursor: pointer;  width: 100%;  height: 100%;  position: absolute;  left: 0;  right: 0;  top: 0;  bottom: 0;  margin: auto;}
  .video-zone .video-wrap .playpause i.ico-play {  display: block;  position: absolute;  left: 50%;  top:50%; transform: translate(-50%, -50%); width: 96px;  height: 96px;  background: url(../../images/common/company/white_btn.png  ) no-repeat left top;  background-size: 100%;  z-index: 5;}
  .video-zone .video-wrap .overlay {  cursor: pointer;  width: 100%;  height: 100%;  position: absolute;  left: 0;  right: 0;  top: 0;  bottom: 0;}
  
  .business-item {position: relative;  display: flex;  justify-content: space-between;  margin-top: 72px;}
  .business-item div img {width:100%;}
  /* s: 20231016 수정 */
  .section-content-business-area .business-item > div {max-width: 368px; display: flex; flex-direction: column; justify-content: space-between;}
  /* e: 20231016 수정 */
  .advanced-materials {margin: 0 48px;}
  .section-content-business-area .business-item .item-box {padding: 40px; background-color: #fafafa;}
  .section-content-business-area .business-item .item-box .item-tit {font-size:20px; font-family: "LGSmHaTSB"; line-height: 1.55; color:#333130; }
  .section-content-business-area .business-item .item-box .item-txt {font-size:18px; font-family: "LGSmHaTR"; line-height: 1.72; color:#4d4948; letter-spacing: -0.05em;}
  .section-content-business-area .business-item .item-box .item-line {position:relative;left:-10px; border: 1px solid #e0e0e0; width:305px; margin: 35px 0;  }
  .section-content-business-area .business-item .item-department {font-size:18px; font-family: "LGSmHaTR"; line-height: 1.72; color:#4d4948; letter-spacing: -0.05em;    min-height: 240px;}
  .section-content-business-area .business-item .item-department .list-dot {background: url(../../../images/common/company/business_dot.png);  background-size: 100%;  width: 3px;  height: 3px;  background-repeat: no-repeat;  position: relative;  display: inline-block;  vertical-align: middle; margin-right:9px;}
  
  /* s:section-content-global_new 리뉴얼 mh230825*/
  .section-content-global_new .corporation01 .biz-sign-list{display: flex; align-items:center; margin: 40px 0;}
  .section-content-global_new .corporation01 .biz-sign-list .tit{font-family: 'LGSmHaTB';font-size: 16px;margin-right: 40px;}
  .section-content-global_new .corporation01 .biz-sign-list .biz-sign{padding-top: 0; margin-bottom: 0;}
  .corporation01 .biz-sign-list .biz-sign li{font-size:14px;letter-spacing: 0;display: flex; align-items: center;font-family: 'LGSmHaTR'}
  .global .corporation01 .biz-sign-list .biz-sign li{padding-right: 50px;}/*글로벌 네트워크 페이지*/
  
  .section-content-global_new {margin-top:120px;}
  .section-content-global_new .section-inner {  position: relative;  max-width: 1200px;  margin: 0 auto;}
  .section-content-global_new .section-inner .sub-tit{font-size: 32px;  font-family: "LGSmHaTSB";  color: #333130;}
  .section-content-global_new .section-inner .sub-tit::before {content: '';  display: block;  position: relative;  width: 24px;  height: 4px;  margin-bottom: 13px;  background: #333130;}
  .section-content-global_new .nation-box {  position: relative;  width: 100%;  margin-top: 50px;  }
  .section-content-global_new .nation-box li {  position: relative;  z-index: 1;  display: inline-block;  margin-right: 59px;  margin-bottom: 20px;  padding: 0 0 13px 0;  }
  .section-content-global_new .content-global_new {  position: relative; }
  
  .section-content-global_new .global-list{position:relative;margin:0 auto;}
  .section-content-global_new .global-list .name{font-size:16px;font-family:"LGSmHaTSB";word-break:break-word;word-wrap:break-word;background-color: #f4f4f4;border-top: 1px solid #ddd; border-bottom: 1px solid #ddd;color: #333; padding: 13px 36px;}
  .section-content-global_new .global-list .name a.more{float: right;font-size: 13px;line-height: 15px;}
  .section-content-global_new .global-list .name a.more::after{content: '>'; padding-left: 5px;}
  
  .content-global_new{position: relative;width: 1200px;margin: 0 auto;}
  .section-content-global_new .global-list .info-area ul {clear: both; overflow:hidden;}
  .section-content-global_new .global-list .info-area ul li{float:left; width:16.66%;padding: 7px 0;font-size: 14px;color: #444;letter-spacing: 0;font-family: 'LGSmHaTSB';}
  .section-content-global_new .global-list .info-area ul li span{ margin-right: 3px;}
  .section-content-global_new .global-list .info-area div[class^="sub-"]{padding: 20px 36px;}
  .section-content-global_new .global-list .info-area:last-child{border-bottom:1px solid #ddd}
  .section-content-global_new .relevant{position: relative;right: auto;}
  
  
  
  /*e:section-content-global_new 리뉴얼 mh230825*/
  /*s:section-content-global_new 리뉴얼로 주석처리 mh230825 
  .section-content-global_new {margin-top:120px;}
  .section-content-global_new .section-inner {  position: relative;  max-width: 1200px;  margin: 0 auto;}
  .section-content-global_new .section-inner .sub-tit{font-size: 32px;  font-family: "LGSmHaTSB";  color: #333130;}
  /*.section-content-global_new .section-inner .sub-tit::before {content: '';  display: block;  position: relative;  width: 24px;  height: 4px;  margin-bottom: 13px;  background: #333130;}
  .section-content-global_new .nation-box {  position: relative;  width: 100%;  margin-top: 50px;  }
  .section-content-global_new .nation-box li {  position: relative;  z-index: 1;  display: inline-block;  margin-right: 59px;  margin-bottom: 20px;  padding: 0 0 13px 0;  }
  .section-content-global_new .content-global_new {  position: relative;  width: 100%;  margin-top: 30px;  margin-bottom: 30px;  height: 777px;  background-image: url(../../images/common/company/bg_global02.jpg);  background-repeat: no-repeat;  background-position: center top;}
  
  .section-content-global_new .global-list{position:relative;width:1200px;margin:0 auto;}
  .section-content-global_new .global-list > li{position:absolute;text-align:center;}
  .section-content-global_new .global-list .global-europe{width:71px;height:71px;top:170px;left:195px;}
  .section-content-global_new .global-list .global-europe .bg{background-color:#ede1b2;}
  .section-content-global_new .global-list .bg{position:absolute;top:0;left:0;opacity:0.6;width:100%;height:100%;border-radius:50%;}
  .section-content-global_new .global-list .info-area{width:100%;height:100%;display:table;position:relative;margin-bottom:10px;}
  .section-content-global_new .global-list .info{width:100%;text-align:center;-webkit-box-sizing:border-box;box-sizing:border-box;padding:0 10px;display:table-cell;vertical-align:middle;position:relative;z-index:2;-webkit-transition:all ease 0.3s;-o-transition:all ease 0.3s;transition:all ease 0.3s;}
  .section-content-global_new .global-list .global-europe .count{display:block;}
  .section-content-global_new .global-list .count{font-size:30px;font-family:"LGSmHaTSB";word-break:break-word;word-wrap:break-word;line-height:0.86;color:#333333;}
  .section-content-global_new .global-list .name{font-size:18px;font-family:"LGSmHaTB";word-break:break-word;word-wrap:break-word;position:absolute;display:inline-block;width:100%;bottom:-30px;left:0;}
  .section-content-global_new .global-list .global-europe .name{color:#333130;}
  /* s:20220518 china 추가
  .section-content-global_new .global-list .global-china{width:85px;height:85px;top:232px;left:370px;}.section-content-global_new .global-list .global-china .bg{background-color:#e4e4e4;}
  /* e:20220518 china 추가 
  /* s:20220518 asia 위치 조정 
  .section-content-global_new .global-list .global-asia{z-index:2;width:85px;height:85px;top:385px;left:414px;}
  /* s:20220518 asia 위치 조정 
  .section-content-global_new .global-list .global-asia .bg{background-color:#c3beba;}
  .section-content-global_new .global-list .global-korea{width:91px;height:91px;top:250px;left:460px;}
  .section-content-global_new .global-list .global-korea .bg{background-color:#d1d1d1;}
  .section-content-global_new .global-list .global-america{width:71px;height:70px;top:225px;left:850px;}
  .section-content-global_new .global-list .global-america .bg{background-color:#e1e8e6;}
  .section-content-global_new .global-list .info:hover::after{opacity:1;}
  .section-content-global_new .global-list .info:hover .name{color:rgba(192, 76, 113, 1);}
  .section-content-global_new .global-list .info::after{content:"";display:block;position:absolute;top:0;left:0;right:0;bottom:0;clear:both;width:100%;height:100%;border-radius:100%;background:rgba(192, 76, 113, 0.8) url('../../images/common/company/more_ico.png') no-repeat center center;z-index:10;opacity:0;-webkit-transition:all ease 0.3s;-o-transition:all ease 0.3s;transition:all ease 0.3s;}
  
  .section-content-global_new .global-list .info-area .info div {display:none;}
  /* s:20230522 수정
  .content-global_new .global-list .info-area ul li {width:100%; margin-right:50px; font-size:20px; font-family:"LGSmHaTR"; margin-bottom:15px; line-height:1.5;}
  /* e:20230522 수정*/
  /* s:20220815 리스트 조정
  .section-content-global_new .global-list .info:hover div {position: absolute; display:flex; justify-content: space-between;    text-align: start;}
  /* e:20220815 리스트 조정 */
  
  /* s:20220518 유럽  리스트 수정 간격 조정-pc
  .section-content-global_new .global-list .info:hover .sub-europe {width:140px; top: 130px;  left: -5px; }
  /* e:20220518 유럽  리스트 수정 간격 조정-pc
  
  /* s:20230525 중국  리스트 수정 간격 조정-pc
  .section-content-global_new .global-list .info:hover .sub-china{width: 300px;top:130px;left: 390px;}
  /* e:20230525 중국  리스트 수정 간격 조정-pc*/
  
  /* s:20220518 아시아  리스트 수정 간격 조정-pc
  .section-content-global_new .global-list .info:hover .sub-asia {width: 330px;top: 130px;left: 18px;}
  /* e:20220518 아시아  리스트 수정 간격 조정-pc
  
  /* s:20220518 한국  리스트 수정 간격 조정-pc
  .section-content-global_new .global-list .info:hover .sub-korea {width:110px; top: 12px; left:115px;}
  /* e:20220518 한국  리스트 수정 간격 조정-pc
  
  /* s:20220518 미국  리스트 수정 간격 조정-pc
  .section-content-global_new .global-list .info:hover .sub-america {width:120px; top: 130px;  left: 10px;}
  /* e:20220518 미국  리스트 수정 간격 조정-pc*/
  /* e:section-content-global_new 리뉴얼로 주석처리 mh230825 */
  
  
  .pop .foreign-list.kor .select_nation{display: none;}
  .section-content-global_new .foreign-list li {font-size: 16px; font-family: "LGSmHaTR"; line-height: 1.52; margin-right:20px;}
  
  .section-content-global_new [class^="dot"] {display: inline-block; width:8px; height:8px;margin-right:5px;}
  .content-global_new [class^="dot"] {display: inline-block; width:8px; height:8px;margin-left:5px;/*mh230825 dot 라운드로 변경*/ border-radius: 8px;}
  /* s:20220518 국내-pc */
  /* s:20220524 상태값 바 색상수정 */
  /* s:20220527 상태바 색상 변경 */
  .dot.headoffice{background-color: #ea1917;}
  .dot.research {background-color:#9175af;}
  .dot.leadership-center {background-color:#d96f6f;}
  .dot.factory {background-color:#a772a9;}
  /* e:20220524 상태값 바 색상수정 */
  
  /* s:20220518 해외-tab */
  .dot.production-corporation {background-color:#ea6a8d;}
  .dot.manufacture-sales-corporation{background-color:#9175af;}
  .dot.sales-corporation{background-color:#4477c2;}
  .dot.overseas-branch {background-color:#19b6b0;}
  .dot.research-corporation {background-color:#05bd75;}
  .dot.other {background-color:#e77c2e;}
  
  .section-content-global_new .download-box{position:absolute;bottom:60px;left:155px;}
  .section-content-global_new .download-box .bttn.type03 .txt03{font-size:16px;font-family:"LGSmHaTB";color:#ffffff;width:108px;}
  /* s: 20220511 틀러짐 수정 */
  .section-content-global_new .download-box .bttn.style03.type03{text-align:start; transform:none;}
  /* e: 20220511 틀러짐 수정 */
  .section-content-global_new .download-box .bttn.style03.type03 .ico{position:static;display:inline-block;background-image:url('../../images/common/default/sprite_pc.png');background-position:-270px -269px;width:22px;height:10px;background-size:431px 383px;margin-left:48px;}
  .section-content-global_new .download-box a:nth-child(2).bttn.style03.type03 .txt03 + .ico{margin-left:115px;}
  
  
  /* e : 20210823 회사소개 about_new.html pc */
  
  /* s : 20211101 LGWAY renewal pc */
  
  .lgway-renewal-wrap > .snb-type01 {background:none; margin-top:0; padding:0;}
  .lgway-renewal-wrap > .snb-type01 .sub-title-txt {font-size:20px; font-family: "LGSmHaTR"; color: #444; line-height: 1.57;text-align: center; margin-top: 14px; padding-bottom: 20px;}
  .lgway-renewal-wrap .sub-tit { margin-top: 16px; font-size: 32px; font-family: "LGSmHaTSB"; color: #444; }
  /* .lgway-renewal-wrap .sub-tit::before { content: '';display: block;position: relative;width: 24px; height: 4px;margin-bottom: 13px;background: #333130;} */
  .lgway-renewal-wrap .sub-tit.lgway {font-size:28px;}
  .lgway-renewal-wrap .sub-txt{margin-top:31px;font-size:20px;font-family:"LGSmHaTR";color:#333130;line-height:1.5}
  .lgway-renewal-wrap .bg-section.lg-way {height:462px;}
  .lgway-renewal-wrap .bg-section.lg-way02 {position: relative; z-index: 0; height:223px; margin-top:120px;}
  .lgway-renewal-wrap .bg-section.lg-way02 .sub-title {margin:0 auto; max-width:1200px; padding-top:60px; box-sizing: border-box;}
  .lgway-renewal-wrap .bg-section.lg-way02 .sub-title .ico {margin-top:43px;}
  .lgway-renewal-wrap .bg-section.lg-way02 .sub-title-txt {margin:0 auto; padding-top:35px; max-width:1200px; font-size:20px; font-family: "LGSmHaTR"; color:#333130;}
  
  /* lgway 상단 메인 이미지 */
  
  /* s:20220513 아래 패딩 다시 주기-pc */
  .lgway-renewal-wrap .section-content.lg-way01 {padding-bottom:30px; width:100%; margin:0 auto;}
  /* s:20220513 아래 패딩 다시 주기-pc */
  .lgway-renewal-wrap .section-content.lg-way01 .summary {margin:0 0 100px 20px; position: relative; top:70px;}
  
  /* lgway-비전 */
  
  .lgway-renewal-wrap .section-content.lg-way02 {margin-top:170px;}
  .lgway-renewal-wrap .section-content.lg-way02 .lg-way-list01.clfix {display:flex; justify-content: space-between; margin-top:60px; width:100%;}
  .lgway-renewal-wrap .section-content.lg-way02 .lg-way-list01.clfix:last-child {margin-top:20px;}
  .lgway-renewal-wrap .section-content.lg-way02 .lg-way-list01.clfix div[class^="lg-way-vision-item"] {display: flex; justify-content: space-between; width:50%; height:260px; box-sizing:border-box; padding:40px 60px; margin-right:20px;}
  .lgway-renewal-wrap .section-content.lg-way02 .lg-way-list01.clfix div[class^="lg-way-vision-item"] .img-area {position: relative; width:140px; height:100%; }
  .lgway-renewal-wrap .section-content.lg-way02 .lg-way-list01.clfix div[class^="lg-way-vision-item"] .img-area-inner {position: absolute; bottom:-30px; right:-30px; width:100%; height:66%;}
  .lgway-renewal-wrap .section-content.lg-way02 .lg-way-list01.clfix div[class^="lg-way-vision-item"] .text-box {width:320px;}
  .lgway-renewal-wrap .section-content.lg-way02 .lg-way-list01.clfix div[class^="lg-way-vision-item"] .text-box .tit01 {width:100%; font-size:24px; line-height: 1.33; font-family: "LGSmHaTSB";}
  .lgway-renewal-wrap .section-content.lg-way02 .lg-way-list01.clfix div[class^="lg-way-vision-item"] .text-box .txt01 {margin-top:30px; width:100%;font-size:18px; line-height: 1.66; font-family: "LGSmHaTR";float:left;  }
  .lgway-renewal-wrap .section-content.lg-way02 .lg-way-list01.clfix div[class^="lg-way-vision-item"] .text-box .t01 {display:block;}
  .lgway-renewal-wrap .section-content.lg-way02 .lg-way-list01.clfix div[class^="lg-way-vision-item"] .text-box .point01 {margin-left:5px; color:#a50034;}
  .lgway-renewal-wrap .section-content.lg-way02 .lg-way-list01.clfix .lg-way-vision-item01 {background-color:#e8e1d7;}
  .lgway-renewal-wrap .section-content.lg-way02 .lg-way-list01.clfix .lg-way-vision-item01 .lg-way-vision-ico {display: inline-block; width:100%; height:100%; background:url(../../images/common/company/lgway_vision_ico01_pc.png) no-repeat;}
  .lgway-renewal-wrap .section-content.lg-way02 .lg-way-list01.clfix .lg-way-vision-item02 {background-color:#eaf0ee;}
  .lgway-renewal-wrap .section-content.lg-way02 .lg-way-list01.clfix .lg-way-vision-item02 .lg-way-vision-ico {display: inline-block; width:100%; height:100%; background:url(../../images/common/company/lgway_vision_ico02_pc.png) no-repeat;}
  .lgway-renewal-wrap .section-content.lg-way02 .lg-way-list01.clfix .lg-way-vision-item03 {background-color:#f6f1dd;}
  .lgway-renewal-wrap .section-content.lg-way02 .lg-way-list01.clfix .lg-way-vision-item03 .img-area .img-area-inner {height:80%;}
  .lgway-renewal-wrap .section-content.lg-way02 .lg-way-list01.clfix .lg-way-vision-item03 .lg-way-vision-ico {display: inline-block; width:100%; height:100%; background:url(../../images/common/company/lgway_vision_ico03_pc.png) no-repeat;}
  .lgway-renewal-wrap .section-content.lg-way02 .lg-way-list01.clfix .lg-way-vision-item04 {background-color:#f0f1f5;}
  .lgway-renewal-wrap .section-content.lg-way02 .lg-way-list01.clfix .lg-way-vision-item04 .lg-way-vision-ico {display: inline-block; width:100%; height:100%; background:url(../../images/common/company/lgway_vision_ico04_pc.png) no-repeat; }
  
  /* lgway-행동방식,윤리규범,정도경영 */
  
  .lgway-renewal-wrap .section-content.lg-way03 {margin-top: 0; padding-top:60px; margin-bottom:0;}
  .lgway-renewal-wrap .section-content.lg-way03 > .section-inner .section-type01 .sub-title {margin-top:0;}
  .lgway-renewal-wrap .section-content.lg-way03 > .section-inner .section-type01 .sub-txt{margin-bottom:56px;}
  /* s:20220513 다운로드 버튼 나란히-pc */
  .lgway-renewal-wrap .section-content.lg-way03 .section-inner .cont-area .down-box .download-area .bttn.style03.type03{position: initial; transform:none;}
  /* e:20220513 다운로드 버튼 나란히-pc */
  .lgway-renewal-wrap .section-content.lg-way03 .category-box {display: flex; border-radius: 20px;}
  .lgway-renewal-wrap .section-content.lg-way03 .category-box .item {position: relative; width: calc(100%/3); height: 380px; padding: 0; margin-top:0px; border: 1px solid #b0b2b5; background: unset; box-sizing: border-box;}
  .lgway-renewal-wrap .section-content.lg-way03 .category-box .item:nth-child(2) {margin:0 18px;}
  .lgway-renewal-wrap .section-content.lg-way03 .category-box .item .line-box {margin:0; height:100%; background: #fff;}
  .lgway-renewal-wrap .section-content.lg-way03 .category-box .item .line-box .ico-area {width:100%; height:50%; display: flex; justify-content: center; align-items: center;}
  .lgway-renewal-wrap .section-content.lg-way03 .category-box .item .line-box .ico-area .lg-way-ico {display:inline-block; background:url(../../images/common/company/lgway_work_ico01_pc.png) no-repeat; background-position: center center; width:95px; height:100%;}
  .lgway-renewal-wrap .section-content.lg-way03 .category-box .item:nth-child(2) .line-box .ico-area .lg-way-ico {display:inline-block; background:url(../../images/common/company/lgway_work_ico02_pc.png) no-repeat; background-position: center center; width:95px; height:100%;}
  .lgway-renewal-wrap .section-content.lg-way03 .category-box .item:last-child .line-box .ico-area .lg-way-ico {display:inline-block; background:url(../../images/common/company/lgway_work_ico03_pc.png) no-repeat; background-position: center center; width:95px; height:100%;}
  .lgway-renewal-wrap .section-content.lg-way03 .category-box .item .line-box .txt-area {width:100%; height:50%; display: flex; flex-flow:column wrap; align-content: center; justify-content: flex-start; text-align: center;}
  .lgway-renewal-wrap .section-content.lg-way03 .category-box .item .line-box .txt-area .tit03 {font-size:24px; color:#333130; line-height:1.25; font-family: "LGSmHaTSB";}
  .lgway-renewal-wrap .section-content.lg-way03 .category-box .item .line-box .txt-area .txt03 {font-size:20px; color:#333130; line-height:1.5; font-family: "LGSmHaTR"; margin-top:25px;}
  .lgway-renewal-wrap .section-content.lg-way03 .sub-title {margin-top:80px;}
  .lgway-renewal-wrap .section-content.lg-way03 .cont-area .txt.lgway01 {margin-top:31px;font-size:20px;font-family:"LGSmHaTR";color:#333130;line-height:1.5}
  
  /* accordion list arrow 수정 */
  
  .lgway-renewal-wrap .section-content.lg-way03 .accordion-st-area .accordion-st-list .item .title .arrow-l {right:4px; width:17px; height:3px;} 
  
  /* 정도경경 프로그램 */
  
  .lgway-renewal-wrap .section-content.lg-way03 .section-inner.control-program .section-type01 {margin-top:30px;}
  .lgway-renewal-wrap .section-content.lg-way03 .section-inner.control-program .flex-wrap {display:inline-block; width:100%;}
  .lgway-renewal-wrap .section-content.lg-way03 .section-inner.control-program .flex-wrap .flex-box {display:flex; justify-content: space-between;}
  .lgway-renewal-wrap .section-content.lg-way03 .section-inner.control-program .flex-wrap .flex-box:last-child  {margin-top:20px;}
  .lgway-renewal-wrap .section-content.lg-way03 .section-inner.control-program .flex-wrap .flex-box .program-box-new {width:calc(100%/3); min-height:641px; background-color:#fafafa; padding:60px 35px;}
  .lgway-renewal-wrap .section-content.lg-way03 .section-inner.control-program .flex-wrap .flex-box .program-box-new:nth-child(2) {margin:0 20px;}
  .lgway-renewal-wrap .section-content.lg-way03 .section-inner.control-program .flex-wrap .flex-box .ico-area {width:100%; height:140px;}
  .lgway-renewal-wrap .section-content.lg-way03 .section-inner.control-program .flex-wrap .flex-box .ico-area .control-program-ico01 {display: inline-block; background:url(../../images/common/company/lgway_control_program_ico01_pc.png) no-repeat; width:100%; height:100%;}
  .lgway-renewal-wrap .section-content.lg-way03 .section-inner.control-program .flex-wrap .flex-box .ico-area .control-program-ico02 {display: inline-block; background:url(../../images/common/company/lgway_control_program_ico02_pc.png) no-repeat; width:100%; height:100%;}
  .lgway-renewal-wrap .section-content.lg-way03 .section-inner.control-program .flex-wrap .flex-box .ico-area .control-program-ico03 {display: inline-block; background:url(../../images/common/company/lgway_control_program_ico03_pc.png) no-repeat; width:100%; height:100%;}
  .lgway-renewal-wrap .section-content.lg-way03 .section-inner.control-program .flex-wrap .flex-box .ico-area .control-program-ico04 {display: inline-block; background:url(../../images/common/company/lgway_control_program_ico04_pc.png) no-repeat; width:100%; height:100%;}
  .lgway-renewal-wrap .section-content.lg-way03 .section-inner.control-program .flex-wrap .flex-box .ico-area .control-program-ico05 {display: inline-block; background:url(../../images/common/company/lgway_control_program_ico05_pc.png) no-repeat; width:100%; height:100%;}
  .lgway-renewal-wrap .section-content.lg-way03 .section-inner.control-program .flex-wrap .flex-box .ico-area .control-program-ico06 {display: inline-block; background:url(../../images/common/company/lgway_control_program_ico06_pc.png) no-repeat; width:100%; height:100%;}
  .lgway-renewal-wrap .section-content.lg-way03 .section-inner.control-program .flex-wrap .flex-box .txt-area .tit03 {font-size:24px; color:#333130; line-height:1.25; font-family: "LGSmHaTSB";}
  .lgway-renewal-wrap .section-content.lg-way03 .section-inner.control-program .flex-wrap .flex-box .txt-area .txt03 {font-size:18px; color:#333130; line-height:1.66; font-family: "LGSmHaTR"; margin-top:40px;}
  
  /*사이버 신문고 운영*/
  
  .lgway-renewal-wrap .section-content.lg-way03 .program-box {padding:45px 62px;}
  .lgway-renewal-wrap .section-content.lg-way03 .bg-box03 {margin-top:20px; margin-right:0; padding-right:105px; background-color:#e8e1d7;}
  .lgway-renewal-wrap .section-content.lg-way03 .bg-box03 .tit{margin-top:0; font-size:24px;}
  .lgway-renewal-wrap .section-content.lg-way03 .bg-box03 .txt{margin-top:0; padding-top:40px; font-size:18px; color:#333130;}
  .lgway-renewal-wrap .section-content.lg-way03 .bg-box03 .sinmun dt {width:65px;}
  .lgway-renewal-wrap .section-content.lg-way03 .bg-box03 .baro {width:auto;}
  .lgway-renewal-wrap .section-content.lg-way03 .bg-box03 .baro a {background-color:#fff; padding:15px 20px; width:246px; border:1px solid #aba2a0;}
  .lgway-renewal-wrap .section-content.lg-way03 .bg-box03 .baro a span {color:#34302f; font-family:"LGSmHaTB";}
  .lgway-renewal-wrap .section-content.lg-way03 .bg-box03 .img-btn {background:none; right:0;}
  /* s: 20220513 버튼 보이게 bottom 조정*/
  .lgway-renewal-wrap .section-content.lg-way03 .bg-box03 .img-btn a {right:0; top:auto; bottom:-149px; width:200px; height:200px; padding-top:95px; font-size:18px;}
  /* e: 20220513 버튼 보이게 bottom 조정*/
  .lgway-renewal-wrap .section-content.lg-way03 .bg-box03 .img-btn a em {display: inline-block; position: absolute; bottom:20px; vertical-align: middle; margin-left:16px; background:url(../../images/common/default/sprite_pc.png); background-position:-266px -265px; width:40px; height:17px; background-size:439px 378px;}
  
  /* lgway- 고객을 위한 가치창조 */
  .lgway-renewal-wrap .section-content.lg-way04 {margin-top:60px;}
  .lgway-renewal-wrap .section-content.lg-way04 .sub-title {margin-top:0;}
  .lgway-renewal-wrap .section-content.lg-way04 .flex-wrap {display:flex;}
  .lgway-renewal-wrap .section-content.lg-way04 .flex-wrap:first-child {padding-bottom:60px; border-bottom:1px solid #ccc;}
  .lgway-renewal-wrap .section-content.lg-way04 .flex-wrap:first-child .list-box:not(:nth-child(2)) {background-color:#edeef3;}
  .lgway-renewal-wrap .section-content.lg-way04 .flex-wrap:last-child {margin-top:60px;}
  .lgway-renewal-wrap .section-content.lg-way04 .flex-wrap:last-child .list-box:not(:nth-child(2n)) {background-color:#E8E1D7;}
  .lgway-renewal-wrap .section-content.lg-way04 .title-area {width:40%; height:100%;}
  .lgway-renewal-wrap .section-content.lg-way04 .title-box {font-size:28px; font-family:"LGSmHaTSB"; line-height:1.35; color:#333130;}
  .lgway-renewal-wrap .section-content.lg-way04 .list-area {width:80%; height:100%;}
  .lgway-renewal-wrap .section-content.lg-way04 .list-box {display: flex; align-items: center; min-height:125px; padding-left:20px; background-color:#fafafa;}
  .lgway-renewal-wrap .section-content.lg-way04 .list-box:nth-child(2n) {margin:20px 0;}
  .lgway-renewal-wrap .section-content.lg-way04 .list-box .list-title {margin-left:10px; width:220px; font-size: 24px; font-family: "LGSmHaTSB"; color:#333130;}
  .lgway-renewal-wrap .section-content.lg-way04 .list-box .list-txt li {position:relative; padding-left:10px; font-size:19px; font-family:"LGSmHaTR"; line-height:1.5;}
  .lgway-renewal-wrap .section-content.lg-way04 .list-box .list-txt li:last-child {margin-top:20px;}
  .lgway-renewal-wrap .section-content.lg-way04 .list-box .list-txt li::after {position: absolute; top:40%; left:0; width:4px; height:4px; background:#c10031; content:'';}
  
  /* e : 20211101 LGWAY renewal pc */
  
  /* s : 20211102 사회 공헌 운영 현황 신설 pc */
  /* s : 20211122 사회 공헌 운영 현황 수정 pc */
  
  /****** 사회공헌페이지 공통코드 s ********/
  .section-content.society .section-type01.brown {background-color:#e5e0d6; min-height: 490px; width:100%; position: absolute; z-index:0; margin:0; margin-top:250px;}
  .section-content.society .section-type01.gray {top:300px; background-color:#ededf2; min-height:360px; width:100%; position: absolute; z-index:0; margin:0;}
  .section-content.society .section-type01.space02 {position:relative;}
  .section-content.society .section-type01.space02.slide {max-width:1200px; margin:0 auto; min-height:690px;}
  .section-content.society .section-type05.left .swiper-area .swiper-pagi-area{display: block;}
  /* 사회 공헌 width1000 스와이퍼 css */
  .section-content.society .section-inner.slide {margin-top:185px; position: relative;}
  .section-content.society .section-inner.slide .section-type01.space02 .sub-txt {color:#4d4948;}
  .section-content.society div[class^="swiper society-slide-main"] {margin-top:55px; position: relative; overflow:hidden; width:100%;}
  .section-content.society div[class^="swiper society-slide-main"] .swiper-slide {text-align: center; height: 693px; cursor: pointer;}
  .section-content.society div[class^="swiper society-slide-main"] .swiper-slide img {width:1000px; height:562px;}
  .section-content.society div[class^="swiper society-slide-main"] .swiper-pagination {left:0; bottom:70px; font-size:16px; font-family:"LGSmHaTSB"; z-index: 1;}
  .section-content.society div[class^="swiper society-slide-main"] .swiper-pagination span {margin:0 5px;}
  .section-content.society div[class^="swiper society-slide-main"] .swiper-pagination .swiper-pagination-total {color:#7a716b;}
  .section-content.society div[class^="swiper society-slide-main"] .swiper-button-next, div[class^="swiper society-slide-main"] .swiper-button-prev {top:88%; width:50px; height:50px; z-index: 2;}
  .section-content.society div[class^="swiper society-slide-main"] .swiper-button-next {right:43%; background: url('../../images/common/company/society_arrow_next.png') no-repeat; background-position:center; }
  .section-content.society div[class^="swiper society-slide-main"] .swiper-button-prev {left:43%; background: url('../../images/common/company/society_arrow_prev.png') no-repeat; background-position:center;}
  /* 사회 공헌 sub 스와이퍼 css */
  div[class^="swiper society-slide-mini"] {width:580px; overflow: hidden; position: absolute; top:0; left:0; height:100%;}
  div[class^="swiper society-slide-mini"] .swiper-slide {text-align: center; width:580px; height: 100%; cursor: pointer;}
  div[class^="swiper society-slide-mini"] .swiper-pagination {left:-32%; bottom:3px; font-size:16px; font-family:"LGSmHaTSB"; z-index: 1;}
  div[class^="swiper society-slide-mini"] .swiper-pagination span {margin:0 5px;}
  div[class^="swiper society-slide-mini"] .swiper-pagination .swiper-pagination-total {color:#7a716b;}
  div[class^="swiper society-slide-mini"] .swiper-button-next, div[class^="swiper society-slide-mini"] .swiper-button-prev {top:96%; width:50px; height:50px; z-index: 2;}
  div[class^="swiper society-slide-mini"] .swiper-button-next {right:66%; background: url('../../images/common/company/society_arrow_next.png') no-repeat; background-position:center; }
  div[class^="swiper society-slide-mini"] .swiper-button-prev {left:2%; background: url('../../images/common/company/society_arrow_prev.png') no-repeat; background-position:center;}
  .swiper.society-slide-column .swiper-button-next, .swiper.society-slide-column .swiper-button-prev {top:90%; width:50px; height:50px; z-index: 2;}
  .swiper.society-slide-column .swiper-button-next {left:130px; background: url('../../images/common/company/society_arrow_next.png') no-repeat; background-position:center; }
  .swiper.society-slide-column .swiper-button-prev {left:33px; background: url('../../images/common/company/society_arrow_prev.png') no-repeat; background-position:center;}
  .swiper.society-slide-column .swiper-pagination {left:0; bottom:47px; width:113px; margin-left:49px; font-size:16px; font-family:"LGSmHaTSB"; z-index: 1;}
  .swiper.society-slide-column .swiper-pagination span {margin:0 5px;}
  .swiper.society-slide-column .swiper-pagination .swiper-pagination-total {color:#7a716b;}
  
  /* 사회 공헌 타이틀 bg */
  .top-visual.bg-strategy.society {background:#eaf0ee; min-height: 437px;}
  .top-visual.bg-strategy.society .sub-title {color:#302d2c;}
  .top-visual.bg-strategy.society .sub-title-txt .txt02 {color:#333130;}
  .top-visual.bg-strategy.society .sub-title::before {background:#a8a4a0;}
  .top-visual.bg-strategy.society .snb-list li {padding-right:20px;}
  /* fixed quick_menu */
  .section-content.society {margin-top:0;}
  
  /*s: 2021-12-01 사회공헌 페이지 - LG소셜캠퍼스 여백 수정 - tab */
  .section-content.society .section-type01 {margin: 0 auto;}
  /*e: 2021-12-01 사회공헌 페이지 - LG소셜캠퍼스 여백 수정 - tab */
  .section-content.society .section-type01 .quick_menu {z-index:3;}
  .section-content.society .section-type01 .quick_menu .ico01 {background:url(../../images/common/company/society_menu_ico01_off.png) no-repeat; background-size:93% 96%; background-position: center; width:45px; height:44px;}
  .section-content.society .section-type01 .quick_menu .ico02 {background:url(../../images/common/company/society_menu_ico02_off.png) no-repeat; background-size:cover; background-position: center; width:46px; height:37px;}
  .section-content.society .section-type01 .quick_menu .ico03 {background:url(../../images/common/company/society_menu_ico03_off.png) no-repeat; background-size:cover; background-position: center; width:49px; height:42px;}
  .section-content.society .section-type01 .quick_menu .ico04 {background:url(../../images/common/company/society_menu_ico04_off.png) no-repeat; background-size:cover; background-position: center; width:42px; height:42px;}
  .section-content.society .section-type01 .quick_menu li.on .ico01 {background:url(../../images/common/company/society_menu_ico01_on.png) no-repeat; background-size:93% 96%; background-position: center; width:45px; height:44px;}
  .section-content.society .section-type01 .quick_menu li.on .ico02 {background:url(../../images/common/company/society_menu_ico02_on.png) no-repeat; background-size:cover; background-position: center; width:46px; height:37px;}
  .section-content.society .section-type01 .quick_menu li.on .ico03 {background:url(../../images/common/company/society_menu_ico03_on.png) no-repeat; background-size:cover; background-position: center; width:49px; height:42px;}
  .section-content.society .section-type01 .quick_menu li.on .ico04 {background:url(../../images/common/company/society_menu_ico04_on.png) no-repeat; background-size:cover; background-position: center; width:42px; height:42px;}
  /* section contents 최상단 */
  .section-content.society .section-type01.space04 .sub-tit {font-size:36px; font-family: "LGSmHaTB";}
  .section-content.society .section-type01.space04 .sub-txt {font-size:24px; font-family:"LGSmHaTSB"; color:#333130;}
  .section-content.society .section-type01.space04 .sub-tit::before {background:none;}
  .section-content.society .section-type01.space04 .img-area {width:1200px; height:500px; background:url(../../images/common/company/society_green_economy_bg.png); background-size:100%; background-position: center 73%;}
  /*비디오 클릭 시 dim 내부 css */
  .section-content.society .section-inner.video-zone::before {display: none;}
  
  /* s: 20220315 사회공헌 운영현황 동영상과 텍스트 사이 떨어트림 - pc */
  .section-content.society .section-inner.video-zone .section-type01 {padding-top:0; overflow:hidden; max-width:1200px; margin-top:30px;}
  /* e: 20220315 사회공헌 운영현황 동영상과 텍스트 사이 떨어트림 - pc */
  
  .section-content.society .section-inner.video-zone .section-type01 .video-wrap {max-width:1200px;}
  .section-content.society .section-inner.video-zone .section-type01 .video-wrap .playpause .ico-play {left:10%; top:80%; width:65px; height:65px; background:url(../../images/common/company/society_play_btn.png) no-repeat;}
  .section-content.society .section-inner.video-zone .video-wrap .playpause .ico-play {left:10%; top:80%; width:65px; height:65px; background:url(../../images/common/company/society_play_btn.png) no-repeat;}
  .section-content.society .section-inner.video-zone .video-wrap .video-tit {left:70px; bottom:180px;}
  .section-content.society .section-inner.video-zone .section-type01 .video-wrap .swiper-button-prev,.swiper-button-next {z-index:2;}
  
  /****** 사회공헌페이지 공통코드 e ********/
  
  /* s : section1 생태계 */
  
  .section-content.society .section-type01.brown + .section-inner {position: relative; z-index: 1;}
  
  /* s:20220427 생태계 여백 없애기-pc */
  .section-content.society .section-type01.brown + .section-inner .section-type01 {margin: auto 0;}
  /* e:20220427 생태계 여백 없애기-pc */
  /* s:20220427 글자크기 조정 */
  .section-content.society .section-type01.brown + .section-inner .section-type01 .sub-txt {font-size:18px; line-height: 1.58; color:#4d4948; font-family:"LGSmHaTR";}
  /* e:20220427 글자크기 조정 */
  /* 사회 공헌 비디오 */
  .section-content.society .video-area {margin-top:80px; max-width:1000px; margin:80px auto 0; cursor: pointer;}
  /* 웹툰으로 보는 밤섬 이야기 */
  .section-content.society .sub-tit03 { margin-top:80px; font-size:28px; font-family:"LGSmHaTSB"; color:#333130;}
  .section-content.society .society-webtoon {display: flex; justify-content: space-between; margin-top:40px; min-height: 480px; }
  .section-content.society .society-webtoon .img-area {width:50%;}
  .section-content.society .society-webtoon .img-area img {width:100%; height:100%;}
  .section-content.society .society-webtoon .society-webtoon-history {width:50%; padding:0 50px; box-sizing: border-box;}
  .section-content.society .society-webtoon .society-webtoon-history ul {height:100%;}
  .section-content.society .society-webtoon .society-webtoon-history ul li {position: relative; padding:30px 0; width:100%;font-size:20px; font-family:"LGSmHaTR";color:#333130;}
  .section-content.society .society-webtoon .society-webtoon-history ul li:not(:last-child) {border-bottom:1px solid #ddd;}
  .section-content.society .society-webtoon .society-webtoon-history ul li a {width:100%; height:100%;}
  .section-content.society .society-webtoon .society-webtoon-history ul li a:hover {color:#a50034; font-family: "LGSmHaTB";}
  .section-content.society .society-webtoon .society-webtoon-history ul li a:hover::after {position: absolute; top:40%; right:0; width: 30px;height: 10px; background-image: url(../../images/common/company/society_direction01.png); background-repeat: no-repeat; content:'';}
  
  /* e : section1 생태계 */
  
  /* s : section2 교육 */
  
  /* LIKE GREEN */
  .section-content.society .content-area {display:flex; justify-content: space-between;}
  .section-content.society .txt-area.edu {width:48%;}
  .section-content.society .txt-area.edu p:last-child {padding-top:20px;}
  .section-content.society .img-area.edu {position:relative; width:48%;}
  .section-content.society .swiper.society-slide {margin-top:80px;}
  /* 그린콘서트, 그린클래스 ... */
  .section-content.society .section-type01 .change-box {display:flex; justify-content: space-between; position: relative;  max-width:1200px; min-height:410px; }
  .section-content.society .section-type01 .change-box .txt-area-bg {display: flex; flex-direction: column; align-items: flex-end; position: absolute; top:70px; right:0; padding:60px 80px 0 0; background-color:#ededf2; width:890px; min-height:285px;}
  /* s: 20230719 word-break 추가 */
  .section-content.society .section-type01 .change-box .txt-area { width:50%; font-size:18px; font-family: "LGSmHaTR"; color:#4d4948; line-height:1.66; word-break: keep-all;}
  /* e: 20230719 word-break 추가 */
  /* 사회공헌 버튼 href css */
  .section-content.society .link-area {width:100%; margin-top:40px; line-height:1.66;}
  /* s: 20230719 width 수정, 추가 */
  .section-content.society .link-area.flex {display: flex; align-items: baseline;}
  .section-content.society .bttn.style03.type07 {padding:10px 20px;}
  .section-content.society .section-type01 .sub-txt {margin-top: 30px; font-size: 18px; font-family: "LGSmHaTR"; color: #4c4948; line-height: 1.66;}
  /* e: 20230719 width 수정 */
  .section-content.society .bttn.style03.type07:first-child {margin-right:10px;}
  .section-content.society .bttn.style03.type07 span {font-size:16px; font-family: "LGSmHaTB"; color:#fff;}
  .section-content.society .bttn.style03.type07 .ico-newlink-white01 {display: inline-block; vertical-align: middle; margin-left:16px; background:url(../../images/common/default/sprite_pc.png); background-position:-266px -265px; width:24px; height:17px; background-size:423px 378px;}
  /* s: 20230719 수정 */
  /* .section-content.society .link-area.column .bttn.style03.type07:first-child {width:39%;} */
  .section-content.society .link-area.column .bttn.style03.type07:last-child {margin-top:10px;}
  /* e: 20230719 수정 */
  .section-content.society .link-area.column.economy .bttn.style03.type07:first-child {float:right; width:401px;}
  .section-content.society .link-area.column.economy .bttn.style03.type07:last-child {float:right; width:411px; margin-top:10px;}
  
  /* 재미있는 화학놀이터, 화학캠프 */
  .section-content.society .chemical-zone {max-width:1200px; margin-top:60px;}
  .section-content.society .chemical-zone .chemical-box {display:flex; justify-content: center; position: relative;}
  .section-content.society .chemical-zone .chemical-box:first-child {background-color:#e0e0e0; padding:20px 0; font-size:18px; font-family: "LGSmHaTSB"; color:#333130;}
  .section-content.society .chemical-zone .chemical-box:last-child {font-size:18px; font-family: "LGSmHaTR"; color:#4d4948;}
  .section-content.society .chemical-zone .chemical-box .chemical-box-list {padding:20px 0; width:calc(100%/4); height:100%; text-align: center; border-bottom:1px solid #e0e0e0; border-right:1px solid #e0e0e0;}
  .section-content.society .chemical-zone .chemical-box .chemical-box-list:last-child {border-right:none;}
  /* 화학탐구 프론티어 페스티벌 */
  .section-content.society .content-area.frontier-festival .bttn.style03.type07 {width:138px;}
  /* section-type05 추가*/
  .section-type05{margin-top:110px}
  .section-type05 .inner{position:relative}
  .section-type05 .swiper-area{width:420px;height:280px}
  .section-type05 .swiper-area .swiper-slide a{display:block}
  .section-type05 .swiper-area .swiper-slide img{width:420px;min-height:280px}
  .section-type05 .txt-area{background:#fafafa;min-height:345px;-webkit-box-sizing:border-box;box-sizing:border-box}
  .section-type05 .txt-area .tit01{position:relative;top:-89px;font-size:28px;font-family:"LGSmHaTSB";color:#333130;padding-right:10px}
  html.lang-de .section-type05 .txt-area .tit01,html.lang-en .section-type05 .txt-area .tit01,html.lang-ja .section-type05 .txt-area .tit01,html.lang-pl .section-type05 .txt-area .tit01,html.lang-zh .section-type05 .txt-area .tit01{word-break:break-word;word-wrap:break-word}
  .section-type05 .txt-area .tit02{font-size:18px;font-family:"LGSmHaTR"; line-height:1.66; color:#4d4948;padding-right:10px}
  html.lang-de .section-type05 .txt-area .tit02,html.lang-en .section-type05 .txt-area .tit02,html.lang-ja .section-type05 .txt-area .tit02,html.lang-pl .section-type05 .txt-area .tit02,html.lang-zh .section-type05 .txt-area .tit02{word-break:break-word;word-wrap:break-word}
  .section-type05 .txt-area .list + .list{margin-top:10px}
  .section-type05 .txt-area .ico{display:table-cell;width:6px;height:6px;background:url("../../images/common/default/bu_circle.png") no-repeat 0 5px}
  .section-type05 .txt-area .txt{display:table-cell;padding-left:11px;font-size:18px;font-family:"LGSmHaTR";color:#4d4948;padding-right:20px}
  .section-type05:first-child{margin-top:140px}
  .section-type05.left .swiper-area{position:absolute;top:-60px;left:0;width:576px; min-height:324px;}
  .section-type05.left .swiper-area img {width:100%; height:100%;}
  .section-type05.left .swiper-area .ico{position:absolute;display:block;width:40px;height:40px;background:url("../../images/common/company/ico_movie64x64.png");background-size:100%;left:20px;bottom:20px}
  .section-type05.left .img-area{position:absolute;top:-60px;left:0}
  .section-type05.left .img-area img{width:100%;min-height:280px}
  /* s: 20230719 추가 */
  .section-type05.left .txt-area.pd-10 {padding-top: 10px; background-color: #ededf2;}
  /* e: 20230719 추가 */
  .section-type05.left .txt-area{padding:60px 80px 70px 422px;margin-left:223px;}
  .section-type05.left .txt-area.gray{background:#edeef3}
  .section-type05.left .swiper-pagi-area{position:relative;bottom:0;left:0;width:220px;height:80px}
  .section-type05.left .swiper-pagi-area .swiper-button-next,.section-type05.left .swiper-pagi-area .swiper-button-prev{width:13px;height:23px;top:auto;left:auto;margin-top:0;padding:28px 30px;background:url("../../images/common/company/ico_prev_13x23.png") no-repeat 30px 28px}
  .section-type05.left .swiper-pagi-area .swiper-button-next{right:0;background-image:url("../../images/common/company/ico_next_13x23.png"); z-index:11;}
  /* e : 20211201 사회공헌운영현황 pc */
  .section-type05.left .swiper-pagi-area .swiper-pagination{width:100%;top:31px;left:0;text-align:center;font-size:16px;color:#7a716b}
  .section-type05.left .swiper-pagi-area .swiper-pagination .swiper-pagination-current,.section-type05.left .swiper-pagi-area .swiper-pagination .swiper-pagination-total{display:inline-block;margin-right:4px;font-size:16px;font-family:"LGSmHaTSB";color:#393736}
  .section-type05.left .swiper-pagi-area .swiper-pagination .swiper-pagination-total{margin-left:4px;margin-right:0;color:#7a716b}
  .section-type05.right .swiper-area{position:absolute;top:-60px;right:0;width:420px}
  .section-type05.right .swiper-area .ico{position:absolute;display:block;width:40px;height:40px;background:url("../../images/common/company/ico_movie64x64.png");background-size:100%;left:20px;bottom:20px}
  .section-type05.right .txt-area{padding:71px 220px 70px 60px;margin-right:220px;background:#e8e1d7}
  .section-type05.right .swiper-pagi-area{position:relative;bottom:0;right:-200px;width:220px;height:80px}
  .section-type05.right .swiper-pagi-area .swiper-button-next,.section-type05.right .swiper-pagi-area .swiper-button-prev{width:13px;height:23px;top:auto;left:auto;margin-top:0;padding:28px 30px;background:url("../../images/common/company/ico_prev_13x23.png") no-repeat 30px 28px}
  .section-type05.right .swiper-pagi-area .swiper-button-next{right:0;background-image:url("../../images/common/company/ico_next_13x23.png")}
  .section-type05.right .swiper-pagi-area .swiper-pagination{width:100%;top:31px;left:0;text-align:center;font-size:16px;color:#7a716b}
  .section-type05.right .swiper-pagi-area .swiper-pagination .swiper-pagination-current,.section-type05.right .swiper-pagi-area .swiper-pagination .swiper-pagination-total{display:inline-block;margin-right:4px;font-size:16px;font-family:"LGSmHaTSB";color:#393736}
  .section-type05.right .swiper-pagi-area .swiper-pagination .swiper-pagination-total{margin-left:4px;margin-right:0;color:#7a716b}
  .section-content.contribution02 .section-type05:nth-child(3){margin-top:180px}
  .section-content.contribution02 .section-type05:nth-child(4){margin-top:180px}
  .section-content.contribution02 .section-type05:nth-child(5){margin-top:180px}
  .section-content.contribution03 .section-type05:nth-child(2) .txt-area{background:#fafafa}
  .section-content.contribution03 .section-type05:nth-child(2) .txt-area .tit02{margin-top:0}
  .section-content.contribution03 .section-type05:nth-child(3){margin-top:20px}
  .section-content.contribution03 .section-type05:nth-child(3) .txt-area{max-width:80%;padding-top:125px;background:#e8e1d7}
  .section-content.contribution03 .section-type05:nth-child(3) .txt-area .tit01{top:-84px}
  .section-content.contribution03 .section-type05:nth-child(3) .txt-area .tit02{max-width:80%;margin-bottom:13px;line-height:1.6}
  .section-content.contribution03 .section-type05:nth-child(3) .txt-area .list{max-width:83%;margin-top:0}
  .section-content.contribution03 .section-type05:nth-child(3) .txt-area .txt{line-height:1.6}
  .section-content.contribution03 .section-type05:nth-child(3) .txt-area .ico{background:url("../../images/common/default/bu_circle.png") no-repeat 0 8px}
  .section-content.contribution03 .section-type05:nth-child(4) .txt-area{background:#edeef3}
  .section-content.contribution03 .section-type05:nth-child(4) .txt-area .list{max-width:80%;margin-top:0}
  
  /* e : section2 교육 */
  
  /* s : section3 경제 */
  
  .section-content.society .section-type01 .sub-tit03.pdb0 {padding-bottom:0;}
  .section-content.society .section-type01 .change-box.reverse {display: flex;}
  .section-content.society .section-type01 .change-box.reverse div[class^="swiper society-slide-mini"] {right:0; left:auto;}
  .section-content.society .section-type01 .change-box.reverse div[class^="swiper society-slide-mini"] .swiper-pagination {left:32%;}
  .section-content.society .section-type01 .change-box.reverse div[class^="swiper society-slide-mini"] .swiper-button-prev {left:66%;}
  .section-content.society .section-type01 .change-box.reverse div[class^="swiper society-slide-mini"] .swiper-button-next {right:2%;}
  .section-content.society .section-type01 .change-box.reverse .txt-area-bg {left:0; align-items: flex-start; padding:60px 0 0 80px;}
  
  .section-content.society .section-type01 .column-box {display: flex; margin-top:60px; padding:0 30px;}
  .section-content.society .section-type01 .column-box .column-item {position: relative; overflow:hidden; width:50%; background-color:#fafafa; margin-right:30px;}
  .section-content.society .section-type01 .column-box .column-item .society-slide-column {width:100%; height:600px; overflow: hidden; position: relative;}
  .section-content.society .section-type01 .column-box .column-item .society-slide-column .swiper-slide {height:100%; cursor: pointer;}
  .section-content.society .section-type01 .column-box .column-item .society-slide-column .swiper-slide img {width:100%; height:50%;}
  .section-content.society .section-type01 .column-box .column-item .img-area {max-width:600px; height: 300px;}
  .section-content.society .section-type01 .column-box .column-item .img-area img {width:100%; height:100%;}
  .section-content.society .section-type01 .column-box .column-item .txt-area {position: absolute; bottom:0; left:0; z-index: 1; height:300px; padding:0 50px;}
  .section-content.society .section-type01 .column-box .column-item .txt-area .txt-main {font-size:24px; padding-top:50px; font-family: "LGSmHaTSB"; color:#333130;}
  .section-content.society .section-type01 .column-box .column-item .txt-area .txt-sub {font-size:18px; padding-top:30px; font-family: "LGSmHaTR"; color:#4d4948; line-height: 1.66;}
  /* 1분1초 영화제 바로가기 버튼 */
  .section-content.society .section-type01 .bttn.style03.type04 span {font-size:16px; font-family: "LGSmHaTB"; color:#fff;}
  .section-content.society .section-type01 .bttn.style03.type04 .ico-newlink-white01 {display: inline-block; vertical-align: middle; margin-left:16px; background:url(../../images/common/default/sprite_pc.png); background-position:-266px -265px; width:24px; height:17px; background-size:423px 378px;}
  
  /* e : section3 경제 */
  
  /* s : section4 에너지 */
  
  .section-content.society .section-type01.gray.last-gray {top:558px; background-color:#ededf2; min-height:360px; width:100%; position: absolute; z-index:0; margin:0;}
  .section-content.society .video-wrap.pbt0 {padding-bottom:0;}
  
  /* e : section4 에너지 */
  
  .pc-show{display:block;}
  .tb-show{display:none;}
  
  /* s : 20211123 사회 공헌 운영 현황 2차수정 pc */
  .section-content.society .section-inner.border-line .section-type01 {margin:80px auto 0 auto;}
  /* e : 20211123 사회 공헌 운영 현황 2차수정 pc */
  
  
  /* e : 20211102 사회 공헌 운영 현황 신설 pc */
  /* e : 20211122 사회 공헌 운영 현황 수정 pc */
  
  /* s: 사회공헌 비전 및 전략과제 PC - 2021-11-04 ~ 2021-11-15 */
  /* .bg-climate{min-height:520px;background:url(../../images/common/sustainability/new/climate_change_main_pc.png) no-repeat 0 0} */
  .sustainabilityBody #container{padding-top:75px}
  .social-contribution {width:100%; padding:107px 60px 57px 60px; margin-top:-75px;background: #eaf0ee;text-align:center; box-sizing:border-box;  }
  .social-contribution-txt01 {font-size:40px; color:#333130; font-family:"LGSmHaTSB"; position:relative;}
  .social-contribution-txt01::before {content: '';display: inline-block;width: 1px;height: 50px;margin-right: 0;background: #665852;left: 50%;top: -72px;position: absolute;}
  
  .social-contribution-sub-title-txt {margin-left:0;}
  .social-contribution-txt02 {display:block; font-size:18px; color:#333130; font-family:"LGSmHaTR"; line-height:1.6;}
  .social-contribution-txt02.social-contribution-ty02 {margin-top:22px;}
  .social-contribution-sub-title-img {margin-top:39px;}
  .social-contribution-sub-title-img span {padding-right:20px;}
  
  .social-contribution-cont {margin-bottom:120px;}
  .social-contribution-cont .social-contribution-inner {width:100%; max-width:1200px; margin:0 auto;}
  .social-contribution-sub-tit {margin-top:117px; font-size:32px; font-family:"LGSmHaTB"; color:#333130;}
  /* .social-contribution-sub-tit::before {content:''; display:block; position:relative; width:24px; height:4px; margin-bottom:13px; background:#333130; } */
  
  .sub-social-contribution {display:flex; justify-content: space-between; padding-top:70px; max-width:1200px; width:100%; margin:0 auto;}
  .sub-social-contribution .social-txt-group {width:50%;}
  .sub-social-contribution .social-txt-group .lg-chem-tit {font-size:46px; font-family:"LGSmHaTB"; width:100%;}
  .sub-social-contribution .social-txt-group .green-connector {color:#67a062;}
  .sub-social-contribution .social-txt-group .social-paragraph {font-size:24px; margin-top:45px; line-height:1.5; font-family:"LGSmHaTR"; width:77%;}
  /* .sub-social-contribution .contribution-bg {background:#efeef4; padding:0px 40px 40px 0px;} */
  .contribution-bg .contribution-img-area img {margin-top:-40px; margin-left:-40px;}
  /* .sub-social-contribution .contribution-bg img {} */
  
  /* s: 20230719 비전및 전략과제 수정 */
  .strategy-task-img-type01-1, .strategy-task-img-type01-2 {display: flex;}
  .strategy-task-type01 .strategy-task-cont-wrap ul.strategy-task-img-type01-1 .type01-1-item {margin-left: 0 !important;}
  .strategy-task-type02 .strategy-task-cont-wrap ul.strategy-task-img-type01-2 .type01-2-item {margin-left: 0 !important;}
  .strategy-task-img-type01-4 .img-type01-4-item {display: flex; margin-left: 0 !important;}
  .strategy-task-img-type01-11 .type01-1-item-type02 {margin-left: 0 !important;}
  .strategy-task-area ul:not(.download-list) li {width: 50%;}
  .strategy-task-area .type01-2-tit.txt-center {display: block; text-align: center;}
  .section-content.society .section-type05.left .tit02 {word-break: keep-all;}
  .section-content.society .txt-zone.gray .bx-area .tit02 {font-size: 18px; font-family: "LGSmHaTR"; line-height: 1.66; color: #4d4948; padding-right: 10px; word-break: keep-all;}
  /* e: 20230719 비전및 전략과제 수정 */
  
  .strategy-task-wrap {max-width:1200px; margin:0 auto;}
  .strategy-task {font-size:32px; font-family:"LGSmHaTB"; color:#333130;}
  /* .strategy-task::before {content:''; display:block; position:relative; width:24px; height:4px; margin-bottom:13px; background:#333130; } */
  .strategy-task-type01 {display:flex; margin-top:59px;}
  .strategy-task-type01 .strategy-task-img-tit img {margin-left:20px; margin-top:59px; }
  .strategy-task-type01 .strategy-task-cont-wrap {padding-top:59px; padding-bottom:59px; margin-left:66px; border-top:1px solid #eaeaea; width:100%;}
  /* s: 2021-12-01 사회공헌 비전 및 전략과제 텍스트 수정 pc */
  .strategy-task-type01 .strategy-task-cont-wrap .strategy-task-tit {display:block; margin-top:15px; font-family:"LGSmHaTB"; font-size:30px; color:#3ea15e;}
  /* e: 2021-12-01 사회공헌 비전 및 전략과제 텍스트 수정 pc */
  
  /*s: 2021-12-01 사회 공헌 비전 및 전략 과제 텍스트 수정과 폰트 컬러 pc */
  .strategy-task-type01 .strategy-task-cont-wrap .strategy-task-txt {display:block; padding-top:23px; font-size:24px; font-family:"LGSmHaTR"; color:#333130;}
  /*e: 2021-12-01 사회 공헌 비전 및 전략 과제 텍스트 수정과 폰트 컬러 pc */
  
  .strategy-task-type01 .strategy-task-cont-wrap ul.strategy-task-img-type01-1 li {display:inline-block; padding-top:60px; }
  .strategy-task-type01 .strategy-task-cont-wrap ul.strategy-task-img-type01-1 li span {font-size:24px;}
  /* s: 2021-12-01 사회공헌 비전 및 전략과제 텍스트 수정과 폰트 컬러 pc */
  .strategy-task-type01 .strategy-task-cont-wrap ul.strategy-task-img-type01-1 .img-type01-1-tit {margin-left:23px; vertical-align:sub; font-family:"LGSmHaTSB"; color:#333130;}
  /* e: 2021-12-01 사회공헌 비전 및 전략과제 텍스트 수정과 폰트 컬러 pc */
  .strategy-task-type01 .strategy-task-cont-wrap ul.strategy-task-img-type01-1 .type01-1-item {margin-left:123px;}
  
  .strategy-task-type02 {display:flex;}
  /* .under-line {position:relative; left:160px; border:1px solid red; width:1038px; margin:58px 0;} */
  .strategy-task-type02 .strategy-task-img-tit img {padding-top:59px;}
  .strategy-task-type02 .strategy-task-cont-wrap {margin-left:66px; padding-top:59px; padding-bottom:59px;border-top:1px solid #eaeaea; width:100%;}
  /* s: 2021-12-01 사회공헌 비전 및 전략과제 텍스트 수정 pc */
  .strategy-task-type02 .strategy-task-cont-wrap .strategy-task-tit {display:block; margin-top:15px; font-family:"LGSmHaTB"; font-size:30px; color:#3ea15e;}
  /* e: 2021-12-01 사회공헌 비전 및 전략과제 텍스트 수정 pc */
  
  /* s: 2021-12-01 사회공헌 비전 및 전략과제 텍스트 수정과 폰트 컬러 pc */
  .strategy-task-type02 .strategy-task-cont-wrap .strategy-task-txt {display:block; padding-top:23px; font-family:"LGSmHaTR"; font-size:24px; color:#333130;}
  /* e: 2021-12-01 사회공헌 비전 및 전략과제 텍스트 수정과 폰트 컬러 pc */
  
  .strategy-task-type02 .strategy-task-cont-wrap ul.strategy-task-img-type01-2 li {display:inline-block; padding-top:60px; }
  .strategy-task-type02 .strategy-task-cont-wrap ul.strategy-task-img-type01-2 li span {font-size:24px;}
  /* s: 2021-12-01 사회공헌 비전 및 전략과제 텍스트 수정과 폰트 컬러 pc */
  .strategy-task-type02 .strategy-task-cont-wrap ul.strategy-task-img-type01-2 .img-type01-2-tit {margin-left:23px; font-family:"LGSmHaTSB"; vertical-align:sub; color:#333130;}
  /* e: 2021-12-01 사회공헌 비전 및 전략과제 텍스트 수정과 폰트 컬러 pc */
  .strategy-task-type02 .strategy-task-cont-wrap ul.strategy-task-img-type01-2 .type01-2-item {margin-left:270px;}
  .strategy-task-type02 .strategy-task-cont-wrap ul.strategy-task-img-type01-2 .type01-2-item .type01-2-item-img {margin-left:10px; margin-bottom:10px;} 
  
  .strategy-task-img-type01-4 {font-size:24px; font-family:"LGSmHaTR";}
  .strategy-task-img-type01-4 .img-type01-4 {padding-top:60px; font-size:24px; font-family:"LGSmHaTR";} 
  
  /* START : 2023-01-30 : 수정 : Green Economy 아이콘 추가 - Tablet*/
  .strategy-task-img-type01-4 {display: flex; font-size:24px; font-family:"LGSmHaTR";}
  .strategy-task-img-type01-4 .img-type01-4 {padding-top:60px; font-size:24px; font-family:"LGSmHaTR";} 
  .strategy-task-img-type01-4 .img-type01-4-item {margin-left:170px; padding-top:60px; font-size:24px; font-family:"LGSmHaTR";}
  /* END : 2023-01-30 : 수정 : Green Economy 아이콘 추가 - Tablet*/
  
  ul.strategy-task-img-type01-3 {margin-top:23px;}
  ul.strategy-task-img-type01-3 li {display:inline-block; }
  ul.strategy-task-img-type01-3 li span {font-size:24px; font-family:"LGSmHaTR";}
  ul.strategy-task-img-type01-3 .img-type01-2-tit {margin-left:25px; font-family:"LGSmHaTR"; vertical-align:sub;}
  ul.strategy-task-img-type01-3 .type01-2-item {margin-left:230px;}
  ul.strategy-task-img-type01-3 .type01-2-item .type01-2-item-img {margin-left:10px; margin-bottom:10px;}
  
  .strategy-task-type03 {display:flex;}
  .strategy-task-type03 .strategy-task-img-tit img {padding-top:59px;}
  .strategy-task-type03 .strategy-task-cont-wrap {margin-left:66px; padding-top:59px; padding-bottom:59px; border-top:1px solid #eaeaea; width:100%;}
  /*s: 2021-12-01 사회공헌 비전 및 전략과제 텍스트 수정 pc*/
  .strategy-task-type03 .strategy-task-cont-wrap .strategy-task-tit {display:block; margin-top:15px; font-family:"LGSmHaTB"; font-size:30px; color:#3ea15e;}
  /*e: 2021-12-01 사회공헌 비전 및 전략과제 텍스트 수정 pc */
  
  /*s: 2021-12-01 사회공헌 비전 및 전략과제 텍스트 수정과 폰트 컬러 pc*/
  .strategy-task-type03 .strategy-task-cont-wrap .strategy-task-txt {display:block; padding-top:23px; font-size:24px; font-family:"LGSmHaTR"; color:#333130;}
  /*e: 2021-12-01 사회공헌 비전 및 전략과제 텍스트 수정과 폰트 컬러 pc*/
  
  .strategy-task-type03 .strategy-task-cont-wrap ul.strategy-task-img-type01-1 li {display:inline-block; padding-top:60px; }
  .strategy-task-type03 .strategy-task-cont-wrap ul.strategy-task-img-type01-1 .img-type01-3-tit {margin-left:20px; font-family:"LGSmHaTR";}
  .strategy-task-type03 .strategy-task-cont-wrap ul.strategy-task-img-type01-1 li span {font-size:24px; margin-left:25px;}
  .strategy-task-img-type01-2 li {padding-top:60px;}
  /*s: 2021-12-01 사회공헌 비전 및 전략과제 텍스트 수정과 폰트 컬러 pc*/
  .type01-2-tit {margin-left:24px; font-family:"LGSmHaTSB"; color:#333130;}
  /*e: 2021-12-01 사회공헌 비전 및 전략과제 텍스트 수정과 폰트 컬러 pc */
  
  .strategy-task-type04 {display:flex;  padding-bottom:180px;}
  
  .strategy-task-type04 .strategy-task-img-tit img {padding-top:59px;}
  .strategy-task-type04 .strategy-task-cont-wrap {margin-left:66px; padding-top:59px; padding-bottom:59px; width:100%; border-top:1px solid #eaeaea; border-bottom:1px solid #eaeaea;}
  /*s: 2021-12-01 사회공헌 비전 및 전략과제 텍스트 수정 pc*/
  .strategy-task-type04 .strategy-task-cont-wrap .strategy-task-tit {display:block; margin-top:15px; font-family:"LGSmHaTB"; font-size:30px; color:#3ea15e;}
  /*e: 2021-12-01 사회공헌 비전 및 전략과제 텍스트 수정 pc*/
  
  /*s: 2021-12-01 사회공헌 비전 및 전략과제 텍스트 수정과 폰트 컬러 pc*/
  .strategy-task-type04 .strategy-task-cont-wrap .strategy-task-txt {display:block; padding-top:23px; font-family:"LGSmHaTR"; font-size:24px; color:#333130;}
  /*e: 2021-12-01 사회공헌 비전 및 전략과제 텍스트 수정과 폰트 컬러 pc*/
  .strategy-task-type04 .strategy-task-cont-wrap ul.strategy-task-img-type01-1 li {display:inline-block; padding-top:60px; }
  .strategy-task-type04 .strategy-task-cont-wrap ul.strategy-task-img-type01-1 li span {font-size:24px; vertical-align: center;}
  .strategy-task-type04 .strategy-task-cont-wrap ul.strategy-task-img-type01-1 .img-type01-4-tit {margin-left:23px; font-family:"LGSmHaTR"; vertical-align:middle;}
  .strategy-task-type04 .strategy-task-cont-wrap ul.strategy-task-img-type01-1 .type01-1-item {margin-left:229px;}
  
  ul.strategy-task-img-type01-2 li {display:inline-block; padding-top:60px;}
  ul.strategy-task-img-type01-2 li span {font-size:24px; vertical-align: center;}
  ul.strategy-task-img-type01-2 .type01-2-item {margin-left:123px;}
  
  .strategy-task-img-type01-2-mo, .strategy-task-img-type01-3-mo {display:none;}
  
  .strategy-task-img-type01-11 {display:flex; padding-top:60px; }
  .strategy-task-img-type01-11 .type01-1-item-type02 {margin-left:230px; }
  .strategy-task-img-type01-11 .type01-1-item {color:#333130; font-size:24px; font-family:"LGSmHaTR";}
  /*s: 2021-12-01 사회공헌 비전 및 전략과제 텍스트 수정과 폰트 컬러 pc*/
  .strategy-task-img-type01-11 .type01-1-item span {margin-left:24px; font-family:"LGSmHaTSB"; color:#333130;}
  /*e: 2021-12-01 사회공헌 비전 및 전략과제 텍스트 수정과 폰트 컬러 pc*/
  
  /*s: 2021-12-01 사회공헌 비전 및 전략과제 텍스트 수정_pc*/
  .strategy-task-img-type01-11 .type01-1-item-type02 span {color:#333130; margin-left:24px; font-size:24px; font-family:"LGSmHaTSB";}
  /*e: 2021-12-01 사회공헌 비전 및 전략과제 텍스트 수정_pc*/
  
  .bg-area-wrap-wrap {display:none;}
  
  /* e: 사회공헌 비전 및 전략과제 PC - 2021-11-04 ~ 2021-11-15 */
  
  /* s : 20211208 공지사항 페이지 신설 pc */
  
  .new-notice .snb-type01 .snb-inner .sub-title {margin-top:0;}
  /* .new-notice .sub-title-txt {max-width:1320px; margin-left:180px;} */
  .new-notice .sub-title-txt p {margin:60px auto; font-size:18px; font-family:"LGSmHaTR"; color:#333130;text-align:center}
  .new-notice .news-area .news-search-nodata {padding-bottom:380px;}
  .new-notice .news-list .news-box .news-txt.type02 {height:242px;}
  .new-notice .news-list .news-box .news-txt.type02 .tit {height:6.6rem;}
  
  /* e : 20211208 공지사항 페이지 신설 pc */
  
  
  /* s: 2022-01-20 company > 홍보센터 > 공지사항 pc */
  .ir-do .accordion-st-list .item:last-child {margin-bottom:30px; }
  /* e: 2022-01-20 company > 홍보센터 > 공지사항 pc */
  
  /* s: 20220217 브랜드 아이덴티티 페이지 신설 pc */
  .section-content-introduction.brand-identity {margin-top: 0; background: unset; max-height: 100%;}
  .section-content-introduction.brand-identity::before {position: absolute; left: 0; content: ''; background: #f8f1eb; width: 100%;height: 34%; z-index: -1;}
  .section-content-introduction.brand-identity .introduction .sub-titles {padding-top:30px; text-align:center; font-size:34px; font-family:"LGSmHaTSB";}
  
  /* s: 20220302 텍스트 스타일 수정 - pc */
  .section-content-introduction.brand-identity .introduction .txt.txt-type02 {padding-top:20px; text-align:center; font-size: 20px; font-family:"LGSmHaTSB"; color: #484848; line-height: 1.5; word-break: keep-all; width: 75%; margin:0 auto;}
  .section-content-introduction.brand-identity .introduction .txt.txt-type03 {padding-top:20px; text-align:center; font-size: 20px; font-family:"LGSmHaTSB"; color: #484848; line-height: 1.5; word-break: keep-all; width: 75%; margin: 0 auto 58px;}
  /* e: 20220302 텍스트 스타일 수정 - pc */
  
  .lgchem-brand-identity-group {padding-top:60px; margin:0 auto; text-align:center;}
  .lgchem-brand-identity-group .brand-identity-title {font-family: "LGSmHaTSB"; color:#a50034; font-size:20px;}
  .brand-identity-txt-vision {margin-top:18px; font-size:32px; font-family: "LGSmHaTSB"; color:#484848;}
  
  .brand-identity-arrow-wrap {height:100%; position:relative; padding-top:60px;}
  .brand-identity-arrow-wrap .brand-identity-arrow::after {position:relative; margin-left:50%; transform:translate(-50%); display:block; content:""; background-image:url("../../images/common/default/brand-identity-arrow.jpg"); background-repeat:no-repeat; z-index:-1; width:458px; height:427px;} 
  .brand-identity-arrow-wrap .brand-identity-keyword {font-size:20px; font-family: "LGSmHaTSB"; color:#a50034;}
  
  .brand-identity-company {position:absolute; display:flex; margin-left:50%; transform:translate(-50%); bottom:10%; }
  
  /* s: 20220302 텍스트 스타일 수정 - pc */
  .brand-identity-company .brand-identity-company01 {/*width:100%; height:321px;*/ background:#fff; border-radius:20px; border:1px solid #f0f0f0; padding:40px 60px 40px 60px; margin-right: 100px;}
  /* e: 20220302 텍스트 스타일 수정 - pc */
  
  .brand-identity-company .brand-identity-company01 .brand-identity-science-tit {font-size:18px; font-family:"LGSmHaTR";}
  .brand-identity-company .brand-identity-company01 .lgchem-brand-identity-pra {font-size:18px; font-family:"LGSmHaTR"; line-height:1.5;}
  .brand-identity-company .brand-identity-company01 .brand-identity-science-company {margin-top:10px; font-size:24px; font-family: "LGSmHaTSB";}
  
  /* .brand-identity-company .brand-identity-company01:nth-of-type(2) {width:100% !important; margin-left: 200px;} */
  
  .under-line {padding-top:38px; padding-bottom:38px;}
  
  /* s: 20220302 텍스트 스타일 수정 - pc */
  .brand-identity-company .brand-identity-company02 {position:relative; /*width:100%;*/ height:321px; background:#fff; border-radius:20px; border:1px solid #f0f0f0; padding:40px 60px 40px 60px;}
  /* e: 20220302 텍스트 스타일 수정 - pc */
  
  .brand-identity-company .brand-identity-company02 .brand-identity-science-tit {font-size:18px; font-family:"LGSmHaTR";}
  .brand-identity-company .brand-identity-company02 .lgchem-brand-identity-pra {font-size:18px; font-family:"LGSmHaTR"; line-height:1.5;}
  .brand-identity-company .brand-identity-company02 .brand-identity-science-company {margin-top:10px; font-size:24px; font-family: "LGSmHaTSB";}
  
  .lgchem-bi-txt-wrap {position:relative; top:40px;}
  /* s: 20220302 텍스트 스타일 수정 - pc */
  .flow-chart-img-wrap {position:relative; width:50%; height:106px; margin:0 auto; bottom:10px; right: 18px;}
  .flow-chart-img-wrap::before {z-index:1; position:absolute; text-align:center; left:45%; top:55%; margin:0 auto; display:block; content:"브랜드 키워드"; color:#a50034; font-family:"LGSmHaTR"; font-weight:bold; font-size:18px;}
  html.lang-en .flow-chart-img-wrap::before{z-index: 1;position: absolute;text-align: center;left: 50%;transform: translateX(-50%);top:45%; margin:0 auto; display:block; content:"Brand Keywords"; color:#a50034; font-family:"LGSmHaTR"; font-weight:bold; font-size:18px;}
  html.lang-de .flow-chart-img-wrap::before{z-index: 1;position: absolute;text-align: center;left: 50%;transform: translateX(-50%);top:45%;margin: 0 auto;display: block;content: "Schlüsselwörter für unsere Markenidentität";color: #a50034;font-family: "LGSmGloR";font-weight: bold;font-size: 20px;}
  html.lang-zh .flow-chart-img-wrap::before{z-index: 1;position: absolute;text-align: center;left: 50%;transform: translateX(-50%);top:45%; margin:0 auto; display:block; content:"品牌关键词"; color:#a50034; font-family:"NotoSansR"; font-weight:bold; font-size:18px;}
  /* e: 20220302 텍스트 스타일 수정 - pc */
  
  .lgchem-bi-txxt {display:block; margin-top:10px; margin-bottom:17px; color:#a50034; font-family:"LGSmHaTR"; font-weight:bold; font-size:20px;}
  .lgchem-bi-company-title {background:#484848; width:30%; margin:0 auto; color:#fff; padding:17px; font-size:32px; font-family: "LGSmHaTSB";}
  
  .lgchem-visual-system {margin-top:120px;}
  .lgchem-visual-system::before {
    position: absolute;
    padding-bottom:130px;
    left: 0;
    content: '';
    background: #f8f1eb;
    width: 100%;
    max-width: 1920px;
    height: 43%;
    z-index: -1;
  }
  .lgchem-visual-system .lgchem-visual-system-cnt {width:1200px; margin:0 auto; padding-top:90px;}
  .lgchem-visual-system .sub-tit {font-size: 32px; font-family: "LGSmHaTSB"; color: #333130;}
  /* .lgchem-visual-system .sub-tit::before {
    content: '';
    display: block;
    position: relative;
    width: 24px;
    height: 4px;
    margin-bottom: 13px;
    background: #333130;
  } */
  .lgchem-visual-system .lgchem-visual-system-cnt .lgchem-visual-system-txt {font-size:18px; font-family:"LGSmHaTR"; display:block; margin-top:20px;}
  .lgchem-visual-system .lgchem-visual-system-cnt .lgchem-graph-moteaf {font-size:20px; color:#333; font-family: "LGSmHaTSB"; margin-top:60px;}
  .lgchem-graph-moteaf-txt {font-size:18px; line-height:1.3; font-family:"LGSmHaTR"; margin-top:10px;}
  
  .lgchem-graph-img-wrap {margin-top:30px;}
  .lgchem-graph-img-wrap ul {display:flex;}
  .lgchem-graph-img-wrap ul li {padding-right:25px;}
  
  .moteaf-unit-wrap {display:flex; width:1200px; margin:0 auto; padding-top:80px;}
  .moteaf-unit-wrap .moteaf-unit {width:110px;}
  .moteaf-unit-wrap .moteaf-unit .moteaf-unit-tit {font-size:20px; font-family: "LGSmHaTSB"; display:block; width:150px;}
  .moteaf-unit-wrap .moteaf-unit .moteaf-unit-tit.color-system-tit {font-size:20px; font-family: "LGSmHaTSB"; display:block; width:150px;}
  
  /* s: 20220304 컬러 시스템 스타일 수정 - pc */
  .moteaf-unit-wrap .moteaf-unit-txt {margin-left:195px; font-size:18px; font-family:"LGSmHaTR"; line-height:1.3;}
  /* e: 20220304 컬러 시스템 스타일 수정 - pc */
  
  .moteaf-unit-line-ver {position:relative; width:1200px; margin:0 auto;}
  .moteaf-unit-line-ver .moteaf-img-wrap {padding:30px 0 20px 30px; background:#fafafa; position:relative; left:300px; width:867px; text-align:Center; margin-top:60px;}
  .moteaf-unit-line-ver .moteaf-img-wrap .line-version {position:absolute; padding-left:30px; left:0; font-size:18px; color:#333130; font-family: "LGSmHaTSB";}
  
  .gradient {display:flex; position:relative; width:1200px; margin:0 auto; margin-top:40px;}
  .gradient .gradient-img {position:relative; left:26%; }
  
  /* s: 20220302 텍스트 스타일 수정 - pc */
  .gradient .lg-connect-logo-wrap {position: absolute; display:block; background: url(../../images/common/default/lgchem-connect-logo.png) no-repeat; width:360px; height:39px; left:50%;}
  .gradient .gradient-section {position:absolute; display:block; background: url(../../images/common/default/lgchem-gradient-bg.png) no-repeat; width:893px; height:69px; line-height:69px; background-size: cover; margin:8% 0 0 31%; transform: translate(-7%); color:#fff; font-family: "LGSmHaTSB"; font-weight:bold; font-size:16px; letter-spacing: 0.5px; text-align:center; left:0;}
  /* e: 20220302 텍스트 스타일 수정 - pc */
  
  /* s: 20220304 컬러 시스템 스타일 수정 - pc */
  .fivecolor-color-system {width:45%; margin:0 auto; display:flex; position:relative; left:7%; padding-top: 63px;}
  /* .fivecolor-color-system img {width:100%;} */
  .color-system-mo-img {display:none;}
  /* e: 20220304 컬러 시스템 스타일 수정 - pc */
  
  /* s: 20220304 컬러 시스템 스타일 수정 - pc */
  .moteaf-unit-line-ver .moteaf-img-wrap-line {
    padding: 30px 0 20px 30px;
      background: #fafafa;
      position: relative;
      left: 300px;
      width: 867px;
      text-align: Center;
      margin-top: 60px;
  }
  /* {width:867px; padding:30px 0 20px 30px; background:#fafafa; position:relative; text-align:Center; margin-top:13px; margin-left:20px; margin-right:20px;} */
  .moteaf-unit-line-ver .moteaf-img-wrap-line .line-version {position:absolute; padding-left:30px; left:0; font-size:18px; color:#333130; font-family: "LGSmHaTSB";}
  /* e: 20220304 컬러 시스템 스타일 수정 - pc */
  
  
  /* .fivecolor-color-circle {background:red; width:900px; margin:0 auto; position: relative; bottom: 111px; left:152px;}
  .fivecolor-color-circle ul {display:flex; justify-content: space-between;}
  .fivecolor-color-circle ul li:nth-of-type(1) {background: #d7177b; color:#fff; width:15%; line-height:141px; text-align:center; border-radius:100%;}
  .fivecolor-color-circle ul li:nth-of-type(2) {background:#551d83; color:#fff; width:15%; line-height:141px; text-align:center; border-radius:100%;}
  .fivecolor-color-circle ul li:nth-of-type(3) {background: #70c0e6; color:#fff; width:15%; line-height:141px; text-align:center; border-radius:100%;}
  .fivecolor-color-circle ul li:nth-of-type(4) {background: #0087b5; color:#fff; width:15%; line-height:141px; text-align:center; border-radius:100%;}
  .fivecolor-color-circle ul li:nth-of-type(5) {background:#c4c4c4; color:#fff; width:15%; line-height:141px; text-align:center; border-radius:100%;} */
  
  
  .fivecolor-color-system .fivecolor-circle:nth-of-type(1) {background: #d7177b; color:#fff; width:15%; line-height:141px; text-align:center; border-radius:100%; position: absolute; right:80%; bottom:70px;}
  .fivecolor-color-system .fivecolor-circle:nth-of-type(2) {background:#551d83; color:#fff; width:15%; line-height:141px; text-align:center; border-radius:100%; position: absolute; right:60%; bottom:70px;}
  .fivecolor-color-system .fivecolor-circle:nth-of-type(3) {background: #70c0e6; color:#fff; width:15%; line-height:141px; text-align:center; border-radius:100%; position: absolute; right:40%; bottom:70px;}
  .fivecolor-color-system .fivecolor-circle:nth-of-type(4) {background: #0087b5; color:#fff; width:15%; line-height:141px; text-align:center; border-radius:100%; position: absolute; right:20%; bottom:70px;}
  .fivecolor-color-system .fivecolor-circle:nth-of-type(5) {background:#c4c4c4; color:#fff; width:15%; line-height:141px; text-align:center; border-radius:100%; position: absolute; right:0; bottom:70px;}
  
  .fivecolor-color-system .fivecolor-circle-txt-wrap { z-index:1; text-align:left; width:100%; display:block; margin-top:60px; margin-left:62px;}
  .fivecolor-color-system .fivecolor-circle-txt-wrap .fivecolor-circle-text {text-align:left; display:block; font-size:16px; font-family: "LGSmHaTSB";}
  
  .lgchem-bi-mediaplayer-wrap {padding-top:80px; width:1200px; margin:0 auto;}
  .lgchem-bi-mediaplayer-wrap .lgchem-bi-mediaplayer-txt {font-size:20px; font-family: "LGSmHaTSB";}
  
  .lgchem-bi-mediaplayer-wrap .lgchem-bi-mediaplayer {padding-top:56.25%; height:0; position: relative; margin-top:40px;}
  .lgchem-bi-mediaplayer-wrap .lgchem-bi-mediaplayer iframe {width:100%; height:100%; position: absolute; top:0; lefT:0;}
  
  .lgchem-brand-identity-video {width: 1200px; margin:0 auto; padding-top: 78px;}
  .lgchem-brand-identity-video .brand-identity-video {background:#eee;}
  .lgchem-brand-identity-video .brand-identity-video video {width: 100%;}
  .lgchem-bi-mediaplayer-txt {font-size:20px; font-family: "LGSmHaTSB";}
  
  .video-wrap-lgchem {position:relative; width: 1200px; margin:0 auto; padding-top: 79px;}
  .video-wrap-lgchem .video-bx {position: relative;}
  .video-wrap-lgchem video {width: 1200px; }
  .video-wrap-lgchem .playpause.identity-playpause {position: absolute; top: 40%;left:45%;z-index:10;}
  .video-wrap-lgchem .playpause.identity-playpause .ico-play {display:block;background-size:contain; background: url(../../images/common/default/white_btn.png) no-repeat; width: 102px; height:101px; }
  /* .video-wrap-lgchem .ico-play::before {position: absolute; content:''; display:block; background: url(../../images/common/default/white_btn.png) no-repeat; width: 96px; height: 96px;} */
  .video-area.identity {margin-top: 37px;}
  
  .stit {display:none;}
  
  
  
  /* s: 20220308 경제 > 그린 경제 수정 PC */ 
  .video-box{ 
    width:100%; height:564px; 
    background-color:#c10031; 
    margin-bottom:40px; 
  } 
  .sub-txt01{font-size:18px; font-family: "LGSmHaTR"; line-height: 1.66; margin-top: 31px;} 
  .rz-area{width:50%; margin-top:40px;} 
  .section-content.society .rz-area .bttn.style03.type07{width:250px;} 
  .rz-poster{ width:550px; height: 447px; float: right;}
  .section-content.society .section-type02.space03 .sub-tit {font-size:36px; font-family: "LGSmHaTB";} 
  .section-content.society .section-type02.space03 .sub-txt {font-size:24px; font-family:"LGSmHaTSB"; color:#333130;} 
  .section-type02{ width:53%; float: left;} 
  /* s:20220427 여백 정리 */
  .gray01{background-color:#ededf2 ; width:100%; height: 300px; margin-top:-200px; box-sizing:border-box;} 
  /* .gray01 .section-inner .section-type01.space02 .sub-txt{padding-top:40px;}  */
  /* e:20220427 여백 정리 */
  .gray01 .link-area .bttn.style03.type07:last-child{float: right;} 
  .gray01 .link-area .bttn.style03.type07{ margin-top:0px; text-align:center;} 
  .gray01 .link-area .bttn.style03.type07 .icon img{height:30px;} 
  .gray01 .link-area{width:100%; padding-top:20px; position:relative;} 
  .gray01 .link-area a:last-child img{ width:80px; position:absolute; right:0px; bottom:-2px;} 
  .section-type01 .video-wrap .video-area .video-bx.rz-video{position: relative; margin-bottom:150px; margin-top:-100px;}
  
  /* s: 20220315 사회공헌운영현황 경제탭 동영상 재생버튼 가운데 배치 -pc */ 
  .section-type01 .video-wrap .video-area .video-bx.rz-video .rz-playpause .ico-play{ 
    position:absolute; background: url(../../images/common/company/society_play_btn.png) no-repeat; top:50%; left:50%; transform:translate(-50%, -50%); width:65px; height: 65px; z-index:1000; 
  } 
  /* e: 20220315 사회공헌운영현황 경제탭 동영상 재생버튼 가운데 배치 -pc */ 
   
  /* e: 20220308 경제 > 그린 경제 수정 PC */ 
  
  /* s: 20221007 글자 잘리는 문제 수정 */
  .section-content.relate .section-inner {overflow: visible;}
  /* e: 20221007 글자 잘리는 문제 수정*/
  
  /* S: 20230210 신설영역 - 지속가능전략 */
  .section-content.sustain-strategies {background:#faf5f5; padding-bottom: 75px;}
  .sustain-strategies .strategies-wrap p {font-size: 18px; padding-top: 40px; font-family:"LGSmHaR";}
  .sustain-strategies .strategies-wrap .strategies-content {display:flex; justify-content: space-between;}
  /* s: 20230508 수정 */
  .strategies-content .strategies-list {position: relative; width: 33.3%; margin-top: 235px; border-right: 1px solid #d2cece; padding:0px 1.5rem; text-align: center;}
  /* e: 20230508 수정 */
  .strategies-content .strategies-list:nth-child(3) {border-right: none;}
  /* s: 20230508 수정 */
  .strategies-content .strategies-list li {font-size: 18px; font-family:"LGSmHaTR"; margin-bottom:15px;}
  /* e: 20230508 수정 */
  .strategies-content .strategies-list .list-big-tit {font-size:24px; font-family:"LGSmHaB";margin-bottom:30px;text-align:center;}
  .strategies-content .strategies-list:nth-child(1)::before {content:''; position: absolute; top: -150px; left: 50%; transform: translate(-50%,0); background: url(../../images/common/company/ico_sustain01.png) center center; width: 110px; height:110px;}
  .strategies-content .strategies-list:nth-child(2)::before {content:''; position: absolute; top: -150px; left: 50%; transform: translate(-50%,0); background: url(../../images/common/company/ico_sustain02.png) center center; width: 110px; height:110px;}
  .strategies-content .strategies-list:nth-child(3)::before {content:''; position: absolute; top: -150px; left: 50%; transform: translate(-50%,0); background: url(../../images/common/company/ico_sustain03.png) center center; width: 110px; height:110px;}
  .strategies-content .strategies-list .list-sub-tit {font-size:18px;font-family:"LGSmHaR";text-align:center;}
  /* E: 20230210 신설영역 - 지속가능전략 */
  
  /* S: 20230210 신설영역 - 비전 */
  /* s: 20230508 수정 */
  .strategies-content.life-vision .strategies-list {border-right: none; text-align: center;}
  .strategies-content.life-vision .strategies-list li {font-size: 18px; font-family:"LGSmHaTR"; margin-bottom:15px;}
  /* .strategies-content.life-vision .strategies-list li:not(:first-child) {padding-left: 35px;} */
  /* e: 20230508 수정 */
  .strategies-content.life-vision .strategies-list .future-graph {margin-top: 20px;max-width:100%;} 
  .strategies-content.life-vision .strategies-list .list-big-tit {font-size:24px; font-family:"LGSmHaB";margin-bottom:30px;text-align:center;font-weight:bold;color:#a50034;}
  .strategies-content.life-vision .strategies-list:nth-child(1)::before {content:''; position: absolute; top: -180px; left: 50%; transform: translate(-50%,0); background: url(../../images/common/company/ico_vision01_new.png) center center no-repeat; width: 168px; height:168px; background-size: 80% 80%;}
  .strategies-content.life-vision .strategies-list:nth-child(2)::before {content:''; position: absolute; top: -180px; left: 50%; transform: translate(-50%,0); background: url(../../images/common/company/ico_vision02_new.png) center center no-repeat; width: 168px; height:168px; background-size: 80% 80%;}
  .strategies-content.life-vision .strategies-list:nth-child(3)::before {content:''; position: absolute; top: -180px; left: 50%; transform: translate(-50%,0); background: url(../../images/common/company/ico_vision03_new.png) center center no-repeat; width: 168px; height:168px; background-size: 80% 80%;}
  .strategies-content.life-vision .strategies-list .list-sub-tit {font-size:18px;font-family:"LGSmHaR";text-align:center;}
  /* E: 20230210 신설영역 - 비전 */
  
  }
@media (min-width: 1281px){
  .section-content .section-inner {max-width: 1440px;margin: 0 auto;overflow: hidden;}
  .corporation01 .biz-list{width: 1440px; margin-bottom: 60px;}
  }

@media (min-width: 1023px) {
  .btn_hide{display: none;}  
  .selected-option{font-size: 14px;font-family: 'LGSmHaTR'; display: none;}
}
/*! company - tablet */
@media (min-width: 1024px) and (max-width: 1280px){
/* START : 2023-01-31 : 추가 : 반응형 줄바꿈 클래스 추가 */
.mo-br{display: none;}
.pc-br{display: none;}
/* END : 2023-01-31 : 추가 : 반응형 줄바꿈 클래스 추가 */
/* START : 2023-01-30 : 수정 : 비전 및 전략과제 -> Green Economy 아이콘 추가 - PC*/
.strategy-task-img-type01-4 {display: flex; font-size:24px; font-family:"LGSmHaTR";}
.strategy-task-img-type01-4 .img-type01-4 {padding-top:60px; font-size:24px; font-family:"LGSmHaTR";} 
.strategy-task-img-type01-4 .img-type01-4-item {margin-left:170px; padding-top:60px; font-size:24px; font-family:"LGSmHaTR";}
/* END : 2023-01-30 : 수정 : 비전 및 전략과제 -> Green Economy 아이콘 추가 - PC*/
/* START : 2023-01-31 : 수정 : margin-left 수정 */
.type01-2-tit {margin-left:14px; font-size:18px; font-family:"LGSmHaTSB";}
/* END : 2023-01-31 : 수정 : margin-left 수정 */	
.color-type02{background:#f2ebe4}
.sub-title{position:relative;padding-top:11px;z-index:1;font-size:22px;font-family:"LGSmHaTSB";color:#333130}
.sub-title .sub-txt{margin-left:8px;font-size:14px;font-family:"LGSmHaTR";color:#333130}
.sub-title .ico{position:absolute;top:0;left:0;width:16px;height:2px;background:#333130; display: none;/*mh230906*/}
.section-content.advertising-media .sub-title{padding-top:0;font-size:18px}
.section-content.advertising-media .sub-title .ico{top:-14px}
/* s:20220427 생활속의 LG화학 제목에 여백 */
.section-content{margin-top:50px}
/* e:20220427 생활속의 LG화학 제목에 여백 */
.section-content .section-inner{max-width:800px;margin:0 auto}
.section-content .section-tit{margin:35px 0 26px;font-size:18px;font-family:"LGSmHaTSB";color:#333130}
.section-content.medicine01 .section-inner{max-width:1280px;margin:0 auto;padding:0 20px;}
.section-content.medicine01 .section-inner::after{content:'';display:table; float: none;clear: both;}
.section-content.board .summery{position:absolute;top:3px;right:0}
.section-content.board .summery .btn-more{position:relative;display:inline-block;vertical-align:top;font-size:0}
.section-content.board .summery .btn-more .txt{font-size:14px;font-family:"LGSmHaTSB";color:#333130}
.section-content.board .summery .btn-more .ico{position:relative;display:inline-block;width:40px;height:1px;margin-left:11px;background:#333130;vertical-align:4px}
.section-content.board .summery .btn-more .ico::before{content:'';display:block;position:absolute;top:-1px;width:1px;height:3px;background:#a50034;opacity:0}
.section-content.board .summery .btn-more:focus .ico::before,.section-content.board .summery .btn-more:hover .ico::before{width:40px;opacity:1;-webkit-transition:.4s all;-o-transition:.4s all;transition:.4s all}
/* e: mh230823*/
.snb-type01.lg-way02{background:none}
.snb-type01.lg-way03{background:none}
.snb-type01.lg-way04{background:none}
.snb-type01 .sub-title{font-size:32px;font-family:"LGSmHaTSB";color:#333130; text-align: center;}
.snb-type01 .snb-inner{padding-bottom: 8px;border-bottom: 1px solid #ddd;/*margin-bottom: 50px;*/}/*ㅡㅗ230824*/
.snb-type01 .sub-title::before{content: '';display: inline-block;width: 1px;height: 50px;margin-right: 0;background: #665852;left: 50%;top: -72px;position: absolute;}
.snb-type01 .sub-copy{text-align: center;font-size: 15px; font-family: 'LGSmHaTR'; color: #444;  margin: 15px auto; padding:0 20px 20px;}
.snb-type01.press-release-list .snb-inner{padding-bottom: 26px;}
/* e: mh230823*/
/* .snb-inner:has(.snb-list){padding-bottom: 6px;} */
.snb-type01 .snb-list{display: flex;justify-content: center;margin-top: 40px;}
.snb-type01 .snb-list li{float:left;width:auto;}
.snb-type01 .snb-list li .txt-box{position:relative;vertical-align:baseline;display: block;height: 40px;line-height: 40px;}
.snb-type01 .snb-list li .txt-box .txt{position:relative;z-index:1;font-size:18px;font-family:"LGSmHaTR";color:#333}
.snb-type01 .snb-list li .txt-box .line-red{position:absolute;left:0;display:inline-block;width:1px}
.snb-type01 .snb-list li .item{cursor:pointer;display:inline-block;vertical-align:top;padding:0 20px}
.snb-type01 .snb-list li .item.on .line-red,.snb-type01 .snb-list li .item:hover .line-red{bottom:0px;width:100%;height:2px;background:#333;z-index:0;-webkit-transition:.4s all;-o-transition:.4s all;transition:.4s all}
.snb-type01 .snb-list li .item.on .txt{font-size:18px;font-family:"LGSmHaTSB";color:#333130;}
.snb-type.visions.press-release-list{padding-bottom:428px}
.snb-type.visions.lg-way02{background:none}
.snb-type.visions.lg-way03{background:none}
.snb-type.visions.lg-way04{background:none}
.bg-section{width:100%;height:430px;background:#f2ebe4;-webkit-box-sizing:border-box;box-sizing:border-box;position:absolute;z-index:-1}
.snb-type.visions{padding:47px 0 40px 40px;margin-top:-21px}
.snb-type.visions .sub-txt{font-size:17px;font-family:"LGSmHaTSB";color:#333130;padding:40px 0 0 200px;width:750px;line-height:1.57}
.snb-type.visions.lg-way02{background:none}
.snb-type.visions.lg-way03{background:none}
.snb-type.visions.lg-way04{background:none}
/* .snb-type.visions .sub-title{font-size:32px;font-family:"LGSmHaTB";color:#333130}
.snb-type.visions .sub-title::before{content:'';display:inline-block;width:94px;height:1px;margin-right:25px;background:#665852;vertical-align:super}
.snb-type.visions .snb-list{margin-top:20px;margin-left:100px}
.snb-type.visions .snb-list li{float:left}
.snb-type.visions .snb-list li .txt-box{position:relative;vertical-align:baseline}
.snb-type.visions .snb-list li .txt-box .txt{position:relative;z-index:1;font-size:18px;font-family:"LGSmHaTR";color:#4d4948}
.snb-type.visions .snb-list li .txt-box .line-red{position:absolute;left:0;display:inline-block;width:1px}
.snb-type.visions .snb-list li .item{display:inline-block;padding:15px 18px;vertical-align:top;cursor:default}
.snb-type.visions .snb-list li .item.on .line-red,.snb-type.visions .snb-list li .item:hover .line-red{bottom:-6px;width:100%;height:10px;background:#a50034;z-index:0;-webkit-transition:.4s all;-o-transition:.4s all;transition:.4s all}
.snb-type.visions .snb-list li .item.on .txt{font-size:18px;font-family:"LGSmHaTSB";color:#333130} */
/*! snb 공통영역 type-04 : 타이틀 링크 기능*/
.snb-type04{width:100%;padding:60px 0 300px;margin-top:-21px}
.snb-type04 .sub-title{max-width:880px;margin:0 auto;padding-top:0}
.snb-type04 .sub-title .btn-prev{display:inline-block}
.snb-type04 .sub-title .btn-prev .ico{display:inline-block;width:10px;height:17px;margin-top:4px;background:url("../../images/common/company/ico_prev_13x23.png") no-repeat 0 0;background-size:cover}
.snb-type04 .sub-title .txt01{display:inline-block;margin-left:38px;font-size:22px;font-family:"LGSmHaTSB";color:#333130}
/*! LG way - 개요 */
.section-content.lg-way01{margin-top:0;width:100%;background:#f2ebe4;padding-bottom:80px}
.section-content.lg-way01 .tit{color:#333130;font-family:"LGSmHaTSB";font-size:16px;line-height:1.6;word-break:keep-all}
.section-content.lg-way01 .summary{width:773px;height:361px;margin:60px 0 0 18px}
.section-content.lg-way01 .summary .pc{display:none}
.section-content.lg-way01 .summary .mob{display:none}
/*! LG way - 일등LG */
.section-content.lg-way02{margin-top:0;margin-bottom:6.25vw}
.section-content.lg-way02 .section-inner-top{margin-left:240px}
.section-content.lg-way02 .section-inner-top .txt-copy01{width:26.5625vw;color:#333130;font-size:1.09375vw;font-family:"LGSmHaTSB";line-height:1.6;margin-top:13px}
.section-content.lg-way02 .lg-way-list01{margin-top:17px;width:54.6875vw}
.section-content.lg-way02 .lg-way-list01 .lg-way-item01,.section-content.lg-way02 .lg-way-list01 .lg-way-item02,.section-content.lg-way02 .lg-way-list01 .lg-way-item03,.section-content.lg-way02 .lg-way-list01 .lg-way-item04{width:25.9375vw;height:13.90625vw;padding:2.03125vw 1.95313vw 1.95313vw 2.1875vw;-webkit-box-sizing:border-box;box-sizing:border-box;margin:1.32813vw 1.32813vw 0 0;float:left}
.section-content.lg-way02 .lg-way-list01 .lg-way-item01 .bu,.section-content.lg-way02 .lg-way-list01 .lg-way-item02 .bu,.section-content.lg-way02 .lg-way-list01 .lg-way-item03 .bu,.section-content.lg-way02 .lg-way-list01 .lg-way-item04 .bu{display:block;width:1.25vw;height:0.15625vw;background:#333130;margin-bottom:0.625vw}
.section-content.lg-way02 .lg-way-list01 .lg-way-item01 .tit01,.section-content.lg-way02 .lg-way-list01 .lg-way-item02 .tit01,.section-content.lg-way02 .lg-way-list01 .lg-way-item03 .tit01,.section-content.lg-way02 .lg-way-list01 .lg-way-item04 .tit01{color:#333130;font-size:1.40625vw;font-family:"LGSmHaTSB";line-height:1.25}
.section-content.lg-way02 .lg-way-list01 .lg-way-item01 .tit01 .t01,.section-content.lg-way02 .lg-way-list01 .lg-way-item02 .tit01 .t01,.section-content.lg-way02 .lg-way-list01 .lg-way-item03 .tit01 .t01,.section-content.lg-way02 .lg-way-list01 .lg-way-item04 .tit01 .t01{display:block}
.section-content.lg-way02 .lg-way-list01 .lg-way-item01 .tit01 .t02,.section-content.lg-way02 .lg-way-list01 .lg-way-item02 .tit01 .t02,.section-content.lg-way02 .lg-way-list01 .lg-way-item03 .tit01 .t02,.section-content.lg-way02 .lg-way-list01 .lg-way-item04 .tit01 .t02{display:block}
.section-content.lg-way02 .lg-way-list01 .lg-way-item01 .txt01,.section-content.lg-way02 .lg-way-list01 .lg-way-item02 .txt01,.section-content.lg-way02 .lg-way-list01 .lg-way-item03 .txt01,.section-content.lg-way02 .lg-way-list01 .lg-way-item04 .txt01{margin-top:1.09375vw;color:#4d4948;font-size:1.09375vw;font-family:"LGSmHaTR";line-height:1.6}
.section-content.lg-way02 .lg-way-list01 .lg-way-item01 .point01,.section-content.lg-way02 .lg-way-list01 .lg-way-item02 .point01,.section-content.lg-way02 .lg-way-list01 .lg-way-item03 .point01,.section-content.lg-way02 .lg-way-list01 .lg-way-item04 .point01{margin-left:0.23438vw;color:#a50034}
.section-content.lg-way02 .lg-way-list01 .lg-way-item01{background-color:#fafafa}
.section-content.lg-way02 .lg-way-list01 .lg-way-item01 .txt01{width:21.09375vw}
.section-content.lg-way02 .lg-way-list01 .lg-way-item02{background-color:#edeef3}
.section-content.lg-way02 .lg-way-list01 .lg-way-item02 .txt01{width:21.09375vw}
.section-content.lg-way02 .lg-way-list01 .lg-way-item03{background-color:#e8e1d7}
.section-content.lg-way02 .lg-way-list01 .lg-way-item03 .txt01{width:21.09375vw}
.section-content.lg-way02 .lg-way-list01 .lg-way-item04{background-color:#fafafa}
.section-content.lg-way02 .lg-way-list01 .lg-way-item04 .txt01{width:20.3125vw}
.section-content.lg-way02 .lg-way-img{width:43.75vw;height:43.75vw;position:absolute;top:82px;right:80px;z-index:-1}
.section-content.lg-way02 .lg-way-img img{width:100%}
/*! LG way - 정도경영 */
.section-content.lg-way03{margin-top:0;margin-bottom:6.25vw}
.section-content.lg-way03 .section-inner-top{margin-left:240px}
.section-content.lg-way03 .section-inner-top .txt-copy01{width:26.5625vw;color:#333130;font-size:1.09375vw;font-family:"LGSmHaTSB";line-height:1.6;margin-top:13px}
.section-content.lg-way03 .lg-way-list01{position:relative;margin-top:1.32813vw;width:54.6875vw;height:25.625vw}
.section-content.lg-way03 .lg-way-list01 .lg-way-item01,.section-content.lg-way03 .lg-way-list01 .lg-way-item02,.section-content.lg-way03 .lg-way-list01 .lg-way-item03{position:absolute;top:0;left:0;padding:2.03125vw 1.17188vw 1.95313vw 2.1875vw;-webkit-box-sizing:border-box;box-sizing:border-box;float:left}
.section-content.lg-way03 .lg-way-list01 .lg-way-item01 .bu,.section-content.lg-way03 .lg-way-list01 .lg-way-item02 .bu,.section-content.lg-way03 .lg-way-list01 .lg-way-item03 .bu{display:block;width:1.25vw;height:0.15625vw;background:#333130;margin-bottom:0.625vw}
.section-content.lg-way03 .lg-way-list01 .lg-way-item01 .tit01,.section-content.lg-way03 .lg-way-list01 .lg-way-item02 .tit01,.section-content.lg-way03 .lg-way-list01 .lg-way-item03 .tit01{color:#333130;font-size:1.40625vw;font-family:"LGSmHaTSB";line-height:1.25}
.section-content.lg-way03 .lg-way-list01 .lg-way-item01 .tit01 .t01,.section-content.lg-way03 .lg-way-list01 .lg-way-item02 .tit01 .t01,.section-content.lg-way03 .lg-way-list01 .lg-way-item03 .tit01 .t01{display:block}
.section-content.lg-way03 .lg-way-list01 .lg-way-item01 .tit01 .t02,.section-content.lg-way03 .lg-way-list01 .lg-way-item02 .tit01 .t02,.section-content.lg-way03 .lg-way-list01 .lg-way-item03 .tit01 .t02{display:block}
.section-content.lg-way03 .lg-way-list01 .lg-way-item01 .txt01,.section-content.lg-way03 .lg-way-list01 .lg-way-item02 .txt01,.section-content.lg-way03 .lg-way-list01 .lg-way-item03 .txt01{margin-top:1.09375vw;color:#4d4948;font-size:1.09375vw;font-family:"LGSmHaTR";line-height:1.6;letter-spacing:-1px}
.section-content.lg-way03 .lg-way-list01 .lg-way-item01 .txt01 .t01,.section-content.lg-way03 .lg-way-list01 .lg-way-item02 .txt01 .t01,.section-content.lg-way03 .lg-way-list01 .lg-way-item03 .txt01 .t01{display:block}
.section-content.lg-way03 .lg-way-list01 .lg-way-item01 .txt01 .t02,.section-content.lg-way03 .lg-way-list01 .lg-way-item02 .txt01 .t02,.section-content.lg-way03 .lg-way-list01 .lg-way-item03 .txt01 .t02{display:block}
.section-content.lg-way03 .lg-way-list01 .lg-way-item01 .point01,.section-content.lg-way03 .lg-way-list01 .lg-way-item02 .point01,.section-content.lg-way03 .lg-way-list01 .lg-way-item03 .point01{margin-left:0.23438vw;color:#a50034}
.section-content.lg-way03 .lg-way-list01 .lg-way-item01{width:17.57813vw;min-height:10.625vw;top:5.07813vw;left:0;background-color:#fafafa;padding:2.03125vw 3.125vw 1.95313vw 2.1875vw}
.section-content.lg-way03 .lg-way-list01 .lg-way-item02{width:20.78125vw;min-height:10.625vw;top:0;left:20.15625vw;background-color:#edeef3}
.section-content.lg-way03 .lg-way-list01 .lg-way-item03{width:15.625vw;min-height:12.5vw;top:13.125vw;left:13.4375vw;background-color:#e8e1d7}
.section-content.lg-way03 .lg-way-img{width:43.75vw;height:43.75vw;position:absolute;top:82px;right:80px;z-index:-1}
.section-content.lg-way03 .lg-way-img img{width:100%}
.section-content.lg-way03 .sub-title{margin-top:80px}
.section-content.lg-way03 .cont-area{margin-top:19px}
.section-content.lg-way03 .cont-area .txt{color:#4d4948;font-size:14px;font-family:"LGSmHaTR";line-height:1.6}
.section-content.lg-way03 .down-box{position:relative;margin-top:49px}
.section-content.lg-way03 .down-box .tit{float:left;margin-top:7px;color:#333130;font-size:18px;font-family:"LGSmHaTSB"}
.section-content.lg-way03 .down-box .download-area{text-align:right}
.section-content.lg-way03 .down-box .download-area .select-design{margin-right:7px;display:inline-block;width:230px}
.section-content.lg-way03 .down-box .download-area .select-design .btn-select{height:32px;line-height:32px;border-radius: 15px;}/*mh230914추가*/
.section-content.lg-way03 .down-box .download-area .select-design .btn-select.on{border-radius: 15px 15px 0 0;}/*mh230914추가*/
.section-content.lg-way03 .down-box .download-area .select-design .btn-select .ico{top:11px}
.section-content.lg-way03 .down-box .download-area .bttn{vertical-align:top}
.section-content.lg-way03 .down-box .download-area .bttn.type03{min-width:170px}
.section-content.lg-way03 .down-box .download-area .bttn .txt01{left:0}
.section-content.lg-way03 .down-box .download-area .bttn.style03:active,.section-content.lg-way03 .down-box .download-area .bttn.style03:focus,.section-content.lg-way03 .down-box .download-area .bttn.style03:hover{background-color:#a50034}
.section-content.lg-way03 .program-box{margin-top:73px;padding:47px 40px 31px;line-height:1.6;word-break:keep-all}
.section-content.lg-way03 .program-box .tit{margin-top:-60px;color:#333130;font-size:18px;font-family:"LGSmHaTSB"}
.section-content.lg-way03 .program-box .txt{padding-top:17px;color:#4d4948;font-size:14px;font-family:"LGSmHaTR"}
.section-content.lg-way03 .sub-title + .program-box{margin-top:57px}
.section-content.lg-way03 .bg-box01{background:#fafafa}
.section-content.lg-way03 .bg-box02{margin-bottom:-36px}
.section-content.lg-way03 .bg-box03{position:relative;background:#edeef3;margin-right:40px;padding-right:279px}
.section-content.lg-way03 .bg-box03 .img-btn{position:absolute;top:36px;right:-40px;width:260px;height:198px;background:url("../../images/common/company/img_manage.jpg") no-repeat 0 0;background-size:261px 175px}
.section-content.lg-way03 .bg-box03 .img-btn a{position:absolute;right:0;top:106px;display:block;width:93px;height:93px;padding-top:36px;text-align:center;-webkit-box-sizing:border-box;box-sizing:border-box;color:#fff;font-size:14px;font-family:"LGSmHaTSB";background:#333130;z-index:5}
.section-content.lg-way03 .bg-box04{background:#e8e1d7}
.section-content.lg-way03 .sinmun{margin-top:20px;line-height:1.6}
.section-content.lg-way03 .sinmun dt{display:inline-block;vertical-align:top;width:66px;padding-right:10px;color:#333130;word-break:break-all;font-size:14px;font-family:"LGSmHaTSB"}
.section-content.lg-way03 .sinmun dd{display:inline-block;width:100%;vertical-align:top;color:#4d4948;word-break:break-all;font-size:14px;font-family:"LGSmHaTR"}
.section-content.lg-way03 .baro{width:440px;margin-top:8px;padding-top:7px;border-top:1px solid #e0e0e0}
.section-content.lg-way03 .baro a{display:inline-block;margin-right:25px}
.section-content.lg-way03 .baro .txt{color:#4d4948;font-size:14px;font-family:"LGSmHaTR"}
.section-content.lg-way03 .baro a:last-child{margin-right:0}
.section-content.lg-way03 .baro .ico{display:inline-block;width:12px;height:12px;margin-left:3px;vertical-align:text-bottom;background:url("../../images/common/company/ico_baro_ta.gif") no-repeat 0 0}
.accordion-st-area{margin-top:26px}
.accordion-st-area .accordion-st-list{border:1px solid #ccc}
.accordion-st-area .accordion-st-list .title{background-color:#fafafa}
.accordion-st-area .accordion-st-list .title .btn-spread{position:relative;width:100%;padding:17px 39px 16px 39px;text-align:left}
.accordion-st-area .accordion-st-list .title .icon{position:absolute;top:50%;right:47px;display:block;margin-top:-2px}
.accordion-st-area .accordion-st-list .title .arrow-l,.accordion-st-area .accordion-st-list .title .arrow-r{position:absolute;display:block;width:11px;height:2px;background-color:#333130;-webkit-transition:.2s all;-o-transition:.2s all;transition:.2s all}
.accordion-st-area .accordion-st-list .title .arrow-l{right:0;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}
.accordion-st-area .accordion-st-list .title .arrow-r{top:0;right:-7px;-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg)}
.accordion-st-area .accordion-st-list .title .txt{font-size:16px;font-family:"LGSmHaTSB";color:#333130}
.accordion-st-area .accordion-st-list .item{border-bottom:1px solid #ccc}
.accordion-st-area .accordion-st-list .detail{display:none}
.accordion-st-area .accordion-st-list .item.on .title{background:#fff}
.accordion-st-area .accordion-st-list .item.on .title .txt{color:#a50034;font-size:18px}
.accordion-st-area .accordion-st-list .item.on .title .icon .arrow-l{-webkit-transform:rotate(135deg);-ms-transform:rotate(135deg);transform:rotate(135deg)}
.accordion-st-area .accordion-st-list .item.on .title .icon .arrow-r{-webkit-transform:rotate(-135deg);-ms-transform:rotate(-135deg);transform:rotate(-135deg)}
.accordion-st-area .ethics-area{padding:6px 39px 34px}
.accordion-st-area .ethics-area .tit{padding-top:17px}
.accordion-st-area .ethics-area .tit,.accordion-st-area .ethics-area .txt{color:#333130;font-size:14px;font-family:"LGSmHaTR";line-height:1.6}
/*! LG way - 경영이념 */
.section-content.lg-way04{margin-top:0;margin-bottom:6.25vw}
.section-content.lg-way04 .section-inner-top{margin-left:240px}
.section-content.lg-way04 .section-inner-top .txt-copy01{width:26.5625vw;color:#333130;font-size:1.09375vw;font-family:"LGSmHaTSB";line-height:1.6;margin-top:13px}
.section-content.lg-way04 .lg-way-list01{position:relative;margin-top:0.3125vw;width:54.6875vw;height:26.71875vw}
html.lang-de .section-content.lg-way04 .lg-way-list01{height:37.5vw}
.section-content.lg-way04 .lg-way-list01 .lg-way-item01,.section-content.lg-way04 .lg-way-list01 .lg-way-item02,.section-content.lg-way04 .lg-way-list01 .lg-way-item03{position:absolute;top:0;left:0;padding:1.79688vw 1.17188vw 1.5625vw 2.1875vw;-webkit-box-sizing:border-box;box-sizing:border-box;float:left}
.section-content.lg-way04 .lg-way-list01 .lg-way-item01 .bu,.section-content.lg-way04 .lg-way-list01 .lg-way-item02 .bu,.section-content.lg-way04 .lg-way-list01 .lg-way-item03 .bu{display:block;width:1.25vw;height:0.15625vw;background:#333130;margin-bottom:0.625vw}
.section-content.lg-way04 .lg-way-list01 .lg-way-item01 .tit01,.section-content.lg-way04 .lg-way-list01 .lg-way-item02 .tit01,.section-content.lg-way04 .lg-way-list01 .lg-way-item03 .tit01{color:#333130;font-size:1.40625vw;font-family:"LGSmHaTSB";line-height:1.25}
.section-content.lg-way04 .lg-way-list01 .lg-way-item01 .tit01 .t01,.section-content.lg-way04 .lg-way-list01 .lg-way-item02 .tit01 .t01,.section-content.lg-way04 .lg-way-list01 .lg-way-item03 .tit01 .t01{display:block}
.section-content.lg-way04 .lg-way-list01 .lg-way-item01 .tit01 .t02,.section-content.lg-way04 .lg-way-list01 .lg-way-item02 .tit01 .t02,.section-content.lg-way04 .lg-way-list01 .lg-way-item03 .tit01 .t02{display:block}
.section-content.lg-way04 .lg-way-list01 .lg-way-item01 .txt01,.section-content.lg-way04 .lg-way-list01 .lg-way-item02 .txt01,.section-content.lg-way04 .lg-way-list01 .lg-way-item03 .txt01{margin-top:1.09375vw}
.section-content.lg-way04 .lg-way-list01 .lg-way-item01 .txt01 li,.section-content.lg-way04 .lg-way-list01 .lg-way-item02 .txt01 li,.section-content.lg-way04 .lg-way-list01 .lg-way-item03 .txt01 li{color:#4d4948;font-size:1.09375vw;font-family:"LGSmHaTR";line-height:1.6;padding-left:0.78125vw;letter-spacing:-1px;background:url("../../images/common/default/bu_circle.png") no-repeat 0 0.78125vw;background-size:4px}
.section-content.lg-way04 .lg-way-list01 .lg-way-item01 .point01,.section-content.lg-way04 .lg-way-list01 .lg-way-item02 .point01,.section-content.lg-way04 .lg-way-list01 .lg-way-item03 .point01{margin-left:0.23438vw;color:#a50034}
.section-content.lg-way04 .lg-way-list01 .lg-way-item01{width:17.65625vw;min-height:13.04688vw;top:4.45313vw;left:0;background-color:#fafafa}
.section-content.lg-way04 .lg-way-list01 .lg-way-item01 li{padding-right:0.78125vw}
.section-content.lg-way04 .lg-way-list01 .lg-way-item02{width:23.04688vw;min-height:13.04688vw;top:0;left:20.15625vw;background-color:#edeef3}
.section-content.lg-way04 .lg-way-list01 .lg-way-item02 .txt01{width:17.1875vw}
.section-content.lg-way04 .lg-way-list01 .lg-way-item03{width:22.96875vw;min-height:11.32813vw;top:15.39063vw;left:15.78125vw;background-color:#e8e1d7}
html.lang-de .section-content.lg-way04 .lg-way-list01 .lg-way-item03{top:19.29688vw}
.section-content.lg-way04 .lg-way-list01 .lg-way-item03 .txt01{width:17.42188vw}
.section-content.lg-way04 .lg-way-img{width:43.75vw;height:43.75vw;position:absolute;top:82px;right:80px;z-index:-1}
.section-content.lg-way04 .lg-way-img img{width:100%}
.section-content.lg-way04 .sub-title{margin-top:80px}
.section-content.lg-way04 .txt-copy01 + .sub-title{margin-top:48px}
.section-content.lg-way04 .sub-title + .change-area{margin-top:37px}
.section-content.lg-way04 .change-area{overflow:hidden;margin-top:54px}
.section-content.lg-way04 .change-area .bg01{background:#edeef3}
.section-content.lg-way04 .change-area .bg02{background:#fafafa}
.section-content.lg-way04 .change-area .bg03{background:#e8e1d7}
.section-content.lg-way04 .change-area .photo-img{width:280px;height:161px;z-index:1}
.section-content.lg-way04 .change-area .photo-img.pc-img{display:block}
.section-content.lg-way04 .change-area .photo-img.mo-img{display:none}
.section-content.lg-way04 .change-area .pho-left{float:left;padding-right:40px}
.section-content.lg-way04 .change-area .pho-right{float:right}
.section-content.lg-way04 .change-area .ch-ty01{padding-left:148px}
.section-content.lg-way04 .change-area .ch-ty02 .change-box,.section-content.lg-way04 .change-area .ch-ty02 p{padding-left:40px}
.section-content.lg-way04 .change-area p{margin-top:28px;color:#333130;font-family:"LGSmHaTSB";font-size:18px;z-index:2}
.section-content.lg-way04 .change-area .change-box{width:652px;height:160px;margin-top:-12px}
.section-content.lg-way04 .change-area .change-box .txt01{float:left;padding-top:45px;width:calc(100% - 190px)}
.section-content.lg-way04 .change-area .change-box li{color:#4d4948;font-size:1.09375vw;font-family:"LGSmHaTR";line-height:1.6;padding-left:10px;letter-spacing:-1px;background:url("../../images/common/default/bu_circle.png") no-repeat 0 9px;background-size:4px}
/*! 기업정보 - 사업영역 - 석유화학, 배터리, 첨단소재, 생명과학 */
.snb-type01.section-company-bg01{width:100%;}
.snb-type01.section-company-bg02{width:100%;}
.snb-type01.section-company-bg03{width:100%;}
.snb-type01.section-company-bg04{width:100%;}
.section-content.business01,.section-content.business02,.section-content.business03,.section-content.business04{margin-top:0}
.section-content.business01 .section-inner,.section-content.business02 .section-inner,.section-content.business03 .section-inner,.section-content.business04 .section-inner{padding-bottom:20px;width:100%;margin:0}
.section-content.business01 .txt-area,.section-content.business02 .txt-area,.section-content.business03 .txt-area,.section-content.business04 .txt-area{position:relative;max-width:720px;z-index:1;margin:0 auto;padding-top:28px}
.section-content.business01 .sub-tit,.section-content.business02 .sub-tit,.section-content.business03 .sub-tit,.section-content.business04 .sub-tit{margin:0 0 34px;font-size:24px;letter-spacing:-1.9px;font-family:"LGSmHaTSB";color:#333130}
.section-content.business01 .sales-list .list01 .txt,.section-content.business01 .sales-list .list02 .txt,.section-content.business01 .sales-list .list03 .txt,.section-content.business02 .sales-list .list01 .txt,.section-content.business02 .sales-list .list02 .txt,.section-content.business02 .sales-list .list03 .txt,.section-content.business03 .sales-list .list01 .txt,.section-content.business03 .sales-list .list02 .txt,.section-content.business03 .sales-list .list03 .txt,.section-content.business04 .sales-list .list01 .txt,.section-content.business04 .sales-list .list02 .txt,.section-content.business04 .sales-list .list03 .txt{position:absolute;bottom:calc(50% + 5px);width:80%;text-align:center;left:50%;margin-left:-40%;word-break:keep-all;font-size:14px;font-family:"LGSmHaTSB";line-height:1;color:#665852}
html.lang-en
      .section-content.business01 .sales-list .list02 .txt .point,html.lang-en
      .section-content.business01 .sales-list .list03 .txt .point,html.lang-en
      .section-content.business02 .sales-list .list01 .txt .point,html.lang-en
      .section-content.business02 .sales-list .list02 .txt .point,html.lang-en
      .section-content.business02 .sales-list .list03 .txt .point,html.lang-en
      .section-content.business03 .sales-list .list01 .txt .point,html.lang-en
      .section-content.business03 .sales-list .list02 .txt .point,html.lang-en
      .section-content.business03 .sales-list .list03 .txt .point,html.lang-en
      .section-content.business04 .sales-list .list01 .txt .point,html.lang-en
      .section-content.business04 .sales-list .list02 .txt .point,html.lang-en
      .section-content.business04 .sales-list .list03 .txt .point,html.lang-en .section-content.business01 .sales-list .list01 .txt .point,html.lang-pl
      .section-content.business01 .sales-list .list02 .txt .point,html.lang-pl
      .section-content.business01 .sales-list .list03 .txt .point,html.lang-pl
      .section-content.business02 .sales-list .list01 .txt .point,html.lang-pl
      .section-content.business02 .sales-list .list02 .txt .point,html.lang-pl
      .section-content.business02 .sales-list .list03 .txt .point,html.lang-pl
      .section-content.business03 .sales-list .list01 .txt .point,html.lang-pl
      .section-content.business03 .sales-list .list02 .txt .point,html.lang-pl
      .section-content.business03 .sales-list .list03 .txt .point,html.lang-pl
      .section-content.business04 .sales-list .list01 .txt .point,html.lang-pl
      .section-content.business04 .sales-list .list02 .txt .point,html.lang-pl
      .section-content.business04 .sales-list .list03 .txt .point,html.lang-pl .section-content.business01 .sales-list .list01 .txt .point{display:block}
.section-content.business01 .sales-list .list01 .year,.section-content.business01 .sales-list .list02 .year,.section-content.business01 .sales-list .list03 .year,.section-content.business02 .sales-list .list01 .year,.section-content.business02 .sales-list .list02 .year,.section-content.business02 .sales-list .list03 .year,.section-content.business03 .sales-list .list01 .year,.section-content.business03 .sales-list .list02 .year,.section-content.business03 .sales-list .list03 .year,.section-content.business04 .sales-list .list01 .year,.section-content.business04 .sales-list .list02 .year,.section-content.business04 .sales-list .list03 .year{position:relative;width:100%;text-align:center;font-size:12px;font-family:"LGSmHaTSB";color:#333130}
.section-content.business01 .sales-list .list03 .txt,.section-content.business02 .sales-list .list03 .txt,.section-content.business03 .sales-list .list03 .txt,.section-content.business04 .sales-list .list03 .txt{font-size:14px;color:#a50034}
.section-content.business01 .history-bg,.section-content.business02 .history-bg,.section-content.business03 .history-bg,.section-content.business04 .history-bg{display:none}
.section-content.business01 .history-area,.section-content.business02 .history-area,.section-content.business03 .history-area,.section-content.business04 .history-area{width:100%;max-width:none;margin:0;background:#f8f1eb}
.section-content.business01 .history-area .history-list,.section-content.business02 .history-area .history-list,.section-content.business03 .history-area .history-list,.section-content.business04 .history-area .history-list{position:relative;left:40px;max-width:800px;margin:0 auto;padding:75px 0 78px 0;background:url("../../images/common/company/bg_history_line.png") no-repeat 0 101px}
.section-content.business01 .history-area .history-list .item,.section-content.business02 .history-area .history-list .item,.section-content.business03 .history-area .history-list .item,.section-content.business04 .history-area .history-list .item{float:left}
.section-content.business01 .history-area .history-list .item .txt,.section-content.business01 .history-area .history-list .item .year,.section-content.business02 .history-area .history-list .item .txt,.section-content.business02 .history-area .history-list .item .year,.section-content.business03 .history-area .history-list .item .txt,.section-content.business03 .history-area .history-list .item .year,.section-content.business04 .history-area .history-list .item .txt,.section-content.business04 .history-area .history-list .item .year{display:block;font-size:14px;color:#333130;text-align:center}
.section-content.business01 .history-area .history-list .item .year,.section-content.business02 .history-area .history-list .item .year,.section-content.business03 .history-area .history-list .item .year,.section-content.business04 .history-area .history-list .item .year{font-family:"LGSmHaTR"}
.section-content.business01 .history-area .history-list .item .txt,.section-content.business02 .history-area .history-list .item .txt,.section-content.business03 .history-area .history-list .item .txt,.section-content.business04 .history-area .history-list .item .txt{font-family:"LGSmHaTR"}
.section-content.business01 .history-area .history-list .item .txt + .txt,.section-content.business02 .history-area .history-list .item .txt + .txt,.section-content.business03 .history-area .history-list .item .txt + .txt,.section-content.business04 .history-area .history-list .item .txt + .txt{margin-top:3px}
.section-content.business01 .history-area .history-list .item .sum,.section-content.business02 .history-area .history-list .item .sum,.section-content.business03 .history-area .history-list .item .sum,.section-content.business04 .history-area .history-list .item .sum{display:block;margin-top:13px;font-size:12px;font-family:"LGSmHaTSB";color:#7a716b;text-align:center}
.section-content.business01 .history-area .history-list .item .ico,.section-content.business02 .history-area .history-list .item .ico,.section-content.business03 .history-area .history-list .item .ico,.section-content.business04 .history-area .history-list .item .ico{display:block;width:11px;height:11px;margin:5px auto 12px;background:#a50034;border-radius:50%}
.section-content.business01 .section-inner{position:relative;background-color:#f4f4f6;margin: 0 auto;}
.section-content.business01 .section-inner:before{content:'';width:780px;height:530px;position:absolute;bottom:0;right:0;background:url("../../images/common/company/top_visual_business01_01.jpg") no-repeat bottom right;background-size:67%}
/* .section-content.business01 .section-inner:after{content:'';width:300px;height:486px;position:absolute;top:-194px;right:0;background:url("../../images/common/company/top_visual_business01_02.jpg") no-repeat top right;background-size:67%} */
.section-content.business01 .txt{max-width:792px;font-size:14px;font-family:"LGSmHaTR";color:#4c4948;line-height:1.6}
.section-content.business01 .txt + .txt{margin-top:22px}
.section-content.business01 .sub-title{margin-top:75px}
.section-content.business01 .sales-list{position:relative;width:600px;height:155px;padding-left:95px;background:url("../../images/common/company/bg_graph07_new.png") no-repeat -10px 0px; font-size:0;background-size:40% 50%}
.section-content.business01 .sales-list .list01{position:relative;display:inline-block;width:110px;height:110px;top:-28px;left:-10px;vertical-align:top}
.section-content.business01 .sales-list .list01::before{content:'';position:absolute;width:100%;height:100%;background:#aeaeb9;border-radius:50%;opacity:.3}
.section-content.business01 .sales-list .list01 .year{top:143px}
.section-content.business01 .sales-list .list02{position:relative;display:inline-block;width:120px;height:120px;top:-45px;left:-35px;vertical-align:top}
.section-content.business01 .sales-list .list02::before{content:'';position:absolute;width:100%;height:100%;background:#e3d9b6;border-radius:50%;opacity:.3}
.section-content.business01 .sales-list .list02 .year{top:159px}
.section-content.business01 .sales-list .list03{position:relative;display:inline-block;width:90px;height:90px;top:-11px;left:-51px;vertical-align:top}
.section-content.business01 .sales-list .list03::before{content:'';position:absolute;width:100%;height:100%;background:#946460;border-radius:50%;opacity:.3;}
.section-content.business01 .sales-list .list03 .year{top:125px}
.section-content.business01 .sales-list .txt .point{font-size:14px;font-family:"LGSmHaTSB"}
.section-content.business01 .sales-list::before{position:absolute;bottom:52px;content:'';display:block;width:400px;height:1px;margin-left:-95px;background:#a19896}
.section-content.business01 .history-area .history-list .item{width:calc(25% - 20px);padding:0 10px}
.section-content.business02 .section-inner{position:relative;background-color:#f7f7f9}
.section-content.business02 .section-inner:before{content:'';width:1040px;height:680px;position:absolute;bottom:0;right:0;background:url("../../images/common/company/top_visual_business02_01.jpg") no-repeat bottom right;background-size:67%}
.section-content.business02 .txt{max-width:612px;font-size:14px;font-family:"LGSmHaTR";color:#4c4948;line-height:1.6}
.section-content.business02 .txt + .txt{margin-top:22px;max-width:642px}
.section-content.business02 .sub-title{margin-top:75px}
.section-content.business02 .sales-list{position:relative;width:600px;height:155px;padding-left:95px;background:url("../../images/common/company/bg_graph01_t.png") no-repeat 49px 8px;font-size:0}
.section-content.business02 .sales-list .list01{position:relative;display:inline-block;width:90px;height:90px;vertical-align:top}
.section-content.business02 .sales-list .list01::before{content:'';position:absolute;width:100%;height:100%;background:#aeaeb9;border-radius:50%;opacity:.3}
.section-content.business02 .sales-list .list01 .year{top:115px}
.section-content.business02 .sales-list .list02{position:relative;display:inline-block;width:114px;height:114px;top:-26px;left:-13px;vertical-align:top}
.section-content.business02 .sales-list .list02::before{content:'';position:absolute;width:100%;height:100%;background:#e3d9b6;border-radius:50%;opacity:.3}
.section-content.business02 .sales-list .list02 .year{top:141px}
.section-content.business02 .sales-list .list03{position:relative;display:inline-block;width:146px;height:146px;top:-66px;left:-46px;vertical-align:top}
.section-content.business02 .sales-list .list03::before{content:'';position:absolute;width:100%;height:100%;background:#946460;border-radius:50%;opacity:.3}
.section-content.business02 .sales-list .list03 .year{top:181px}
.section-content.business02 .sales-list .txt .point{font-size:14px;font-family:"LGSmHaTSB"}
.section-content.business02 .sales-list::before{position:absolute;bottom:52px;content:'';display:block;width:400px;height:1px;margin-left:-95px;background:#a19896}
.section-content.business02 .history-area .history-list .item{width:calc(20% - 20px);padding:0 10px}
.section-content.business03 .section-inner{position:relative;background-color:#f7f7f9;margin: 0 auto;}
/* .section-content.business03 .section-inner:before{content:'';width:900px;height:680px;position:absolute;bottom:0;right:0;background:url("../../images/common/company/top_visual_business03_01.jpg") no-repeat bottom right;background-size:67%} */
.section-content.business03 .txt{max-width:612px;font-size:14px;font-family:"LGSmHaTR";color:#4c4948;line-height:1.6}
.section-content.business03 .txt + .txt{margin-top:22px;max-width:642px}
.section-content.business03 .sub-title{margin-top:75px}
.section-content.business03 .sales-list{position:relative;width:600px;height:155px;padding-left:95px;background:url("../../images/common/company/bg_graph06.png") no-repeat 47px 22px;font-size:0;background-size:40% 50%}
.section-content.business03 .sales-list .list01{position:relative;display:inline-block;width:90px;height:90px;vertical-align:top}
.section-content.business03 .sales-list .list01::before{content:'';position:absolute;width:100%;height:100%;background:#aeaeb9;border-radius:50%;opacity:.3}
.section-content.business03 .sales-list .list01 .year{top:115px}
.section-content.business03 .sales-list .list02{position:relative;display:inline-block;width:100px;height:100px;top:-19px;left:-8px;vertical-align:top}
.section-content.business03 .sales-list .list02::before{content:'';position:absolute;width:100%;height:100%;background:#e3d9b6;border-radius:50%;opacity:.3}
.section-content.business03 .sales-list .list02 .year{top:134px}
.section-content.business03 .sales-list .list03{position:relative;display:inline-block;width:125px;height:125px;top:-45px;left:-23px;vertical-align:top}
.section-content.business03 .sales-list .list03::before{content:'';position:absolute;width:100%;height:100%;background:#946460;border-radius:50%;opacity:.3}
.section-content.business03 .sales-list .list03 .year{top:160px}
.section-content.business03 .sales-list .txt .point{font-size:14px;font-family:"LGSmHaTSB"}
.section-content.business03 .sales-list::before{position:absolute;bottom:52px;content:'';display:block;width:400px;height:1px;margin-left:-95px;background:#a19896}
.section-content.business03 .history-area .history-list .item{width:calc(25% - 20px);padding:0 10px}
.section-content.business04 .section-inner{position:relative;background-color:#f7f7f9;margin:0 auto;}
.section-content.business04 .section-inner:before{content:'';width:781px;height:529px;position:absolute;bottom:0;right:0;background:url("../../images/common/company/top_visual_business04_01.jpg") no-repeat bottom right;background-size:67%}
/* .section-content.business04 .section-inner:after{content:'';width:300px;height:487px;position:absolute;top:-194px;right:0;background:url("../../images/common/company/top_visual_business04_02.jpg") no-repeat top right;background-size:67%} */
.section-content.business04 .txt{max-width:612px;font-size:14px;font-family:"LGSmHaTR";color:#4c4948;line-height:1.6}
.section-content.business04 .txt + .txt{margin-top:22px;max-width:612px}
.section-content.business04 .sub-title{margin-top:75px}
.section-content.business04 .sales-list{position:relative;width:600px;height:155px;padding-left:95px;background:url("../../images/common/company/bg_graph01_t.png") no-repeat 49px 8px;font-size:0}
.section-content.business04 .sales-list .list01{position:relative;display:inline-block;width:90px;height:90px;vertical-align:top}
.section-content.business04 .sales-list .list01::before{content:'';position:absolute;width:100%;height:100%;background:#aeaeb9;border-radius:50%;opacity:.3}
.section-content.business04 .sales-list .list01 .year{top:115px}
.section-content.business04 .sales-list .list02{position:relative;display:inline-block;width:104px;height:104px;top:-19px;left:-8px;vertical-align:top}
.section-content.business04 .sales-list .list02::before{content:'';position:absolute;width:100%;height:100%;background:#e3d9b6;border-radius:50%;opacity:.3}
.section-content.business04 .sales-list .list02 .year{top:134px}
.section-content.business04 .sales-list .list03{position:relative;display:inline-block;width:125px;height:125px;top:-60px;left:-34px;vertical-align:top}
.section-content.business04 .sales-list .list03::before{content:'';position:absolute;width:100%;height:100%;background:#946460;border-radius:50%;opacity:.3}
.section-content.business04 .sales-list .list03 .year{top:175px}
.section-content.business04 .sales-list .txt .point{font-size:14px;font-family:"LGSmHaTSB"}
.section-content.business04 .sales-list::before{position:absolute;bottom:52px;content:'';display:block;width:400px;height:1px;margin-left:-95px;background:#a19896}
.section-content.business04 .history-area .history-list .item{width:calc(25% - 20px);padding:0 10px}
.sub-title .sub-tit{font-size:14px;font-family:"LGSmHaTR";color:#333130}
.summery{margin-bottom:18px;font-size:14px;font-family:"LGSmHaTR";color:#333130;text-align:right}
.summery .point{font-size:14px;font-family:"LGSmHaTR";color:#333130;vertical-align:sub;margin-right:5px}
.section-content.core{padding-top:16px}
/* s:20220405 핵심경쟁력 제목보이게 */
/*.section-content.core .sub-title{margin-top:-35px}*/
/* e:20220405 핵심경쟁력 제목보이게 */
.core-bg{position:absolute;width:100%;height:270px;margin-top:-18px;background:#edeef3;z-index:0}
.core-list{position:relative;max-width:800px;margin:0 auto;padding-bottom:67px}
.core-list .item{position:relative;float:left;width:25%;padding:0 10px;-webkit-box-sizing:border-box;box-sizing:border-box;text-align:center}
.core-list .item .ico{display:block;width:34px;height:40px;margin:82px auto 21px;background:url("../../images/common/company/ico_core01@2x.png") no-repeat center top;background-size:34px 37px}
.core-list .item:nth-child(2) .ico{width:38px;height:40px;background-image:url("../../images/common/company/ico_core02@2x.png");margin:82px auto 21px;background-size:38px 25px}
.core-list .item:nth-child(3) .ico{width:24px;height:40px;background-image:url("../../images/common/company/ico_core03@2x.png");margin:82px auto 21px;background-size:24px 39px}
.core-list .item:nth-child(4) .ico{width:33px;height:40px;background-image:url("../../images/common/company/ico_core04@2x.png");margin:82px auto 21px;background-size:33px 35px}
.core-list .item .txt{display:block;font-size:14px;font-family:"LGSmHaTR";color:#333130}
.core-list .item .txt + .txt{margin-top:10px}
.core-list .item:last-child{border-right:none}
.core-list .item::after{position:absolute;content:'';display:block;width:1px;height:86px;top:85px;right:0;background:#c8c8cc}
.core-list .item:last-child::after{display:none}
.section-content.board .section-inner{position:relative}
.section-content.board .sub-title{margin-bottom:27px}
.section-content.board .summery{position:absolute;top:37px;right:0}
.section-content.board .summery .txt{font-size:14px;color:#333130}
.section-content.board .summery .ico{display:inline-block;width:60px;height:1px;margin-left:16px;background:#333130;vertical-align:middle}
.board-list-type01{font-size:0}
.board-list-type01 .list{position:relative;display:inline-block;width:256px;height:200px;border:1px solid #a19896;vertical-align:top;-webkit-box-sizing:border-box;box-sizing:border-box}
.board-list-type01 .list a{display:inline-block;width:100%;height:100%;padding:25px;vertical-align:top;-webkit-box-sizing:border-box;box-sizing:border-box}
.board-list-type01 .list .tit{font-size:14px;font-family:"LGSmHaTSB";color:#333130;word-break:break-word;word-wrap:break-word;display:block;display:-webkit-box;-webkit-box-orient:vertical;position:relative;line-height:1.6!important;overflow:hidden;-o-text-overflow:ellipsis;text-overflow:ellipsis;height:4.8em;-webkit-line-clamp:3;display:-webkit-box!important;white-space:unset}
.board-list-type01 .list .tit:after{content:'';text-align:right;bottom:0;right:0;width:25%;display:block;position:absolute;height:1.6em}
@supports (-webkit-line-clamp: 1){
.board-list-type01 .list .tit:after{display:none!important}}
.board-list-type01 .list .date{position:absolute;left:25px;bottom:25px;font-size:14px;font-family:"LGSmHaTR";color:#4d4948}
.board-list-type01 .list .ico{position:absolute;right:25px;bottom:29px;display:block;background-image:url(../../images/common/default/sprite_pc.png);background-position:-212px -269px;width:30px;height:10px;background-size:431px 383px}
.board-list-type01 .list + .list{margin-left:16px}
/*! 기업정보 - 사업영역 - 석유화학 - 사업부 */
.product-list-container{width:100%;max-width:800px;margin:20px auto 0 auto}
.product-list-container .swiper-slide{width:126px;margin-right:8px}
.product-list-container .swiper-slide:last-child{margin-right:0}
.product-list-container .swiper-slide .item{overflow:hidden;position:relative;display:block}
.product-list-container .swiper-slide .txt{display:block;width:116px;background:#fff;padding:12px 10px 0 0;font-size:14px;color:#333130;font-family:"LGSmHaTR";text-align:left}
.product-list-container .swiper-slide .img{display:block;overflow:hidden;height:106px}
.product-list-container .swiper-slide img{width:100%;-webkit-transition-duration:1s;-o-transition-duration:1s;transition-duration:1s;-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}
.product-list-container .swiper-slide .item:active img,.product-list-container .swiper-slide .item:focus img,.product-list-container .swiper-slide .item:hover img{-webkit-transform:scale(1.3);-ms-transform:scale(1.3);transform:scale(1.3)}
/* s:20220401 슬라이드 버튼 제거-tablet*/
.product-list-container .swiper-button-prev{display: none;}
.product-list-container .swiper-button-next{display: none;}
/* e:20220401 슬라이드 버튼 제거-tablet */
/*! 기업정보 - 사업영역 - 석유화학 - 해외 진출 현황 */
.overseas-area{width:100%;max-width:1800px;min-height:735px;margin:0 auto;background:url("../../images/common/company/overseas_bg.jpg") no-repeat center 0}
.overseas-area .sub-title{position:relative;top:-15px}
.overseas-area .list{margin:-15px 0 135px;padding-left:22px}
.overseas-area .list dt{margin:55px 0 20px;font-size:18px;font-family:"LGSmHaTSB";color:#333130}
.overseas-area .list dt:nth-of-type(2){margin-top:33px}
.overseas-area .list dd{padding-left:18px;font-size:14px;font-family:"LGSmHaTR";color:#4c4948;line-height:1.6}
.overseas-area .link-txt-area a{display:block;width:12%;padding-left:22px}
.overseas-area .link-txt-area a span{display:block;padding:10px 0;font-size:18px;font-family:"LGSmHaTSB";color:#333130}
/*! 기업정보 - 사업영역 - 배터리 - 생산능력 */
.section-content.production-capacity{padding-bottom:50px}
.section-content.production-capacity .production-capacity-bg{position:absolute;width:100%;height:270px;margin-top:-18px;background:#f5f5f5;z-index:0}
.section-content.production-capacity .table-business02-01{position:relative;z-index:1;padding:7px 0;margin-top:40px}
.section-content.production-capacity .table-business02-01:before{content:'';width:1px;height:100%;background-color:#a19896;position:absolute;top:0;left:89px;z-index:1}
.section-content.production-capacity .table-business02-01 .col01{width:90px}
.section-content.production-capacity .table-business02-01 .col02{width:auto}
.section-content.production-capacity .table-business02-01 tr{border-top:0}
.section-content.production-capacity .table-business02-01 tr:last-child{border-bottom:0}
.section-content.production-capacity .table-business02-01 th{font-size:16px;text-align:right;padding-right:14px}
.section-content.production-capacity .table-business02-01 td{text-align:left;padding:11px 0}
.section-content.production-capacity .table-business02-01 .graph01,.section-content.production-capacity .table-business02-01 .graph02,.section-content.production-capacity .table-business02-01 .graph03{display:inline-block;height:20px;vertical-align:middle}
.section-content.production-capacity .table-business02-01 .graph01{width:80px;background-color:#7a716b}
.section-content.production-capacity .table-business02-01 .graph02{width:400px;background-color:#a50034}
.section-content.production-capacity .table-business02-01 .graph03{width:180px;background-color:#665852}
.section-content.production-capacity .table-business02-01 .txt{display:inline-block;margin-left:20px;vertical-align:middle;color:#665852;font-size:14px;font-family:"LGSmHaTB"}
/*! 기업정보 - 사업영역 - 배터리 - 핵심경쟁력 */
.section-content.core02{padding-top:16px}
/*.section-content.core02 .sub-title{margin-top:-35px}*/
.section-content.core02 .core02-list{display:table;table-layout:fixed;max-width:800px;min-width:800px;margin:40px auto 0 auto}
.section-content.core02 .core02-list li{display:table-cell;max-width:252px;min-width:252px;min-height:154px;-webkit-box-sizing:border-box;box-sizing:border-box;padding:0 27px 20px 27px;height:100%;word-break:keep-all;word-wrap:break-word;border-left:8px solid #fff;border-right:8px solid #fff}
.section-content.core02 .core02-list li:first-child{border-left:0}
.section-content.core02 .core02-list li:nth-child(2){max-width:260px;min-width:260px}
.section-content.core02 .core02-list li:last-child{border-right:0}
html.lang-en .section-content.core02 .core02-list li{min-height:224px}
html.lang-pl .section-content.core02 .core02-list li{min-height:270px}
html.lang-de .section-content.core02 .core02-list li{min-height:250px}
html.lang-ja .section-content.core02 .core02-list li{min-height:180px}
.section-content.core02 .core02-list .tit{display:block;color:#333130;margin:0 27px 20px 27px;padding:26px 0 20px 0;font-size:16px;font-family:"LGSmHaTSB";text-align:center}
.section-content.core02 .core02-list .txt01,.section-content.core02 .core02-list .txt02{display:block;line-height:1.7;color:#4d4948;font-size:14px;font-family:"LGSmHaTR";padding-left:12px;background:url("../../images/common/default/bu_circle.png") no-repeat left 9px;background-size:4px 4px}
.section-content.core02 .core02-list .bu-no{background:none}
.section-content.core02 .core02-list .item01{background-color:#edeef3}
.section-content.core02 .core02-list .item01 .tit{border-bottom:1px solid #e0e0e0}
.section-content.core02 .core02-list .item01 .txt02{margin:0 26px 0 27px}
.section-content.core02 .core02-list .item02{background-color:#ebe2d8}
.section-content.core02 .core02-list .item02 .tit{border-bottom:1px solid #dcd2ca}
.section-content.core02 .core02-list .item03{background-color:#edeef3}
.section-content.core02 .core02-list .item03 .tit{border-bottom:1px solid #e0e0e0}
.section-content.core02 .core02-list .item03 .txt02{margin:0 77px 0 27px}
/*! 기업정보 - 사업영역 - 석유화학 - 사업부 연혁 */
.history-area{max-width:1800px;margin:0 auto;background:#e8e1d7}
.history-area .section-inner{min-height:545px}
.history-area .sub-title{position:relative;top:-15px}
.history-area .left{padding-left:40px}
.history-area dl dt{margin:57px 0 10px;font-size:32px;font-family:"LGSmHaTSB";color:#333130}
.history-area .left dt:nth-of-type(3){margin-top:30px}
.history-area dl dd{font-size:14px;font-family:"LGSmHaTR";color:#4c4948;line-height:1.6}
.history-area .left,.history-area .right{float:left;margin-top:-15px}
.history-area .left{width:600px}
/* s:20220331 슬라이드 버튼 제거-tablet */
.history-area .swiper-button-prev{display: none;}
.history-area .swiper-button-next{display: none;}
/* e:20220331 슬라이드 버튼 제거-tablet */
/*! 기업정보 - 사업영역 - 석유화학 - 제품 영상자료 */
/*! 20190910 backup */
.section-product-moviedata{width:100%;overflow:hidden;position:relative;background:url("../../images/common/product/bg_moviedata.gif") repeat-x left 226px;background-size:12px 400px}
.section-product-moviedata .section-inner{height:627px;width:800px;margin:0 auto;position:relative;top:80px}
.product-moviedata-container{top:37px;overflow:visible}
.product-moviedata-container .swiper-slide{width:554px;height:298px;margin-right:66px;-webkit-transition:0.8s all ease;-o-transition:0.8s all ease;transition:0.8s all ease}
.product-moviedata-container .swiper-slide .item{position:relative;display:block;min-height:400px}
.product-moviedata-container .swiper-slide .img{-webkit-transition:0.8s all ease;-o-transition:0.8s all ease;transition:0.8s all ease;display:block;width:100%;height:100%;overflow:hidden}
.product-moviedata-container .swiper-slide img{width:100%;height:100%;-webkit-transition-duration:1s;-o-transition-duration:1s;transition-duration:1s;-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1)}
.product-moviedata-container .swiper-slide .txt{display:block;overflow:hidden;margin-top:21px;font-size:14px;color:#4d4948;font-family:"LGSmHaTSB";line-height:1.5;height:130px}
.product-moviedata-container .swiper-slide .ico{display:block;position:absolute;top:232px;left:13px;background-image:url(../../images/common/default/sprite_pc.png);background-position:-180px -209px;width:39px;height:39px;background-size:431px 383px}
.product-moviedata-container .swiper-slide .hide-txt{display:none}
.product-moviedata-container .swiper-slide.on .hide-txt{display:inline-block}
.product-moviedata-container .swiper-button-prev{background:none;right:auto;top:-41px;left:749px}
.product-moviedata-container .swiper-button-prev .ico{display:block;position:absolute;top:50%;left:50%;margin:-10px 0 0 -6px;background-image:url(../../images/common/default/sprite_pc.png);background-position:-387px -73px;width:11px;height:19px;background-size:431px 383px}
.product-moviedata-container .swiper-button-next{background:none;right:auto;top:-41px;left:781px}
.product-moviedata-container .swiper-button-next .ico{display:block;position:absolute;top:50%;left:50%;margin:-10px 0 0 -6px;background-image:url(../../images/common/default/sprite_pc.png);background-position:-387px -112px;width:11px;height:19px;background-size:431px 383px}
.product-moviedata-container .swiper-slide.on{width:554px}
.product-moviedata-container .swiper-slide.on .img{width:554px;height:298px}
.product-moviedata-container .swiper-slide.on .txt{width:70%;margin-left:40px;font-size:18px}
.product-moviedata-container .swiper-slide.on .ico{position:absolute;top:232px;left:40px;background-image:url(../../images/common/default/sprite_pc.png);background-position:-180px -209px;width:39px;height:39px;background-size:431px 383px}
/*! 기업정보 - 사업영역 - 석유화학 - 사업부 연혁 */
.history-area{max-width:1200px;margin:0 auto;background:#e8e1d7}
.history-area .section-inner{min-height:357px}
.history-area .sub-title{position:relative;top:-11px}
.history-area .left{padding-left:26px}
.history-area dl dt{margin:35px 0 5px;font-size:32px;font-family:"LGSmHaTSB";color:#333130}
.history-area .left dt:nth-of-type(3){margin-top:15px}
.history-area dl dd{font-size:14px;font-family:"LGSmHaTR";color:#4c4948;line-height:1.57}
.history-area .left,.history-area .right{float:left;margin-top:-11px}
.history-area .left{width:400px}
/*! 기업정보 - 사업영역 - 생명과학 - 파이프라인(신약), 의료기기 및 신약 */
.section-content.medicine01 .side-text,.section-content.medicine02 .side-text,.section-content.medicine03 .side-text{text-align:right;margin-top:15px;font-size:16px;color:#4d4948;font-family:"LGSmHaTR"}
.section-content.medicine01 .table-col-type04,.section-content.medicine02 .table-col-type04,.section-content.medicine03 .table-col-type04{width:100%;table-layout:fixed}
.section-content.medicine01 .table-col-type04 thead th,.section-content.medicine02 .table-col-type04 thead th,.section-content.medicine03 .table-col-type04 thead th{color:#333130;font-size:12px;font-family:"LGSmHaTSB";text-align:center;border-right:1px solid #ccc;height:28px;padding:5px 5px 5px 5px;word-break:break-all}
.section-content.medicine01 .table-col-type04 thead th .txt01,.section-content.medicine02 .table-col-type04 thead th .txt01,.section-content.medicine03 .table-col-type04 thead th .txt01{display:block}
.section-content.medicine01 .table-col-type04 thead th .txt02,.section-content.medicine02 .table-col-type04 thead th .txt02,.section-content.medicine03 .table-col-type04 thead th .txt02{display:block}
.section-content.medicine01 .table-col-type04 thead .tr01 th,.section-content.medicine02 .table-col-type04 thead .tr01 th,.section-content.medicine03 .table-col-type04 thead .tr01 th{background-color:#e0e0e0}
.section-content.medicine01 .table-col-type04 thead .tr01 .th04,.section-content.medicine02 .table-col-type04 thead .tr01 .th04,.section-content.medicine03 .table-col-type04 thead .tr01 .th04{border-bottom:1px solid #ccc;border-right:0}
.section-content.medicine01 .table-col-type04 thead .tr01 .th05,.section-content.medicine02 .table-col-type04 thead .tr01 .th05,.section-content.medicine03 .table-col-type04 thead .tr01 .th05{border-right:0;border-left:1px solid #ccc}
.section-content.medicine01 .table-col-type04 thead .tr02 .th06,.section-content.medicine01 .table-col-type04 thead .tr02 .th07,.section-content.medicine01 .table-col-type04 thead .tr02 .th08,.section-content.medicine01 .table-col-type04 thead .tr02 .th09,.section-content.medicine01 .table-col-type04 thead .tr02 .th10,.section-content.medicine02 .table-col-type04 thead .tr02 .th06,.section-content.medicine02 .table-col-type04 thead .tr02 .th07,.section-content.medicine02 .table-col-type04 thead .tr02 .th08,.section-content.medicine02 .table-col-type04 thead .tr02 .th09,.section-content.medicine02 .table-col-type04 thead .tr02 .th10,.section-content.medicine03 .table-col-type04 thead .tr02 .th06,.section-content.medicine03 .table-col-type04 thead .tr02 .th07,.section-content.medicine03 .table-col-type04 thead .tr02 .th08,.section-content.medicine03 .table-col-type04 thead .tr02 .th09,.section-content.medicine03 .table-col-type04 thead .tr02 .th10{border-top:1px solid #e0e0e0;border-right:1px solid #e0e0e0;background-color:#fafafa}
.section-content.medicine01 .table-col-type04 thead .tr02 .th08,.section-content.medicine02 .table-col-type04 thead .tr02 .th08,.section-content.medicine03 .table-col-type04 thead .tr02 .th08{border-bottom:1px solid #e0e0e0}
.section-content.medicine01 .table-col-type04 thead .tr02 .th10,.section-content.medicine02 .table-col-type04 thead .tr02 .th10,.section-content.medicine03 .table-col-type04 thead .tr02 .th10{border-right:0}
.section-content.medicine01 .table-col-type04 thead .th06:after,.section-content.medicine02 .table-col-type04 thead .th06:after,.section-content.medicine03 .table-col-type04 thead .th06:after{content:'';width:1px;height:100%;position:absolute;top:0;right:0}
.section-content.medicine01 .table-col-type04 .mobile-tr,.section-content.medicine02 .table-col-type04 .mobile-tr,.section-content.medicine03 .table-col-type04 .mobile-tr{display:none}
.section-content.medicine01 .table-col-type04 tbody td,.section-content.medicine02 .table-col-type04 tbody td,.section-content.medicine03 .table-col-type04 tbody td{color:#4d4948;font-size:12px;font-family:"LGSmHaTR";text-align:center;border-right:1px solid #e0e0e0;border-bottom:1px solid #e0e0e0;height:28px;padding:5px 5px 5px 5px;word-break:break-all}
.section-content.medicine01 .table-col-type04 tbody td.td01,.section-content.medicine02 .table-col-type04 tbody td.td01,.section-content.medicine03 .table-col-type04 tbody td.td01{line-height:1.4;font-family:"LGSmHaTSB"}
.section-content.medicine01 .table-col-type04 tbody td.td03,.section-content.medicine02 .table-col-type04 tbody td.td03,.section-content.medicine03 .table-col-type04 tbody td.td03{padding:10px 5px 10px 5px;height:18px;line-height:1.3}
.section-content.medicine01 .table-col-type04 tbody td.td04,.section-content.medicine01 .table-col-type04 tbody td.td05,.section-content.medicine01 .table-col-type04 tbody td.td06,.section-content.medicine01 .table-col-type04 tbody td.td07,.section-content.medicine01 .table-col-type04 tbody td.td08,.section-content.medicine01 .table-col-type04 tbody td.td09,.section-content.medicine02 .table-col-type04 tbody td.td04,.section-content.medicine02 .table-col-type04 tbody td.td05,.section-content.medicine02 .table-col-type04 tbody td.td06,.section-content.medicine02 .table-col-type04 tbody td.td07,.section-content.medicine02 .table-col-type04 tbody td.td08,.section-content.medicine02 .table-col-type04 tbody td.td09,.section-content.medicine03 .table-col-type04 tbody td.td04,.section-content.medicine03 .table-col-type04 tbody td.td05,.section-content.medicine03 .table-col-type04 tbody td.td06,.section-content.medicine03 .table-col-type04 tbody td.td07,.section-content.medicine03 .table-col-type04 tbody td.td08,.section-content.medicine03 .table-col-type04 tbody td.td09{border-right:1px dashed #e0e0e0;text-align:left}
.section-content.medicine01 .table-col-type04 tbody td.td10,.section-content.medicine02 .table-col-type04 tbody td.td10,.section-content.medicine03 .table-col-type04 tbody td.td10{text-align:center;border-right:0}
.section-content.medicine01 .table-col-type04 tbody td .txt01,.section-content.medicine02 .table-col-type04 tbody td .txt01,.section-content.medicine03 .table-col-type04 tbody td .txt01{display:block}
.section-content.medicine01 .table-col-type04 tbody td .txt02,.section-content.medicine02 .table-col-type04 tbody td .txt02,.section-content.medicine03 .table-col-type04 tbody td .txt02{display:block}
.section-content.medicine01 .table-col-type04 tbody td .txt03,.section-content.medicine02 .table-col-type04 tbody td .txt03,.section-content.medicine03 .table-col-type04 tbody td .txt03{display:block}
.section-content.medicine01 .table-col-type04 tbody td .txt04,.section-content.medicine02 .table-col-type04 tbody td .txt04,.section-content.medicine03 .table-col-type04 tbody td .txt04{display:block}
.section-content.medicine01 .table-col-type04 tbody td .txt05,.section-content.medicine02 .table-col-type04 tbody td .txt05,.section-content.medicine03 .table-col-type04 tbody td .txt05{display:block}
.section-content.medicine01 .table-col-type04 tbody td .txt06,.section-content.medicine02 .table-col-type04 tbody td .txt06,.section-content.medicine03 .table-col-type04 tbody td .txt06{display:block}
.section-content.medicine01 .table-col-type04 tbody td .graph,.section-content.medicine02 .table-col-type04 tbody td .graph,.section-content.medicine03 .table-col-type04 tbody td .graph{display:inline-block;margin:0 -7px 0 -5px;position:relative;z-index:1;width:calc(100% + 12px);height:8px;background-color:#665852}
.section-content.medicine01 .table-col-type04 tbody td .graph.ing,.section-content.medicine02 .table-col-type04 tbody td .graph.ing,.section-content.medicine03 .table-col-type04 tbody td .graph.ing{margin:0 0 0 -5px;width:calc(50% + 5px);border-top-right-radius:6px;border-bottom-right-radius:6px}
.section-content.medicine01 .table-col-type04 tbody td .graph.ing:after,.section-content.medicine02 .table-col-type04 tbody td .graph.ing:after,.section-content.medicine03 .table-col-type04 tbody td .graph.ing:after{content:'';position:absolute;top:0;right:0;width:4px;height:4px;border:2px solid #4d4948;border-radius:50%;background-color:#fff}
.section-content.medicine01 .table-col-type04 tbody td .graph.end,.section-content.medicine02 .table-col-type04 tbody td .graph.end,.section-content.medicine03 .table-col-type04 tbody td .graph.end{margin:0 0 0 -5px;width:calc(100% + 17px);border-top-right-radius:6px;border-bottom-right-radius:6px}
.section-content.medicine01 .table-col-type04 tbody td .graph.end:after,.section-content.medicine02 .table-col-type04 tbody td .graph.end:after,.section-content.medicine03 .table-col-type04 tbody td .graph.end:after{content:'';position:absolute;top:0;right:0;width:4px;height:4px;border:2px solid #4d4948;border-radius:50%;background-color:#fff}
.section-content.medicine01 .table-col-type04 tbody td .graph.off,.section-content.medicine02 .table-col-type04 tbody td .graph.off,.section-content.medicine03 .table-col-type04 tbody td .graph.off{background:none}
.section-content.medicine01 .table-col-type04 tbody td .logo-img,.section-content.medicine02 .table-col-type04 tbody td .logo-img,.section-content.medicine03 .table-col-type04 tbody td .logo-img{display:block}
.section-content.medicine01 .table-col-type04 .responsive-space,.section-content.medicine02 .table-col-type04 .responsive-space,.section-content.medicine03 .table-col-type04 .responsive-space{word-break:break-all}
.section-content.medicine01 .table-business04-01,.section-content.medicine01 .table-business04-02,.section-content.medicine02 .table-business04-01,.section-content.medicine02 .table-business04-02,.section-content.medicine03 .table-business04-01,.section-content.medicine03 .table-business04-02{margin-top:26px}
.section-content.medicine01 .table-business04-01 .col01,.section-content.medicine01 .table-business04-02 .col01,.section-content.medicine02 .table-business04-01 .col01,.section-content.medicine02 .table-business04-02 .col01,.section-content.medicine03 .table-business04-01 .col01,.section-content.medicine03 .table-business04-02 .col01{width:96px}
.section-content.medicine01 .table-business04-01 .col02,.section-content.medicine01 .table-business04-02 .col02,.section-content.medicine02 .table-business04-01 .col02,.section-content.medicine02 .table-business04-02 .col02,.section-content.medicine03 .table-business04-01 .col02,.section-content.medicine03 .table-business04-02 .col02{width:110px}
.section-content.medicine01 .table-business04-01 .col03,.section-content.medicine01 .table-business04-02 .col03,.section-content.medicine02 .table-business04-01 .col03,.section-content.medicine02 .table-business04-02 .col03,.section-content.medicine03 .table-business04-01 .col03,.section-content.medicine03 .table-business04-02 .col03{width:80px}
.section-content.medicine01 .table-business04-01 .col10,.section-content.medicine01 .table-business04-02 .col10,.section-content.medicine02 .table-business04-01 .col10,.section-content.medicine02 .table-business04-02 .col10,.section-content.medicine03 .table-business04-01 .col10,.section-content.medicine03 .table-business04-02 .col10{width:160px}
.section-content.medicine01 .table-business04-03,.section-content.medicine02 .table-business04-03,.section-content.medicine03 .table-business04-03{margin-top:26px}
.section-content.medicine01 .table-business04-03 .col01,.section-content.medicine02 .table-business04-03 .col01,.section-content.medicine03 .table-business04-03 .col01{width:96px}
.section-content.medicine01 .table-business04-03 .col02,.section-content.medicine02 .table-business04-03 .col02,.section-content.medicine03 .table-business04-03 .col02{width:110px}
.section-content.medicine01 .table-business04-03 .col03,.section-content.medicine02 .table-business04-03 .col03,.section-content.medicine03 .table-business04-03 .col03{width:80px}
.section-content.medicine01 .table-business04-03 .col10,.section-content.medicine02 .table-business04-03 .col10,.section-content.medicine03 .table-business04-03 .col10{width:auto}
.section-content.medicine01 .table-business04-03 .col11,.section-content.medicine02 .table-business04-03 .col11,.section-content.medicine03 .table-business04-03 .col11{width:160px}
.section-content.medicine01 .table-business04-03 tbody td.td09,.section-content.medicine02 .table-business04-03 tbody td.td09,.section-content.medicine03 .table-business04-03 tbody td.td09{border-right:1px dashed #e0e0e0;text-align:left}
.section-content.medicine01 .table-business04-03 tbody td.td10,.section-content.medicine02 .table-business04-03 tbody td.td10,.section-content.medicine03 .table-business04-03 tbody td.td10{border-right:1px dashed #e0e0e0;text-align:left}
.section-content.medicine01 .table-business04-03 tbody td.td11,.section-content.medicine02 .table-business04-03 tbody td.td11,.section-content.medicine03 .table-business04-03 tbody td.td11{border-right:none}
/*! Company - 경영정보 - 이사회 */
.board-directors{padding:62px 0 0;font-size:0}
.board-directors .board-inner{width:800px;margin:0 auto}
.board-directors .sub-title{position:relative;top:-63px}
.board-directors .board-list .item{position:relative;display:inline-block;width:384px;height:200px;margin-top:52px;padding-left:40px;background:#fafafa;-webkit-box-sizing:border-box;box-sizing:border-box;vertical-align:top}
.board-directors .board-list .item .img-type01{position:absolute;bottom:0;right:0;width:39%;vertical-align:top}
.board-directors .board-list .item .img-type02{display:none}
.board-directors .board-list .item:nth-child(even){margin-left:32px}
.board-directors .board-list .item:nth-child(1),.board-directors .board-list .item:nth-child(2){margin-top:0}
html.lang-en .board-directors .board-list .item{height:260px;padding-left:20px}
html.lang-en .board-directors .board-list .item .img-type01{width:40%}
.board-directors .txt-name{position:relative;top:-11px;display:block;font-size:22px;font-family:"LGSmHaTSB";color:#665852}
.board-directors .txt-name .position{display:block;margin:8px 0 24px;font-size:14px;font-family:"LGSmHaTSB";color:#333130}
.board-directors .date-txt,.board-directors .term-txt{display:block;margin-bottom:10px;font-size:14px;font-family:"LGSmHaTSB";color:#333130}
.board-directors .date,.board-directors .term{margin-left:10px;font-size:14px;font-family:"LGSmHaTR";color:#4c4948}
.board-directors .txt{display:block;max-width:68%;font-size:14px;font-family:"LGSmHaTR";color:#4c4948}
.board-directors .txt + .txt{margin-top:6px}
.table-management-info01-01{margin-top:19px}
.table-management-info01-01 .selectbox{display:none}
.table-management-info01-01 .select-design{display:none}
.table-management-info01-01 .m-directors-attendance{display:none}
.table-management-info01-01 colgroup .col01{width:106px}
.table-management-info01-01 colgroup .col02{width:106px}
.table-management-info01-01 colgroup .col03{width:auto}
.table-management-info01-01 colgroup .col04{width:106px}
.table-management-info01-01 colgroup .col05{width:106px}
.table-management-info01-01 td{height:auto;padding-top:13px;padding-bottom:13px}
.download-box-type01{margin:65px 0 0 0;width:100%;padding:54px 0 80px 0;background:#f2ebe4;-webkit-box-sizing:border-box;box-sizing:border-box}
.download-box-type01 .txt-area{max-width:854px;margin:0 auto}
.download-box-type01 .txt-area .sub-title{margin-bottom:34px}
.download-box-type01 .txt-area .txt{font-size:14px;font-family:"LGSmHaTR";color:#4d4948}
.download-box-type01 .txt-area .txt:last-child{margin-bottom:58px}
.download-box-type01 .txt-area .txt + .txt{margin-top:10px}
.download-box-type01 .download-list{max-width:720px;margin:0 auto;font-size:0}
.download-box-type01 .download-list li{display:inline-table;margin-right:15px;vertical-align:top}
.download-box-type01 .download-list li .item{position:relative;display:table-cell;width:97px;height:97px;padding:15px;text-align:center;vertical-align:middle;background:#fff;border:1px solid #a19896;-webkit-transition:.3s all;-o-transition:.3s all;transition:.3s all}
.download-box-type01 .download-list li .item .txt{font-size:14px;font-family:"LGSmHaTSB";color:#333130}
.download-box-type01 .download-list li .item .txt + .txt{display:block;margin-top:10px}
.download-box-type01 .download-list li .item .ico{position:absolute;bottom:13px;right:13px;display:inline-block;background-image:url(../../images/common/default/sprite_pc.png);background-position:-387px -281px;width:13px;height:11px;background-size:431px 383px}
.download-box-type01 .download-list li .item.on,.download-box-type01 .download-list li .item:active,.download-box-type01 .download-list li .item:focus,.download-box-type01 .download-list li .item:hover{background:#a50034;border-color:#a50034}
.download-box-type01 .download-list li .item.on .txt,.download-box-type01 .download-list li .item:active .txt,.download-box-type01 .download-list li .item:focus .txt,.download-box-type01 .download-list li .item:hover .txt{color:#fff}
.download-box-type01 .download-list li .item.on .ico,.download-box-type01 .download-list li .item:active .ico,.download-box-type01 .download-list li .item:focus .ico,.download-box-type01 .download-list li .item:hover .ico{background-image:url(../../images/common/default/sprite_pc.png);background-position:-387px -312px;width:13px;height:11px;background-size:431px 383px}
/*! 경영정보 - 위원회  */
.section-content.executive{margin-top:54px}
.section-content.executive .sub-title{padding-top:11px}
.executive-type01 .executive-list{display:table;width:100%;padding-bottom:15px}
.executive-type01 .item{display:table-cell;width:242px;padding:24px 0 24px 24px;border:1px solid #a29997}
.executive-type01 .item .list{display:block}
.executive-type01 .item .list + .list{margin-top:9px}
.executive-type01 .item .name{display:block;margin-bottom:22px;font-size:18px;font-family:"LGSmHaTSB";color:#333130}
.executive-type01 .item .date-txt{font-size:14px;font-family:"LGSmHaTSB";color:#333130}
.executive-type01 .item .date-num{margin-left:7px;font-size:14px;font-family:"LGSmHaTR";color:#4c4948}
.executive-type01 .item + .item{border-left:none}
.executive-type02{margin-bottom:79px}
.executive-type02 .executive-list{display:table;width:100%;margin-bottom:10px}
.executive-type02 .item{display:table-cell;width:33.333333%;padding:25px 25px 25px 25px;border:1px solid #a29997}
.executive-type02 .item .list{display:block}
.executive-type02 .item .list + .list{margin-top:13px}
.executive-type02 .item .position{display:block;font-size:14px;font-family:"LGSmHaTR";color:#4c4948}
.executive-type02 .item .name{display:block;margin:22px 0 43px;font-size:18px;font-family:"LGSmHaTSB";color:#333130;text-align:center}
.executive-type02 .item + .item{border-left:none}
.executive-type02 .txt .s-txt{margin-left:5px}
.table-management-info02-01 .selectbox{display:none}
.table-management-info02-01 .select-design{display:none}
.table-management-info02-01 .m-directors-attendance{display:none}
.table-management-info02-01 colgroup .col01{width:106px}
.table-management-info02-01 colgroup .col02{width:106px}
.table-management-info02-01 colgroup .col03{width:auto}
.table-management-info02-01 colgroup .col04{width:106px}
.table-management-info02-01 colgroup .col05{width:106px}
.table-management-info02-01 tbody tr:first-child td:nth-child(1){padding-top:15px;vertical-align:middle}
.table-management-info02-01 tbody tr:first-child td:nth-child(2){padding-top:15px;vertical-align:middle}
.table-management-info02-01 tbody tr:first-child td:nth-child(5){padding-top:15px;vertical-align:top}
.table-management-info02-02 colgroup .col01{width:33%}
.table-management-info02-02 colgroup .col02{width:auto}
.table-management-info02-02 colgroup .col03{width:33%}
.table-management-info02-03 table{width:100%;table-layout:auto}
.table-management-info02-03 thead{display:inline-table;float:left;width:132px}
.table-management-info02-03 tbody{display:inline-table;float:left;width:calc(100% - 132px)}
.table-management-info02-03 tr{display:table-cell;border-top:1px solid #e0e0e0}
.table-management-info02-03 tr th{display:block;line-height:42px}
.table-management-info02-03 tr:first-child th{border-left:0}
.table-management-info02-03 tr:first-child th.th01{border-bottom:1px solid #fff}
.table-management-info02-03 tr:first-child th.th02{border-bottom:1px solid #e0e0e0}
.table-management-info02-03 tr td{display:block;line-height:32px;border-bottom:1px solid #e0e0e0}
.table-management-info02-03 tr:first-child td{border-bottom:1px solid #e0e0e0}
.section-content.step .txt{font-size:14px;font-family:"LGSmHaTR";color:#4d4948}
.section-content.step .txt + .txt{margin-top:8px;padding-bottom:6px}
.section-content.step .table-wrap-type01{margin:24px 0 80px}
.step-area{position:relative;text-align:center;font-size:0}
.step-area .step01,.step-area .step02,.step-area .step03{position:relative;display:inline-block;width:226px;-webkit-box-sizing:border-box;box-sizing:border-box;vertical-align:top}
.step-area .step01 .top,.step-area .step02 .top,.step-area .step03 .top{display:inline-block;width:226px;height:106px;background:#f5f5f5;vertical-align:top}
.step-area .step01 .bottom,.step-area .step02 .bottom,.step-area .step03 .bottom{text-align:left;padding:24px 0 0 0}
.step-area .step01 .bottom .txt,.step-area .step02 .bottom .txt,.step-area .step03 .bottom .txt{padding-left:15px;text-indent:-15px;margin-left:27px;font-size:14px;font-family:"LGSmHaTR";color:#4d4948;text-align:left}
.step-area .step01 .bottom .txt::before,.step-area .step02 .bottom .txt::before,.step-area .step03 .bottom .txt::before{content:'';display:inline-block;margin-right:11px;vertical-align:4px;width:4px;height:4px;background:url("../../images/common/default/bu_circle_t.png") no-repeat left top}
.step-area .num{margin-top:25px;font-size:14px;font-family:"LGSmHaTSB";color:#a50034}
.step-area .tit-txt{font-size:14px;font-family:"LGSmHaTSB";color:#333130;margin-top:2px}
.step-area .step02{margin-left:61px}
.step-area .step02 .tit-txt{margin-top:14px}
.step-area .step03{margin-left:61px}
.step-area .step03 .tit-txt{margin-top:14px}
.step-area .step-arrow01{display:block;z-index:1;width:90px;height:7px;position:absolute;top:51px;left:213px;background:url("../../images/common/product/ico_arrow_right01.png") no-repeat left top;background-size:60px 5px}
.step-area .step-arrow02{display:block;z-index:1;width:90px;height:7px;position:absolute;top:51px;left:500px;background:url("../../images/common/product/ico_arrow_right01.png") no-repeat left top;background-size:60px 5px}
/*! Company - 경영정보 - 기업지배구조평가 */
.section-content.evaluation{margin:53px 0 80px}
.evaluation-grade{max-width:854px;margin:0 auto}
.evaluation-grade .inner{display:table;width:800px;margin:0 auto;border-collapse:collapse}
.evaluation-grade .evaluation-grade-list{display:table-row}
.evaluation-grade .summery{margin-bottom:10px;font-size:14px;font-family:"LGSmHaTR";color:#333130;text-align:right}
.evaluation-grade .item{display:table-cell;width:33.33%;padding:22px 24px 19px 26px;border:1px solid #999290;font-size:0}
.evaluation-grade .item .box{float:left;width:50%;margin-top:7px;-webkit-box-sizing:border-box;box-sizing:border-box}
.evaluation-grade .item .box:nth-of-type(even){float:right;padding-left:26px}
html.lang-en .evaluation-grade .item .box:nth-of-type(even){padding-left:0}
.evaluation-grade .year{margin-bottom:33px;font-size:18px;font-family:"LGSmHaTSB";color:#333130}
.evaluation-grade .txt{display:inline-block;font-size:14px;font-family:"LGSmHaTR";color:#333130;vertical-align:text-bottom;text-align:left}
html.lang-en .evaluation-grade .txt{display:block;text-align:center}
.evaluation-grade .rank{display:inline-block;margin-left:26px;font-size:22px;font-family:"LGSmHaTSB";color:#c00032;text-align:right}
html.lang-en .evaluation-grade .rank{display:block;text-align:center;margin-left:0}
/* s: 20210630 다운로드메뉴 추가 tb*/
.section-content.evaluation .recent-data-list{width:100%;margin-top:45px;border:1px solid #e0e0e0}
.section-content.evaluation .recent-data-list .txt02{position:absolute;left:60px;bottom:45px; font-size:16px;font-family:"LGSmHaTSB";color:#333130}
.section-content.evaluation .recent-data-list .download-box{text-align:right;padding:10px 80px 30px 0;}
.section-content.evaluation .recent-data-list .download-box .bttn.type03{min-width:170px;    padding: 10px 15px 10px 15px;text-align: left;}
.section-content.evaluation .recent-data-list .download-box a:nth-child(1){margin-right:7px}
.section-content.evaluation .recent-data-list .download-box a:nth-child(2){margin-right:7px}
.section-content.evaluation .recent-data-list .download-box .bttn .txt01{left:0;font-family:"LGSmHaTB"}
.section-content.evaluation .recent-data-list .download-box .bttn .ico-download-white01{position:absolute;right:19px;margin-left:77px}
.section-content.evaluation .accordion-st-area {margin-bottom:40px;}
.section-content.evaluation .accordion-st-list.recent-data-list .club {position: relative;}
.section-content.evaluation .accordion-st-area .accordion-st-list.recent-data-list .item:last-child{border-bottom: unset;}
.section-content.evaluation .accordion-st-area .accordion-st-list.recent-data-list .title .arrow-l, .accordion-st-area .accordion-st-list.recent-data-list .title .arrow-r{width: 17px;    height: 3px;}
.section-content.evaluation .accordion-st-area .accordion-st-list.recent-data-list .title .arrow-r{right: -11px;}
/* e: 20210630 다운로드메뉴 추가 tb*/
/*! 주식정보 - 주식현황 */
.table-stock01-01 .selectbox,.table-stock01-02 .selectbox,.table-stock01-03 .selectbox{display:none}
.table-stock01-01 .select-design,.table-stock01-02 .select-design,.table-stock01-03 .select-design{display:none}
.table-stock01-01 .m-directors-attendance,.table-stock01-02 .m-directors-attendance,.table-stock01-03 .m-directors-attendance{display:none}
.section-content.stock01 .table-wrap-type01 th.bdb{border-bottom:1px solid #fff}
.section-content.stock01 .summery{margin-bottom:10px;font-size:14px;font-family:"LGSmHaTR";color:#333130;text-align:right}
.section-content.stock01 .table-wrap-type01{margin-bottom:80px}
.section-content.stock01 .table-wrap-type01 tr.point{background-color:#fafafa}
.section-content.stock01 .table-wrap-type01 tr.point th{background-color:#fafafa;font-family:"LGSmHaTSB";color:#333130;border-bottom:1px solid #e0e0e0}
.section-content.stock01 .table-wrap-type01 tr.point td{font-family:"LGSmHaTSB";color:#333130}
.section-content.stock01 .table-wrap-type01 tbody th{font-family:"LGSmHaTR";color:#4d4948;background:transparent;border-bottom:1px solid #e0e0e0}
/*! 주식정보 - 배당정책 */
.stock03 .summery{margin-bottom:10px;font-size:14px;font-family:"LGSmHaTR";color:#333130;text-align:right}
.table-stock03-01 .selectbox{display:none}
.table-stock03-01 .select-design{display:none}
.table-stock03-01 .m-directors-attendance{display:none}
.section-content.stock03{margin-top:80px}
.section-content.stock03 .txt-area{margin:16px 0 72px}
.section-content.stock03 .txt-area .txt{font-size:14px;font-family:"LGSmHaTR";color:#4c4948;line-height:1.7}
.table-wrap-type01.table-stock03-01{margin-bottom:120px}
.table-wrap-type01.table-stock03-01 .table-col-type01 colgroup .col01{width:114px}
.table-wrap-type01.table-stock03-01 .table-col-type01 colgroup .col02{width:76px}
.table-wrap-type01.table-stock03-01 .table-col-type01 thead th{font-family:"LGSmHaTSB";background:#e0e0e0;border-left:1px solid #fff;border-bottom:0}
.table-wrap-type01.table-stock03-01 .table-col-type01 thead th:first-child{border-left:0}
.table-wrap-type01.table-stock03-01 .table-col-type01 th{font-family:"LGSmHaTR";color:#4d4948;background:#f5f5f5;border-left:1px solid #e0e0e0;border-bottom:1px solid #e0e0e0}
.table-wrap-type01.table-stock03-01 .table-col-type01 th:first-child{border-left:0}
.table-wrap-type01.table-stock03-01 .table-col-type01 th.bod-line{border-left:1px solid #e0e0e0}
.table-wrap-type01.table-stock03-01 .table-col-type01 td{color:#4d4948}
/*! 재무정보 - 재무하이라이트 */
.table-financial01-01 .selectbox,.table-financial01-02 .selectbox,.table-financial01-03 .selectbox,.table-financial01-04 .selectbox,.table-financial01-05 .selectbox{display:none}
.table-financial01-01 .select-design,.table-financial01-02 .select-design,.table-financial01-03 .select-design,.table-financial01-04 .select-design,.table-financial01-05 .select-design{display:none}
/*! 재무정보 - 재무비율 */
.table-financial02-01 .selectbox,.table-financial02-02 .selectbox,.table-financial02-03 .selectbox,.table-financial02-04 .selectbox,.table-financial02-05 .selectbox{display:none}
.table-financial02-01 .select-design,.table-financial02-02 .select-design,.table-financial02-03 .select-design,.table-financial02-04 .select-design,.table-financial02-05 .select-design{display:none}
.section-content.financial01,.section-content.financial02{margin-top:54px}
.section-content.financial01 .summery,.section-content.financial02 .summery{margin-bottom:10px}
.section-content.financial01 .table-wrap-type01,.section-content.financial02 .table-wrap-type01{margin-bottom:80px}
.section-content.financial02 .table-col-type03 colgroup .col01{width:229px}
.section-content.financial01 .table-col-type03 thead th,.section-content.financial02 .table-col-type03 thead th{height:42px;border-left:1px solid #fff}
.section-content.financial01 .table-col-type03 thead th:first-child,.section-content.financial02 .table-col-type03 thead th:first-child{border-left:0}
.section-content.financial01 .table-col-type03 tbody th,.section-content.financial02 .table-col-type03 tbody th{height:42px;font-family:"LGSmHaTR";color:#4d4948;background:transparent;border-bottom:1px solid #e0e0e0}
.section-content.financial01 .table-col-type03 tbody td,.section-content.financial02 .table-col-type03 tbody td{height:42px;padding:0;color:#4d4948}
.section-content.financial01 .table-col-type03 .point,.section-content.financial02 .table-col-type03 .point{background-color:#fafafa}
.section-content.financial01 .table-col-type03 .point td,.section-content.financial01 .table-col-type03 .point th,.section-content.financial02 .table-col-type03 .point td,.section-content.financial02 .table-col-type03 .point th{font-family:"LGSmHaTSB";color:#333130}
.section-content.financial01 .table-col-type03 .left,.section-content.financial02 .table-col-type03 .left{text-align:left;padding-left:25px}
.section-content.financial01 .table-col-type03 .right,.section-content.financial02 .table-col-type03 .right{text-align:right;padding-right:25px}
.section-content.financial01 .table-col-type03 .bold,.section-content.financial02 .table-col-type03 .bold{font-family:"LGSmHaTSB"}
.table-financial01-05 .table-txt{margin-top:10px;font-size:14px;font-family:"LGSmHaTR";color:#333130}
.summery{margin-bottom:9px;font-size:14px;font-family:"LGSmHaTR";color:#333130;text-align:right;z-index:1}
.summery .point{font-size:14px;font-family:"LGSmHaTR";color:#333130;vertical-align:sub;margin-right:5px}
/*! 공시정보 - 공시자료 */
.section-content.disclosure-info02{margin-top:54px;margin-bottom:71px}
.section-content.disclosure-info02 .sub-title .txt{padding-left:5px;font-size:18px;font-family:"LGSmHaTSB";color:#a50034}
.section-content.disclosure-info02 .table-wrap-type01.table-disclosure01-01 colgroup .col02{width:533px}
.section-content.disclosure-info02 .table-wrap-type01.table-disclosure01-01 a{display:block;padding:12px 0}
.section-content.disclosure-info02 .paginav{margin-top:40px}
/*! IR자료실 - 감사보고서 - 영업보고서 */
.ir-report02{margin-top:53px}
.ir-report02 .recent-data-list{width:100%;border:1px solid #e0e0e0}
.ir-report02 .recent-data-list li{background-color:#fff;border-bottom:1px solid #e0e0e0;height:85px;position:relative}
.ir-report02 .recent-data-list li:last-child{border-bottom:0}
.ir-report02 .recent-data-list li .info01{position:absolute;top:34px;left:39px;font-size:14px;font-family:"LGSmHaTSB";color:#333130}
.ir-report02 .recent-data-list .radio-area{position:absolute;top:34px;left:188px;font-size:0}
.ir-report02 .recent-data-list .radio-area label{padding-left:14px}
.ir-report02 .recent-data-list .radio-area .txt{margin-left:8px}
.ir-report02 .recent-data-list .radio-area .input-radio + .input-radio{margin-left:12px}
.ir-report02 .recent-data-list .radio-area .input-radio label::before{width:14px;height:14px;margin-top:-7px}
.ir-report02 .recent-data-list .radio-area .input-radio label::after{left:4px;width:6px;height:6px;margin-top:-3px}
.ir-report02 .recent-data-list .download-area{text-align:right;padding:26px 39px 0 0}
.ir-report02 .recent-data-list .download-area .bttn{vertical-align:top;-webkit-transition:.2s all;-o-transition:.2s all;transition:.2s all}
.ir-report02 .recent-data-list .download-area .bttn.type03{padding:8px 11px;min-width:140px;max-width:140px;height:32px;-webkit-box-sizing:border-box;box-sizing:border-box;text-align:left}
.ir-report02 .recent-data-list .download-area .bttn .txt01{top:0;left:0;font-family:"LGSmHaTB"}
.ir-report02 .recent-data-list .download-area .bttn .ico-download-white01{display:inline-block;margin-left:51px;background-image:url(../../images/common/default/sprite_pc.png);background-position:-387px -312px;width:13px;height:11px;background-size:431px 383px}
.ir-report02 .recent-data-list .download-area .bttn:active,.ir-report02 .recent-data-list .download-area .bttn:focus,.ir-report02 .recent-data-list .download-area .bttn:hover{background:#a50034}
.ir-report02 .btn-more-area{margin:20px 0 60px;text-align:center}
/*! IR자료실 - 감사보고서 - 영업보고서 */
.ir-report03{margin-top:54px}
.ir-report03 .recent-data-list li{position:relative;float:left;width:50%;height:86px;background-color:#fff;border:1px solid #e0e0e0;-webkit-box-sizing:border-box;box-sizing:border-box;margin-top:-1px;margin-left:-1px}
.ir-report03 .recent-data-list li .info01{position:absolute;top:34px;left:38px;font-size:14px;font-family:"LGSmHaTSB";color:#333130}
.ir-report03 .recent-data-list .download-area{text-align:right;padding:26px 40px 0 0}
.ir-report03 .recent-data-list .download-area .bttn{vertical-align:top;-webkit-transition:.2s all;-o-transition:.2s all;transition:.2s all}
.ir-report03 .recent-data-list .download-area .bttn.type03{min-width:140px;-webkit-box-sizing:border-box;box-sizing:border-box;text-align:left}
.ir-report03 .recent-data-list .download-area .bttn .txt01{left:0;font-family:"LGSmHaTB"}
.ir-report03 .recent-data-list .download-area .bttn .ico-download-white01{display:inline-block;margin-left:54px;background-image:url(../../images/common/default/sprite_pc.png);background-position:-387px -312px;width:13px;height:11px;background-size:431px 383px}
.ir-report03 .recent-data-list .download-area .bttn:active,.ir-report03 .recent-data-list .download-area .bttn:focus,.ir-report03 .recent-data-list .download-area .bttn:hover{background:#a50034}
.ir-report03 .btn-more-area{margin:20px 0 60px;text-align:center}
/*! Company - 회사소개 */
.section-intro-wrap{padding-bottom:150px}
.section-content-intro-type01{margin-top:-1.5625vw}
.section-content-intro-type01 .section-inner{position:relative;width:calc(1120/1280*100%);margin:0 auto}
.section-content-intro-type01 .img-area-mo,.section-content-intro-type01 .title-mo{display:none}
.section-content-intro-type01 .txt-area{float:left;width:28.125vw;padding-left:12.5vw;vertical-align:top;letter-spacing:-1px}
.section-content-intro-type01 .txt-area.about .title{margin:4.76563vw 0 4.6875vw -15.625vw}
.section-content-intro-type01 .txt-area .title{margin:4.76563vw 0 5.39063vw -15.625vw;font-size:2.5vw;font-family:"LGSmHaTB";color:#333130}
.section-content-intro-type01 .txt-area .title::before{content:'';display:inline-block;width:7.26563vw;height:1px;margin-right:2.03125vw;background:#333130;vertical-align:super}
.section-content-intro-type01 .txt-area .sub-tit{font-size:1.875vw;font-family:"LGSmHaTSB";color:#333130;word-break:keep-all;line-height:1.4}
html.lang-ja .section-content-intro-type01 .txt-area .sub-tit,html.lang-zh .section-content-intro-type01 .txt-area .sub-tit{word-break:break-all}
html.lang-de .section-content-intro-type01 .txt-area .sub-tit,html.lang-en .section-content-intro-type01 .txt-area .sub-tit,html.lang-pl .section-content-intro-type01 .txt-area .sub-tit{word-break:break-word;word-wrap:break-word;line-height:1.1;font-size:1.14583vw}
.section-content-intro-type01 .txt-area .sub-tit .point{color:#c00032}
.section-content-intro-type01 .txt-area .txt{font-size:1.09375vw;font-family:"LGSmHaTR";color:#222121;line-height:1.5;word-break:keep-all;margin-bottom:1.30208vw}
.section-content-intro-type01 .txt-area .txt:nth-of-type(1){margin-top:1.77083vw}
.section-content-intro-type01 .txt-area .txt:last-of-type{margin-bottom:0}
html.lang-ja .section-content-intro-type01 .txt-area .txt,html.lang-zh .section-content-intro-type01 .txt-area .txt{word-break:break-all}
html.lang-de .section-content-intro-type01 .txt-area .txt,html.lang-en .section-content-intro-type01 .txt-area .txt,html.lang-pl .section-content-intro-type01 .txt-area .txt{line-height:1.4;word-break:break-word;word-wrap:break-word}
.section-content-intro-type01 .img-area{float:right;position:relative;width:calc(560/1120*100%);height:0;padding-top:calc(637/1120*100%);background:url("../../images/common/company/top_visual_about.jpg") no-repeat 0 0;background-size:contain}
html.lang-en .section-content-intro-type01 .img-area{padding-top:0;height:57.8125vw;background-size:auto 100%;background-position:-85px 0}
html.lang-de .section-content-intro-type01 .img-area{padding-top:0;height:65.625vw;background-size:auto 100%;background-position:-175px 0}
html.lang-pl .section-content-intro-type01 .img-area{padding-top:0;height:62.5vw;background-size:auto 100%;background-position:-140px 0}
html.lang-zh .section-content-intro-type01 .img-area{padding-top:0;height:54.6875vw;background-size:auto 100%}
html.lang-ja .section-content-intro-type01 .img-area{padding-top:0;height:57.8125vw;background-size:auto 100%}
.section-content-intro-type01 .btn-download{position:absolute;left:0;bottom:3.125vw;display:inline-table;width:7.96875vw;height:7.96875vw;background:#333130;text-align:center}
.section-content-intro-type01 .btn-download .txt{display:table-cell;font-size:1.09375vw;font-family:"LGSmHaTSB";color:#fff;max-width:70px;vertical-align:middle;padding:0 1.5625vw}
.section-content-intro-type01 .btn-download .txt + .txt{margin-top:6px}
.section-content-intro-type01 .btn-download .ico{display:block;position:absolute;right:0.9375vw;bottom:0.9375vw;background-image:url(../../images/common/default/sprite_pc.png);background-position:-387px -312px;width:13px;height:11px;background-size:431px 383px}
.section-content-introduction{max-width:calc(1200/1280*100%);max-height:474px;margin-top:-1.95313vw;background:#f8f1eb}
html.lang-pl .section-content-introduction{max-height:488px}
.section-content-introduction .section-inner{max-width:800px;margin:0 auto;padding-left:6.25vw}
.section-content-introduction .tit-company{padding:96px 0 26px;font-size:22px;font-family:"LGSmHaTSB";color:#333130}
.section-content-introduction .introduction .list{position:relative;padding:16px 38px;border-bottom:1px solid #d9d2d0}
.section-content-introduction .introduction .list .tit{display:inline-block;width:217px;font-size:14px;font-family:"LGSmHaTR";color:#333130}
.section-content-introduction .introduction .list .txt{font-size:14px;font-family:"LGSmHaTSB";color:#333130}
.section-content-introduction .introduction .list .btn-link{position:absolute;top:12px;right:40px;display:inline-block;padding:4px 10px;background:#4d4948}
.section-content-introduction .introduction .list .btn-link .txt{font-size:14px;font-family:"LGSmHaTR";color:#fff}
.section-content-introduction .list:first-child{border-top:1px solid #d9d2d0}
.section-content-introduction .introductory-area{width:100%;margin:40px 0 45px;font-size:0}
.section-content-introduction .introductory-area .left-cnt,.section-content-introduction .introductory-area .right-cnt{display:inline-block;width:49%;height:186px;padding:0 40px;-webkit-box-sizing:border-box;box-sizing:border-box;vertical-align:top}
.section-content-introduction .introductory-area .left-cnt .ico,.section-content-introduction .introductory-area .right-cnt .ico{display:none}
html.lang-pl
        .section-content-introduction .introductory-area .right-cnt,html.lang-pl .section-content-introduction .introductory-area .left-cnt{height:200px}
.section-content-introduction .introductory-area .left-cnt{background:url("../../images/common/company/introductory_bg_left.jpg") no-repeat 100% 0;background-size:cover}
.section-content-introduction .introductory-area .left-cnt .sub-tit{display:inline-block;margin:24px 0 31px;font-size:14px;font-family:"LGSmHaTR";color:#fff}
.section-content-introduction .introductory-area .left-cnt .list + .list{margin-top:8px}
.section-content-introduction .introductory-area .left-cnt .tit{float:left;font-size:14px;font-family:"LGSmHaTSB";color:#fff;vertical-align:middle}
.section-content-introduction .introductory-area .left-cnt .txt{float:right;display:block;font-size:18px;font-family:"LGSmHaTSB";color:#fff}
.section-content-introduction .introductory-area .right-cnt{margin-left:2%;background:url("../../images/common/company/introductory_bg_right.jpg") no-repeat 100% 0;background-size:cover}
.section-content-introduction .introductory-area .right-cnt .sub-tit{display:inline-block;margin:24px 0 31px;font-size:14px;font-family:"LGSmHaTR";color:#fff}
.section-content-introduction .introductory-area .right-cnt .txt{display:block;font-size:18px;font-family:"LGSmHaTSB";color:#fff;word-break:keep-all}
.section-content-introduction .introductory-area .right-cnt .txt + .txt{margin-top:8px}
.section-content-global{position:relative;width:100%;margin-top:170px;margin-bottom:-150px;height:553px;background-image:url("../../images/common/company/bg_global01_t.png");background-repeat:no-repeat;background-position:center top}
.section-content-global .section-inner{position:relative;max-width:800px;margin:0 auto}
.section-content-global .tit-global{padding-top:14px;position:absolute;top:0;left:0;font-size:22px;font-family:"LGSmHaTSB";color:#333130}
.section-content-global .tit-global .ico{position:absolute;top:0;left:0;width:16px;height:2px;background:#333130}
.section-content-global .global-list{position:relative;width:800px;margin:0 auto}
.section-content-global .global-list li{position:absolute}
.section-content-global .global-list .bg{position:absolute;top:0;left:0;opacity:0.6;width:100%;height:100%;border-radius:50%}
.section-content-global .global-list .info-area{width:100%;height:100%;display:table}
.section-content-global .global-list .info{width:100%;text-align:center;-webkit-box-sizing:border-box;box-sizing:border-box;padding:0 10px;display:table-cell;vertical-align:middle;position:relative;z-index:2}
.section-content-global .global-list .count{font-size:20px;font-family:"LGSmHaTB";word-break:break-word;word-wrap:break-word}
html.lang-de .section-content-global .global-list .count,html.lang-en .section-content-global .global-list .count,html.lang-ja .section-content-global .global-list .count,html.lang-pl .section-content-global .global-list .count,html.lang-zh .section-content-global .global-list .count{word-break:break-word;word-wrap:break-word}
.section-content-global .global-list .name{font-size:12px;font-family:"LGSmHaTB";word-break:break-word;word-wrap:break-word}
html.lang-de .section-content-global .global-list .name,html.lang-en .section-content-global .global-list .name,html.lang-ja .section-content-global .global-list .name,html.lang-pl .section-content-global .global-list .name,html.lang-zh .section-content-global .global-list .name{word-break:break-word;word-wrap:break-word}
.section-content-global .global-list .global-europe{width:93px;height:93px;top:92px;left:117px}
.section-content-global .global-list .global-europe .bg{background-color:#ede1b2}
.section-content-global .global-list .global-europe .count{display:block;color:#665852}
.section-content-global .global-list .global-europe .name{color:#333130}
.section-content-global .global-list .global-asia{z-index:2;width:128px;height:128px;top:182px;left:178px}
.section-content-global .global-list .global-asia .bg{background-color:#291c13}
.section-content-global .global-list .global-asia .count{display:block;color:#fff}
.section-content-global .global-list .global-asia .name{color:#fff}
.section-content-global .global-list .global-korea{width:117px;height:117px;top:136px;left:281px}
.section-content-global .global-list .global-korea .bg{background-color:#d1d1d1}
.section-content-global .global-list .global-korea .count{display:block;color:#665852}
.section-content-global .global-list .global-korea .name{color:#333130}
.section-content-global .global-list .global-oceania{width:93px;height:93px;top:345px;left:342px}
.section-content-global .global-list .global-oceania .bg{background-color:#540902}
.section-content-global .global-list .global-oceania .count{display:block;color:#fff}
.section-content-global .global-list .global-oceania .name{color:#fff}
.section-content-global .global-list .global-america{width:107px;height:107px;top:136px;left:579px}
.section-content-global .global-list .global-america .bg{background-color:#e1e8e6}
.section-content-global .global-list .global-america .count{display:block;color:#665852}
.section-content-global .global-list .global-america .name{color:#333130}
/*! R&D - R&D 현황 */
.section-content.research01-ty02{width:800px;margin:53px auto 80px}
.section-content.research01-ty02 .sub-title{margin-top:80px}
.section-content.research01-ty02 .sub-title:first-child{margin-top:0}
.section-content.research01-ty02 .sub-title.ty02{margin-top:80px}
.section-content.research01-ty02 .research-area01{position:relative;padding-top:13px;width:816px;margin-left:-16px}
/* s:20220425 상자 늘리기-tablet */
.section-content.research01-ty02 .research-area01 .cont-box{float:left;width:188px;height:350px;margin:16px 0 0 16px;-webkit-box-sizing:border-box;box-sizing:border-box;padding:38px 20px 0 20px;border:1px solid #999290; border-radius: 20px;}
/* e:20220425 상자 늘리기-tablet */
html.lang-de .section-content.research01-ty02 .research-area01 .cont-box,html.lang-en .section-content.research01-ty02 .research-area01 .cont-box,html.lang-pl .section-content.research01-ty02 .research-area01 .cont-box{height:370px}
.section-content.research01-ty02 .research-area01 .cont-box .tit{color:#333130;font-size:18px;font-family:"LGSmHaTSB"}
html.lang-de .section-content.research01-ty02 .research-area01 .cont-box .tit,html.lang-en .section-content.research01-ty02 .research-area01 .cont-box .tit,html.lang-pl .section-content.research01-ty02 .research-area01 .cont-box .tit{font-size:22px;font-family:"LGSmHaTSB"}
.section-content.research01-ty02 .research-area01 .cont-box .txt-area{margin-top:18px}
.section-content.research01-ty02 .research-area01 .cont-box .txt-area li{color:#4c4948;font-size:14px;font-family:"LGSmHaTR";line-height:1.6;padding-left:10px;background:url("../../images/common/default/bu_circle.png") no-repeat 0 9px;background-size:4px}
/* s:20220425 연구조직 리스트-tablet */
.section-content.research01-ty02 .research-area01 .cont-box .txt-area .detail-list li{background: none; padding-left: 0px; font-size: 14px;}
.section-content.research01-ty02 .research-area01 .cont-box .txt-area .detail-list li::before{content: "-";}
/* e:20220425 연구조직 리스트-tablet */
.section-content.research01-ty02 .research-area01 .cont-box .txt-area .sm-area{display:inline-block;width:310px}
.section-content.research01-ty02 .research-area01 .cont-box .txt-area .sm-tit{display:inline-block;width:100px;padding-left:50px}
.section-content.research01-ty02 .research-area01 .cont-box .txt-area .sm-tit .dash{display:inline-block;padding-right:2px;color:#333130}
.section-content.research01-ty02 .tit-detail{padding-top:21px;color:#333130;font-size:14px;font-family:"LGSmHaTR"}
.section-content.research01-ty02 img.pc{display:block}
.section-content.research01-ty02 img.mob{display:none}
.section-content.research01-ty02 .research-area02{position:relative;padding-top:49px}
.section-content.research01-ty02 .research-area02 .cont-box{float:left;margin-left:56px}
.section-content.research01-ty02 .research-area02 .cont-box:first-child{margin-left:0}
.section-content.research01-ty02 .research-area02 .tit{color:#333130;font-size:18px;font-family:"LGSmHaTSB"}
.section-content.research01-ty02 .research-area02 .unit{margin-top:37px;text-align:right;color:#333130;font-size:14px;font-family:"LGSmHaTR"}
.section-content.research01-ty02 .research-area02 .graph{margin-top:12px;width:372px;height:224px}
.section-content.research01-ty02 .research-area03{position:relative;padding-top:23px}
.section-content.research01-ty02 .research-area03 .cont-box{float:left;width:256px;height:236px;margin-right:24px;-webkit-box-sizing:border-box;box-sizing:border-box;padding:23px 26px 0;background: fff;border-radius: 16px;border:1px solid #ddd}

html.lang-en .section-content.research01-ty02 .research-area03 .cont-box{height:265px}
html.lang-pl .section-content.research01-ty02 .research-area03 .cont-box{height:305px}
html.lang-de .section-content.research01-ty02 .research-area03 .cont-box{height:305px}
.section-content.research01-ty02 .research-area03 .cont-box .tit{width:100%;padding-bottom:26px;text-align:center;border-bottom:1px solid #d0c9c2;color:#333130;font-size:16px;font-family:"LGSmHaTSB"}
  .section-content.research01-ty02 .research-area03 .cont-box .txt-area{padding-top:25px;line-height:1.6;color:#333130;font-size:14px;font-family:"LGSmHaTR";word-break:keep-all}

html.lang-de .section-content.research01-ty02 .research-area03 .cont-box .txt-area,html.lang-ja .section-content.research01-ty02 .research-area03 .cont-box .txt-area,html.lang-pl .section-content.research01-ty02 .research-area03 .cont-box .txt-area,html.lang-zh .section-content.research01-ty02 .research-area03 .cont-box .txt-area{word-break:break-all}
.section-content.research01-ty02 .research-area03 .cont-box:last-child{margin:0;background:#e8e1d7}
.section-content.research01-ty02 .research-area04{padding-top:52px;margin-bottom:-4px}
.section-content.research01-ty02 .research-area04 .tit{padding-bottom:18px;border-bottom:1px solid #a19896;color:#333130;font-size:18px;font-family:"LGSmHaTSB"}
.section-content.research01-ty02 .research-area04 .program-list{position:relative;padding-top:28px}
.section-content.research01-ty02 .research-area04 .program-list .section-aside-btn{position:absolute;top:29px;right:0;text-align:center;background:#333130;z-index:5}
.section-content.research01-ty02 .research-area04 .program-list .section-aside-btn a{color:#fff;display:block;font-family:"LGSmHaTSB";font-size:12px;line-height:1.6;width:93px;height:56px;padding-top:37px;-webkit-transition:.3s all;-o-transition:.3s all;transition:.3s all}
.section-content.research01-ty02 .research-area04 .program-list .section-aside-btn a .txt{display:block}
.section-content.research01-ty02 .research-area04 .program-list .section-aside-btn a:focus,.section-content.research01-ty02 .research-area04 .program-list .section-aside-btn a:hover{background:#a40034}
.section-content.research01-ty02 .research-area04 .tit + .program-list{padding-bottom:34px;border-bottom:1px dashed #e0e0e0}
.section-content.research01-ty02 .research-area04 .la-tit{color:#333130;font-size:14px;font-family:"LGSmHaTSB"}
.section-content.research01-ty02 .research-area04 .txt-area{width:650px;padding-top:20px;color:#333130;font-size:14px;font-family:"LGSmHaTR";line-height:1.6;word-break:keep-all}
html.lang-de .section-content.research01-ty02 .research-area04 .txt-area,html.lang-en .section-content.research01-ty02 .research-area04 .txt-area,html.lang-ja .section-content.research01-ty02 .research-area04 .txt-area,html.lang-pl .section-content.research01-ty02 .research-area04 .txt-area,html.lang-zh .section-content.research01-ty02 .research-area04 .txt-area{word-break:break-word;word-wrap:break-word}

.section-content.research01-ty02 .research-area03 .cont-box:nth-of-type(1){width:388px;}
.section-content.research01-ty02 .research-area03 .cont-box:nth-of-type(2){margin-right: 0; width:388px;}
.section-content.research01-ty02 .research-area03 .cont-box:nth-of-type(3){margin-right: 0; margin-top: 20px; padding: 40px; width:100%; border: 0; text-align: center;background: url(../../images/common/company/bg_inno_pc.png) no-repeat 50% 50%;background-size: cover;}
.section-content.research01-ty02 .research-area03 .cont-box:nth-of-type(3) .tit{padding-bottom: 20px; border: 0;}
.section-content.research01-ty02 .research-area03 .cont-box:nth-of-type(3) .txt-area{padding-top: 0; margin: 0 auto; width:500px; text-align: center;}
.section-content.research01-ty02 .research-area03 .cont-box:nth-of-type(3) .btn-detail{display: block; margin: 20px auto 0; padding: 0 30px; width: 207px; height:46px; line-height: 44px; border-radius: 23px;border: 1px solid #444; color: #222; text-align: left;font-family: "LGSmHaTR";font-size: 16px; letter-spacing: -0.5px; box-sizing: border-box; background: transparent url(../../images/common/company/ico-arrow-detail.svg) no-repeat 100% 50% / 30px 7px; background-position-x: calc(100% - 30px);}

.research01-ty03{/*width:calc(100% - 120px)*/width:100%;height:450px;margin-top:92px;padding-top:13px;background:#fff}
.research01-ty03 .section-inner{position:relative;width:800px;margin:0 auto}
.research01-ty03 .sub-title{margin-top:-35px}
.research01-ty03 .symbol{position:relative;display:inline-block;margin:50px 23px 0 0}
.research01-ty03 .symbol .ico{position:absolute;left:0;top:-4px;display:inline-block;width:20px;height:20px;vertical-align:middle}
.research01-ty03 .symbol .ico.t01{background-image:url(../../images/common/company/img_rnd_graph03_t01.png)}
.research01-ty03 .symbol .ico.t02{background-image:url(../../images/common/company/img_rnd_graph03_t02.png)}
.research01-ty03 .symbol .txt{display:inline-block;margin-left:30px;color:#333130;font-size:12px;font-family:"LGSmHaTR"}
.research01-ty03 .unit{position:absolute;top:139px;right:0;color:#333130;font-size:12px;font-family:"LGSmHaTR"}
.research01-ty03 .tit-detail{padding-top:36px;color:#333130;font-size:14px;font-family:"LGSmHaTR"}
.research01-ty03 img.pc{display:block}
.research01-ty03 img.mob{display:none}
.research01-ty03 .graph{margin-top:69px;width:100%}
/*! R&D - R&D 분야 */
.section-content.research02-ty02{width:800px;margin:53px auto 80px}
.section-content.research02-ty02 .sub-title{margin-top:80px}
.section-content.research02-ty02 .sub-title:first-child{margin-top:0}
.section-content.research02-ty02 .photo-img.pc-img{display:block}
.section-content.research02-ty02 .photo-img.mo-img{display:none}
.section-content.research02-ty02 .change-area{position:relative;margin-top:37px}
.section-content.research02-ty02 .change-area .photo-img{width:280px;height:187px;margin-top:40px;z-index:1}
.section-content.research02-ty02 .change-area .pho-left{position:absolute;padding-right:40px}
.section-content.research02-ty02 .change-area .pho-right{float:right}
.section-content.research02-ty02 .change-area .ch-ty01{margin-left:146px;padding-left:174px;padding-bottom:33px;background:#edeef3}
.section-content.research02-ty02 .change-area .ch-ty02 .change-box,.section-content.research02-ty02 .change-area .ch-ty02 p{padding-left:40px}
.section-content.research02-ty02 .change-area p{margin-top:44px;color:#333130;font-family:"LGSmHaTSB";font-size:18px;z-index:2}
.section-content.research02-ty02 .change-area .change-box{padding-right:40px}
.section-content.research02-ty02 .change-area .detail{color:#4d4948;font-size:14px;font-family:"LGSmHaTR";padding-top:37px;line-height:1.6}
html.lang-en .section-content.research02-ty02 .change-area .detail{word-break:break-word;word-wrap:break-word}
html.lang-de .section-content.research02-ty02 .change-area .detail,html.lang-ja .section-content.research02-ty02 .change-area .detail,html.lang-pl .section-content.research02-ty02 .change-area .detail,html.lang-zh .section-content.research02-ty02 .change-area .detail{word-break:break-all}
.section-content.research02-ty02 .change-area .ttl{color:#333130;font-size:18px;font-family:"LGSmHaTSB";padding-top:24px}
.section-content.research02-ty02 .change-area .txt01{padding-top:13px}
.section-content.research02-ty02 .change-area li{color:#4d4948;font-size:14px;font-family:"LGSmHaTR";line-height:1.6;padding-left:10px;letter-spacing:-1px;background:url("../../images/common/default/bu_circle.png") no-repeat 0 9px;background-size:4px}
.section-content.research02-ty02 .change-area li .title{display:inline-block;width:85px;vertical-align:top;font-family:"LGSmHaTSB";color:#333130}
html.lang-en .section-content.research02-ty02 .change-area li .title{word-break:break-word;word-wrap:break-word}
html.lang-de .section-content.research02-ty02 .change-area li .title,html.lang-ja .section-content.research02-ty02 .change-area li .title,html.lang-pl .section-content.research02-ty02 .change-area li .title,html.lang-zh .section-content.research02-ty02 .change-area li .title{word-break:break-all}
.section-content.research02-ty02 .change-area li .explan{display:inline-block;width:320px}
html.lang-en .section-content.research02-ty02 .change-area li .explan{word-break:break-word;word-wrap:break-word}
html.lang-de .section-content.research02-ty02 .change-area li .explan,html.lang-ja .section-content.research02-ty02 .change-area li .explan,html.lang-pl .section-content.research02-ty02 .change-area li .explan,html.lang-zh .section-content.research02-ty02 .change-area li .explan{word-break:break-all}
.section-content.research02-ty02 .change-area li .explan-last{display:block;padding-left:136px;font-size:12px}
.section-content.research02-ty02 .change-area.list02 .change-box,.section-content.research02-ty02 .change-area.list03 .change-box,.section-content.research02-ty02 .change-area.list04 .change-box{margin-top:0}
.section-content.research02-ty02 .change-area.list02 .txt01 .title,.section-content.research02-ty02 .change-area.list03 .txt01 .title,.section-content.research02-ty02 .change-area.list04 .txt01 .title{width:133px}
.section-content.research02-ty02 .change-area.list02 .txt01 .explan,.section-content.research02-ty02 .change-area.list03 .txt01 .explan,.section-content.research02-ty02 .change-area.list04 .txt01 .explan{width:270px}
.section-content.research02-ty02 .change-area.list02 .ch-ty01{background:#fafafa}
.section-content.research02-ty02 .change-area.list03 .ch-ty01{background:#e8e1d7;padding-bottom:45px}
.section-content.research02-ty02 .change-area.list04 .ch-ty01{padding-bottom:45px}
.section-content.research02-ty02 .change-area.list04 .section-aside-btn{position:absolute;top:160px;left:188px;text-align:center;background:#333130;z-index:5;-webkit-transition:.3s all;-o-transition:.3s all;transition:.3s all}
.section-content.research02-ty02 .change-area.list04 .section-aside-btn a{color:#fff;display:block;font-family:"LGSmHaTSB";font-size:14px;line-height:1.6;width:93px;height:63px;padding-top:30px;-webkit-transition:.3s all;-o-transition:.3s all;transition:.3s all}
.section-content.research02-ty02 .change-area.list04 .section-aside-btn a .txt{display:block}
.section-content.research02-ty02 .change-area.list04 .section-aside-btn a:focus,.section-content.research02-ty02 .change-area.list04 .section-aside-btn a:hover{background:#a40034}
.section-content.research02-ty02 .sub-title + .oil-area{margin-top:36px;padding:0;border:none}
.section-content.research02-ty02 .sub-title + .oil-area .img-area{top:27px}
.section-content.research02-ty02 .oil-area{position:relative;width:800px;margin-top:55px;padding-top:55px;border-top:1px dashed #e0e0e0}
.section-content.research02-ty02 .oil-area .img-area{position:absolute;top:81px;left:27px;width:280px;height:187px}
.section-content.research02-ty02 .oil-area .img-area.bg01{background:#edeef3}
.section-content.research02-ty02 .oil-area .img-area.bg02{background:#fafafa}
.section-content.research02-ty02 .oil-area .img-area .photo-img{position:absolute;top:-27px;left:-27px;width:280px;height:187px}
.section-content.research02-ty02 .oil-area .img-area-right{position:absolute;top:81px;right:27px;width:280px;height:187px}
.section-content.research02-ty02 .oil-area .img-area-right.bg03{background:#e8e1d7}
.section-content.research02-ty02 .oil-area .img-area-right .photo-img{position:absolute;top:-27px;right:-27px;width:280px;height:187px}
.section-content.research02-ty02 .oil-area .ch-ty01{width:425px;margin:27px 0 0 375px}
.section-content.research02-ty02 .oil-area .ch-ty02{width:425px;margin:27px 375px 0 0}
.section-content.research02-ty02 .oil-area .detail{color:#4d4948;font-size:14px;font-family:"LGSmHaTR";line-height:1.6}
html.lang-en .section-content.research02-ty02 .oil-area .detail{word-break:break-word;word-wrap:break-word}
html.lang-de .section-content.research02-ty02 .oil-area .detail,html.lang-ja .section-content.research02-ty02 .oil-area .detail,html.lang-pl .section-content.research02-ty02 .oil-area .detail,html.lang-zh .section-content.research02-ty02 .oil-area .detail{word-break:break-all}
.section-content.research02-ty02 .oil-area .ttl{color:#333130;font-size:18px;font-family:"LGSmHaTSB";padding-top:24px}
.section-content.research02-ty02 .oil-area .txt01{float:left;min-height:44px;padding-top:13px}
.section-content.research02-ty02 .oil-area li{color:#4d4948;font-size:14px;font-family:"LGSmHaTR";line-height:1.6;padding-left:10px;letter-spacing:-1px;background:url("../../images/common/default/bu_circle.png") no-repeat 0 9px;background-size:4px}
.section-content.research02-ty02 .oil-area li .title{display:inline-block;vertical-align:top;width:135px;font-family:"LGSmHaTSB";color:#333130}
html.lang-en .section-content.research02-ty02 .oil-area li .title{word-break:break-word;word-wrap:break-word;width:150px}
html.lang-de .section-content.research02-ty02 .oil-area li .title,html.lang-ja .section-content.research02-ty02 .oil-area li .title,html.lang-pl .section-content.research02-ty02 .oil-area li .title,html.lang-zh .section-content.research02-ty02 .oil-area li .title{word-break:break-all}
.section-content.research02-ty02 .oil-area li .explan{display:inline-block;width:270px}
html.lang-en .section-content.research02-ty02 .oil-area li .explan{word-break:break-word;word-wrap:break-word;width:260px}
html.lang-de .section-content.research02-ty02 .oil-area li .explan,html.lang-ja .section-content.research02-ty02 .oil-area li .explan,html.lang-pl .section-content.research02-ty02 .oil-area li .explan,html.lang-zh .section-content.research02-ty02 .oil-area li .explan{word-break:break-all}
/*! R&D - R&D 실적 */
.section-content.research03{margin-top:0;width:100%;background:#f2ebe4;padding-bottom:52px; padding-top: 52px;}
.section-content.research03 .tit{/*margin-top:-5px;*/color:#333130;font-size:14px;font-family:"LGSmHaTSB";line-height:1.6;word-break:keep-all}
.section-content.research03 .tit-txt{margin-top:11px;color:#4c4948;font-size:14px;font-family:"LGSmHaTR";line-height:1.6;word-break:keep-all}
.section-content.research03-ty02{width:800px;margin:0 auto 80px}
.section-content.research03-ty02 .change-area{overflow:hidden;margin-top:54px}
.section-content.research03-ty02 .change-area .photo-img{width:280px;height:187px;z-index:1}
.section-content.research03-ty02 .change-area .photo-img.pc-img{display:block}
.section-content.research03-ty02 .change-area .photo-img.mo-img{display:none}
.section-content.research03-ty02 .change-area .pho-left{position:absolute;padding-right:40px}
.section-content.research03-ty02 .change-area .pho-right{float:right}
.section-content.research03-ty02 .change-area .ch-ty01{min-height:147px;margin-top:36px;margin-left:145px;padding-left:175px;padding-bottom:40px;background:#edeef3}
.section-content.research03-ty02 .change-area .ch-ty02{min-height:147px;margin-top:36px;margin-right:145px;padding-right:175px;padding-bottom:40px;background:#fafafa}
.section-content.research03-ty02 .change-area .ch-ty02 .change-box,.section-content.research03-ty02 .change-area .ch-ty02 p{padding-left:40px}
.section-content.research03-ty02 .change-area p{color:#333130;font-family:"LGSmHaTSB";font-size:18px;z-index:2;position:relative;top:-9px}
.section-content.research03-ty02 .change-area .change-box{width:655px;margin-top:-20px}
.section-content.research03-ty02 .change-area .change-box .ttl{color:#4d4948;font-size:14px;font-family:"LGSmHaTSB";padding-top:32px}
html.lang-en .section-content.research03-ty02 .change-area .change-box .ttl{word-break:break-word;word-wrap:break-word}
html.lang-de .section-content.research03-ty02 .change-area .change-box .ttl,html.lang-ja .section-content.research03-ty02 .change-area .change-box .ttl,html.lang-pl .section-content.research03-ty02 .change-area .change-box .ttl,html.lang-zh .section-content.research03-ty02 .change-area .change-box .ttl{word-break:break-all}
.section-content.research03-ty02 .change-area .change-box .txt01{width:440px;padding-top:6px}
.section-content.research03-ty02 .change-area .change-box li{color:#4d4948;font-size:14px;font-family:"LGSmHaTR";line-height:1.6;padding-left:10px;letter-spacing:-1px;background:url("../../images/common/default/bu_circle.png") no-repeat 0 9px;background-size:4px}
html.lang-en .section-content.research03-ty02 .change-area .change-box li{word-break:break-word;word-wrap:break-word}
html.lang-de .section-content.research03-ty02 .change-area .change-box li,html.lang-ja .section-content.research03-ty02 .change-area .change-box li,html.lang-pl .section-content.research03-ty02 .change-area .change-box li,html.lang-zh .section-content.research03-ty02 .change-area .change-box li{word-break:break-all}
.section-content.research03-ty02 .change-area .change-box li span{display:block}
.section-content.research03-ty02 .change-area.list03 .ch-ty01{background:#e8e1d7}
.section-content.research03-ty02 .change-area.list06 .ch-ty02{background:#e8e1d7}
.section-content.research03-ty02 .change-area.list09 .ch-ty01{background:#e8e1d7}
/*! 홍보센터 - 뉴스룸 - 상세 */
.section-content.release-detail{margin-top:-324px}
.section-content.release-detail .aside-list-info{float:left;width:146px;padding:80px 40px 0 0}
.section-content.release-detail .aside-list-info .tit{margin:7px 0 2px;font-size:14px;font-family:"LGSmHaTR";color:#665852}
.section-content.release-detail .aside-list-info .txt{font-size:14px;font-family:"LGSmHaTSB";color:#333130;line-height:1.6}
.section-content.release-detail .aside-list-info a{display:inline-block;width:146px}
.section-content.release-detail .next-area .tit,.section-content.release-detail .prev-area .tit{display:block;max-width:132px}
.section-content.release-detail .next-area .txt,.section-content.release-detail .prev-area .txt{display:inline-block;max-width:132px;word-break:break-all}
.section-content.release-detail .next-area,.section-content.release-detail .prev-area{margin-bottom:33px}
.section-content.release-detail .next-area .aside-img,.section-content.release-detail .prev-area .aside-img{position:relative;display:inline-block;width:100%;height:93px}
.section-content.release-detail .next-area .aside-img .txt-area,.section-content.release-detail .prev-area .aside-img .txt-area{position:absolute;left:0;bottom:0;width:100%;height:26px}
.section-content.release-detail .next-area .aside-img .dimmed,.section-content.release-detail .prev-area .aside-img .dimmed{display:inline-block;position:absolute;z-index:0;left:0;bottom:0;width:100%;height:100%;background:#000;opacity:.5}
.section-content.release-detail .next-area .aside-img img,.section-content.release-detail .prev-area .aside-img img{width:146px;height:93px}
.section-content.release-detail .next-area .aside-img .ico,.section-content.release-detail .prev-area .aside-img .ico{position:absolute;display:inline-block;width:19px;height:8px;top:9px;left:12px;background:url("../../images/common/company/ico_release_thumb_prev_t.png") no-repeat 0 0}
.section-content.release-detail .next-area .aside-img .txt,.section-content.release-detail .prev-area .aside-img .txt{position:relative;right:12px;display:block;max-width:none;margin-top:6px;text-align:right;font-family:"LGSmHaTR";color:#fff;z-index:1;line-height:1}
.section-content.release-detail .next-area .aside-img .ico{left:auto;right:20px;background-image:url("../../images/common/company/ico_release_thumb_next_t.png")}
.section-content.release-detail .next-area .aside-img .txt{text-align:left;right:auto;left:19px}
.section-content.release-detail .aside-content{position:relative;z-index:1;float:right;width:574px;padding-left:39px;margin-bottom:80px;border-left:1px solid #e0e0e0}
.section-content.release-detail .aside-content .breadcrumb{font-size:0}
.section-content.release-detail .aside-content .breadcrumb .date,.section-content.release-detail .aside-content .breadcrumb .txt{font-size:14px;font-family:"LGSmHaTR";color:#665852}
.section-content.release-detail .aside-content .breadcrumb .ico{display:inline-block;content:'';width:1px;height:11px;margin:0 20px;background:#a19896;vertical-align:super}
.section-content.release-detail .aside-content .sub-tit .txt{display:block;font-size:26px;font-family:"LGSmHaTSB";color:#333130;line-height:1.37}
.section-content.release-detail .aside-content .sub-tit .txt:first-child{margin-top:13px}
.section-content.release-detail .aside-content .swiper-release-detail{margin-top:32px}
.section-content.release-detail .aside-content .swiper-release-detail .swiper-slide img{width:100%}
.section-content.release-detail .aside-content .swiper-release-detail .swiper-pagination-area{position:absolute;bottom:0;right:0;z-index:1;width:128px;height:42px;background:#fff}
.section-content.release-detail .aside-content .swiper-release-detail .swiper-pagination-area .swiper-button-next,.section-content.release-detail .aside-content .swiper-release-detail .swiper-pagination-area .swiper-button-prev{width:9px;height:15px;top:auto;left:auto;margin-top:0;padding:14px 17px;background:url("../../images/common/company/ico_prev_9x15.png") no-repeat 17px 14px}
.section-content.release-detail .aside-content .swiper-release-detail .swiper-pagination-area .swiper-button-next{right:0;background-image:url("../../images/common/company/ico_next_9x15.png")}
.section-content.release-detail .aside-content .swiper-release-detail .swiper-pagination-area .swiper-pagination{width:100%;top:13px;left:0;text-align:center;font-size:14px;color:#7a716b}
.section-content.release-detail .aside-content .swiper-release-detail .swiper-pagination-area .swiper-pagination .swiper-pagination-current,.section-content.release-detail .aside-content .swiper-release-detail .swiper-pagination-area .swiper-pagination .swiper-pagination-total{margin-right:4px;font-size:14px;font-family:"LGSmHaTSB";color:#393736}
.section-content.release-detail .aside-content .swiper-release-detail .swiper-pagination-area .swiper-pagination .swiper-pagination-total{margin-left:4px;margin-right:0;color:#7a716b}
.section-content.release-detail .aside-content .text-info{padding-top:50px;min-height:150px}
.section-content.release-detail .aside-content .text-info img{width:100%}
.section-content.release-detail .aside-content .text-info strong{font-weight:bold}
.section-content.release-detail .aside-content .text-info em{font-style:italic}
.section-content.release-detail .aside-content .text-info .txt{margin-bottom:34px;font-size:14px;font-family:"LGSmHaTR";color:#4d4948;line-height:1.6}
.section-content.release-detail .aside-content .hashtag-info{margin-top:20px;padding:26px 0 40px;border-top:1px solid #e0e0e0}
.section-content.release-detail .aside-content .hashtag-info .hashtag-list li{float:left;margin-right:6px}
.section-content.release-detail .aside-content .hashtag-info .hashtag-list li:last-child{margin-right:0}
.section-content.release-detail .aside-content .hashtag-info .hashtag-list li .item{display:inline-block;padding:6px 12px;border:1px solid #9d9391;border-radius:15px}
.section-content.release-detail .aside-content .hashtag-info .hashtag-list li .item .txt{font-size:12px;font-family:"LGSmHaTR";color:#665852}
.section-content.release-detail .aside-content .hashtag-info .hashtag-list li .item:focus,.section-content.release-detail .aside-content .hashtag-info .hashtag-list li .item:hover{border:1px solid #4d4948;background:#4d4948}
.section-content.release-detail .aside-content .hashtag-info .hashtag-list li .item:focus .txt,.section-content.release-detail .aside-content .hashtag-info .hashtag-list li .item:hover .txt{color:#fff}
/*! 뉴스룸 - 연구과제 공모 제안서 접수 팝업 */
.press_release_pop{width:574px;left:50%;margin-left:-287px;max-height:600px;overflow:hidden;overflow-y:auto}
.press_release_pop .popup-title02{position:relative;margin-top:-6px;padding:3px 0 10px 26px;font-size:18px}
.press_release_pop .popup-title02 .pop-info{position:absolute;right:26px;font-size:12px;font-family:"LGSmHaTR"}
.press_release_pop .popup-title02 .pop-info .ico{display:inline-block;width:5px;height:5px;background:url("../../images/common/default/bu_star02.gif") no-repeat 0 0;background-size:cover}
.press_release_pop .essential{color:#a50034;padding-left:3px}
.press_release_pop .recruit-area{padding:37px 40px 35px}
.press_release_pop .recruit-form{margin-top:21px}
.press_release_pop .recruit-form .tit01{display:block;color:#333130;font-size:14px;font-family:"LGSmHaTSB";line-height:1.6}
.press_release_pop .recruit-form .email .at{color:#333130;font-size:14px;font-family:"LGSmHaTSB"}
.press_release_pop .recruit-form .email input{display:inline-block;width:210px}
.press_release_pop .recruit-form.mt0{margin-top:0}
.press_release_pop .div01{float:left;width:calc(50% - 5px);margin-right:5px}
.press_release_pop .div01 .support-form{margin-right:0}
.press_release_pop .div02{float:left;width:calc(50% - 5px);margin-left:5px}
.press_release_pop .div02 .support-form{margin-left:0}
.press_release_pop .select-form{float:left;margin-top:18px;text-align:center;padding:20px 0}
.press_release_pop .select-form .input-radio{margin-right:20px}
.press_release_pop .select-form .input-radio:last-child{margin-right:0}
.press_release_pop .select-form01.type01{float:left;width:100%;margin:5px 5px -3px 0}
.press_release_pop .select-form01.type02{float:left;width:calc(50% - 5px);margin-right:5px;margin-bottom:-3px}
.press_release_pop .select-form01.type03{width:calc(50% - 5px);margin-left:5px}
.press_release_pop .sel{margin-bottom:6px}
.press_release_pop .recruit-form .div02 .recruit-form{margin-top:-28px}
.press_release_pop .recruit-agree{margin-top:23px}
.press_release_pop .recruit-agree .tit01{display:block;color:#333130;font-size:14px;font-family:"LGSmHaTSB";line-height:1.6}
.press_release_pop .recruit-agree:first-child{margin:0}
.press_release_pop .swiper-container.swiper-scroll{width:100%;height:117px;margin-top:8px;background:#fff}
.press_release_pop .swiper-container.swiper-scroll .swiper-scrollbar{right:0}
.press_release_pop .support-agreement{margin:0;background:#fff;padding:25px 25px 0;-webkit-box-sizing:border-box;box-sizing:border-box}
.press_release_pop .support-agreement .tit01{font-size:14px;font-family:"LGSmHaTSB";color:#333130;margin-bottom:20px}
.press_release_pop .support-agreement .tit02{font-size:14px;font-family:"LGSmHaTR";color:#4d4948;margin-bottom:20px;word-break:keep-all;line-height:1.4}
.press_release_pop .support-agreement .txt01{font-size:14px;font-family:"LGSmHaTR";color:#4d4948;margin-top:10px;margin-left:15px}
.press_release_pop .agreement-check{margin-top:25px}
.press_release_pop .btn-area{width:100%;margin-top:12px}
.press_release_pop .btn-area a.bttn{display:inline-block;min-width:156px;margin-left:12px}
.press_release_pop .btn-area .filebox{width:214px;display:inline-block}
.press_release_pop .btn-area .filebox label{display:inline-block;width:100%;height:37px;line-height:37px;color:#fff;font-size:14px;font-family:"LGSmHaTSB";-webkit-box-sizing:border-box;box-sizing:border-box;text-align:center;background-color:#333130;cursor:pointer;vertical-align:middle}
.press_release_pop .btn-area .filebox input{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);border:0;z-index:10}
/*! 광고 - 인쇄광고 */
.section-content.advertising-media .left-cont{float:left;width:373px;padding:0 99px 389px 0;-webkit-box-sizing:border-box;box-sizing:border-box}
.section-content.advertising-media .img-info{width:320px;margin-top:25px}
.section-content.advertising-media .img-info img{width:100%;border:1px solid #e0e0e0}
.section-content.advertising-media .right-cont{position:relative;float:left;width:385px;padding-left:42px;min-height:900px}
.section-content.advertising-media .right-cont::before{position:absolute;top:0;left:0;content:'';display:block;width:1px;height:calc(100% - 40px);background:#e0e0e0}
.section-content.advertising-media .thumb-list li{position:relative;float:left;width:172px;height:295px}
.section-content.advertising-media .thumb-list li .item{position:absolute;top:0;left:0;padding:0;display:inline-block;width:100%;height:214px;border:1px solid #e0e0e0;-webkit-box-sizing:border-box;box-sizing:border-box;overflow:hidden}
.section-content.advertising-media .thumb-list li .item.on{border:2px solid #a50034}
.section-content.advertising-media .thumb-list li img{height:100%}
.section-content.advertising-media .thumb-list li:nth-child(even){margin-left:41px}
.section-content.advertising-media .thumb-list li:nth-child(even) .item{top:auto;bottom:0}
.adver-pop{display:none}
/*! 광고 - 홍보영상 */
.section-content.advertising-movie .left-cont{float:left;padding-right:41px}
.section-content.advertising-movie .img-info{position:relative;width:332px;margin-top:21px}
.section-content.advertising-movie .img-info img{width:100%;height:185px;border:1px solid #e0e0e0}
.section-content.advertising-movie .img-info .ico{position:absolute;left:13px;bottom:14px;width:37px;height:37px;background:url("../../images/common/company/ico_movie55x55.png") no-repeat 0 0;background-size:cover}
.section-content.advertising-movie .right-cont{position:relative;float:right;width:385px;padding:0 0 42px 42px}
.section-content.advertising-movie .right-cont::before{position:absolute;top:0;left:0;content:'';display:block;width:1px;height:calc(100% - 40px);background:#e0e0e0}
.section-content.advertising-movie .thumb-list li{position:relative;float:left;width:172px;height:203px}
.section-content.advertising-movie .thumb-list li .item{position:absolute;top:0;left:0;padding:0;display:inline-block;width:100%;-webkit-box-sizing:border-box;box-sizing:border-box}
.section-content.advertising-movie .thumb-list li .item .tit{display:inline-block;margin-top:11px;font-size:14px;font-family:"LGSmHaTSB";color:#4d4948}
.section-content.advertising-movie .thumb-list li .item .ico{position:absolute;top:70px;left:6px;width:20px;height:20px;background:url("../../images/common/company/ico_movie31x31.png") no-repeat 0 0;background-size:cover}
.section-content.advertising-movie .thumb-list li .item.on img,.section-content.advertising-movie .thumb-list li .item:focus img{border:2px solid #a50034;width:172px;height:96px;-webkit-box-sizing:border-box;box-sizing:border-box}
.section-content.advertising-movie .thumb-list li img{width:172px;height:96px;border:1px solid #e0e0e0;-webkit-box-sizing:border-box;box-sizing:border-box}
.section-content.advertising-movie .thumb-list li:nth-child(even){margin-left:41px}
.section-content.advertising-movie .thumb-list li:nth-child(even) .item{top:auto;bottom:0}
.section-content.advertising-movie .sub-title{width:334px}
/*! 주식정보 - 주가정보 */
.section-content.stock02-01 .tab-menu-type01,.section-content.stock02-02 .tab-menu-type01{margin-bottom:80px}
.section-content.stock02-01 .stock-info iframe,.section-content.stock02-02 .stock-info iframe{width:100%;height:1270px}
/*! 공시정보 - 전자공고 */
.section-content.disclosure-info01{margin-top:54px;margin-bottom:71px}
.section-content.disclosure-info01 .table-disclosure-info01-01 colgroup .col01{width:134px}
.section-content.disclosure-info01 .table-disclosure-info01-01 colgroup .col02{width:auto}
.section-content.disclosure-info01 .table-disclosure-info01-01 colgroup .col03{width:134px}
.section-content.disclosure-info01 .table-disclosure-info01-01 .bttn .ico-download-white01{margin-left:18px}
.section-content.disclosure-info01 .paginav{margin-top:40px}
/*! IR자료실 - 감사보고서 - 연결 재무제표 */
.ir-report01 .txt-info01{font-size:14px;color:#4c4948;font-family:"LGSmHaTR";margin-top:25px;padding-left:10px;text-indent:-10px}
.ir-report01 .sub-title{margin-top:40px}
.ir-report01 .recent-data-list{width:100%;margin-top:25px;border:1px solid #e0e0e0}
.ir-report01 .recent-data-list li{background-color:#fff;border-bottom:1px solid #e0e0e0;position:relative;padding:0 40px}
.ir-report01 .recent-data-list li:last-child{border-bottom:0}
.ir-report01 .recent-data-list li .years{padding:25px 0 0 0;font-size:18px;font-family:"LGSmHaTB";color:#a50034}
.ir-report01 .recent-data-list li .years + .download-area{border-top:0}
.ir-report01 .recent-data-list .download-area{display:table;width:100%;border-top:1px solid #e0e0e0;padding:25px 0 25px 0}
.ir-report01 .recent-data-list .download-area .area01{display:table-cell;font-size:14px;font-family:"LGSmHaTSB";color:#333130;vertical-align:middle}
.ir-report01 .recent-data-list .download-area .area01 .input-radio{margin-left:40px}
.ir-report01 .recent-data-list .download-area .area01 .input-radio.right label{padding-left:20px}
.ir-report01 .recent-data-list .download-area .area02{display:table-cell;text-align:right;vertical-align:middle}
.ir-report01 .recent-data-list .download-area .area02 .selectbox{margin-right:7px;display:inline-block;width:140px;height:32px}
.ir-report01 .recent-data-list .download-area .area02 .selectbox select{height:32px;line-height:32px}
.ir-report01 .recent-data-list .download-area .area02 .select-design{margin-right:7px;display:inline-block;width:140px}
.ir-report01 .recent-data-list .download-area .area02 .select-design .btn-select{height:32px;line-height:32px}
.ir-report01 .recent-data-list .download-area .area02 .select-design .btn-select .ico{top:11px}
.ir-report01 .recent-data-list .download-area .area02 .select-design .select-list li{padding:0;text-align:left}
.ir-report01 .recent-data-list .download-area .area02 .select-design .select-list li .select-list-item{padding:12px 0 12px 0}
.ir-report01 .recent-data-list .download-area .area02 .bttn{vertical-align:top}
.ir-report01 .recent-data-list .download-area .area02 .bttn.type03{min-width:120px}
.ir-report01 .recent-data-list .download-area .area02 .bttn .txt01{left:0}
.ir-report01 .recent-data-list .download-area .area02 .bttn.style03:active,.ir-report01 .recent-data-list .download-area .area02 .bttn.style03:focus,.ir-report01 .recent-data-list .download-area .area02 .bttn.style03:hover{background-color:#a50034}
.ir-report01 .accordion-st-area{margin-bottom:80px;margin-top:25px}
.ir-report01 .accordion-st-area.space01{margin-bottom:25px}
.ir-report01 .accordion-st-area .accordion-st-list{border:1px solid #ccc}
.ir-report01 .accordion-st-area .accordion-st-list .title{background-color:#fafafa}
.ir-report01 .accordion-st-area .accordion-st-list .title .btn-spread{position:relative;width:100%;padding:28px 40px;text-align:initial}
.ir-report01 .accordion-st-area .accordion-st-list .title .icon{position:absolute;top:50%;right:47px;display:block;margin-top:-2px}
.ir-report01 .accordion-st-area .accordion-st-list .title .arrow-l,.ir-report01 .accordion-st-area .accordion-st-list .title .arrow-r{position:absolute;display:block;width:11px;height:2px;background-color:#333130;-webkit-transition:.2s all;-o-transition:.2s all;transition:.2s all}
.ir-report01 .accordion-st-area .accordion-st-list .title .arrow-l{right:0;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}
.ir-report01 .accordion-st-area .accordion-st-list .title .arrow-r{top:0;right:-7px;-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg)}
.ir-report01 .accordion-st-area .accordion-st-list .title .txt{font-size:16px;font-family:"LGSmHaTB";color:#333130}
.ir-report01 .accordion-st-area .accordion-st-list .item{border-bottom:1px solid #ccc}
.ir-report01 .accordion-st-area .accordion-st-list .item:last-child{border-bottom:0}
.ir-report01 .accordion-st-area .accordion-st-list .detail{display:none;background:#fff}
.ir-report01 .accordion-st-area .accordion-st-list .detail .download-area{display:table;width:100%;border-top:1px solid #e0e0e0;padding:25px 0 25px 0;margin:0 40px}
.ir-report01 .accordion-st-area .accordion-st-list .detail .download-area .area01{display:table-cell;font-size:14px;font-family:"LGSmHaTSB";color:#333130;vertical-align:middle}
.ir-report01 .accordion-st-area .accordion-st-list .detail .download-area .area01 .input-radio{margin-left:40px}
.ir-report01 .accordion-st-area .accordion-st-list .detail .download-area .area02{display:table-cell;text-align:right;vertical-align:middle}
.ir-report01 .accordion-st-area .accordion-st-list .detail .download-area .area02 .selectbox{margin-right:7px;display:inline-block;width:140px;height:32px}
.ir-report01 .accordion-st-area .accordion-st-list .detail .download-area .area02 .selectbox select{height:32px;line-height:32px}
.ir-report01 .accordion-st-area .accordion-st-list .detail .download-area .area02 .select-design{margin-right:7px;display:inline-block;width:140px}
.ir-report01 .accordion-st-area .accordion-st-list .detail .download-area .area02 .select-design .btn-select{height:32px;line-height:32px}
.ir-report01 .accordion-st-area .accordion-st-list .detail .download-area .area02 .select-design .btn-select .ico{top:11px}
.ir-report01 .accordion-st-area .accordion-st-list .detail .download-area .area02 .select-design .select-list li{padding:0;text-align:left}
.ir-report01 .accordion-st-area .accordion-st-list .detail .download-area .area02 .select-design .select-list li .select-list-item{padding:12px 0 12px 0}
.ir-report01 .accordion-st-area .accordion-st-list .detail .download-area .area02 .bttn{vertical-align:top}
.ir-report01 .accordion-st-area .accordion-st-list .detail .download-area .area02 .bttn.type03{min-width:120px}
.ir-report01 .accordion-st-area .accordion-st-list .detail .download-area .area02 .bttn .txt01{left:0}
.ir-report01 .accordion-st-area .accordion-st-list .detail .download-area .area02 .bttn.style03:active,.ir-report01 .accordion-st-area .accordion-st-list .detail .download-area .area02 .bttn.style03:focus,.ir-report01 .accordion-st-area .accordion-st-list .detail .download-area .area02 .bttn.style03:hover{background-color:#a50034}
.ir-report01 .accordion-st-area .accordion-st-list .detail .download-area:first-child{border-top:0;padding-top:0}
.ir-report01 .accordion-st-area .accordion-st-list .item.on .title{background:#fff}
.ir-report01 .accordion-st-area .accordion-st-list .item.on .title .btn-spread{padding:25px 40px 25px 40px}
.ir-report01 .accordion-st-area .accordion-st-list .item.on .title .txt{color:#a50034;font-size:18px}
.ir-report01 .accordion-st-area .accordion-st-list .item.on .title .icon{right:47px}
.ir-report01 .accordion-st-area .accordion-st-list .item.on .title .icon .arrow-l{-webkit-transform:rotate(135deg);-ms-transform:rotate(135deg);transform:rotate(135deg)}
.ir-report01 .accordion-st-area .accordion-st-list .item.on .title .icon .arrow-r{-webkit-transform:rotate(-135deg);-ms-transform:rotate(-135deg);transform:rotate(-135deg)}
/*! 정도경영 예외처리 */
.section-content.lg-way03 .accordion-st-list .item:last-child{border-bottom:0}
/*! IR 활동 */
.snb-type01.ir-do{padding-bottom:106px}
.section-content.ir-do{margin-top:80px}
.etc-area{max-width:800px;width:100%;margin:-67px auto 0}
.etc-area .date .year{float:left;padding:2px 25px 0 0;font-family:"LGSmHaTB";font-size:22px;line-height:1.6}
.etc-area .date .year::after{content:'';display:inline-block;width:1px;height:16px;margin-left:16px;background:#a19896}
.etc-area .date .tab-menu{float:left;padding-bottom:2px;margin:0}
.etc-area .date .tab-menu li{float:left;width:36px;height:36px;text-align:center}
.etc-area .date .tab-menu li.on .ir{background:#a50034;border:none;border-radius:50%}
.etc-area .date .tab-menu li.on .txt{font-family:"LGSmHaTSB";color:#fff;line-height:36px}
.etc-area .date .tab-menu .ir{display:inline-block;width:100%;height:100%;padding:0;vertical-align:top}
.etc-area .date .tab-menu .ir .txt{font-size:14px;font-family:"LGSmHaTSB";line-height:36px}
.etc-area .date .tab-menu li.active .txt{color:#333130}
.etc-area .date .tab-menu li.inactive .txt{color:#a19896;font-family:"LGSmHaTR"}
.ir-do .schedule-ty01{margin-top:23px}
.ir-do .schedule-ty01 .list{position:relative;padding:24px 0 20px 39px;border:1px solid #e0e0e0}
.ir-do .schedule-ty01 .btn{position:absolute;bottom:26px;right:50px}
.ir-do .schedule-ty01 .list + .list{border-top:none}
.ir-do .schedule-ty01 .schedule-ttl{width:700px;margin-bottom:12px;color:#333130;font-family:"LGSmHaTSB";font-size:18px;display:block;display:-webkit-box;-webkit-box-orient:vertical;position:relative;line-height:1.6!important;overflow:hidden;-o-text-overflow:ellipsis;text-overflow:ellipsis;height:1.6em;display:block!important;white-space:nowrap}
.ir-do .schedule-ty01 .schedule-ttl:after{content:'';text-align:right;bottom:0;right:0;width:25%;display:block;position:absolute;height:1.6em}
.ir-do .schedule-ty01 .schedule-ttl:after{display:none!important}
@supports (-webkit-line-clamp: 1){
.ir-do .schedule-ty01 .schedule-ttl:after{display:none!important}}
.ir-do .schedule-ty01 .sche-detail li{padding-left:8px;background:url("../../images/common/default/bu_circle.png") no-repeat 0 7px;background-size:4px;font-size:14px;line-height:1.5}
.ir-do .schedule-ty01 .sche-detail li strong{margin-right:20px;color:#333130;font-family:"LGSmHaTSB"}
.ir-do .schedule-ty01 .sche-detail li span{color:#4c4948;font-family:"LGSmHaTR";display:inline-block;width:calc(100% - 240px);vertical-align:top}
.ir-do .accordion-st-list{margin-top:24px;border:1px solid #ccc;border-bottom:none}
.ir-do .accordion-st-list .title{background-color:#fafafa}
.ir-do .accordion-st-list .title .btn-spread{position:relative;width:100%;padding:18px 39px;text-align:left}
.ir-do .accordion-st-list .title .icon{position:absolute;top:22px;right:45px}
.ir-do .accordion-st-list .title .arrow-l,.ir-do .accordion-st-list .title .arrow-r{position:absolute;display:block;width:11px;height:2px;background-color:#333130;-webkit-transition:.2s all;-o-transition:.2s all;transition:.2s all}
.ir-do .accordion-st-list .title .arrow-l{right:0;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}
.ir-do .accordion-st-list .title .arrow-r{top:0;right:-7px;-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg)}
.ir-do .accordion-st-list .title .txt{font-size:16px;font-family:"LGSmHaTB";color:#333130}
.ir-do .accordion-st-list .item{border-bottom:1px solid #ccc}
.ir-do .accordion-st-list .detail{display:none;padding:12px 39px 17px}
.ir-do .accordion-st-list .detail .club{margin-top:40px}
.ir-do .accordion-st-list .detail .club:first-child{margin:0}
.ir-do .accordion-st-list .detail .club:last-child .list:last-child{border-bottom:none;margin-bottom:-16px}
.ir-do .accordion-st-list .detail .club-txt{width:708px;height:26px;padding:11px 0 0 11px;background:#eeece8;font-family:"LGSmHaTSB";font-size:14px}
.ir-do .accordion-st-list .detail .list{position:relative;padding:24px 0 0 14px;border-bottom:1px solid #e0e0e0}
.ir-do .accordion-st-list .detail .list .list-title{font-family:"LGSmHaTSB";font-size:18px;display:block;display:-webkit-box;-webkit-box-orient:vertical;position:relative;line-height:1.6!important;overflow:hidden;-o-text-overflow:ellipsis;text-overflow:ellipsis;height:1.6em;display:block!important;white-space:nowrap}
.ir-do .accordion-st-list .detail .list .list-title:after{content:'';text-align:right;bottom:0;right:0;width:25%;display:block;position:absolute;height:1.6em}
.ir-do .accordion-st-list .detail .list .list-title:after{display:none!important}
@supports (-webkit-line-clamp: 1){
.ir-do .accordion-st-list .detail .list .list-title:after{display:none!important}}
.ir-do .accordion-st-list .detail .list ul{margin:12px 0 22px}
.ir-do .accordion-st-list .detail .list li{font-size:14px;background:url("../../images/common/default/bu_circle.png") no-repeat 0 7px;background-size:4px;line-height:1.5}
.ir-do .accordion-st-list .detail .list li strong{padding-right:20px;color:#333130;font-family:"LGSmHaTSB";padding-left:8px}
.ir-do .accordion-st-list .detail .list li span{color:#4c4948;font-family:"LGSmHaTR";display:inline-block;width:calc(100% - 220px);vertical-align:top}
.ir-do .accordion-st-list .detail .list .btn{position:absolute;bottom:26px;right:12px}
.ir-do .accordion-st-list .item.on{background:#fff}
.ir-do .accordion-st-list .item.on .title{background:#fff}
.ir-do .accordion-st-list .item.on .title .txt{color:#a50034;font-size:18px}
.ir-do .accordion-st-list .item.on .title .icon{top:22px}
.ir-do .accordion-st-list .item.on .title .icon .arrow-l{-webkit-transform:rotate(135deg);-ms-transform:rotate(135deg);transform:rotate(135deg)}
.ir-do .accordion-st-list .item.on .title .icon .arrow-r{-webkit-transform:rotate(-135deg);-ms-transform:rotate(-135deg);transform:rotate(-135deg)}
.download-box-ir{position:relative;margin-top:-14px;width:100%;padding:60px 0 80px;-webkit-box-sizing:border-box;box-sizing:border-box}
.download-box-ir::before{content:'';position:absolute;top:0;left:0;z-index:0;/*width:calc(100% - 120px)*/width:100%;height:100%;background:#eeece8 none repeat-x 0 0}
.download-box-ir .ir-info{position:relative;z-index:1;width:800px;margin:0 auto;color:#333130}
.download-box-ir .ir-info p{margin-bottom:20px;font-family:"LGSmHaTR";font-size:16px}
.download-box-ir .ir-info .phone{float:left;width:367px;margin-right:16px;padding-left:25px;background:#fff}
.download-box-ir .ir-info .phone a,.download-box-ir .ir-info .phone span{display:inline-block;height:30px;padding-top:16px;font-family:"LGSmHaTSB";font-size:16px}
.download-box-ir .ir-info .phone a.ty02,.download-box-ir .ir-info .phone span.ty02{float:right}
.download-box-ir .ir-info .phone a{float:right;display:block;padding:20px 27px 0}
.download-box-ir .ir-info .phone span:nth-child(2){float:right;display:block;padding:16px 27px 0}
.download-box-ir .ir-info .question{float:left;position:relative;background:#4d4948}
.download-box-ir .ir-info .question a{display:inline-block;width:367px;height:30px;padding:16px 0 0 25px;color:#fff;font-family:"LGSmHaTSB";font-size:16px;-webkit-transition:.3s all;-o-transition:.3s all;transition:.3s all}
.download-box-ir .ir-info .question a .ico{position:absolute;top:20px;right:40px;display:inline-block;background-image:url(../../images/common/default/sprite_pc.png);background-position:-275px -233px;width:30px;height:10px;background-size:431px 383px}
.download-box-ir .ir-info .question a:focus,.download-box-ir .ir-info .question a:hover{background:#a40034}
/*! 뉴스룸 - 리스트 */
.snb-type01.press-release-list{padding-bottom:293px}
.news-area{max-width:800px;width:100%;margin:-220px auto 77px}
.news-area .paginav{margin-bottom:54px}
.news-area .news-search-result{width:100%;text-align:center;padding-bottom:36px}
.news-area .news-search-result .txt01{color:#333130;font-family:"LGSmHaTR";font-size:14px}
.news-area .news-search-result .txt02{color:#333130;font-family:"LGSmHaTR";font-size:14px}
.news-area .news-search-result .point01{color:#a50034;font-family:"LGSmHaTSB";font-size:14px}
.news-area .news-search-nodata{width:100%;text-align:center;padding-bottom:330px}
.news-area .news-search-nodata .txt01{color:#333130;font-family:"LGSmHaTR";font-size:14px}
.news-area .news-search-nodata .txt02{color:#333130;font-family:"LGSmHaTR";font-size:14px}
.news-area .news-search-nodata .point01{color:#a50034;font-family:"LGSmHaTSB";font-size:14px}
.search-area .selectbox{width:160px;background:#fff}
.search-area .selectbox select{height:34px;line-height:34px;font-size:14px}
.search-area .input-txt{width:510px;margin-left:9px;vertical-align:top}
.search-area .input-txt input{height:34px;line-height:1;font-size:14px}
.search-area .input-txt input::-webkit-input-placeholder{font-size:14px}
.search-area .input-txt input::-moz-placeholder{font-size:14px}
.search-area .input-txt input:-ms-input-placeholder{font-size:14px}
.search-area .input-txt input::-ms-input-placeholder{font-size:14px}
.search-area .input-txt input::placeholder{font-size:14px}
.search-area button{min-width:106px!important;margin-left:8px;vertical-align:top}
.news-list{margin-left:-28px}
.news-list .news-box{float:left;width:248px;margin-left:28px;margin-bottom:28px}
.news-list .news-box a{display:block}
.news-list .news-box .news-txt{position:relative;width:197px;height:146px;padding:22px 26px 0;color:#333130;word-break:keep-all;background:#fafafa;font-family:"LGSmHaTSB";font-size:14px;line-height:1.6}
.news-list .news-box .news-txt.type02{height:302px;}
.news-list .news-box .news-txt.type02 .tit{max-height:192px;margin-bottom:36px;display:block;display:-webkit-box;-webkit-box-orient:vertical;position:relative;line-height:1.6!important;overflow:hidden;-o-text-overflow:ellipsis;text-overflow:ellipsis;height:9.6em;-webkit-line-clamp:6;display:-webkit-box!important;white-space:unset}
.news-list .news-box .news-txt.type02 .tit:after{content:'';text-align:right;bottom:0;right:0;width:25%;display:block;position:absolute;height:1.6em}
@supports (-webkit-line-clamp: 1){
.news-list .news-box .news-txt.type02 .tit:after{display:none!important}}
.news-list .news-box .news-txt.type02 .txt-area{overflow:hidden;max-height:280px}
.news-list .news-box .news-txt.type02 .txt02{padding:0;color:#4d4948;font-family:"LGSmHaTR";font-size:14px}
.news-list .news-box .news-txt .spec{color:#665852;font-family:"LGSmHaTR";font-size:14px}
.news-list .news-box .news-txt .tit{max-height:64px;padding-top:13px;color:#333130;display:block;display:-webkit-box;-webkit-box-orient:vertical;position:relative;line-height:1.6!important;overflow:hidden;-o-text-overflow:ellipsis;text-overflow:ellipsis;height:3.2em;-webkit-line-clamp:2;display:-webkit-box!important;white-space:unset;height:auto}
.news-list .news-box .news-txt .tit:after{content:'';text-align:right;bottom:0;right:0;width:25%;display:block;position:absolute;height:1.6em}
@supports (-webkit-line-clamp: 1){
.news-list .news-box .news-txt .tit:after{display:none!important}}
.news-list .news-box .news-txt .txt{padding:19px 0 36px;color:#4d4948;display:block;display:-webkit-box;-webkit-box-orient:vertical;position:relative;line-height:1.6!important;overflow:hidden;-o-text-overflow:ellipsis;text-overflow:ellipsis;height:3.2em;-webkit-line-clamp:2;display:-webkit-box!important;white-space:unset;font-family:"LGSmHaTR";font-size:14px}
.news-list .news-box .news-txt .txt:after{content:'';text-align:right;bottom:0;right:0;width:25%;display:block;position:absolute;height:1.6em}
@supports (-webkit-line-clamp: 1){
.news-list .news-box .news-txt .txt:after{display:none!important}}
.news-list .news-box .news-txt .date{position:absolute;left:26px;bottom:18px;color:#4c4948;font-family:"LGSmHaTR";font-size:14px}
.news-list .news-box .news-txt .ico{position:absolute;right:26px;bottom:27px;display:inline-block;background-image:url(../../images/common/default/sprite_pc.png);background-position:-212px -269px;width:30px;height:10px;background-size:431px 383px}
.news-list .ty02{margin-top:80px}
.news-list .photo-img{width:248px;height:156px}

.snb-type01.biz .biz-menu-container{margin-top:20px;margin-left:103px}
.snb-type01.biz .biz-menu-container .swiper-slide{float:left;width:auto;cursor:pointer}
.snb-type01.biz .biz-menu-container .swiper-slide.on .line-red,.snb-type01.biz .biz-menu-container .swiper-slide:active .line-red,.snb-type01.biz .biz-menu-container .swiper-slide:focus .line-red,.snb-type01.biz .biz-menu-container .swiper-slide:hover .line-red{bottom:-6px;width:100%;height:10px;background:#a50034;z-index:0;-webkit-transition:.4s all;-o-transition:.4s all;transition:.4s all}
.snb-type01.biz .biz-menu-container .txt-box{position:relative;vertical-align:baseline}
.snb-type01.biz .biz-menu-container .txt-box .txt{position:relative;z-index:1;font-size:18px;font-family:"LGSmHaTR";color:#4d4948}
.snb-type01.biz .biz-menu-container .txt-box .line-red{position:absolute;left:0;display:inline-block;width:1px}
.snb-type01.biz .biz-menu-container .item{display:inline-block;padding:15px 18px;vertical-align:top}
.snb-type01.biz .biz-menu-container .on .txt{font-size:18px;font-family:"LGSmHaTSB";color:#333130}
.section-aside{position:absolute;top:147px;right:193px;width:132px;text-align:center;background:#333130}
.section-aside a{color:#fff;display:block;font-family:"LGSmHaTSB";font-size:14px;line-height:1.6;width:42%;height:87px;margin:0 auto;padding-top:44px}
html.lang-zh .section-aside a{width:42%;margin:0 auto;line-height:3}
html.lang-en .section-aside a{width:50%;margin:0 auto}
.section-aside a .txt{display:block}
.section-aside a .ico{position:absolute;bottom:12px;right:11px;display:inline-block;background-image:url(../../images/common/default/sprite_pc.png);background-position:-275px -233px;width:30px;height:10px;background-size:431px 383px}
.section-aside.corporation01{z-index:1;right:18.75vw}
.section-aside.corporation01 a{font-size:1.09375vw;width:10.3125vw;height:6.79688vw;padding-top:3.4375vw}
.section-aside.corporation01 a .ico{bottom:0.9375vw;right:0.85938vw}
.section-aside.corp{z-index:1;top:143px;right:160px;width:auto;background:none}
.section-aside.corp .corporation{text-align:left;position:relative;width:150px;height:40px;padding:0 15px;margin-right:10px;display:inline-block;background-color:#333130}
.section-aside.corp .corporation:after{content:'';display:inline-block;width:14px;height:5px;background:url(../../images/common/company/arrow-white-small.png) no-repeat 0 0;background-size:cover;position:absolute;right:15px;top:50%;margin-top:-2px}
.section-aside.corp .corporation .txt{font-size:14px;color:#fff;line-height:40px;font-family:"LGSmHaTR"}
.map-point{position:relative;width:520px;height:414px;margin:0 auto}
.map-point .list{position:absolute;top:152px;left:228px}
.map-point .list .circle-box{position:absolute;display:none;width:10px;height:10px;left:0;top:0;background:#4d4948;border-radius:50%}
.map-point .list .circle-box.on{display:none}
.map-point .list .circle-box02{display:none;position:absolute;width:20px;height:20px;left:-5px;top:-5px;z-index:0;background:#f0c05a;opacity:0.3;border-radius:50%}
.map-point .list .nat-txt{display:none;position:absolute;top:20px;left:-48px;width:100%;color:#4d4948;white-space:nowrap;font-size:14px;font-family:"LGSmHaTSB"}
.map-point .list.ty02{top:163px;left:164px}
.map-point .list.ty02 .nat-txt{left:-8px}
.map-point .list.ty03{top:82px;left:128px}
.map-point .list.ty03 .nat-txt{left:-16px}
.map-point .list.ty04{top:122px;left:412px}
.map-point .list.ty04 .nat-txt{left:-20px}
.map-point .list.ty05{top:300px;left:247px}
.map-point .list.ty05 .nat-txt{left:-19px}
.map-point .list:hover .circle-box{display:block;width:10px;height:10px;background:#f0c05a;z-index:5}
.map-point .list:hover .circle-box02{display:block;z-index:0}
.map-point .list:hover .nat-txt{display:block}
.corporation01{margin:0}
.corporation01 .section-inner{margin-bottom:80px}
.corporation01 .biz-sign{padding-top:45px;text-align:right}
.section-content-global_new .corporation01 .biz-sign li{display:inline-block;padding-left:12px;color:#333130;font-family:"LGSmHaTR";font-size:14px}
.corporation01 .biz-sign li .txt{padding-left:5px}

/* s: mn230823 주석처리 */
/* s:20220527 상태바 색상 변경 
.corporation01 .biz-sign li .ico{display:inline-block;vertical-align:top;width:12px;height:3px;margin-top:6px;background-color:#eb3200}
/* s:20220317 사업장 구분값 바색상 추가 - tablet */
/* s:20220519 순서 변경 
.corporation01 .biz-sign li:nth-child(2) .ico{background-color:#039aae}
.corporation01 .biz-sign li:nth-child(3) .ico{background-color:#706e70}
/* e:20220519 순서 변경 
/* e:20220527 상태바 색상 변경 
.corporation01 .biz-sign li:nth-child(4) .ico{background-color:#88b04b}
.corporation01 .biz-sign li:nth-child(5) .ico{background-color:#5a5b9f}
.corporation01 .biz-sign li:nth-child(6) .ico{background-color:#3585de}
*//* svg배경이미지 컬러 변경 > data:image ~ 에서 %23 뒷부분에 컬러 코드 값 넣어주면 색상 변경 됨 (예)#ff0000 > %23ff0000*/
.corporation01 .biz-sign li .ico{width: 16px; height:20px; display:inline-block; background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 120 150' style='enable-background:new 0 0 120 150;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%23ea6a8d;%7D%0A%3C/style%3E%3Cpath class='st0' d='M60,0.64c-32.03,0-57.67,25.98-58,58.03c0,44.1,31.91,42.96,58,90.69c26.09-47.73,58-46.59,58-90.69 C117.67,26.62,92.03,0.64,60,0.64z M60,90.24c-17.41,0-31.52-14.11-31.52-31.52c0-17.4,14.11-31.51,31.52-31.51 c17.41,0,31.51,14.11,31.51,31.51C91.52,76.13,77.41,90.24,60,90.24z'/%3E%3C/svg%3E");}
.corporation01 .biz-sign li:nth-child(2) .ico{
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 120 150' style='enable-background:new 0 0 120 150;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%239175af;%7D%0A%3C/style%3E%3Cpath class='st0' d='M60,0.64c-32.03,0-57.67,25.98-58,58.03c0,44.1,31.91,42.96,58,90.69c26.09-47.73,58-46.59,58-90.69 C117.67,26.62,92.03,0.64,60,0.64z M60,90.24c-17.41,0-31.52-14.11-31.52-31.52c0-17.4,14.11-31.51,31.52-31.51 c17.41,0,31.51,14.11,31.51,31.51C91.52,76.13,77.41,90.24,60,90.24z'/%3E%3C/svg%3E");}
.corporation01 .biz-sign li:nth-child(3) .ico{
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 120 150' style='enable-background:new 0 0 120 150;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%234477c2;%7D%0A%3C/style%3E%3Cpath class='st0' d='M60,0.64c-32.03,0-57.67,25.98-58,58.03c0,44.1,31.91,42.96,58,90.69c26.09-47.73,58-46.59,58-90.69 C117.67,26.62,92.03,0.64,60,0.64z M60,90.24c-17.41,0-31.52-14.11-31.52-31.52c0-17.4,14.11-31.51,31.52-31.51 c17.41,0,31.51,14.11,31.51,31.51C91.52,76.13,77.41,90.24,60,90.24z'/%3E%3C/svg%3E");}
.corporation01 .biz-sign li:nth-child(4) .ico{
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 120 150' style='enable-background:new 0 0 120 150;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%2319b6b0;%7D%0A%3C/style%3E%3Cpath class='st0' d='M60,0.64c-32.03,0-57.67,25.98-58,58.03c0,44.1,31.91,42.96,58,90.69c26.09-47.73,58-46.59,58-90.69 C117.67,26.62,92.03,0.64,60,0.64z M60,90.24c-17.41,0-31.52-14.11-31.52-31.52c0-17.4,14.11-31.51,31.52-31.51 c17.41,0,31.51,14.11,31.51,31.51C91.52,76.13,77.41,90.24,60,90.24z'/%3E%3C/svg%3E");}
.corporation01 .biz-sign li:nth-child(5) .ico{
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 120 150' style='enable-background:new 0 0 120 150;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%2305bd75;%7D%0A%3C/style%3E%3Cpath class='st0' d='M60,0.64c-32.03,0-57.67,25.98-58,58.03c0,44.1,31.91,42.96,58,90.69c26.09-47.73,58-46.59,58-90.69 C117.67,26.62,92.03,0.64,60,0.64z M60,90.24c-17.41,0-31.52-14.11-31.52-31.52c0-17.4,14.11-31.51,31.52-31.51 c17.41,0,31.51,14.11,31.51,31.51C91.52,76.13,77.41,90.24,60,90.24z'/%3E%3C/svg%3E");}
.corporation01 .biz-sign li:nth-child(6) .ico{
  background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 120 150' style='enable-background:new 0 0 120 150;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%23e77c2e;%7D%0A%3C/style%3E%3Cpath class='st0' d='M60,0.64c-32.03,0-57.67,25.98-58,58.03c0,44.1,31.91,42.96,58,90.69c26.09-47.73,58-46.59,58-90.69 C117.67,26.62,92.03,0.64,60,0.64z M60,90.24c-17.41,0-31.52-14.11-31.52-31.52c0-17.4,14.11-31.51,31.52-31.51 c17.41,0,31.51,14.11,31.51,31.51C91.52,76.13,77.41,90.24,60,90.24z'/%3E%3C/svg%3E");}        

.corporation01 .domestic .biz-sign li .ico{background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 120 150' style='enable-background:new 0 0 120 150;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%23ea1917;%7D%0A%3C/style%3E%3Cpath class='st0' d='M60,0.64c-32.03,0-57.67,25.98-58,58.03c0,44.1,31.91,42.96,58,90.69c26.09-47.73,58-46.59,58-90.69 C117.67,26.62,92.03,0.64,60,0.64z M60,90.24c-17.41,0-31.52-14.11-31.52-31.52c0-17.4,14.11-31.51,31.52-31.51 c17.41,0,31.51,14.11,31.51,31.51C91.52,76.13,77.41,90.24,60,90.24z'/%3E%3C/svg%3E");}
.corporation01 .domestic .biz-sign li:nth-child(2) .ico{background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 120 150' style='enable-background:new 0 0 120 150;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%23d96f6f;%7D%0A%3C/style%3E%3Cpath class='st0' d='M60,0.64c-32.03,0-57.67,25.98-58,58.03c0,44.1,31.91,42.96,58,90.69c26.09-47.73,58-46.59,58-90.69 C117.67,26.62,92.03,0.64,60,0.64z M60,90.24c-17.41,0-31.52-14.11-31.52-31.52c0-17.4,14.11-31.51,31.52-31.51 c17.41,0,31.51,14.11,31.51,31.51C91.52,76.13,77.41,90.24,60,90.24z'/%3E%3C/svg%3E");}
.corporation01 .domestic .biz-sign li:nth-child(3) .ico{background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 120 150' style='enable-background:new 0 0 120 150;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%23979cb7;%7D%0A%3C/style%3E%3Cpath class='st0' d='M60,0.64c-32.03,0-57.67,25.98-58,58.03c0,44.1,31.91,42.96,58,90.69c26.09-47.73,58-46.59,58-90.69 C117.67,26.62,92.03,0.64,60,0.64z M60,90.24c-17.41,0-31.52-14.11-31.52-31.52c0-17.4,14.11-31.51,31.52-31.51 c17.41,0,31.51,14.11,31.51,31.51C91.52,76.13,77.41,90.24,60,90.24z'/%3E%3C/svg%3E");}
.corporation01 .domestic .biz-sign li:nth-child(4) .ico{background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 120 150' style='enable-background:new 0 0 120 150;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:%23a772a9;%7D%0A%3C/style%3E%3Cpath class='st0' d='M60,0.64c-32.03,0-57.67,25.98-58,58.03c0,44.1,31.91,42.96,58,90.69c26.09-47.73,58-46.59,58-90.69 C117.67,26.62,92.03,0.64,60,0.64z M60,90.24c-17.41,0-31.52-14.11-31.52-31.52c0-17.4,14.11-31.51,31.52-31.51 c17.41,0,31.51,14.11,31.51,31.51C91.52,76.13,77.41,90.24,60,90.24z'/%3E%3C/svg%3E");}
  /* e: mn230823 주석처리 */
  /* e: mn230823 주석처리 */



/* s:20220527 상태바 색상 변경 */
.corporation01 .biz-sign .ty01{background-color:#eb3200}
/* s:20220519 순서 변경 */
.corporation01 .biz-sign .ty02{background-color:#039aae}
.corporation01 .biz-sign .ty03{background-color:#706e70}
/* e:20220519 순서 변경 */
/* e:20220527 상태바 색상 변경 */
.corporation01 .biz-sign .ty04{background-color:#88b04b}
.corporation01 .biz-sign .ty05{background-color:#009473}
.corporation01 .biz-sign .ty06{background-color:#3585de}
/* .corporation01 .biz-sign.ty02{padding-top:17px} */
.corporation01 .biz-list{width:800px;margin-top:-26px;padding-top:24px;font-size:0}
/* s: mh230823 리스트 스타일 변경 */
/*.corporation01 .biz-list .list{position:relative;display:inline-block;width:246px;height:360px;-webkit-box-sizing:border-box;box-sizing:border-box;margin-left:28px;margin-top:32px;padding:26px 25px 0;border:1px solid #e0e0e0;vertical-align:top}*/
.corporation01 .biz-list .list{position:relative;display:inline-block;width: 31.6%;height: 410px;-webkit-box-sizing: border-box;box-sizing: border-box;margin-left: 20px;margin-top: 20px;padding: 20px;border: 1px solid #e0e0e0;vertical-align: top;border-radius: 20px;}
.corporation01 .biz-list .list:nth-child(3n+1) {margin-left: 0;}
/* e: mh230823 리스트 스타일 변경 */
.corporation01 .biz-list .list .mob{display:none}
.corporation01 .biz-list .list .ico-sign{height:3px; width:100%; position:absolute; top:0px; left:0px;}

/* s:20220420 바색상 최대 3개까지 
.corporation01 .biz-list .list .bar-wrap{display: flex; position:absolute;top:20px;left:25px;right:0; height: 3px; width:63px;}
.corporation01 .biz-list .list .bar-wrap em{flex:1; margin-left:2px;}
/* s:20220420 바색상 최대 3개까지 */
/* s: mh230825 바색상형태 변경*/
.corporation01 .biz-list .list .bar-wrap{margin-bottom:20px; position:relative} 
.corporation01 .biz-list .list .bar-wrap em{display: inline-block;height: 6px; width: 28px; border-radius: 5px; position:absolute; top:3px}
.corporation01 .biz-list .list .bar-wrap span{font-size: 14px;font-family: 'LGSmHaTR';margin-left: 36px;color: #999;}
.corporation01 .biz-list .list .bar-wrap span.bsc{margin-left: 10px;}
.corporation01 .biz-list .list .bar-wrap span.bsc::before{content: '|'; margin-right: 10px;}
/* e: mh230825 바색상형태 변경*/

/* s:20230904 상태바 색상 변경 */
/*글로벌네트워크 - 해외 */
.corporation01 .biz-list .list .ty01,
.pop_detail .detail_txt .info2 .ty01 em,
.dot.production-corporation{background-color:#ea6a8d;} /*생산법인*/
.corporation01 .biz-list .list .ty02,
.pop_detail .detail_txt .info2 .ty02 em,
.dot.manufacture-sales-corporation{background-color:#9175af}/*제조/판매법인*/
.corporation01 .biz-list .list .ty03,
.pop_detail .detail_txt .info2 .ty03 em,
.dot.sales-corporation{background-color:#4477c2;}/* 판매법인*/
.corporation01 .biz-list .list .ty04,
.pop_detail .detail_txt .info2 .ty04 em,
.dot.overseas-branch {background-color:#19b6b0;}/*지사*/
.corporation01 .biz-list .list .ty05,
.pop_detail .detail_txt .info2 .ty05 em,
.dot.research-corporation {background-color:#05bd75;}/*연구법인*/
.corporation01 .biz-list .list .ty06,
.pop_detail .detail_txt .info2 .ty06 em,
.dot.other {background-color:#e77c2e;}/*기타법인*/
/*글로벌네트워크 - 국내 */
.corporation01 .biz-list .list .ty10,
.pop_detail .detail_txt .info2 .ty10 em,
.dot.headoffice{background-color:#ea1917} /* 본사 */
.corporation01 .biz-list .list .ty11,
.pop_detail .detail_txt .info2 .ty11 em,
.dot.leadership-center{background-color:#d96f6f}/* 리더쉽 */
.corporation01 .biz-list .list .ty12,
.pop_detail .detail_txt .info2 .ty12 em,
.dot.dot.research{background-color:#979cb7}/* R&D */
.corporation01 .biz-list .list .ty13,
.pop_detail .detail_txt .info2 .ty13 em,
.dot.factory{background-color:#a772a9}/*공장*/
/* e:20220317 사업장 구분값 바색상 추가 - tablet */
/*.corporation01 .biz-list .list:nth-child(-n+3){margin-top:26px} mh230823*/
.corporation01 .biz-list .list:nth-child(-n+4){margin-top:26px}

.corporation01 .biz-list .list .tit{display:block;height:71px;margin-top:12px;word-break:keep-all;line-height:1.5;color:#333130;font-family:"LGSmHaTSB";font-size:18px}
html.lang-ja .corporation01 .biz-list .list .tit{font-family:Arial,sans-serif;font-size:18px}
.corporation01 .biz-list .list .place{display:block;height:215px;overflow:hidden;margin-top:20px}
.corporation01 .biz-list .list .place .tel{display:block;padding-top:4px;margin-bottom:1px;color:#333130;font-family:"LGSmHaTR";font-size:14px}
html.lang-ja .corporation01 .biz-list .list .place .tel{font-family:Arial,sans-serif;font-size:14px}
.corporation01 .biz-list .list .place .address{display:block;margin-top:9px;color:#333130;line-height:1.5;max-height:215px;overflow:hidden;font-family:"LGSmHaTR";font-size:14px}
.corporation01 .biz-list .list .place .address a{display:inline-block;margin-left:4px; position: relative; width:12px; height: 12px;}
html.lang-ja .corporation01 .biz-list .list .place .address{font-family:Arial,sans-serif;font-size:14px}
.corporation01 .biz-list .list .place .address .ico-map{display:block;width:12px;height:16px;background:url("../../images/common/company/ico_map.gif") no-repeat 0 0; background-size:80%}
.corporation01 .biz-list .list .place .address:hover .add-txt{display:inline;color:#d7177B;cursor: pointer;}
.corporation01 .biz-list .list .place .address:focus + .pho-img,.corporation01 .biz-list .list .place .address:hover + .pho-img{display:block}
.corporation01 .biz-list .list .place .address:hover .ico-map{background:url("../../images/common/company/ico_map_on.gif") no-repeat 0 0;background-size: 80%}
.corporation01 .biz-list .list .place .pho-img{display:none;position:absolute;left:-1px;bottom:0;width:246px;height:94px;z-index:10}
.corporation01 .biz-list .list .place .pho-img img{width:100%;height:auto}
.corporation01 .biz-list .list .produce{position:absolute;width:246px;top:296px;left:-1px;padding:0 25px 23px;z-index:5;border:1px solid #e0e0e0;border-top:none;background:#fff;-webkit-box-sizing:border-box;box-sizing:border-box}
.corporation01 .biz-list .list .produce .pro-tit{display:inline-block;color:#333130;font-family:"LGSmHaTSB";font-size:14px}
.corporation01 .biz-list .list .produce .pro-txt{overflow:hidden;height:21px;position:relative;margin-top:2px;color:#333130;line-height:1.8;font-family:"LGSmHaTR";font-size:14px;z-index:6}
html.lang-ja .corporation01 .biz-list .list .produce .pro-txt{font-family:Arial,sans-serif;font-size:14px}
.corporation01 .biz-list .list .produce .btn-more{position:relative;z-index:1;display:inline-block;vertical-align:middle;padding:0;cursor:pointer}
.corporation01 .biz-list .list .produce .btn-more .hide-txt.reduced{display:inline-block;top:50%}
.corporation01 .biz-list .list .produce .btn-more .hide-txt.expanded{display:none;top:50%}
.corporation01 .biz-list .list .produce .btn-more .pro-ico{display:inline-block;vertical-align:-1px;position:relative;margin-left:8px;width:12px;height:12px}
.corporation01 .biz-list .list .produce .btn-more .pro-ico .bar01{position:absolute;top:5px;left:0;width:12px;height:2px;background:#000;-webkit-transition:.2s all;-o-transition:.2s all;transition:.2s all}
.corporation01 .biz-list .list .produce .btn-more .pro-ico .bar02{position:absolute;top:0;left:5px;width:2px;height:12px;background:#000;-webkit-transition:.2s all;-o-transition:.2s all;transition:.2s all}
.corporation01 .biz-list .list .produce .btn-more .year{position:absolute;right:-2px;bottom:-17px;color:#fafafa;font-family:"LGSmHaTB";font-size:64px;z-index:0}
html.lang-ja .corporation01 .biz-list .list .produce .btn-more .year{font-family:Arial,sans-serif;font-size:64px}
.corporation01 .biz-list .list .produce .btn-more.on .bar01{-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}
.corporation01 .biz-list .list .produce .btn-more.on .bar02{-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}
.corporation01 .biz-list .list .produce .btn-more.on + .pro-txt{height:auto}
.corporation01 .biz-list .list .year{position:absolute;right:-2px;bottom:-17px;color:#f2f2f2;font-family:"LGSmHaTB";font-size:64px;z-index:0}
.corporation01 .biz-list .list:nth-child(3n+1){margin-left:0}
.corporation01 .nation-box{position:relative;width:100%;margin-top:37px}
/* s: mh230823 */
/*.corporation01 .nation-box:after{content:'';position:absolute;bottom:19px;left:0;height:1px;width:100%;background-color:#e0e0e0}
.corporation01 .nation-box li{position:relative;z-index:1;display:inline-block;margin-right:36px;margin-bottom:20px;padding:0 0 11px 0}
.corporation01 .nation-box li.on{padding:0 2px 8px;border-bottom:3px solid #a50034}
*/
/* .corporation01 .biz-list .list:nth-child(4n+1){margin-left:0} */
.corporation01 .nation-box{position:relative;width:100%;margin-top:37px; margin-bottom: 30px;}
.corporation01 .nation-box li{position:relative;z-index:1;display:inline-block;border: 1px solid #ddd;border-radius: 25px;line-height: 30px;margin: 0 7px 0 0;padding: 0;width: calc(100% / 9);text-align: center; cursor: pointer;}
.corporation01 .nation-box li span.num{font-size:12px}
.corporation01 .nation-box li.on{border: 1px solid #333;}
.corporation01 .nation-box li.all a::before{background:url(../../images/common/company/category_list.png) no-repeat left center; background-size: 12px; padding-left: 18px;}
.corporation01 .nation-box li.all a span.txt{margin-left: 14px;}
/* e: mh230823 */

.corporation01 .nation-box li a span{color:#4d4948;font-size:14px;font-family:"LGSmHaTR"}
.corporation01 .nation-box li:last-child{margin-right:0}

.corporation01 .nation-box li.on a span{color:#333120;font-family:"LGSmHaTSB"}
/*! 홍보센터 - CI */
.section-content.ci01{margin-top:0}
.section-content.ci01 .section-inner{position:relative}
.section-content.ci01 .sub-title{margin-top:80px}
.section-content.ci01 .sub-title.first{margin-top:60px}
.section-content.ci01 .tit-detail{margin-top:15px;letter-spacing:-1.2px}
.section-content.ci01 .tit-detail .detail01{display:block;color:#4d4948;font-size:14px;font-family:"LGSmHaTR";line-height:1.6}
.section-content.ci01 .tit-detail .detail02{display:block;color:#4d4948;font-size:14px;font-family:"LGSmHaTR";line-height:1.6}
.section-content.ci01 .tit-detail.type01{width:489px}
.section-content.ci01 .tit-detail.type01 .detail01,.section-content.ci01 .tit-detail.type01 .detail02{display:inline}
.section-content.ci01 .ci-area01{width:100%;background-color:#f2ebe4}
.section-content.ci01 .ci-content01{width:800px;margin:0 auto;position:relative;left:40px;padding-bottom:60px}
.section-content.ci01 .ci-content01 .img-ci{position:absolute;top:0;left:0;width:110px;height:110px;margin:0 12px 0 12px}
.section-content.ci01 .ci-content01 .img-ci img{width:100%}
.section-content.ci01 .ci-content01 .txt-area{padding:0 0 0 160px;letter-spacing:-1px}
.section-content.ci01 .ci-content01 .txt-area .txt01{color:#333130;font-size:22px;font-family:"LGSmHaTSB"}
.section-content.ci01 .ci-content01 .txt-area .txt02{color:#333130;font-size:16px;font-family:"LGSmHaTSB";line-height:1.6;margin-top:20px}
.section-content.ci01 .ci-content01 .txt-area .txt02 .point01{color:#a50034}
.section-content.ci01 .ci-content01 .txt-area .txt02 .point02{color:#a50034;margin-left:4px}
.section-content.ci01 .ci-content01 .txt-area .txt03{margin-top:5px;color:#4d4948;font-size:14px;font-family:"LGSmHaTR";line-height:1.6}
.section-content.ci01 .ci-content01 .txt-area .txt04{color:#4d4948;font-size:14px;font-family:"LGSmHaTR";line-height:1.6}
.section-content.ci01 .symbol-mark-area{background-color:#fafafa;text-align:center;margin-top:25px;padding:38px 0 42px 0}
.section-content.ci01 .symbol-mark-area .mark01{display:inline-block;width:209px;height:80px}
.section-content.ci01 .symbol-mark-area .mark01 img{width:100%}
.section-content.ci01 .symbol-mark-area .mark02{display:inline-block;width:250px;height:80px;margin:0 30px 0 30px}
.section-content.ci01 .symbol-mark-area .mark02 img{width:100%}
.section-content.ci01 .symbol-mark-area .mark03{display:inline-block;width:208px;height:80px}
.section-content.ci01 .symbol-mark-area .mark03 img{width:100%}
.section-content.ci01 .logo-mark-area{background:url("../../images/common/company/bg_logo@2x.png") repeat left top;background-size:15px 15px;text-align:center;margin-top:40px;padding:58px 0 68px 0}
.section-content.ci01 .logo-mark-area .mark01{display:inline-block;width:141px;height:38px}
.section-content.ci01 .logo-mark-area .mark01 img{width:100%}
.section-content.ci01 .logo-mark-area .mark02{display:inline-block;width:189px;height:38px;margin:0 97px 0 107px}
.section-content.ci01 .logo-mark-area .mark02 img{width:100%}
.section-content.ci01 .logo-mark-area .mark03{display:inline-block;width:138px;height:38px}
.section-content.ci01 .logo-mark-area .mark03 img{width:100%}
.section-content.ci01 .btn-download-area{position:absolute;top:54px;right:0}
.section-content.ci01 .btn-download-area .bttn{width:106px;padding:8px 0 8px 0;margin-right:7px}
.section-content.ci01 .btn-download-area .bttn:last-child{margin-right:0}
.section-content.ci01 .btn-download-area .bttn .txt{color:#fff;font-size:14px;font-family:"LGSmHaTSB"}
.section-content.ci01 .btn-download-area .bttn .ico-download-white01{margin-left:0}
.section-content.ci02{margin-top:0}
.section-content.ci02 .sub-title{margin-top:80px}
.section-content.ci02 .tit-detail{margin-top:20px;position:relative;z-index:1}
.section-content.ci02 .tit-detail .detail01{display:inline;color:#4d4948;font-size:14px;font-family:"LGSmHaTR";line-height:1.6}
.section-content.ci02 .tit-detail .detail02{display:inline;color:#4d4948;font-size:14px;font-family:"LGSmHaTR";line-height:1.6}
.section-content.ci02 .color-type-wrap{position:relative}
.section-content.ci02 .color-type-wrap .bg-color-type{position:absolute;top:-120px;left:0;width:100%;height:308px;background:#fafafa}
.section-content.ci02 .color-type-area{position:relative;z-index:1;width:800px;height:200px;margin:40px auto 0 auto}
.section-content.ci02 .color-type{float:left;margin-right:82px}
.section-content.ci02 .color-type:last-child{margin-right:0}
.section-content.ci02 .color-item{display:inline-block;vertical-align:top;margin-right:17px}
.section-content.ci02 .color-item:last-child{margin-right:0}
.section-content.ci02 .color-item .tit01{color:#333130;font-size:14px;font-family:"LGSmHaTSB";margin-top:20px}
.section-content.ci02 .color-item .txt01{color:#4d4948;font-size:12px;font-family:"LGSmHaTR";line-height:1.4;margin-top:10px}
.section-content.ci02 .color-item .txt02{color:#4d4948;font-size:12px;font-family:"LGSmHaTR";line-height:1.4}
.section-content.ci02 .color-item .txt03{color:#4d4948;font-size:12px;font-family:"LGSmHaTR";line-height:1.4}
.section-content.ci02 .color-item .color01,.section-content.ci02 .color-item .color02{width:132px;height:36px}
.section-content.ci02 .color-item .color03,.section-content.ci02 .color-item .color04,.section-content.ci02 .color-item .color05{width:92px;height:36px}
.section-content.ci02 .color-item .color01{background-color:#a50034}
.section-content.ci02 .color-item .color02{background-color:#6b6b6b}
.section-content.ci02 .color-item .color03{background-color:#8a8d8f}
.section-content.ci02 .color-item .color04{background-color:#89734c}
.section-content.ci02 .color-item .color05{background-color:#251e1c}
.section-content.ci03{margin-top:0;margin-bottom:80px}
.section-content.ci03 .sub-title{margin-top:80px}
.section-content.ci03 .tit-detail{margin-top:20px}
.section-content.ci03 .tit-detail .detail01{display:block;color:#4d4948;font-size:14px;font-family:"LGSmHaTR";line-height:1.6}
.section-content.ci03 .tit-detail .detail02{display:block;color:#4d4948;font-size:14px;font-family:"LGSmHaTR";line-height:1.6}
.section-content.ci03 .btn-area{margin-top:25px}
.section-content.ci03 .btn-area .bttn{width:140px;padding:11px 0 11px 0}
.section-content.ci03 .btn-area .bttn .txt{font-size:14px}
.popup-wrap .swiper-container{height:320px}
.popup-wrap .tab-menu-type01{table-layout:fixed;margin:0 26px 20px 26px;width:calc(100% - 52px)}
.popup-wrap .tab-menu-type01 .item{-webkit-box-sizing:border-box;box-sizing:border-box}
.popup-wrap .tab-content01{display:block}
.popup-wrap .tab-content02{display:none}
.popup-wrap .tab-content03{display:none}
.popup-wrap .agreement-notice-area{padding:27px 24px}
.popup-wrap .agreement-notice-area .title01{color:#333130;font-size:18px;font-family:"LGSmHaTSB";margin-bottom:40px}
.popup-wrap .agreement-notice-area .sub-title01{color:#4d4948;font-size:14px;font-family:"LGSmHaTSB";line-height:1.5;margin-bottom:20px}
.popup-wrap .agreement-notice-area .p-txt01{color:#4d4948;font-size:14px;font-family:"LGSmHaTR";line-height:1.5;margin-bottom:20px}
.popup-wrap .agreement-notice-area .p-txt02{color:#4d4948;font-size:14px;font-family:"LGSmHaTR";line-height:1.5;margin-bottom:20px}
.popup-wrap .agreement-notice-area .p-list01{margin-bottom:20px}
.popup-wrap .agreement-notice-area .p-list01 li{color:#4d4948;font-size:14px;font-family:"LGSmHaTR";line-height:1.5;padding-left:14px;text-indent:-14px}
.popup-wrap .agreement-notice-area .p-list02{margin-left:14px;margin-bottom:20px}
.popup-wrap .agreement-notice-area .p-list02 li{color:#4d4948;font-size:14px;font-family:"LGSmHaTR";line-height:1.5;padding-left:19px;text-indent:-19px}
.popup-wrap .agreement-notice-area .p-list02 .in-txt01{margin:10px 0 10px 0;color:#4d4948;font-size:14px;font-family:"LGSmHaTR";line-height:1.5;padding-left:28px;text-indent:-28px}
/*! 생활속의 LG 화학 - 리스트 */
.best_practices_list .section-inner{margin-top:-280px;padding-bottom:80px}
.best_practices_list .more{margin:19px 0 -15px;text-align:center}
.best_practices_list .life{margin:-28px 0 0 -25px}
.best_practices_list .life .life-box{display:inline-block;vertical-align:top;position:relative;width:246px;margin-left:25px}
.best_practices_list .life .life-box .box-note{width:246px;height:324px;position:relative;top:-22px}
.best_practices_list .life .life-box a{display:block}
.best_practices_list .life .life-box .item{display:none;position:absolute;left:0;top:143px;height:27px;line-height:27px;padding:0 12px;color:#fff;font-size:14px;font-family:"LGSmHaTSB";background:#4d4948;z-index:3}
.best_practices_list .life .life-box .life-txt{position:relative;padding:36px 27px 21px;color:#333130;word-break:keep-all;background:#fafafa;font-family:"LGSmHaTSB";font-size:14px;line-height:1.6}
.best_practices_list .life .life-box .life-txt p{margin-bottom:45px;display:block;display:-webkit-box;-webkit-box-orient:vertical;position:relative;line-height:1.6!important;overflow:hidden;-o-text-overflow:ellipsis;text-overflow:ellipsis;height:3.2em;-webkit-line-clamp:2;display:-webkit-box!important;white-space:unset}
.best_practices_list .life .life-box .life-txt p:after{content:'';text-align:right;bottom:0;right:0;width:25%;display:block;position:absolute;height:1.6em}
@supports (-webkit-line-clamp: 1){
.best_practices_list .life .life-box .life-txt p:after{display:none!important}}
.best_practices_list .life .life-box .life-txt .date{color:#4c4948;font-family:"LGSmHaTR";font-size:14px}
.best_practices_list .life .life-box .life-txt .ico{position:absolute;right:40px;bottom:32px;display:inline-block;background-image:url(../../images/common/default/sprite_pc.png);background-position:-212px -269px;width:30px;height:10px;background-size:431px 383px}
.best_practices_list .life .life-box:nth-child(3n+2){height:358px}
.best_practices_list .life .life-box:nth-child(3n+2) .box-note{top:32px}
.best_practices_list .life .life-box:nth-child(2){height:379px}
.best_practices_list .life .life-box:nth-child(2) .box-note{top:54px}
.best_practices_list .life .life-box:nth-child(3) .box-note{top:0}
.best_practices_list .life .life-box:nth-child(1) .box-note{top:0}
.best_practices_list .life .ty02{margin-top:80px}
.best_practices_list .life .photo-img{width:100%;height:156px}
/*! 생활속의 LG 화학 - 상세 */
.section-content.best_practices_detail{margin-top:-324px}
.section-content.best_practices_detail .aside-list-info{float:left;width:146px;padding:80px 40px 0 0}
.section-content.best_practices_detail .aside-list-info .txt{margin:7px 0 2px;font-size:14px;font-family:"LGSmHaTSB";color:#333130;line-height:1.6}
.section-content.best_practices_detail .aside-list-info .item-txt{display:block;font-size:14px;font-family:"LGSmHaTR";color:#665852}
.section-content.best_practices_detail .aside-list-info a{display:inline-block;width:146px}
.section-content.best_practices_detail .next-area .tit,.section-content.best_practices_detail .prev-area .tit{display:block;max-width:132px}
.section-content.best_practices_detail .next-area .txt,.section-content.best_practices_detail .prev-area .txt{display:inline-block;max-width:132px}
.section-content.best_practices_detail .next-area,.section-content.best_practices_detail .prev-area{margin-bottom:33px}
.section-content.best_practices_detail .next-area .aside-img,.section-content.best_practices_detail .prev-area .aside-img{position:relative;display:inline-block;width:100%;height:93px}
.section-content.best_practices_detail .next-area .aside-img .txt-area,.section-content.best_practices_detail .prev-area .aside-img .txt-area{position:absolute;left:0;bottom:0;width:100%;height:26px}
.section-content.best_practices_detail .next-area .aside-img .dimmed,.section-content.best_practices_detail .prev-area .aside-img .dimmed{display:inline-block;position:absolute;z-index:0;left:0;bottom:0;width:100%;height:100%;background:#000;opacity:.5}
.section-content.best_practices_detail .next-area .aside-img img,.section-content.best_practices_detail .prev-area .aside-img img{width:146px;height:93px}
.section-content.best_practices_detail .next-area .aside-img .ico,.section-content.best_practices_detail .prev-area .aside-img .ico{position:absolute;display:inline-block;width:19px;height:8px;top:9px;left:12px;background:url("../../images/common/company/ico_release_thumb_prev_t.png") no-repeat 0 0}
.section-content.best_practices_detail .next-area .aside-img .txt,.section-content.best_practices_detail .prev-area .aside-img .txt{position:relative;right:12px;display:block;max-width:none;margin-top:6px;text-align:right;font-family:"LGSmHaTR";color:#fff;z-index:1;line-height:1}
.section-content.best_practices_detail .next-area .aside-img .ico{left:auto;right:12px;width:19px;height:8px;background:url("../../images/common/company/ico_release_thumb_next_t.png") no-repeat 0 0}
.section-content.best_practices_detail .next-area .aside-img .txt{text-align:left;right:auto;left:19px}
.section-content.best_practices_detail .aside-content{position:relative;z-index:1;float:right;width:574px;padding-left:39px;border-left:1px solid #e0e0e0}
.section-content.best_practices_detail .aside-content .breadcrumb{font-size:0}
.section-content.best_practices_detail .aside-content .breadcrumb .date,.section-content.best_practices_detail .aside-content .breadcrumb .txt{font-size:14px;font-family:"LGSmHaTR";color:#665852}
.section-content.best_practices_detail .aside-content .breadcrumb .ico{display:inline-block;content:'';width:1px;height:11px;margin:0 20px;background:#a19896;vertical-align:super}
.section-content.best_practices_detail .aside-content .sub-tit .txt{display:block;font-size:26px;font-family:"LGSmHaTSB";color:#333130;line-height:1.37}
.section-content.best_practices_detail .aside-content .sub-tit .txt:first-child{margin-top:13px}
.section-content.best_practices_detail .aside-content .item-area{display:none;margin-top:3px}
.section-content.best_practices_detail .aside-content .item-area .item{font-size:18px;font-family:"LGSmHaTR";color:#333130}
.section-content.best_practices_detail .aside-content .item-area .stg{font-size:18px;font-family:"LGSmHaTSB";color:#333130}
.section-content.best_practices_detail .aside-content .best_practices_detail{position:relative;margin-top:34px;width:auto;max-height:320px;overflow:hidden}
.section-content.best_practices_detail .aside-content .best_practices_detail img{width:100%;height:auto}
.section-content.best_practices_detail .aside-content .best_practices_detail .section-aside-btn{position:absolute;bottom:0;right:0;display:table;background:#333130}
.section-content.best_practices_detail .aside-content .best_practices_detail .section-aside-btn a{text-align:center;color:#fff;display:block;font-family:"LGSmHaTSB";font-size:14px;line-height:1.6;width:120px;height:120px;-webkit-transition:.3s all;-o-transition:.3s all;transition:.3s all;display:table-cell;vertical-align:middle}
.section-content.best_practices_detail .aside-content .best_practices_detail .section-aside-btn a .txt{display:block;padding:0 5px}
.section-content.best_practices_detail .aside-content .best_practices_detail .section-aside-btn a .ico{position:absolute;bottom:20px;right:20px;display:inline-block;background-image:url(../../images/common/default/sprite_pc.png);background-position:-275px -233px;width:30px;height:10px;background-size:431px 383px}
.section-content.best_practices_detail .aside-content .best_practices_detail .section-aside-btn a:focus,.section-content.best_practices_detail .aside-content .best_practices_detail .section-aside-btn a:hover{background:#a40034}
.section-content.best_practices_detail .aside-content .text-info{min-height:150px;padding:50px 0}
.section-content.best_practices_detail .aside-content .text-info img{width:100%}
.section-content.best_practices_detail .aside-content .text-info strong{font-weight:bold}
.section-content.best_practices_detail .aside-content .text-info em{font-style:italic}
.section-content.best_practices_detail .aside-content .hashtag-info{padding:26px 0 40px;border-top:1px solid #e0e0e0}
.section-content.best_practices_detail .aside-content .hashtag-info .hashtag-list li{float:left;margin-right:6px}
.section-content.best_practices_detail .aside-content .hashtag-info .hashtag-list li:last-child{margin-right:0}
.section-content.best_practices_detail .aside-content .hashtag-info .hashtag-list li .item{display:inline-block;padding:6px 12px;border:1px solid #9d9391;border-radius:15px}
.section-content.best_practices_detail .aside-content .hashtag-info .hashtag-list li .item .txt{font-size:12px;font-family:"LGSmHaTR";color:#665852}
.section-content.best_practices_detail .aside-content .hashtag-info .hashtag-list li .item:focus,.section-content.best_practices_detail .aside-content .hashtag-info .hashtag-list li .item:hover{border:1px solid #4d4948;background:#4d4948}
.section-content.best_practices_detail .aside-content .hashtag-info .hashtag-list li .item:focus .txt,.section-content.best_practices_detail .aside-content .hashtag-info .hashtag-list li .item:hover .txt{color:#fff}
.section-content.relate{padding-top:20px}
.relate-bg{width:100%;height:300px;margin-top:-15px;background:#eeece8;z-index:0}
.relate-list-container{width:100%;max-width:800px;margin:-257px auto 0;padding-bottom:79px}
.relate-list-container .swiper-slide{width:176px;margin-right:32px}
.relate-list-container .swiper-slide:last-child{margin-right:0}
.relate-list-container .swiper-slide .item{overflow:hidden;position:relative;display:block}
.relate-list-container .swiper-slide img{width:100%;height:113px}
.relate-list-container .swiper-slide .txt{max-height:44px;padding-top:8px;color:#333130;line-height:1.5;font-size:14px;font-family:"LGSmHaTSB";word-break:keep-all;display:block;display:-webkit-box;-webkit-box-orient:vertical;position:relative;line-height:1.5!important;overflow:hidden;-o-text-overflow:ellipsis;text-overflow:ellipsis;height:3em;-webkit-line-clamp:2;display:-webkit-box!important;white-space:unset;height:auto}
.relate-list-container .swiper-slide .txt:after{content:'';text-align:right;bottom:0;right:0;width:25%;display:block;position:absolute;height:1.5em}
@supports (-webkit-line-clamp: 1){
.relate-list-container .swiper-slide .txt:after{display:none!important}}
.relate-list-container .swiper-slide .item-txt{display:block;color:#665852;font-size:14px;font-family:"LGSmHaTR"}
/*! sns채널 - 리스트 */
.section-content.sns{margin-top:-220px}
.section-content.sns .sub-title .baro{position:absolute;bottom:1px;right:0;color:#333130;font-size:14px;font-family:"LGSmHaTR"}
.section-content.sns .sub-title .baro::after{content:'';display:inline-block;width:40px;border-top:1px solid #333130;margin-left:13px;vertical-align:super}
.sns-area{margin:22px auto 0}
.sns-area .sns-list{margin:0 0 80px -16px}
.sns-area .sns-box-sm{float:left;width:188px;margin-left:16px}
.sns-area .sns-box-sm a{display:block}
.sns-area .sns-box-sm .txt-box{position:relative;width:188px;height:129px;-webkit-box-sizing:border-box;box-sizing:border-box;padding:23px 27px 0;color:#333130;word-break:keep-all;background:#fafafa;font-family:"LGSmHaTSB";font-size:14px;line-height:1.6}
.sns-area .sns-box-sm .txt-box.ty02{padding:14px 12px 0}
.sns-area .sns-box-sm .txt-box.ty02 .field{position:relative;width:100%;margin-bottom:18px;padding-bottom:8px;border-bottom:1px solid #e0e0e0}
.sns-area .sns-box-sm .txt-box.ty02 .field .s-tit{float:left;color:#333130;font-size:14px;font-family:"LGSmHaTSB"}
.sns-area .sns-box-sm .txt-box.ty02 .field .day{float:right;color:#4c4948;font-size:12px;font-family:"LGSmHaTR"}
.sns-area .sns-box-sm .txt-box.ty02 .tit-ty02{margin:0 26px;max-height:46px;color:#333130;display:block;display:-webkit-box;-webkit-box-orient:vertical;position:relative;line-height:1.6!important;overflow:hidden;-o-text-overflow:ellipsis;text-overflow:ellipsis;height:3.2em;-webkit-line-clamp:2;display:-webkit-box!important;white-space:unset;height:auto}
.sns-area .sns-box-sm .txt-box.ty02 .tit-ty02:after{content:'';text-align:right;bottom:0;right:0;width:25%;display:block;position:absolute;height:1.6em}
@supports (-webkit-line-clamp: 1){
.sns-area .sns-box-sm .txt-box.ty02 .tit-ty02:after{display:none!important}}
.sns-area .sns-box-sm .txt-box .tit{max-height:46px;color:#333130;display:block;display:-webkit-box;-webkit-box-orient:vertical;position:relative;line-height:1.6!important;overflow:hidden;-o-text-overflow:ellipsis;text-overflow:ellipsis;height:3.2em;-webkit-line-clamp:2;display:-webkit-box!important;white-space:unset;height:auto}
.sns-area .sns-box-sm .txt-box .tit:after{content:'';text-align:right;bottom:0;right:0;width:25%;display:block;position:absolute;height:1.6em}
@supports (-webkit-line-clamp: 1){
.sns-area .sns-box-sm .txt-box .tit:after{display:none!important}}
.sns-area .sns-box-sm .txt-box .date{position:absolute;left:26px;bottom:19px;color:#4c4948;font-family:"LGSmHaTR";font-size:14px}
.sns-area .sns-box-sm .txt-box .ico{position:absolute;right:25px;bottom:28px;display:inline-block;background-image:url(../../images/common/default/sprite_pc.png);background-position:-212px -269px;width:30px;height:10px;background-size:431px 383px}
.sns-area .sns-box-sm .photo-img{width:100%;height:120px}
.sns-area .sns-box-la{float:left;width:392px;margin:35px 0 0 16px}
.sns-area .sns-box-la a{display:block}
.sns-area .sns-box-la .tit{padding-top:12px;max-height:30px;color:#333130;display:block;display:-webkit-box;-webkit-box-orient:vertical;position:relative;line-height:1.6!important;overflow:hidden;-o-text-overflow:ellipsis;text-overflow:ellipsis;height:1.6em;display:block!important;white-space:nowrap;height:auto;color:#333130;word-break:keep-all;font-family:"LGSmHaTSB";font-size:14px;line-height:1.6}
.sns-area .sns-box-la .tit:after{content:'';text-align:right;bottom:0;right:0;width:25%;display:block;position:absolute;height:1.6em}
.sns-area .sns-box-la .tit:after{display:none!important}
@supports (-webkit-line-clamp: 1){
.sns-area .sns-box-la .tit:after{display:none!important}}
.sns-area .sns-box-la .img-area{position:relative;width:392px;height:220px}
.sns-area .sns-box-la .img-area .ico{position:absolute;left:16px;bottom:17px;display:block;width:42px;height:42px;background:url("../../images/common/company/ico_movie64x64.png") no-repeat 0 0;background-size:cover}
.sns-area .sns-box-la .photo-img{width:100%;height:220px}
.sns-area .sns-box-la:nth-child(1),.sns-area .sns-box-la:nth-child(2){margin-top:0}
/*! 기업정보 - CEO */
.section-content-intro-type02{padding-bottom:80px;margin-top:-1.5625vw}
.section-content-intro-type02 .section-inner{position:relative;width:87.5vw;margin:0 auto}
.section-content-intro-type02 .img-area-mo{display:none}
.section-content-intro-type02 .txt-area{float:left;width:28.125vw;padding-left:12.5vw;vertical-align:top;letter-spacing:-0.5px}
.section-content-intro-type02 .txt-area .title{margin:4.76563vw 0 5.46875vw -15.625vw;font-size:2.5vw;font-family:"LGSmHaTB";color:#333130}
.section-content-intro-type02 .txt-area .title::before{content:'';display:inline-block;width:7.26563vw;height:1px;margin-right:1.79688vw;background:#333130;vertical-align:super}
.section-content-intro-type02 .txt-area .sub-tit{font-size:1.875vw;font-family:"LGSmHaTSB";color:#333130;word-break:keep-all;line-height:2.57813vw}
html.lang-ja .section-content-intro-type02 .txt-area .sub-tit,html.lang-zh .section-content-intro-type02 .txt-area .sub-tit{word-break:break-all}
.section-content-intro-type02 .txt-area .sub-tit .point{color:#c00032}
.section-content-intro-type02 .txt-area .txt{font-size:1.09375vw;font-family:"LGSmHaTR";color:#222121;line-height:1.64063vw;word-break:keep-all;margin-bottom:1.04167vw}
.section-content-intro-type02 .txt-area .txt:nth-of-type(1){margin-top:1.77083vw}
.section-content-intro-type02 .txt-area .txt:last-of-type{margin-bottom:0}
html.lang-ja .section-content-intro-type02 .txt-area .txt,html.lang-zh .section-content-intro-type02 .txt-area .txt{word-break:break-all}
.section-content-intro-type02 .img-area{float:right;position:relative;width:calc(840/1680*100%);height:0;padding-top:calc(957/1680*100%);background:url("../../images/common/company/top_visual_ceo.jpg") no-repeat 0 0;background-size:contain}
.section-content-intro-type02 .img-area .txt{position:absolute;left:-2.10938vw;bottom:3.125vw;font-size:0.9375vw;font-family:"LGSmHaTR";color:#333130}
.section-content-intro-type02 .img-area .txt::before{content:'';display:inline-block;width:7.42188vw;height:1px;margin-right:2.10938vw;background:#333130;vertical-align:super}
html.lang-en .section-content-intro-type02 .img-area .txt::before,html.lang-ja .section-content-intro-type02 .img-area .txt::before{width:2.08333vw}
/*! Company - 기업정보 - 비전 */
.snb-type01.visions{padding:61px 0 293px 40px}
.section-content.visions br.mo_only{display:none!important}
.section-content.visions .sub-title{padding:0;font-size:32px;margin-bottom:20px;font-family:"LGSmHaTB";text-align:center}
.section-content.visions .sub-txt{font-size:21px;font-family:"LGSmHaTSB";color:#333130;text-align:center;margin-bottom:56px}
.section-content.visions .category-box{font-size:0; border-radius: 20px;}
.section-content.visions .category-box .item{display:inline-block;width:50%;height:170px;padding:24px 25px 24px 25px;border:1px solid #e0e0e0;background:#fff;-webkit-box-sizing:border-box;box-sizing:border-box;vertical-align:top}
html.lang-en .section-content.visions .category-box .item{height:200px}
html.lang-pl .section-content.visions .category-box .item{height:220px}
html.lang-de .section-content.visions .category-box .item{height:240px}
.section-content.visions .category-box .item:nth-child(2){margin-left:-1px}
.section-content.visions .category-box .item:nth-child(4){margin-left:-1px}
.section-content.visions .category-box .item:nth-child(3),.section-content.visions .category-box .item:nth-child(4){margin-top:-1px}
.section-content.visions .category-box .list .ico{display:table-cell;width:6px;height:6px;background:url("../../images/common/default/bu_circle.png") no-repeat 0 9px}
.section-content.visions .category-box .list .txt{display:table-cell;padding-left:13px}
.section-content.visions .category-box .sub-tit{margin-bottom:10px;font-size:18px;font-family:"LGSmHaTSB";color:#333130}
.section-content.visions .category-box .txt{font-size:14px;font-family:"LGSmHaTR";color:#4d4948;line-height:1.6;letter-spacing:-1px}
.section-content.visions .category-box .txt.bullet{padding-left:15px;position:relative}
.section-content.visions .category-box .txt.bullet:before{position:absolute;left:0;top:7px;content:'';display:inline-block;width:6px;height:6px;background:url("../../images/common/company/vision_bullet.png") no-repeat}
.section-content.visions .section-type01:nth-child(2){margin-top:80px;margin-bottom:80px}
.section-content.visions .section-type01:nth-child(2) .sub-title{padding-top:13px;margin-bottom:37px;font-size:22px;font-family:"LGSmHaTSB";text-align:left}
.section-content.visions .section-type01:nth-child(2) .item-box{float:left;width:calc(20% - 33px);text-align:center;padding:0 20px;border-right:1px solid #e0e0e0;min-height:227px}
.section-content.visions .section-type01:nth-child(2) .item-box:first-child{padding-left:0}
.section-content.visions .section-type01:nth-child(2) .item-box:last-child{padding-right:0;border-right:0}
.section-content.visions .section-type01:nth-child(2) .item-box .item-ttl{font-size:18px;font-family:"LGSmHaTSB";color:#333130;margin-bottom:25px}
.section-content.visions .section-type01:nth-child(2) .item-box .item-txt{text-align:left;font-size:14px;font-family:"LGSmHaTR";color:#4c4948;line-height:1.66}
.section-content.visions .section-type01:nth-child(2) .value-icon{width:100%;height:60px;margin-bottom:30px}
.section-content.visions .section-type01:nth-child(2) .item-box:nth-child(1) .value-icon{background:url("../../images/common/company/vision_value_ico01.png") no-repeat center}
.section-content.visions .section-type01:nth-child(2) .item-box:nth-child(2) .value-icon{background:url("../../images/common/company/vision_value_ico02.png") no-repeat center}
.section-content.visions .section-type01:nth-child(2) .item-box:nth-child(3) .value-icon{background:url("../../images/common/company/vision_value_ico03.png") no-repeat center}
.section-content.visions .section-type01:nth-child(2) .item-box:nth-child(4) .value-icon{background:url("../../images/common/company/vision_value_ico04.png") no-repeat center}
.section-content.visions .section-type01:nth-child(2) .item-box:nth-child(5) .value-icon{background:url("../../images/common/company/vision_value_ico05.png") no-repeat center}
.section-content.visions .section-type01:nth-child(3){margin-top:120px;margin-bottom:120px}
.section-content.visions .section-type01:nth-child(3) .sub-title{padding-top:20px;margin-bottom:59px;font-size:22px;font-family:"LGSmHaTSB";text-align:left}
.section-content.visions .section-type01:nth-child(3) .slogan-img{text-align:center;margin-bottom:40px}
.section-content.visions .section-type01:nth-child(3) .slogan-box{background:#fafafa;text-align:center;padding:35px 0}
.section-content.visions .section-type01:nth-child(3) .slogan-box .txt{font-size:14px;font-family:"LGSmHaTR";line-height:1.66;color:#4c4948}
/*! Company - 연혁 */
.snb-type01.milestone{padding:61px 0 101px 40px}
.section-content.milestone{font-size:0;margin-bottom:54px}
.section-content.milestone .section-inner{position:relative;width:800px}
.section-content.milestone .history-box-mo{display:none}
.section-content.milestone .navi{position:absolute;top:324px;right:40px;width:100px;text-align:right}
.section-content.milestone .navi .item{padding:7px 0}
.section-content.milestone .navi .txt{font-size:12px;font-family:"LGSmHaTR";color:#7a716b}
.section-content.milestone .navi .link-area{margin-top:9px;text-align:right}
.section-content.milestone .navi .link-area .item{display:inline-block}
.section-content.milestone .navi .link-area .ico{display:block;width:38px;height:31px;margin:0 auto 18px;background:url("../../images/common/company/ico_mildstone_h.png") no-repeat 0 0;background-size:100%}
.section-content.milestone .navi .link-area .item.on .line-red,.section-content.milestone .navi .link-area .item:active .line-red,.section-content.milestone .navi .link-area .item:focus .line-red,.section-content.milestone .navi .link-area .item:hover .line-red{bottom:-2px;width:100%;height:4px;background:#a50034;z-index:0;-webkit-transition:.4s all;-o-transition:.4s all;transition:.4s all}
.section-content.milestone .navi .link-area .txt-box{position:relative;vertical-align:baseline}
.section-content.milestone .navi .link-area .txt-box .line-red{position:absolute;left:0;display:inline-block;width:1px}
.section-content.milestone .navi .link-area .txt-box::before{content:'';position:absolute;display:block;width:100%;height:4px;left:0;bottom:-2px;background:#e0e0e0}
.section-content.milestone .navi .link-area .txt{position:relative;z-index:1;font-size:12px;font-family:"LGSmHaTSB";color:#333130}
.section-content.milestone .navi .item.on .txt{font-family:"LGSmHaTB";color:#333130}
.section-content.milestone .navi .item.on .txt::before{content:'';display:inline-block;width:8px;height:1px;margin-right:9px;vertical-align:4px;background:#000}
.section-content.milestone .box{display:inline-block;width:256px;height:372px;margin:16px 16px 0 0;padding:34px 20px 0 26px;-webkit-box-sizing:border-box;box-sizing:border-box;border:1px solid #e0e0e0;vertical-align:top;background:#fff}
html.lang-en .section-content.milestone .box{height:610px}
/* html.lang-en .section-content.milestone .box:nth-child(1),html.lang-en .section-content.milestone .box:nth-child(2),html.lang-en .section-content.milestone .box:nth-child(3){height:340px} */
html.lang-de .section-content.milestone .box{height:500px}
html.lang-ja .section-content.milestone .box{height:435px}
.section-content.milestone .box .sub-tit{margin-bottom:18px;font-size:24px;font-family:"LGSmHaTSB";color:#333130;line-height:initial}
.section-content.milestone .box:nth-of-type(3n){margin-right:0}
.section-content.milestone .box:nth-child(-n + 3){margin-top:0}
.section-content.milestone .box.short{height:178px}
html.lang-en .section-content.milestone .box.short{height:220px}
html.lang-pl .section-content.milestone .box.short{height:190px}
html.lang-de .section-content.milestone .box.short{height:205px}
html.lang-ja .section-content.milestone .box.short{height:200px}
.section-content.milestone .bg2020{background:#fff url("../../images/common/company/img_mildstone_bg2020.jpg") no-repeat 0 bottom;background-size:100%}
.section-content.milestone .bg2017{background:#fff url("../../images/common/company/img_mildstone_bg01@2x.png") no-repeat 0 bottom;background-size:100%}
.section-content.milestone .bg2016{background:#fff url("../../images/common/company/img_mildstone_bg02@2x.png") no-repeat 0 bottom;background-size:100%}
.section-content.milestone .bg2013{background:#fff url("../../images/common/company/img_mildstone_bg03@2x.png") no-repeat 0 bottom;background-size:100%}
.section-content.milestone .bg2008{background:#fff url("../../images/common/company/img_mildstone_bg04@2x.png") no-repeat 0 bottom;background-size:100%}
.section-content.milestone .bg2006{background:#fff url("../../images/common/company/img_mildstone_bg05@2x.png") no-repeat 0 bottom;background-size:100%}
.section-content.milestone .bg2003{background:#fff url("../../images/common/company/img_mildstone_bg06@2x.png") no-repeat 0 bottom;background-size:100%}
.section-content.milestone .bg1999{background:#fff url("../../images/common/company/img_mildstone_bg07@2x.png") no-repeat 0 bottom;background-size:100%}
.section-content.milestone .bg1998{background:#fff url("../../images/common/company/img_mildstone_bg08@2x.png") no-repeat 0 bottom;background-size:100%}
.section-content.milestone .bg1976{background:#fff url("../../images/common/company/img_mildstone_bg09@2x.png") no-repeat 0 bottom;background-size:100%}
.section-content.milestone .bg1962{background:#fff url("../../images/common/company/img_mildstone_bg10@2x.png") no-repeat 0 bottom;background-size:100%}
.section-content.milestone .bg1947{background:#fff url("../../images/common/company/img_mildstone_bg11@2x.png") no-repeat 0 bottom;background-size:100%}
.section-content.milestone .list .month,.section-content.milestone .list .txt-area{display:table-cell}
.section-content.milestone .list .month{font-size:12px;font-family:"LGSmHaTSB";color:#333130}
.section-content.milestone .txt-area .txt{display:block}
.section-content.milestone .txt-area .txt{padding-left:17px;font-size:12px;font-family:"LGSmHaTR";color:#4d4948;line-height:1.66;letter-spacing:-1px;word-break:keep-all}
html.lang-de .section-content.milestone .txt-area .txt,html.lang-ja .section-content.milestone .txt-area .txt,html.lang-pl .section-content.milestone .txt-area .txt,html.lang-zh .section-content.milestone .txt-area .txt{word-break:break-all}
.tab-menu-type01 li{width:50%}
/*! 생명과학 상세 */
.section-content.business05-detail{margin-top:54px}
.section-content.business05-detail .result-list{border-top:none;margin-bottom:0}
.section-content.business05-detail .result-list .tit{display:inline-block;font-size:14px;margin:10px 0 5px;line-height:1.3}
.section-content.business05-detail .more-area{margin:13px 0 85px;text-align:center}
.section-list-type04 .result-list li{float:left;width:176px;min-height:250px;margin-right:32px}
.section-list-type04 .result-list .item{display:inline-block;width:100%;padding-top:26px;border:none}
.section-list-type04 .result-list .item:last-child{border:none}
.section-list-type04 .result-list .thumb-img{width:100%;height:112px;margin-right:0}
.section-list-type04 .result-list li:nth-child(4n+0){margin:0}
.section-list-type04 .result-list li:nth-child(n+5) .item{padding-top:0}
.section-list-type04 .result-list .tit{margin-top:16px;color:#a50034;font-family:"LGSmHaTSB";font-size:16px}
.section-list-type04 .result-list .txt{display:block;font-size:14px;font-family:"LGSmHaTR";color:#333130;display:block;display:-webkit-box;-webkit-box-orient:vertical;position:relative;line-height:1.3!important;overflow:hidden;-o-text-overflow:ellipsis;text-overflow:ellipsis;height:1.3em;display:block!important;white-space:nowrap}
.section-list-type04 .result-list .txt:after{content:'';text-align:right;bottom:0;right:0;width:25%;display:block;position:absolute;height:1.3em}
.section-list-type04 .result-list .txt:after{display:none!important}
@supports (-webkit-line-clamp: 1){
.section-list-type04 .result-list .txt:after{display:none!important}}
.iframe-wrap{width:1000px;height:980px;overflow:hidden;position:relative;margin:0 auto}
.iframe-wrap iframe{width:1000px;height:950px;position:absolute;left:100px;top: 20px}
.iframe-wrap iframe.pc-url{display:block}
.iframe-wrap iframe.mo-url{display:none}

/* s 20210609 비전 신규 페이지로 수정 비전_new tb */
.snb-type.visions.new .sub-txt {width: 700px;}
.bg-section.visions.new {height: 400px;}
.section-content.visions.new {padding-top: 80px;    margin-top: 0;}
.section-content.visions.new .category-box {box-shadow: 22px 18px 35px 8px rgb(182 180 180 / 20%);  border: 1px solid #e0e0e0;    background: #fff; border-radius: 20px; }
.section-content.visions.new .category-box .item {position: relative; width: calc(100%/3); height: 235px; padding: 0;margin: 0px; border: unset; background: unset;}

.section-content.visions.new .category-box .item:nth-child(2){border-right: none;        border-left: none;}
.section-content.visions.new .category-box .item:nth-child(3){        border-left: none;}
.section-content.visions.new .category-box .item:nth-child(3) .txt::after{display:none;}
.section-content.visions.new .category-box .item .line-box { margin:38px 0 0 48px;}
.section-content.visions.new .category-box .sub-tit {margin-bottom: 22px;}

.section-content.visions.new .section-type01:nth-child(3) .sub-title {margin-bottom: 27px;}
.section-content.visions.new .section-type01:nth-child(3){margin-top: 75px;margin-bottom:0;}
.section-content.visions.new .accordion-st-area {margin:0 0 120px 0;}
.section-content.visions.new .accordion-st-area .accordion-st-list {border: 0;}

.section-content.visions.new .category-box .item .txt::after{position: absolute;content: '';display: block;width: 1px;height: 137px;top: 40px;right: 0;background: #c8c8cc;}

.section-content.visions.new .accordion-st-area .accordion-st-list .title .btn-spread {padding: 0;}

/* .section-content.visions.new .accordion-st-list .left-ico {position:relative; width: 11%;box-sizing: border-box;float: left; padding:90px 70px;} */
.section-content.visions.new .accordion-st-list .right-txt {position:relative; box-sizing: border-box;padding:50px 20px 50px 20px;}
.section-content.visions.new .accordion-st-list .item {width:100%; display: inline-block;border-top:1px solid #ccc; border-bottom: unset;}
/* .section-content.visions.new .accordion-st-list .item:nth-child(5) .title{border-bottom:1px solid #ccc; ;} */
.section-content.visions.new .accordion-st-list .item .title {display: inline-block;width: 100%;box-sizing: border-box;; background-color: unset;}
.section-content.visions.new .accordion-st-area .accordion-st-list {margin-left: 120px;}
.section-content.visions.new .accordion-st-area .accordion-st-list .left-ico {left: -25%;position: absolute;display: block;width: 25%;height: 170px;}
.section-content.visions.new .accordion-st-area .accordion-st-list .item:nth-child(1) .left-ico {height:185px;}
.section-content.visions.new .accordion-st-area .accordion-st-list .left-ico .ico01 {width: 100%;height: 100%;display: block;position: absolute;top: 0%;left: -10%;    }
.section-content.visions.new .accordion-st-area .accordion-st-list .item:nth-child(1) .left-ico .ico01 {background: url(../../images/common/company/vision_value_ico01.png) no-repeat center;    background-size: 100%;}
.section-content.visions.new .accordion-st-area .accordion-st-list .item:nth-child(2) .left-ico .ico01 {background: url(../../images/common/company/vision_value_ico02.png) no-repeat center;    background-size: 100%;}
.section-content.visions.new .accordion-st-area .accordion-st-list .item:nth-child(3) .left-ico .ico01 {background: url(../../images/common/company/vision_value_ico03.png) no-repeat center;    background-size: 100%;}
.section-content.visions.new .accordion-st-area .accordion-st-list .item:nth-child(4) .left-ico .ico01 {background: url(../../images/common/company/vision_value_ico04.png) no-repeat center;    background-size: 100%;}
.section-content.visions.new .accordion-st-area .accordion-st-list .item:nth-child(5) .left-ico .ico01 {background: url(../../images/common/company/vision_value_ico05.png) no-repeat center;    background-size: 100%;}
.section-content.visions.new .accordion-st-area .accordion-st-list .title .txt{color: #a50034;font-size: 18px;}
.section-content.visions.new .accordion-st-area .accordion-st-list .title .txt + .txt {font-size:16px; color:#4c4948; margin-top:17px;font-family: "LGSmHaTR"; line-height:1.5}
.section-content.visions.new .accordion-st-area .accordion-st-list .item .detail{padding:20px 20px 45px 20px ;}
.section-content.visions.new .accordion-st-area .accordion-st-list .item .detail .pro-list .cont {width: 50% ; display:inline-block;vertical-align: top;}
.section-content.visions.new .accordion-st-area .accordion-st-list .detail .pro-list {display: table;width: 100%;}
.section-content.visions.new .accordion-st-area .accordion-st-list .item .detail .pro-list .cont .ord-box{margin-top: 15px;}
.section-content.visions.new .accordion-st-area .accordion-st-list .item .detail .pro-list .cont .ord-box .copy{font-size:18px;font-family:"LGSmHaTSB";color:#333130; margin-bottom:18px;}
.section-content.visions.new .accordion-st-area .accordion-st-list .item .detail .pro-list .cont .ord-box .pro-txt{font-size:14px;font-family:"LGSmHaTR";color:#333130; line-height: 1.62; }
.section-content.visions.new .accordion-st-area .accordion-st-list .item .title .btn-spread [class^="ico"]{position:absolute;display:block;top:50%;left:49px;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);background-repeat:no-repeat;background-position:center center;background-size:100%;right: 7px;}
.section-content.visions.new .accordion-st-area .accordion-st-list .item .title .btn-spread .ico01{width:70px;height: 70px; background-repeat:no-repeat;}
.section-content.visions.new .accordion-st-area .accordion-st-list .item .detail .pro-list .cont .ico01 {position: relative; width: 50px; height: 55px;}
.section-content.visions.new .accordion-st-area .accordion-st-list .item:nth-child(1) .detail .pro-list .cont:nth-child(1) .ico01{ background: url(../../images/common/company/vision_value_ico01-1.png) no-repeat center; background-size:100%;}
.section-content.visions.new .accordion-st-area .accordion-st-list .item:nth-child(1) .detail .pro-list .cont:nth-child(2) .ico01{ background: url(../../images/common/company/vision_value_ico01-2.png) no-repeat center; background-size:100%;}
.section-content.visions.new .accordion-st-area .accordion-st-list .item:nth-child(2) .detail .pro-list .cont:nth-child(1) .ico01{ background: url(../../images/common/company/vision_value_ico02-1.png) no-repeat center; background-size:100%;}
.section-content.visions.new .accordion-st-area .accordion-st-list .item:nth-child(2) .detail .pro-list .cont:nth-child(2) .ico01{ background: url(../../images/common/company/vision_value_ico02-2.png) no-repeat center; background-size:100%;}
.section-content.visions.new .accordion-st-area .accordion-st-list .item:nth-child(3) .detail .pro-list .cont:nth-child(1) .ico01{ background: url(../../images/common/company/vision_value_ico03-1.png) no-repeat center; background-size:100%;}
.section-content.visions.new .accordion-st-area .accordion-st-list .item:nth-child(3) .detail .pro-list .cont:nth-child(2) .ico01{ background: url(../../images/common/company/vision_value_ico03-2.png) no-repeat center; background-size:100%;}
.section-content.visions.new .accordion-st-area .accordion-st-list .item:nth-child(4) .detail .pro-list .cont:nth-child(1) .ico01{ background: url(../../images/common/company/vision_value_ico04-1.png) no-repeat center; background-size:100%;}
.section-content.visions.new .accordion-st-area .accordion-st-list .item:nth-child(4) .detail .pro-list .cont:nth-child(2) .ico01{ background: url(../../images/common/company/vision_value_ico04-2.png) no-repeat center; background-size:100%;}
.section-content.visions.new .accordion-st-area .accordion-st-list .item:nth-child(5) .detail .pro-list .cont:nth-child(1) .ico01{ background: url(../../images/common/company/vision_value_ico05-1.png) no-repeat center; background-size:100%;}
.section-content.visions.new .accordion-st-area .accordion-st-list .item:nth-child(5) .detail .pro-list .cont:nth-child(2) .ico01{ background: url(../../images/common/company/vision_value_ico05-2.png) no-repeat center; background-size:100%;}
.section-content.visions.new .accordion-st-area .accordion-st-list .item:nth-child(5) {border-bottom:1px solid #ccc;}

.section-content.visions.new .section-type01:nth-child(3) .sub-title{padding-top:20px;margin-bottom:38px;font-size:21.33px;font-family:"LGSmHaTSB";text-align:left}
.section-content.visions.new .section-type01:nth-child(3) .item-box{float:left;width:calc(20% - 65px);text-align:center;padding:0 40px;border-right:1px solid #e0e0e0;min-height:258px}
.section-content.visions.new .section-type01:nth-child(3) .item-box:first-child{padding-left:0}
.section-content.visions.new .section-type01:nth-child(3) .item-box:last-child{padding-right:0;border-right:0}
.section-content.visions.new .section-type01:nth-child(3) .item-box .item-ttl{font-size:24px;font-family:"LGSmHaTSB";color:#333130;margin-bottom:25px}
.section-content.visions.new .section-type01:nth-child(3) .item-box .item-txt{text-align:left;font-size:18px;font-family:"LGSmHaTR";color:#4c4948;line-height:1.66}
.section-content.visions.new .section-type01:nth-child(3) .value-icon{width:100%;height:60px;margin-bottom:30px}
.section-content.visions.new .section-type01:nth-child(3) .item-box:nth-child(1) .value-icon{background:url("../../images/common/company/vision_value_ico01.png") no-repeat center}
.section-content.visions.new .section-type01:nth-child(3) .item-box:nth-child(2) .value-icon{background:url("../../images/common/company/vision_value_ico02.png") no-repeat center}
.section-content.visions.new .section-type01:nth-child(3) .item-box:nth-child(3) .value-icon{background:url("../../images/common/company/vision_value_ico03.png") no-repeat center}
.section-content.visions.new .section-type01:nth-child(3) .item-box:nth-child(4) .value-icon{background:url("../../images/common/company/vision_value_ico04.png") no-repeat center}
.section-content.visions.new .section-type01:nth-child(3) .item-box:nth-child(5) .value-icon{background:url("../../images/common/company/vision_value_ico05.png") no-repeat center}
.section-content.visions.new .section-type01:nth-child(2) {margin-top:80px;margin-bottom:75px}
.section-content.visions.new .section-type01:nth-child(2) .sub-title{padding-top:20px;margin-bottom:45px;font-size:21.33px;font-family:"LGSmHaTSB";text-align:left}
.section-content.visions.new .section-type01:nth-child(2) .slogan-img{text-align:center;margin-bottom:35px}
.section-content.visions.new .section-type01:nth-child(2) .slogan-img img{width:56%;}
.section-content.visions.new .section-type01:nth-child(2) .slogan-box{text-align:center;}
.section-content.visions.new .section-type01:nth-child(2) .slogan-box .txt{font-size:14px;font-family:"LGSmHaTR";line-height:1.66;color:#4c4948}

.mo-show{display:none;}
/* .pc-show{display:none;} */
.section-content.visions.new .category-box .item:nth-child(3), .section-content.visions .category-box .item:nth-child(4){margin-top:0;}
.section-content.visions.new .accordion-st-area .accordion-st-list .title .arrow-l {right: 24px;}
.section-content.visions.new .accordion-st-area .accordion-st-list .title .arrow-r {right: 13px;}
.section-content.visions.new .accordion-st-area .accordion-st-list .title .arrow-l, .accordion-st-area .accordion-st-list .title .arrow-r {width: 17px;height: 3px;}
/* e 20210617 비전 신규 페이지로 수정 비전_new tb */

 /*  s : 20210622 신약 파이프라인 tb  */
 /* .section-content.medicine01 .pipline-box {margin-top: 20px;} */
 /* .section-content.medicine01 .pipline-box img{width: 100%;} */
 /*  e : 20210622 신약 파이프라인 tb */

 /*  s : 20240118 신약 파이프라인 tb */
.section-content.medicine01 .mo_only{display: none;}
.section-content.medicine01 .color-change.colorpink{color:rgb(199,67,117); font-weight: bold;}
.section-content.medicine01 .color-change.colorpurple{color:rgb(90,91,159); font-weight: bold;}
.section-content.medicine01 .color-change.colorlight{color:rgb(136,176,75); font-weight: bold;}
.section-content.medicine01 .color-change.coloryellow{color:rgb(240,192,90); font-weight: bold;}
.section-content.medicine01 .color-change.colordeep{color: rgb(0,148,115); font-weight: bold;}

.section-content.medicine01 .pipeline-text{display: flex; width:100%; line-height: 1.8; margin-top:40px;}
.section-content.medicine01 .pipeline-text .txt{font-size: 19px; font-weight: bold; float:left;}
.section-content.medicine01 .pipeline-text ul{display:flex; margin-left:auto;font-size: 16px; text-align:end;}
.section-content.medicine01 .pipeline-text ul li{cursor: pointer;}
.section-content.medicine01 .pipeline-text ul li:not(:last-child){margin-right:18px;}
.section-content.medicine01 .pipeline-text ul li::before{content: "";width:10px; height:10px; background-color: #ccc; display:inline-block;margin-right:8px;}
.section-content.medicine01 .pipeline-text ul li.box-type01::before{background-color: rgb(199,67,117);}
.section-content.medicine01 .pipeline-text ul li.box-type02::before{background-color: rgb(90,91,159);}
.section-content.medicine01 .pipeline-text ul li.box-type03::before{background-color: rgb(136,176,75);}
.section-content.medicine01 .pipeline-text ul li.box-type04::before{background-color: rgb(240,192,90);}
.section-content.medicine01 .pipeline-text ul li.box-type05::before{background-color: rgb(0,148,115);}

.section-content.medicine01 .pipeline-box{margin-top: 20px; width:100%; display: flex; font-family: "LGSmHaTR";}
.section-content.medicine01 .pipeline-box .pipebox-title{width:16.6666%; float:left; box-sizing: border-box;}
.section-content.medicine01 .pipeline-box .pipebox-title ul{margin-top:10px;}
/* s: 20231108 수정 - pc */
.section-content.medicine01 .pipeline-box .pipebox-title.pipebox01{width:16.6666%; clear:both;}
/* e: 20231108 수정 - pc */
.section-content.medicine01 .pipeline-box .pipebox-title h5{color:#4d4948; background-color:#e0e0e0; box-sizing: border-box; text-align: center; font-size: 15px; line-height: 40px; font-weight: bold;position:relative;}
.section-content.medicine01 .pipeline-box .pipebox-title h5 span{margin-right:40px;}
.section-content.medicine01 .pipeline-box .pipebox-title:last-child h5 span{margin-right:0px;white-space: nowrap;}
.section-content.medicine01 .pipeline-box .pipebox-title:last-child h5{margin-right:40px}
/* s: 20231108 수정 - pc */
.section-content.medicine01 .pipeline-box .pipebox-title.pipebox01 ul{ width:100%; float: left;}
/* e: 20231108 수정 - pc */
.section-content.medicine01 .pipeline-box .pipebox-title h5:before{content:""; width:0; height:0; border-left:40px solid #e0e0e0; border-top:20px solid transparent; border-bottom:20px solid transparent; position:absolute; right:14px; z-index: 1;}
.section-content.medicine01 .pipeline-box .pipebox-title:last-child h5:before{right:-39px;}
.section-content.medicine01 .pipeline-box .pipebox-title:not(:first-child) h5:after{content:""; width:0; height:0; border-left:52px solid #fff; border-top:26px solid transparent; border-bottom:26px solid transparent; position:absolute; left:-53px; top:-6px;}
/* s: 20230508 파이프라인 수정 */
.section-content.medicine01 .pipeline-box .pipebox-title.pipebox02 {width:33.333%; clear:both;}
.section-content.medicine01 .pipeline-box .pipebox-title.pipebox02 ul {width: 50%; float: left;}
/* e: 20230508 파이프라인 수정 */

.section-content.medicine01 .pipeline-box .boxtxt .color-box{ padding:15px; height:80px;position: relative; margin-bottom: 5px; margin-right:5px; box-shadow:5px 5px 8px #f7f7f7;}
.section-content.medicine01 .pipeline-box .boxtxt .color-box a{z-index:5; color:#333;font-size: 14px; width:181px; height:91px; display:block; position:absolute;top:0px;left:0px; padding:15px 0px 0px 15px;}
.section-content.medicine01 .pipeline-box .boxtxt .color-box a strong{font-weight: bold; margin-bottom: 17px;}
.section-content.medicine01 .pipeline-box .boxtxt .color-box:before{content:""; width:25px; height:25px; background-color:#333; position:absolute; top:0px; right:0px;}
.section-content.medicine01 .pipeline-box .boxtxt .color-box.box-type01:before{background-color:rgb(199,67,117);}
.section-content.medicine01 .pipeline-box .boxtxt .color-box.box-type02:before{background-color:rgb(90,91,159);}
.section-content.medicine01 .pipeline-box .boxtxt .color-box.box-type03:before{background-color:rgb(136,176,75);}
.section-content.medicine01 .pipeline-box .boxtxt .color-box.box-type04:before{background-color:rgb(240,192,90);}
.section-content.medicine01 .pipeline-box .boxtxt .color-box.box-type05:before{background-color:rgb(0,148,115);}
.section-content.medicine01 .pipeline-box .boxtxt .color-box .company-logo{width:56px; position:absolute; bottom:10px; right:10px;}
/* s: 20231204 파이프라인 수정 */
.section-content.medicine01 .pipeline-box .boxtxt .color-box:after{content:""; background-color:#000; opacity: 0; width: 235px; height:114px; position:absolute;top:0px; left:0px;  transition: .5s;}
/* e: 20231204 파이프라인 수정 */
.section-content.medicine01 .pipeline-box .boxtxt .color-box.opacity-seven:after{opacity:.7;}

.section-content.medicine01 .pipeline-box .boxtxt .pipe_popup{display: none; width:378px; word-wrap: break-word; font-size: 15px; padding:40px 30px; background-color:#fff; position:fixed; top:50%; left:50%; transform: translate(-50%, -50%); z-index:1000;}
.section-content.medicine01 .pipeline-box .boxtxt .pipe_popup h6{ font-weight: bold; line-height:1.8;}
.section-content.medicine01 .pipeline-box .boxtxt .pipe_popup table{margin-top:15px; line-height: 1.5; width:100%;}
.section-content.medicine01 .pipeline-box .boxtxt .pipe_popup table tr{border-top:1px solid #e0e0e0;}
.section-content.medicine01 .pipeline-box .boxtxt .pipe_popup table tr:last-child{border-bottom: 1px solid #e0e0e0;}
.section-content.medicine01 .pipeline-box .boxtxt .pipe_popup table tr th{background-color:#f7f7f7; padding:10px 30px; text-align: center;}
.section-content.medicine01 .pipeline-box .boxtxt .pipe_popup table tr td{padding:10px 30px; width:60%; text-align: left;}
.section-content.medicine01 .pipeline-box .boxtxt .pipe_popup .memotxt {position:relative; left:30px; margin-top:20px; display:block;}
.section-content.medicine01 .pipeline-box .boxtxt .pipe_popup .memotxt .bold{font-weight:bold;}
.section-content.medicine01 .pipeline-box .boxtxt .pipe_popup .memotxt a{position:inherit; width:100%; font-size: 15px; padding:inherit; display: initial;}
.section-content.medicine01 .pipeline-box .boxtxt .pipe_popup .memotxt:before{content:"*"; position:absolute; top:0px; left:-10px;}
.section-content.medicine01 .pipeline-box .boxtxt .pipe_popup .btn-close-popup{background-color:#333130;color:#fff; font-weight: bold; padding:15px 40px; position: relative; left:50%; transform: translateX(-50%); margin-top:30px; }
/*  e : 20240118 신약 파이프라인 tb */
/* s: 20240118 파이프라인 다운로드버튼 위치조정 */
.align-right {float: right;margin-top: 30px;}
/* e: 20240118 파이프라인 다운로드버튼 위치조정 */

  /* s 20210623 경영정보 위원회 구성원 및 텍스트 추가 tb */
  .executive-type02 .executive-list.new .item {width:20%; }
  .section-content .section-txt {font-size: 18px;font-family: "LGSmHaTR";color: #4d4948;}
  /* e 20210623 경영정보 위원회 구성원 및 텍스트 추가 tb */

  /* s : 20210728 중국어 CSR tb */
  .ir-report02 .recent-data-list.cz_chpage .download-area .bttn .ico-download-white01{display:inline-block;margin-left:30px;background-image:url('../../images/common/default/sprite_pc.png');background-position:-387px -312px;width:13px;height:11px;background-size:431px 383px;}
  /* s : 20210728 중국어 CSR tb */

    /* s : 20210823 회사소개 about_new.html tablet */
    .section-content-intro-type01.new .txt-area.about {float: unset;width: 80%;}
    .section-content-intro-type01.new .txt-area.about .title {margin: 4.1667vw 0 3.125vw -15.625vw}
    .section-content-intro-type01.new .txt-area .sub-tit {font-size: 1.25vw;margin-bottom: 4.1667vw;}
    .section-content-introduction.about-new {margin-top:0;background: unset;max-height:100%}
    /* .section-content-introduction.about-new::before {position: absolute; left:0; content:''; background: #f8f1eb;width: 100%;height: 71%; z-index:-1;} */
    .section-content-introduction.about-new .introduction{padding-top: 75px; text-align: center;}
    .section-content-introduction.about-new .introduction p:nth-child(1){width:100%}
    .section-content-introduction.about-new .introduction .txt {font-size: 1.042vw;  font-family: "LGSmHaTR";  color: #222121;  line-height: 1.5;  word-break: keep-all; width: 75%;  margin: 0 auto 1.045vw;   }
    .section-content-introduction.about-new .introductory-area {margin: 100px 0 60px 0;}
    .section-content-intro-type01.new .txt-area .txt {font-size: 1.042vw;text-align: center;width: 50%;  margin: 0 auto 1.25vw;}
    .section-content-introduction.about-new .section-content-introduction .introductory-area {margin: 51px 0 120px;}
    .section-content-introduction.about-new .introductory-box {  box-shadow: 10px 10px 20px 0px rgb(182 180 180 / 20%);  border: 1px solid #e0e0e0;  background: #fff; border-radius: 20px; }
    .section-content-introduction.about-new .introductory-box .item {display: inline-block;  position: relative;  width: calc(100%/5);  height: 400px;  padding: 0;  margin-top: 0px; vertical-align: top;   }
    .section-content-introduction.about-new .introductory-box .item .txt::after {position: absolute;  content: '';  display: block;  width: 1px;  height: 300px;  top: 49px;  right: 0;  background: #c8c8cc;}
    .section-content-introduction.about-new .introductory-box .item:last-child .txt::after {display:none;}
    .section-content-introduction.about-new .introductory-area .introductory-box [class^="ico"] {  display: block;  width: 100%;  height: 165px; background-repeat: no-repeat;  background-size: 80px 72px;  background-position: center center;  }
    .section-content-introduction.about-new .introductory-area .introductory-box .item .sub-ico .ico01 {  background-image: url(../../images/common/company/introductor_ico01.png);  }
    .section-content-introduction.about-new .introductory-area .introductory-box .item .sub-ico .ico02 {  background-image: url(../../images/common/company/introductor_ico02.png);  }
    .section-content-introduction.about-new .introductory-area .introductory-box .item .sub-ico .ico03 {  background-image: url(../../images/common/company/introductor_ico03.png);  }
    .section-content-introduction.about-new .introductory-area .introductory-box .item .sub-ico .ico04 {  background-image: url(../../images/common/company/introductor_ico04.png);  }
    .section-content-introduction.about-new .introductory-area .introductory-box .item .sub-ico .ico05 {  background-image: url(../../images/common/company/introductor_ico05.png);  }
    .section-content-introduction.about-new .introductory-area .introductory-box .item .txt-box .more {font-size: 16px; font-family: "LGSmHaTSB" ;margin-top: 12px;}
    .section-content-introduction.about-new .introductory-area .introductory-box .item .txt-box {text-align: center;}
    .section-content-introduction.about-new .introductory-area .introductory-box .item .txt-box .tit {font-size: 16px;  font-family: "LGSmHaTR"; color: #302d2c; line-height: 1.5;}
    .section-content-introduction.about-new .introductory-area .introductory-box .item .txt-box .txt.red{font-size:20px;font-family: "LGSmHaTSB"; color: #a50034;line-height: 1.5; margin-top: 10px;  }
    .section-content-introduction.about-new .introductory-area .introductory-box .item .txt-box .red-sub{font-size:16px;font-family: "LGSmHaTR"; color: #a50034;line-height: 1.25; }
    .section-content-introduction.about-new .introductory-area .introductory-box .item .txt-box .more .ico {  position: static; display: inline-block;  background-image: url(../../images/common/default/sprite_pc.png);  background-position: -226px -269px;  width: 17px;  height: 10px;  background-size: 431px 383px;  }
    .section-content-introduction.about-new .download-box {text-align: right;}
    .section-content-introduction.about-new .download-box .bttn .ico-download-white01 {margin-left:23px;}
    .section-content-introduction.about-new .download-box .bttn.type03 .txt03 {font-size:16px ; font-family: "LGSmHaTB"; color:#ffffff;}

    .section-content-ceo {margin-top:115px;height: 453px;}
    .section-content-ceo .section-inner {   position: relative;  max-width: 800px;  margin: 0 auto;    }
    .section-content-ceo .section-inner .ceo-box {position: relative; width:100%;}
    .section-content-ceo .section-inner .ceo-box .ceo-img {margin-top: 160px;float: right;width:50%;}
    .section-content-ceo .section-inner .ceo-box .ceo-img img {width:100%; border-radius: 20px;}
    .section-content-ceo .section-inner .ceo-box .ceo-txt {height:220px;max-width: 440px; background-color:#faf5f1;padding: 70px; border-radius: 20px;}
    .section-content-ceo .section-inner .ceo-box .ceo-txt .name {display:inline-block; font-size:32px ; font-family: "LGSmHaTSB"; line-height: 0.93; color:#333130;}
    .section-content-ceo .section-inner .ceo-box .ceo-txt .name .position{display: inline-block; font-size:20px ; font-family: "LGSmHaTSB"; line-height: 1.5; color:#333130;}
    .section-content-ceo .section-inner .ceo-box .ceo-txt .txt {width: 70%;font-size:18px ; font-family: "LGSmHaTR"; line-height: 1.5; color:#333130; margin-top:20px}

    .section-content-business-area {margin-top: 110px; }
    .section-content-business-area .section-inner {   position: relative;  max-width: 800px;  margin: 0 auto;    }
    .section-content-business-area .section-inner .sub-tit{font-size: 32px;  font-family: "LGSmHaTB";  color: #333130;}
    /*.section-content-business-area .section-inner .sub-tit::before {content: '';  display: block;  position: relative;  width: 24px;  height: 4px;  margin-bottom: 13px;  background: #333130;}*/

    .video-zone .video-wrap {margin-top:60px;}
    .video-zone .video-wrap .playpause {  cursor: pointer;  width: 100%;  height: 100%;  position: absolute;  left: 0;  right: 0;  top: 0;  bottom: 0;  margin: auto;}
    .video-zone .video-wrap .playpause i.ico-play {  display: block;  position: absolute;  left: 50%;  top:50%; transform: translate(-50%, -50%); width: 96px;  height: 96px;  background: url(../../images/common/company/white_btn.png  )no-repeat left top;  background-size: 100%;  z-index: 5;}
    .video-zone .video-wrap .overlay {  cursor: pointer;  width: 100%;  height: 100%;  position: absolute;  left: 0;  right: 0;  top: 0;  bottom: 0;}

    .business-item {position: relative;  display: flex;  justify-content: space-between;  margin-top: 72px;}
    .business-item div img {width:100%;}
    .section-content-business-area .business-item > div {max-width: 368px;    width: calc(100%/3);}
    .advanced-materials {margin: 0 48px;}
    .section-content-business-area .business-item .item-box {padding: 25px; background-color: #fafafa;}
    .section-content-business-area .business-item .item-box .item-tit {font-size: 18px; font-family: "LGSmHaTSB"; line-height: 1.55; color:#333130; }
    .section-content-business-area .business-item .item-box .item-txt {font-size: 16px; font-family: "LGSmHaTR"; line-height: 1.72; color:#4d4948; letter-spacing: -0.05em; min-height:85px;}
    .section-content-business-area .business-item .item-box .item-line {position:relative;left:0; border: 1px solid #e0e0e0; max-width:305px; margin: 35px 0;  }
    .section-content-business-area .business-item .item-department {font-size:16px; font-family: "LGSmHaTR"; line-height: 1.72; color:#4d4948; letter-spacing: -0.05em; min-height:225px;}
    .section-content-business-area .business-item .item-department .list-dot {background: url(../../../images/common/company/business_dot.png);  background-size: 100%;  width: 3px;  height: 3px;  background-repeat: no-repeat;  position: relative;  display: inline-block;  vertical-align: middle; margin-right:9px;}

/* s:section-content-global_new 리뉴얼 mh230825*/
.section-content-global_new .corporation01 .biz-sign-list{display: flex; align-items:center; margin: 40px 0;}
.section-content-global_new .corporation01 .biz-sign-list .tit{font-family: 'LGSmHaTB';font-size: 16px;margin-right: 40px;}
.section-content-global_new .corporation01 .biz-sign-list .biz-sign{padding-top: 0; margin-bottom: 0;}
.corporation01 .biz-sign-list .biz-sign li{font-size:13px;padding-right: 30px;letter-spacing: 0;;font-family: 'LGSmHaTR'; display:flex; align-items:center; justify-content: center;}

.section-content-global_new {margin-top:120px;}
.section-content-global_new .section-inner {  position: relative;  max-width: 800px;  margin: 0 auto;}
.section-content-global_new .section-inner .sub-tit{font-size: 32px;  font-family: "LGSmHaTSB";  color: #333130;}
.section-content-global_new .nation-box {  position: relative;  width: 100%;  margin-top: 50px;  }
.section-content-global_new .nation-box li {  position: relative;  z-index: 1;  display: inline-block;  margin-right: 59px;  margin-bottom: 20px;  padding: 0 0 13px 0;  }
.section-content-global_new .content-global_new {  position: relative; }

.section-content-global_new .global-list{position:relative;margin:0 auto;}
.section-content-global_new .global-list .name{font-size:14px;font-family:"LGSmHaTSB";word-break:break-word;word-wrap:break-word;background-color: #f4f4f4;border-top: 1px solid #ddd; border-bottom: 1px solid #ddd;color: #333; padding: 13px 36px;}
.section-content-global_new .global-list .name a.more{float: right;font-size: 13px;line-height: 15px;}
.section-content-global_new .global-list .name a.more::after{content: '>'; padding-left: 5px;}

.content-global_new{position: relative;width: 800px;margin: 0 auto;}
.section-content-global_new .global-list .info-area ul {clear: both; overflow:hidden;}
.section-content-global_new .global-list .info-area ul li{float:left; width:25%;padding: 7px 0;font-size: 14px;color: #444;letter-spacing: 0;font-family: 'LGSmHaTSB';}
.section-content-global_new .global-list .info-area ul li span{ margin-right: 3px;}
.section-content-global_new .global-list .info-area div[class^="sub-"]{padding: 20px 36px;}
.section-content-global_new .global-list .info-area:last-child{border-bottom: 1px solid #ddd;}
.section-content-global_new .relevant{}
/*e:section-content-global_new 리뉴얼 mh230825*/
/*s:section-content-global_new 리뉴얼로 주석처리 mh230825 

    .section-content-global_new {margin-top:120px;}
    .section-content-global_new .section-inner {  position: relative;  max-width: 800px;  margin: 0 auto;}
    .section-content-global_new .section-inner .sub-tit{font-size: 32px;  font-family: "LGSmHaTSB";  color: #333130;}
    .section-content-global_new .nation-box {  position: relative;  width: 100%;  margin-top: 50px;  }
    .section-content-global_new .nation-box li {  position: relative;  z-index: 1;  display: inline-block;  margin-right: 59px;  margin-bottom: 20px;  padding: 0 0 13px 0;  }
    .section-content-global_new .content-global_new {  position: relative;  width: 100%;  margin-top: 30px;  margin-bottom: 30px;  height: 777px;  background-image: url(../../images/common/company/bg_global02.jpg);  background-repeat: no-repeat;  background-position: center top;}

    .section-content-global_new .global-list{position:relative;width:1200px;margin:0 auto; width: 100%;}
    .section-content-global_new .global-list > li{position:absolute;text-align:center;}
    .section-content-global_new .global-list .global-europe{width:71px;height:71px;top:170px;left:195px;}
    .section-content-global_new .global-list .global-europe .bg{background-color:#ede1b2;}
    .section-content-global_new .global-list .bg{position:absolute;top:0;left:0;opacity:0.6;width:100%;height:100%;border-radius:50%;}
    .section-content-global_new .global-list .info-area{width:100%;height:100%;display:table;position:relative;margin-bottom:10px;}
    .section-content-global_new .global-list .info{width:100%;text-align:center;-webkit-box-sizing:border-box;box-sizing:border-box;padding:0 10px;display:table-cell;vertical-align:middle;position:relative;z-index:2;-webkit-transition:all ease 0.3s;-o-transition:all ease 0.3s;transition:all ease 0.3s;}
    .section-content-global_new .global-list .global-europe .count{display:block;}
    .section-content-global_new .global-list .count{font-size:30px;font-family:"LGSmHaTSB";word-break:break-word;word-wrap:break-word;line-height:0.86;color:#333333;}
    .section-content-global_new .global-list .name{font-size:18px;font-family:"LGSmHaTB";word-break:break-word;word-wrap:break-word;position:absolute;display:inline-block;width:100%;bottom:-30px;left:0;}
    .section-content-global_new .global-list .global-europe .name{color:#333130;}
    /* s:20220518 china 추가-tab 
    .section-content-global_new .global-list .global-china{width:85px;height:85px;top:225px;left:283px;}.section-content-global_new .global-list .global-china .bg{background-color:#e4e4e4;}
    /* e:20220518 china 추가-tab 

    /* s:20220518 asia 위치 조정-tab
    .section-content-global_new .global-list .global-asia{z-index:2;width:85px;height:85px;top:366px;left:302px;}
    /* e:20220518 asia 위치 조정-tab 
    .section-content-global_new .global-list .global-asia .bg{background-color:#c3beba;}
    /* s:20220518 korea 위치조정-tab 
    .section-content-global_new .global-list .global-korea{width:90px;height:90px;top:255px;left:371px;}
    /* e:20220518 korea 위치조정-tab 
    .section-content-global_new .global-list .global-korea .bg{background-color:#d1d1d1;}
    .section-content-global_new .global-list .global-america{width:71px;height:70px;top:225px;left:850px;}
    .section-content-global_new .global-list .global-america .bg{background-color:#e1e8e6;}
    .section-content-global_new .global-list .info:hover::after{opacity:1;}
    .section-content-global_new .global-list .info:hover .name{color:rgba(192, 76, 113, 1);}
    .section-content-global_new .global-list .info::after{content:"";display:block;position:absolute;top:0;left:0;right:0;bottom:0;clear:both;width:100%;height:100%;border-radius:100%;background:rgba(192, 76, 113, 0.8) url('../../images/common/company/more_ico.png') no-repeat center center;z-index:10;opacity:0;-webkit-transition:all ease 0.3s;-o-transition:all ease 0.3s;transition:all ease 0.3s;}

    .section-content-global_new .global-list .info-area .info > div {display:none;}
    .content-global_new .global-list .info-area ul li {font-size:20px; font-family:"LGSmHaTR"; margin-bottom:15px; line-height:1.5;}
    .section-content-global_new .global-list .info:hover > div {position: absolute; display:flex; width: 140px;justify-content: space-between;    text-align: start;}
    .section-content-global_new .global-list .info:hover .sub-europe {     top: 130px;  left: -5px;    }
    /* s:20220518 중국  리스트 수정 간격 조정-tab
    .section-content-global_new .global-list .info:hover .sub-china{width: 260px;top:20px;left: 450px;}
    /* e:20220518 중국  리스트 수정 간격 조정-tab*/

    /* s:20220518 아시아  리스트 수정 간격 조정-tab
    .section-content-global_new .global-list .info:hover .sub-asia {width: 310px; top: 20px;  left: 118px;    }
    /* e:20220518 아시아  리스트 수정 간격 조정-tab*/

    /* s:20220518 한국  리스트 수정 간격 조정-tab
    .section-content-global_new .global-list .info:hover .sub-korea {     top: 12px;  left: 115px;    }
    /* e:20220518 한국  리스트 수정 간격 조정-tab
    .section-content-global_new .global-list .info:hover .sub-america {     top: 130px;  left: 10px;    }
    /*e:section-content-global_new 리뉴얼 mh230825*/
    .section-content-global_new .foreign-list.kor .select_nation{display: none;}

    .section-content-global_new .foreign-list li {font-size: 16px; font-family: "LGSmHaTR"; line-height: 1.52; margin-right:20px;}

    .section-content-global_new [class^="dot"] {display: inline-block; width:8px; height:8px;margin-right:5px; border-radius: 8px;}
    .content-global_new [class^="dot"] {display: inline-block; width:8px; height:8px;margin-left:5px;}
    /* s:20220518 국내-tab */
    /* s:20220524 상태값 바 색상수정 */
    /* s:20220527 상태바 색상 변경 */
    .dot.headoffice{background-color: #ea1917;} /* 본사 */
    .dot.research {background-color:#9175af;}/* R&D */
    .dot.leadership-center {background-color:#d96f6f;}/* 리더쉽 */
    /* e:20220527 상태바 색상 변경 */
    .dot.factory {background-color:#a772a9;} /*공장*/
    /* e:20220524 상태값 바 색상수정 */

	/* s:20220518 해외-tab */
    .dot.production-corporation {background-color:#ea6a8d;}/*생산법인*/
    .dot.manufacture-sales-corporation{background-color:#9175af;} /* 제조/판매법인*/
    .dot.sales-corporation{background-color:#4477c2;}/* vksaoqjqdls*/
    .dot.overseas-branch {background-color:#19b6b0;}/*지사*/
    .dot.research-corporation {background-color:#05bd75;}/*연구법인*/
    .dot.other {background-color:#e77c2e;}/*기타법인*/

    .section-content-global_new .download-box{position:absolute;bottom:60px;left:155px;}
    .section-content-global_new .download-box .bttn.type03 .txt03{font-size:16px;font-family:"LGSmHaTB";color:#ffffff;width:108px;}
    .section-content-global_new .download-box .bttn.style03.type03{text-align:start;}
    .section-content-global_new .download-box .bttn.style03.type03 .ico{position:static;display:inline-block;background-image:url('../../images/common/default/sprite_pc.png');background-position:-270px -269px;width:22px;height:10px;background-size:431px 383px;margin-left:48px;}
    .section-content-global_new .download-box a:nth-child(2).bttn.style03.type03 .txt03 + .ico{margin-left:115px;}


    /* e : 20210823 회사소개 about_new.html tablet */
/* s : 20211101 LGWAY renewal tablet */

.lgway-renewal-wrap > .snb-type01 {background:none; margin-top:0; /*padding:0 0 52px 60px;*/}
.lgway-renewal-wrap > .snb-type01 .sub-title-txt {font-size:20px; font-family: "LGSmHaTR"; color: #444; line-height: 1.57; padding-bottom: 20px;}
.lgway-renewal-wrap .sub-tit { margin-top: 16px; font-size: 32px; font-family: "LGSmHaTR"; color: #444; }
/* .lgway-renewal-wrap .sub-tit::before { content: '';display: block;position: relative;width: 24px; height: 4px;margin-bottom: 13px;background: #333130;} */
.lgway-renewal-wrap .sub-tit.lgway {font-size:28px;}
.lgway-renewal-wrap .sub-txt{margin-top:31px;font-size:20px;font-family:"LGSmHaTR";color:#333130;line-height:1.5}
.lgway-renewal-wrap .bg-section.lg-way {height:462px;}
.lgway-renewal-wrap .bg-section.lg-way02 {position: relative; z-index: 0; height:223px; margin-top:120px;}
.lgway-renewal-wrap .bg-section.lg-way02 .sub-title {margin:0 auto; max-width:800px; padding-top:60px; box-sizing: border-box;}
.lgway-renewal-wrap .bg-section.lg-way02 .sub-title .ico {margin-top:43px;}
.lgway-renewal-wrap .bg-section.lg-way02 .sub-title-txt {margin:0 auto; padding-top:35px; max-width:800px; font-size:20px; font-family: "LGSmHaTR"; color:#333130;}

/* lgway 상단 메인 이미지 */

.lgway-renewal-wrap .section-content.lg-way01 {padding-bottom:0; width:100%; margin:0 auto;}
.lgway-renewal-wrap .section-content.lg-way01 .summary {margin:0 0 0 20px; position: relative; top:70px;}

/* lgway-비전 */

.lgway-renewal-wrap .section-content.lg-way02 {margin-top:170px;}
.lgway-renewal-wrap .section-content.lg-way02 .lg-way-list01.clfix {display:flex; flex-wrap: wrap; align-content: space-between; margin-top:60px; width:100%;}
.lgway-renewal-wrap .section-content.lg-way02 .lg-way-list01.clfix:last-child {margin-top:20px;}
.lgway-renewal-wrap .section-content.lg-way02 .lg-way-list01.clfix div[class^="lg-way-vision-item"] {display: flex; justify-content: space-between; width:49%; height:260px; box-sizing:border-box; padding:40px 60px;}
.lgway-renewal-wrap .section-content.lg-way02 .lg-way-list01.clfix div[class^="lg-way-vision-item"] .img-area {position: relative; width:140px; height:100%; }
.lgway-renewal-wrap .section-content.lg-way02 .lg-way-list01.clfix div[class^="lg-way-vision-item"] .img-area-inner {position: absolute; bottom:-30px; right:-30px; width:100%; height:66%;}
.lgway-renewal-wrap .section-content.lg-way02 .lg-way-list01.clfix div[class^="lg-way-vision-item"] .text-box {width:320px;}
.lgway-renewal-wrap .section-content.lg-way02 .lg-way-list01.clfix div[class^="lg-way-vision-item"] .text-box .tit01 {width:100%; font-size:22px; line-height: 1.33; font-family: "LGSmHaTSB";}
.lgway-renewal-wrap .section-content.lg-way02 .lg-way-list01.clfix div[class^="lg-way-vision-item"] .text-box .txt01 {margin-top:30px; width:100%;font-size:15px; line-height: 1.66; font-family: "LGSmHaTR";float:left;  }
.lgway-renewal-wrap .section-content.lg-way02 .lg-way-list01.clfix div[class^="lg-way-vision-item"] .text-box .t01 {display:block;}
.lgway-renewal-wrap .section-content.lg-way02 .lg-way-list01.clfix div[class^="lg-way-vision-item"] .text-box .point01 {margin-left:5px; color:#a50034;}
.lgway-renewal-wrap .section-content.lg-way02 .lg-way-list01.clfix .lg-way-vision-item01 {background-color:#e8e1d7; margin-right:10px;}
.lgway-renewal-wrap .section-content.lg-way02 .lg-way-list01.clfix .lg-way-vision-item01 .lg-way-vision-ico {display: inline-block; width:100%; height:100%; background:url(../../images/common/company/lgway_vision_ico01_pc.png) no-repeat; background-size: 100%;}
.lgway-renewal-wrap .section-content.lg-way02 .lg-way-list01.clfix .lg-way-vision-item02 {background-color:#eaf0ee;}
.lgway-renewal-wrap .section-content.lg-way02 .lg-way-list01.clfix .lg-way-vision-item02 .lg-way-vision-ico {display: inline-block; width:100%; height:100%; background:url(../../images/common/company/lgway_vision_ico02_pc.png) no-repeat; background-size: 100%;}
.lgway-renewal-wrap .section-content.lg-way02 .lg-way-list01.clfix .lg-way-vision-item03 {background-color:#f6f1dd; margin-right:10px;}
.lgway-renewal-wrap .section-content.lg-way02 .lg-way-list01.clfix .lg-way-vision-item03 .img-area .img-area-inner {height:80%;}
.lgway-renewal-wrap .section-content.lg-way02 .lg-way-list01.clfix .lg-way-vision-item03 .lg-way-vision-ico {display: inline-block; width:100%; height:100%; background:url(../../images/common/company/lgway_vision_ico03_pc.png) no-repeat; background-size: 100%;}
.lgway-renewal-wrap .section-content.lg-way02 .lg-way-list01.clfix .lg-way-vision-item04 {background-color:#f0f1f5;}
.lgway-renewal-wrap .section-content.lg-way02 .lg-way-list01.clfix .lg-way-vision-item04 .lg-way-vision-ico {display: inline-block; width:100%; height:100%; background:url(../../images/common/company/lgway_vision_ico04_pc.png) no-repeat;background-size: 100%;}

/* lgway-행동방식,윤리규범,정도경영 */

.lgway-renewal-wrap .section-content.lg-way03 {margin-top: 0; padding-top:60px; margin-bottom:0;}
.lgway-renewal-wrap .section-content.lg-way03 > .section-inner .section-type01 .sub-title {margin-top:0;}
.lgway-renewal-wrap .section-content.lg-way03 > .section-inner .section-type01 .sub-txt{margin-bottom:56px;}
.lgway-renewal-wrap .section-content.lg-way03 .category-box {display: flex; border-radius: 20px;}
.lgway-renewal-wrap .section-content.lg-way03 .category-box .item {position: relative; width: calc(100%/3); height: 380px; padding: 0; margin-top:0px; border: 1px solid #b0b2b5; background: unset; box-sizing: border-box;}
.lgway-renewal-wrap .section-content.lg-way03 .category-box .item:nth-child(2) {margin:0 18px;}
.lgway-renewal-wrap .section-content.lg-way03 .category-box .item .line-box {margin:0; height:100%; background: #fff;}
.lgway-renewal-wrap .section-content.lg-way03 .category-box .item .line-box .ico-area {width:100%; height:50%; display: flex; justify-content: center; align-items: center;}
.lgway-renewal-wrap .section-content.lg-way03 .category-box .item .line-box .ico-area .lg-way-ico {display:inline-block; background:url(../../images/common/company/lgway_work_ico01_pc.png) no-repeat; background-position: center center; width:95px; height:100%;}
.lgway-renewal-wrap .section-content.lg-way03 .category-box .item:nth-child(2) .line-box .ico-area .lg-way-ico {display:inline-block; background:url(../../images/common/company/lgway_work_ico02_pc.png) no-repeat; background-position: center center; width:95px; height:100%;}
.lgway-renewal-wrap .section-content.lg-way03 .category-box .item:last-child .line-box .ico-area .lg-way-ico {display:inline-block; background:url(../../images/common/company/lgway_work_ico03_pc.png) no-repeat; background-position: center center; width:95px; height:100%;}
.lgway-renewal-wrap .section-content.lg-way03 .category-box .item .line-box .txt-area {width:100%; height:50%; display: flex; flex-flow:column wrap; align-content: center; justify-content: flex-start; text-align: center;}
.lgway-renewal-wrap .section-content.lg-way03 .category-box .item .line-box .txt-area .tit03 {font-size:22px; color:#333130; line-height:1.25; font-family: "LGSmHaTSB";}
.lgway-renewal-wrap .section-content.lg-way03 .category-box .item .line-box .txt-area .txt03 {font-size:17px; color:#333130; line-height:1.5; font-family: "LGSmHaTR"; margin-top:25px;}
.lgway-renewal-wrap .section-content.lg-way03 .sub-title {margin-top:80px;}
.lgway-renewal-wrap .section-content.lg-way03 .cont-area .txt.lgway01 {margin-top:31px;font-size:20px;font-family:"LGSmHaTR";color:#333130;line-height:1.5}

/* accordion list arrow 수정 */

.lgway-renewal-wrap .section-content.lg-way03 .accordion-st-area .accordion-st-list .item .title .arrow-l {right:4px; width:17px; height:3px;}   

/* 정도경경 프로그램 */

.lgway-renewal-wrap .section-content.lg-way03 .section-inner.control-program .section-type01 {margin-top:30px;}
.lgway-renewal-wrap .section-content.lg-way03 .section-inner.control-program .flex-wrap {display:inline-block; width:100%;}
.lgway-renewal-wrap .section-content.lg-way03 .section-inner.control-program .flex-wrap .flex-box {display:flex; justify-content: space-between;}
.lgway-renewal-wrap .section-content.lg-way03 .section-inner.control-program .flex-wrap .flex-box:last-child  {margin-top:20px;}
.lgway-renewal-wrap .section-content.lg-way03 .section-inner.control-program .flex-wrap .flex-box .program-box-new {width:calc(100%/3); min-height:641px; background-color:#fafafa; padding:60px 35px;}
.lgway-renewal-wrap .section-content.lg-way03 .section-inner.control-program .flex-wrap .flex-box .program-box-new:nth-child(2) {margin:0 20px;}
.lgway-renewal-wrap .section-content.lg-way03 .section-inner.control-program .flex-wrap .flex-box .ico-area {width:100%; height:140px;}
.lgway-renewal-wrap .section-content.lg-way03 .section-inner.control-program .flex-wrap .flex-box .ico-area .control-program-ico01 {display: inline-block; background:url(../../images/common/company/lgway_control_program_ico01_pc.png) no-repeat; width:100%; height:100%;}
.lgway-renewal-wrap .section-content.lg-way03 .section-inner.control-program .flex-wrap .flex-box .ico-area .control-program-ico02 {display: inline-block; background:url(../../images/common/company/lgway_control_program_ico02_pc.png) no-repeat; width:100%; height:100%;}
.lgway-renewal-wrap .section-content.lg-way03 .section-inner.control-program .flex-wrap .flex-box .ico-area .control-program-ico03 {display: inline-block; background:url(../../images/common/company/lgway_control_program_ico03_pc.png) no-repeat; width:100%; height:100%;}
.lgway-renewal-wrap .section-content.lg-way03 .section-inner.control-program .flex-wrap .flex-box .ico-area .control-program-ico04 {display: inline-block; background:url(../../images/common/company/lgway_control_program_ico04_pc.png) no-repeat; width:100%; height:100%;}
.lgway-renewal-wrap .section-content.lg-way03 .section-inner.control-program .flex-wrap .flex-box .ico-area .control-program-ico05 {display: inline-block; background:url(../../images/common/company/lgway_control_program_ico05_pc.png) no-repeat; width:100%; height:100%;}
.lgway-renewal-wrap .section-content.lg-way03 .section-inner.control-program .flex-wrap .flex-box .ico-area .control-program-ico06 {display: inline-block; background:url(../../images/common/company/lgway_control_program_ico06_pc.png) no-repeat; width:100%; height:100%;}
.lgway-renewal-wrap .section-content.lg-way03 .section-inner.control-program .flex-wrap .flex-box .txt-area .tit03 {font-size:20px; color:#333130; line-height:1.25; font-family: "LGSmHaTSB";}
.lgway-renewal-wrap .section-content.lg-way03 .section-inner.control-program .flex-wrap .flex-box .txt-area .txt03 {font-size:16px; color:#333130; line-height:1.66; font-family: "LGSmHaTR"; margin-top:40px;}

/*사이버 신문고 운영*/

.lgway-renewal-wrap .section-content.lg-way03 .program-box {padding:100px 62px;}
.lgway-renewal-wrap .section-content.lg-way03 .bg-box03 {margin-top:20px; margin-right:0; padding-right:105px; background-color:#e8e1d7;}
.lgway-renewal-wrap .section-content.lg-way03 .bg-box03 .tit{margin-top:0; font-size:24px;}
.lgway-renewal-wrap .section-content.lg-way03 .bg-box03 .txt{margin-top:0; padding-top:40px; font-size:18px; color:#333130;}
.lgway-renewal-wrap .section-content.lg-way03 .bg-box03 .sinmun dt {width:65px;}
.lgway-renewal-wrap .section-content.lg-way03 .bg-box03 .baro {width:auto;}
.lgway-renewal-wrap .section-content.lg-way03 .bg-box03 .baro a {background-color:#fff; padding:15px 20px; width:246px; border:1px solid #aba2a0;}
.lgway-renewal-wrap .section-content.lg-way03 .bg-box03 .baro a span {color:#34302f; font-family:"LGSmHaTB";}
.lgway-renewal-wrap .section-content.lg-way03 .bg-box03 .img-btn {background:none; right:0;}
.lgway-renewal-wrap .section-content.lg-way03 .bg-box03 .img-btn a {right:0; top:auto; bottom:-362px; width:100px; height:100px; padding-top:36px; font-size:18px;}
.lgway-renewal-wrap .section-content.lg-way03 .bg-box03 .img-btn a em {display: inline-block; position: absolute; left:30px; bottom:10px; vertical-align: middle; margin-left:0; background:url(../../images/common/default/sprite_pc.png); background-position:-266px -265px; width:40px; height:17px; background-size:439px 378px;}

/* lgway- 고객을 위한 가치창조 */
.lgway-renewal-wrap .section-content.lg-way04 {margin-top:60px;}
.lgway-renewal-wrap .section-content.lg-way04 .sub-title {margin-top:0;}
.lgway-renewal-wrap .section-content.lg-way04 .flex-wrap {display:flex;}
.lgway-renewal-wrap .section-content.lg-way04 .flex-wrap:first-child {padding-bottom:60px; border-bottom:1px solid #ccc;}
.lgway-renewal-wrap .section-content.lg-way04 .flex-wrap:first-child .list-box:not(:nth-child(2)) {background-color:#edeef3;}
.lgway-renewal-wrap .section-content.lg-way04 .flex-wrap:last-child {margin-top:60px;}
.lgway-renewal-wrap .section-content.lg-way04 .flex-wrap:last-child .list-box:not(:nth-child(2)) {background-color:#E8E1D7;}
.lgway-renewal-wrap .section-content.lg-way04 .title-area {width:40%; height:100%;}
.lgway-renewal-wrap .section-content.lg-way04 .title-box {font-size:28px; font-family:"LGSmHaTSB"; line-height:1.35; color:#333130;}
.lgway-renewal-wrap .section-content.lg-way04 .list-area {width:100%; height:100%;}
.lgway-renewal-wrap .section-content.lg-way04 .list-box {display: flex; align-items: center; min-height:125px; padding-left:20px; background-color:#fafafa;}
.lgway-renewal-wrap .section-content.lg-way04 .list-box:nth-child(2n) {margin:20px 0;}
.lgway-renewal-wrap .section-content.lg-way04 .list-box .list-title {width:176px; font-size: 18px; font-family: "LGSmHaTSB"; color:#333130;}
.lgway-renewal-wrap .section-content.lg-way04 .list-box .list-txt li {position:relative; padding-left:10px; padding-right:10px; font-size:14px; font-family:"LGSmHaTR"; line-height:1.5; }
.lgway-renewal-wrap .section-content.lg-way04 .list-box .list-txt li:last-child {margin-top:20px;}
.lgway-renewal-wrap .section-content.lg-way04 .list-box .list-txt li::after {position: absolute; top:40%; left:0; width:4px; height:4px; background:#c10031; content:'';}



/* e : 20211101 LGWAY renewal tablet */

/* s : 20211102 사회 공헌 운영 현황 신설 tablet */
/* s : 20211122 사회 공헌 운영 현황 수정 tablet */

/****** 사회공헌페이지 공통코드 s ********/
.section-content.society .section-type01.brown {background-color:#e5e0d6; min-height: 390px; width: 100%; position: absolute; z-index:0; margin:0; margin-top:250px;}
.section-content.society .section-type01.gray {top:300px; background-color:#ededf2; min-height:360px; width:100%; position: absolute; z-index:0; margin:0;}
.section-content.society .section-type01.space02 {position:relative;}
.section-content.society .section-type01.space02.slide {max-width:1200px; margin:0 auto; min-height:690px;}
/* 사회 공헌 width1000 스와이퍼 css */
.section-content.society .section-inner.slide {margin-top:185px; position: relative;}
.section-content.society .section-inner.slide .section-type01.space02 .sub-txt {color:#4d4948;}
.section-content.society div[class^="swiper society-slide-main"] {margin-top:55px; position: relative; overflow:hidden; width:100%;}
.section-content.society div[class^="swiper society-slide-main"] .swiper-slide {text-align: center; height: 693px; cursor: pointer;}
.section-content.society div[class^="swiper society-slide-main"] .swiper-slide img {width:800px; height:562px;}
.section-content.society div[class^="swiper society-slide-main"] .swiper-pagination {left:0; bottom:70px; font-size:16px; font-family:"LGSmHaTSB"; z-index: 1;}
.section-content.society div[class^="swiper society-slide-main"] .swiper-pagination span {margin:0 5px;}
.section-content.society div[class^="swiper society-slide-main"] .swiper-pagination .swiper-pagination-total {color:#7a716b;}
.section-content.society div[class^="swiper society-slide-main"] .swiper-button-next, div[class^="swiper society-slide-main"] .swiper-button-prev {top:88%; width:50px; height:50px; z-index: 2;}
.section-content.society div[class^="swiper society-slide-main"] .swiper-button-next {right:40%; background: url('../../images/common/company/society_arrow_next.png') no-repeat; background-position:center; }
.section-content.society div[class^="swiper society-slide-main"] .swiper-button-prev {left:40%; background: url('../../images/common/company/society_arrow_prev.png') no-repeat; background-position:center;}
/* 사회 공헌 sub 스와이퍼 css */
div[class^="swiper society-slide-mini"] {width:410px; overflow: hidden; position: absolute; top:0; left:0; height:100%;}
div[class^="swiper society-slide-mini"] .swiper-slide {text-align: center; width:310px; height: 40%; cursor: pointer;}
div[class^="swiper society-slide-mini"] .swiper-slide {width:100%; height:60%;}
div[class^="swiper society-slide-mini"] .swiper-pagination {left:-32%; bottom:0; font-size:16px; font-family:"LGSmHaTSB"; z-index: 1;}
div[class^="swiper society-slide-mini"] .swiper-pagination span {margin:0 5px;}
div[class^="swiper society-slide-mini"] .swiper-pagination .swiper-pagination-total {color:#7a716b;}
div[class^="swiper society-slide-mini"] .swiper-button-next, div[class^="swiper society-slide-mini"] .swiper-button-prev {top:96%; width:50px; height:50px; z-index: 2;}
div[class^="swiper society-slide-mini"] .swiper-button-next {right:64%; background: url('../../images/common/company/society_arrow_next.png') no-repeat; background-position:center; }
div[class^="swiper society-slide-mini"] .swiper-button-prev {left:0%; background: url('../../images/common/company/society_arrow_prev.png') no-repeat; background-position:center;}
.swiper.society-slide-column .swiper-button-next, .swiper.society-slide-column .swiper-button-prev {top:96%; width:50px; height:50px; z-index: 2;}
.swiper.society-slide-column .swiper-button-next {left:130px; background: url('../../images/common/company/society_arrow_next.png') no-repeat; background-position:center; }
.swiper.society-slide-column .swiper-button-prev {left:33px; background: url('../../images/common/company/society_arrow_prev.png') no-repeat; background-position:center;}
.swiper.society-slide-column .swiper-pagination {left:0; bottom:12px; width:113px; margin-left:49px; font-size:16px; font-family:"LGSmHaTSB"; z-index: 1;}
.swiper.society-slide-column .swiper-pagination span {margin:0 5px;}
.swiper.society-slide-column .swiper-pagination .swiper-pagination-total {color:#7a716b;}
/* 사회 공헌 타이틀 bg */
.top-visual.bg-strategy.society {background:#eaf0ee; min-height: 437px;}
.top-visual.bg-strategy.society .sub-title {color:#302d2c;}
.top-visual.bg-strategy.society .sub-title-txt .txt02 {color:#333130;}
.top-visual.bg-strategy.society .sub-title::before {background:#a8a4a0;}
.top-visual.bg-strategy.society .snb-list li {padding-right:20px;}
/* fixed quick_menu */
.section-content.society {margin-top:0;}

/*s: 2021-12-01 사회공헌 페이지 - LG소셜캠퍼스 여백 수정 - PC */
.section-content.society .section-type01 {margin:0 auto;}
/*e: 2021-12-01 사회공헌 페이지 - LG소셜캠퍼스 여백 수정 - PC */

.section-content.society .section-type01 .quick_menu {z-index:3;}
.section-content.society .section-type01 .quick_menu .ico01 {background:url(../../images/common/company/society_menu_ico01_off.png) no-repeat; background-size:80%;; background-position: center; width:45px; height:44px;}
.section-content.society .section-type01 .quick_menu .ico02 {background:url(../../images/common/company/society_menu_ico02_off.png) no-repeat; background-size:80%; background-position: center; width:46px; height:37px;}
.section-content.society .section-type01 .quick_menu .ico03 {background:url(../../images/common/company/society_menu_ico03_off.png) no-repeat; background-size:80%;; background-position: center; width:49px; height:42px;}
.section-content.society .section-type01 .quick_menu .ico04 {background:url(../../images/common/company/society_menu_ico04_off.png) no-repeat; background-size:80%;; background-position: center; width:42px; height:42px;}
.section-content.society .section-type01 .quick_menu li.on .ico01 {background:url(../../images/common/company/society_menu_ico01_on.png) no-repeat; background-size:80%;; background-position: center; width:45px; height:44px;}
.section-content.society .section-type01 .quick_menu li.on .ico02 {background:url(../../images/common/company/society_menu_ico02_on.png) no-repeat; background-size:80%;; background-position: center; width:46px; height:37px;}
.section-content.society .section-type01 .quick_menu li.on .ico03 {background:url(../../images/common/company/society_menu_ico03_on.png) no-repeat; background-size:80%;; background-position: center; width:49px; height:42px;}
.section-content.society .section-type01 .quick_menu li.on .ico04 {background:url(../../images/common/company/society_menu_ico04_on.png) no-repeat; background-size:80%;; background-position: center; width:42px; height:42px;}
/* section contents 최상단 */
.section-content.society .section-type01.space04 .sub-tit {font-size:36px; font-family: "LGSmHaTB";}
.section-content.society .section-type01.space04 .sub-txt {font-size:24px; font-family:"LGSmHaTSB"; color:#333130;}
.section-content.society .section-type01.space04 .sub-tit::before {background:none;}
.section-content.society .section-type01.space04 .img-area {width:800px; height:390px; background-size:100%; background-position: center 73%;}
.section-content.society .section-type01.space04 .img-area img {width:100%;}
/****** 사회공헌페이지 공통코드 e ********/

/* s : section1 생태계 */

.section-content.society .section-type01.brown + .section-inner {position: relative; z-index: 1;}
.section-content.society .section-type01.brown + .section-inner .section-type01 {margin:50px auto 0;}
.section-content.society .section-type01.brown + .section-inner .section-type01 .sub-txt {font-size:18px; line-height: 1.58; color:#4d4948; font-family:"LGSmHaTR";}
/* 사회 공헌 비디오 */
.section-content.society .video-area {margin-top:80px; max-width:1000px; margin:80px auto 0; cursor: pointer;}
/* 웹툰으로 보는 밤섬 이야기 */
.section-content.society .sub-tit03 { margin-top:80px; font-size:28px; font-family:"LGSmHaTSB"; color:#333130;}
.section-content.society .society-webtoon {display: flex; justify-content: space-between; margin-top:40px; min-height: 480px; }
.section-content.society .society-webtoon .img-area {width:50%;}
.section-content.society .society-webtoon .img-area img {width:100%; height:100%;}
.section-content.society .society-webtoon .society-webtoon-history {width:50%; padding:0 50px; box-sizing: border-box;}
.section-content.society .society-webtoon .society-webtoon-history ul {height:100%;}
.section-content.society .society-webtoon .society-webtoon-history ul li {position: relative; padding:30px 0; width:100%;font-size:20px; font-family:"LGSmHaTR";color:#333130;}
.section-content.society .society-webtoon .society-webtoon-history ul li:not(:last-child) {border-bottom:1px solid #ddd;}
.section-content.society .society-webtoon .society-webtoon-history ul li a {width:100%; height:100%;}
.section-content.society .society-webtoon .society-webtoon-history ul li a:hover {color:#a50034; font-family: "LGSmHaTB";}
.section-content.society .society-webtoon .society-webtoon-history ul li a:hover::after {position: absolute; top:40%; right:0; width: 30px;height: 10px; background-image: url(../../images/common/company/society_direction01.png); background-repeat: no-repeat; content:'';}

/* e : section1 생태계 */

/* s : section2 교육 */

/* LIKE GREEN */
.section-content.society .content-area {display:flex; justify-content: space-between;}
.section-content.society .txt-area.edu {width:48%;}
.section-content.society .txt-area.edu p:last-child {padding-top:20px;}
.section-content.society .img-area.edu { width:48%;}
.section-content.society .img-area.edu img {width:100%;}
.section-content.society div[class^="swiper society-slide-main"] {margin-top:80px;}
/* 그린콘서트, 그린클래스 ... */
.section-content.society .section-type01 .change-box {display:flex; justify-content: space-between; position: relative;  max-width:1200px; min-height:410px; }
.section-content.society .section-type01 .change-box .txt-area-bg {display: flex; flex-direction: column; align-items: flex-end; position: absolute; top:70px; right:0; padding:60px 80px 0 0; background-color:#ededf2; width:510px; min-height:285px;}
.section-content.society .section-type01 .change-box .txt-area { width:50%; font-size:18px; font-family: "LGSmHaTR"; color:#4d4948; line-height:1.66;}
/* 사회공헌 버튼 href css */
.section-content.society  .link-area {width:100%; margin-top:40px; line-height:1.66;}
.section-content.society .bttn.style03.type07 {padding:10px 20px; margin-bottom:10px; margin-left:0; width:218px;}
.section-content.society .bttn.style03.type07.tablet {margin-left:0;}
.section-content.society .bttn.style03.type07:first-child {margin-right:10px;}
.section-content.society .bttn.style03.type07 span {font-size:16px; font-family: "LGSmHaTB"; color:#fff;}
.section-content.society .bttn.style03.type07 .ico-newlink-white01 {display: inline-block; vertical-align: middle; margin-left:16px; background:url(../../images/common/default/sprite_pc.png); background-position:-266px -265px; width:24px; height:17px; background-size:423px 378px;}
.section-content.society .section-type01 .link-area.column .bttn.style03.type07:first-child {width:47%;}
.section-content.society .section-type01 .link-area.column .bttn.style03.type07:last-child {width:60%; margin-top:10px;}
.section-content.society .section-type01 .link-area.column.economy .bttn.style03.type07:first-child {width:50%; float:right;}
.section-content.society .section-type01 .link-area.column.economy .bttn.style03.type07:last-child {width:60%; float:right; margin-top:5px;}
/* 그린페스티벌 비디오 */
.section-content.society .section-inner.video-zone::before {display: none;}
.section-content.society .section-inner.video-zone .section-type01 {padding-top:0; overflow:hidden;}
.section-content.society .section-inner.video-zone .section-type01 .video-wrap .swiper-area.society-slide {overflow:hidden; width:100%;}
.section-content.society .section-inner.video-zone .section-type01 .video-wrap .swiper-button-prev,.swiper-button-next {z-index:2;}
/* 재미있는 화학놀이터, 화학캠프 */
.section-content.society .chemical-zone {max-width:1200px; margin-top:60px;}
.section-content.society .chemical-zone .chemical-box {display:flex; justify-content: center; position: relative;}
.section-content.society .chemical-zone .chemical-box:first-child {background-color:#e0e0e0; padding:20px 0; font-size:18px; font-family: "LGSmHaTSB"; color:#333130;}
.section-content.society .chemical-zone .chemical-box:last-child {font-size:16px; font-family: "LGSmHaTR"; color:#4d4948;}
.section-content.society .chemical-zone .chemical-box .chemical-box-list {padding:20px 0; width:calc(100%/4); height:100%; text-align: center; border-bottom:1px solid #e0e0e0; border-right:1px solid #e0e0e0;}
.section-content.society .chemical-zone .chemical-box .chemical-box-list:last-child {border-right:none;}
/* 화학탐구 프론티어 페스티벌 */
.section-content.society .content-area.frontier-festival .bttn.style03.type07 {width:138px;}
/* section-type05 추가 */
.section-type05{margin-top:75px}
.section-type05 .inner{position:relative}
.section-type05 .swiper-area{width:280px;height:280px}
.section-type05 .swiper-area .swiper-slide a{display:block}
.section-type05 .swiper-area .swiper-slide img{width:280px;min-height:186px}
.section-type05 .txt-area{background:#fafafa;min-height:200px;-webkit-box-sizing:border-box;box-sizing:border-box}
.section-type05 .txt-area .tit01{position:relative;top:-57px;font-size:18px;font-family:"LGSmHaTSB";color:#333130;padding-right:10px}
html.lang-de .section-type05 .txt-area .tit01,html.lang-en .section-type05 .txt-area .tit01,html.lang-ja .section-type05 .txt-area .tit01,html.lang-pl .section-type05 .txt-area .tit01,html.lang-zh .section-type05 .txt-area .tit01{word-break:break-word;word-wrap:break-word}
.section-type05 .txt-area .tit02{margin:-20px 0 18px 0;font-size:16px; font-family: "LGSmHaTR"; color:#4d4948;padding-right:10px}
html.lang-de .section-type05 .txt-area .tit02,html.lang-en .section-type05 .txt-area .tit02,html.lang-ja .section-type05 .txt-area .tit02,html.lang-pl .section-type05 .txt-area .tit02,html.lang-zh .section-type05 .txt-area .tit02{word-break:break-word;word-wrap:break-word}
.section-type05 .txt-area .list + .list{margin-top:6px}
.section-type05 .txt-area .ico{display:table-cell;width:6px;height:6px;background:url("../../images/common/default/bu_circle.png") no-repeat 0 5px}
.section-type05 .txt-area .txt{display:table-cell;padding-left:8px;font-size:14px;font-family:"LGSmHaTR";color:#4d4948;padding-right:20px}
.section-type05:first-child{margin-top:94px}
.section-type05.left .swiper-area{position:absolute;top:-40px;left:0;width:280px}
.section-type05.left .swiper-area img{width:100%}
.section-type05.left .swiper-area .ico{position:absolute;display:block;width:36px;height:36px;background:url("../../images/common/company/ico_movie64x64.png");background-size:100%;left:14px;bottom:14px}
.section-type05.left .img-area{position:absolute;top:-40px;left:0;width:280px}
.section-type05.left .img-area img{width:280px;min-height:186px}
.section-type05.left .txt-area{padding:46px 35px 46px 173px;margin-left:146px}
.section-type05.left .txt-area.gray{background:#edeef3}
.section-type05.left .swiper-pagi-area{display: block; position:relative;bottom:0;left:0;width:146px;height:54px}
.section-type05.left .swiper-pagi-area .swiper-button-next,.section-type05.left .swiper-pagi-area .swiper-button-prev{z-index:11; width:9px;height:15px;top:auto;left:auto;margin-top:0;padding:20px 20px;background:url("../../images/common/company/ico_prev_9x15.png") no-repeat 20px 20px}
/* s : 20211201 사회공헌운영현황 tablet */
.section-type05.left .swiper-pagi-area .swiper-button-next{right:0;background-image:url("../../images/common/company/ico_next_9x15.png"); z-index:11;}
/* e : 20211201 사회공헌운영현황 tablet */
.section-type05.left .swiper-pagi-area .swiper-pagination{width:100%;top:19px;left:0;text-align:center;font-size:14px;color:#7a716b}
.section-type05.left .swiper-pagi-area .swiper-pagination .swiper-pagination-current,.section-type05.left .swiper-pagi-area .swiper-pagination .swiper-pagination-total{display:inline-block;margin-right:4px;font-size:14px;font-family:"LGSmHaTSB";color:#393736}
.section-type05.left .swiper-pagi-area .swiper-pagination .swiper-pagination-total{margin-left:4px;margin-right:0;color:#7a716b}
.section-type05.right .swiper-area{position:absolute;top:-40px;right:0;width:280px}
.section-type05.right .swiper-area img{width:100%}
.section-type05.right .swiper-area .ico{position:absolute;display:block;width:36px;height:36px;background:url("../../images/common/company/ico_movie64x64.png");background-size:100%;left:14px;bottom:14px}
.section-type05.right .txt-area{padding:46px 155px 46px 40px;margin-right:146px;background:#e8e1d7}
.section-type05.right .swiper-pagi-area{position:relative;bottom:0;right:-146px;width:134px;height:54px}
.section-type05.right .swiper-pagi-area .swiper-button-next,.section-type05.right .swiper-pagi-area .swiper-button-prev{width:9px;height:15px;top:auto;left:auto;margin-top:0;padding:20px;background:url("../../images/common/company/ico_prev_9x15.png") no-repeat 20px 20px}
.section-type05.right .swiper-pagi-area .swiper-button-next{right:0;background-image:url("../../images/common/company/ico_next_9x15.png")}
.section-type05.right .swiper-pagi-area .swiper-pagination{width:100%;top:19px;left:0;text-align:center;font-size:14px;color:#7a716b}
.section-type05.right .swiper-pagi-area .swiper-pagination .swiper-pagination-current,.section-type05.right .swiper-pagi-area .swiper-pagination .swiper-pagination-total{display:inline-block;margin-right:4px;font-size:14px;font-family:"LGSmHaTSB";color:#393736}
.section-type05.right .swiper-pagi-area .swiper-pagination .swiper-pagination-total{margin-left:4px;margin-right:0;color:#7a716b}
.section-content.contribution02 .section-type05:nth-child(3){margin-top:114px}
.section-content.contribution02 .section-type05:nth-child(4){margin-top:114px}
.section-content.contribution02 .section-type05:nth-child(5){margin-top:114px}
.section-content.contribution03 .section-type05:nth-child(2) .txt-area{padding-top:46px;background:#fafafa}
.section-content.contribution03 .section-type05:nth-child(2) .txt-area .tit02{margin-top:0}
.section-content.contribution03 .section-type05:nth-child(3){margin-top:20px}
.section-content.contribution03 .section-type05:nth-child(3) .txt-area{padding-top:75px;background:#e8e1d7}
.section-content.contribution03 .section-type05:nth-child(3) .txt-area .tit01{top:-55px}
.section-content.contribution03 .section-type05:nth-child(3) .txt-area .tit02{max-width:80%;margin-bottom:9px;line-height:1.6}
.section-content.contribution03 .section-type05:nth-child(3) .txt-area .list{max-width:94%;margin-top:0}
.section-content.contribution03 .section-type05:nth-child(3) .txt-area .txt{line-height:1.6}
.section-content.contribution03 .section-type05:nth-child(3) .txt-area .ico{background:url("../../images/common/default/bu_circle.png") no-repeat 0 8px}
.section-content.contribution03 .section-type05:nth-child(4) .txt-area{background:#edeef3}

/* e : section2 교육 */

/* s : section3 경제 */

.section-content.society .section-type01 .sub-tit03.pdb0 {padding-bottom:0;}
.section-content.society .section-type01 .change-box.reverse {display: flex;}
.section-content.society .section-type01 .change-box.reverse div[class^="swiper society-slide-mini"] {right:0; left:auto;}
.section-content.society .section-type01 .change-box.reverse div[class^="swiper society-slide-mini"] .swiper-pagination {left:32%;}
.section-content.society .section-type01 .change-box.reverse div[class^="swiper society-slide-mini"] .swiper-button-prev {left:64%;}
.section-content.society .section-type01 .change-box.reverse div[class^="swiper society-slide-mini"] .swiper-button-next {right:0%;}
.section-content.society .section-type01 .change-box.reverse .txt-area-bg {left:0; align-items: flex-start; padding:60px 0 0 80px;}

.section-content.society .section-type01 .column-box {display: flex; margin-top:60px;}
.section-content.society .section-type01 .column-box .column-item {position: relative; overflow:hidden; width:50%; background-color:#fafafa; margin-right:30px;}
.section-content.society .section-type01 .column-box .column-item .society-slide-column {width:100%; height:600px; overflow: hidden; position: relative;}
.section-content.society .section-type01 .column-box .column-item .society-slide-column .swiper-slide {height:100%; cursor: pointer;}
.section-content.society .section-type01 .column-box .column-item .society-slide-column .swiper-slide img {width:100%; height:50%;}
.section-content.society .section-type01 .column-box .column-item .img-area {max-width:600px; height: 300px;}
.section-content.society .section-type01 .column-box .column-item .img-area img {width:100%; height:100%;}
.section-content.society .section-type01 .column-box .column-item .txt-area {position: absolute; bottom:0; left:0; z-index: 1; height:300px; padding:0 50px;}
.section-content.society .section-type01 .column-box .column-item .txt-area .txt-main {font-size:24px; padding-top:50px; font-family: "LGSmHaTSB"; color:#333130;}
.section-content.society .section-type01 .column-box .column-item .txt-area .txt-sub {font-size:18px; padding-top:30px; font-family: "LGSmHaTR"; color:#4d4948; line-height: 1.66;}
/* 1분1초 영화제 바로가기 버튼 */
.section-content.society .section-type01 .bttn.style03.type04 span {font-size:16px; font-family: "LGSmHaTB"; color:#fff;}
.section-content.society .section-type01 .bttn.style03.type04 .ico-newlink-white01 {display: inline-block; vertical-align: middle; margin-left:16px; background:url(../../images/common/default/sprite_pc.png); background-position:-266px -265px; width:24px; height:17px; background-size:423px 378px;}

/* e : section3 경제 */

/* s : section4 에너지 */
 
.section-content.society .section-type01.gray.last-gray {top:558px; background-color:#ededf2; min-height:360px; width:100%; position: absolute; z-index:0; margin:0;}
.section-content.society .video-wrap.pbt0 {padding-bottom:0;}

/* e : section4 에너지 */

.tb-show {display:block;}
.pc-show{display:block;}

/* s : 20211123 사회 공헌 운영 현황 2차수정 tablet */
.section-content.society .section-inner.border-line .section-type01 {margin:80px auto 0 auto;}
.section-content.society .section-inner.border-line .section-type01 .menu-box .flex-box {display:flex; align-items:center;}
/* e : 20211123 사회 공헌 운영 현황 2차수정 tablet */

/* e : 20211102 사회 공헌 운영 현황 신설 tablet */
/* e : 20211122 사회 공헌 운영 현황 수정 tablet */



/* s: 사회공헌 비전 및 전략과제 tablet - 2021-11-04 ~ 2021-11-15 */

    
.social-contribution {width:100%; padding:107px 60px 57px 60px; background-color:#eaf0ee; margin-top:-75px;text-align:center;box-sizing:border-box;  }
.social-contribution-txt01 {font-size:40px; color:#333130; font-family:"LGSmHaTSB"; position:relative}
.social-contribution-txt01::before {content: '';display: inline-block;width: 1px;height: 50px;background: #665852;position: absolute;left: 50%;top: -72px;}

.social-contribution-sub-title-txt {margin-left:0}
.social-contribution-txt02 {display:block; font-size:18px; color:#333130; font-family:"LGSmHaTR"; line-height:1.6; }
.social-contribution-txt02.social-contribution-ty02 {margin-top:22px;}
.social-contribution-sub-title-img {margin-top:20px; margin-left:20px; width: 100%;}
.social-contribution-sub-title-img span {padding-right:20px;}

.social-contribution-cont {margin-bottom:120px;}
.social-contribution-cont .social-contribution-inner {width:100%; max-width:1200px; margin:0 auto;}
.social-contribution-sub-tit {margin-top:117px; margin-left:6px; font-size:32px; font-family:"LGSmHaTB"; color:#333130;}
/* .social-contribution-sub-tit::before {content:''; display:block; position:relative; width:24px; height:4px; margin-bottom:13px; background:#333130; } */

.sub-social-contribution {display:flex; justify-content: space-between; padding-top:70px; max-width:1200px; width:100%; margin:0 auto;}
.sub-social-contribution .social-txt-group {width:50%;}
.sub-social-contribution .social-txt-group .lg-chem-tit {font-size:46px; font-family:"LGSmHaTB"; width:100%;}
.sub-social-contribution .social-txt-group .green-connector {color:#67a062;}
.sub-social-contribution .social-txt-group .social-paragraph {font-size:24px; margin-top:45px; line-height:1.5; font-family:"LGSmHaTR"; width:83%;}
/* .sub-social-contribution .contribution-bg {background:#efeef4; padding:0px 40px 40px 0px;} */



.strategy-task-wrap {max-width:1200px; margin:0 auto;}
.strategy-task {font-size:32px; font-family:"LGSmHaTB"; color:#333130;}
/* .strategy-task::before {content:''; display:block; position:relative; width:24px; height:4px; margin-bottom:13px; background:#333130; } */
.strategy-task-type01 {display:flex; margin-top:59px;}
.strategy-task-type01 .strategy-task-img-tit img {margin-left:0; margin-top:59px; }
.strategy-task-type01 .strategy-task-cont-wrap {padding-top:59px; padding-bottom:59px; margin-left:66px; border-top:1px solid #eaeaea; width:100%;}
/* s: 2021-12-01 사회공헌 비전 및 전략 과제 텍스트 수정 tablet */
.strategy-task-type01 .strategy-task-cont-wrap .strategy-task-tit {display:block; margin-top:15px; font-family:"LGSmHaTB"; font-size:18px; color:#3ea15e;}
/* e: 2021-12-01 사회공헌 비전 및 전략 과제 텍스트 수정 tablet */

/* s: 2021-12-01 사회공헌 비전 및 전략 과제 텍스트 수정과 폰트 컬러 tablet */
.strategy-task-type01 .strategy-task-cont-wrap .strategy-task-txt {display:block; padding-top:23px; font-size:16px; font-family:"LGSmHaTR"; color:#333130; }
/* e: 2021-12-01 사회공헌 비전 및 전략 과제 텍스트 수정과 폰트 컬러 tablet */

.strategy-task-type01 .strategy-task-cont-wrap ul.strategy-task-img-type01-1 li {display:inline-block; padding-top:60px; }

/*s: 2021-12-01 사회공헌 비전 및 전략과제 텍스트 수정 tablet */
.strategy-task-type01 .strategy-task-cont-wrap ul.strategy-task-img-type01-1 li span {font-size:18px;}
/*e: 2021-12-01 사회공헌 비전 및 전략과제 텍스트 수정 tablet */

/*s: 2021-12-01 사회공헌 비전 및 전략과제 텍스트 수정과 폰트 컬러 tablet */
.strategy-task-type01 .strategy-task-cont-wrap ul.strategy-task-img-type01-1 .img-type01-1-tit {margin-left:23px; vertical-align:sub; font-family:"LGSmHaTSB"; color:#333130;}
/*e: 2021-12-01 사회공헌 비전 및 전략과제 텍스트 수정과 폰트 컬러 tablet */
.strategy-task-type01 .strategy-task-cont-wrap ul.strategy-task-img-type01-1 .type01-1-item {margin-left:104px;}

.strategy-task-type02 {display:flex;}
/* .under-line {position:relative; left:160px; border:1px solid red; width:1038px; margin:58px 0;} */
.strategy-task-type02 .strategy-task-img-tit img {padding-top:59px;}
.strategy-task-type02 .strategy-task-cont-wrap {margin-left:66px; padding-top:59px; padding-bottom:59px;border-top:1px solid #eaeaea; width:100%;}

/*s: 2021-12-01 사회공헌 비전 및 전략과제 텍스트 수정 tablet */
.strategy-task-type02 .strategy-task-cont-wrap .strategy-task-tit {display:block; margin-top:15px; font-family:"LGSmHaTB"; font-size:18px; color:#3ea15e;}
/*e: 2021-12-01 사회공헌 비전 및 전략과제 텍스트 수정 tablet */

/*s: 2021-12-01 사회공헌 비전 및 전략과제 텍스트 수정과 폰트 컬러 tablet */
.strategy-task-type02 .strategy-task-cont-wrap .strategy-task-txt {display:block; padding-top:23px; font-family:"LGSmHaTR"; font-size:16px; color:#333130;}
/*e: 2021-12-01 사회공헌 비전 및 전략과제 텍스트 수정과 폰트 컬러 tablet */

.strategy-task-type02 .strategy-task-cont-wrap ul.strategy-task-img-type01-2 li {display:inline-block; padding-top:60px; }
/*s: 2021-12-01 사회공헌 비전 및 전략과제 텍스트 수정 tablet */
.strategy-task-type02 .strategy-task-cont-wrap ul.strategy-task-img-type01-2 li span {font-size:18px;}
/*e: 2021-12-01 사회공헌 비전 및 전략과제 텍스트 수정 tablet */

/*s: 2021-12-01 사회공헌 비전 및 전략과제 텍스트 수정과 폰트 컬러 tablet */
.strategy-task-type02 .strategy-task-cont-wrap ul.strategy-task-img-type01-2 .img-type01-2-tit {margin-left:23px; font-family:"LGSmHaTSB"; vertical-align:sub; color:#333130;}
/*e: 2021-12-01 사회공헌 비전 및 전략과제 텍스트 수정과 폰트 컬러 tablet */
.strategy-task-type02 .strategy-task-cont-wrap ul.strategy-task-img-type01-2 .type01-2-item {margin-left:230px;}
.strategy-task-type02 .strategy-task-cont-wrap ul.strategy-task-img-type01-2 .type01-2-item .type01-2-item-img {margin-left:10px; margin-bottom:10px; color:#333130;} 

.strategy-task-img-type01-4 {font-size:24px; font-family:"LGSmHaTR";}

/*s: 2021-12-01 사회공헌 비전 및 전략과제 텍스트 수정 tablet */
.strategy-task-img-type01-4 .img-type01-4 {padding-top:60px; font-size:18px; font-family:"LGSmHaTR";} 
/*e: 2021-12-01 사회공헌 비전 및 전략과제 텍스트 수정 tablet */

ul.strategy-task-img-type01-3 {margin-top:23px;}
ul.strategy-task-img-type01-3 li {display:inline-block; }
ul.strategy-task-img-type01-3 li span {font-size:24px; font-family:"LGSmHaTR";}
ul.strategy-task-img-type01-3 .img-type01-2-tit {margin-left:25px; font-family:"LGSmHaTR"; vertical-align:sub; color:#333130;}
ul.strategy-task-img-type01-3 .type01-2-item {margin-left:230px;}
ul.strategy-task-img-type01-3 .type01-2-item .type01-2-item-img {margin-left:10px; margin-bottom:10px;}

.strategy-task-img-type01-2-mo, .strategy-task-img-type01-3-mo {display:none;}

.strategy-task-type03 {display:flex;}
.strategy-task-type03 .strategy-task-img-tit img {padding-top:59px;}
.strategy-task-type03 .strategy-task-cont-wrap {margin-left:66px; padding-top:59px; padding-bottom:59px; border-top:1px solid #eaeaea; width:100%;}
/* s: 2021-12-01 사회공헌 비전 및 전략과제 텍스트 수정 tablet */
.strategy-task-type03 .strategy-task-cont-wrap .strategy-task-tit {display:block; margin-top:15px; font-family:"LGSmHaTB"; font-size:18px; color:#3ea15e;}
/* e: 2021-12-01 사회공헌 비전 및 전략과제 텍스트 수정 tablet */

/* s: 2021-12-01 사회공헌 비전 및 전략과제 텍스트 수정과 폰트 컬러 tablet */
.strategy-task-type03 .strategy-task-cont-wrap .strategy-task-txt {display:block; padding-top:23px; font-size:16px; font-family:"LGSmHaTR"; color:#333130;}
/* e: 2021-12-01 사회공헌 비전 및 전략과제 텍스트 수정과 폰트 컬러 tablet */

.strategy-task-type03 .strategy-task-cont-wrap ul.strategy-task-img-type01-1 li {display:inline-block; padding-top:60px; }
.strategy-task-type03 .strategy-task-cont-wrap ul.strategy-task-img-type01-1 .img-type01-3-tit {margin-left:20px; font-family:"LGSmHaTR";}
.strategy-task-type03 .strategy-task-cont-wrap ul.strategy-task-img-type01-1 li span {font-size:24px; margin-left:25px; color:#333130;}
.strategy-task-img-type01-2 li {padding-top:60px;}
/* START : 2023-01-31 : 수정 : margin-left 수정 */
.type01-2-tit {margin-left:14px; font-size:18px; font-family:"LGSmHaTSB";}
/* END : 2023-01-31 : 수정 : margin-left 수정 */
.strategy-task-type04 {display:flex;  padding-bottom:180px;}

.strategy-task-type04 .strategy-task-img-tit img {padding-top:59px;}
.strategy-task-type04 .strategy-task-cont-wrap {margin-left:66px; padding-top:59px; padding-bottom:59px; width:100%; border-top:1px solid #eaeaea; border-bottom:1px solid #eaeaea;}
/* s: 2021-12-01 사회공헌 비전 및 전략과제 텍스트 수정 tablet */
.strategy-task-type04 .strategy-task-cont-wrap .strategy-task-tit {display:block; margin-top:15px; font-family:"LGSmHaTB"; font-size:18px; color:#3ea15e;}
/* e: 2021-12-01 사회공헌 비전 및 전략과제 텍스트 수정 tablet */

/* s: 2021-12-01 사회공헌 비전 및 전략과제 텍스트 수정과 폰트 컬러 tablet */
.strategy-task-type04 .strategy-task-cont-wrap .strategy-task-txt {display:block; padding-top:23px; font-family:"LGSmHaTR"; font-size:16px; color:#333130;}
/* e: 2021-12-01 사회공헌 비전 및 전략과제 텍스트 수정과 폰트 컬러 tablet */

.strategy-task-type04 .strategy-task-cont-wrap ul.strategy-task-img-type01-1 li {display:inline-block; padding-top:60px; }
.strategy-task-type04 .strategy-task-cont-wrap ul.strategy-task-img-type01-1 li span {font-size:24px; vertical-align: center;}
.strategy-task-type04 .strategy-task-cont-wrap ul.strategy-task-img-type01-1 .img-type01-4-tit {margin-left:23px; font-family:"LGSmHaTR"; vertical-align:middle; color:#333130;}
.strategy-task-type04 .strategy-task-cont-wrap ul.strategy-task-img-type01-1 .type01-1-item {margin-left:229px;}

.strategy-task-img-type01-11 {display:flex; padding-top:48px; }
.strategy-task-img-type01-11 .type01-1-item {width:50%;}
/* s: 2021-12-01 사회공헌 비전 및 전략과제 텍스트 수정 tablet */
.strategy-task-img-type01-11 .type01-1-item .img-type01-4-tit {font-size:18px; font-family:"LGSmHaTSB";}
/* e: 2021-12-01 사회공헌 비전 및 전략과제 텍스트 수정 tablet */

/* s: 2021-12-01 사회공헌 비전 및 전략과제 텍스트 수정 tablet */
.strategy-task-img-type01-11 .type01-1-item-type02 .img-type01-4-tit {font-size:18px; vertical-align:sub; margin-left:24px; font-family:"LGSmHaTSB";}
/* e: 2021-12-01 사회공헌 비전 및 전략과제 텍스트 수정 tablet */

ul.strategy-task-img-type01-2 li {display:inline-block; padding-top:60px;}
ul.strategy-task-img-type01-2 li span {font-size:24px; vertical-align: center;}
ul.strategy-task-img-type01-2 .type01-2-item {margin-left:104px;}


.bg-area-wrap-wrap {display:none;}

/* e: 사회공헌 비전 및 전략과제 tablet - 2021-11-04 ~ 2021-11-15 */

/* s : 20211208 공지사항 페이지 신설 tablet */

.new-notice .sub-title-txt {max-width:1320px; margin-left:115px;}
.new-notice .sub-title-txt p {margin:30px auto; font-size:18px; font-family:"LGSmHaTR"; color:#333130;}

/* e : 20211208 공지사항 페이지 신설 tablet */


/* s: 2022-01-20 company > 홍보센터 > 공지사항 tab */
.ir-do .accordion-st-list .item:last-child {margin-bottom:30px; }
/* e: 2022-01-20 company > 홍보센터 > 공지사항 tab */

/* s: 20220217 브랜드 아이덴티티 페이지 신설 tab */
.section-content-introduction.brand-identity {margin-top: 0; background: unset; max-height: 100%;}
.section-content-introduction.brand-identity::before {position: absolute; left: 0; content: ''; background: #f8f1eb; width: 100%; height: 34%; z-index: -1;}
.section-content-introduction.brand-identity .introduction .sub-titles {padding-top:30px; text-align:center; font-size:34px; font-family:"LGSmHaTSB";}
/* s: 20220302 텍스트 스타일 수정 - tab */
.section-content-introduction.brand-identity .introduction .txt.txt-type02 {padding-top:20px; text-align:center; font-size: 15px; font-family:"LGSmHaTSB";  color: #484848; line-height: 1.5; word-break: keep-all; width: 75%; margin:0 auto;}
.section-content-introduction.brand-identity .introduction .txt.txt-type03 {padding-top:20px; text-align:center; font-size: 15px; font-family:"LGSmHaTSB";  color: #484848; line-height: 1.5; word-break: keep-all; width: 75%; margin: 0 auto 58px;}
/* e: 20220302 텍스트 스타일 수정 - tab */


.lgchem-brand-identity-group {padding-top:60px; margin:0 auto; text-align:center;}
.lgchem-brand-identity-group .brand-identity-title {font-family: "LGSmHaTSB"; color:#a50034; font-size:20px;}
.brand-identity-txt-vision {margin-top:18px; font-size:32px; font-family: "LGSmHaTSB"; color:#484848;}

.brand-identity-arrow-wrap {height:100%; position:relative; padding-top:60px;}
.brand-identity-arrow-wrap .brand-identity-arrow::after {position:relative; margin-left:50%; transform:translate(-50%); display:block; content:""; background-image:url("../../images/common/default/brand-identity-arrow.jpg"); background-repeat:no-repeat; z-index:-1; width:458px; height:427px;} 
.brand-identity-arrow-wrap .brand-identity-keyword {font-size:20px; font-family: "LGSmHaTSB"; color:#a50034;}

.brand-identity-company {position:absolute; display:flex; margin-left:50%; transform:translate(-50%); bottom:10%; }
.brand-identity-company .brand-identity-company01 {position:relative; width:100%; height:321px; background:#fff; border-radius:20px; border:1px solid #f0f0f0;  margin-right:200px; padding:40px 60px 40px 60px;}
.brand-identity-company .brand-identity-company01 .brand-identity-science-tit {font-size:18px; font-family:"LGSmHaTR";}
.brand-identity-company .brand-identity-company01 .lgchem-brand-identity-pra {font-size:18px; font-family:"LGSmHaTR"; line-height:1.5;}
.brand-identity-company .brand-identity-company01 .brand-identity-science-company {margin-top:10px; font-size:24px; font-family: "LGSmHaTSB";}

.under-line {padding-top:38px; padding-bottom:38px;}

.brand-identity-company .brand-identity-company02 {width:100%; height:321px; background:#fff; border-radius:20px; border:1px solid #f0f0f0; padding:40px 35px 40px 60px;}
.brand-identity-company .brand-identity-company02 .brand-identity-science-tit {font-size:18px; font-family:"LGSmHaTR";}
.brand-identity-company .brand-identity-company02 .lgchem-brand-identity-pra {font-size:18px; font-family:"LGSmHaTR"; line-height:1.5;}
.brand-identity-company .brand-identity-company02 .brand-identity-science-company {margin-top:10px; font-size:24px; font-family: "LGSmHaTSB";}

.lgchem-bi-txt-wrap {position:relative; top:40px;}
.flow-chart-img-wrap {position:relative; width:50%; height:106px; margin:0 auto;}
.flow-chart-img-wrap::before {position:absolute; text-align:center; left:44%; top:55%; margin:0 auto; display:block; content:"브랜드 키워드"; color:#a50034; font-family:"LGSmHaTR"; font-weight:bold; font-size:20px;}
html.lang-en .flow-chart-img-wrap::before {position:absolute; text-align:center; left: 50%; transform: translateX(-50%); top:55%; margin:0 auto; display:block; content:"Brand Keywords"; color:#a50034; font-family:"LGSmHaTR"; font-weight:bold; font-size:20px;}
html.lang-de .flow-chart-img-wrap::before {position:absolute; text-align:center; left: 50%; transform: translateX(-50%); top:55%; margin:0 auto; display:block; content:"Schlüsselwörter für unsere Markenidentität"; color:#a50034; font-family:"LGSmGloR"; font-weight:bold; font-size:20px;}
html.lang-zh .flow-chart-img-wrap::before {position:absolute; text-align:center; left: 50%; transform: translateX(-50%); top:55%; margin:0 auto; display:block; content:"品牌关键词"; color:#a50034; font-family:"NotoSansR"; font-weight:bold; font-size:20px;}


.lgchem-bi-txxt {display:block; margin-top:10px; margin-bottom:17px; color:#a50034; font-family:"LGSmHaTR"; font-weight:bold; font-size:20px; width: 50%; margin:0 auto;}
.lgchem-bi-company-title {background:#484848; width:45%; margin:0 auto; color:#fff; padding:17px; font-size:32px; font-family: "LGSmHaTSB";}

.lgchem-visual-system {margin-top:120px;}
.lgchem-visual-system::before {
  position: absolute;
  padding-bottom:130px;
  left: 0;
  content: '';
  background: #f8f1eb;
  width: 100%;
  max-width: 1920px;
  height: 43%;
  z-index: -1;
}
.lgchem-visual-system .lgchem-visual-system-cnt {margin:0 auto; padding-top:90px;}
.lgchem-visual-system .sub-tit {font-size: 32px; font-family: "LGSmHaTSB"; color: #333130; margin-left:30px;}
/* .lgchem-visual-system .sub-tit::before {
  content: '';
  display: block;
  position: relative;
  width: 24px;
  height: 4px;
  margin-bottom: 13px;
  background: #333130;
} */
.lgchem-visual-system .lgchem-visual-system-cnt .lgchem-visual-system-txt {font-size:18px; font-family:"LGSmHaTR"; display:block; margin-top:20px; width: 550px; margin-left:30px;}
.lgchem-visual-system .lgchem-visual-system-cnt .lgchem-graph-moteaf {font-size:20px; color:#333; font-family: "LGSmHaTSB"; margin-top:60px; margin-left:30px; width:150px; }
.lgchem-graph-moteaf-txt {font-size:18px; font-family:"LGSmHaTR"; margin-top:10px; margin-left:30px;}

.lgchem-graph-img-wrap {margin-top:30px; margin-left:30px;}
.lgchem-graph-img-wrap ul {display:flex;}
.lgchem-graph-img-wrap ul li {padding-right:25px;}
.lgchem-graph-img-wrap ul li img {width:100%;}


.moteaf-unit-wrap {display:flex; width:100%; margin:0 auto; padding-top:80px;}
.moteaf-unit-wrap .moteaf-unit {width:150px; margin-left:30px;}
.moteaf-unit-wrap .moteaf-unit .moteaf-unit-tit {font-size:20px; font-family: "LGSmHaTSB";}
.moteaf-unit-wrap .moteaf-unit .moteaf-unit-tit.color-system-tit {font-size:20px; font-family: "LGSmHaTSB"; }
/* s: 20220304 컬러 시스템 스타일 수정 - tablet */
.moteaf-unit-wrap .moteaf-unit-txt {margin-left:50px; font-size:18px; font-family:"LGSmHaTR";}
/* e: 20220304 컬러 시스템 스타일 수정 - tablet */

/* s: 20220304 컬러 시스템 스타일 수정 - tablet */
.moteaf-unit-line-ver .moteaf-img-wrap-line {padding:30px 0 20px 30px; background:#fafafa; position:relative; left:50px; width:867px; text-align:Center; margin-top:60px;}
.moteaf-unit-line-ver .moteaf-img-wrap-line .line-version {position:absolute; padding-left:30px; left:0; font-size:18px; color:#333130; font-family: "LGSmHaTSB";}
/* .moteaf-unit-line-ver .moteaf-img-wrap-line img {width:100%;} */
.moteaf-line-version {width:50%;}

.moteaf-unit-line-ver {position:relative; width:100%; margin:0 auto;}
.moteaf-unit-line-ver .moteaf-img-wrap {padding:30px 0 20px 30px; background:#fafafa; position:relative; left:50px; width:867px; text-align:Center; margin-top:60px;}
.moteaf-unit-line-ver .moteaf-img-wrap .line-version {position:absolute; padding-left:30px; left:0; font-size:18px; color:#333130; font-family: "LGSmHaTSB";}
/* e: 20220304 컬러 시스템 스타일 수정 - tablet */


.gradient {display:flex; position:relative; width:100%; margin:0 auto; margin-top:40px;}
.gradient .gradient-img {position:relative; left:5%;}

.gradient .lg-connect-logo-wrap {position: absolute; display:block; background: url(../../../images/common/default/lgchem-connect-logo.png) no-repeat; width:360px; height:39px; right:40%; margin:2% 0 0 50%;}
.gradient .gradient-section {position:absolute; display:block; background: url(../../images/common/default/lgchem-gradient-bg.png) no-repeat; width:893px; height:69px; line-height:69px; background-size: cover; margin:8% 0 0 31%; transform: translate(-7%); color:#fff; font-family: "LGSmHaTSB"; font-weight:bold; font-size:16px; letter-spacing: 0.5px; text-align:center; right:0%; top:7%; }

.fivecolor-color-system {width:90%; margin:0 auto; display:flex; position:relative; left:0;}
.fivecolor-color-system .fivecolor-circle:nth-of-type(1) {background: #d7177b; color:#fff; width:15%; line-height:141px; text-align:center; border-radius:100%; position: absolute; right:80%; bottom:90px;}
.fivecolor-color-system .fivecolor-circle:nth-of-type(2) {background:#551d83; color:#fff; width:15%; line-height:141px; text-align:center; border-radius:100%; position: absolute; right:60%; bottom:90px;}
.fivecolor-color-system .fivecolor-circle:nth-of-type(3) {background: #70c0e6; color:#fff; width:15%; line-height:141px; text-align:center; border-radius:100%; position: absolute; right:40%; bottom:90px;}
.fivecolor-color-system .fivecolor-circle:nth-of-type(4) {background: #0087b5; color:#fff; width:15%; line-height:141px; text-align:center; border-radius:100%; position: absolute; right:20%; bottom:90px;}
.fivecolor-color-system .fivecolor-circle:nth-of-type(5) {background:#c4c4c4; color:#fff; width:15%; line-height:141px; text-align:center; border-radius:100%; position: absolute; right:0; bottom:90px;}

.fivecolor-color-system .fivecolor-circle-txt-wrap { z-index:1; text-align:center; width:100%; display:block; margin-top:80px; margin-left:62px;}
.fivecolor-color-system .fivecolor-circle-txt-wrap .fivecolor-circle-text {text-align:left; display:block; font-size:16px; font-family: "LGSmHaTSB";}

.lgchem-brand-identity-video {width: 1200px; margin:0 auto; padding-top: 78px;}
.lgchem-brand-identity-video .brand-identity-video {background:#eee;}
.lgchem-brand-identity-video .brand-identity-video video {width: 100%;}
.lgchem-bi-mediaplayer-txt {margin-left:30px; font-size:20px; font-family: "LGSmHaTSB";}

.video-wrap-lgchem {position:relative; margin:0 auto; padding-top: 79px;}
/* s: 20220304 컬러 시스템 스타일 수정 - tablet */
.video-wrap-lgchem .video-bx {position: relative; margin-top:40px;}
/* e: 20220304 컬러 시스템 스타일 수정 - tablet */
.video-wrap-lgchem video {width: 100%}
.video-wrap-lgchem .playpause.identity-playpause {position: absolute; top: 40%;left:45%;z-index:10;}
.video-wrap-lgchem .playpause.identity-playpause .ico-play {display:block;background-size:contain; background: url(../../images/common/default/white_btn.png) no-repeat; width: 102px; height:101px; }
/* .video-wrap-lgchem .ico-play::before {position: absolute; content:''; display:block; background: url(../../images/common/default/white_btn.png) no-repeat; width: 96px; height: 96px;} */

.stit {display:none;}


/* s: 20220304 컬러 시스템 스타일 수정 - tablet */
.fivecolor-color-system {margin:0 auto; display:flex; position:relative; left:-2%; padding-top: 63px;}
/* .fivecolor-color-system img {width:100%;} */
.color-system-mo-img {display:none;}
/* e: 20220304 컬러 시스템 스타일 수정 - tablet */

/* s: 20220308 경제 > 그린 경제 수정 tablet */
.section-inner.slide.video-zone .section-type01.space02{margin-top:-130px;} 
.video-box{ 
  width:100%; height:564px; 
  background-color:#c10031; 
  margin-bottom:40px; 
} 
.sub-txt01{font-size:18px; font-family: "LGSmHaTR"; line-height: 1.66; margin-top: 31px;} 
.rz-area{width:50%; margin-top:40px;}
.rz-area .bttn.style03.type07{margin-top:-20px;}
.section-content.society .rz-area .bttn.style03.type07{width:250px;} 
.rz-poster{ width:370px; height: 447px; background: url(../../images/common/company/rz-poster.jpg) no-repeat; float: right; background-size: contain; margin-top:-100px;;}
.section-content.society .section-type02.space03{margin-top:-130px;}
.section-content.society .section-type02.space03 .sub-tit {font-size:36px; font-family: "LGSmHaTB";} 
.section-content.society .section-type02.space03 .sub-txt {font-size:24px; font-family:"LGSmHaTSB"; color:#333130;} 
.section-type02{ width:53%; float: left;} 
.gray01{background-color:#ededf2 ; width:100%; height: 180px; margin-top:110px; box-sizing:border-box;} 
.gray01 .section-inner .section-type01.space02 .sub-txt{padding-top:40px;} 
.gray01 .link-area{width:100%; top:-160px; position:relative; display:flex;} 
.gray01 .link-area .bttn.style03.type07{ display:inline-block; margin-top:0px; text-align:center;}
.gray01 .link-area .bttn.style03.type07:last-child{float: right;} 
.gray01 .link-area .bttn.style03.type07 .icon img{height:30px;} 
.gray01 .link-area a:last-child img{ width:80px; position:absolute; right:0px; bottom:-2px;} 
.section-type01 .video-wrap .video-area .video-bx.rz-video{position: relative; margin-bottom:150px; margin-top:-100px;} 
/*s:20220315 pc 익스플로어, 크롬 재생버튼 가운데로 위치 */
.section-type01 .video-wrap .video-area .video-bx.rz-video .rz-playpause .ico-play{ 
  position:absolute; background: url(../../images/common/company/society_play_btn.png) no-repeat; top:50%; left:50%; transform:translate(-50%, -50%); width:65px; height: 65px; z-index:1000; 
}
/*e:20220315 pc 익스플로어, 크롬 재생버튼 가운데로 위치 */
 
/* e: 20220308 경제 > 그린 경제 수정 tablet */ 


/* e: 20220217 브랜드 아이덴티티 페이지 신설 tab */
/*! s: 20220812 제품목록 바로가기 클래스 추가 */
.business .section-content.business-etc02 .section-inner .shortcut-box {margin:30px 10px; text-align: right;}
.business .section-content.business-etc02 .section-inner .shortcut-box .shortcut-link {display: inline-block; width: auto; height: 35px; padding: 10px 15px; font-size: 15px; box-sizing:border-box; background-color: black; color: #ffff; border-radius: 15px; font-family:'LGSmHaTR'}
/*! e: 20220812 제품목록 바로가기 클래스 추가 */

/* S: 20230125 클래스 추가 - tablet */
.section-aside.corp.align-column .corporation {display:block;margin-right:0px;margin-bottom:20px;}
/* E: 20230125 클래스 추가 - tablet */

/* S: 20230126 클래스 추가 - tablet */
.section-aside.corp.about {width:100%; display: flex; flex-direction: column; align-items: center; top: 620px;}
.section-aside.corp.about .corporation {position: relative; width:70%; height: 48px; -webkit-box-sizing: border-box; box-sizing: border-box; padding: 0 12px; margin-right: 10px; margin-bottom: 10px; display: inline-block; background-color: #333130; text-align: left;}
/* E: 20230126 클래스 추가 - tablet */

/* S: 20230210 신설영역 - 지속가능전략 */
.section-content.sustain-strategies {background:#faf5f5; padding-bottom: 75px;}
.sustain-strategies .strategies-wrap p {font-size: 18px; padding-top: 40px; font-family:"LGSmHaR";}
.sustain-strategies .strategies-wrap .strategies-content {display:flex; justify-content: space-between;}
/* s: 20230508 수정 */
.strategies-content .strategies-list {position: relative; width: 33.3%; margin-top: 235px; border-right: 1px solid #d2cece; padding:0px 1.5rem; text-align: center;}
/* e: 20230508 수정 */
.strategies-content .strategies-list:nth-child(3) {border-right: none;}
/* s: 20230508 수정 */
.strategies-content .strategies-list li {font-size: 18px; font-family:"LGSmHaTR"; margin-bottom:15px;}
/* e: 20230508 수정 */
.strategies-content .strategies-list .list-big-tit {font-size:24px; font-family:"LGSmHaB";margin-bottom:30px;text-align:center;}
.strategies-content .strategies-list:nth-child(1)::before {content:''; position: absolute; top: -150px; left: 50%; transform: translate(-50%,0); background: url(../../images/common/company/ico_sustain01.png) center center; width: 110px; height:110px;}
.strategies-content .strategies-list:nth-child(2)::before {content:''; position: absolute; top: -150px; left: 50%; transform: translate(-50%,0); background: url(../../images/common/company/ico_sustain02.png) center center; width: 110px; height:110px;}
.strategies-content .strategies-list:nth-child(3)::before {content:''; position: absolute; top: -150px; left: 50%; transform: translate(-50%,0); background: url(../../images/common/company/ico_sustain03.png) center center; width: 110px; height:110px;}
.strategies-content .strategies-list .list-sub-tit {font-size:18px;font-family:"LGSmHaR";text-align:center;}
/* E: 20230210 신설영역 - 지속가능전략 */

/* S: 20230210 신설영역 - 비전 */
/* s: 20230508 수정 */
.strategies-content.life-vision .strategies-list {border-right: none; text-align: center;}
.strategies-content.life-vision .strategies-list li {font-size: 18px; font-family:"LGSmHaTR"; margin-bottom:15px;}
/* e: 20230508 수정 */
.strategies-content.life-vision .strategies-list .future-graph {margin-top: 20px;max-width:100%;} 
.strategies-content.life-vision .strategies-list .list-big-tit {font-size:24px; font-family:"LGSmHaB";margin-bottom:30px;text-align:center;font-weight:bold;color:#a50034;}
.strategies-content.life-vision .strategies-list:nth-child(1)::before {content:''; position: absolute; top: -180px; left: 50%; transform: translate(-50%,0); background: url(../../images/common/company/ico_vision01_new.png) center center no-repeat; width: 168px; height:168px; background-size: 80% 80%;}
.strategies-content.life-vision .strategies-list:nth-child(2)::before {content:''; position: absolute; top: -180px; left: 50%; transform: translate(-50%,0); background: url(../../images/common/company/ico_vision02_new.png) center center no-repeat; width: 168px; height:168px; background-size: 80% 80%;}
.strategies-content.life-vision .strategies-list:nth-child(3)::before {content:''; position: absolute; top: -180px; left: 50%; transform: translate(-50%,0); background: url(../../images/common/company/ico_vision03_new.png) center center no-repeat; width: 168px; height:168px; background-size: 80% 80%;}
.strategies-content.life-vision .strategies-list .list-sub-tit {font-size:18px;font-family:"LGSmHaR";text-align:center;}
/* E: 20230210 신설영역 - 비전 */

/* jeonyk Start 20240104 1024 ~ 1280 해상도에서 누락된 회사소개 CSS 추가 */
.snb-type01 .snb-inner{padding-bottom: 0;border-bottom: 1px solid #ddd;text-align: center;}
.section-content-introduction.about-visition {position: relative; margin-top:0;background: unset;max-height:100%; width: 100%; max-width: 100%;}
.section-content-introduction.about-visition::before {position: absolute; display: block; left:0; content:''; background-color: #f8f1eb; width: 100%; height: 108%; z-index:-1;}
.section-content-introduction.about-visition .section-inner {position: relative;margin: 0 auto;padding-left:0;}
.section-content-introduction.about-visition .section-inner .sub-tit { font-size: 28px; font-family:"LGSmHaTB"; color: #333130; padding-top: 64px; }
.section-content-introduction.about-visition .section-inner .sub-tit::before {content: ''; display: block; position: relative; width: 24px; height: 4px; margin-bottom: 13px; background-color: #333130;}
.section-content-introduction.about-visition .section-inner .introduction { max-width: 630px; margin: 0 auto; color: #333130;}
.section-content-introduction.about-visition .section-inner .introduction>img {width: 100%; }
.section-content-introduction.about-visition .section-inner .introduction {font-family: "LGSmHaTR"; font-size: 24px; line-height: 1.3; font-weight: 700;}
.section-content-introduction.about-visition .section-inner .introduction div  {font-family:"LGSmHaTR"; margin-top: 60px; text-align: center;}
.section-content-introduction.about-visition .section-inner .introduction>div>img{margin: 0 auto;}
.section-content-introduction.about-visition .section-inner .introduction>div p {font-weight: 500; padding-top: 10px;}
.section-content-introduction.about-visition .section-inner .introduction .detail {font-family: "LGSmHaTSB"; font-weight: 700; margin-top: 50px;}
.section-content-introduction.about-visition .section-inner .introduction .detail::before {content:''; background-color: #a50034; width: 2px; height: 60px; display: block; margin: 0 auto; margin-bottom: 50px;}
.link-box  {text-align: center;}
.link-box .bttn.style03.type01 {border-radius: 8px ;}
.link-box .bttn.type01 {padding: 5px 20px; }
.link-box .bttn.style03.type01 .txt01 {font-size: 18px; color: #fff;}
.link-box .bttn .ico-link-white01 {display: inline-block; background-image: url("../../images/common/company/ico_next_white_10x18.png"); width: 10px; height: 18px; background-size: 100%; margin-left: 10px; vertical-align: middle;}
.section-content-business-area .business-item .link-box {text-align: center; margin-top: 20px;}
.section-content-global_new .link-box {max-width: 1200px; margin: 0 auto;}
.section-content-global_new .link-box>a {float: right;}
.section-content-ceo {position: relative; margin-top:115px;height: 453px;}
.section-content-ceo::before {position: absolute; top: 180px; left:0; content:''; background: #f8f1eb;width: 100%; max-width:100%;   height: 978px; z-index:-1;}
/* jeonyk End 20240104 1024 ~ 1280 해상도에서 누락된 회사소개 CSS 추가 */
}

@media (max-width : 1023px) {
/* START : 2023-01-30 : 수정 : 사회 공헌 비전 및 전략과제 Green Economy 아이콘 추가 - Mobile*/
.strategy-task-img-type01-4 {font-family:"LGSmHaTSB";}
.strategy-task-img-type01-4 .img-type01-4 {font-family:"LGSmHaTSB";} 
/* s: 20230719 수정 */
.strategy-task-img-type01-4:not(:last-child) .img-type01-4::after {display: block; margin-top: 30px; margin-left: 0; width: 90%; content: ""; border-bottom: 2px solid #f0efef;}
/* e: 20230719 수정 */
/* START : 2023-01-31 : 추가 수정 : css 수정 - Mobile*/
.strategy-task-img-type01-4 .img-type01-4-item {display:flex; padding-top:19px;  font-family:"LGSmHaTSB";}
.strategy-task-img-type01-4 .img-type01-4-item .type01-2-tit{display:flex; align-items:center; padding-left: 35px; font-size: 14px; font-family: "LGSmHaTSB"; margin-top: 0;} 
/* END : 2023-01-31 : 추가 수정 : css 수정 - Mobile*/ 
/* END : 2023-01-30 : 수정 : 사회 공헌 비전 및 전략과제 Green Economy 아이콘 추가 - Mobile*/
/* s: 20230719 비전및 전략과제 수정 */
.strategy-task-img-type01-4 .img-type01-4-item {padding-left: 0;}
.strategy-task-img-type01-4 .img-type01-4.border-0::after {display: none;}
.pop.open .btn-scroll{display:none!important}

.slide_area{width: 100%; max-width:initial;position: relative}
.slide_area .swiper {width: 90%;/*height: 100%;*//* height:550px;*/ height:56.6960vw; max-height: initial;}
.slide_area .swiper-button-prev, .swiper-rtl .swiper-button-next{left:0; color: #000;background-image: url("/asset/images/company/global/slide_prev.png"); width: 18px; height: 33px; background-size: 80%; background-position: left; top: 50%;}
.slide_area .swiper-button-next, .slide_area .swiper-rtl .swiper-button-prev{right:0; color: #000;background-image: url("/asset/images/company/global/slide_next.png"); width: 18px; height: 33px; background-size: 80%; background-position: right;}
.slide_area .slide_head{position: relative;font-size: 14px;text-align: right;color: #000;width: 90%;margin: 0 auto 10px;font-weight: bold;display: flex;font-family: 'LGSmHaTSB';}
.slide_area .slide_head .greeting{text-align: left;font-size: 16px;}
.slide_area .slide_head .swiper-pagination{ text-align: center; bottom: -61vw; letter-spacing: -1px;}  
.slide_area .slide_head .swiper-pagination-total{color: #444;}
.slide_area .slide_head .swiper-pagination-current{margin-right: -3px;font-size: 14px;}

/* e: 20230719 비전및 전략과제 수정 */

  /*.pop{display: none;}  */
  .snb-type01 .snb-inner{margin-bottom: 0;}
  #content.global{background-color: #eee;margin-bottom: 0; }
  .map{border-bottom:1px solid #ddd; background-color: #fff;}
  .pop{display: block;transform: scale(1);position: absolute;background: none;height: 0;}
  .pop .trans, .pop_map{display: none;}
  .pop .other{display: block; width: 100%; background-color: #fff; top: 0; left: 0;}
  .pop .other ul{width: 96%;margin: 0 auto; border-right:1px solid #ddd; display:flex}
  .pop .other li{float: left; width: calc(25% - 1px); border: 1px solid #ddd; border-right:none; text-align: center; margin-left:0}
  .pop .other li a{display: block;}  
  .pop.kor .other li:first-child, .pop.asia .other li:nth-child(2), .pop.eu .other li:nth-child(3), .pop.ame .other li:last-child{border-color: #000;}
  .pop.kor .other li:nth-child(2), .pop.asia .other li:nth-child(3), .pop.eu .other li:last-child{border-left-color: #000;}
  .pop.ame .other ul{border-right-color: #000;}
  .pop.kor .other li:first-child::before, .pop.asia .other li:nth-child(2)::before, .pop.eu .other li:nth-child(3)::before, .pop.ame .other li:last-child::before{display: none;}
  
  
  .relevant{left: 2%; right: auto;}
  .relevant{width:150px;position:absolute; right: 50px; top:50px;border-radius: 5px;z-index: 1;}    
  .relevant a.btn_rel{ border: 1px solid #333; border-radius: 5px;width:100%; padding:7px 10px;display: block;font-family: 'LGSmHaTSB';font-size: 14px;letter-spacing: 0; background-color: #fff; }                    
  .relevant a.btn_rel::after{content: '+'; position:absolute; right:-10px;}
  .relevant ul{ width:100%;padding:10px; transform: scaleY(0); transform-origin: 0 0;transition: .3s;  background-color: #fff; border-radius: 0 0 5px 5px; border: 1px solid #333}
  .relevant ul li{line-height: 24px;}

  .relevant.open a.btn_rel{background-color: #333; color: #fff; border-radius: 5px 5px 0 0; }
  .relevant.open a.btn_rel::after{content: '-';}
  .relevant.open ul{transition: .3s;transform: scaleY(1); }
  .btn_hide{cursor: pointer;position: absolute;background-image: url(../../images/common/product/btn_search.png); background-repeat: no-repeat;  background-position: center center;
    height: 24px; width: 107px;left: calc(50% - 54px); margin-top: -1px;}
  .btn_hide::after{
    position: absolute;
    left: calc(50% - 5px);
    top: 0;
    content: '';
    width: 10px;
    height: 10px;
    border-top: 2px solid #000;
    border-right: 2px solid #000;
    transform: rotate(135deg);
    transition: .3s;}
  .btn_hide.off::after{    transform: rotate(315deg);
    transition: .3s;
    top: 8px;}
  .pop .legend-list, .pop a.global {display: none!important;}  
  .map .map_area {overflow-x: auto;width: 100%;}
  .map_area.hide{transform: scaleX(0); height: 50px;}
  .map .map_img {width: 700px;height: 370px;position: relative;margin: 70px auto 0;}
  .map .map_img img{width: 700px;}
ul.country_list li a.btn {pointer-events: none;display: block;padding:  0px 10px;line-height: 26px;text-align: center;font-size: 1.2em;background: #fff;color: #444;text-decoration: none; border:1px solid #ddd;margin: 0 auto;transition: .3s ease;border-radius: 30px 30px 30px 0;font-family: 'LGSmHaTB';cursor: pointer;}
ul.country_list li a.btn:after {content: '>'; padding-left: 15px;}
ul.country_list li a.btn.on {background: #000;color: #fff;/*box-shadow: 0 2px 0 #aaa, 2px 4px 6px #aaa;*/}

  .corporation01 .biz-list .list {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: 20px;
  padding: 30px 0;
  border: 1px solid #e0e0e0;
  background-color: #fff;
}
  .select_nation .hide{
    display: none;
}
.select_nation .show{
    display: block;
}
.selected-option{font-size: 14px;font-family: 'LGSmHaTR'; display: block;}

/* 셀렉트 영역 스타일 */
.select_nation{
    display:none;
    position: relative;
    padding: 10px;
    width: calc(100% - 20px);
    margin: 0 auto 20px;
    border-radius: 5px;
    border:1px solid #333;
    background-image: url("https://img.icons8.com/material-rounded/24/000000/expand-arrow.png");
    background-position: 98% center;
    background-repeat: no-repeat;
    cursor: pointer;
    background-color: #fff;
}

/* 옵션 영역 스타일 */
.select_nation .nation-box{
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    width: 100%;                    
    cursor: pointer;
    z-index: 1;
    border: 1px solid #ddd;
    border-radius: 5px;
    display:none;
}
.foreign-list.ame .select_nation,
.foreign-list.asia .select_nation ,
.foreign-list.eu .select_nation
{display:block;}
.nation-box.hide{display:none}
.nation-box.show{display:block}

.select_nation .nation-box li {
  width: calc(100% - 1px); border: none;                  
  background-color: #fff;
  text-align: left;
  text-indent: 20px;
  border-radius: 0;
    
}
.select_nation .nation-box li.on {border:none }
.select_nation .nation-box li:first-child::after{content:'';background-image: url(https://img.icons8.com/material-rounded/24/000000/expand-arrow.png);
  background-position: 98% center;
  background-repeat: no-repeat;
  display: block;
  position: absolute;
  top: 5px;
  right: 8px;
  width: 24px;
  height: 24px;
  transform: rotate(180deg);}

.corporation01 .biz-list .list .place .address:hover .add-txt {
  display: inline;
  color: #d7177B;
  cursor: pointer;
}
.corporation01 .biz-list .list .place .address:focus + .pho-img,.corporation01 .biz-list .list .place .address:hover + .pho-img {
  display: block
}

.corporation01 .biz-list .list .place .address:hover .ico-map {
  background: url("../../images/common/company/ico_map_on.gif") no-repeat 0 0;
  background-size: 80%;
}

/**/
.pop_detail.open {overflow: auto; background-color: #fff; overflow-y:scroll; -webkit-overflow-scrolling:touch ; z-index: 1000;} /*0927수정mh*/

.detail_inner{
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.pop_detail .detail_img{width: calc(100% - 40px); margin: 5vw 20px; max-width: none;}
.pop_detail .close_detail:before, .pop_detail .close_detail:after{height: 20px;

}
.pop_detail .close_detail{top: 20px;right: 20px;width: 20px;height: 20px;}

.pop_detail .detail_txt{width: auto; margin-left: 0; padding:0; max-width: none; width:100%; padding-bottom: calc(var(--vh, 1vh) * 15);} /*0927수정mh*/
.pop_detail .detail_txt .detail_txt_in{line-height: 2em; font-size: 12px;margin: 5vw 20px;  width: calc(100% - 40px);  max-width: none;}
.pop_detail .detail_txt .detail_txt_in h2{font-size:12px; margin-bottom: 14px;}
.pop_detail .detail_txt .detail_txt_in h3{font-size:24px;margin-bottom: 20px;}

.pop_detail .detail_txt .detail_txt_in span.info1{margin-bottom:20px;} /*0927수정mh*/
.pop_detail .detail_txt .detail_txt_in span.info2{margin-bottom: 20px;} /*0927수정mh*/
.pop_detail .detail_txt .detail_txt_in ul.info3 li{margin-bottom: 20px;}


.my-wrapper {
position: relative;
padding: 0 27%;
}


}
/**/
  
@media (max-width: 768px) {
  /* .lgway-renewal-wrap > .snb-type01{padding: 0 10px; margin-bottom: 20px;} */
  .marklist .sel .pop_item{display: none;}
  .corporation01 .biz-sign{display: flow-root;}
  .pop .other li a{font-size: 1.2em;}
  .section-content-global_new .corporation01 .biz-sign-list .biz-sign{width: 100%; display: block; overflow: hidden;}
  .corporation01 .biz-sign-list .biz-sign li{width: 50%; float: left; padding: 5px 0; text-align: left;display: flex;align-items: center;}

.slide_area .swiper-button-prev, .swiper-rtl .swiper-button-next,
.slide_area .swiper-button-next, .slide_area .swiper-rtl .swiper-button-prev{ background-size: 50%; padding-top: 20px;}/*0927수정mh*/
.slide_area .slide_head .swiper-pagination{ text-align: center; bottom: -62vw; letter-spacing: -1px;} 
}



@media (max-width: 700px) {
  /* S: 20230126 클래스 추가 - mo */
.section-aside.corp.about {position:relative; width:100%; display: flex; flex-direction: column; align-items: center; top: 75.3%; left: 0; right: 0;}
.section-aside.corp.about .corporation {position: relative; width:70%; height: 30%; -webkit-box-sizing: border-box; box-sizing: border-box; padding: 0 12px; margin-right: 10px; margin-bottom: 10px; display: inline-block; background-color: #333130; text-align: left;}
.section-aside.corp .corporation:nth-child(1n) {margin-right: 0;}
  /* E: 20230126 클래스 추가 - mo */
}

@media (max-width: 460px) {
  /* S: 20230126 클래스 추가 - mo */
.section-aside.corp.about {position:relative; width:100%; display: flex; flex-direction: column; align-items: center; top: 70.3%; left: 0; right: 0;}
.section-aside.corp.about .corporation {position: relative; width:70%; height: 43px; -webkit-box-sizing: border-box; box-sizing: border-box; padding: 0 12px; margin-right: 10px; margin-bottom: 10px; display: inline-block; background-color: #333130; text-align: left;}
.section-aside.corp .corporation:nth-child(1n) {margin-right: 0;}
/* .snb-type01 .snb-list li .item{padding:0 10px} */
.slide_area .slide_head .swiper-pagination{ text-align: center; bottom: -64vw;} 
  /* E: 20230126 클래스 추가 - mo */
}

@media (min-width: 1440px) {
  .slide_area{margin:0 auto}

}



.new-notice .news-area .news-search-nodata{display: none;}
