@charset "utf-8";

/* reset */
* {
  margin: 0;
  padding: 0;
  border: 0;
  box-sizing: border-box;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

/* html {
    overflow: hidden;
    height: 100%;
} */

body {
  /* overflow-y: auto;
    height: 100%; */
  line-height: 1;
  font-family: 'Noto Sans TC', 'Noto Sans SC', sans-serif; /* 중국어 반점, 모점 텍스트 라인 수정 */
  /* font-family: "Noto Sans SC", sans-serif; */
  font-size: 16px;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  text-decoration: none;
  color: #222;
}

.font-rubik {
  font-family: "Roboto", sans-serif;
}

.font-roboto {
  font-family: "Roboto", sans-serif;
}

.hide-txt {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  font-size: 0;
  line-height: 0;
  border: 0;
  overflow: hidden;
}

.clear:before,
.clear:after {
  content: "";
  display: block;
  clear: both;
}

.flex-box {
  display: flex;
}

.mt-20 {
  margin-top: 20px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-40 {
  margin-top: 40px;
}

.mt-50 {
  margin-top: 50px;
}

.mt-60 {
  margin-top: 60px;
}

.mt-70 {
  margin-top: 70px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mb-60 {
  margin-bottom: 60px;
}

.mb-70 {
  margin-bottom: 70px;
}

.text-center {
  text-align: center;
}

.text-left {
  text-align: left;
}

/* reset end */

/* popup */
#popWrap #overlay {
  /* display: none; */
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 1000;
}

#popWrap .pop-con {
  position: fixed;
  top: 50%;
  left: 50%;
  max-width: 500px;
  width: 500px;
  padding: 0px 0px 50px 0px;
  background: #fff;
  letter-spacing: -0.025em;
  z-index: 1001;
  transform: translate(-50%, -50%);
}

#popWrap .pop-con img {
  /* add son 211025 */
  width: 500px;
}

#popWrap .pop-con .title {
  margin-bottom: 15px;
  font-size: 30px;
}

#popWrap .pop-con .txt01 {
  font-size: 16px;
}

#popWrap .pop-con .txt02 {
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: 500;
}

#popWrap .pop-con .txt03 {
  font-size: 14px;
  color: #e60012;
}

#popWrap .pop-con .txt-area {
  margin: 30px 0 20px;
  padding: 30px 18px;
  background: #f2f2f2;
}

#popWrap .btn-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

#popWrap .btn-wrap button {
  float: left;
  width: 50%;
  height: 50px;
  line-height: 50px;
  background: #999;
  font-family: "Noto Sans TC", "Noto Sans SC", sans-serif;
  font-size: 16px;
  color: #fff;
  cursor: pointer;
}

#popWrap .btn-wrap .close {
  background: #000;
}

.swiper-pagination.main-popup-pagination {
  display: inline-block;
  left: 50%;
  bottom: 110px;
  width: auto;
  transform: translateX(-50%);
}

.swiper-pagination.main-popup-pagination .swiper-pagination-bullet {
  width: 57px;
  height: 4px;
  margin: 0 10px 0 0;
  background: #f2f2f2;
  border-radius: 0;
  opacity: 1;
}

.swiper-pagination.main-popup-pagination .swiper-pagination-bullet-active {
  background: #e60012;
}

/* popup end*/

#wrap {
  overflow: hidden;
  position: relative;
}

.skip a {
  position: absolute;
  top: -9999px;
  left: 0;
  z-index: 1000;
  width: 100%;
  padding: 20px 0;
  background: #e31d1a;
  color: #fff;
  font-size: 16px;
  text-align: center;
}

.skip a:focus,
.skip a:active {
  top: 0;
}

/* header */
#header {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  height: 100px;
  background: #fff;
  z-index: 100;
}

.header-content {
  position: relative;
  max-width: 1680px;
  height: 100%;
  margin: 0 auto;
  padding: 0 20px;
}

#logo {
  float: left;
  position: relative;
  padding: 30px 0;
  z-index: 122;
}

#logo a {
  display: block;
  width: 255px;
  height: 41px;
  background: url(../images/common/logo.png) no-repeat 0 0;
}

#moin-logo {
  float: left;
  position: relative;
  padding: 30px 0 30px 30px;
  z-index: 122;
}

#moin-logo a {
  display: block;
  width: 77px;
  height: 29px;
  background: url(../images/common/logo02.png) no-repeat 0 0;
}

.util {
  position: absolute;
  top: 50%;
  right: 20px;
  z-index: 122;
  transform: translateY(-50%);
}

.util .lang,
.util .search,
.util .all-menu {
  display: inline-block;
  vertical-align: middle;
}

.util .lang {
  position: relative;
  margin-right: 60px;
}

.util .lang > span {
  display: block;
  position: relative;
  padding: 7px 28px 5px 20px;
  border: 2px solid #d0d0d0;
  font-size: 16px;
  font-weight: 500;
  border-radius: 16px;
  cursor: pointer;
}

.util .lang > span.on {
  margin-top: -1px;
  background: #fff;
  border-bottom: 0;
  border-radius: 16px 16px 0 0;
}

.util .lang > span::after {
  content: "";
  position: absolute;
  top: 11px;
  right: 12px;
  width: 10px;
  height: 6px;
  background: url(../images/common/icon_arrow_sm.png) no-repeat 0 0;
}

