<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* global */ /* font */
/* base */
/* margin block 변수 */
/* grid system XD 사이즈 */
/* path */
/* media query */
/* font */
/* margin-bottom 
*  @param {number} $length - block 개수
*  @param {number} $font-size - font-size
*  @param {number} $line-height - line-height
*  @param {number} $marginBlockPx - _variable.scss 에 선언한 pc,tablet,mobile 마진블럭 개당 px 값
*                                   default 값은 pc마진블럭, 랩탑,모바일에서 마진값 변동시 변수값 변경 후 사용
*                                   ex)  tablet - marginBottom(2,18,30,$tabletBlockSize)
*                                   ex)  mobile - marginBottom(2,18,30,$mobileBlockSize)
*                                   블럭개수 없고 기본 margin rem 사용 시
*                                   ex)  marginBottom(0,null,null,픽셀값입력), marginBottom(0,$marginBlockPx:픽셀값입력)
*
*/
/* margin-top
*  위와 동일 하나 margin-bottom 을 기본적으로 사용 하지만 예외적인 경우 margin-top 사용
*  예외 - 타이틀부분 공통 처리를 하였는데 서브타이틀이 사용되지 않는 페이지의 경우 타이틀에 불필요한 margin-bottom 이 들어갈 경우 등
*/
/* font-size */
/* 말줄임 */
/* transform */
/* vw 계산기 */
/* grid */
/* flex */
/* background */
/* bullet */
/* clear */
/* wordBreak */
/* base */
/* path */
/* layout */
#header #gnb .depth2_list {
  padding-bottom: 74px;
}
#header a.logo {
  width: 91px;
  height: auto;
  top: 48%;
  transform: translateY(-50%);
}
#header #gnb &gt; ul &gt; li:nth-of-type(2) &gt; a {
  padding: 0 35px;
}
#header #gnb &gt; ul &gt; li:nth-of-type(3) &gt; a {
  padding: 0 45px;
}
#header #gnb &gt; ul &gt; li:nth-of-type(5) &gt; a {
  padding: 0 45px;
}
#header #gnb.on &gt; ul &gt; li:nth-of-type(2) &gt; a {
  padding: 0 55px 0 55px;
}
#header #gnb.on &gt; ul &gt; li:nth-of-type(3) &gt; a {
  padding: 0 70px 0 70px;
}
#header #gnb.on &gt; ul &gt; li:nth-of-type(4) &gt; a {
  padding: 0 55px 0 55px;
}
@media (max-width: 1023px) {
  #header a.logo {
    top: 45%;
    width: 87px;
  }
}
@media (max-width: 766px) {
  #header a.logo {
    top: 46%;
    width: 64px;
  }
}

.banner_area_product {
  padding: 50px 70px 45px 160px;
}
.banner_area_product::before {
  background: url("/resources/kr/local/images/product/product_banner_icon.svg") 63px 32px no-repeat;
  background-size: 72px 72px;
}
.banner_area_product p {
  font-weight: 700;
}
@media (max-width: 1023px) {
  .banner_area_product {
    min-height: unset;
    padding: 25px 7.5% 25px 23.88%;
  }
  .banner_area_product::before {
    width: 23.88%;
    background-position: 80% 20px;
    background-size: 50px 50px;
    content: "";
  }
}
@media (max-width: 766px) {
  .banner_area_product::before {
    background-position: 60% 22px;
  }
}

#footer .bot_box .ft_logo {
  width: 91px;
  margin-top: 0;
}
@media (max-width: 1023px) {
  #footer .bot_box .ft_logo {
    width: 87px;
  }
}
@media (max-width: 766px) {
  #footer .bot_box .ft_logo {
    width: 64px;
  }
}

/* components */
/* plugin */
/* page */
.main .sec_visual .slide_1 .bg {
  background: url("/resources/kr/local/images/main/main_sec_visual1_pc.jpg") 50% 50% no-repeat;
  background-size: cover;
}
.main .sec_visual .slide_2 .bg {
  background: url("/resources/kr/local/images/main/main_sec_visual2_pc.jpg") 50% 50% no-repeat;
  background-size: cover;
}
.main .sec_visual .slide_3 .bg {
  background: url("/resources/kr/local/images/main/main_sec_visual3_pc.jpg") 50% 50% no-repeat;
  background-size: cover;
}
@media (max-width: 1023px) {
  .main .sec_visual .slide_1 .bg {
    background: url("/resources/kr/local/images/main/main_sec_visual1_m.jpg") 50% 50% no-repeat;
    background-size: cover;
  }
  .main .sec_visual .slide_2 .bg {
    background: url("/resources/kr/local/images/main/main_sec_visual2_m.jpg") 50% 50% no-repeat;
    background-size: cover;
  }
  .main .sec_visual .slide_3 .bg {
    background: url("/resources/kr/local/images/main/main_sec_visual3_m.jpg") 50% 50% no-repeat;
    background-size: cover;
  }
}
.main .sec01 .card_list.type02 ul &gt; li p {
  opacity: 1;
  margin-bottom: 1.25rem;
}
.main .sec01 .card_list.type02 ul &gt; li i {
  opacity: 1;
}
.main .sec01 .card_list.type02 ul &gt; li:nth-of-type(1) {
  width: 100%;
}
.main .sec01 .card_list.type02 ul &gt; li:nth-of-type(1) .bg {
  background: url("/resources/kr/local/images/main/main_sec01_card_list_type02_bg1_pc.jpg") 50% 50% no-repeat;
  background-size: cover;
}
.main .sec01 .card_list.type02 ul &gt; li:nth-of-type(1) .bg:before {
  display: none;
}
@media (max-width: 1023px) {
  .main .sec01 .card_list.type02 ul &gt; li {
    height: 175px;
    padding: 30px 24px;
  }
  .main .sec01 .card_list.type02 ul &gt; li + li {
    margin-top: 0;
  }
  .main .sec01 .card_list.type02 ul &gt; li strong {
    margin-bottom: 0.625rem;
  }
}
.main .sec02 .list_wrap .list li .arrow_btn {
  font-size: 2.5rem;
  letter-spacing: -0.02em;
  line-height: 1.3;
}
@media (max-width: 1023px) {
  .main .sec02 .list_wrap .list li {
    padding: 39.7% 0 0 0;
  }
  .main .sec02 .list_wrap .list li:nth-child(1) {
    background: url("/resources/kr/local/images/main/main_sec01_m_bg01.jpg") 50% 50% no-repeat;
    background-size: cover;
  }
  .main .sec02 .list_wrap .list li .arrow_btn {
    font-size: 1.5625rem;
    letter-spacing: -0.02em;
    line-height: 1.28;
  }
}
.main .top_txt .left {
  max-width: 50%;
}
.main .top_txt .left p {
  line-height: 27px;
}
.main .top_txt .right {
  max-width: 50%;
}
.main .top_txt .right p {
  line-height: 26px;
}
@media (max-width: 1023px) {
  .main .top_txt .left {
    max-width: 100%;
  }
  .main .top_txt .right {
    max-width: 100%;
  }
}

