.investorInfoArea .investorInfoList .Img::before, .investorNewsArea .newsList .classTitleBox .title, .investorNewsArea .newsList .newsItem::after, .investorNewsArea .newsList .newsItem::before, .investorNewsArea .newsList .newsItem, .customArea .Txt .textBox .btnBox .stockBtn .btnText, .customArea .Txt .textBox .btnBox .stockBtn::after {
  -webkit-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}

.customArea .Txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 2rem 4rem;
}
@media (max-width: 1180px) {
  .customArea .Txt {
    padding: 1.5rem 3rem;
  }
}
@media (max-width: 768px) {
  .customArea .Txt {
    padding: 1.5rem 2rem;
  }
}
@media (max-width: 575px) {
  .customArea .Txt {
    padding: 1rem 1.5rem;
  }
}
.customArea .Txt .innerBlock {
  position: relative;
  width: 100%;
  max-width: 1120px;
  margin: 0 auto;
}
.customArea .Txt .decoTitle {
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 1.5;
  color: #fff;
  margin-bottom: 1rem;
}
@media (max-width: 1499px) {
  .customArea .Txt .decoTitle {
    font-size: 20px;
  }
}
@media (max-width: 1180px) {
  .customArea .Txt .decoTitle {
    font-size: 18px;
    margin-bottom: 0.25rem;
  }
}
@media (max-width: 768px) {
  .customArea .Txt .decoTitle {
    font-size: 16px;
    margin-bottom: 0;
  }
}
@media (max-width: 575px) {
  .customArea .Txt .decoTitle {
    font-size: 14px;
  }
}
.customArea .Txt .textBox {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 4.625rem;
     -moz-column-gap: 4.625rem;
          column-gap: 4.625rem;
}
@media (max-width: 1499px) {
  .customArea .Txt .textBox {
    -webkit-column-gap: 3rem;
       -moz-column-gap: 3rem;
            column-gap: 3rem;
  }
}
@media (max-width: 1180px) {
  .customArea .Txt .textBox {
    -webkit-column-gap: 1.5rem;
       -moz-column-gap: 1.5rem;
            column-gap: 1.5rem;
  }
}
@media (max-width: 768px) {
  .customArea .Txt .textBox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    row-gap: 0.5rem;
  }
}
.customArea .Txt .textBox .title {
  font-size: 110px;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1.5;
  color: #fff;
}
@media (max-width: 1499px) {
  .customArea .Txt .textBox .title {
    font-size: 90px;
  }
}
@media (max-width: 1180px) {
  .customArea .Txt .textBox .title {
    font-size: 72px;
  }
}
@media (max-width: 768px) {
  .customArea .Txt .textBox .title {
    font-size: 60px;
  }
}
@media (max-width: 575px) {
  .customArea .Txt .textBox .title {
    font-size: 48px;
  }
}
@media (max-width: 480px) {
  .customArea .Txt .textBox .title {
    font-size: 40px;
  }
}
.customArea .Txt .textBox .btnBox {
  margin-top: 0;
}
.customArea .Txt .textBox .btnBox .stockBtn {
  position: relative;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 0.625rem;
     -moz-column-gap: 0.625rem;
          column-gap: 0.625rem;
  background-color: #97c7e5;
  border-radius: 50px;
  padding: 0.25rem 1.875rem;
}
@media (max-width: 1499px) {
  .customArea .Txt .textBox .btnBox .stockBtn {
    padding: 0.25rem 1.25rem;
  }
}
@media (max-width: 768px) {
  .customArea .Txt .textBox .btnBox .stockBtn {
    -webkit-column-gap: 0.5rem;
       -moz-column-gap: 0.5rem;
            column-gap: 0.5rem;
    padding: 0.25rem 1rem;
  }
}
@media (max-width: 575px) {
  .customArea .Txt .textBox .btnBox .stockBtn {
    padding: 0.25rem 0.75rem;
  }
}
@media (min-width: 1181px) {
  .customArea .Txt .textBox .btnBox .stockBtn:hover {
    background-color: #003686;
  }
  .customArea .Txt .textBox .btnBox .stockBtn:hover::after {
    border-color: #fff;
  }
  .customArea .Txt .textBox .btnBox .stockBtn:hover .btnText {
    color: #fff;
  }
}
.customArea .Txt .textBox .btnBox .stockBtn::after {
  content: "";
  display: block;
  pointer-events: none;
  content: "";
  width: 10px;
  height: 10px;
  background-color: transparent;
  border-top: 1px solid #003686;
  border-right: 1px solid #003686;
  rotate: 45deg;
}
@media (max-width: 1180px) {
  .customArea .Txt .textBox .btnBox .stockBtn::after {
    width: 8px;
    height: 8px;
  }
}
@media (max-width: 768px) {
  .customArea .Txt .textBox .btnBox .stockBtn::after {
    width: 6px;
    height: 6px;
  }
}
.customArea .Txt .textBox .btnBox .stockBtn .btnText {
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 1.5;
  color: #003686;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
@media (max-width: 1499px) {
  .customArea .Txt .textBox .btnBox .stockBtn .btnText {
    font-size: 18px;
  }
}
@media (max-width: 1180px) {
  .customArea .Txt .textBox .btnBox .stockBtn .btnText {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .customArea .Txt .textBox .btnBox .stockBtn .btnText {
    font-size: 15px;
  }
}
@media (max-width: 575px) {
  .customArea .Txt .textBox .btnBox .stockBtn .btnText {
    font-size: 14px;
  }
}

.investorNewsArea {
  position: relative;
  padding: 85px 0 140px;
}
@media (max-width: 1180px) {
  .investorNewsArea {
    padding: 70px 0 100px;
  }
}
@media (max-width: 768px) {
  .investorNewsArea {
    padding: 50px 0 80px;
  }
}
.investorNewsArea .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 3.375rem 1.5rem;
}
@media (max-width: 1366px) {
  .investorNewsArea .wrap {
    gap: 2.25rem 1.5rem;
  }
}
@media (max-width: 1180px) {
  .investorNewsArea .wrap {
    gap: 1.5rem 1rem;
  }
}
.investorNewsArea .titleBox {
  margin-bottom: 0;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.investorNewsArea .functionBox {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 3rem;
     -moz-column-gap: 3rem;
          column-gap: 3rem;
}
@media (max-width: 768px) {
  .investorNewsArea .functionBox {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    width: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.investorNewsArea .functionBox .controlBox {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.investorNewsArea .functionBox .btnBox {
  margin-top: 0;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 135px;
}
@media (max-width: 1180px) {
  .investorNewsArea .functionBox .btnBox {
    width: 125px;
  }
}
@media (max-width: 768px) {
  .investorNewsArea .functionBox .btnBox {
    width: 115px;
  }
}
.investorNewsArea .newsBox {
  position: relative;
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  width: 100%;
}
@media (max-width: 768px) {
  .investorNewsArea .newsBox {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.investorNewsArea .newsBox .blindsBox {
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
  overflow: hidden;
  z-index: 1;
}
.investorNewsArea .newsBox .blindsBox .blinds {
  position: relative;
  display: block;
  width: 100%;
  height: 33.3333333333%;
  background-color: #0a1124;
}
.investorNewsArea .newsBox .blindsBox .blinds:nth-child(1), .investorNewsArea .newsBox .blindsBox .blinds:nth-child(3) {
  translate: 100% 0;
}
.investorNewsArea .newsBox .blindsBox .blinds:nth-child(2) {
  translate: -100% 0;
}
.investorNewsArea .newsList .slick-list {
  padding: 4px 0;
}
.investorNewsArea .newsList .slick-slide + .slick-slide {
  border-top: 1px solid rgba(167, 167, 167, 0.5);
}
.investorNewsArea .newsList .newsItem {
  position: relative;
}
@media (min-width: 1181px) {
  .investorNewsArea .newsList .newsItem:hover::before {
    width: 100%;
  }
  .investorNewsArea .newsList .newsItem:hover::after {
    height: 100%;
  }
  .investorNewsArea .newsList .newsItem:hover .classTitleBox .title {
    color: #fff;
    background-color: #62bcea;
  }
}
.investorNewsArea .newsList .newsItem::before {
  content: "";
  display: block;
  pointer-events: none;
  content: "";
  width: 0;
  height: 100%;
  background-color: rgba(0, 54, 134, 0.5);
  position: absolute;
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
}
.investorNewsArea .newsList .newsItem::after {
  content: "";
  display: block;
  pointer-events: none;
  content: "";
  width: 2px;
  height: 0;
  background-color: #62bcea;
  position: absolute;
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
}
.investorNewsArea .newsList .item {
  position: relative;
  padding: 2.5rem 1.25rem;
}
@media (max-width: 1180px) {
  .investorNewsArea .newsList .item {
    padding: 2.25rem 0.625rem;
  }
}
@media (max-width: 768px) {
  .investorNewsArea .newsList .item {
    padding: 1.5rem 1rem;
  }
}
@media (max-width: 480px) {
  .investorNewsArea .newsList .item {
    padding: 1.25rem 0.625rem;
  }
}
.investorNewsArea .newsList .Txt {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 1.25rem;
     -moz-column-gap: 1.25rem;
          column-gap: 1.25rem;
  max-width: 1130px;
  margin: 0 auto;
}
@media (max-width: 1180px) {
  .investorNewsArea .newsList .Txt {
    -webkit-column-gap: 1rem;
       -moz-column-gap: 1rem;
            column-gap: 1rem;
  }
}
@media (max-width: 768px) {
  .investorNewsArea .newsList .Txt {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    row-gap: 1rem;
    padding-right: 1rem;
  }
}
@media (max-width: 480px) {
  .investorNewsArea .newsList .Txt {
    -webkit-column-gap: 0.625rem;
       -moz-column-gap: 0.625rem;
            column-gap: 0.625rem;
    row-gap: 0.625rem;
    padding-right: 1rem;
  }
}
.investorNewsArea .newsList .newsInfoBox {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  min-width: 115px;
}
@media (max-width: 1180px) {
  .investorNewsArea .newsList .newsInfoBox {
    min-width: 100px;
  }
}
@media (max-width: 768px) {
  .investorNewsArea .newsList .newsInfoBox {
    min-width: 95px;
  }
}
@media (max-width: 480px) {
  .investorNewsArea .newsList .newsInfoBox {
    min-width: 90px;
  }
}
.investorNewsArea .newsList .newsInfoBox .dateBox {
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.02em;
  line-height: 1.2;
  color: #cccccc;
}
@media (max-width: 1180px) {
  .investorNewsArea .newsList .newsInfoBox .dateBox {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .investorNewsArea .newsList .newsInfoBox .dateBox {
    font-size: 15px;
  }
}
@media (max-width: 480px) {
  .investorNewsArea .newsList .newsInfoBox .dateBox {
    font-size: 14px;
  }
}
.investorNewsArea .newsList .classTitleBox {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.investorNewsArea .newsList .classTitleBox .title {
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.02em;
  line-height: 1.2;
  color: var(--newsMColor, #003686);
  text-align: center;
  background-color: var(--newsMBgColor, #62bcea);
  min-width: 125px;
  padding: 0.375rem 0.875rem;
  border-radius: 1.875rem;
}
@media (max-width: 1180px) {
  .investorNewsArea .newsList .classTitleBox .title {
    font-size: 15px;
    min-width: 100px;
  }
}
@media (max-width: 768px) {
  .investorNewsArea .newsList .classTitleBox .title {
    font-size: 14px;
    min-width: auto;
    padding: 0.375rem 0.625rem;
  }
}
.investorNewsArea .newsList .newsTitle {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 1.5;
  color: #fff;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
@media (max-width: 1180px) {
  .investorNewsArea .newsList .newsTitle {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .investorNewsArea .newsList .newsTitle {
    font-size: 16px;
    width: 100%;
  }
}
@media (max-width: 480px) {
  .investorNewsArea .newsList .newsTitle {
    font-size: 15px;
  }
}
.investorNewsArea .newsList .plusArrow {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 48px;
}
@media (max-width: 1180px) {
  .investorNewsArea .newsList .plusArrow {
    width: 32px;
  }
}
@media (max-width: 768px) {
  .investorNewsArea .newsList .plusArrow {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    position: absolute;
    top: 50%;
    right: 4px;
    bottom: auto;
    left: auto;
    translate: 0 -50%;
  }
}
.investorNewsArea .newsList .plusArrow .arrow {
  position: relative;
  display: block;
  width: 10px;
  height: auto;
  aspect-ratio: 1/1;
  border-top: 1px solid #a7a7a7;
  border-right: 1px solid #a7a7a7;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
@media (max-width: 768px) {
  .investorNewsArea .newsList .plusArrow .arrow {
    width: 8px;
  }
}
.investorNewsArea .newsList .linkWrap {
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.investorInfoArea {
  position: relative;
  overflow-x: clip;
  padding: 100px 0 140px;
}
@media (max-width: 1180px) {
  .investorInfoArea {
    padding: 70px 0 100px;
  }
}
@media (max-width: 768px) {
  .investorInfoArea {
    padding: 50px 0 80px;
  }
}
.investorInfoArea .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 4rem 1.5rem;
}
@media (max-width: 1366px) {
  .investorInfoArea .wrap {
    gap: 2.25rem 1.5rem;
  }
}
@media (max-width: 1180px) {
  .investorInfoArea .wrap {
    gap: 1.5rem 1rem;
  }
}
.investorInfoArea .titleBox {
  margin-bottom: 0;
}
.investorInfoArea .controlBox {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.investorInfoArea .controlBox .arrowBox {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.investorInfoArea .investorInfoBox {
  position: relative;
  width: 100%;
}
.investorInfoArea .investorInfoList:not(.slick-slider) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.investorInfoArea .investorInfoList:not(.slick-slider) .investorInfoItem {
  width: 25%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
.investorInfoArea .investorInfoList .investorInfoItem {
  position: relative;
}
.investorInfoArea .investorInfoList .item {
  position: relative;
}
.investorInfoArea .investorInfoList .Img::before {
  content: "";
  display: block;
  pointer-events: none;
  content: "";
  width: 100%;
  height: 100%;
  background-color: transparent;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(63, 187, 254, 0.2)), to(rgba(165, 65, 255, 0.2)));
  background: linear-gradient(180deg, rgba(63, 187, 254, 0.2) 0%, rgba(165, 65, 255, 0.2) 100%);
  position: absolute;
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
  mix-blend-mode: color-burn;
}
.investorInfoArea .investorInfoList .Img img {
  width: 100%;
  height: auto;
  display: block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.investorInfoArea .investorInfoList .Txt {
  position: relative;
  margin-top: 1.5rem;
}
@media (max-width: 991px) {
  .investorInfoArea .investorInfoList .Txt {
    margin-top: 1rem;
  }
}
.investorInfoArea .investorInfoList .Txt .title {
  display: inline-block;
  font-size: 22px;
  font-weight: 600;
  letter-spacing: 0.02em;
  line-height: 1.5;
  color: #fff;
  border-bottom: 1px solid #fff;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
}
@media (max-width: 1280px) {
  .investorInfoArea .investorInfoList .Txt .title {
    font-size: 20px;
    padding-bottom: 0.75rem;
    margin-bottom: 0.75rem;
  }
}
.investorInfoArea .investorInfoList .Txt .title a {
  color: inherit;
}
@media (min-width: 1181px) {
  .investorInfoArea .investorInfoList .Txt .title a:hover {
    color: #62bcea;
  }
}
.investorInfoArea .investorInfoList .Txt .linkList {
  position: relative;
}
.investorInfoArea .investorInfoList .Txt .linkList li {
  position: relative;
}
.investorInfoArea .investorInfoList .Txt .linkList li a {
  position: relative;
  display: inline-block;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.02em;
  line-height: 1.5;
  color: #CCC;
  padding: 0.25rem 0;
}
@media (max-width: 1280px) {
  .investorInfoArea .investorInfoList .Txt .linkList li a {
    font-size: 16px;
  }
}
@media (min-width: 1181px) {
  .investorInfoArea .investorInfoList .Txt .linkList li a:hover {
    color: #62bcea;
  }
}
/*# sourceMappingURL=investor_home.css.map */