.util .lang ul {
  display: none;
  position: absolute;
  top: calc(100% - 2px);
  left: 0;
  width: 100%;
  padding: 10px 0;
  background: #fff;
  border: 2px solid #d0d0d0;
  border-top: 0;
  border-radius: 0 0 16px 16px;
}

.util .lang > span.on + ul {
  display: block;
}

.util .lang ul a {
  display: block;
  padding: 3px 28px 3px 20px;
  font-size: 16px;
  font-weight: 500;
}

.util .all-menu button {
  display: block;
  width: 30px;
  height: 26px;
  margin-top: 3px;
  background: url(../images/common/icon-bar01.png) no-repeat 0 0;
  cursor: pointer;
  outline: none;
}

.util .search {
  margin-right: 20px;
}

.util .search button {
  display: block;
  width: 30px;
  height: 30px;
  margin-top: 3px;
  background: url(../images/common/icon-search01.png) no-repeat 0 0;
  cursor: pointer;
  outline: none;
}#gnb {
  position: absolute;
  top: 0;
  width: 100%;
  border-bottom: 1px solid #eee;
  clear: both;
  z-index: 121;
  background: #fff;
}

#gnb>ul {
  width: 1000px;
  margin: 0 auto;
  padding-left: 35px;
}

#gnb .gnb-1dep {
  float: left;
  position: relative;
}

#gnb .gnb-1dep>a {
  display: block;
  position: relative;
  padding: 0 40px;
  line-height: 100px;
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.01em;
  text-align: center;
}

#gnb .gnb-1dep>a.active::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  border-bottom: 3px solid #004274;
}

#gnb .gnb-1dep>a.on::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  border-bottom: 3px solid #004274;
}

#gnb .gnb-2dep {
  position: absolute;
  top: 100px;
  left: 0;
  width: auto;
  padding: 0;
  height: 310px;
  opacity: 0;
  visibility: hidden;
  box-sizing: border-box;
  text-align: left;
  white-space: nowrap;
  z-index: 122;
  transition: all 0.1s ease-out;
  display: flex;
  flex-direction: column;
  gap: 22px;
  border-left: 1px solid #eee;
  padding: 22px 0px 0px 20px;
}

#gnb .gnb-2dep::before {
  content: " ";
  width: 100%;
  height: 0;
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  position: fixed;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  height: 310px;
  top: 100px;
  z-index: -1;
}

#gnb:hover .gnb-2dep::before {
  height: 310px;
}

#gnb .gnb-2dep::after {
  content: " ";
  width: 1px;
  height: 100%;
  left: 0;
  top: 0;
  background-color: #eee;
  position: absolute;
}

#gnb .gnb-2dep.on {
  visibility: visible;
  top: 100px;
  opacity: 1;
}

#gnb .gnb-2dep>li {
  display: flex;
  margin-right: 0;
  vertical-align: top;
  flex-direction: row;
}

#gnb .gnb-2dep>li:hover>a {
  color: #004274;
}

#gnb .gnb-2dep>li>a {
  font-family: 'Noto Sans TC', 'Noto Sans SC', sans-serif;
  font-size: 16px;
  font-weight: 400;
  min-width: 120px;
  line-height: 1.5;
}

#gnb .gnb-2dep>li>a.link-img {
  width: 298px;
  position: fixed;
  top: 250px;
  left: 140px;
}

#gnb .gnb-1dep:nth-child(5) .gnb-2dep>li>a {
  min-width: unset;
  width: auto;
}

#gnb .gnb-1dep:nth-child(5) .gnb-2dep .gnb-3dep {
  left: 115px;
}

#gnb .gnb-3dep {
  margin-top: 0;
  position: absolute;
  left: 171px;
  display: flex;
  flex-direction: row;
  gap: 20px;
  height: 24px;
  align-items: center;
}

#gnb .gnb-3dep li {
  position: relative;
}

#gnb .gnb-3dep li:nth-child(n+2)::before {
  content: " ";
  display: block;
  width: 1px;
  height: 10px;
  background-color: #bdbdbd;
  top: calc(50% - 5px);
  left: -10px;
  position: absolute;
}

#gnb .gnb-3dep a {
  display: block;
  padding: 0;
  font-size: 14px;
  color: #8e8e8e;
  height: 18px;
  line-height: 18px;
}

.gnb-bg {
  position: absolute;
  top: 100px;
  left: 0;
  width: 100%;
  background: #fff;
  border-bottom: 1px solid #ddd;
  z-index: 120;
}

.gnb-bg.on {
  border-top: 1px solid #e5e5e5;
}

.pdf-box {
  position: fixed;
  top: 120px;
  right: 140px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.pdf-box a {
  width: 220px;
  height: 45px;
  line-height: 45px;
  border-bottom: 1px solid #ddd;
  background: url(../images/common/ico_downpdf.svg) right center/auto no-repeat;
  color: #252525;
  font-size: 14px;
  gap: 6px;
}

.pdf-box a:nth-child(4) {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}

.pdf-box a:nth-child(4) a,
.pdf-box a:nth-child(4) span {
  display: block;
}
/* 검색창 */
.global-search-wrap {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 120;
}

#search-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 119;
}

.global-search-wrap .global-search-closer {
  position: absolute;
  top: 35px;
  right: 20px;
  font-size: 32px;
  cursor: pointer;
  background: transparent;
}

.global-search-wrap .search-body {
  position: absolute;
  top: 100px;
  left: 0;
  width: 100%;
  background: #f4f4f4;
  z-index: 121;
}