.about .sec01 .con01 .vision_area {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 630px;
  margin: 0 auto;
  box-sizing: border-box;
  margin-top: 3.75rem;
}
.about .sec01 .con01 .vision_area .curtain_wrap {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 11;
}
.about .sec01 .con01 .vision_area .curtain_wrap &gt; div {
  position: absolute;
  width: calc(50% - 490px);
  height: 100%;
  top: 0;
  background-color: #fff;
}
.about .sec01 .con01 .vision_area .curtain_wrap .left {
  left: 0;
}
.about .sec01 .con01 .vision_area .curtain_wrap .right {
  right: 0;
}
.about .sec01 .con01 .vision_area .bg {
  background: url("/resources/kr/local/images/company/about_img01.jpg") center no-repeat;
  background-size: 100%;
  background-color: #eee;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 50%;
  min-width: 1920px;
  transform: translate(-50%, 0);
  transform-origin: bottom;
  z-index: 10;
}
@media (max-width: 1023px) {
  .about .sec01 .con01 .vision_area {
    width: 89.6%;
    height: auto;
    padding-top: 57.47%;
    margin-top: 3.75rem;
  }
  .about .sec01 .con01 .vision_area .curtain_wrap {
    display: none;
  }
  .about .sec01 .con01 .vision_area .bg {
    min-width: none;
    height: 100%;
    background-size: auto 100%;
  }
}
@media (max-width: 766px) {
  .about .sec01 .con01 .vision_area {
    width: 89.334%;
    margin: 0 5.333%;
    margin-top: 3.75rem;
  }
}
.about .sec02 {
  padding-top: 0;
  background: none;
}
.about .sec02 .con01 .btn_wrap {
  margin-top: 3.75rem;
}
.about .sec02 .con01 .list {
  width: 100%;
  margin-top: 7.5rem;
  font-size: 0;
}
.about .sec02 .con01 .list li {
  display: inline-block;
  vertical-align: top;
  width: 33.333333%;
  height: 272px;
}
.about .sec02 .con01 .list li:nth-of-type(1) {
  background: url("/resources/kr/local/images/company/about_sec02_img01.jpg") 0 0 no-repeat;
  background-size: cover;
}
.about .sec02 .con01 .list li:nth-of-type(2) {
  background: url("/resources/kr/local/images/company/about_sec02_img02.jpg") 0 0 no-repeat;
  background-size: cover;
}
.about .sec02 .con01 .list li:nth-of-type(3) {
  background: url("/resources/kr/local/images/company/about_sec02_img03.jpg") 0 0 no-repeat;
  background-size: cover;
}
@media (max-width: 1023px) {
  .about .sec02 .con01 .btn_wrap {
    margin-top: 2.5rem;
  }
  .about .sec02 .con01 .list {
    margin-top: 5rem;
  }
  .about .sec02 .con01 .list li {
    display: block;
    width: 100%;
    height: auto;
    padding-top: 40.8%;
  }
}
@media (max-width: 766px) {
  .about .sec02 .con01 .btn_wrap {
    margin-top: 2.5rem;
  }
  .about .sec02 .con01 .list {
    margin-top: 5rem;
  }
}
.about .sec03 {
  margin: 0;
  padding-bottom: 180px;
}
.about .sec03 .cont_area {
  margin-top: 5.625rem;
  padding: 0;
}
.about .sec03 .cont_area p span {
  display: block;
  margin-top: 1.46875rem;
}
.about .sec03 .cont_area p span:first-child {
  margin-top: 0;
}
.about .sec03 .cont_area .cont_wrap {
  position: relative;
  margin-top: 2.40625rem;
}
.about .sec03 .cont_area .area_txt {
  width: calc(100% - 435px);
  padding: 0 42px 103px 0;
}
.about .sec03 .cont_area .area_img {
  width: 435px;
}
.about .sec03 .cont_area .name {
  position: absolute;
  left: 0;
  bottom: 0;
}
.about .sec03 .cont_area .name img {
  width: 134px;
}
.about .sec03 .cont_area .name p {
  font-size: 1.0625rem;
  letter-spacing: -0.02em;
  line-height: 1.4117647059;
  font-weight: 400;
  color: #aaa;
}
@media (max-width: 1023px) {
  .about .sec03 {
    padding-bottom: 80px;
  }
  .about .sec03 .cont_area {
    margin-top: 3.75rem;
  }
  .about .sec03 .cont_area p span {
    margin-top: 0.96875rem;
  }
  .about .sec03 .cont_area .cont_wrap {
    margin-top: 1.59375rem;
  }
  .about .sec03 .cont_area .area_txt {
    width: 55.859375%;
    padding-bottom: 75px;
  }
  .about .sec03 .cont_area .area_img {
    width: 40.0390625%;
    margin-left: 0;
  }
  .about .sec03 .cont_area .name img {
    width: 82px;
  }
  .about .sec03 .cont_area .name p {
    font-size: 0.875rem;
    letter-spacing: -0.02em;
    line-height: 1.4285714286;
  }
}
@media (max-width: 766px) {
  .about .sec03 .cont_area {
    margin-top: 3.75rem;
  }
  .about .sec03 .cont_area p span {
    margin-top: 0.96875rem;
  }
  .about .sec03 .cont_area .cont_wrap {
    margin-top: 1.59375rem;
  }
  .about .sec03 .cont_area .area_txt {
    width: 100%;
    padding-bottom: 0;
  }
  .about .sec03 .cont_area .area_img {
    width: 100%;
    margin-top: 3.46875rem;
  }
  .about .sec03 .cont_area .area_img img {
    width: 100%;
  }
  .about .sec03 .cont_area .name {
    position: static;
    text-align: right;
  }
  .about .sec03 .cont_area .name img {
    display: inline-block;
    text-align: right;
  }
}
.about .sec04 {
  background: none;
  padding: 0 0 180px;
}
.about .sec04::before {
  display: none;
}
.about .sec04 .con_title {
  margin-bottom: 5.625rem;
}
.about .sec04 .history {
  height: 760px;
  position: relative;
  overflow: hidden;
}
.about .sec04 .history:after {
  content: "";
  width: 100%;
  height: 240px;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
  background: url("/resources/kr/local/images/company/history_dim.png") 0 0 no-repeat;
  background-size: auto 100%;
}
.about .sec04 .history.active {
  height: auto;
}
.about .sec04 .history.active:after {
  display: none;
}
.about .sec04 .history.type02 .history_con_wrap .con .inner {
  padding: 0 0 90px;
}
.about .sec04 .history.type02 .history_con_wrap .con .inner:before {
  left: 230px;
}
.about .sec04 .history.type02 .history_con_wrap .con .area_year {
  width: 230px;
}
.about .sec04 .history.type02 .history_con_wrap .con .area_history {
  width: calc(100% - 230px);
}
.about .sec04 .history.type02 .history_con_wrap .con .progress {
  left: 230px;
}
.about .sec04 .history.type02 .history_con_wrap .con:last-child .inner {
  padding-bottom: 0;
}
@media (max-width: 1023px) {
  .about .sec04 {
    padding: 0 0 120px;
  }
  .about .sec04 .con_title {
    margin-bottom: 3.75rem;
  }
  .about .sec04 .history {
    height: 650px;
  }
  .about .sec04 .history:after {
    height: 160px;
  }
  .about .sec04 .history.type02 .history_con_wrap .con .inner {
    padding: 0 0 60px;
  }
  .about .sec04 .history.type02 .history_con_wrap .con .inner:before {
    left: 130px;
  }
  .about .sec04 .history.type02 .history_con_wrap .con .area_year {
    width: 130px;
  }
  .about .sec04 .history.type02 .history_con_wrap .con .area_history {
    width: calc(100% - 130px);
  }
  .about .sec04 .history.type02 .history_con_wrap .con .progress {
    left: 130px;
  }
  .about .sec04 .history.type02 .history_con_wrap .con:last-child .inner {
    padding-bottom: 0;
  }
}
@media (max-width: 766px) {
  .about .sec04 .con_title {
    margin-bottom: 3.75rem;
  }
  .about .sec04 .history.type02 .history_con_wrap .con .inner {
    padding: 0 0 60px 15px;
  }
  .about .sec04 .history.type02 .history_con_wrap .con .inner:before {
    left: 0;
  }
  .about .sec04 .history.type02 .history_con_wrap .con .area_year {
    width: 100%;
  }
  .about .sec04 .history.type02 .history_con_wrap .con .area_history {
    width: 100%;
  }
  .about .sec04 .history.type02 .history_con_wrap .con .progress {
    left: 0;
  }
}
.about .sec05 {
  background: none;
  margin-bottom: 11.25rem;
  padding: 0;
}
.about .sec05 .con_title {
  margin-bottom: 1.875rem;
}
.about .sec05 .con_title h3 {
  font-size: 2.625rem;
  letter-spacing: -0.02em;
  line-height: 1.2857142857;
}
@media (max-width: 1023px) {
  .about .sec05 {
    margin-bottom: 7.5rem;
  }
  .about .sec05 .con_title {
    margin-bottom: 2.25rem;
  }
  .about .sec05 .con_title h3 {
    font-size: 1.875rem;
    letter-spacing: -0.02em;
    line-height: 1.2666666667;
  }
}
@media (max-width: 766px) {
  .about .sec05 {
    margin-bottom: 7.5rem;
  }
  .about .sec05 .con_title {
    margin-bottom: 2.25rem;
  }
}
.about .sec06 {
  margin-bottom: 11.25rem;
  padding: 0;
  background: none;
}
.about .sec06 .con01 {
  margin-bottom: 3.75rem;
}
.about .sec06 .con01 .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: start;
}
.about .sec06 .con01 .list .box {
  /* col 1개의 넓이 계산 */
  /* columns 넓이 계산 */
  width: 48.4693877551%;
  /* margin-left 계산 gap */
  margin-left: 3.0612244898%;
  margin-bottom: 3.75rem;
}
.about .sec06 .con01 .list .box:nth-child(2n-1) {
  margin-left: 0;
}
.about .sec06 .con01 .list .box .img_box {
  width: 100%;
  overflow: hidden;
}
.about .sec06 .con01 .list .box .img_box img {
  width: 100%;
}
.about .sec06 .con01 .list .box .info_wrap {
  position: relative;
  width: 100%;
  margin-top: 2.8125rem;
}
.about .sec06 .con01 .list .box .info_txt {
  width: calc(100% - 60px);
}
.about .sec06 .con01 .list .box .info_txt strong {
  display: block;
  font-size: 1.375rem;
  letter-spacing: -0.02em;
  line-height: 1.4545454545;
  color: #222222;
  word-break: keep-all;
  word-wrap: break-word;
}
.about .sec06 .con01 .list .box .info_txt .address_txt {
  display: inline-block;
  vertical-align: top;
  margin-top: 0.9375rem;
  font-size: 1.0625rem;
  letter-spacing: -0.02em;
  line-height: 1.5294117647;
  color: #999;
  word-break: keep-all;
  word-wrap: break-word;
}
.about .sec06 .con01 .list .box .info_txt .address_txt button {
  display: none;
  padding: 5px;
  margin: -4px 0 0 2px;
}
@media (min-width: 1024px) {
  .about .sec06 .con01 .list .box .info_txt .address_txt:hover {
    text-decoration: underline;
  }
}
.about .sec06 .con01 .list .box .info_txt .address_txt:hover button {
  display: inline-block;
  vertical-align: middle;
}
.about .sec06 .con01 .list .box .info_txt .num_box {
  width: 200px;
  margin-top: 0.5rem;
}
.about .sec06 .con01 .list .box .info_txt .num_box p {
  vertical-align: top;
  font-size: 1.0625rem;
  letter-spacing: 0em;
  line-height: 1.6470588235;
  color: #999;
  position: relative;
}
.about .sec06 .con01 .list .box .info_txt .num_box p:before {
  display: block;
  position: absolute;
  top: 5px;
  left: 0;
  content: "";
}
.about .sec06 .con01 .list .box .info_txt .num_box p.tel {
  padding-left: 24px;
}
.about .sec06 .con01 .list .box .info_txt .num_box p.tel::before {
  width: 16px;
  height: 16px;
  top: 5px;
  background: url("/resources/kr/global/images/company/global_tel_icon.svg") 0 0 no-repeat;
  background-size: 100% 100%;
}
.about .sec06 .con01 .list .box .info_txt .num_box p.tel .call {
  display: none;
  vertical-align: middle;
  width: 23px;
  height: 23px;
  margin: -4px 2px 0 0;
  padding-top: 5px;
  position: relative;
}
.about .sec06 .con01 .list .box .info_txt .num_box p.tel .call img {
  width: 13px;
  height: 13px;
  margin: 0 auto;
}
.about .sec06 .con01 .list .box .info_txt .num_box p.tel .call:after {
  display: block;
  position: absolute;
  top: 6px;
  right: -2px;
  width: 1px;
  height: 11px;
  content: "";
  background-color: #ddd;
}
.about .sec06 .con01 .list .box .info_txt .num_box p.tel button {
  margin-left: 2px;
}
.about .sec06 .con01 .list .box .info_txt .num_box p.fax {
  margin-top: 0.3125rem;
  padding-left: 24px;
}
.about .sec06 .con01 .list .box .info_txt .num_box p.fax::before {
  width: 16px;
  height: 16px;
  top: 5px;
  left: 0;
  background: url("/resources/kr/global/images/company/global_fax_icon.svg") 0 0 no-repeat;
  background-size: 100% 100%;
}
.about .sec06 .con01 .list .box .info_txt .num_box p button {
  display: none;
  vertical-align: middle;
  padding: 5px;
  margin: -3px 0 0 2px;
}
@media (min-width: 1024px) {
  .about .sec06 .con01 .list .box .info_txt .num_box p:hover {
    text-decoration: underline;
  }
}
.about .sec06 .con01 .list .box .info_txt .num_box p:hover button {
  display: inline-block;
  vertical-align: middle;
}
.about .sec06 .con01 .list .box .map_link {
  position: absolute;
  top: 0;
  right: 0;
  width: 55px;
  height: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.about .sec06 .con01 .list .box .map_link::before {
  display: block;
  content: "";
  width: 32px;
  height: 40px;
  background: url(/resources/kr/global/images/company/global_map_link_icon.svg) center no-repeat;
  background-size: cover;
  transition: background 0.5s;
}
@media (min-width: 1024px) {
  .about .sec06 .con01 .list .box .map_link:hover::before {
    background: url(/resources/kr/global/images/company/global_map_link_icon_on.svg) center no-repeat;
    background-size: 100% 100%;
  }
}
.about .sec06 .con02 .banner {
  overflow: hidden;
  position: relative;
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
  padding: 65px 10px 74px 140px;
  background: url("/resources/kr/local/images/company/banner_bg.png") center no-repeat;
  background-size: 100%;
}
.about .sec06 .con02 .banner p {
  font-size: 2rem;
  letter-spacing: -0.06em;
  line-height: 1.34375;
  font-family: "SamyangNeo", "Pretendard", "SamYang", sans-serif;
  color: #ffffff;
  font-weight: bold;
  padding-bottom: 28px;
}
.about .sec06 .con02 .banner .btn {
  color: #ffffff;
  background-color: transparent;
}
.about .sec06 .con02 .banner .btn::after {
  background-image: url("/resources/kr/global/images/button/button_down_white.svg");
  background-position: 0 0;
}
@media (min-width: 1024px) {
  .about .sec06 .con02 .banner .btn:not(.disabled):hover {
    background-color: #26247b;
  }
}
@media (max-width: 1023px) {
  .about .sec06 {
    margin-bottom: 0;
  }
  .about .sec06 .con01 {
    margin-bottom: 2.5rem;
  }
  .about .sec06 .con01 .list .box {
    /* col 1개의 넓이 계산 */
    /* columns 넓이 계산 */
    width: 49.2346938776%;
    /* margin-left 계산 gap */
    margin-left: 1.5306122449%;
    margin-bottom: 2.5rem;
  }
  .about .sec06 .con01 .list .box:nth-child(2n-1) {
    margin-left: 0;
  }
  .about .sec06 .con01 .list .box .info_wrap {
    width: 100%;
    margin-top: 1.5625rem;
  }
  .about .sec06 .con01 .list .box .info_txt {
    width: calc(100% - 60px);
  }
  .about .sec06 .con01 .list .box .info_txt strong {
    font-size: 1.125rem;
    letter-spacing: -0.02em;
    line-height: 1.5;
  }
  .about .sec06 .con01 .list .box .info_txt .address_txt {
    margin-top: 0.625rem;
    font-size: 0.875rem;
    letter-spacing: -0.02em;
    line-height: 1.8571428571;
  }
  .about .sec06 .con01 .list .box .info_txt .address_txt button {
    margin-left: 0;
    margin-top: -3px;
  }
  .about .sec06 .con01 .list .box .info_txt .address_txt button img {
    width: 15px;
    height: 15px;
  }
  .about .sec06 .con01 .list .box .info_txt .num_box {
    width: 100%;
    margin-top: 0.1875rem;
  }
  .about .sec06 .con01 .list .box .info_txt .num_box p {
    font-size: 0.875rem;
    letter-spacing: 0em;
    line-height: 1.9285714286;
  }
  .about .sec06 .con01 .list .box .info_txt .num_box p.tel {
    margin-top: 0;
  }
  .about .sec06 .con01 .list .box .info_txt .num_box p.tel::before {
    background-position: center;
  }
  .about .sec06 .con01 .list .box .info_txt .num_box p.tel:hover .call {
    display: inline-block;
  }
  .about .sec06 .con01 .list .box .info_txt .num_box p.fax {
    margin-top: 0;
  }
  .about .sec06 .con01 .list .box .info_txt .num_box p.fax::before {
    background-position: center;
  }
  .about .sec06 .con01 .list .box .info_txt .num_box p button {
    margin-left: 0;
  }
  .about .sec06 .con01 .list .box .map_link {
    width: 39px;
    height: 39px;
  }
  .about .sec06 .con01 .list .box .map_link::before {
    width: 20px;
    height: 30px;
    background-size: 20px 30px;
  }
  .about .sec06 .con02 .banner {
    max-width: 100%;
    padding: 48px 5.2% 56px;
    background: url("/resources/kr/local/images/company/banner_bg_m.png") center no-repeat;
    background-size: 100%;
  }
  .about .sec06 .con02 .banner p {
    font-size: 1.4375rem;
    letter-spacing: -0.06em;
    line-height: 1.2608695652;
    padding-bottom: 18px;
  }
}
@media (max-width: 766px) {
  .about .sec06 .con01 {
    margin-bottom: 5rem;
  }
  .about .sec06 .con01 .list {
    display: block;
  }
  .about .sec06 .con01 .list .box {
    display: block;
    width: 100%;
    margin-left: 0;
    margin-bottom: 2.5rem;
  }
  .about .sec06 .con01 .list .box:last-child {
    margin-bottom: 0;
  }
  .about .sec06 .con01 .list .box .info_txt .address_txt {
    margin-top: 0.625rem;
  }
}

.vision .sec01 .con01 .vision_area {
  height: 630px;
}
.vision .sec01 .con01 .vision_area .bg {
  background: url("/resources/kr/local/images/company/visual_vision.jpg") center no-repeat;
  background-size: auto 100%;
}
@media (max-width: 1023px) {
  .vision .sec01 .con01 .vision_area {
    width: 89.6%;
    height: auto;
    padding-top: 57.47%;
    margin-top: 3.75rem;
  }
  .vision .sec01 .con01 .vision_area .curtain_wrap {
    display: none;
  }
  .vision .sec01 .con01 .vision_area .bg {
    min-width: 0;
    height: 100%;
    background-size: auto 100%;
  }
}
@media (max-width: 766px) {
  .vision .sec01 .con01 .vision_area {
    width: 89.334%;
    margin: 0 5.333%;
    margin-top: 3.75rem;
  }
}
.vision .sec02 {
  margin-top: 7.5rem;
}
@media (max-width: 1023px) {
  .vision .sec02 {
    margin-top: 5rem;
  }
  .vision .sec02 .title {
    margin-top: 1.25rem;
  }
}
@media (max-width: 766px) {
  .vision .sec02 {
    margin-top: 5rem;
  }
  .vision .sec02 .title {
    margin-top: 1.25rem;
  }
}
.vision .sec02 .con01 {
  height: auto;
  padding-top: 0;
}
.vision .sec02 .con01 .inner {
  height: auto;
  padding-top: 0;
}
.vision .sec02 .con01 .con_title h3 {
  font-size: 1.375rem;
  letter-spacing: -0.02em;
  line-height: 1.5454545455;
  font-family: "Noto Sans KR", sans-serif;
}
.vision .sec02 .con01 .con_title P {
  margin-top: 1.875rem;
  font-size: 1.1875rem;
  letter-spacing: -0.02em;
  line-height: 1.6842105263;
}
.vision .sec02 .con01 .diagram_box {
  margin-top: 7.5rem;
}
.vision .sec02 .con01 .diagram_box .top_box {
  position: relative;
  padding-bottom: 40px;
  text-align: center;
}
.vision .sec02 .con01 .diagram_box .top_box::after {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
  width: 32px;
  height: 32px;
  background: url("/resources/kr/local/images/company/ic_arrow_cool_down.svg") center no-repeat;
  background-size: cover;
}
.vision .sec02 .con01 .diagram_box .top_box span {
  font-size: 1.25rem;
  letter-spacing: -0.02em;
  line-height: 1.4;
  font-family: "SamyangNeo", "Pretendard", "SamYang", sans-serif;
  font-weight: 600;
  color: #666666;
}
.vision .sec02 .con01 .diagram_box .top_box p {
  margin-top: 0.75rem;
  font-size: 2.8125rem;
  letter-spacing: -0.02em;
  line-height: 1.2222222222;
  font-family: "SamyangNeo", "Pretendard", "SamYang", sans-serif;
  font-weight: 600;
  color: #26247b;
  word-break: keep-all;
}
.vision .sec02 .con01 .diagram_box .mid_txt {
  padding-top: 82px;
  padding-bottom: 45px;
  font-size: 2rem;
  letter-spacing: -0.02em;
  line-height: 1.25;
  font-family: "SamyangNeo", "Pretendard", "SamYang", sans-serif;
  font-weight: 600;
  color: #222222;
  text-align: center;
}
.vision .sec02 .con01 .diagram_box ul {
  padding: 0 0 60px 0;
  border-top: 0;
  border-right: 0;
  border-left: 0;
  border-bottom: 1px solid #dddddd;
}
.vision .sec02 .con01 .diagram_box ul li &gt; p {
  background-color: #26247b;
  color: #ffffff;
}
.vision .sec02 .con01 .diagram_box ul li &gt; p::after {
  border-color: #26247b transparent transparent transparent;
}
.vision .sec02 .con01 .diagram_box ul li + li &gt; p::before {
  background: url("/resources/kr/local/images/company/ic_plus.svg") center no-repeat;
  background-size: cover;
}
.vision .sec02 .con01 .diagram_box .bot_txt {
  margin-top: 0.9375rem;
  font-size: 1.0625rem;
  letter-spacing: -0.02em;
  line-height: 1.4117647059;
  color: #666666;
  text-align: right;
}
@media (max-width: 1023px) {
  .vision .sec02 .con01 .con_title h3 {
    font-size: 1.125rem;
    letter-spacing: -0.02em;
    line-height: 1.5;
  }
  .vision .sec02 .con01 .con_title P {
    margin-top: 1.875rem;
    font-size: 1rem;
    letter-spacing: -0.02em;
    line-height: 1.5625;
  }
  .vision .sec02 .con01 .diagram_box {
    margin-top: 3.75rem;
  }
  .vision .sec02 .con01 .diagram_box .top_box {
    padding-bottom: 78px;
  }
  .vision .sec02 .con01 .diagram_box .top_box::after {
    bottom: 35px;
    width: 16px;
    height: 23px;
  }
  .vision .sec02 .con01 .diagram_box .top_box span {
    font-size: 1.0625rem;
    letter-spacing: -0.02em;
    line-height: 1.3529411765;
  }
  .vision .sec02 .con01 .diagram_box .top_box p {
    margin-top: 0.5rem;
    font-size: 1.875rem;
    letter-spacing: -0.02em;
    line-height: 1.2666666667;
  }
  .vision .sec02 .con01 .diagram_box .mid_txt {
    display: none;
  }
  .vision .sec02 .con01 .diagram_box .bot_txt {
    margin-top: 0.625rem;
    font-size: 1rem;
    letter-spacing: -0.02em;
    line-height: 1.5625;
  }
}
@media (max-width: 766px) {
  .vision .sec02 .con01 .con_title P {
    margin-top: 1.875rem;
  }
  .vision .sec02 .con01 .diagram_box {
    margin-top: 3.125rem;
  }
  .vision .sec02 .con01 .diagram_box .bot_txt {
    margin-top: 0.625rem;
  }
}

.certification .sec + .sec {
  margin-top: 7.5rem;
}
.certification .sec + .sec .con_title h3 {
  font-size: 2.625rem;
  letter-spacing: -0.06em;
  line-height: 1.4285714286;
}
@media (max-width: 1023px) {
  .certification .sec + .sec {
    margin-top: 7.5rem;
  }
  .certification .sec + .sec .con_title h3 {
    font-size: 1.875rem;
    letter-spacing: -0.05em;
    line-height: 1.3333333333;
  }
}
@media (max-width: 766px) {
  .certification .sec + .sec {
    margin-top: 7.5rem;
  }
}
.certification .sec01 .con01 .vision_area {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 630px;
  margin: 0 auto;
  box-sizing: border-box;
  margin-top: 3.75rem;
}
.certification .sec01 .con01 .vision_area .curtain_wrap {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 11;
}
.certification .sec01 .con01 .vision_area .curtain_wrap &gt; div {
  position: absolute;
  width: calc(50% - 490px);
  height: 100%;
  top: 0;
  background-color: #fff;
}
.certification .sec01 .con01 .vision_area .curtain_wrap .left {
  left: 0;
}
.certification .sec01 .con01 .vision_area .curtain_wrap .right {
  right: 0;
}
.certification .sec01 .con01 .vision_area .bg {
  background: url("/resources/kr/local/images/company/visual_certification.jpg") center no-repeat;
  background-size: 100%;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 50%;
  min-width: 1920px;
  transform: translate(-50%, 0);
  transform-origin: bottom;
  z-index: 10;
}
@media (max-width: 1023px) {
  .certification .sec01 .con01 .vision_area {
    width: 89.6%;
    height: auto;
    padding-top: 57.47%;
    margin-top: 3.75rem;
  }
  .certification .sec01 .con01 .vision_area .curtain_wrap {
    display: none;
  }
  .certification .sec01 .con01 .vision_area .bg {
    min-width: 0;
    height: 100%;
    background-size: auto 100%;
  }
}
@media (max-width: 766px) {
  .certification .sec01 .con01 .vision_area {
    width: 89.334%;
    margin: 0 5.333%;
    margin-top: 3.75rem;
  }
}
.certification .sec02 .con01 .list {
  margin-top: 3.75rem;
  font-size: 0;
}
.certification .sec02 .con01 .list li {
  display: inline-block;
  vertical-align: top;
  width: calc(33.333333% - 20px);
  margin-right: 30px;
  padding: 30px;
  border: 1px solid #ddd;
  text-align: center;
}
.certification .sec02 .con01 .list li:nth-of-type(3n) {
  margin-right: 0;
}
.certification .sec02 .con01 .list li:nth-of-type(n + 4) {
  margin-top: 2.8125rem;
}
.certification .sec02 .con01 .list li img {
  margin: 0 auto;
}
.certification .sec02 .con01 .list li .txt {
  padding-top: 10px;
}
.certification .sec02 .con01 .list li .txt p {
  font-size: 1.1875rem;
  letter-spacing: -0.02em;
  line-height: 1.6842105263;
  font-weight: 600;
  color: #222222;
}
.certification .sec02 .con01 .list li .txt span {
  display: block;
  margin-top: 0.625rem;
  font-size: 1.0625rem;
  letter-spacing: -0.02em;
  line-height: 1.4117647059;
  color: #444444;
}
@media (max-width: 1023px) {
  .certification .sec02 .con01 .list {
    margin-top: 2.5rem;
  }
  .certification .sec02 .con01 .list li {
    display: inline-block;
    width: calc(50% - 8px);
    margin-right: 0;
    padding: 15px 0;
    text-align: center;
  }
  .certification .sec02 .con01 .list li:nth-of-type(odd) {
    margin-right: 16px;
  }
  .certification .sec02 .con01 .list li:nth-of-type(n + 3) {
    margin-top: 0.625rem;
  }
  .certification .sec02 .con01 .list li .txt {
    padding-top: 7px;
  }
  .certification .sec02 .con01 .list li .txt p {
    font-size: 1rem;
    letter-spacing: -0.02em;
    line-height: 1.5625;
  }
  .certification .sec02 .con01 .list li .txt span {
    margin-top: 0.4375rem;
    font-size: 0.75rem;
    letter-spacing: -0.02em;
    line-height: 1.25;
  }
}
@media (max-width: 766px) {
  .certification .sec02 .con01 .list {
    margin-top: 2.5rem;
  }
  .certification .sec02 .con01 .list li:nth-of-type(n + 3) {
    margin-top: 0.625rem;
  }
}
@media (max-width: 1023px) {
  .certification .sec03 .title {
    margin-bottom: 1.25rem;
  }
}
@media (max-width: 766px) {
  .certification .sec03 .title {
    margin-bottom: 1.25rem;
  }
}
.certification .sec03 .con01 .con_title .txt01 {
  font-weight: 600;
  color: #222222;
}
.certification .sec03 .con01 .con_title .txt02 {
  margin-top: 3.75rem;
  font-size: 1.1875rem;
  letter-spacing: -0.02em;
  line-height: 1.6842105263;
}
.certification .sec03 .con01 .img_box {
  margin-top: 5.625rem;
}
@media (max-width: 1023px) {
  .certification .sec03 .con01 .con_title .txt01 {
    color: #444444;
  }
  .certification .sec03 .con01 .con_title .txt02 {
    margin-top: 2.5rem;
    font-size: 1rem;
    letter-spacing: -0.02em;
    line-height: 1.5625;
  }
  .certification .sec03 .con01 .img_box {
    margin-top: 3.75rem;
  }
}
@media (max-width: 766px) {
  .certification .sec03 .con01 .con_title .txt02 {
    margin-top: 2.5rem;
  }
  .certification .sec03 .con01 .img_box {
    margin-top: 3.75rem;
  }
}
.certification .sec03 .con02 {
  margin-top: 7.5rem;
}
.certification .sec03 .con02 .con_title h4 {
  font-size: 2rem;
  letter-spacing: 0em;
  line-height: 1;
  font-family: "SamyangNeo", "Pretendard", "SamYang", sans-serif;
  color: #222222;
}
.certification .sec03 .con02 .con_title p {
  margin-top: 1.25rem;
  font-size: 1.1875rem;
  letter-spacing: -0.02em;
  line-height: 1.6842105263;
}
.certification .sec03 .con02 .txt_area {
  margin-top: 3.75rem;
  padding: 60px 143px 45px 140px;
  background-color: #f7f7f7;
}
.certification .sec03 .con02 .txt_area::after {
  content: "";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.certification .sec03 .con02 .txt_area .txt_list li + li {
  margin-top: 0.9375rem;
}
.certification .sec03 .con02 .txt_area .txt_list li p {
  font-size: 1.1875rem;
  letter-spacing: -0.02em;
  line-height: 1;
  color: #666666;
  word-break: keep-all;
  word-wrap: break-word;
}
.certification .sec03 .con02 .txt_area .name_box {
  float: right;
  margin-top: 1.875rem;
  text-align: right;
}
.certification .sec03 .con02 .txt_area .name_box strong {
  display: block;
  font-size: 1.0625rem;
  letter-spacing: -0.02em;
  line-height: 1.4705882353;
  color: #222222;
}
.certification .sec03 .con02 .txt_area .name_box img {
  display: inline-block;
  vertical-align: top;
  margin-top: 0.625rem;
}
@media (max-width: 1023px) {
  .certification .sec03 .con02 {
    margin-top: 5rem;
  }
  .certification .sec03 .con02 .con_title h4 {
    font-size: 1.4375rem;
    letter-spacing: 0em;
    line-height: 1.2608695652;
  }
  .certification .sec03 .con02 .con_title p {
    margin-top: 0.9375rem;
    font-size: 1rem;
    letter-spacing: -0.02em;
    line-height: 1.5625;
  }
  .certification .sec03 .con02 .txt_area {
    margin-top: 2.5rem;
    padding: 40px 24px 40px 20px;
  }
  .certification .sec03 .con02 .txt_area .txt_list li + li {
    margin-top: 0.625rem;
  }
  .certification .sec03 .con02 .txt_area .txt_list li p {
    font-size: 1rem;
    letter-spacing: -0.02em;
    line-height: 1.5625;
  }
  .certification .sec03 .con02 .txt_area .name_box {
    margin-top: 1.25rem;
  }
  .certification .sec03 .con02 .txt_area .name_box strong {
    font-size: 0.875rem;
    letter-spacing: -0.02em;
    line-height: 1.3571428571;
  }
  .certification .sec03 .con02 .txt_area .name_box img {
    margin-top: 0.5rem;
  }
}
.certification .sec03 .con03 {
  margin-top: 7.5rem;
}
.certification .sec03 .con03 .con_title h4 {
  font-size: 2rem;
  letter-spacing: 0em;
  line-height: 1;
  font-family: "SamyangNeo", "Pretendard", "SamYang", sans-serif;
  color: #222222;
}
.certification .sec03 .con03 .certi_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 1.125rem;
}
.certification .sec03 .con03 .certi_list li {
  /* col 1개의 넓이 계산 */
  /* columns 넓이 계산 */
  width: 48.4693877551%;
  /* margin-left 계산 gap */
  margin-left: 3.0612244898%;
  border: 1px solid #dddddd;
}
.certification .sec03 .con03 .certi_list li:nth-child(2n-1) {
  margin-left: 0;
}
.certification .sec03 .con03 .certi_list a {
  display: block;
  padding: 34px 40px;
}
.certification .sec03 .con03 .certi_list a::after {
  display: inline-block;
  width: 55px;
  height: 55px;
  background: url("/resources/kr/local/images/common/icon_download.svg") center 45% no-repeat;
  background-size: 16px;
  vertical-align: middle;
  content: "";
}
.certification .sec03 .con03 .certi_list a:hover::after {
  background: url("/resources/kr/local/images/common/icon_download_green.svg") center 45% no-repeat;
  background-size: 16px;
}
.certification .sec03 .con03 .certi_list strong {
  display: inline-block;
  width: calc(100% - 55px);
  font-weight: 700;
  font-size: 1.375rem;
  letter-spacing: -0.02em;
  line-height: 1.4545454545;
  color: #222222;
  vertical-align: middle;
}
@media (max-width: 1023px) {
  .certification .sec03 .con03 {
    margin-top: 5rem;
  }
  .certification .sec03 .con03 .con_title h4 {
    font-size: 1.4375rem;
    letter-spacing: 0em;
    line-height: 1.2608695652;
  }
  .certification .sec03 .con03 .certi_list {
    margin-top: 1.25rem;
  }
  .certification .sec03 .con03 .certi_list li {
    /* col 1개의 넓이 계산 */
    /* columns 넓이 계산 */
    width: 48.4693877551%;
    /* margin-left 계산 gap */
    margin-left: 3.0612244898%;
  }
  .certification .sec03 .con03 .certi_list li:nth-child(2n-1) {
    margin-left: 0;
  }
  .certification .sec03 .con03 .certi_list a {
    padding: 19px 5.97%;
  }
  .certification .sec03 .con03 .certi_list a::after {
    width: 39px;
    height: 39px;
    background-size: 12px;
  }
  .certification .sec03 .con03 .certi_list a:hover::after {
    background-size: 12px;
  }
  .certification .sec03 .con03 .certi_list strong {
    width: calc(100% - 39px);
    font-size: 1.125rem;
    letter-spacing: -0.02em;
    line-height: 1.2222222222;
  }
}
@media (max-width: 766px) {
  .certification .sec03 .con03 {
    margin-top: 7.5rem;
  }
  .certification .sec03 .con03 .certi_list li {
    /* col 1개의 넓이 계산 */
    /* columns 넓이 계산 */
    width: 100%;
    /* margin-left 계산 gap */
    margin-left: 0;
  }
  .certification .sec03 .con03 .certi_list li + li {
    margin-top: 1.25rem;
  }
}

.environmental .sec02 .con03 .inner, .environmental .sec02 .con04 .inner {
  border: none;
  padding: 0;
}
.environmental .sec02 .con03 .table_top_text, .environmental .sec02 .con04 .table_top_text {
  margin-bottom: 1.25rem;
}
.environmental .sec02 .con03 .table_top_text h5, .environmental .sec02 .con04 .table_top_text h5 {
  font-size: 1.625rem;
  letter-spacing: -0.02em;
  line-height: 1.5384615385;
  font-weight: bold;
  color: #222222;
}
.environmental .sec02 .con03 .table_top_text p, .environmental .sec02 .con04 .table_top_text p {
  word-break: keep-all;
}
.environmental .sec02 .con03 .table_top_text p &gt; span, .environmental .sec02 .con04 .table_top_text p &gt; span {
  display: inline-block;
  font-size: 4px;
  vertical-align: sub;
}
.environmental .sec02 .con03 .table_top_text .right, .environmental .sec02 .con04 .table_top_text .right {
  padding-top: 13px;
}
.environmental .sec02 .con03 .table_bot_text p, .environmental .sec02 .con04 .table_bot_text p {
  word-break: keep-all;
}
.environmental .sec02 .con03 .table_wrap .table.sticky .col01, .environmental .sec02 .con04 .table_wrap .table.sticky .col01 {
  width: 46%;
}
.environmental .sec02 .con03 .table_wrap .table.sticky .col02, .environmental .sec02 .con03 .table_wrap .table.sticky .col03, .environmental .sec02 .con03 .table_wrap .table.sticky .col04, .environmental .sec02 .con04 .table_wrap .table.sticky .col02, .environmental .sec02 .con04 .table_wrap .table.sticky .col03, .environmental .sec02 .con04 .table_wrap .table.sticky .col04 {
  width: 18%;
}
.environmental .sec02 .con03 .table_wrap .table.sticky thead tr th, .environmental .sec02 .con04 .table_wrap .table.sticky thead tr th {
  text-align: center;
  padding: 20px 10px;
}
.environmental .sec02 .con03 .table_wrap .table.sticky thead tr th:nth-of-type(1), .environmental .sec02 .con04 .table_wrap .table.sticky thead tr th:nth-of-type(1) {
  padding: 20px 10px;
}
.environmental .sec02 .con03 .table_wrap .table.sticky tbody tr th, .environmental .sec02 .con04 .table_wrap .table.sticky tbody tr th {
  text-align: center;
  padding: 20px 10px;
  font-size: 1.0625rem;
  letter-spacing: 0em;
  line-height: -1.1764705882;
}
.environmental .sec02 .con03 .table_wrap .table.sticky tbody tr th b, .environmental .sec02 .con04 .table_wrap .table.sticky tbody tr th b {
  color: #222222;
}
.environmental .sec02 .con03 .table_wrap .table.sticky tbody tr td, .environmental .sec02 .con04 .table_wrap .table.sticky tbody tr td {
  text-align: center;
  padding: 20px 10px;
}
@media (max-width: 1023px) {
  .environmental .sec02 .con03 .table_top_text, .environmental .sec02 .con04 .table_top_text {
    margin-bottom: 0.9375rem;
  }
  .environmental .sec02 .con03 .table_top_text h5, .environmental .sec02 .con04 .table_top_text h5 {
    font-size: 1.3125rem;
    letter-spacing: -0.02em;
    line-height: 1.1428571429;
  }
  .environmental .sec02 .con03 .table_top_text p &gt; span, .environmental .sec02 .con04 .table_top_text p &gt; span {
    font-size: 2px;
  }
  .environmental .sec02 .con03 .table_top_text .right, .environmental .sec02 .con04 .table_top_text .right {
    padding-top: 0;
  }
  .environmental .sec02 .con03 .table_wrap .table.sticky .scroll.scroll__visible:after, .environmental .sec02 .con04 .table_wrap .table.sticky .scroll.scroll__visible:after {
    left: 180px;
  }
  .environmental .sec02 .con03 .table_wrap .table.sticky .col01, .environmental .sec02 .con04 .table_wrap .table.sticky .col01 {
    width: 180px;
  }
  .environmental .sec02 .con03 .table_wrap .table.sticky .col02, .environmental .sec02 .con03 .table_wrap .table.sticky .col03, .environmental .sec02 .con03 .table_wrap .table.sticky .col04, .environmental .sec02 .con04 .table_wrap .table.sticky .col02, .environmental .sec02 .con04 .table_wrap .table.sticky .col03, .environmental .sec02 .con04 .table_wrap .table.sticky .col04 {
    width: 100px;
  }
  .environmental .sec02 .con03 .table_wrap .table.sticky thead th, .environmental .sec02 .con04 .table_wrap .table.sticky thead th {
    height: 60px;
  }
  .environmental .sec02 .con03 .table_wrap .table.sticky tbody tr th, .environmental .sec02 .con04 .table_wrap .table.sticky tbody tr th {
    font-size: 0.875rem;
    letter-spacing: -0.02em;
    line-height: 1.4285714286;
  }
}
.environmental .sec02 .con04 {
  margin-top: 7.5rem;
}
@media (max-width: 1023px) {
  .environmental .sec02 .con04 {
    margin-top: 5rem;
  }
}
.environmental .sec03 .list.type2 li img.pc {
  display: block;
}
.environmental .sec03 .list.type2 li img.m {
  display: none;
}
@media (max-width: 1023px) {
  .environmental .sec03 .list.type2 li img.pc {
    display: none;
  }
  .environmental .sec03 .list.type2 li img.m {
    display: block;
  }
}
.environmental .sec03 .con_item.type01 .table_top_text {
  margin-bottom: 1.25rem;
}
.environmental .sec03 .con_item.type01 .table_top_text h5 {
  font-size: 1.625rem;
  letter-spacing: -0.02em;
  line-height: 1.5384615385;
  font-weight: bold;
  color: #222222;
}
.environmental .sec03 .con_item.type01 .table_top_text p {
  word-break: keep-all;
}
.environmental .sec03 .con_item.type01 .table_top_text p &gt; span {
  display: inline-block;
  font-size: 4px;
  vertical-align: sub;
}
.environmental .sec03 .con_item.type01 .table_top_text .right {
  padding-top: 13px;
}
.environmental .sec03 .con_item.type01 .table_bot_text p {
  word-break: keep-all;
}
.environmental .sec03 .con_item.type01 .table_wrap .table.sticky .col01 {
  width: 46%;
}
.environmental .sec03 .con_item.type01 .table_wrap .table.sticky .col02, .environmental .sec03 .con_item.type01 .table_wrap .table.sticky .col03, .environmental .sec03 .con_item.type01 .table_wrap .table.sticky .col04 {
  width: 18%;
}
.environmental .sec03 .con_item.type01 .table_wrap .table.sticky thead tr th {
  text-align: center;
  padding: 20px 10px;
}
.environmental .sec03 .con_item.type01 .table_wrap .table.sticky thead tr th:nth-of-type(1) {
  padding: 20px 10px;
}
.environmental .sec03 .con_item.type01 .table_wrap .table.sticky tbody tr th {
  text-align: center;
  padding: 20px 10px;
  font-size: 1.0625rem;
  letter-spacing: 0em;
  line-height: -1.1764705882;
}
.environmental .sec03 .con_item.type01 .table_wrap .table.sticky tbody tr td {
  text-align: center;
  padding: 20px 10px;
}
@media (max-width: 1023px) {
  .environmental .sec03 .con_item.type01 .table_top_text {
    margin-bottom: 0.9375rem;
  }
  .environmental .sec03 .con_item.type01 .table_top_text h5 {
    font-size: 1.3125rem;
    letter-spacing: -0.02em;
    line-height: 1.1428571429;
  }
  .environmental .sec03 .con_item.type01 .table_top_text p &gt; span {
    font-size: 2px;
  }
  .environmental .sec03 .con_item.type01 .table_top_text .right {
    padding-top: 0;
  }
  .environmental .sec03 .con_item.type01 .table_wrap .table.sticky .scroll.scroll__visible:after {
    left: 180px;
  }
  .environmental .sec03 .con_item.type01 .table_wrap .table.sticky .col01 {
    width: 180px;
  }
  .environmental .sec03 .con_item.type01 .table_wrap .table.sticky .col02, .environmental .sec03 .con_item.type01 .table_wrap .table.sticky .col03, .environmental .sec03 .con_item.type01 .table_wrap .table.sticky .col04 {
    width: 100px;
  }
  .environmental .sec03 .con_item.type01 .table_wrap .table.sticky thead th {
    height: 60px;
  }
  .environmental .sec03 .con_item.type01 .table_wrap .table.sticky tbody tr th {
    font-size: 0.875rem;
    letter-spacing: -0.02em;
    line-height: 1.4285714286;
  }
}
.environmental .sec03 .con_item.type02 .table_top_text {
  margin-bottom: 1.25rem;
}
.environmental .sec03 .con_item.type02 .table_top_text h5 {
  font-size: 1.625rem;
  letter-spacing: -0.02em;
  line-height: 1.5384615385;
  font-weight: bold;
  color: #222222;
}
.environmental .sec03 .con_item.type02 .table_top_text p {
  word-break: keep-all;
}
.environmental .sec03 .con_item.type02 .table_top_text .right {
  padding-top: 13px;
}
.environmental .sec03 .con_item.type02 .table_wrap .table.sticky .col01 {
  width: 26%;
}
.environmental .sec03 .con_item.type02 .table_wrap .table.sticky .col02 {
  width: 20%;
}
.environmental .sec03 .con_item.type02 .table_wrap .table.sticky .col03, .environmental .sec03 .con_item.type02 .table_wrap .table.sticky .col04, .environmental .sec03 .con_item.type02 .table_wrap .table.sticky .col05 {
  width: 18%;
}
.environmental .sec03 .con_item.type02 .table_wrap .table.sticky thead tr th {
  text-align: center;
  padding: 20px 10px;
}
.environmental .sec03 .con_item.type02 .table_wrap .table.sticky tbody tr th {
  text-align: center;
  padding: 20px 10px;
  font-weight: 400;
  font-size: 1.0625rem;
  letter-spacing: -0.02em;
  line-height: 1.1764705882;
}
.environmental .sec03 .con_item.type02 .table_wrap .table.sticky tbody tr th b {
  color: #222222;
}
.environmental .sec03 .con_item.type02 .table_wrap .table.sticky tbody tr td {
  text-align: center;
  padding: 20px 10px;
}
@media (max-width: 1023px) {
  .environmental .sec03 .con_item.type02 .table_top_text {
    margin-bottom: 0.9375rem;
  }
  .environmental .sec03 .con_item.type02 .table_top_text h5 {
    font-size: 1.3125rem;
    letter-spacing: -0.02em;
    line-height: 1.1428571429;
  }
  .environmental .sec03 .con_item.type02 .table_top_text .right {
    padding-top: 0;
  }
  .environmental .sec03 .con_item.type02 .table_wrap .table.sticky .scroll.scroll__visible:before {
    top: 45px;
  }
  .environmental .sec03 .con_item.type02 .table_wrap .table.sticky .scroll.scroll__visible:after {
    left: 170px;
  }
  .environmental .sec03 .con_item.type02 .table_wrap .table.sticky .col01 {
    width: 75px;
  }
  .environmental .sec03 .con_item.type02 .table_wrap .table.sticky .col02 {
    width: 95px;
  }
  .environmental .sec03 .con_item.type02 .table_wrap .table.sticky .col03, .environmental .sec03 .con_item.type02 .table_wrap .table.sticky .col04, .environmental .sec03 .con_item.type02 .table_wrap .table.sticky .col05 {
    width: 100px;
  }
  .environmental .sec03 .con_item.type02 .table_wrap .table.sticky thead th {
    height: 60px;
  }
  .environmental .sec03 .con_item.type02 .table_wrap .table.sticky tbody tr th {
    font-size: 0.875rem;
    letter-spacing: -0.02em;
    line-height: 1.4285714286;
    position: -webkit-sticky;
    position: sticky;
    left: 75px;
    top: 0;
    background: #ffffff;
    padding: 20px 5px;
  }
  .environmental .sec03 .con_item.type02 .table_wrap .table.sticky tbody tr th[rowspan], .environmental .sec03 .con_item.type02 .table_wrap .table.sticky tbody tr th[colspan] {
    left: 0;
  }
  .environmental .sec03 .con_item.type02 .table_wrap .table.sticky tbody tr td {
    padding: 20px 5px;
  }
}
.environmental .sec03 .con .con_item + .con_item {
  margin-top: 7.5rem;
}
.environmental .sec04 .diagram_box {
  margin-top: 3.75rem;
  padding: 80px 84px;
  border: 1px solid #dddddd;
}
.environmental .sec04 .diagram_box .top_box {
  position: relative;
  padding-bottom: 87px;
  text-align: center;
}
.environmental .sec04 .diagram_box .top_box::after {
  content: "";
  position: absolute;
  bottom: 39px;
  left: 50%;
  transform: translateX(-50%);
  width: 19px;
  height: 27px;
  background: url("/resources/kr/global/images/esg/arrow_cool_down_green.svg") center no-repeat;
  background-size: cover;
}
.environmental .sec04 .diagram_box .top_box p {
  font-size: 1.375rem;
  letter-spacing: -0.03em;
  line-height: 1.2727272727;
  font-weight: bold;
  color: #222222;
}
.environmental .sec04 .diagram_box ul {
  position: relative;
  padding: 0;
  border: 0;
  text-align: center;
  font-size: 0;
}
@media (max-width: 1023px) {
  .environmental .sec04 .diagram_box {
    margin-top: 2.5rem;
    padding: 40px 0;
  }
  .environmental .sec04 .diagram_box .top_box {
    position: relative;
    padding-bottom: 55px;
  }
  .environmental .sec04 .diagram_box .top_box::after {
    bottom: 20px;
    width: 16px;
    height: 23px;
  }
  .environmental .sec04 .diagram_box .top_box p {
    font-size: 1.125rem;
    letter-spacing: -0.03em;
    line-height: 1.3333333333;
  }
  .environmental .sec04 .diagram_box ul {
    padding: 0 9.55%;
  }
}
@media (max-width: 766px) {
  .environmental .sec04 .diagram_box {
    margin-top: 2.5rem;
  }
}

.social .sec03 .btn_wrap {
  margin-top: 2.5rem;
}
.social .sec04 .con01 .inner {
  padding-bottom: 180px;
  border-bottom: 1px solid #ddd;
}
@media (max-width: 1023px) {
  .social .sec04 .con01 .inner {
    padding-bottom: 120px;
  }
}
.social .sec07 {
  margin-bottom: 11.25rem;
}
.social .sec07 .inner {
  padding-bottom: 180px;
  border-bottom: 1px solid #ddd;
}
.social .sec07 .con_title {
  margin-bottom: 5rem;
}
.social .sec07 .table_top_text {
  margin-bottom: 1.25rem;
}
.social .sec07 .table_top_text h5 {
  font-size: 1.625rem;
  letter-spacing: -0.02em;
  line-height: 1.5384615385;
  font-weight: bold;
  color: #222222;
}
.social .sec07 .table_top_text p {
  word-break: keep-all;
}
.social .sec07 .table_top_text .right {
  padding-top: 13px;
}
.social .sec07 .table_wrap .table.sticky .col01 {
  width: 26%;
}
.social .sec07 .table_wrap .table.sticky .col02 {
  width: 20%;
}
.social .sec07 .table_wrap .table.sticky .col03, .social .sec07 .table_wrap .table.sticky .col04, .social .sec07 .table_wrap .table.sticky .col05 {
  width: 18%;
}
.social .sec07 .table_wrap .table.sticky thead tr th {
  text-align: center;
  padding: 20px 10px;
}
.social .sec07 .table_wrap .table.sticky thead tr th:nth-of-type(2) {
  position: -webkit-sticky;
  position: sticky;
  left: 86px;
}
.social .sec07 .table_wrap .table.sticky tbody tr th {
  text-align: center;
  padding: 20px 10px;
  font-weight: 400;
  font-size: 1.0625rem;
  letter-spacing: -0.02em;
  line-height: 1.1764705882;
}
.social .sec07 .table_wrap .table.sticky tbody tr th b {
  color: #222222;
}
.social .sec07 .table_wrap .table.sticky tbody tr td {
  text-align: center;
  padding: 20px 10px;
}
@media (max-width: 1023px) {
  .social .sec07 {
    margin-bottom: 7.5rem;
  }
  .social .sec07 .inner {
    padding-bottom: 120px;
  }
  .social .sec07 .table_top_text {
    margin-bottom: 0.9375rem;
  }
  .social .sec07 .table_top_text h5 {
    font-size: 1.3125rem;
    letter-spacing: -0.02em;
    line-height: 1.1428571429;
  }
  .social .sec07 .table_top_text .right {
    padding-top: 0;
  }
  .social .sec07 .table_wrap .table.sticky .scroll.scroll__visible:before {
    top: 45px;
  }
  .social .sec07 .table_wrap .table.sticky .scroll.scroll__visible:after {
    left: 181px;
  }
  .social .sec07 .table_wrap .table.sticky .col01 {
    width: 75px;
  }
  .social .sec07 .table_wrap .table.sticky .col02 {
    width: 95px;
  }
  .social .sec07 .table_wrap .table.sticky .col03, .social .sec07 .table_wrap .table.sticky .col04, .social .sec07 .table_wrap .table.sticky .col05 {
    width: 100px;
  }
  .social .sec07 .table_wrap .table.sticky thead th {
    height: 60px;
  }
  .social .sec07 .table_wrap .table.sticky tbody tr th {
    font-size: 0.875rem;
    letter-spacing: -0.02em;
    line-height: 1.4285714286;
    position: -webkit-sticky;
    position: sticky;
    left: 86px;
    top: 0;
    background: #ffffff;
    padding: 20px 5px;
  }
  .social .sec07 .table_wrap .table.sticky tbody tr th[rowspan], .social .sec07 .table_wrap .table.sticky tbody tr th[colspan] {
    left: 0;
  }
  .social .sec07 .table_wrap .table.sticky tbody tr td {
    padding: 20px 5px;
  }
}
@media (max-width: 766px) {
  .social .sec07 {
    margin-bottom: 7.5rem;
  }
}
.social .sec08 {
  margin-bottom: 7.5rem;
}
.social .sec08 .inner {
  padding-bottom: 0;
  border-bottom: none;
}
.social .sec08 .btn_wrap {
  margin-top: 2.5rem;
}
@media (max-width: 1023px) {
  .social .sec08 {
    margin-bottom: 5rem;
  }
  .social .sec08 .btn_wrap {
    margin-top: 1.5625rem;
  }
}
@media (max-width: 766px) {
  .social .sec08 {
    margin-bottom: 5rem;
  }
}

.governance .sec03 .con02 {
  margin-top: 11.25rem;
}
.governance .sec03 .con02 .inner::after {
  content: "";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.governance .sec03 .con02 .txt_box {
  float: left;
  width: calc(100% - 445px);
  padding-right: 60px;
}
.governance .sec03 .con02 .txt_box strong {
  display: block;
  font-size: 2rem;
  letter-spacing: -0.02em;
  line-height: 1.25;
  font-family: "SamyangNeo", "Pretendard", "SamYang", sans-serif;
  color: #222222;
}
.governance .sec03 .con02 .txt_box p {
  margin-top: 1.875rem;
  font-size: 1.375rem;
  letter-spacing: -0.02em;
  line-height: 1.4545454545;
  color: #444444;
}
.governance .sec03 .con02 .img_box {
  float: right;
  width: 445px;
}
.governance .sec03 .con02 .img_box img {
  width: 100%;
}
.governance .sec03 .con03 {
  margin-top: 11.25rem;
}
.governance .sec03 .con03 .table_wrap strong {
  display: block;
  margin-bottom: 1.125rem;
  font-size: 2rem;
  letter-spacing: -0.02em;
  line-height: 1.25;
  font-family: "SamyangNeo", "Pretendard", "SamYang", sans-serif;
  color: #222222;
}
.governance .sec03 .con04 {
  margin-top: 7.5rem;
}
@media (max-width: 1023px) {
  .governance .sec03 .con01 .inner {
    padding-bottom: 0;
    border-bottom: none;
  }
  .governance .sec03 .con02 {
    margin-top: 7.5rem;
  }
  .governance .sec03 .con02 .txt_box {
    float: none;
    width: 100%;
    padding-right: 0;
  }
  .governance .sec03 .con02 .txt_box strong {
    font-size: 1.4375rem;
    letter-spacing: -0.02em;
    line-height: 1.1304347826;
  }
  .governance .sec03 .con02 .txt_box p {
    margin-top: 1.25rem;
    font-size: 1.125rem;
    letter-spacing: -0.02em;
    line-height: 1.5;
  }
  .governance .sec03 .con02 .img_box {
    float: none;
    width: 100%;
    margin-top: 1.875rem;
  }
  .governance .sec03 .con03 {
    margin-top: 7.5rem;
  }
  .governance .sec03 .con03 .table_wrap strong {
    margin-bottom: 0.9375rem;
    font-size: 1.4375rem;
    letter-spacing: -0.02em;
    line-height: 1.2173913043;
  }
  .governance .sec03 .con04 {
    margin-top: 5rem;
  }
}
@media (max-width: 766px) {
  .governance .sec03 .con02 {
    margin-top: 7.5rem;
  }
  .governance .sec03 .con02 .txt_box p {
    margin-top: 1.25rem;
  }
  .governance .sec03 .con02 .img_box {
    margin-top: 1.875rem;
  }
  .governance .sec03 .con03 {
    margin-top: 7.5rem;
  }
  .governance .sec03 .con04 {
    margin-top: 5rem;
  }
}
.governance .sec05 .con01 .inner {
  padding-bottom: 180px;
  border-bottom: 1px solid #ddd;
}
.governance .sec05 .con01 .con_title h3 {
  font-size: 2.625rem;
  letter-spacing: -0.02em;
  line-height: 1.3333333333;
}
.governance .sec05 .con01 .btn_wrap {
  margin-top: 2.8125rem;
}
@media (max-width: 1023px) {
  .governance .sec05 .con01 .inner {
    padding-bottom: 120px;
  }
  .governance .sec05 .con01 .con_title h3 {
    font-size: 1.875rem;
    letter-spacing: -0.02em;
    line-height: 1.2666666667;
  }
  .governance .sec05 .con01 .btn_wrap {
    margin-top: 1.875rem;
  }
}
@media (max-width: 766px) {
  .governance .sec05 .con01 .btn_wrap {
    margin-top: 1.875rem;
  }
}

@media (max-width: 1023px) {
  .tech-data .tab_search_box .search .input_area {
    width: 100%;
  }
}

.tech_center .sec + .sec {
  margin-top: 11.25rem;
}
.tech_center .sec + .sec .con_title h3 {
  font-size: 2.625rem;
  letter-spacing: -0.02em;
  line-height: 1.2857142857;
}
.tech_center .sec + .sec .con_title .txt1 {
  font-weight: 600;
  color: #222222;
}
@media (max-width: 1023px) {
  .tech_center .sec + .sec {
    margin-top: 7.5rem;
  }
  .tech_center .sec + .sec .con_title h3 {
    font-size: 1.875rem;
    letter-spacing: -0.02em;
    line-height: 1.2666666667;
  }
}
@media (max-width: 766px) {
  .tech_center .sec + .sec {
    margin-top: 7.5rem;
  }
}
.tech_center .sec01 .con + .con {
  margin-top: 11.25rem;
}
@media (max-width: 1023px) {
  .tech_center .sec01 .con + .con {
    margin-top: 7.5rem;
  }
}
@media (max-width: 766px) {
  .tech_center .sec01 .con + .con {
    margin-top: 7.5rem;
  }
}
.tech_center .sec01 .con01 .visual_wrap {
  position: relative;
}
.tech_center .sec01 .con01 .visual_wrap .visual_area {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 500px;
  margin: 0 auto;
  box-sizing: border-box;
  margin-top: 5.625rem;
}
.tech_center .sec01 .con01 .visual_wrap .visual_area .curtain_wrap {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 11;
}
.tech_center .sec01 .con01 .visual_wrap .visual_area .curtain_wrap &gt; div {
  position: absolute;
  width: calc(50% - 490px);
  height: 100%;
  top: 0;
  background-color: #fff;
}
.tech_center .sec01 .con01 .visual_wrap .visual_area .curtain_wrap .left {
  left: 0;
}
.tech_center .sec01 .con01 .visual_wrap .visual_area .curtain_wrap .right {
  right: 0;
}
.tech_center .sec01 .con01 .visual_wrap .visual_area .bg {
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 50%;
  min-width: 1920px;
  transform: translate(-50%, 0);
  transform-origin: bottom;
  z-index: 10;
  background: url("/resources/kr/local/images/rnd/tech_center/visual_tech_center.jpg") center no-repeat;
  background-size: 100%;
}
@media (max-width: 1023px) {
  .tech_center .sec01 .con01 .visual_wrap .visual_area {
    width: 89.6%;
    height: auto;
    padding-top: 57.47%;
    margin-top: 3.8125rem;
  }
  .tech_center .sec01 .con01 .visual_wrap .visual_area .curtain_wrap {
    display: none;
  }
  .tech_center .sec01 .con01 .visual_wrap .visual_area .bg {
    min-width: unset;
    height: 100%;
    background-size: auto 100%;
  }
}
.tech_center .sec01 .con02 .inner {
  padding-bottom: 180px;
  border-bottom: 1px solid #dddddd;
}
.tech_center .sec01 .con02 .diagram_box .top_box {
  position: relative;
  padding-bottom: 40px;
  text-align: center;
}
.tech_center .sec01 .con02 .diagram_box .top_box::after {
  content: "";
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
  width: 32px;
  height: 32px;
  background: url("/resources/kr/local/images/rnd/tech_center/ic_arrow_cool_down.svg") center no-repeat;
  background-size: cover;
}
.tech_center .sec01 .con02 .diagram_box .top_box span {
  font-size: 1.25rem;
  letter-spacing: -0.02em;
  line-height: 1.4;
  font-family: "SamyangNeo", "Pretendard", "SamYang", sans-serif;
  font-weight: 600;
  color: #666666;
}
.tech_center .sec01 .con02 .diagram_box .top_box p {
  margin-top: 0.75rem;
  font-size: 2.8125rem;
  letter-spacing: -0.02em;
  line-height: 1.2222222222;
  font-family: "SamyangNeo", "Pretendard", "SamYang", sans-serif;
  font-weight: 600;
  color: #26247b;
  word-break: keep-all;
}
.tech_center .sec01 .con02 .diagram_box .bot_box {
  padding-top: 82px;
}
.tech_center .sec01 .con02 .diagram_box .bot_box ul {
  padding: 0;
  border: 0;
}
.tech_center .sec01 .con02 .diagram_box .bot_box ul &gt; li &gt; p {
  flex-direction: column;
  font-size: 1.375rem;
  letter-spacing: -0.02em;
  line-height: 1.4545454545;
}
.tech_center .sec01 .con02 .diagram_box .bot_box ul &gt; li &gt; p span {
  font-weight: 400;
  margin-top: 0.3125rem;
  font-size: 1.0625rem;
  letter-spacing: -0.02em;
  line-height: 1.4117647059;
  color: #E7EBEC;
}
.tech_center .sec01 .con02 .diagram_box .bot_box ol {
  width: 250px;
}
.tech_center .sec01 .con02 .diagram_box .bot_box ol::after {
  content: "";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.tech_center .sec01 .con02 .diagram_box .bot_box ol li {
  position: relative;
  float: left;
  padding-left: 10px;
  font-size: 1.1875rem;
  letter-spacing: -0.02em;
  line-height: 1.6842105263;
  word-break: keep-all;
  word-wrap: break-word;
  color: #666666;
  text-align: left;
}
.tech_center .sec01 .con02 .diagram_box .bot_box ol li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 15px;
  width: 4px;
  height: 4px;
  background: #aaaaaa;
  border-radius: 50%;
}
.tech_center .sec01 .con02 .diagram_box .bot_box ol li:nth-of-type(odd) {
  margin-right: 50px;
}
.tech_center .sec01 .con02 .diagram_box .bot_box ol li:nth-of-type(n + 3) {
  margin-top: 0.9375rem;
}
@media (max-width: 1023px) {
  .tech_center .sec01 .con02 .inner {
    padding-bottom: 120px;
  }
  .tech_center .sec01 .con02 .diagram_box .top_box {
    padding-bottom: 78px;
  }
  .tech_center .sec01 .con02 .diagram_box .top_box::after {
    bottom: 35px;
    width: 16px;
    height: 23px;
  }
  .tech_center .sec01 .con02 .diagram_box .top_box span {
    font-size: 1.0625rem;
    letter-spacing: -0.02em;
    line-height: 1.3529411765;
  }
  .tech_center .sec01 .con02 .diagram_box .top_box p {
    margin-top: 0.5rem;
    font-size: 1.875rem;
    letter-spacing: -0.02em;
    line-height: 1.2666666667;
  }
  .tech_center .sec01 .con02 .diagram_box .bot_box {
    padding: 0;
  }
  .tech_center .sec01 .con02 .diagram_box .bot_box ul &gt; li &gt; p {
    font-size: 1.125rem;
    letter-spacing: -0.02em;
    line-height: 1.5;
  }
  .tech_center .sec01 .con02 .diagram_box .bot_box ul &gt; li &gt; p span {
    margin-top: 0;
    font-size: 0.875rem;
    letter-spacing: -0.02em;
    line-height: 1.3571428571;
  }
  .tech_center .sec01 .con02 .diagram_box .bot_box ol {
    width: 190px;
  }
  .tech_center .sec01 .con02 .diagram_box .bot_box ol li {
    width: auto;
    padding-left: 8px;
    font-size: 1rem;
    letter-spacing: -0.02em;
    line-height: 1.5625;
  }
  .tech_center .sec01 .con02 .diagram_box .bot_box ol li::before {
    top: 10px;
  }
  .tech_center .sec01 .con02 .diagram_box .bot_box ol li:nth-of-type(odd) {
    margin-right: 25px;
  }
}
.tech_center .sec02 .con01 .inner {
  padding-bottom: 180px;
  border-bottom: 1px solid #ddd;
}
.tech_center .sec02 .con01 .txt2 {
  margin-top: 3.75rem;
  font-size: 1.1875rem;
  letter-spacing: -0.02em;
  line-height: 1.6842105263;
  color: #444444;
}
.tech_center .sec02 .con01 .list_box {
  margin-top: 7.5rem;
}
.tech_center .sec02 .con01 .list_box .tit {
  font-size: 2rem;
  letter-spacing: -0.02em;
  line-height: 1;
  font-family: "SamyangNeo", "Pretendard", "SamYang", sans-serif;
  color: #222222;
}
.tech_center .sec02 .con01 .list_box .list {
  margin-top: 1.4375rem;
  font-size: 0;
}
.tech_center .sec02 .con01 .list_box .list li {
  display: inline-block;
  vertical-align: top;
  width: calc(50% - 15px);
  margin-right: 30px;
  margin-top: 4.0625rem;
}
.tech_center .sec02 .con01 .list_box .list li:nth-of-type(2n) {
  margin-right: 0;
}
.tech_center .sec02 .con01 .list_box .list li:nth-of-type(1), .tech_center .sec02 .con01 .list_box .list li:nth-of-type(2) {
  margin-top: 0;
}
.tech_center .sec02 .con01 .list_box .list img {
  width: 100%;
}
.tech_center .sec02 .con01 .list_box .list .txt_box {
  padding-top: 25px;
}
.tech_center .sec02 .con01 .list_box .list strong {
  display: block;
  font-size: 1.375rem;
  letter-spacing: -0.02em;
  line-height: 1.5454545455;
  color: #222222;
}
.tech_center .sec02 .con01 .list_box .list p {
  margin-top: 1rem;
  font-size: 1.1875rem;
  letter-spacing: -0.02em;
  line-height: 1.6842105263;
  word-break: keep-all;
  word-wrap: break-word;
}
.tech_center .sec02 .con01 .list_box .list dl {
  margin-top: 0.78125rem;
  font-size: 0;
}
.tech_center .sec02 .con01 .list_box .list dl dt {
  display: inline-block;
  width: 71px;
  font-weight: 700;
  font-size: 1.0625rem;
  letter-spacing: -0.02em;
  line-height: 1.8823529412;
  color: #222222;
  vertical-align: top;
}
.tech_center .sec02 .con01 .list_box .list dl dd {
  display: inline-block;
  width: calc(100% - 71px);
  font-size: 1.0625rem;
  letter-spacing: -0.02em;
  line-height: 1.8823529412;
  color: #666666;
}
.tech_center .sec02 .con01 .list_box .btn_wrap {
  text-align: center;
}
@media (max-width: 1023px) {
  .tech_center .sec02 .con01 .inner {
    padding-bottom: 120px;
  }
  .tech_center .sec02 .con01 .txt2 {
    margin-top: 3.75rem;
    font-size: 1rem;
    letter-spacing: -0.02em;
    line-height: 1.5625;
  }
  .tech_center .sec02 .con01 .list_box {
    margin-top: 5rem;
  }
  .tech_center .sec02 .con01 .list_box .tit {
    font-size: 1.4375rem;
    letter-spacing: -0.02em;
    line-height: 1;
    font-weight: 600;
  }
  .tech_center .sec02 .con01 .list_box .list {
    margin-top: 0.9375rem;
  }
  .tech_center .sec02 .con01 .list_box .list li {
    margin-top: 3.75rem;
  }
  .tech_center .sec02 .con01 .list_box .list .txt_box {
    padding-top: 20px;
  }
  .tech_center .sec02 .con01 .list_box .list strong {
    font-size: 1.125rem;
    letter-spacing: -0.02em;
    line-height: 1.3333333333;
  }
  .tech_center .sec02 .con01 .list_box .list p {
    margin-top: 1.25rem;
    font-size: 1rem;
    letter-spacing: -0.02em;
    line-height: 1.5625;
  }
  .tech_center .sec02 .con01 .list_box .list dl {
    margin-top: 0.96875rem;
  }
  .tech_center .sec02 .con01 .list_box .list dl dt {
    display: inline-block;
    width: 100%;
    margin-bottom: 0.3125rem;
    font-size: 0.875rem;
    letter-spacing: -0.02em;
    line-height: 1.7857142857;
    vertical-align: top;
  }
  .tech_center .sec02 .con01 .list_box .list dl dd {
    display: inline-block;
    width: 100%;
    font-size: 0.875rem;
    letter-spacing: -0.02em;
    line-height: 1.7857142857;
  }
}
@media (max-width: 766px) {
  .tech_center .sec02 .con01 .txt2 {
    margin-top: 3.75rem;
  }
  .tech_center .sec02 .con01 .list_box {
    margin-top: 5rem;
  }
  .tech_center .sec02 .con01 .list_box .list li {
    display: block;
    width: 100%;
    margin-right: 0;
  }
  .tech_center .sec02 .con01 .list_box .list li:nth-of-type(n + 2) {
    margin-top: 3.75rem;
  }
  .tech_center .sec02 .con01 .list_box .list p {
    margin-top: 1.25rem;
  }
  .tech_center .sec02 .con01 .list_box .btn_wrap {
    display: block;
    margin-top: 3.125rem;
    text-align: center;
  }
}
.tech_center .sec03 .con01 .cont_wrap {
  margin-top: 3.75rem;
}
.tech_center .sec03 .con01 .cont_wrap p {
  margin-top: 3.34375rem;
  font-size: 1.1875rem;
  letter-spacing: -0.02em;
  line-height: 1.6842105263;
  color: #444444;
}
@media (max-width: 1023px) {
  .tech_center .sec03 .con01 .cont_wrap {
    margin-top: 3.75rem;
  }
  .tech_center .sec03 .con01 .cont_wrap p {
    margin-top: 1.59375rem;
    font-size: 1rem;
    letter-spacing: -0.02em;
    line-height: 1.5625;
  }
}
@media (max-width: 766px) {
  .tech_center .sec03 .con01 .cont_wrap {
    margin-top: 3.75rem;
  }
  .tech_center .sec03 .con01 .cont_wrap p {
    margin-top: 1.59375rem;
  }
}
.tech_center .sec03 .con02 {
  margin-top: 7.5rem;
}
@media (max-width: 1023px) {
  .tech_center .sec03 .con02 {
    margin-top: 5rem;
  }
}
@media (max-width: 766px) {
  .tech_center .sec03 .con02 {
    margin-top: 5rem;
  }
}
@media (max-width: 1023px) {
  .tech_center .banner_area_faq::before {
    background-position: 80% 20px;
    background-size: 50px 50px;
  }
}
@media (max-width: 766px) {
  .tech_center .banner_area_faq::before {
    background-position: 60% 22px;
  }
}

.inquiry .con_title {
  margin-bottom: 4.25rem;
}
.inquiry .sec01 .con01 {
  margin-bottom: 0;
}
.inquiry .write_wrap_content {
  margin-top: 7.1875rem;
}
.inquiry .write_wrap_content .table_form .form .item .row.align-top dt {
  padding: 6px 0 0;
  vertical-align: top;
}
.inquiry .write_wrap_content .table_form .form .item .row.align-top dd {
  vertical-align: top;
}
.inquiry .write_wrap_content .table_form .form .item .row .banner_area_faq {
  margin-top: 0.625rem;
}
.inquiry .write_wrap_content .table_form .form .item .row .custom_select_area.type01 {
  width: 200px;
}
.inquiry .write_wrap_content .table_form .form .item .row .custom_select_area.type02 {
  width: calc(100% - 210px);
  max-width: none;
  margin-left: 10px;
}
.inquiry .write_wrap_content .table_form .form .item .row .custom_select_area.type02 ul {
  overflow: auto;
  max-height: 300px;
}
@media (max-width: 1023px) {
  .inquiry .write_wrap_content .table_form .form .item .row .custom_select_area.type02 ul {
    max-height: 170px;
  }
}
@media (max-width: 1023px) {
  .inquiry .write_wrap_content .table_form .form .item .row .custom_select_area.type01 {
    width: 120px;
  }
  .inquiry .write_wrap_content .table_form .form .item .row .custom_select_area.type02 {
    width: calc(100% - 130px);
  }
}
.inquiry .label_block {
  margin-top: 0.625rem;
}
.inquiry .label_block &gt; * {
  vertical-align: middle;
}
.inquiry .label_block .input_area {
  width: calc(100% - 96px);
  max-width: none;
}
@media (max-width: 1023px) {
  .inquiry .con_title {
    margin-bottom: 3.59375rem;
  }
  .inquiry .write_wrap_content {
    margin-top: 4.625rem;
  }
  .inquiry .label_block {
    margin-top: 0rem;
  }
  .inquiry .label_block .input_area {
    width: 100%;
  }
}
@media (max-width: 766px) {
  .inquiry .con_title {
    margin-bottom: 3.59375rem;
  }
}

@media (max-width: 1023px) {
  .library .tab_search_box .search .input_area {
    width: 100%;
  }
}

@media (max-width: 1023px) {
  .newsroom_list .tab_search_box .search .input_area {
    width: 100%;
  }
}

.archive .sec06 .con01 .banner .txt_box dl dt {
  margin-top: 0;
}

.product ::-webkit-scrollbar {
  width: 3px;
}
.product ::-webkit-scrollbar-thumb {
  background: #a9a9a9;
}
.product.overview .sec01 .con01 .visual_wrap {
  position: relative;
}
.product.overview .sec01 .con01 .visual_wrap .visual_area {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 500px;
  margin: 0 auto;
  box-sizing: border-box;
  margin-top: 5.625rem;
}
.product.overview .sec01 .con01 .visual_wrap .visual_area .curtain_wrap {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 11;
}
.product.overview .sec01 .con01 .visual_wrap .visual_area .curtain_wrap &gt; div {
  position: absolute;
  width: calc(50% - 490px);
  height: 100%;
  top: 0;
  background-color: #fff;
}
.product.overview .sec01 .con01 .visual_wrap .visual_area .curtain_wrap .left {
  left: 0;
}
.product.overview .sec01 .con01 .visual_wrap .visual_area .curtain_wrap .right {
  right: 0;
}
.product.overview .sec01 .con01 .visual_wrap .visual_area .bg {
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 50%;
  min-width: 1920px;
  transform: translate(-50%, 0);
  transform-origin: bottom;
  z-index: 10;
  background: url("/resources/kr/local/images/product/visual_product_overview.jpg") center no-repeat;
  background-size: 100%;
}
@media (max-width: 1023px) {
  .product.overview .sec01 .con01 .visual_wrap .visual_area {
    width: 89.6%;
    height: auto;
    padding-top: 57.47%;
    margin-top: 3.8125rem;
  }
  .product.overview .sec01 .con01 .visual_wrap .visual_area .curtain_wrap {
    display: none;
  }
  .product.overview .sec01 .con01 .visual_wrap .visual_area .bg {
    min-width: unset;
    height: 100%;
    background-size: auto 100%;
  }
}
.product.overview .sec02 {
  margin-top: 11.25rem;
  padding: 0;
  margin-bottom: 0;
}
@media (max-width: 1023px) {
  .product.overview .sec02 {
    margin-top: 7.5rem;
  }
}
@media (max-width: 766px) {
  .product.overview .sec02 {
    margin-top: 7.5rem;
  }
}
.product.overview .sec02::before {
  display: none;
}
.product.overview .sec02 .con01 .con_title h3 {
  font-size: 2.625rem;
  letter-spacing: -0.02em;
  line-height: 1.2857142857;
}
.product.overview .sec02 .con01 .portfolio_wrap {
  margin-top: 2.8125rem;
}
.product.overview .sec02 .con01 .portfolio_wrap li {
  width: 195px;
}
.product.overview .sec02 .con01 .portfolio_wrap li.unfold {
  width: 700px;
}
.product.overview .sec02 .con01 .portfolio_wrap li:nth-of-type(1) .box {
  background: url("/resources/kr/local/images/product/overview_sec02_img01.jpg") 0 0 no-repeat;
  background-size: cover;
}
.product.overview .sec02 .con01 .portfolio_wrap li:nth-of-type(2) .box {
  background: url("/resources/kr/local/images/product/overview_sec02_img02.jpg") 0 0 no-repeat;
  background-size: cover;
}
.product.overview .sec02 .con01 .portfolio_wrap li:nth-of-type(3) .box {
  background: url("/resources/kr/local/images/product/overview_sec02_img03.jpg") 0 0 no-repeat;
  background-size: cover;
}
.product.overview .sec02 .con01 .portfolio_wrap li:nth-of-type(4) .box {
  background: url("/resources/kr/local/images/product/overview_sec02_img04.jpg") 0 0 no-repeat;
  background-size: cover;
}
.product.overview .sec02 .con01 .portfolio_wrap li:nth-of-type(5) .box {
  background: url("/resources/kr/local/images/product/overview_sec02_img05.jpg") 0 0 no-repeat;
  background-size: cover;
}
.product.overview .sec02 .con01 .portfolio_wrap li:nth-of-type(6) .box {
  background: url("/resources/kr/local/images/product/overview_sec02_img06.jpg") 0 0 no-repeat;
  background-size: cover;
}
.product.overview .sec02 .con01 .portfolio_wrap li:nth-of-type(7) .box {
  background: url("/resources/kr/local/images/product/overview_sec02_img07.jpg") 0 0 no-repeat;
  background-size: cover;
}
.product.overview .sec02 .con01 .portfolio_wrap li:not(.unfold):nth-of-type(1) .box {
  background-position-x: -250px;
}
.product.overview .sec02 .con01 .portfolio_wrap li:not(.unfold):nth-of-type(4) .box {
  background-position-x: -254px;
}
.product.overview .sec02 .con01 .portfolio_wrap li:not(.unfold):nth-of-type(5) .box {
  background-position-x: -480px;
}
.product.overview .sec02 .con01 .portfolio_wrap li:not(.unfold):nth-of-type(6) .box {
  background-position-x: -340px;
}
.product.overview .sec02 .con01 .portfolio_wrap li:not(.unfold):nth-of-type(7) .box {
  background-position-x: -345px;
}
.product.overview .sec02 .con01 .portfolio_wrap li .box {
  transform: translateX(0);
  transition: all 0.3s;
}
.product.overview .sec02 .con01 .portfolio_wrap li .box::before {
  display: none;
}
.product.overview .sec02 .con01 .portfolio_wrap li .box .plus {
  background: url("/resources/kr/local/images/product/icon_plus.png") center bottom no-repeat;
  background-size: 26px;
}
.product.overview .sec02 .con01 .portfolio_wrap .area_top strong {
  font-size: 1.1875rem;
  letter-spacing: 0em;
  line-height: 1.3684210526;
  color: #ffffff;
}
.product.overview .sec02 .con01 .portfolio_wrap .area_bot {
  padding-left: 48px;
}
.product.overview .sec02 .con01 .portfolio_wrap .area_bot strong {
  margin-bottom: 1.25rem;
  color: #ffffff;
}
.product.overview .sec02 .con01 .portfolio_wrap .area_bot p {
  font-weight: 400;
  color: #ffffff;
}
.product.overview .sec02 .con01 .portfolio_wrap .area_bot .btn_wrap {
  position: static;
  margin-top: 2.8125rem;
}
@media (max-width: 1023px) {
  .product.overview .sec02 .con01 .con_title h3 {
    font-size: 2.125rem;
    letter-spacing: -0.02em;
    line-height: 1.2941176471;
  }
  .product.overview .sec02 .con01 .portfolio_wrap {
    margin-top: 1.875rem;
  }
  .product.overview .sec02 .con01 .portfolio_wrap li {
    width: 100%;
    margin-top: 0.9375rem;
    overflow: hidden;
  }
  .product.overview .sec02 .con01 .portfolio_wrap li:first-of-type {
    margin-top: 0;
  }
  .product.overview .sec02 .con01 .portfolio_wrap li.unfold {
    width: 100%;
  }
  .product.overview .sec02 .con01 .portfolio_wrap li.unfold .box {
    background-position: center;
  }
  .product.overview .sec02 .con01 .portfolio_wrap li.unfold .area_top a {
    display: block;
    padding-top: 30px;
    padding-bottom: 15px;
  }
  .product.overview .sec02 .con01 .portfolio_wrap li.unfold .area_top strong {
    font-size: 1.4375rem;
    letter-spacing: 0em;
    line-height: 1.2608695652;
  }
  .product.overview .sec02 .con01 .portfolio_wrap li .box {
    background-position: center !important;
    border-radius: 0;
  }
  .product.overview .sec02 .con01 .portfolio_wrap li .box .plus {
    background-size: 15px;
  }
  .product.overview .sec02 .con01 .portfolio_wrap .area_top a {
    display: flex;
    align-items: center;
    padding: 0 20px;
  }
  .product.overview .sec02 .con01 .portfolio_wrap .area_top strong {
    font-size: 1.125rem;
    letter-spacing: 0em;
    line-height: 1.5;
    transition: none;
  }
  .product.overview .sec02 .con01 .portfolio_wrap .area_bot {
    padding-left: 20px;
  }
  .product.overview .sec02 .con01 .portfolio_wrap .area_bot strong {
    margin-bottom: 0.9375rem;
  }
  .product.overview .sec02 .con01 .portfolio_wrap .area_bot .btn_wrap {
    position: static;
    margin-top: 1.875rem;
  }
}
@media (max-width: 766px) {
  .product.overview .sec02 .con01 .portfolio_wrap {
    margin-top: 1.875rem;
  }
  .product.overview .sec02 .con01 .portfolio_wrap .area_bot .btn_wrap {
    margin-top: 1.875rem;
  }
}
.product.overview .sec03 {
  margin-top: 7.5rem;
}
@media (max-width: 1023px) {
  .product.overview .sec03 {
    margin-top: 5rem;
  }
}
@media (max-width: 766px) {
  .product.overview .sec03 {
    margin-top: 5rem;
  }
}
.product.list .content {
  padding-top: 0;
}
.product.list .content.nodata_content {
  padding-bottom: 120px;
}
@media (max-width: 1023px) {
  .product.list .content.nodata_content {
    padding-bottom: 70px;
  }
}
.product.list .search_result {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 290px;
  padding-top: 120px;
  background: url("/resources/kr/local/images/product/list/search_result_bg.png") center no-repeat;
  background-size: cover;
}
.product.list .search_result .title p {
  color: #ffffff;
}
.product.list .search_result .sec_inner {
  z-index: 1;
}
.product.list .search_result .search_box .label_box input {
  padding-right: 120px;
}
.product.list .search_result .search_box .label_box input::-moz-placeholder {
  color: #aaaaaa;
}
.product.list .search_result .search_box .label_box input::placeholder {
  color: #aaaaaa;
}
.product.list .search_result .search_box p {
  padding-top: 30px;
  font-size: 2rem;
  letter-spacing: 0.03em;
  line-height: 0.75;
  color: #ffffff;
}
.product.list .search_result .search_box p strong {
  text-decoration: underline;
}
.product.list .search_result .search_box #productSearchRefresh {
  top: 27px;
  right: 84px;
  width: 24px;
  height: 24px;
  background: none;
}
.product.list .search_result.gray {
  background-color: #a2bac4;
}
.product.list .search_result.gray .search_box button {
  background: url("/resources/kr/global/images/common/integrated_search_gray_icon.svg") center top no-repeat;
  background-size: 100% 100%;
}
@media (max-width: 1538px) {
  .product.list .search_result::before {
    left: -230px;
  }
  .product.list .search_result::after {
    right: -240px;
  }
}
@media (max-width: 1399px) {
  .product.list .search_result {
    padding-top: 75px;
  }
}
@media (max-width: 1023px) {
  .product.list .search_result {
    width: 100%;
    height: 237px;
    background: url("/resources/kr/local/images/product/list/search_result_bg_m.png") center no-repeat;
    background-size: cover;
  }
  .product.list .search_result .search_box p {
    padding-top: 18px;
    font-size: 1.4375rem;
    letter-spacing: -0.02em;
    line-height: 1.2608695652;
  }
  .product.list .search_result .search_box .label_box input {
    padding-right: 85px;
  }
  .product.list .search_result .search_box #productSearchRefresh {
    top: 21px;
    right: 58px;
    width: 19px;
    height: 19px;
  }
}
.product.list .product_list_area {
  padding: 10px 0 0;
}
.product.list .product_list_area::after {
  content: "";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.product.list .product_list_area .filter_box {
  width: 200px;
  float: left;
}
.product.list .product_list_area .filter_box .filter_menu {
  margin-top: -1px;
}
.product.list .product_list_area .filter_box .filter_menu .depth1_tit {
  display: block;
  position: relative;
  padding: 20px 25px 20px 0;
  border-top: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
  font-size: 0.875rem;
  letter-spacing: 0em;
  line-height: 1.5714285714;
  font-weight: bold;
  color: #222222;
}
.product.list .product_list_area .filter_box .filter_menu .depth1_tit:before {
  content: "";
  display: block;
  width: 12px;
  height: 7px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  transform-origin: top;
  background: url("/resources/kr/local/images/product/list/arrow_icon.svg") center top no-repeat;
  background-size: 100% 100%;
}
.product.list .product_list_area .filter_box .filter_menu .depth2_tit {
  display: block;
  position: relative;
  font-size: 0.875rem;
  letter-spacing: 0em;
  line-height: 1.7142857143;
  font-weight: 400;
  color: #322fa2;
  margin-bottom: 0.9375rem;
}
.product.list .product_list_area .filter_box .filter_menu:first-child .depth1_tit {
  border-top: 0;
}
.product.list .product_list_area .filter_box .filter_menu:first-child .group {
  display: block;
}
.product.list .product_list_area .filter_box .filter_menu.active .depth1_tit:before {
  transform: rotate(180deg) translateY(-50%);
}
.product.list .product_list_area .filter_box .filter_menu .group {
  display: none;
  padding: 20px 0 30px;
  border-bottom: 1px solid #dddddd;
}
.product.list .product_list_area .filter_box .filter_menu .group li + li {
  margin-top: 0.9375rem;
}
.product.list .product_list_area .filter_box .filter_menu .custom_checkbox label {
  display: block;
  font-size: 0.875rem;
  letter-spacing: 0em;
  line-height: 1.7142857143;
  font-weight: 400;
}
.product.list .product_list_area .filter_box .filter_menu .custom_checkbox label:before {
  top: 1px;
}
.product.list .product_list_area .filter_box .filter_menu .custom_checkbox label:after {
  top: 7px;
}
.product.list .product_list_area .filter_box .filter_menu .custom_checkbox input[type=checkbox]:disabled + label::before {
  border-color: #ddd;
  background-color: #f7f7f7;
}
.product.list .product_list_area .filter_box .filter_menu .custom_checkbox input[type=checkbox]:disabled + label::after {
  width: 10px;
  height: 10px;
  left: 6px;
  background: url("/resources/kr/global/images/form/custom_checkbox_icon02.svg") center no-repeat;
}
@media (max-width: 1023px) {
  .product.list .product_list_area .filter_box .filter_menu .custom_checkbox input[type=checkbox]:disabled + label::after {
    width: 8px;
    height: 8px;
    left: 5px;
    background-size: 100% 100%;
  }
}
.product.list .product_list_area .list_box {
  width: calc(100% - 200px);
  padding-left: 53px;
  box-sizing: border-box;
  float: left;
}
.product.list .product_list_area .list_box .selectors_area {
  margin: 15px 0 0;
  position: relative;
}
.product.list .product_list_area .list_box .selectors_area .item_area {
  padding-right: 100px;
  font-size: 0;
  text-align: left;
  margin-left: -6px;
}
.product.list .product_list_area .list_box .selectors_area .item_area .item {
  display: inline-block;
  vertical-align: top;
  border: 1px solid #ddd;
  margin: 6px;
  position: relative;
  padding: 0;
  font-size: 0.8125rem;
  letter-spacing: 0em;
  line-height: 1.5384615385;
  font-weight: 400;
}
.product.list .product_list_area .list_box .selectors_area .item_area .item p {
  padding: 7px 40px 8px 15px;
  text-align: left;
  color: #888;
}
.product.list .product_list_area .list_box .selectors_area .item_area .item a {
  font-size: 0;
  text-indent: -9999px;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  padding: 9px 15px 8px 8px;
}
.product.list .product_list_area .list_box .selectors_area .item_area .item a i {
  display: block;
  width: 18px;
  height: 18px;
  background: url("/resources/kr/local/images/product/list/close_icon.svg") center top no-repeat;
  background-size: 100% 100%;
}
.product.list .product_list_area .list_box .selectors_area .refresh_btn {
  position: absolute;
  right: 0;
  top: 9px;
  padding: 5px 0;
  font-size: 0;
}
.product.list .product_list_area .list_box .selectors_area .refresh_btn i {
  width: 16px;
  height: 18px;
  margin-right: 8px;
  display: inline-block;
  vertical-align: middle;
  background: url("/resources/kr/local/images/product/list/refresh_icon.svg") center top no-repeat;
  background-size: 100% 100%;
}
.product.list .product_list_area .list_box .selectors_area .refresh_btn p {
  display: inline-block;
  vertical-align: middle;
  font-size: 0.875rem;
  letter-spacing: 0em;
  line-height: 1.5714285714;
  font-weight: 400;
  color: #666666;
}
.product.list .product_list_area .list_box .selectors_area .refresh_btn:hover i {
  background: url("/resources/kr/local/images/product/list/refresh_on_icon.svg") center top no-repeat;
  background-size: 100% 100%;
}
.product.list .product_list_area .list_box .selectors_area .refresh_btn:hover p {
  color: #26247b;
}
.product.list .product_list_area .list_box .total_area {
  margin: 45px 0 20px;
}
.product.list .product_list_area .list_box .total_area p {
  font-size: 1.0625rem;
  letter-spacing: -0.02em;
  line-height: 1;
  font-weight: 400;
  color: #222222;
}
.product.list .product_list_area .list_box .paging_wrap {
  margin-top: 4.6875rem;
}
@media (max-width: 1023px) {
  .product.list .product_list_area {
    padding: 4px 0 0;
  }
  .product.list .product_list_area .filter_box {
    width: 100%;
    float: none;
  }
  .product.list .product_list_area .filter_box .filter_menu .depth1_tit {
    padding: 16px 20px 16px 0;
    font-size: 0.75rem;
    letter-spacing: 0em;
    line-height: 1.25;
  }
  .product.list .product_list_area .filter_box .filter_menu .depth1_tit:before {
    width: 9px;
    height: 6px;
  }
  .product.list .product_list_area .filter_box .filter_menu .depth2_tit {
    font-size: 0.75rem;
    letter-spacing: 0em;
    line-height: 1.25;
  }
  .product.list .product_list_area .filter_box .filter_menu .group {
    padding: 16px 0 20px;
    max-height: 180px;
    overflow-y: auto;
  }
  .product.list .product_list_area .filter_box .filter_menu .custom_checkbox label {
    font-size: 0.75rem;
    letter-spacing: 0em;
    line-height: 1.5;
  }
  .product.list .product_list_area .filter_box .filter_menu .custom_checkbox label:before {
    top: 0px;
  }
  .product.list .product_list_area .filter_box .filter_menu .custom_checkbox label:after {
    top: 5px;
  }
  .product.list .product_list_area .list_box {
    width: 100%;
    float: none;
    padding: 20px 0 0;
  }
  .product.list .product_list_area .list_box .selectors_area {
    margin: 0;
  }
  .product.list .product_list_area .list_box .selectors_area .item_area {
    padding-right: 0;
    margin-left: -5px;
  }
  .product.list .product_list_area .list_box .selectors_area .item_area .item {
    margin: 5px;
    font-size: 0.75rem;
    letter-spacing: 0em;
    line-height: 1.3333333333;
  }
  .product.list .product_list_area .list_box .selectors_area .item_area .item p {
    padding: 3px 30px 4px 8px;
  }
  .product.list .product_list_area .list_box .selectors_area .item_area .item a {
    padding: 5px 10px 4px 8px;
  }
  .product.list .product_list_area .list_box .selectors_area .item_area .item a i {
    width: 14px;
    height: 14px;
  }
  .product.list .product_list_area .list_box .selectors_area .refresh_btn {
    margin-top: 1.25rem;
    display: block;
    position: relative;
    top: 0;
    transform: none;
  }
  .product.list .product_list_area .list_box .selectors_area .refresh_btn i {
    width: 18px;
    height: 20px;
    margin-right: 6px;
  }
  .product.list .product_list_area .list_box .selectors_area .refresh_btn p {
    font-size: 0.75rem;
    letter-spacing: 0em;
    line-height: 1.25;
  }
  .product.list .product_list_area .list_box .total_area {
    margin: 30px 0 15px;
  }
  .product.list .product_list_area .list_box .total_area p {
    font-size: 0.875rem;
    letter-spacing: -0.02em;
    line-height: 1.1428571429;
  }
  .product.list .product_list_area .list_box .paging_wrap {
    margin-top: 3.125rem;
  }
}
@media (max-width: 766px) {
  .product.list .product_list_area .list_box .paging_wrap {
    margin-top: 3.125rem;
  }
}
.product.list .nodata_wrap {
  padding-top: 120px;
}
@media (max-width: 1023px) {
  .product.list .nodata_wrap {
    padding-top: 80px;
  }
}
.product.view .content {
  padding-top: 0;
}
.product.view .sec.view_top_section {
  padding: 60px 0;
  background-color: #e7ebec;
}
.product.view .sec.view_top_section .box_wrap::after {
  content: "";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.product.view .sec.view_top_section .box_wrap .txt_box {
  float: left;
  width: calc(100% - 475px);
  padding: 20px 40px 0 0;
  box-sizing: border-box;
}
.product.view .sec.view_top_section .box_wrap .txt_box h2 {
  font-size: 2.625rem;
  letter-spacing: 0em;
  line-height: 1.2857142857;
  font-weight: bold;
  color: #222222;
}
.product.view .sec.view_top_section .box_wrap .txt_box p {
  margin-top: 0.9375rem;
  font-size: 1.1875rem;
  letter-spacing: 0em;
  line-height: 1.6842105263;
  word-break: keep-all;
  word-wrap: break-word;
  font-weight: 400;
  color: #222222;
}
.product.view .sec.view_top_section .box_wrap .txt_box .certification_wrap {
  margin-top: 1.875rem;
  font-size: 0;
}
.product.view .sec.view_top_section .box_wrap .txt_box .certification_wrap img {
  display: inline-block;
  vertical-align: top;
}
.product.view .sec.view_top_section .box_wrap .txt_box .certification_wrap img + img {
  margin-left: 15px;
}
.product.view .sec.view_top_section .box_wrap .txt_box a {
  margin-top: 2.8125rem;
}
.product.view .sec.view_top_section .box_wrap .img_box {
  height: 302px;
  float: right;
  width: 475px;
  overflow: hidden;
  position: relative;
}
.product.view .sec.view_top_section .box_wrap .img_box img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: auto;
  max-width: none;
  max-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1023px) {
  .product.view .sec.view_top_section {
    padding: 40px 0;
  }
  .product.view .sec.view_top_section .box_wrap .txt_box {
    width: calc(100% - 335px);
    padding: 0 20px 0 0;
  }
  .product.view .sec.view_top_section .box_wrap .txt_box h2 {
    font-size: 1.875rem;
    letter-spacing: 0em;
    line-height: 1.2666666667;
  }
  .product.view .sec.view_top_section .box_wrap .txt_box p {
    font-size: 1rem;
    letter-spacing: 0em;
    line-height: 1.5625;
    margin-top: 0.625rem;
  }
  .product.view .sec.view_top_section .box_wrap .txt_box .certification_wrap {
    margin-top: 1.25rem;
  }
  .product.view .sec.view_top_section .box_wrap .txt_box .certification_wrap img + img {
    margin-left: 10px;
  }
  .product.view .sec.view_top_section .box_wrap .txt_box a {
    margin-top: 1.875rem;
  }
  .product.view .sec.view_top_section .box_wrap .img_box {
    width: 335px;
    height: 213px;
  }
  .product.view .sec.view_top_section .box_wrap .img_box img {
    min-height: 100%;
  }
}
@media (max-width: 766px) {
  .product.view .sec.view_top_section {
    padding: 60px 0;
  }
  .product.view .sec.view_top_section .box_wrap .txt_box {
    float: none;
    width: 100%;
    padding: 0;
  }
  .product.view .sec.view_top_section .box_wrap .txt_box p {
    margin-top: 0.625rem;
  }
  .product.view .sec.view_top_section .box_wrap .txt_box img {
    margin-top: 1.25rem;
  }
  .product.view .sec.view_top_section .box_wrap .txt_box a {
    margin-top: 1.875rem;
  }
  .product.view .sec.view_top_section .box_wrap .img_box {
    margin-top: 2.8125rem;
    float: none;
    width: 100%;
  }
  .product.view .sec.view_top_section .box_wrap .img_box img {
    width: 100%;
  }
}
.product.view .sec.view_bot_section .sticky_bar_wrap {
  position: relative;
}
.product.view .sec.view_bot_section .sticky_bar_wrap .sticky_bar {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 11;
  width: 100%;
  height: 60px;
  background-color: #ffffff;
  border-bottom: 1px solid #ddd;
  transition: top 0.3s;
}
.product.view .sec.view_bot_section .sticky_bar_wrap .sticky_bar.active {
  position: fixed;
}
.product.view .sec.view_bot_section .sticky_bar_wrap .sticky_bar .inner {
  height: 100%;
}
.product.view .sec.view_bot_section .sticky_bar_wrap .sticky_bar .inner::after {
  content: "";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.product.view .sec.view_bot_section .sticky_bar_wrap .sticky_bar .down_box {
  float: left;
  display: flex;
  align-items: center;
  width: calc(100% - 160px);
  height: 100%;
  font-size: 0;
}
.product.view .sec.view_bot_section .sticky_bar_wrap .sticky_bar .down_box strong {
  font-size: 1.0625rem;
  letter-spacing: -0.02em;
  line-height: 1.1176470588;
  color: #222222;
}
.product.view .sec.view_bot_section .sticky_bar_wrap .sticky_bar .down_box .list {
  margin-left: 25px;
  font-size: 0;
}
.product.view .sec.view_bot_section .sticky_bar_wrap .sticky_bar .down_box .list li {
  display: inline-block;
  vertical-align: top;
  position: relative;
}
.product.view .sec.view_bot_section .sticky_bar_wrap .sticky_bar .down_box .list li:after {
  display: block;
  position: absolute;
  top: 5px;
  right: 0;
  width: 1px;
  height: 10px;
  content: "";
  background-color: #ddd;
}
.product.view .sec.view_bot_section .sticky_bar_wrap .sticky_bar .down_box .list li.last::after {
  display: none;
}
.product.view .sec.view_bot_section .sticky_bar_wrap .sticky_bar .down_box .list li:last-of-type::after {
  display: none;
}
.product.view .sec.view_bot_section .sticky_bar_wrap .sticky_bar .down_box .list a {
  display: block;
  margin: 0 20px;
  font-size: 1.0625rem;
  letter-spacing: 0em;
  line-height: 1.1176470588;
  color: #666666;
  position: relative;
}
.product.view .sec.view_bot_section .sticky_bar_wrap .sticky_bar .down_box .list a:after {
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 16px;
  content: "";
  margin: -4px 0 0 12px;
  background: url("/resources/kr/global/images/button/icon_download.svg") 0 0 no-repeat;
  background-size: 100% 100%;
}
@media (min-width: 1024px) {
  .product.view .sec.view_bot_section .sticky_bar_wrap .sticky_bar .down_box .list a:hover {
    color: #6eeb83;
  }
  .product.view .sec.view_bot_section .sticky_bar_wrap .sticky_bar .down_box .list a:hover:after {
    background: url("/resources/kr/global/images/button/icon_download_green.svg") 0 0 no-repeat;
    background-size: 100% 100%;
  }
}
.product.view .sec.view_bot_section .sticky_bar_wrap .sticky_bar .data_view {
  float: right;
  width: 160px;
  height: 100%;
}
.product.view .sec.view_bot_section .sticky_bar_wrap .sticky_bar .data_view a {
  display: block;
  width: 100%;
  height: 100%;
  padding-left: 19px;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  font-size: 1.0625rem;
  letter-spacing: -0.02em;
  line-height: 3.4117647059;
  color: #666666;
  position: relative;
}
.product.view .sec.view_bot_section .sticky_bar_wrap .sticky_bar .data_view a:after {
  display: block;
  position: absolute;
  top: 23px;
  right: 20px;
  width: 20px;
  height: 13px;
  content: "";
  background: url("/resources/kr/global/images/button/button_arrow_gray.svg") 0 0 no-repeat;
  background-size: 100% 100%;
}
.product.view .sec.view_bot_section .sticky_bar_wrap .sticky_bar .data_view a:hover {
  color: #322fa2;
}
.product.view .sec.view_bot_section .sticky_bar_wrap .sticky_bar .data_view a:hover::after {
  background: url("/resources/kr/global/images/button/button_arrow_blue.svg") 0 0 no-repeat;
  background-size: 100% 100%;
}
@media (max-width: 1023px) {
  .product.view .sec.view_bot_section .sticky_bar_wrap .sticky_bar {
    height: 50px;
  }
  .product.view .sec.view_bot_section .sticky_bar_wrap .sticky_bar .down_box {
    width: calc(100% - 140px);
  }
  .product.view .sec.view_bot_section .sticky_bar_wrap .sticky_bar .down_box strong {
    display: none;
  }
  .product.view .sec.view_bot_section .sticky_bar_wrap .sticky_bar .down_box .list {
    margin-left: 0;
  }
  .product.view .sec.view_bot_section .sticky_bar_wrap .sticky_bar .down_box .list li::after {
    top: 2px;
    height: 12px;
  }
  .product.view .sec.view_bot_section .sticky_bar_wrap .sticky_bar .down_box .list li:first-of-type a {
    margin-left: 0;
  }
  .product.view .sec.view_bot_section .sticky_bar_wrap .sticky_bar .down_box .list a {
    margin: 0 15px;
    font-size: 0.875rem;
    letter-spacing: -0.02em;
    line-height: 1;
  }
  .product.view .sec.view_bot_section .sticky_bar_wrap .sticky_bar .down_box .list a::after {
    width: 14px;
    height: 14px;
    margin: -6px 0 0 7px;
  }
  .product.view .sec.view_bot_section .sticky_bar_wrap .sticky_bar .data_view {
    width: 140px;
  }
  .product.view .sec.view_bot_section .sticky_bar_wrap .sticky_bar .data_view a {
    padding-left: 22px;
    border-right: 0;
    font-size: 0.875rem;
    letter-spacing: -0.02em;
    line-height: 3.4285714286;
  }
  .product.view .sec.view_bot_section .sticky_bar_wrap .sticky_bar .data_view a::after {
    top: 20px;
    right: 0;
    width: 14px;
    height: 10px;
  }
}
@media (max-width: 766px) {
  .product.view .sec.view_bot_section .sticky_bar_wrap .sticky_bar {
    height: auto;
  }
  .product.view .sec.view_bot_section .sticky_bar_wrap .sticky_bar::before {
    content: "";
    position: absolute;
    top: 50px;
    left: 0;
    display: block;
    width: 100%;
    height: 1px;
    background-color: #ddd;
  }
  .product.view .sec.view_bot_section .sticky_bar_wrap .sticky_bar .down_box {
    float: none;
    display: block;
    width: 100%;
  }
  .product.view .sec.view_bot_section .sticky_bar_wrap .sticky_bar .down_box .list {
    font-size: 0;
  }
  .product.view .sec.view_bot_section .sticky_bar_wrap .sticky_bar .down_box .list li {
    display: inline-block;
    vertical-align: top;
    text-align: center;
  }
  .product.view .sec.view_bot_section .sticky_bar_wrap .sticky_bar .down_box .list li::after {
    top: 50%;
    transform: translateY(-50%);
    height: 12px;
  }
  .product.view .sec.view_bot_section .sticky_bar_wrap .sticky_bar .down_box .list li:first-of-type {
    width: 25%;
  }
  .product.view .sec.view_bot_section .sticky_bar_wrap .sticky_bar .down_box .list li:nth-of-type(2) {
    width: 37%;
  }
  .product.view .sec.view_bot_section .sticky_bar_wrap .sticky_bar .down_box .list li:last-of-type {
    width: 38%;
  }
  .product.view .sec.view_bot_section .sticky_bar_wrap .sticky_bar .down_box .list a {
    padding: 18px 0;
    margin: 0;
  }
  .product.view .sec.view_bot_section .sticky_bar_wrap .sticky_bar .data_view {
    width: 100%;
    height: 50px;
  }
  .product.view .sec.view_bot_section .sticky_bar_wrap .sticky_bar .data_view a {
    padding-left: 0;
    border-left: 0;
  }
}
.product.view .sec.view_bot_section .con_wrap {
  padding-top: 180px;
}
.product.view .sec.view_bot_section .con_wrap .con {
  margin-bottom: 7.5rem;
}
.product.view .sec.view_bot_section .con_wrap .con:last-of-type {
  margin-bottom: 0;
}
.product.view .sec.view_bot_section .con_wrap .con .txt_box p {
  font-size: 1.1875rem;
  letter-spacing: 0em;
  line-height: 1.4210526316;
  color: #666666;
  word-break: keep-all;
  word-wrap: break-word;
}
.product.view .sec.view_bot_section .con_wrap .con + .con strong {
  font-size: 1.625rem;
  letter-spacing: 0em;
  line-height: 1.2307692308;
  color: #222222;
  word-break: keep-all;
  word-wrap: break-word;
}
.product.view .sec.view_bot_section .con_wrap .con + .con .txt_box {
  margin-top: 1.25rem;
}
.product.view .sec.view_bot_section .con_wrap .con + .con .txt_box p {
  padding-left: 12px;
  position: relative;
}
.product.view .sec.view_bot_section .con_wrap .con + .con .txt_box p:before {
  display: block;
  position: absolute;
  top: 13px;
  left: 0;
  width: 3px;
  height: 3px;
  content: "";
  background-color: #666;
}
.product.view .sec.view_bot_section .con_wrap .con + .con .txt_box p + p {
  margin-top: 0.625rem;
}
.product.view .sec.view_bot_section .con_wrap .con .vdo_wrap {
  margin-top: 1.25rem;
}
.product.view .sec.view_bot_section .con_wrap .con .vdo_wrap .vdo_area {
  position: relative;
  padding-bottom: 56.25%;
}
.product.view .sec.view_bot_section .con_wrap .con .vdo_wrap iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.product.view .sec.view_bot_section .con_wrap .con .vdo_wrap .vdo_bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url("/resources/kr/local/images/product/product_view_video_thumimg.jpg") center no-repeat;
  background-size: cover;
  z-index: 10;
  cursor: pointer;
}
.product.view .sec.view_bot_section .con_wrap .con .vdo_wrap .vdo_bg i {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 64px;
  height: 64px;
}
.product.view .sec.view_bot_section .con_wrap .con .list_wrap {
  margin-top: 1.25rem;
}
.product.view .sec.view_bot_section .con_wrap .con .list_wrap li + li p {
  font-size: 1.1875rem;
  letter-spacing: -0.02em;
  line-height: 1.6842105263;
  font-weight: 400;
}
@media (max-width: 1023px) {
  .product.view .sec.view_bot_section .con_wrap .con {
    margin-bottom: 5rem;
  }
  .product.view .sec.view_bot_section .con_wrap .con .txt_box p {
    font-size: 1rem;
    letter-spacing: 0em;
    line-height: 1.5625;
  }
  .product.view .sec.view_bot_section .con_wrap .con + .con strong {
    font-size: 1.3125rem;
    letter-spacing: 0em;
    line-height: 1.3333333333;
  }
  .product.view .sec.view_bot_section .con_wrap .con + .con .txt_box {
    margin-top: 0.9375rem;
  }
  .product.view .sec.view_bot_section .con_wrap .con + .con .txt_box p {
    padding-left: 10px;
  }
  .product.view .sec.view_bot_section .con_wrap .con + .con .txt_box p::before {
    top: 11px;
  }
  .product.view .sec.view_bot_section .con_wrap .con + .con .txt_box p + p {
    margin-top: 0.625rem;
  }
  .product.view .sec.view_bot_section .con_wrap .con .vdo_wrap {
    margin-top: 0.9375rem;
  }
  .product.view .sec.view_bot_section .con_wrap .con .vdo_wrap .vdo_bg i {
    width: 45px;
    height: 45px;
  }
  .product.view .sec.view_bot_section .con_wrap .con .list_wrap {
    margin-top: 1.25rem;
  }
  .product.view .sec.view_bot_section .con_wrap .con .list_wrap li {
    padding-left: 6%;
  }
  .product.view .sec.view_bot_section .con_wrap .con .list_wrap li + li p {
    font-size: 1rem;
    letter-spacing: -0.02em;
    line-height: 1.5625;
    font-weight: 600;
  }
}
@media (max-width: 766px) {
  .product.view .sec.view_bot_section .con_wrap .con {
    margin-bottom: 5rem;
  }
  .product.view .sec.view_bot_section .con_wrap .con + .con .txt_box p + p {
    margin-top: 0.625rem;
  }
}
.product.view .download_pop.active {
  display: block !important;
}
.product.view .data_popup.active {
  display: block !important;
}
.product.view .data_popup .cont {
  max-width: 980px;
}
.product.view .data_popup .con_box {
  padding: 43px 30px 50px 30px;
}
.product.view .data_popup .con_box p {
  font-size: 1.625rem;
  letter-spacing: -0.02em;
  line-height: 1.2307692308;
  font-family: "SamyangNeo", "Pretendard", "SamYang", sans-serif;
  font-weight: bold;
  color: #222222;
  word-break: keep-all;
  word-wrap: break-word;
}
.product.view .data_popup .con_box .list {
  margin-top: 1.875rem;
  border-top: 1px solid #aaa;
}
.product.view .data_popup .con_box .list li {
  border-bottom: 1px solid #ddd;
}
.product.view .data_popup .con_box .list li a {
  display: block;
  padding: 30px;
  font-size: 1.1875rem;
  letter-spacing: -0.02em;
  line-height: 1.1578947368;
  color: #222222;
  position: relative;
}
.product.view .data_popup .con_box .list li a:after {
  display: block;
  position: absolute;
  top: 50%;
  right: 30px;
  width: 16px;
  height: 16px;
  content: "";
  transform: translateY(-50%);
  background: url("/resources/kr/global/images/button/icon_download.svg") 0 0 no-repeat;
  background-size: 100%;
}
@media (max-width: 1023px) {
  .product.view .data_popup .con_box {
    padding: 40px 20px;
  }
  .product.view .data_popup .con_box p {
    font-size: 1.3125rem;
    letter-spacing: -0.02em;
    line-height: 1.2380952381;
  }
  .product.view .data_popup .con_box .list {
    margin-top: 1.25rem;
  }
  .product.view .data_popup .con_box .list li a {
    padding: 20px 15px;
    font-size: 0.875rem;
    letter-spacing: -0.02em;
    line-height: 1.3571428571;
    color: #222222;
  }
  .product.view .data_popup .con_box .list li a::after {
    right: 15px;
    width: 14px;
    height: 14px;
  }
}
.product .list_area {
  margin-top: 1.25rem;
}
.product .list_area ul li {
  border: 1px solid #f7f7f7;
  background-color: #f7f7f7;
  overflow: hidden;
}
.product .list_area ul li + li {
  margin-top: 1.25rem;
}
.product .list_area ul li a {
  display: block;
  padding: 30px;
  position: relative;
}
.product .list_area ul li a::after {
  content: "";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.product .list_area ul li a .img {
  width: 110px;
  height: 70px;
  float: left;
  margin-right: 25px;
}
.product .list_area ul li a .img + .txt {
  width: calc(100% - 135px);
  padding-top: 3px;
}
.product .list_area ul li a .txt {
  width: 100%;
  float: left;
  padding-right: 70px;
}
.product .list_area ul li a .txt p {
  font-size: 1.0625rem;
  letter-spacing: -0.02em;
  line-height: 1.4117647059;
  word-break: keep-all;
  word-wrap: break-word;
  margin-top: 0.125rem;
  font-weight: 400;
  color: #444444;
}
.product .list_area ul li a .txt p.prd_name {
  margin-top: 0;
  font-weight: 700;
  font-size: 1.375rem;
  letter-spacing: -0.02em;
  line-height: 1.4545454545;
  color: #222222;
}
.product .list_area ul li a .arrow {
  width: 44px;
  height: 44px;
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
  font-size: 0;
}
.product .list_area ul li a .arrow:before {
  content: "";
  width: 0;
  height: 100%;
  display: inline-block;
  vertical-align: middle;
}
.product .list_area ul li a .arrow i {
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 16px;
  background: url("/resources/kr/local/images/product/list/ic_arrow.svg") center top no-repeat;
  background-size: 100% 100%;
}
.product .list_area ul li:hover {
  background-color: #dcdbf5;
}
.product .list_area ul li:hover .arrow i {
  background: url("/resources/kr/global/images/button/button_arrow_white.svg") center top no-repeat;
  background-size: 100% 100%;
}
.product .list_area.type01 ul li:hover a .txt p.prd_name {
  color: #26247b;
}
.product .list_area.type01 ul li:hover a .arrow i {
  background: url("/resources/kr/local/images/product/list/ic_arrow_on.svg") center top no-repeat;
  background-size: 100% 100%;
}
.product .list_area.type01 ul li a {
  display: flex;
  align-items: center;
}
.product .list_area.type01 ul li a .txt p:not(.prd_name) {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  word-wrap: normal;
  line-height: 1.4117647059;
  max-height: 1.4117647059em;
}
.product .list_area.type02 ul li {
  border-color: #ddd;
  background-color: #fff;
}
.product .list_area.type02 ul li a .arrow {
  background-color: #f7f7f7;
}
.product .list_area.type02 ul li:hover a .arrow {
  background-color: #26247b;
}
@media (max-width: 1023px) {
  .product .list_area {
    margin-top: 0.9375rem;
  }
  .product .list_area ul li + li {
    margin-top: 0.9375rem;
  }
  .product .list_area ul li a {
    padding: 20px;
  }
  .product .list_area ul li a .img {
    width: 88px;
    height: 56px;
    margin-right: 15px;
  }
  .product .list_area ul li a .img + .txt {
    width: calc(100% - 103px);
  }
  .product .list_area ul li a .txt {
    padding-right: 50px;
  }
  .product .list_area ul li a .txt p {
    font-size: 0.875rem;
    letter-spacing: -0.02em;
    line-height: 1.3571428571;
  }
  .product .list_area ul li a .txt p.prd_name {
    font-size: 1.125rem;
    letter-spacing: 0em;
    line-height: 1.5;
  }
  .product .list_area ul li a .arrow {
    width: 35px;
    height: 35px;
    right: 20px;
  }
  .product .list_area ul li a .arrow i {
    width: 14px;
    height: 14px;
  }
  .product .list_area.type01 ul li a .txt p:not(.prd_name) {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    word-wrap: normal;
    line-height: 1.3571428571;
    max-height: 1.3571428571em;
  }
}
@media (max-width: 766px) {
  .product .list_area ul li a {
    padding: 20px 20px 20px 25px;
  }
  .product .list_area ul li a .img {
    display: none;
  }
  .product .list_area ul li a .img + .txt {
    width: 100%;
  }
  .product .list_area ul li a .txt {
    width: 100%;
    float: none;
  }
}

body[data-scroll=down] .product.view .sticky_bar_wrap .sticky_bar.active {
  top: 0;
}
@media (max-width: 1023px) {
  body[data-scroll=down] .product.view .sticky_bar_wrap .sticky_bar.active {
    top: 0;
  }
}

body[data-scroll=up] .product.view .sticky_bar_wrap .sticky_bar.active {
  top: 90px;
}

/* error 
#error.group .top a {
  width: 91px;
}
@media (max-width: 1023px) {
  #error.group .top a {
    width: 87px;
  }
}
@media (max-width: 766px) {
  #error.group .top a {
    width: 64px;
  }
}
*/</pre></body></html>