@charset "UTF-8";
#header h1 {
  position: absolute;
  display: block;
  width: auto;
  height: auto;
  left: 50%;
  top: 38px;
  z-index: 9999;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  margin-left: -100px;
}
@media (max-width: 1239px) {
  #header h1 {
    margin-left: -100px;
  }
}
@media (max-width: 999px) {
  #header h1 {
    margin-left: 20px;
  }
}
@media (max-width: 719px) {
  #header h1 {
    top: 16px;
    margin-left: -20px;
    height: 50px;
  }
}
#header h1 a {
  margin: 0 auto;
}
@media (max-width: 719px) {
  #header h1 a img {
    width: auto;
    height: auto;
  }
}
#header #gnb ul.dep1 > li > a.btn_menu.menu_01 {
  width: 15%;
}
#header #gnb ul.dep1 > li > a.btn_menu.menu_02 {
  width: 10%;
}
#header #gnb ul.dep1 > li > a.btn_menu.menu_03 {
  width: 8%;
}
#header #gnb ul.dep1 > li > a.btn_menu.menu_04 {
  width: 19%;
}
#header #gnb ul.dep1 > li > a.btn_menu.menu_05 {
  width: 14%;
}
#header #gnb ul.dep1 > li > a.btn_menu.menu_06 {
  float: right;
  width: 19%;
  background: none;
  background-color: #ffffff;
}

#siteMap {
  top: -928px;
}
@media (max-width: 999px) {
  #siteMap {
    top: -2008px;
  }
}
@media (max-width: 999px) {
  #siteMap #siteMap .header_sub_area ul.dep1 > li.ntn-child-5 {
    margin-left: 177px;
  }
}
@media (max-width: 999px) {
  #siteMap #siteMap .header_sub_area ul.dep1.eng > li {
    margin-left: 40px;
  }
}
@media (max-width: 999px) {
  #siteMap #siteMap .header_sub_area ul.dep1.eng > li:first-child, #siteMap #siteMap .header_sub_area ul.dep1.eng > li.ntn-child-4 {
    margin-left: 0px;
  }
}
@media (max-width: 999px) {
  #siteMap #siteMap .header_sub_area ul.dep1.eng > li.ntn-child-5 a {
    margin-top: 10px;
  }
}
#siteMap .header_sub_area ul.dep2 .overflow {
  height: auto;
  position: relative;
  line-height: 20px;
}
#siteMap .header_sub_area ul.dep2 .overflow:hover {
  background-size: cover;
}
#siteMap .header_sub_area ul.dep2 .overflow:hover:after {
  content: "";
  display: inline-block;
  width: 5px;
  height: 5px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg) translateY(-50%);
          transform: rotate(45deg) translateY(-50%);
  position: absolute;
  margin-top: -2px;
  top: 50%;
  right: 10px;
}

.mobile_menu ul.gnb > li {
  width: 14.2%;
}

.mobile_menu ul.gnb_drop > li {
  top: -743px;
}