.global-search-wrap .search-body .inner {
  position: relative;
  max-width: 1680px;
  margin: 0 auto;
  padding: 60px 20px;
}

.global-search-wrap .search-body .inner form {
  max-width: 1000px;
  margin: 0 auto;
}

.global-search-wrap .search-body .input-area {
  position: relative;
}

.global-search-wrap .search-body .input-area .btn-search {
  position: absolute;
  top: 50%;
  right: 30px;
  width: 37px;
  height: 38px;
  background: url(../images/common/icon-search01.png) no-repeat 0;
  transform: translateY(-50%);
}

.global-search-wrap .search-body input[type="text"] {
  width: 100%;
  height: 75px;
  padding: 0 75px 0 40px;
  font-size: 24px;
  font-weight: 500;
  color: #000;
  background: #fff;
  border-radius: 20px 0 20px 0;
  box-shadow: 9px 9px 24px 0px rgba(0, 0, 0, 0.1);
  outline: none;
}

.global-search-wrap .search-body input[type="text"]::placeholder {
  font-size: 24px;
  font-weight: 500;
  color: #000;
}

.global-search-wrap .keyword-area {
  margin-top: 35px;
  text-align: left;
}

.global-search-wrap .keyword-area dt,
.global-search-wrap .keyword-area dd {
  display: inline-block;
  vertical-align: middle;
}

.global-search-wrap .keyword-area dt {
  margin-right: 10px;
}

.global-search-wrap .keyword-area dd {
  margin-top: -3px;
  font-size: 18px;
  color: #6e6e6e;
}

.all-menu-wrap {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 100%;
  width: 100%;
  background: #fff;
  z-index: 1000;
  transition: 0.3s ease-in-out;
}

.all-menu-wrap.on {
  left: 0;
  opacity: 1;
}

.all-menu-wrap .inner {
  overflow-y: auto;
  position: relative;
  max-width: 2560px;
  height: calc(100% - 92px);
  margin: 0 auto;
  padding: 100px 0 100px 28%;
}

.all-menu-wrap .inner .all-menu-closer {
  position: absolute;
  top: 30px;
  right: 50px;
  background: transparent;
  font-size: 32px;
  cursor: pointer;
  outline: none;
  transition: 0.3s all;
}

.all-menu-wrap .inner .all-menu-closer:hover {
  color: #e60012;
  transform: rotate(360deg);
}

.all-menu-extra {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 23%;
  padding: 40px 40px 0 0;
  background: url(../images/common/all_menu_bg01.png) no-repeat 0 0;
  background-color: #e60012;
  text-align: right;
}

.all-menu-extra .title {
  margin-top: 17px;
  font-family: "Roboto", sans-serif;
  font-size: 24px;
  font-weight: 500;
  color: #fff;
}

.all-menu-con {
  font-size: 0;
}

.all-menu-con .list-item {
  margin-bottom: 50px;
}

.all-menu-con .list-item:last-child {
  margin-bottom: 0;
}

.all-menu-con .list-item:last-child li {
  vertical-align: middle;
}

.all-menu-con .list-item > li {
  display: inline-block;
  width: calc(100% / 7);
  vertical-align: top;
}

/* IE 스타일 적용 */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .all-menu-con .list-item > li {
    width: calc(100% / 7 - 10px);
  }
}

.all-menu-con .list-item li a {
  font-size: 18px;
  font-weight: 500;
}

.all-menu-con .list-item .all-menu-1dep {
  position: relative;
}

.all-menu-con .list-item .all-menu-1dep::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 40px;
  width: 4px;
  height: 23px;
  background: #004274;
  transform: translateY(-50%);
}

.all-menu-con .list-item .all-menu-1dep a {
  font-family: "Roboto", sans-serif;
  font-size: 22px;
  font-weight: 500;
}

.all-menu-con .all-menu-3dep {
  margin-top: 20px;
}

.all-menu-con .list-item .all-menu-3dep li {
  margin-bottom: 10px;
}

.all-menu-con .list-item .all-menu-3dep a {
  font-size: 16px;
  font-weight: 400;
  color: #666;
}

.all-menu-wrap .etc {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 30px 30px 30px 28%;
  background: #f5f5f5;
  text-align: left;
  z-index: -1;
}

.all-menu-wrap .etc li {
  display: inline-block;
  margin-right: 15px;
  vertical-align: middle;
}

.all-menu-wrap .etc li a {
  display: block;
  font-size: 16px;
  color: #666;
}

/* header end */

/* main */
.main-container {
  position: relative;
  margin-top: 100px;
}

.main-visual {
  overflow: hidden;
  position: relative;
  height: 760px;
  background: #f4faff;
}

.main-visual .inner {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  max-width: unset;
}

.main-visual .btn-link.newspaper {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 10;
}

.main-visual .btn-link.newspaper a {
  display: block;
  padding: 10px 35px 10px 13px;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  background: url(../images/main/icon_more03.png) no-repeat 100px 50%;
  background-color: #064975;
  border-radius: 30px;
}

.main-visual .swiper-container {
  height: 100%;
}
.main-visual .img span {
  display: block;
  padding-top: 50px;
  font-size: 24px;
  line-height: 1.5;
}

.main-visual .img01 span {
  padding-top: 25px;
  color: #004274;
}

.main-visual .img02 span {
  color: #fff;
}

.main-visual .img03 span {
  color: #fff;
}

