<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@media all and (max-width:1200px) {
  .companyCeo {
    height: auto;
    padding: 160px 0 200px;
  }

  .basic-listGrid .list {
    grid-template-columns: auto 80%;
  }
  .busiList-modal &gt; div {
    width: 90%;
  }
  .business-illust_hover figure.hover01 {
    bottom: 36.9vw;
    left: 11.2vw;
    width: 9.2vw;
  }
  .business-illust_hover figure.hover02 {
    bottom: 34.1vw;
    left: 30vw;
    width: 13.8vw;
  }
  .business-illust_hover figure.hover03 {
    bottom: 36.9vw;
    left: 53.35vw;
    width: 9.7vw;
  }

  .esgNetwork-tab {
    width: 80%;
  }

  .rndAbout .about-intro_box .cover img {
    height: 100vh;
    object-fit: cover;
  }
}

@media all and (max-width:1024px) {
  .lnbWrap {
    bottom: 30px;
  }
  .lnbWrap .lnb {
    border-radius: 20px;
    padding: 8px 10px;
  }
  .lnbWrap .lnb a {
    font-size: 16px;
    padding: 12px 20px;
    border-radius: 15px;
  }

  .sub_top03 {
    padding-top: 16%;
  }
  .subTop-path {
    gap: 12px;
    font-size: 14px;
    margin-bottom: 10px;
  }
  .subTop-path li svg {
    width: 20px;
  }
  .subTop-path li:nth-child(1) svg {
    width: 24px;
  }
  .subTop-tit {
    font-size: 7vw;
  }
  .sub-page &gt; .content {
    padding: 16% 0 20%;
  }
  .sub-page &gt; .content &gt; section {
    margin-top: 15%;
  }
  .sub-tit h2 {
    font-size: 5vw;
    margin-bottom: 2%;
  }
  .sub-tit p {
    font-size: 16px;
  }

  .navigation-wrap .nav {
    left: 30px;
    border-radius: 500px;
    width: 28px;
    height: 99px;
  }
  .navigation-wrap .nav a span {
    width: 6px;
    height: 6px;
  }
  .navigation-wrap .nav a p {
    font-size: 15px;
  }

  .basic-listGrid .list {
    display: block;
  }
  .basic-listGrid .list:not(:nth-of-type(1)) {
    padding-top: 12%;
  }
  .basic-listGrid .list .desc-tit {
    font-size: 20px;
    margin: 35px 0 15px;
  }
  .basic-listGrid .list .descBold {
    font-size: 21px;
    margin-bottom: 20px;
  }
  .basic-listGrid .list .desc {
    margin-bottom: 40px;
    font-size: 16px;
  }
  .basic-listGrid .list_tit {
    margin-bottom: 20px;
    font-size: 4vw;
  }

  .historyScroll .historyScroll-fix {
    width: 33%;
    font-size: 36px;
  }
  .historyScroll .historyScroll-list {
    width: 65%;
  }
  .historyScroll .historyScroll-list li {
    gap: 15px;
    padding: 35px 20px;
  }
  .historyScroll .historyScroll-list li .month {
    font-size: 16px;
    width: 80px;
  }
  .historyScroll .historyScroll-list li .text {
    font-size: 18px;
  }

  .accordion-wrap .accordion-head {
    padding: 30px 60px;
    gap: 25px;
  }
  .accordion-wrap .accordion-head p {
    font-size: 22px;
  }
  .accordion-wrap .accordion-head i {
    font-size: 17px;
  }
  .accordion-wrap .accordion-desc {
    padding: 60px;
    font-size: 16px;
  }
  .accordion-wrap .accordion-desc li h3 {
    font-size: 22px;
    margin-bottom: 10px;
  }
  .accordion-wrap .accordion-desc li p {
    font-size: 18px;
  }
  .accordion-wrap .accordion-desc li:not(:last-child) {
    margin-bottom: 35px;
  }

  .formWrap .guide {
    font-size: 14px;
    margin-bottom: 10px;
  }
  .formWrap .requisite {
    font-size: 14px;
  }
  .form {
    border-top: 2px solid #3e425e;
    padding-top: 37px;
  }
  .form li {
    margin-bottom: 40px;
  }
  .form.check .form-input {
    min-height: 58px;
    padding: 15px 30px;
  }

  .form-name {
    font-size: 18px;
  }
  .form-input {
    font-size: 18px;
  }
  .form-input input[type='file'] + p {
    font-size: 15px;
    margin-top: 10px;
  }
  .form-input textarea {
    height: 330px;
    padding-top: 30px;
  }
  .form-input select {
    width: 340px;
  }
  .form-input.has-btn {
    gap: 15px;
  }
  .form-input.has-btn &gt; div {
    gap: 15px;
  }
  .form-input.has-btn button {
    width: 148px;
    height: 58px;
    font-size: 18px;
  }
  .form-input.has-btn span {
    font-size: 15px;
  }

  .form-check {
    gap: 8px;
    margin-top: 15px;
  }
  .form-check span {
    font-size: 15px;
  }
  .form-check input[type='checkbox'] {
    width: 20px;
    height: 20px;
  }

  .form-radio {
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
    row-gap: 10px;
    font-size: 16px;
  }
  .form-radio label {
    gap: 8px;
  }
  .form-radio input[type='radio'] {
    width: 24px;
    height: 24px;
  }

  .form-desc {
    border-top: 2px solid #3e425e;
    padding-top: 37px;
  }
  .form-desc h3 {
    font-size: 22px;
    margin-bottom: 15px;
  }
  .form-desc .requisite {
    font-size: 22px;
  }
  .form-desc .desc_box {
    font-size: 15px;
    padding: 27px 39px;
    height: 328px;
  }

  .companyCeo {
    padding: 16% 0 20%;
  }
  .companyCeo h2 {
    font-size: 4.5vw;
    margin-bottom: 10%;
  }
  .companyCeo .ceo-desc p {
    font-size: 17px;
    margin-bottom: 25px;
  }

  .companyVision .vision-tit {
    margin-bottom: 30px;
    font-size: 4.5vw;
  }
  .companyVision .vision-tit span {
    font-size: 18px;
    margin-top: 5px;
  }
  .companyVision .basic-listGrid .list hgroup p {
    font-size: 16px;
  }
  .companyVision .basic-listGrid .list hgroup h4 {
    font-size: 4.5vw;
    margin-top: 10px;
    margin-bottom: 35px;
  }
  .companyVision .basic-listGrid .list hgroup h5 {
    font-size: 22px;
    margin-bottom: 25px;
  }
  .companyVision .value-nav a {
    font-size: 20px;
    margin-bottom: 20px;
    gap: 12px;
  }
  .companyVision .value-list {
    width: 100%;
    padding-bottom: 12%;
  }
  .companyVision .value-list .nav-section {
    padding: 8% 0;
    min-height: auto;
  }
  .companyVision .value-list_thumb {
    width: 260px;
    height: 260px;
    border-radius: 130px;
  }
  .companyVision .value-list_text h4 {
    font-family: var(--gibson);
    font-size: 30px;
    font-weight: 400;
    letter-spacing: -0.4px;
    margin-top: 7%;
  }
  .companyVision .value-list_text h5 {
    font-size: 32px;
    margin-top: 15px;
    margin-bottom: 25px;
  }
  .companyVision .value-list_text p {
    font-size: 18px;
  }
  .companyVision .hoimyungStory-tit {
    padding-left: 4%;
  }
  .companyVision .hoimyungStory-slide {
    gap: 1.5%;
  }
  .companyVision .hoimyungStory-slide .slick-list {
    overflow: hidden;
  }
  .companyVision .hoimyungStory-slide li {
    margin-right: 25px;
    width: auto;
  }
  .companyVision .hoimyungStory-slide li .story-hover p {
    font-size: 18px;
  }
  .companyVision .hoimyungStory-slide li &gt; p {
    font-size: 19px;
    margin-top: 30px;
  }
  .companyVision .hoimyungStory-slide .slick-arrow {
    /* width: 60px;
    height: 60px;
    right: 4%; */
    display: none !important;
  }
  .companyVision .hoimyungStory-slide .slick-prev {
    transform: translateX(-80px);
  }
  .companyVision .business-banner {
    padding: 115px 0 80px;
  }
  .companyVision .business-banner &gt; span {
    font-size: 16px;
  }
  .companyVision .business-banner p {
    font-size: 36px;
    margin: 7px 0 30px;
  }

  .companyCi .basic-listGrid .list &gt; div &gt; img {
    margin-bottom: 8%;
  }
  .companyCi .flex {
    margin-bottom: 20px;
  }

  .companyHistory .history-tit {
    margin-bottom: 16%;
  }
  .companyHistory .historyScroll-area h2  {
    font-size: 8vw;
  }
  .companyHistory .history-tit p {
    font-size: 3.5vw;
  }
  .companyHistory .history-intro {
    height: 35vh;
    gap: 15px;
  }
  .companyHistory .history-intro span {
    font-size: 18px;
  }
  .companyHistory .history-intro p {
    font-size: 36px;
  }
  .companyHistory .historyScroll-area {
    padding: 120px 0;
  }
  .companyHistory .historyScroll-area h2 span {
    font-size: 3vw;
  }
  .companyHistory .historyScroll-fix h2 {
    font-size: 7vw;
    margin-bottom: 0;
  }
  .companyHistory .historyScroll-list li .icon span {
    font-size: 20px;
  }
  .companyHistory .history-dream h3 {
    font-size: 38px;
    margin-bottom: 40px;
  }
  .companyHistory .history-dream .desc {
    margin-top: 80px;
    max-width: 558px;
  }
  .companyHistory .history-dream .desc p {
    font-size: 16px;
    margin-bottom: 30px;
  }

  .companyPlace .place-tit {
    margin-bottom: 5%;
  }
  .companyPlace .place-tit h2 {
    font-size: 4vw;
  }
  .companyPlace .place-tit nav {
    gap: 40px;
  }
  .companyPlace .place-tit nav a {
    font-size: 2.5vw;
  }
  .companyPlace .place-map_name.active {
    display: none;
  }
  .companyPlace .place-nav a {
    width: 8.2vw;
    height: 3.4vw;
    font-size: 1.5vw;
  }
  .companyPlace .place-list h2 {
    font-size: 3.5vw;
    margin-bottom: 30px;
    padding-top: 30px;
  }
  .companyPlace .place-list ul &gt; li {
    padding: 30px 0;
  }
  .companyPlace .place-list .list_name {
    width: 21%;
    font-size: 20px;
  }
  .companyPlace .place-list .list_name span {
    font-size: 14px;
  }
  .companyPlace .place-list .list_info li:not(:last-child) {
    margin-bottom: 6px;
  }
  .companyPlace .place-list .list_info li &gt; span {
    font-size: 18px;
    width: 164px;
  }
  .companyPlace .place-list .list_info li p {
    font-size: 18px;
  }
  .companyPlace .place-list.global .vietnam-adress:nth-of-type(1) {
    padding-bottom: 30px;
    margin-bottom: 30px;
  }
  .companyPlace .place-list.global .vietnam-adress .category {
    font-size: 16px;
    border-radius: 4px;
    padding: 7px 10px;
    margin: 15px 0 10px;
  }
  .companyPlace .place-list .list_icon span {
    font-size: 36px;
  }
  .companyPlace .place-list .photo {
    margin-top: 35px;
  }

  .business-wrap .sub-tit {
    padding: 80px 0;
  }
  .business-wrap .sub-tit nav {
    margin-top: 60px;
    gap: 19px;
  }
  .business-wrap .sub-tit nav a {
    border-radius: 500px;
    padding: 15px 40px;
    font-size: 18px;
  }
  .business-wrap .busi-tit {
    font-size: 36px;
  }
  .business-wrap .busi-tit span {
    font-size: 18px;
  }
  .business-wrap &gt; section {
    padding: 15% 0;
  }
  .business-summary {
    padding: 15px 0 19% !important;
  }
  .business-summary .carousel-wrap {
    font-size: 90px;
    margin-bottom: 30px;
  }
  .business-summary p {
    margin: 30px auto 55px;
    font-size: 16px;
  }
  .business-list .inner {
    gap: 2%;
  }
  .business-list .inner .titBox {
    height: 75px;
  }
  .business-list .inner .txtBox {
    padding: 25px;
  }
  .business-product {
    flex-direction: column;
    padding: 10% 0;
    margin-bottom: 10%;
  }
  .business-product ul {
    width: 100%;
    margin-top: 5%;
  }
  .business-product ul li {
    font-size: 20px;
  }
  .business-product ul li span {
    font-size: 15px;
    margin-right: 7px;
  }
  .business-product ul li em {
    font-size: 14px;
    margin-left: 23px;
  }

  .business-illust {
    padding: 3vw 2vw;
  }
  .business-illust h4 {
    font-size: 26px;
    margin-bottom: 40px;
  }
  .business-illust &gt; div:nth-of-type(1) {
    margin-bottom: 80px;
  }

  .business-advantage {
    flex-direction: column;
  }
  .business-advantage ul {
    width: 100%;
    margin-top: 5%;
    gap: 20px;
  }
  .business-advantage ul li {
    border-radius: 4px;
    padding: 20px;
    gap: 30px;
    font-size: 18px;
  }
  .business-advantage ul li img {
    padding-right: 30px;
  }

  .business-list_item {
    margin-top: 40px;
    padding: 60px 80px 60px 40px;
    gap: 40px;
  }
  .business-list_txt &gt; h3 {
    font-size: 28px;
    margin-bottom: 10px;
  }
  .business-list_txt &gt; h3 span {
    font-size: 22px;
  }
  .business-list_txt &gt; div {
    padding: 20px 0;
  }
  .business-list_txt &gt; div h4 {
    font-size: 17px;
    margin-bottom: 15px;
  }
  .business-list_txt &gt; div li {
    font-size: 16px;
  }
  .business-list_tags {
    gap: 6px;
  }
  .business-list_tags li span {
    border-radius: 4px;
    font-size: 16px;
    padding: 10px;
  }
  .business-list_tags li img {
    width: 368px;
  }
  .listDesc li em {
    width: 15px;
    margin-right: 3px;
  }
  .listDesc li p {
    font-size: 16px;
  }
  .busiList-modal_btn {
    margin: 12% auto 0;
  }
  .busiList-modal &gt; div {
    padding: 7%;
  }
  .busiList-modal hgroup {
    margin-bottom: 25px;
  }
  .busiList-modal hgroup h2 {
    font-size: 24px;
  }
  .busiList-modal_close {
    width: 25px;
  }
  .busiList-modal table thead th {
    font-size: 17px;
    padding: 18px 0;
  }
  .busiList-modal table tbody th {
    font-size: 17px;
  }
  .busiList-modal table tbody th {
    font-size: 17px;
  }
  .busiList-modal table tbody td {
    padding: 15px 30px;
  }
  .busiList-modal table tbody td:last-child {
    padding: 15px 15px;
  }
  .busiList-modal table.type2 thead th {
    padding: 5px 0;
  }
  .busiList-modal table.type2 tbody td {
    padding: 10px;
  }
  .busiList-modal table.type2 tbody td span {
    font-size: 15px;
  }

  .business-outLink {
    height: 360px;
  }
  .business-outLink p {
    font-size: 16px;
  }
  .business-outLink h3 {
    font-size: 36px;
  }

  .rndAbout &gt; h2 {
    font-size: 5vw;
  }
  .rndAbout .about-intro_txt {
    font-size: 43px;
  }
  .rndAbout .about-intro_txt p {
    font-size: 28px;
  }
  .basic-listGrid .about-list {
    gap: 24px;
  }
  .basic-listGrid .about-list &gt; li {
    height: 420px;
    padding: 40px 30px 30px;
    font-size: 16px;
    border-radius: 16px;
  }
  .basic-listGrid .about-list .about-list_tit h5 {
    font-size: 20px;
    margin-bottom: 5px;
  }
  .basic-listGrid .about-list .about-list_tit p {
    font-size: 16px;
  }
  .basic-listGrid .about-list .about-list_infra li:not(:last-child) {
    margin-bottom: 10px;
  }
  .basic-listGrid .about-list .about-list_infra span {
    padding: 6px 8px;
    border-radius: 4px;
    font-size: 13px;
    margin-bottom: 5px;
  }
  .basic-listGrid .about-list .about-list_infra p {
    font-size: 14px;
  }

  .rndResult .result-count {
    height: 420px;
  }
  .rndResult .result-count ul {
    gap: 10px;
  }
  .rndResult .result-count .count {
    font-size: 56px;
    margin-bottom: 10px;
  }
  .rndResult .result-count p {
    font-size: 20px;
  }
  
  .esgSustain .esgSustain-item {
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
  }
  .esgSustain .esgSustain-item figure {
    width: 100%;
    margin: auto;
    /* min-width: auto; */
  }
  .esgSustain .esgSustain-item .text h3 {
    font-size: 45px;
    padding-bottom: 15px;
  }
  .esgSustain .esgSustain-item .text h3 span{
    font-size: 21px;
    margin-left: 16px;
  }
  .esgSustain .esgSustain-item .text li {
    padding: 20px 0;
  }
  .esgSustain .esgSustain-item .text li h6 {
    font-size: 16px;
    margin-bottom: 6px;
  }
  .esgSustain .esgSustain-item .text li p {
    font-size: 15px;
  }

  .esgWrap .basic-listGrid .list_tit p {
    width: 100%;
    margin-top: 3%;
    font-size: 18px;
  }
  .esgWrap .esg-listTit {
    font-size: 22px;
    margin-top: 50px;
  }
  .esgWrap .esg-listDesc {
    font-size: 18px;
    margin-top: 20px;
  }
  .esgWrap .esg-list {
    margin-top: 30px;
    margin-bottom: 80px;
  }
  .esgWrap .esg-list &gt; li {
    padding: 30px 0;
  }
  .esgWrap .esg-list li &gt; span {
    width: 60px;
    font-size: 18px;
  }
  .esgWrap .esg-list li &gt; p {
    font-size: 18px;
  }
  .esgWrap .esg-list.accordion-wrap .accordion-head {
    padding: 25px 20px;
  }

  .esgHuman-rule {
    padding: 45px 0px;
    row-gap: 30px;
    margin-top: 30px;
  }
  .esgHuman-rule li img {
    width: auto;
  }
  .esgHuman-rule li p {
    font-size: 18px;
    margin-top: 15px;
  }
  .esgHuman-list {
    margin-top: 30px;
  }
  .esgHuman-list li {
    padding: 35px 40px;
    font-size: 18px;
  }
  .esgHuman-list li span {
    margin-bottom: 15px;
    font-size: 18px;
  }

  .esgNetwork {
    padding-top: 15%;
  }
  .esgNetwork-tab {
    gap: 10px;
    margin-bottom: 12%;
    width: 100%;
    justify-content: center;
  }
  .esgNetwork-tab button {
    font-size: 18px;
    border-radius: 500px;
    padding: 15px 40px;
  }
  .esgNetwork-list {
    padding: 40px;
    gap: 10px;
    margin-top: 20px;
  }
  .esgNetwork-list &gt; li {
    width: 200px;
  }
  .esgNetwork-list h4 {
    font-size: 18px;
    padding: 16px 10px;
    margin-bottom: 10px;
  }
  .esgNetwork-list &gt; li &gt; div {
    padding: 20px;
    min-height: 220px;
  }
  .esgNetwork .esgNetwork-cont img {
    margin: 40px 0;
  }

  .esgCyber-banner {
    height: 360px;
  }
  .esgCyber-banner hgroup &gt; span {
    font-size: 16px;
    margin-bottom: 5px;
  }
  .esgCyber-banner hgroup h2 {
    font-size: 36px;
  }
  .esgCyber .cyber-check {
    padding: 5%;
    margin-bottom: 15%;
    border-radius: 12px;
  }
  .esgCyber .cyber-check h6 {
    font-size: 18px;
  }
  .esgCyber .cyber-check p {
    font-size: 2.6vw;
    margin-top: 5px;
  }
  .esgCyber .cyber-ok {
    padding: 113px 0;
    border-radius: 12px;
  }
  .esgCyber .cyber-ok h2 {
    font-size: 36px;
  }
  .esgCyber .cyber-ok p {
    font-size: 18px;
    margin: 15px 0 35px;
  }
  .esgCyber .cyber-login {
    border-radius: 12px;
    padding: 84px 4%;
  }
  .esgCyber .cyber-login .form {
    max-width: 553px;
    margin: 0 auto 40px;
  }
  .esgCyber .cyber-login .form li {
    margin-bottom: 16px;
  }
  .esgCyber .cyber-login .form-name {
    width: 140px;
  }
  .form li.is-file .file-input li {
    width: calc((100% - 1.5rem) / 3);
  }

  .basic-listGrid .hr-card {
    gap: 25px;
  }
  .basic-listGrid .hr-card li {
    padding: 44px 22px;
    height: 323px;
  }
  .basic-listGrid .hr-card li span {
    font-size: 16px;
  }
  .basic-listGrid .hr-card li h5 {
    font-size: 22px;
    margin: 0px 0px;
  }
  .basic-listGrid .hr-card li p {
    font-size: 16px;
  }
  .basic-listGrid .hr-card li img {
    right: 20px;
    bottom: 15px;
  }
  .basic-listGrid .hr-imgBox {
    padding: 40px;
  }
  .basic-listGrid .hr-hoverBox {
    gap: 13px;
  }
  .basic-listGrid .hr-hoverBox li {
    height: 142px;
    border-radius: 8px;
    padding: 30px 19px;
  }
  .basic-listGrid .hr-hoverBox li h6 {
    font-size: 17px;
  }
  .basic-listGrid .hr-hoverBox li p {
    font-size: 16px;
  }

  .careersWelfare .list_tit span {
    font-size: 22px;
  }
  .careersWelfare .list_tit nav {
    margin-top: 45px;
  }
  .careersWelfare .list_tit nav a {
    margin-bottom: 15px;
    font-size: 18px;
    padding: 15px 0 15px 24px;
    border-left: 4px solid transparent;
  }
  .careersWelfare .list feImage {
    margin-bottom: 25px;
  }
  .careersWelfare .welfare-bg {
    margin-top: 12%;
    padding: 12% 0;
  }
  .basic-listGrid .welfare-grid {
    gap: 20px;
    margin-top: 40px;
  }
  .basic-listGrid .welfare-grid li {
    border-radius: 8px;
    padding: 0 40px;
    height: 146px;
  }
  .basic-listGrid .welfare-grid li feImage {
    width: 100px;
  }
  .basic-listGrid .welfare-grid li h6 {
    font-size: 20px;
    margin-bottom: 2px;
  }
  .basic-listGrid .welfare-grid li p {
    font-size: 16px;
  }

  .privacy-select {
    gap: 15px;
    font-size: 14px;
    margin-bottom: 60px;
  }

  .privacy-select select {
    height: 50px;
    width: 190px;
    padding: 0 20px;
    background-position: center right 10px;
  }

  .privacy-desc {
    font-size: 18px;
    margin-bottom: 80px;
  }
  .esgSustain .esgSustain-item:nth-child(even) {
    flex-direction: column;
  }
}