@media (max-width: 999px) {
  .customer_process .arTitle {
    padding-bottom: 0;
  }
}
@media (max-width: 999px) {
  .customer_process .arTitle .title_h3 {
    padding-bottom: 0;
    font-size: 26px;
  }
}
@media (max-width: 719px) {
  .customer_process .arTitle .title_h3 {
    font-size: 18px;
    margin-bottom: 5px;
  }
}
.customer_process p.title_h3:after {
  display: none;
}
.customer_process p.text {
  font-size: 15px;
  line-height: 24px;
}
@media (max-width: 719px) {
  .customer_process p.text {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 1rem;
  }
  .customer_process p.text:last-child {
    margin-bottom: 0;
  }
}
.customer_process .sectionList .section {
  padding-top: 40px;
  padding-bottom: 45px;
  border-bottom: 1px solid #ececec;
}
.customer_process .sectionList .section:last-child {
  border-bottom: 0;
}
.customer_process .sectionList .section:first-child {
  padding-top: 0;
}
@media (max-width: 719px) {
  .customer_process .sectionList .section {
    padding-top: 10px;
    padding-bottom: 40px;
  }
}
.customer_process .process_diagram ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 719px) {
  .customer_process .process_diagram ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    margin-top: 30px;
  }
}
.customer_process .process_diagram ul li {
  position: relative;
  margin-right: 40px;
}
.customer_process .process_diagram ul li img {
  display: block;
  margin: 0 auto;
}
@media (max-width: 999px) {
  .customer_process .process_diagram ul li {
    margin-right: 40px;
    max-width: 14.8vw;
  }
}
@media (max-width: 719px) {
  .customer_process .process_diagram ul li {
    margin-right: 0;
    margin-bottom: 40px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    max-width: inherit;
  }
}
.customer_process .process_diagram ul li:last-child {
  margin-right: 0;
}
@media (max-width: 719px) {
  .customer_process .process_diagram ul li:last-child {
    margin-bottom: 0;
  }
}
.customer_process .process_diagram ul li:after {
  content: "";
  position: absolute;
  display: block;
  width: 42px;
  height: 36px;
  right: -41px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  background: url("/assets/images/subpage/customer/cs_process_arrow.png") no-repeat;
  background-size: 100% 100%;
  margin-top: -24px;
}
@media (max-width: 1080px) {
  .customer_process .process_diagram ul li:after {
    width: 4.2vw;
    height: 3.6vw;
    right: -4.1vw;
  }
}
@media (max-width: 719px) {
  .customer_process .process_diagram ul li:after {
    right: auto;
    top: auto;
    bottom: -25px;
    left: 50%;
    width: 20px;
    height: 18px;
    -webkit-transform: translateX(-50%) rotate(90deg);
            transform: translateX(-50%) rotate(90deg);
  }
}
.customer_process .process_diagram ul li:last-child:after {
  display: none;
}
.customer_process .process_diagram ul li .summary {
  margin-top: 5px;
  display: block;
  text-align: center;
  color: #587699;
  font-size: 1.4rem;
}
.customer_process .process_diagram ul li .summary strong {
  font-size: 1.8rem;
}
@media (max-width: 999px) {
  .customer_process .process_diagram ul li .summary {
    font-size: 1.3rem;
  }
  .customer_process .process_diagram ul li .summary strong {
    font-size: 1.7rem;
  }
}
.customer_process .contents_table {
  table-layout: fixed;
  width: 100%;
  border: 1px solid #dddddd;
}
.customer_process .contents_table tr {
  border-bottom: 1px solid #dddddd;
}
.customer_process .contents_table tr th {
  border-right: 1px solid #dddddd;
}
.customer_process .contents_table tr th:nth-child(1) {
  width: 25%;
}
.customer_process .contents_table tr th:nth-child(3) {
  width: 30%;
}
.customer_process .contents_table tr th:last-child {
  border-right: 0;
}
@media (max-width: 999px) {
  .customer_process .contents_table tr th:nth-child(1) {
    width: 20%;
  }
  .customer_process .contents_table tr th:nth-child(3) {
    width: 20%;
  }
}
.customer_process .contents_table td {
  border-right: 1px solid #dddddd;
}
.customer_process .contents_table td:last-child {
  border-bottom: 0;
}
.customer_process .contents_table th,
.customer_process .contents_table td {
  padding: 15px;
  font-size: 1.6rem;
  color: #000000;
}
@media (max-width: 999px) {
  .customer_process .contents_table th,
  .customer_process .contents_table td {
    font-size: 14px;
  }
}
.customer_process .contents_table thead tr {
  background: #f1f2f8;
}
.customer_process .contents_table tbody .type {
  padding-left: 55px;
  padding-right: 55px;
  text-align: left;
}
@media (max-width: 999px) {
  .customer_process .contents_table tbody .type {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.customer_process .article .title_h4 {
  font-size: 2rem;
  padding-bottom: 0;
}
@media (max-width: 719px) {
  .customer_process .article .title_h4 {
    font-size: 1.7rem;
  }
}
.customer_process .article + .article {
  margin-top: 25px;
}
.customer_process .article .text_block {
  font-size: 15px;
  color: #666;
  margin: 14px 0 26px;
}
.customer_process .article .text_block + .text_block {
  margin-bottom: 0px;
}
@media (max-width: 719px) {
  .customer_process .article .text_block + .text_block {
    margin-top: 20px;
  }
}
@media (max-width: 719px) {
  .customer_process .article .text_block {
    margin: 10px 0 15px;
    font-size: 14px;
  }
}
.customer_process .view_btn {
  display: inline-block;
  padding: 17px 43px;
  background-color: #4b9bd9;
  color: #fff;
  font-size: 1.6rem;
  margin-top: 17px;
}
@media (max-width: 719px) {
  .customer_process .view_btn {
    font-size: 14px;
    padding: 10px 20px;
  }
}
.customer_process .contents_2 br {
  display: none;
}
@media screen and (max-width: 1080px) {
  .customer_process .contents_2 br {
    display: block;
  }
}
@media (max-width: 999px) {
  .customer_process .contents_2 br {
    display: none;
  }
}
.customer_process .contents_3 {
  letter-spacing: -0.5px;
}

.customer_service .service_summary {
  font-size: 1.5rem;
  color: #666666;
  line-height: 24px;
  margin-bottom: 21px;
  letter-spacing: -0.5px;
  padding-right: 40px;
}
@media (max-width: 719px) {
  .customer_service .service_summary {
    padding-right: 0;
  }
}
@media (max-width: 719px) {
  .customer_service .box_area:nth-child(1), .customer_service .box_area:nth-child(2) {
    padding: 0 10px;
  }
}
.customer_service .title_h4 {
  letter-spacing: -0.5px;
  margin-top: 33px;
}
@media (max-width: 719px) {
  .customer_service .title_h4 {
    padding: 0 10px;
  }
}
.customer_service .identity {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
}
@media (max-width: 719px) {
  .customer_service .identity {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.customer_service .identity > div {
  width: 25%;
  padding-right: 50px;
}
@media (max-width: 999px) {
  .customer_service .identity > div {
    padding-right: 35px;
  }
}
@media (max-width: 719px) {
  .customer_service .identity > div {
    width: 50%;
    padding: 0 10px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .customer_service .identity > div:nth-child(1), .customer_service .identity > div:nth-child(2) {
    margin-bottom: 20px;
  }
}
.customer_service .identity .sign {
  font-family: "noto sans kr";
  font-size: 156px;
  color: #73a8d1;
  line-height: 1;
  font-weight: 600
  margin-bottom: 24px;
  display: block;
}
@media (max-width: 999px) {
  .customer_service .identity .sign {
    font-size: 120px;
    margin-bottom: 15px;
  }
}
@media (max-width: 719px) {
  .customer_service .identity .sign {
    font-size: 90px;
    line-height: 90px;
    margin-bottom: 10px;
  }
}
.customer_service .identity .description {
  letter-spacing: -0.5px;
}
.customer_service .identity .description h5 {
  font-size: 30px;
  color: #438cc4;
  font-weight: 600;
  line-height: 1;
  word-break: break-word;
}
@media (max-width: 999px) {
  .customer_service .identity .description h5 {
    font-size: 24px;
  }
}
@media (max-width: 999px) {
  .customer_service .identity .description h5 {
    font-size: 18px;
  }
}
.customer_service .identity .description strong {
  font-size: 20px;
  line-height: 1;
  color: #222222;
  margin-top: 15px;
  display: block;
}
@media (max-width: 999px) {
  .customer_service .identity .description strong {
    margin-top: 12px;
  }
}
@media (max-width: 999px) {
  .customer_service .identity .description strong {
    font-size: 15px;
  }
}
.customer_service .identity .description p {
  font-size: 15px;
  color: #666666;
  line-height: 24px;
  margin-top: 8px;
}
@media (max-width: 999px) {
  .customer_service .identity .description p {
    font-size: 14px;
    line-height: 20px;
  }
}

@media (max-width: 999px) {
  .foot .contInfo {
    padding: 12px;
  }
}
@media (max-width: 999px) and (max-width: 719px) {
  .foot .contInfo {
    padding: 0 20px;
  }
}
@media (max-width: 999px) {
  .foot .contInfo .lnk {
    position: static;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 0;
    margin-bottom: 10px;
  }
}
@media (max-width: 999px) and (max-width: 719px) {
  .foot .contInfo .lnk {
    margin-bottom: 0;
  }
}
@media (max-width: 999px) {
  .foot .contInfo .lnk li {
    float: none;
  }
  .foot .contInfo .contact {
    position: relative;
    text-align: center;
  }
  .foot .contInfo .contact .helpLink {
    position: static;
    right: auto;
  }
}
.cs {
  letter-spacing: -0.5px;
}
@media (max-width: 719px) {
  .cs {
    padding: 0 10px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
.cs .section_head {
  margin-bottom: 25px;
}
.cs .cs_summary {
  margin-top: 20px;
  font-weight: 600;
  color: #222222;
  margin-bottom: 20px;
  font-size: 18px;
}
@media (max-width: 999px) {
  .cs .cs_summary {
    font-size: 16px;
    margin-top: 20px;
    margin-bottom: 15px;
  }
}
.cs .contents_center {
  position: absolute;
  width: 236px;
  height: 236px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  font-size: 30px;
  line-height: 1.1;
  font-weight: 600
  background: rgba(77, 84, 91, 0.18);
  border-radius: 50%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #fff;
}
@media (max-width: 999px) {
  .cs .contents_center {
    width: 196px;
    height: 196px;
    font-size: 24px;
  }
}
@media (max-width: 719px) {
  .cs .contents_center {
    position: static;
    width: 100%;
    height: auto;
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left;
    background: none;
    -webkit-transform: translate(0%, 0%);
            transform: translate(0%, 0%);
    color: #222;
    margin-bottom: 20px;
    margin-top: 40px;
    text-align: left;
  }
  .cs .contents_center br {
    display: none;
  }
}
.cs .contents_center span {
  position: relative;
  z-index: 5;
}
.cs .contents_center:after {
  position: absolute;
  content: "";
  display: block;
  width: 85%;
  height: 85%;
  background: #4d545b;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border-radius: 50%;
}
@media (max-width: 719px) {
  .cs .contents_center:after {
    display: none;
  }
}
.cs .cs_contents {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 20px 0;
}
.cs .contents_block {
  padding: 53px 65px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: calc(50% - 10px);
}
@media (max-width: 999px) {
  .cs .contents_block {
    padding: 40px 65px;
  }
}
@media (max-width: 719px) {
  .cs .contents_block {
    width: 100%;
    padding: 20px;
    margin-bottom: 10px;
  }
}
.cs .contents_block strong {
  font-size: 48px;
  font-weight: 600;
  line-height: 1;
  display: block;
  color: #7c7c7c;
  letter-spacing: -0.7px;
}
@media (max-width: 999px) {
  .cs .contents_block strong {
    font-size: 36px;
  }
}
@media (max-width: 719px) {
  .cs .contents_block strong {
    font-size: 30px;
  }
}
.cs .contents_block h4 {
  font-size: 20px;
  font-weight: 600;
  color: #000000;
  margin-top: 22px;
}
@media (max-width: 999px) {
  .cs .contents_block h4 {
    font-size: 16px;
    margin-top: 15px;
  }
}
@media (max-width: 719px) {
  .cs .contents_block h4 {
    font-size: 18px;
    margin-top: 10px;
  }
}
.cs .contents_block p {
  font-size: 15px;
  font-weight: 400;
  color: #505050;
  margin-top: 10px;
  line-height: 1.7;
}
@media (max-width: 999px) {
  .cs .contents_block p {
    font-size: 14px;
    margin-top: 5px;
  }
}
@media (max-width: 719px) {
  .cs .contents_block p {
    font-size: 12px;
  }
}
.cs .contents_block.bg_pink {
  background: #b4aa9f;
}
.cs .contents_block.bg_pink strong,
.cs .contents_block.bg_pink h4,
.cs .contents_block.bg_pink p {
  color: #fff;
}
.cs .contents_block.bg_gray {
  background: #f1f1f1;
}
.cs .contents_block.contents_block_1, .cs .contents_block.contents_block_2 {
  margin-bottom: 20px;
}
@media (max-width: 719px) {
  .cs .contents_block.contents_block_1, .cs .contents_block.contents_block_2 {
    margin-bottom: 10px;
  }
}
.cs .contents_block.contents_block_1, .cs .contents_block.contents_block_3 {
  padding-right: 90px;
}
@media (max-width: 719px) {
  .cs .contents_block.contents_block_1, .cs .contents_block.contents_block_3 {
    padding-right: 20px;
    background: #b4aa9f;
  }
  .cs .contents_block.contents_block_1 strong,
  .cs .contents_block.contents_block_1 h4,
  .cs .contents_block.contents_block_1 p, .cs .contents_block.contents_block_3 strong,
  .cs .contents_block.contents_block_3 h4,
  .cs .contents_block.contents_block_3 p {
    color: #fff;
  }
}
.cs .contents_block.contents_block_2, .cs .contents_block.contents_block_4 {
  margin-left: 20px;
  padding-left: 100px;
}
@media (max-width: 999px) {
  .cs .contents_block.contents_block_2, .cs .contents_block.contents_block_4 {
    padding-left: 80px;
  }
}
@media (max-width: 719px) {
  .cs .contents_block.contents_block_2, .cs .contents_block.contents_block_4 {
    margin-left: 0;
    padding-left: 20px;
    background: #f1f1f1;
  }
  .cs .contents_block.contents_block_2 strong, .cs .contents_block.contents_block_4 strong {
    color: #7c7c7c;
  }
  .cs .contents_block.contents_block_2 h4, .cs .contents_block.contents_block_4 h4 {
    color: #000000;
  }
  .cs .contents_block.contents_block_2 p, .cs .contents_block.contents_block_4 p {
    color: #505050;
  }
}
.cs .sectionBlock .section_title {
  font-size: 36px;
  line-height: 42px;
  color: #000000;
  margin-top: 60px;
}
@media (max-width: 999px) {
  .cs .sectionBlock .section_title {
    font-size: 24px;
    margin-top: 30px;
  }
}
.cs .sectionBlock p {
  font-size: 18px;
  color: #333333;
  margin-top: 15px;
  font-weight: 600;
}
@media (max-width: 999px) {
  .cs .sectionBlock p {
    font-size: 16px;
    margin-top: 10px;
  }
}
@media (max-width: 719px) {
  .cs .sectionBlock p {
    font-size: 14px;
  }
}
@media (max-width: 800px) {
  .cs.en {
    padding: 0 10px;
  }
}
.cs.en .contents_center {
  font-size: 27px;
}
@media (max-width: 999px) {
  .cs.en .contents_center {
    font-size: 22px;
  }
}
.cs.en .contents_block h4 {
  line-height: 1.4;
}

.cs2 .contentsBlock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 1024px) {
  .cs2 .contentsBlock {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (max-width: 719px) {
  .cs2 .contentsBlock {
    padding-right: 10px;
    padding-left: 10px;
  }
}
.cs2 .contentsBlock.right {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media (max-width: 1024px) {
  .cs2 .contentsBlock.right {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.cs2 .contentsBlock .image, .cs2 .contentsBlock .text {
  width: 50%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (max-width: 1024px) {
  .cs2 .contentsBlock .image, .cs2 .contentsBlock .text {
    width: 100%;
  }
}
.cs2 .contentsBlock .image img {
  width: 100%;
}
.cs2 .contentsBlock .text {
  position: relative;
  padding: 0 50px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #f1f1f1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #000000;
  text-align: left;
}
@media (max-width: 1024px) {
  .cs2 .contentsBlock .text {
    padding: 30px;
  }
}
@media (max-width: 719px) {
  .cs2 .contentsBlock .text {
    padding: 20px;
  }
}
.cs2 .contentsBlock .text .alignBlock {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.cs2 .contentsBlock .text .num {
  font-size: 48px;
  line-height: 1;
  color: #222222;
  font-weight: 600
  letter-spacing: -1px;
}
@media (max-width: 1280px) {
  .cs2 .contentsBlock .text .num {
    font-size: 40px;
  }
}
@media (max-width: 1024px) {
  .cs2 .contentsBlock .text .num {
    font-size: 36px;
  }
}
@media (max-width: 719px) {
  .cs2 .contentsBlock .text .num {
    font-size: 30px;
  }
}
.cs2 .contentsBlock .text h2 {
  font-size: 24px;
  line-height: 1.5;
  color: #222222;
  font-weight: 600
  margin: 15px 0;
  letter-spacing: -1px;
}
@media (max-width: 1280px) {
  .cs2 .contentsBlock .text h2 {
    margin: 10px 0;
  }
}
@media (max-width: 719px) {
  .cs2 .contentsBlock .text h2 {
    font-size: 20px;
  }
}
.cs2 .contentsBlock .text ul li {
  font-size: 16px;
  line-height: 1.3;
  margin-bottom: 5px;
  letter-spacing: -1px;
}
@media (max-width: 1280px) {
  .cs2 .contentsBlock .text ul li {
    font-size: 14px;
    margin-bottom: 3px;
  }
}
@media (max-width: 1024px) {
  .cs2 .contentsBlock .text ul li {
    margin-bottom: 5px;
  }
}
@media (max-width: 719px) {
  .cs2 .contentsBlock .text ul li {
    font-size: 13px;
  }
}

.esg_lnb {
  position: relative;
  width: 100%;
  padding-top: 115px;
  margin-bottom: 40px;
}
@media screen and (max-width: 719px) {
  .esg_lnb {
    padding-top: 0;
    margin-top: -5px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 719px) {
  .esg_lnb.hasSub {
    margin-bottom: 20px;
  }
}
.esg_lnb + .section_head {
  padding-top: 0;
}
.esg_lnb .lnb_block > button {
  display: none;
}
@media screen and (max-width: 719px) {
  .esg_lnb .lnb_block > button {
    display: block;
    width: 100%;
    height: 50px;
    font-weight: 600;
    font-size: 14px;
    color: #fff;
    text-align: left;
    background: #a19992 url("/assets/images/common/dot_dn.gif") right 30px center no-repeat;
    padding: 0 15px;
    background-blend-mode: multiply;
  }
}
.esg_lnb .lnb_block ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1px;
  width: 100%;
  border: 1px solid #e3d7ca;
}
@media screen and (max-width: 719px) {
  .esg_lnb .lnb_block ul {
    display: none;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 0;
    border-left: none;
    border-right: none;
    position: absolute;
    left: 0;
    top: 50px;
    z-index: 1;
  }
}
.esg_lnb .lnb_block ul li {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 719px) {
  .esg_lnb .lnb_block ul li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    width: 100%;
    border-top: 1px solid #e1e1e1;
  }
  .esg_lnb .lnb_block ul li:first-child {
    border-top: none;
  }
}
.esg_lnb .lnb_block ul li a {
  text-align: center;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #a19992;
  color: #fff;
  font-size: 16px;
  font-weight: normal;
  padding: 0 4px;
}
@media screen and (max-width: 1024px) {
  .esg_lnb .lnb_block ul li a {
    font-size: 14px;
  }
}
@media screen and (max-width: 719px) {
  .esg_lnb .lnb_block ul li a {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    height: 50px;
    font-weight: 600
    font-size: 14px;
    color: #6e6760;
    background-color: #fff;
    padding: 0 15px;
  }
}
.esg_lnb .lnb_block ul li.on a {
  background: #6e6760;
  color: #fff;
}
.esg_lnb .lnb_block ul li.empty {
  display: none;
}
@media screen and (max-width: 719px) {
  .esg_lnb .lnb_block ul li.empty {
    display: block;
  }
}
.esg_lnb .sub_lnb_block ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #cbbeb3;
}
@media screen and (max-width: 719px) {
  .esg_lnb .sub_lnb_block ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.esg_lnb .sub_lnb_block ul li {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
}
@media screen and (max-width: 719px) {
  .esg_lnb .sub_lnb_block ul li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333%;
            flex: 0 0 33.333%;
    width: 33.333%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-right: 1px solid #e1e1e1;
    border-top: 1px solid #e1e1e1;
  }
  .esg_lnb .sub_lnb_block ul li:nth-child(3n) {
    border-right: none;
  }
  .esg_lnb .sub_lnb_block ul li:nth-child(1), .esg_lnb .sub_lnb_block ul li:nth-child(2), .esg_lnb .sub_lnb_block ul li:nth-child(3) {
    border-top: none;
  }
}
.esg_lnb .sub_lnb_block ul li a {
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 15px;
  line-height: 1.2;
  padding: 0 15px;
}
@media screen and (max-width: 1024px) {
  .esg_lnb .sub_lnb_block ul li a {
    font-size: 14px;
    word-break: keep-all;
  }
}
@media screen and (max-width: 719px) {
  .esg_lnb .sub_lnb_block ul li a {
    height: 42px;
    font-size: 13px;
    word-break: keep-all;
  }
}
.esg_lnb .sub_lnb_block ul li.on {
  font-weight: 600;
  position: relative;
}
@media screen and (max-width: 719px) {
  .esg_lnb .sub_lnb_block ul li.on {
    background: #6e6760;
    font-weight: normal;
    border-color: #6e6760;
    color: #fff;
  }
}
.esg_lnb .sub_lnb_block ul li.on::after {
  display: block;
  content: "";
  position: absolute;
  width: 100%;
  height: 3px;
  background: #6e6760;
  left: 0;
  bottom: -1px;
}
@media screen and (max-width: 719px) {
  .esg_lnb .sub_lnb_block ul li.on::after {
    display: none;
  }
}
.esg_lnb .sub_lnb_block ul li.empty {
  display: none;
}
@media screen and (max-width: 719px) {
  .esg_lnb .sub_lnb_block ul li.empty {
    display: block;
  }
}
.esg_lnb .sub_lnb_block.sub_lnb_block2 {
  margin-top: 30px;
}
@media screen and (max-width: 719px) {
  .esg_lnb .sub_lnb_block.sub_lnb_block2 {
    margin-top: 15px;
  }
}
.esg_lnb .sub_lnb_block.sub_lnb_block2 ul {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1rem;
  border-bottom: none;
}
@media screen and (max-width: 719px) {
  .esg_lnb .sub_lnb_block.sub_lnb_block2 ul {
    gap: 0.5rem;
  }
}
.esg_lnb .sub_lnb_block.sub_lnb_block2 ul li {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 20%;
  border: 1px solid #cbbeb3;
  border-radius: 25px;
  color: #6e6760;
}
@media screen and (max-width: 719px) {
  .esg_lnb .sub_lnb_block.sub_lnb_block2 ul li {
    max-width: calc(25% - 1rem);
  }
}
.esg_lnb .sub_lnb_block.sub_lnb_block2 ul li a {
  font-weight: 600;
  height: 50px;
}
@media screen and (max-width: 719px) {
  .esg_lnb .sub_lnb_block.sub_lnb_block2 ul li a {
    height: 42px;
    font-size: 12px;
  }
}
.esg_lnb .sub_lnb_block.sub_lnb_block2 ul li.on {
  background-color: #6e6760;
  color: #fff;
  border-color: #6e6760;
}
.esg_lnb .sub_lnb_block.sub_lnb_block2 ul li.on::after {
  display: none;
}

.esg_csr .sectionList > li:first-child .panel:first-child .section {
  padding-top: 0;
}
@media (max-width: 719px) {
  .esg_csr .sectionList > li:first-child .panel:first-child .section {
    padding-top: 20px;
  }
}
@media (max-width: 719px) {
  .esg_csr .section {
    padding-bottom: 20px;
  }
}
.esg_csr .important {
  color: #2b7fc1;
}
.esg_csr .article h2 {
  font-size: 20px;
  font-weight: 600
  color: #222222;
  margin-bottom: 20px;
  line-height: 30px;
}
@media (max-width: 719px) {
  .esg_csr .article h2 {
    font-size: 19px;
    line-height: 26px;
  }
}
@media (max-width: 999px) {
  .esg_csr .arTitle {
    padding-bottom: 10px;
  }
}
.esg_csr .title {
  font-size: 20px;
  color: #000;
  font-weight: 600
  margin-top: 20px;
}
.esg_csr .sub_title {
  background-color: #56a6e2;
  color: #fff;
  display: inline-block;
  padding: 2px 10px;
  margin: 10px 0;
  font-size: 16px;
}
@media (max-width: 719px) {
  .esg_csr .sub_title {
    font-size: 14px;
  }
}
.esg_csr #sec2 .article > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 40px;
}
@media (max-width: 719px) {
  .esg_csr #sec2 .article > ul {
    margin-top: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.esg_csr #sec2 .article > ul > li {
  margin-right: 40px;
}
.esg_csr #sec2 .article > ul > li:last-child {
  margin-right: 0;
}
@media (max-width: 719px) {
  .esg_csr #sec2 .article > ul > li:last-child {
    margin-bottom: 0;
  }
}
@media (max-width: 719px) {
  .esg_csr #sec2 .article > ul > li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
}
.esg_csr #sec2 .article > ul > li img {
  width: 100%;
}
.esg_csr #sec2 .contents_list {
  margin-top: 5px;
}
@media (max-width: 719px) {
  .esg_csr #sec2 .contents_list {
    margin-top: 0;
  }
}
.esg_csr #sec2 .contents_list li {
  position: relative;
  margin-bottom: 8px;
  font-size: 14px;
}
@media (max-width: 719px) {
  .esg_csr #sec2 .contents_list li {
    margin-bottom: 4px;
    font-size: 14px;
  }
}
.esg_csr #sec2 .contents_list li:before {
  content: "";
  display: inline-block;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: #666666;
  position: relative;
  top: 9px;
  vertical-align: top;
  margin-right: 5px;
}
.esg_csr .hrmSummary {
  font-size: 16px;
  line-height: 24px;
  color: #666666;
  font-weight: 600
  margin-bottom: 30px;
}
@media (max-width: 719px) {
  .esg_csr .hrmSummary {
    font-size: 14px;
    line-height: 20px;
  }
}
.esg_csr.hrm .section_head {
  margin-bottom: 0;
  padding-bottom: 0;
}
.esg_csr.hrm .title_h3 {
  white-space: normal;
}
.esg_csr.hrm .title {
  margin-top: 20px;
  margin-bottom: 5px;
}
.esg_csr.hrm .text p {
  padding: 15px 0 0;
}
.esg_csr.hrm .text + .title {
  margin-top: 40px;
}

.vodSlider {
  margin-top: 75px;
}
@media (max-width: 1240px) {
  .vodSlider {
    margin-top: 50px;
  }
}
@media (max-width: 768px) {
  .vodSlider {
    margin-top: 30px;
  }
}
.vodSlider .title_h4 {
  font-size: 21px;
  color: #000;
  font-weight: 600
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #e5e5e5;
}
@media (max-width: 768px) {
  .vodSlider .title_h4 {
    font-size: 16px;
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 20px;
  }
}
.vodSlider p {
  font-size: 16px;
  line-height: 24px;
  color: #000;
}
@media (max-width: 768px) {
  .vodSlider p {
    font-size: 14px;
    line-height: 20px;
    color: #727272;
  }
}

.sliderWrap {
  padding: 0 30px;
  position: relative;
  margin-top: 40px;
}
@media (max-width: 1240px) {
  .sliderWrap {
    margin-top: 30px;
  }
}
.sliderWrap .sliderButton {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.sliderWrap .sliderButton#slider_prev {
  left: 0;
}
.sliderWrap .sliderButton#slider_next {
  right: 0;
}
.sliderWrap .sliderBlock {
  width: 20%;
  padding: 0 10px;
}
@media (max-width: 1240px) {
  .sliderWrap .sliderBlock {
    width: 25%;
  }
}
@media (max-width: 1024px) {
  .sliderWrap .sliderBlock {
    width: 33.33%;
  }
}
@media (max-width: 768px) {
  .sliderWrap .sliderBlock {
    width: 50%;
  }
}
@media (max-width: 430px) {
  .sliderWrap .sliderBlock {
    width: 100%;
  }
}
.sliderWrap .sliderBlock .thumbnail, .sliderWrap .sliderBlock .title {
  width: 100%;
}
.sliderWrap .sliderBlock img {
  width: 100%;
}
.sliderWrap .sliderBlock .title {
  margin-top: 15px;
  font-size: 14px;
  line-height: 18px;
  color: #686868;
}

@media screen and (max-width: 719px) {
  .sustainability.container .content {
    padding-top: 65px;
  }
}
.sustainability .section_body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 50px;
  padding-top: 50px;
  margin-bottom: 80px;
  border-top: 1px solid #e5e5e5;
}
@media screen and (max-width: 999px) {
  .sustainability .section_body {
    padding-top: 40px;
    margin-top: 30px;
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 719px) {
  .sustainability .section_body {
    border-top: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-top: 0;
  }
}
.sustainability .section_body .csr_reportBlock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
}
@media screen and (max-width: 719px) {
  .sustainability .section_body .csr_reportBlock {
    width: 100%;
    margin-bottom: 40px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
.sustainability .section_body .csr_reportBlock:first-child {
  padding-right: 10px;
}
@media screen and (max-width: 719px) {
  .sustainability .section_body .csr_reportBlock:first-child {
    padding-right: 0;
    padding: 0 30px;
  }
}
.sustainability .section_body .csr_reportBlock:last-child {
  padding-left: 10px;
}
@media screen and (max-width: 719px) {
  .sustainability .section_body .csr_reportBlock:last-child {
    padding-left: 0;
    padding: 0 30px;
  }
}
.sustainability .section_body .csr_reportBlock .report_image {
  width: 326px;
  height: 426px;
  padding: 6px;
  border: 1px solid #e1e1e1;
}
@media screen and (max-width: 1240px) {
  .sustainability .section_body .csr_reportBlock .report_image {
    width: 47.25%;
    height: auto;
  }
}
.sustainability .section_body .csr_reportBlock .report_image img {
  width: 100%;
  height: 100%;
}
.sustainability .section_body .csr_reportBlock .report_contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-left: 20px;
}
.sustainability .section_body .csr_reportBlock .report_contents h3 {
  font-size: 18px;
  line-height: 24px;
  font-weight: 600
  color: #000;
}
@media screen and (max-width: 719px) {
  .sustainability .section_body .csr_reportBlock .report_contents h3 {
    font-size: 16px;
  }
}
.sustainability .section_body .csr_reportBlock .report_contents .btn_area {
  margin-top: auto;
}
@media screen and (max-width: 719px) {
  .sustainability .section_body .csr_reportBlock .report_contents .btn_area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.sustainability .section_body .csr_reportBlock .report_contents .btn_area a {
  display: block;
  text-align: center;
  padding: 0 13px;
  line-height: 44px;
  color: #fff;
  background-color: #000000;
  font-weight: 600
  font-size: 16px;
  margin-bottom: 10px;
}
@media screen and (max-width: 1240px) {
  .sustainability .section_body .csr_reportBlock .report_contents .btn_area a {
    font-size: 14px;
    line-height: 38px;
    padding: 0 8px;
  }
}
@media screen and (max-width: 719px) {
  .sustainability .section_body .csr_reportBlock .report_contents .btn_area a {
    font-size: 12px;
    line-height: 34px;
    padding: 0 13px;
    display: inline-block;
    max-width: 100px;
  }
}
.sustainability .section_body .csr_reportBlock .report_contents .btn_area a:last-child {
  margin-bottom: 0;
}
.sustainability .section_body .csr_reportBlock .report_contents .btn_area em:before {
  content: " ";
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 18px;
  background: url("/assets/images/common/bg_btn_download.gif") no-repeat 0 0;
  position: relative;
  top: -1px;
  margin-right: 6px;
}
@media screen and (max-width: 719px) {
  .sustainability .section_body .csr_reportBlock .report_contents .btn_area em:before {
    width: 16px;
    height: 14px;
    background-size: cover;
  }
}