.main-visual .img04 span {
  padding-top: 35px;
  font-size: 32px;
}

.main-visual .visual-menu {
  position: absolute;
  opacity: 0;
  transition: 0.1s all;
}

.main-visual .visual-menu .tit {
  margin-left: -3px;
  font-family: "Roboto", sans-serif;
  font-size: 55px;
  font-weight: 500;
  color: #fff;
  letter-spacing: 0.04em;
}

.main-visual .visual-menu li {
  margin-bottom: 20px;
  font-size: 19px;
  font-weight: 500;
  letter-spacing: -0.06em;
}

.main-visual .visual-menu li a {
  position: relative;
  color: #fff;
}

.main-visual .visual-menu li a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -56px;
  width: 26px;
  height: 26px;
  background: url(../images/main/icon_plus02.png) no-repeat 0;
  opacity: 0;
  transform: translateY(-50%);
  transition: 0.3s all;
}

.main-visual .visual-menu li:hover a::after {
  right: -36px;
  opacity: 1;
}

.main-visual .txt-wrap {
  position: relative;
}

.main-visual .txt {
  position: absolute;
  top: 190px;
  left: 10%;
}

.main-visual .swiper-slide {
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}

.main-visual .swiper-slide:nth-of-type(1) {
  background-image: url(../../ko/images/main/main_visual_01.png);
}

.main-visual .swiper-slide:nth-of-type(2) {
  background-image: url(../../ko/images/main/main_visual_02.png);
}

.main-visual .swiper-slide:nth-of-type(3) {
  background-image: url(../../ko/images/main/main_visual_03.png);
}