@media all and (max-width:768px) {
  .historyScroll .historyScroll-area {
    flex-direction: column;
    gap: 20px;
  }
  .historyScroll .historyScroll-list {
    width: 100%;
  }

  .navigation-wrap .nav {
    top: 0;
    left: 0;
    right: 0;
    transform: translateY(0px);
    border-radius: 0;
    width: 100%;
    background: #fff;
    border-top: 1px solid #EBEBEB;
    border-bottom: 1px solid #EBEBEB;
    flex-direction: row;
    height: 80px;
    padding-inline: 10px;
    gap: 12px;
    overflow-x: scroll;
  }
  .navigation-wrap .nav a span {
    display: none;
  }
  .navigation-wrap .nav a p {
    position: static;
    transform: translateY(0);
    display: block;
    font-size: 20px;
    padding-left: 0;
  }

  .basic-listGrid .about-list {
    flex-direction: column;
  }
  .basic-listGrid .about-list &gt; li {
    min-height: 230px;
    height: auto;
  }
  .basic-listGrid .about-list .about-list_hover {
    margin-top: 20px;
  }

  .companyCeo &gt; div {
    flex-direction: column;
    align-items: center;
    gap: 50px;
  }
  .companyCeo feimage {
    width: 80%;
  }
  .companyVision .vision-intro_text .introText-title {
    margin: 5% 2%;
  }
  .companyVision .vision-intro_text .introText-desc {
    margin: 0 4%;
  }
  .companyVision .vision-list_txt {
    width: 100%;
  }
  .companyVision .vision-list_txt li {
    padding-left: 4%;
    padding-right: 4%;
    text-align: center;
    height: auto;
  }
  .companyVision .vision-list_txt li:not(:last-child) {
    margin-bottom: 15%;
  }
  .companyVision .vision-list_txt feimage {
    width: 80%;
    margin: 0 auto 25px;
  }
  .companyVision .vision-list_txt li h3 {
    margin: 4% 0 3%;
  }
  .companyVision .hoimyungStory-slide li &gt; div &gt; img {
    object-fit: cover;
    width: 100%;
    height: 50vh;
  }
  .companyVision .hoimyungStory-slide {
    padding-bottom: 60px;
  }
  .companyVision .hoimyungStory-slide li .story-hover {
    padding: 7%;
    gap: 5px;
  }
  .companyVision .hoimyungStory-slide li .story-hover img {
    width: auto;
  }
  .companyVision .hoimyungStory-slide li .story-hover p {
    font-size: 18px;
  }
  .companyVision .hoimyungStory-slide .slick-arrow {
    width: 40px;
    height: 40px;
  }
  .companyVision .hoimyungStory-slide .slick-prev {
    transform: translateX(-60px);
  }

  .companyHistory .navigation-wrap .nav {
    height: 80px;
  }
  .companyHistory .navigation-wrap .nav a p {
    font-size: 20px;
  }
  .companyHistory .historyScroll-area {
    padding: 18% 0;
  }
  .historyScroll .historyScroll-fix {
    width: 100%;
  }
  .companyHistory .historyScroll-list li.hasImg {
    flex-wrap: wrap;
  }
  .companyHistory .historyScroll-list li.hasImg:hover {
    background: transparent;
  }
  .companyHistory .historyScroll-list li.hasImg feImage {
    width: 100%;
  }
  .companyHistory .historyScroll-list li.hasImg feImage img {
    margin-left: auto;
  }
  .companyHistory .historyScroll-list li:not(.hasImg) {
    padding-right: 30px;
  }
  .companyHistory .history-dream .desc {
    margin-left: 0;
  }

  .business-list .inner {
    flex-direction: column;
    gap: 30px;
  }
  .business-list .inner.col-2 &gt; li {
    width: 100%;
  }
  .business-list_item {
    flex-direction: column;
    padding: 7%;
  }
  .business-list_item &gt; img,
  .business-list_txt {
    width: 100%;
  }
  .business-list_tags li img {
    position: fixed;
    bottom: auto;
    top: 50%;
    transform: translate(-50%,-50%);
    z-index: 1;
    width: 75%;
  }
  .business-list_tags li span:hover ~ img {
    opacity: 0;
    visibility: hidden;
  }
  .business-list_tags li span:hover {
    background: #EEE;
    color: var(--textColor);
  }
  .business-list_tags li.active span {
    background: var(--mainColor);
    color: #fff;
  }
  .busiList-modal .overScroll  {
    overflow-x: scroll;
  }
  .busiList-modal .overScroll table {
    width: 700px;
  }

}