@-webkit-keyframes slide-zoom {
  from {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }

  to {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes slide-zoom {
  from {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }

  to {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@-webkit-keyframes slide-text-ani {
  from {
    top: 100px;
    opacity: 0;
  }

  to {
    top: 190px;
    opacity: 1;
  }
}

@keyframes slide-text-ani {
  from {
    top: 100px;
    opacity: 0;
  }

  to {
    top: 190px;
    opacity: 1;
  }
}
.main-visual .main-visual-button-wrap {
  position: absolute;
  left: 50%;
  bottom: 48px;
  width: 125px;
  transform: translateX(-50%);
  z-index: 10;
}

.main-visual-button.swiper-button-prev::after,
.main-visual-button.swiper-button-next::after {
  content: "";
}

.main-visual-button.swiper-button-prev {
  left: 0;
  width: 55px;
  height: 14px;
  background: url(../../ko/images/main/icon_slide_prev_arrow_off.png) no-repeat
    0;
}

.main-visual-button.swiper-button-next {
  right: 0;
  width: 55px;
  height: 14px;
  background: url(../../ko/images/main/icon_slide_next_arrow_off.png) no-repeat
    0;
}

.main-visual-button.swiper-button-prev.on {
  background: url(../../ko/images/main/icon_slide_prev_arrow_on.png) no-repeat 0;
}

.main-visual-button.swiper-button-next.on {
  background: url(../../ko/images/main/icon_slide_next_arrow_on.png) no-repeat 0;
}

.swiper-pagination.main-visual-pagination {
  bottom: 30px !important;
}

.swiper-pagination.main-visual-pagination .swiper-pagination-bullet {
  width: 28px;
  height: 3px;
  margin: 0 10px 0 0;
  background: #d9d9d9;
  border-radius: 0;
  opacity: 1;
}

.swiper-pagination.main-visual-pagination .swiper-pagination-bullet-active {
  background: #e60012;
}

.main-visual .logo_expo {
  position: absolute;
  top: 23px;
  left: 20px;
  z-index: 10;
}

.main-visual .logo_expo:after {
  content: "";
  display: block;
  clear: both;
}

.main-visual .logo_expo > * {
  float: left;
}

.main-visual .logo_expo p {
  position: relative;
  padding: 6px 0 6px 31px;
  color: #000;
  font-size: 12px;
  line-height: 1.5;
}

.main-visual .swiper-slide:nth-of-type(3) .logo_expo p {
  color: #fff;
}

.main-visual .logo_expo p:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 15px;
  width: 1px;
  height: 20px;
  margin-top: -10px;
  background-color: #000;
}

.main-visual .swiper-slide:nth-of-type(3) .logo_expo p:before {
  background-color: #fff;
}

.main-container .investors {
  border-bottom: 1px solid #d4d4d4;
}

.main-container .investors .inner {
  display: flex;
  max-width: 1680px;
  margin: 0 auto;
  padding: 66px 20px;
}

.main-container .investors .col {
  position: relative;
  padding-left: 40px;
}

.main-container .investors .col01 {
  position: relative;
  width: 350px;
  padding-left: 0;
  padding-right: 50px;
  font-size: 0;
}

.main-container .investors .col02 {
  width: 430px;
  padding-left: 28px;
  padding-right: 30px;
}

.main-container .investors .col02 .link {
  position: absolute;
  top: -5px;
  right: 30px;
}

.main-container .investors .col02 .link a {
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  color: #064975;
  line-height: 32px;
  letter-spacing: -0.025em;
}

.main-container .investors .col02 .link a img {
  margin-top: -5px;
  vertical-align: middle;
}

.main-container .investors .col03 {
  width: 430px;
  padding-left: 28px;
  padding-right: 30px;
}

.main-container .investors .col::after {
  content: "";
  position: absolute;
  top: 46px;
  right: 0;
  width: 1px;
  height: 122px;
  background: #d9d9d9;
}

.main-container .investors .col04 .img {
  width: 293px;
}

.main-container .investors .col04 .img img {
  width: 100%;
}

.main-container .investors .col04::after {
  display: none;
}

.main-container .investors .col01 .txt01 {
  margin-top: 7px;
}

.main-container .investors .txt-area {
  /* padding: 15px 0; */
}

.main-container .investors .tit {
  margin-bottom: 35px;
  font-size: 24px;
  font-weight: bold;
}

.main-container .investors .stock {
  font-size: 50px;
  font-weight: 500;
  letter-spacing: -0.05em;
}

.main-container .investors .stock i {
  margin-right: 8px;
  font-size: 47px;
  vertical-align: bottom;
}

.main-container .investors .stock i.xi-caret-up {
  color: #ea030d;
}

.main-container .investors .stock i.xi-caret-down {
  margin-top: -7px;
  font-size: 30px;
  color: #004274;
  vertical-align: middle;
}

.main-container .investors .txt-help {
  position: absolute;
  top: 10px;
  right: 30px;
  font-size: 14px;
  font-weight: 500;
  color: #000;
}

.main-container .investors .txt02 {
  display: flex;
  margin-top: 23px;
}

.main-container .investors .txt02 dl {
  display: flex;
  align-items: center;
}

.main-container .investors .txt02 dl:first-child {
  margin-right: 30px;
}

.main-container .investors .txt02 dt {
  margin-right: 9px;
  font-size: 16px;
  font-weight: 500;
}

.main-container .investors .txt02 dd {
  font-family: "roboto", sans-serif;
  font-size: 18px;
  font-weight: 500;
  text-align: right;
}

.main-container .investors .txt02 dd i {
  margin-right: 3px;
}

.main-container .investors .txt02 .xi-caret-up {
  color: #ea030d;
}

.main-container .investors .txt03 {
  width: 100%;
}

.main-container .investors .txt03 li {
  position: relative;
  margin-bottom: 24px;
  padding-right: 100px;
  font-size: 16px;
  font-weight: 500;
}

.main-container .investors .txt03 li:last-child {
  margin-bottom: 0;
}

.main-container .investors .txt03 li a {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.main-container .investors .txt03 li span {
  position: absolute;
  top: 2px;
  right: 0;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
}

.main-container .investors .col03 .img img {
  max-width: 100%;
}

.main-container .media {
  position: relative;
}

.main-container .media .subject {
  top: 80px;
  left: 20px;
}

.main-container .media .inner {
  display: table;

  max-width: 1680px;
  width: 100%;
  margin: 0 auto;
  table-layout: fixed;
}

.main-container .media::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 50%;
  background: #f3f4f4;
  z-index: -1;
}

.main-container .media .col {
  display: table-cell;
  vertical-align: top;
}

.main-container .media .col01 {
  position: relative;
  width: 490px;
  padding: 50px 30px 100px 20px;
}

.main-container .media .col02 {
  position: relative;
  width: 100%;
  padding: 50px 20px 30px 50px;
  background: #f3f4f4;
}

.main-container .media .item-tit {
  margin-bottom: 26px;
  font-size: 28px;
  font-weight: 500;
}

.main-container .media .esg {
  position: relative;
}

.main-container .media .esg-con {
  display: block;
  padding-top: 193px;
  width: 440px;
  height: 390px;
  background: url(../../ko/images/main/bg_esg.png) no-repeat;
}

.main-container .media .esg-con a {
  display: block;
  padding: 20px 30px 0 30px;
  margin: 17px auto 0 auto;
  width: 254px;
  height: 60px;
  background: url(../../ko/images/main/ico_btn_arw.png) no-repeat 82% 50%;
  border: 1px solid #fff;
  border-radius: 30px;
  font-size: 17px;
  color: #fff;
  font-weight: 500;
}

.main-container .media .video {
  position: relative;
}

.main-container .media .video .item-tit {
  margin-top: 70px;
}

.main-container .media .video-item iframe {
  width: 100%;
  height: 270px;
}

.main-container .media .video-pagination {
  left: 50%;
  bottom: -40px;
  transform: translateX(-50%);
}

.main-container .media .video-pagination .swiper-pagination-bullet {
  width: 15px;
  height: 15px;
  margin-right: 9px;
  background: #cbcbcb;
  opacity: 1;
}

.main-container .media .video-pagination .swiper-pagination-bullet-active {
  background: #e60012;
}

.main-container .media .video-con {
  overflow: hidden;
  position: relative;
  background: transparent;
  border: 1px solid #ebebeb;
  border-radius: 30px;
  transition: 0.3s all;
}

.main-container .media .video-con:hover {
  box-shadow: 0 7px 21px 3px rgba(0, 0, 0, 0.09);
}

.main-container .media .video .swiper-slide {
  position: relative;
}

.main-container .media .video-item {
  position: relative;
  width: 100%;
  min-height: 270px;
  object-fit: cover;
}

.main-container .media .video-item iframe {
  width: 100%;
  height: 270px;
}

.main-container .media .video video::-webkit-media-controls-panel {
  pointer-events: none;
  display: none !important;
  opacity: 1 !important;
}

.main-container .media .video video::-webkit-media-controls-panel {
  background: linear-gradient(transparent, transparent) !important;
}

.main-container .media .video-item .play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  cursor: pointer;
  z-index: 10;
}

.main-container .media .video-item::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 97px;
  background: rgb(0, 0, 0);
  background: linear-gradient(
    0deg,
    rgba(0, 0, 0, 0.5368522408963585) 0%,
    rgba(0, 0, 0, 0.43601190476190477) 50%,
    rgba(255, 255, 255, 0) 100%
  );
}

.main-container .media .video .subject {
  position: absolute;
  top: auto;
  bottom: 20px;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  z-index: 10;
}

.main-container .media .brochure {
  position: relative;
  margin-top: 110px;
  margin-bottom: 60px;
}

.main-container .media .brochure .img,
.main-container .media .brochure .txt-area {
  display: inline-block;
  vertical-align: middle;
}

.main-container .media .brochure .txt-area {
  padding-left: 15px;
}

.main-container .media .brochure .txt-area .tit {
  margin-bottom: 30px;
  font-size: 21px;
  font-weight: 500;
  line-height: 32px;
}

.main-container .media .brochure .txt-area .link a {
  display: inline-block;
  font-size: 16px;
  line-height: 27px;
}

.main-container .media .brochure .txt-area .link a img {
  margin-left: 8px;
  vertical-align: middle;
  transition: 0.3s all;
}

.main-container .media .brochure .txt-area .link a:hover img {
  transform: rotate(180deg);
}

.main-container .media .brochure-pagination {
  left: 50%;
  bottom: -40px;
  transform: translateX(-50%);
}

.main-container .media .brochure-pagination .swiper-pagination-bullet {
  width: 15px;
  height: 15px;
  margin-right: 9px;
  background: #cbcbcb;
  opacity: 1;
}

.main-container .media .brochure-pagination .swiper-pagination-bullet-active {
  background: #e60012;
}

.main-container .media .brochure .contents {
  overflow: hidden;
  margin: 0 auto;
  max-width: 398px;
}

.main-container .media .brochure .con {
  margin-top: 20px;
}
.main-container .media .brochure .con a {
  display: block;
  padding: 9px 39px;
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: -0.7px;
  border: 1px solid #004072;
  border-radius: 30px 0;
  background-color: #004072;
}
.main-container .media .brochure .con a .txt {
  background: url(../images/main/btn_brochure_down_wh.png) no-repeat 100% 50%;
}

.main-container .media .brochure .con-01 {
  margin-top: 0;
}

.main-container .media .brochure .con-02 a {
  color: #004072;
  background-color: #fff;
}
.main-container .media .brochure .con-02 a .txt {
  background: url(../images/main/btn_brochure_down_na.png) no-repeat 100% 50%;
}
.main-container .media .brochure .con-03 a .txt {
  background: url(../images/main/btn_brochure_right_wh.png) no-repeat 100% 50%;
}

.main-container .media .con-01 .image-wrap,
.main-container .media .con-02 .image-wrap {
  margin: 0 auto;
  width: 50%;
}

.main-container .media .brochure .txt {
  display: block;
  line-height: 41px;
}

.main-container .news .link {
  position: absolute;
  top: 48px;
  right: 30px;
}

.main-container .news .link a {
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  color: #064975;
  line-height: 32px;
  letter-spacing: -0.025em;
}

.main-container .news .link a img {
  margin-top: -5px;
  vertical-align: middle;
}

.main-container .news .thumb-list li {
  float: left;
  width: calc(50% - 33.5px);
  margin-right: 67px;
}

.main-container .news .thumb-list li:hover .img {
  box-shadow: 0 7px 21px 3px rgba(0, 0, 0, 0.09);
}

.main-container .news .thumb-list li:nth-child(even) {
  margin-right: 0;
}

.main-container .news .thumb-list a {
  display: block;
  position: relative;
}

.main-container .news .thumb-list a::after {
  content: "";
  position: absolute;
  right: 30px;
  bottom: 99px;
  width: 48px;
  height: 48px;
  background: url(../images/common/icon_more01.png) no-repeat;
  background-size: 48px auto;
}

.main-container .news .thumb-list .img {
  overflow: hidden;
  width: 100%;
  height: 320px;
  transition: 0.3s all;
}

.main-container .news .thumb-list .img img {
  width: 100%;
  height: 100%;
  transition: 0.3s all;
  object-fit: cover;
}

.main-container .news .thumb-list li:hover .img img {
  transform: scale(1.1);
}

.main-container .news .thumb-list .con {
  padding: 20px 0 40px;
}

.main-container .news .thumb-list .cate {
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 500;
  color: #e60012;
}

.main-container .news .thumb-list .tit {
  overflow: hidden;
  padding-bottom: 5px;
  height: 63px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.7;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.main-container .news .board-list li {
  position: relative;
  border-bottom: 1px solid #a9a9a9;
  transition: 0.3s all;
}

.main-container .news .board-list li::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 45px;
  width: 37px;
  height: 37px;
  background: url(../images/main/icon_arrow_r.png) no-repeat 0 0;
  transform: translateY(-50%);
}

.main-container .news .board-list li:hover::after {
  background-position: -47px 0;
}

.main-container .news .board-list li:hover {
  box-shadow: 0 7px 21px 3px rgba(0, 0, 0, 0.09);
}

.main-container .news .board-list li a {
  display: block;
  padding: 27px 45px;
}

.main-container .news .board-list li:first-child {
  border-top: 1px solid #a9a9a9;
}

.main-container .news .board-list .date,
.main-container .news .board-list .con {
  display: inline-block;
  vertical-align: middle;
  line-height: 1.3;
}

.main-container .news .board-list .date {
  padding-right: 60px;
  font-family: "roboto", sans-serif;
  text-align: center;
}

.main-container .news .board-list .day {
  margin-bottom: 5px;
  font-size: 45px;
}

.main-container .news .board-list .ymonth {
  font-size: 16px;
  color: #868686;
}

.main-container .news .board-list .tit {
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 500;
}

.main-container .news .board-list .desc {
  font-size: 18px;
  font-weight: 500;
  color: #6e6e6e;
}

.top-btn {
  position: fixed;
  left: calc(100vw - 185px);
  bottom: 0;
  width: 70px;
  height: 70px;
  padding-top: 38px;
  font-size: 16px;
  color: #fff;
  background: #004274;
  text-align: center;
  z-index: 90;
  cursor: pointer;
  transition: 0.3s all;
}

.top-btn.fixed {
  position: absolute;
  bottom: 0;
}

.top-btn::before {
  content: "";
  position: absolute;
  top: 20px;
  left: 50%;
  width: 10px;
  height: 6px;
  background: url(../images/common/icon_arrow_up01.png) no-repeat 0;
  transform: translateX(-50%);
}

.sitemap.section {
  background: #e6ecf1;
  border-top: 1px solid #d4d4d4;
}

.sitemap.section .inner {
  max-width: 1680px;
  margin: 0 auto;
}

.sitemap.section .sitemap-list {
  display: table;
  width: 100%;
  table-layout: fixed;
}

.sitemap.section a {
  display: block;
  color: #1a1a1a;
}

.sitemap.section .sitemap-1dep {
  display: table-cell;
  width: calc(100% / 6);
  padding: 50px 0 100px 40px;
  border-right: 1px solid #cacdd0;
  vertical-align: top;
}

.sitemap.section .sitemap-1dep:last-child {
  border-right: 0;
}

.sitemap.section .sitemap-1dep > a {
  font-size: 20px;
  font-weight: 500;
  font-family: "roboto", sans-serif;
}

.sitemap.section .sitemap-2dep {
  margin-top: 40px;
}

.sitemap.section .sitemap-2dep > li {
  margin-bottom: 20px;
}

.sitemap.section .sitemap-2dep > li:last-child {
  margin-bottom: 0;
}

.sitemap.section .sitemap-2dep a {
  font-size: 16px;
  font-weight: 500;
}

.etc.section {
  background: #064975;
  font-size: 0;
}

.etc.section .inner {
  max-width: 1680px;
  margin: 0 auto;
  text-align: center;
}

.etc.section .etc-list li {
  display: inline-block;
  position: relative;
  margin-right: 45px;
}

.etc.section .etc-list li::after {
  content: "";
  position: absolute;
  top: 44px;
  right: -25px;
  width: 5px;
  height: 5px;
  background: #fff;
  opacity: 0.7;
  border-radius: 50%;
}

.etc.section .etc-list li:last-child:after {
  display: none;
}

.etc.section .etc-list a {
  position: relative;
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  line-height: 90px;
  transition: 0.3s all;
}

.etc.section .etc-list a::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -5px;
  width: 0%;
  height: 2px;
  opacity: 0;
  background: #fff;
  transition: 0.3s all;
  transform: translateX(-50%);
}

.etc.section .etc-list li.active a::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -5px;
  width: 100%;
  height: 2px;
  opacity: 1;
  background: #fff;
  transition: 0.3s all;
  transform: translateX(-50%);
}

.etc.section .etc-list a:hover::after {
  width: 100%;
  opacity: 1;
}

.footer .inner {
  position: relative;
  max-width: 1680px;
  margin: 0 auto;
  padding: 40px 570px 20px 340px;
}

.footer .flogo {
  position: absolute;
  top: 40px;
  left: 20px;
}

.footer .ft-list {
  margin-bottom: 20px;
  font-size: 0;
}

.footer .ft-list li {
  display: inline-block;
  margin-right: 20px;
  vertical-align: middle;
}

.footer .ft-list li a {
  font-size: 14px;
  color: #1a1a1a;
}

.footer .ft-list li a:hover {
  font-weight: 500;
}

.footer .cs-info p {
  margin-bottom: 13px;
  font-size: 14px;
  color: #1a1a1a;
}

.footer .ft-family {
  position: absolute;
  top: 50%;
  right: 0;
  width: 550px;
  font-size: 0;
  transform: translateY(-50%);
}

.footer .ft-family .sel-box {
  display: inline-block;
  position: relative;
  width: calc(50% - 10px);
  height: 50px;
  margin-right: 10px;
  padding: 0 0 20px 10px;
  background: #fff;
  border-bottom: 2px solid #2c2a29;
  cursor: pointer;
}