@media all and (max-width:640px) {
  .subTop-tit {
    font-size: 10vw;
  }
  .subTop-path {
    gap: 5px;
    font-size: 13px;
    margin-bottom: 5px;
  }
  .subTop-path li:first-child svg {
    width: 18px;
  }
  .lnbWrap {
    display: none !important;
  }

  .sub_top02 {
    height: 75vh;
  }
  .sub_top02 hgroup {
    height: 30vh;
  }
  .sub_top02 .subTop-visual {
    height: 35vh;
  }
  
  .sub-page &gt; .content {
    padding: 16% 0 25%;
  }
  .sub-tit h2 {
    font-size: 9vw;
    margin-bottom: 5%;
  }
  .esg-sustain .sub-tit h2 {
    font-size: 7.5vw;
  }

  .basic-listGrid .list_tit {
    margin-bottom: 30px;
    font-size: 24px;
  }
  .basic-listGrid .list:not(:nth-of-type(1)) {
    padding-top: 20%;
  }
  .basic-listGrid .list .desc {
    margin-bottom: 20px;
  }
  .basic-listGrid .list .desc-tit {
    font-size: 18px;
    margin: 17% 0 6px;
  }
  .basic-listGrid .list .descBold {
    font-size: 17px;
    margin-bottom: 15px;
	letter-spacing: -1px;
  }
  .basic-listGrid .about-list {
    gap: 15px;
  }
  .basic-listGrid .about-list &gt; li {
    padding: 20px 15px 15px;
    font-size: 15px;
    min-height: 175px;
  }
  .basic-listGrid .about-list .about-list_tit h5 {
    font-size: 18px;
  }
  .basic-listGrid .about-list .about-list_tit p {
    font-size: 15px;
  }
  .basic-listGrid .hr-card {
    flex-direction: column;
    gap: 15px;
  }
  .basic-listGrid .hr-card li {
    padding: 20px 15px;
    height: 225px;
  }
  .basic-listGrid .hr-card li h5 {
    font-size: 20px;
  }
  .basic-listGrid .hr-hoverBox {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
  .basic-listGrid .hr-hoverBox li {
    height: 120px;
    padding: 20px 15px;
  }
  .basic-listGrid .hr-hoverBox li h6 {
    font-size: 16px;
  }
  .basic-listGrid .hr-hoverBox li p {
    font-size: 14px;
    margin-top: 3px;
  }
  .basic-listGrid .hr-imgFlex {
    flex-direction: column;
    gap: 25px;
  }
  .basic-listGrid .hr-imgFlex img {
    width: 100%;
  }
  .basic-listGrid .welfare-grid {
    gap: 10px;
    margin-top: 25px;
  }
  .basic-listGrid .welfare-grid li {
    flex-direction: column;
    align-items: flex-start;
    padding: 20px 15px;
    height: auto;
  }
  .basic-listGrid .welfare-grid li feImage {
    width: 50px;
  }
  .basic-listGrid .welfare-grid li h6 {
    font-size: 16px;
    margin-top: 16px;
  }

  .listDesc li p {
    font-size: 14px;
  }

  .historyScroll .historyScroll-list li {
    gap: 10px;
    padding: 20px 10px;
  }
  .historyScroll .historyScroll-list li .month {
    font-size: 12px;
    width: 63px;
  }
  .historyScroll .historyScroll-list li .text {
    font-size: 15px;
  }

  .navigation-wrap .nav {
    height: 65px;
  }
  .navigation-wrap .nav a {
    width: fit-content;
  }
  .navigation-wrap .nav a p {
    font-size: 17px;
  }

  .accordion-wrap .accordion-head {
    padding: 20px 25px;
  }
  .accordion-wrap .accordion-head p {
    font-size: 17px;
  }
  .accordion-wrap .accordion-head i {
    font-size: 20px;
  }
  .accordion-wrap .accordion-desc {
    padding: 25px;
  }
  .accordion-wrap .accordion-desc li:not(:last-child) {
    margin-bottom: 20px;
  }
  .accordion-wrap .accordion-desc li h3 {
    font-size: 18px;
    margin-bottom: 5px;
  }

  .form {
    padding-top: 27px;
  }
  .form li {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 30px;
  }
  .form li.is-file .file-input {
    flex-direction: column;
    align-items: flex-start;
    gap: 2.778vw !important;
  }
  .form li.is-file .file-input ul {
    gap: .694vw !important;
    flex-direction: column;
    width: 100%;
  }
  .form li.is-file .file-input label {
    width: 32.639vw;
    gap: 6.25vw;
    height: 11.25vw;
    font-size: 3.333vw;
    border-radius: 1.111vw;
  }
  .form li.is-file .file-input label svg {
    width: 3.472vw;
    height: 3.472vw;
  }
  .form-input select {
    width: 100%;
  }
  .form li.is-file .file-input li {
    height: 9.722vw;
    flex-direction: row;
    width: 100%;
    border-radius: 1.111vw;
  }
  .form li.is-file .file-input li span {
    font-size: 3vw;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
  }
  .form li.is-file .file-input li button {
    width: 4.861vw;
    height: 4.861vw;
    margin-left: auto;
  }
  .form li.is-file .form-input &gt; p {
    font-size: 3.472vw;
    margin-top: 3.472vw;
  }
  .form-name {
    width: 100%;
    font-size: 16px;
    margin-bottom: 10px;
    height: auto;
  }
  .form-input {
    width: 100%;
    font-size: 15px;
  }
  input[type='text'], input[type='password'], textarea, select {
    height: 50px;
    padding: 0 15px;
  }
  input[type='file'] {
    padding: 12.5px 15px;
  }
  .form-input textarea {
    height: 200px;
    padding-top: 15px;
  }
  .form-check {
    margin-top: 8px;
  }
  .form-check input[type=checkbox],
  .form-radio input[type=radio] {
    width: 16px;
    height: 16px;
  }
  .form-input.has-btn &gt; div {
    gap: 10px;
  }
  .form-input.has-btn input {
    width: 100%;
  }
  .form-input.has-btn button {
    width: 125px;
    height: 50px;
    font-size: 15px;
  }
  .form-input.has-btn span {
    font-size: 14px;
  }
  .form-radio {
    flex-direction: column;
    font-size: 15px;
  }
  .form-desc {
    padding-top: 27px;
  }
  .form-desc h3 {
    font-size: 20px;
  }
  .form-desc .desc_box {
    padding: 17px 15px;
    height: 200px;
  }
  .form.check .form-input {
    min-height: 50px;
    padding: 15px;
  }

  .companyCeo h2 {
    font-size: 6vw;
    margin-bottom: 10%;
  }
  .companyCeo .ceo-sign {
    font-size: 18px;
    margin-top: 45px;
  }
  .companyCeo .ceo-sign strong {
    font-size: 28px;
    margin-left: 10px;
  }
  .companyPhilosophy p {
    margin-top: 20px;
  }
  .companyVision .vision-tit {
    font-size: 28px;
    margin-bottom: 20px;
  }
  .companyVision .vision-tit span {
    font-size: 16px;
  }
  .companyVision .basic-listGrid .list hgroup h4 {
    font-size: 24px;
    margin-top: 5px;
    margin-bottom: 20px;
  }
  .companyVision .basic-listGrid .list hgroup p {
    font-size: 15px;
  }
  .companyVision .value-list_thumb {
    width: 100px;
    height: 100px;
  }
  .companyVision .value-list_text h4 {
    font-size: 16px;
  }
  .companyVision .value-list_text h5 {
    font-size: 21px;
    margin-top: 5px;
    margin-bottom: 10px;
  }
  .companyVision .value-list_text p {
    font-size: 16px;
  }
  .companyVision .hoimyungStory-slide {
    gap: 30px;
  }
  .companyVision .hoimyungStory-slide li {
    margin-right: 10px;
    width: 275px;
  }
  .companyVision .hoimyungStory-slide li &gt; div &gt; img {
    height: 265px;
  }
  .companyVision .hoimyungStory-slide li .story-hover img {
    width: 55px;
  }
  .companyVision .hoimyungStory-slide li .story-hover p {
    font-size: 15px;
  }
  .companyVision .hoimyungStory-slide li &gt; p {
    font-size: 17px;
    margin-top: 20px;
  }
  .companyVision .hoimyungStory-slide li &gt; div:hover .story-hover {
    opacity: 0;
  }
  .companyVision .hoimyungStory-slide li &gt; div .story-hover.show {
    opacity: 1;
  }
  .companyVision .business-banner p {
    font-size: 6vw;
  }
  .companyHistory .historyScroll-fix {
    padding-top: 0;
    display: none;
  }
  .companyHistory .navigation-wrap .nav {
    height: 65px;
    justify-content: space-around;
  }
  .companyHistory .navigation-wrap .nav a p {
    font-size: 17px;
  }
  .companyHistory .historyScroll-area h2  {
    font-size: 10vw;
    position: static;
  }
  .companyHistory .history-tit p {
    font-size: 18px;
    width: 90%;
    margin: auto;
  }
  .companyHistory .history-intro span {
    font-size: 15px;
  }
  .companyHistory .history-intro p {
    font-size: 26px;
  }
  .companyHistory .historyScroll-area h2 span {
    font-size: 5vw;
  }
  .companyHistory .historyScroll-area h2 {
    font-size: 9vw;
  }
  .companyHistory .history-dream {
    height: auto;
    padding: 15% 0;
  }
  .companyHistory .history-dream h3 {
    font-size: 26px;
  }
  .companyPlace .place-nav a {
    width: 65px;
    height: 30px;
    font-size: 14px;
  }
  .companyPlace .place-tit h2 {
    font-size: 7vw;
  }
  .companyPlace .place-tit nav {
    gap: 20px;
  }
  .companyPlace .place-tit nav a {
    font-size: 4vw;
  }
  .companyPlace .place-mapArea {
    height: 95vw;
  }
  .companyPlace .place-map {
    width: 90%;
  }
  .companyPlace .place-map_marker,
  .companyPlace .place-map_marker.active &gt; em {
    width: 6px;
    height: 6px;
  }
  .companyPlace .place-map_marker.active::before, .companyPlace .place-map_marker.active::after {
    animation: none;
  }
  .companyPlace .place-map_marker.marker-0 {
    top: 5.6vw;
    left: 32.1vw;
  }
  .companyPlace .place-map_marker.marker-1 {
    top: 24vw;
    left: 34vw;
  }
  .companyPlace .place-map_marker.marker-2 {
    top: 43vw;
    right: 29vw;
  }
  .companyPlace .place-map_marker.marker-3 {
    top: 42vw;
    left: 26vw;
  }
  .companyPlace .place-map_marker.marker-4 {
    top: 49vw;
    right: 18vw;
  }
  .companyPlace .place-map_marker.marker-5 {
    top: 67vw;
    left: 40vw;
  }
  .companyPlace .place-map_marker.marker-6 {
    top: 64vw;
    right: 37vw;
  }
  .companyPlace .global .place-map_marker.marker-0 {
    top: 31vw;
    right: 9vw;
  }
  .companyPlace .global .place-map_marker.marker-1 {
    top: 30vw;
    left: 27vw;
  }
  .companyPlace .global .place-map_marker.marker-2 {
    top: 33vw;
    left: 18vw;
  }
  .companyPlace .global .place-map_marker.marker-3 {
    top: 38vw;
    left: 13vw;
  }
  .companyPlace .place-mapArea.global {
    height: 70vw;
  }
  .companyPlace .place-map_marker.usa {
    top: 30.8vw;
    left: 91vw;
  }
  .companyPlace .place-map_marker.vietnam {
    top: 36vw;
    left: 13vw;
  }
  .companyPlace .place-map_marker.china {
    top: 34vw;
    left: 18vw;
  }
  .companyPlace .place-map_marker.japan {
    top: 30vw;
    left: 27vw;
  }
  .companyPlace .place-list h2 {
    font-size: 6vw;
  }
  .companyPlace .place-list ul &gt; li {
    flex-direction: column;
    gap: 20px;
    padding: 20px 0;
    position: relative;
  }
  .companyPlace .place-list .list_name {
    width: 100%;
    font-size: 16px;
    font-weight: 700;
  }
  .companyPlace .place-list .list_name span {
    display: inline-block;
    margin-left: 24px;
  }
  .companyPlace .place-list .list_info li p {
    font-size: 15px;
  }
  .companyPlace .place-list .list_info li &gt; span {
    font-size: 15px;
    width: 50px;
  }
  .companyPlace .place-list .list_icon {
    position: absolute;
    right: 0;
    top: 17px;
  }
  .companyPlace .place-list .list_info.is-company li {
    position: relative;
  }
  .companyPlace .place-list .list_info.is-company li .list_icon {
    top: 0;
  }

  .companyPlace .place-list .list_icon span {
    font-size: 25px;
  }
  .companyPlace .place-list.global .vietnam-adress .category {
    font-size: 13px;
    padding: 5px 6px;
    margin: 12px 0 7px;
  }

  .business-wrap .sub-tit {
    padding: 60px 0;
  }
  .business-wrap .sub-tit nav {
    margin-top: 30px;
    gap: 10px;
  }
  .business-wrap .sub-tit nav a {
    font-size: 15px;
    padding: 10px 30px;
  }
  .business-wrap .busi-tit {
    font-size: 28px;
  }
  .business-summary .carousel-wrap {
    font-size: 70px;
  }
  .business-summary p {
    margin: 15px auto 35px;
  }
  .business-product .inner {
    gap: 30px;
  }
  .business-product ul {
    gap: 15px;
    margin-top: 25px;
  }
  .business-product ul li {
    width: 100%;
    font-size: 17px;
  }
  .business-illust {
    padding: 30px 20px;
  }
  .business-illust &gt; div:nth-of-type(1) {
    margin-bottom: 50px;
  }
  .business-illust h4 {
    font-size: 20px;
    margin-bottom: 15px;
    flex-direction: column;
    align-items: flex-start;
    gap: 5px;
  }
  .business-illust h4 span {
    font-size: 14px;
  }
  .business-illust h4 span em {
    width: 16px;
    height: 16px;
  }
  .business-advantage ul {
    grid-template-columns: repeat(1, 1fr);
    row-gap: 15px;
  }
  .business-advantage ul li {
    font-size: 15px;
    padding: 15px;
    gap: 10px;
  }
  .business-advantage ul li img {
    padding-right: 10px;
    width: 30%;
  }
  .business-advantage ul li:nth-child(5) {
    grid-column:auto;
  }
  .business-list_item {
    margin-top: 25px;
    gap: 20px;
  }
  .business-list_txt &gt; h3 {
    font-size: 20px;
    margin-bottom: 5px;
  }
  .business-list_txt &gt; h3 span {
    font-size: 18px;
  }
  .business-list_txt &gt; div {
    padding: 15px 0;
  }
  .business-list_txt &gt; div li {
    font-size: 14px;
  }
  .business-list_txt &gt; div h4 {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .business-list_tags li span {
    font-size: 13px;
    padding: 7px;
  }
  .busiList-modal hgroup {
    margin-bottom: 15px;
  }
  .busiList-modal hgroup h2 {
    font-size: 20px;
  }
  .busiList-modal_close {
    width: 20px;
  }
  .busiList-modal table thead th {
    font-size: 14px;
    padding: 13px 0;
  }
  .busiList-modal table tbody th{
    font-size: 14px;
  }
  .busiList-modal table tbody td {
    padding: 5px 10px;
  }
  .busiList-modal table tbody td:last-child {
    padding: 5px 10px;
  }
  .business-outLink {
    height: 260px;
  }
  .business-outLink .inner {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 25px;
    text-align: center;
  }
  .business-outLink p {
    font-size: 14px;
  }
  .business-outLink h3 {
    font-size: 28px;
  }

  .rndAbout &gt; h2 {
    font-size: 6vw;
  }
  .rndAbout .about-intro {
    flex-direction: column;
    margin-top: 8% !important;
  }
  .rndAbout .about-intro_box {
    /* height: auto; */
    display: none;
  }
  .rndAbout .about-intro_box .right,
  .about-intro_bg {
    display: none;
  }
  .rndAbout .about-intro_box .left {
    border-radius: 0;
    width: 100%;
  }
  .rndAbout .about-intro_box .cover img {
    height: auto;
  }
  .rndAbout .about-intro_txt {
    position: static;
    margin-top: 0;
  }
  .rndAbout .about-intro_txt p {
    width: 90%;
    margin: 20px;
    opacity: 1;
    color: #323232;
    position: static;
    transform: none;
    font-size: 16px;
  }
  .rndAbout .about-intro_txt p:first-of-type{
    margin-top: 0;
  }

  .rndResult .result-count {
    height: auto;
    padding: 15% 0;
  }
  .rndResult .result-count ul {
    flex-direction: column;
    gap: 20px;
  }
  .rndResult .result-count .count {
    font-size: 34px;
  }
  .rndResult .result-count p {
    font-size: 16px;
  }
  .esgSustain .esgSustain-item .text {
    margin-top: 7.813vw
  }
  .esgSustain .esgSustain-item .text h3 {
    font-size: 7.5vw;
    padding-bottom: 0;
    margin-bottom: 3.125vw;
  }
  .esgSustain .esgSustain-item .text h3 span {
    font-size: 4.063vw;
    margin-left: 2.5vw;
  }
  .esgSustain .esgSustain-item .text li {
    padding: 2.4vw 0;
  }
  .esgSustain .esgSustain-item .text li h6 {
    font-size: 4.375vw;
    margin-bottom: 2.6vw;
  }
  .esgSustain .esgSustain-item .text li p {
    font-size: 4.063vw;
  }
  .esgWrap .basic-listGrid .list_tit p {
    font-size: 15px;
  }
  .esgWrap .esg-listTit {
    font-size: 20px;
    margin-top: 40px;
  }
  .esgWrap .esg-list {
    margin-top: 15px;
    margin-bottom: 50px;
  }
  .esgWrap .esg-list &gt; li {
    padding: 15px 0;
    flex-direction: column;
    gap: 5px;
  }
  .esgWrap .esg-list li &gt; span,
  .esgWrap .esg-list li &gt; p {
    font-size: 15px;
  }
  .esgWrap .esg-listDesc {
    font-size: 15px;
    margin-top: 10px;
  }
  .esgWrap .esg-list.accordion-wrap .accordion-desc {
    height: 30vh;
  }
  .esgHuman-rule {
    padding: 30px 0px;
    row-gap: 20px;
    margin-top: 20px;
  }
  .esgHuman-rule li img {
    width: 75%;
  }
  .esgHuman-rule li p {
    font-size: 16px;
    margin-top: 10px;
  }
  .esgHuman-list {
    margin-top: 20px;
  }
  .esgHuman-list li {
    padding: 20px 15px;
    font-size: 15px;
  }
  .esgHuman-list li span {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .esgNetwork-tab button {
    font-size: 15px;
    padding: 13px 20px;
  }
  .esgNetwork-list {
    padding: 25px;
    gap: 20px;
  }
  .esgNetwork-list h4 {
    font-size: 15px;
    padding: 10px;
  }
  .esgNetwork-list &gt; li {
    width: 100%;
  }
  .esgNetwork-list &gt; li &gt; div {
    padding: 15px;
    min-height: auto;
  }
  .esgNetwork .esgNetwork-cont img {
    margin: 20px 0;
  }
  .esgCyber-banner .inner {
    justify-content: center;
    flex-direction: column;
    text-align: center;
    gap: 20px;
  }
  .esgCyber-banner hgroup &gt; span {
    font-size: 14px;
  }
  .esgCyber-banner hgroup h2 {
    font-size: 32px;
  }
  .esgCyber-banner {
    height: 260px;
  }
  .esgCyber .cyber-check {
    flex-direction: column;
    align-items: flex-start;
    padding: 30px 25px;
  }
  .esgCyber .cyber-check h6 {
    font-size: 15px;
  }
  .esgCyber .cyber-check p {
    font-size: 18px;
    margin-bottom: 20px;
  }
  .esgCyber .cyber-ok {
    padding: 60px 20px;
  }
  .esgCyber .cyber-ok h2 {
    font-size: 26px;
  }
  .esgCyber .cyber-login {
    padding: 60px 4%;
  }

  .careersWelfare .welfare-bg {
    margin-top: 17%;
    padding: 17% 0;
  }
  .careersWelfare .list_tit nav {
    margin-top: 15px;
  }
  .careersWelfare .list_tit nav a {
    margin-bottom: 10px;
    font-size: 15px;
    padding: 10px 0 10px 15px;
  }

  .privacy-select {
    margin-bottom: 25px;
  }
  .privacy-select select {
    height: 40px;
  }
  .privacy-desc {
    margin-bottom: 40px;
  }


  .esgSustain .inner {
    gap: 12.5vw;
  }
  .esgSustain .esgSustain-item figure {
    width: calc(100vw - 3.90625vw);
  }
  .esgSustain .esgSustain-item:nth-child(even) figure{
    transform: translateX(-4vw);
  }
}</pre></body></html>