.footer .ft-family .sel-box.on {
  padding-left: 20px;
  border: 1px solid #d4d4d4;
  border-top: 0;
}

.footer .ft-family .sel-box dt {
  position: relative;
  font-family: "roboto", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 50px;
}

.footer .ft-family .sel-box dt::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  width: 15px;
  height: 9px;
  background: url(../images/common/icon_arrow.png) no-repeat 0 0;
  transform: translateY(-50%);
}

.footer .ft-family .sel-box.on dt::after {
  transform: translateY(-50%) rotate(180deg);
}

.footer .ft-family .sel-sub {
  display: none;
  position: absolute;
  right: -1px;
  bottom: 100%;
  left: -1px;
  padding: 22px 20px;
  background: #fff;
  /* display: none; */
}

.footer .ft-family .sel-box.on .sel-sub {
  display: block;
  max-height: 380px;
  border: 1px solid #d4d4d4;
  border-bottom: 2px solid #2c2a29;
  overflow-y: auto;
}

.footer .ft-family .sel-sub a {
  font-size: 16px;
}

.footer .ft-family .sel-sub li {
  margin-bottom: 20px;
}

.footer .ft-family .sel-sub li:last-child {
  margin-bottom: 0;
}

/* main end*/
@media screen and (max-width: 1281px) {
  .main-container .investors .txt03 li {
    padding-right: 0;
  }

  .main-container .investors .txt03 li span {
    display: none;
  }

  .main-container .investors .col01 {
    width: auto;
    padding-right: 25px;
  }

  .main-container .investors .col02,
  .main-container .investors .col03 {
    width: auto;
    padding: 0 15px 0;
  }

  .main-container .investors .col04 {
    width: 250px;
    padding-left: 15px;
  }

  .main-container .investors .col04 .img {
    width: auto;
  }
}

@media screen and (max-width: 1441px) {
  #logo {
    padding-top: 36px;
  }

  #logo a {
    width: 180px;
    height: 29px;
    background: url(../images/common/logo.png) no-repeat 0 0 / cover;
  }

  #moin-logo {
    padding-top: 35px;
  }

  #moin-logo a {
    display: block;
    width: 61px;
    height: 23px;
    background: url(../images/common/logo02.png) no-repeat 0 0 / cover;
  }

  #gnb > ul {
    padding-left: 90px;
  }

  #gnb .gnb-1dep > a {
    padding: 0 30px;
  }

  .util .lang {
    margin-right: 30px;
  }

  #gnb .gnb-2dep>li>a{
    font-size: 14px;
  }

  #gnb .gnb-3dep {
    left: 115px;
    height: 20px;
  }

    #gnb .gnb-1dep:nth-child(5) .gnb-2dep>li>a,
    #gnb .gnb-2dep>li>a.link-img {
      left: 20px;
      width: 180px;
    }
.pdf-box {
  right: 20px;
}

#gnb .gnb-2dep>li>a {
  font-size: 14px;
}

#gnb .gnb-1dep:nth-child(5) .gnb-2dep>li>a,
#gnb .gnb-2dep>li>a.link-img {
  left: 20px;
  width: 180px;
}

#gnb .gnb-2dep {
  padding-left: 10px;
}

#gnb .gnb-2dep>li>a {
  font-size: 15px;
}

#gnb .gnb-3dep a {
  font-size: 13px;
  letter-spacing: -1px;
}


#gnb .gnb-3dep {
  left: 135px;
}

#gnb .gnb-1dep:nth-child(5) .gnb-2dep .gnb-3dep {
  left: 75px;
}

#gnb .gnb-3dep {
  height: 22px;
  gap: 10px;
}

#gnb .gnb-3dep li:nth-child(n+2)::before {
  left: -5px;
}

.pdf-box a {
  width: 170px;
  height: 45px;
  line-height: 45px;
  background: url(../images/common/ico_downpdf.svg) right center / auto no-repeat;
  font-size: 13px;
  background-size: 20px;
  letter-spacing: -0.5px;
}

#gnb>ul {
  width: 550px;
  padding-left: 0;
}

.pdf-box a>img {
  width: 90px;
}

#gnb .gnb-1dep>a {
  padding: 0 25px;
}
}

.main-visual .logo_expo p:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 15px;
  width: 1px;
  height: 20px;
  margin-top: -10px;
  background-color: #000;
}

.main-visual .swiper-slide:nth-of-type(3) .logo_expo p:before {
  background-color: #fff;
}

.main-visual .swiper-container {
  height: 100%;
}

.main-visual .img {
  position: absolute;
  z-index: 10;
  right: 269px;
  top: 50%;
  transition: 0.2s all;
  transform: translateY(-50%);
}

.main-visual .img.img02 {
  right: 424px;
}

.main-visual .img.img03 {
  right: 449px;
}

.main-visual .img span {
  display: block;
  font-size: 36px;
  color: #fff;
  font-weight: 400;
  line-height: 1.5;
  opacity: 0;
  transform: translateY(-50px);
  transition: all 1s;
  transition-delay: 1s;
}

.main-visual .img span strong {
  font-size: 48px;
  font-weight: bold;
  color: #fff;
  line-height: 1.5;
  opacity: 0;
  transform: translateY(-50px);
  transition: all 1s;
  transition-delay: 1.5s;
}

.main-visual .img ul {
  margin-top: 40px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  opacity: 0;
  transform: translateY(-50px);
  transition: all 1s;
  transition-delay: 2s;
}

.main-visual .img ul li a {
  display: inline-block;
  font-size: 24px;
  font-weight: 500;
  color: #fff;
  border-bottom: 1.5px solid #fff;
  height: 43px;
  line-height: 43px;
  padding-right: 36px;
  background: url(../images/main/arrow_white_right.png) right center/24px no-repeat;
}


.main-visual .swiper-slide.swiper-slide-active .img span,
.main-visual .swiper-slide.swiper-slide-active .img span strong,
.main-visual .swiper-slide.swiper-slide-active .img ul {
  opacity: 1;
  transform: translateY(0px);
}