@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.9/dist/web/variable/pretendardvariable-dynamic-subset.min.css");
@font-face {
  font-family: "Paperozi";
  src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/2408-3@1.0/Paperlogy-1Thin.woff2") format("woff2");
  font-weight: 100;
  font-display: swap;
}
@font-face {
  font-family: "Paperozi";
  src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/2408-3@1.0/Paperlogy-2ExtraLight.woff2") format("woff2");
  font-weight: 200;
  font-display: swap;
}
@font-face {
  font-family: "Paperozi";
  src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/2408-3@1.0/Paperlogy-3Light.woff2") format("woff2");
  font-weight: 300;
  font-display: swap;
}
@font-face {
  font-family: "Paperozi";
  src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/2408-3@1.0/Paperlogy-4Regular.woff2") format("woff2");
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "Paperozi";
  src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/2408-3@1.0/Paperlogy-5Medium.woff2") format("woff2");
  font-weight: 500;
  font-display: swap;
}
@font-face {
  font-family: "Paperozi";
  src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/2408-3@1.0/Paperlogy-6SemiBold.woff2") format("woff2");
  font-weight: 600;
  font-display: swap;
}
@font-face {
  font-family: "Paperozi";
  src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/2408-3@1.0/Paperlogy-7Bold.woff2") format("woff2");
  font-weight: 700;
  font-display: swap;
}
@font-face {
  font-family: "Paperozi";
  src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/2408-3@1.0/Paperlogy-8ExtraBold.woff2") format("woff2");
  font-weight: 800;
  font-display: swap;
}
@font-face {
  font-family: "Paperozi";
  src: url("https://cdn.jsdelivr.net/gh/projectnoonnu/2408-3@1.0/Paperlogy-9Black.woff2") format("woff2");
  font-weight: 900;
  font-display: swap;
}
body,
h1, h2, h3, h4, h5, h6, p, span,
ul, li {
  padding: 0;
  margin: 0;
  font-size: unset;
  font-weight: normal;
}

ul, ol, li {
  list-style: none;
}

a {
  text-decoration: unset;
  color: unset;
}

body {
  font-family: "Paperozi", sans-serif;
  color: #19213D;
}

.blind {
  position: absolute;
  width: 1px;
  height: 1px;
  border: 0;
  padding: 0;
  margin: -1px;
  white-space: nowrap;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  overflow: hidden;
}

.ico-arrow {
  background-image: url("../image/ico-arrow.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.content {
  display: flex;
  width: 100%;
  min-width: 1366px;
  height: auto;
  min-height: 100vh;
  overflow-x: auto;
}
.content__item {
  width: 50%;
  height: auto;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.content__item.myPosco {
  background-image: url("../image/img-bg-myPosco.jpg");
}
.content__item.eBusiness {
  background-image: url("../image/img-bg-eBusiness.jpg");
}
.content__inner {
  display: flex;
  width: 100%;
  height: 100%;
  padding: 80px 20px;
  box-sizing: border-box;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.myPosco .content__inner {
  gap: 100px;
}
.myPosco .titleWrap {
  display: flex;
  color: #fff;
  flex-direction: column;
  align-items: center;
  gap: 60px;
}
.myPosco .titleWrap__txt {
  display: flex;
  font-size: 22px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  gap: 40px;
}
.myPosco .titleWrap__txt img {
  width: 438px;
  height: 126px;
  -o-object-fit: cover;
     object-fit: cover;
}
.myPosco .titleWrap__sub {
  font-size: 18px;
  line-height: 34px;
  text-align: center;
}
.myPosco .linkWrap {
  width: 510px;
  height: auto;
}
.myPosco .linkWrap__list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.myPosco .linkWrap__items {
  width: calc(50% - 10px);
  height: 90px;
}
.myPosco .linkWrap__link {
  position: relative;
  display: flex;
  width: 100%;
  height: 100%;
  padding: 30px 20px;
  border-radius: 20px;
  box-sizing: border-box;
  justify-content: space-between;
  align-items: center;
  background-color: #3F77EF;
  overflow: hidden;
}
.myPosco .linkWrap__link::before {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  right: -30%;
  width: 165px;
  height: 165px;
  border-radius: 100%;
  background-color: #FBAB0E;
  transform: translateY(-50%);
  transition: all 0.3s ease;
  filter: blur(20px);
  opacity: 0;
}
.myPosco .linkWrap__link span {
  position: relative;
  font-size: 24px;
  font-weight: 500;
  text-transform: capitalize;
  color: #fff;
}
.myPosco .linkWrap__link i {
  position: relative;
  width: 28px;
  height: 28px;
  transition: all 0.3s ease;
}
.myPosco .linkWrap__link:hover::before, .myPosco .linkWrap__link:focus::before {
  opacity: 1;
}
.myPosco .linkWrap__link:hover i, .myPosco .linkWrap__link:focus i {
  transform: rotate(-45deg);
}

.eBusiness .content__inner {
  gap: 90px;
}
.eBusiness .content__inner > * {
  width: 100%;
  max-width: 770px;
}
.eBusiness .titleWrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.eBusiness .titleWrap__txt p {
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: 300;
  letter-spacing: -0.03rem;
}
.eBusiness .titleWrap__txt h2 {
  margin-bottom: 20px;
  font-size: 40px;
  font-weight: 900;
}
.eBusiness .titleWrap__txt h2 br {
  display: none;
}
@media (max-width: 1440px) {
  .eBusiness .titleWrap__txt h2 br {
    display: block;
  }
}
.eBusiness .titleWrap__txt span {
  font-size: 16px;
  font-weight: 400;
  white-space: nowrap;
}
.eBusiness .titleWrap__link {
  display: flex;
  width: 256px;
  height: 80px;
  padding: 20px 20px 20px 40px;
  border-radius: 80px;
  box-sizing: border-box;
  justify-content: space-between;
  align-items: center;
  background: linear-gradient(90deg, #19213D 0%, #19213D 100%);
  transition: all 0.3s ease;
}
.eBusiness .titleWrap__link p {
  display: flex;
  width: calc(100% - 40px);
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  flex-direction: column;
  gap: 4px;
}
.eBusiness .titleWrap__link p span {
  font-size: 14px;
  font-weight: 500;
  color: #CDCDCD;
}
.eBusiness .titleWrap__link i {
  width: 40px;
  height: 40px;
  background-size: 28px;
  transition: all 0.3s ease;
}
.eBusiness .titleWrap__link:hover, .eBusiness .titleWrap__link:focus {
  background: linear-gradient(90deg, #19213D 54.44%, #3482DB 95.31%);
  box-shadow: 0 4.626px 18.504px 0 rgba(10, 8, 41, 0.28);
}
.eBusiness .titleWrap__link:hover i, .eBusiness .titleWrap__link:focus i {
  transform: rotate(-45deg);
}
.eBusiness .linkWrap {
  display: flex;
  width: 100%;
  flex-direction: column;
  gap: 20px;
}
.eBusiness .linkWrap__list {
  display: flex;
  gap: 20px;
}
.eBusiness .linkWrap__list:has(.linkWrap__items:hover, .linkWrap__items:hover) .linkWrap__items:hover, .eBusiness .linkWrap__list:has(.linkWrap__items:hover, .linkWrap__items:hover) .linkWrap__items:hover {
  width: 100% !important;
  opacity: 1 !important;
}
.eBusiness .linkWrap__list:has(.linkWrap__items:hover, .linkWrap__items:hover) .linkWrap__items:not(:has(:hover, :hover)) {
  opacity: 0;
}
.eBusiness .linkWrap__list:has(.logist:hover, .logist:hover) .linkWrap__items:hover, .eBusiness .linkWrap__list:has(.logist:hover, .logist:hover) .linkWrap__items:hover, .eBusiness .linkWrap__list:has(.logist:hover, .logist:hover) .linkWrap__items:not(:has(:hover, :hover)) {
  width: calc(50% - 10px) !important;
  opacity: 1 !important;
}
.eBusiness .linkWrap__list:has(.mes:hover, .mes:hover) {
  justify-content: right;
}
.eBusiness .linkWrap__items {
  position: relative;
  width: calc(50% - 10px);
  height: 244px;
  padding: 30px;
  border: 2px solid transparent;
  border-radius: 20px;
  box-sizing: border-box;
  background-color: #fff;
  
  overflow: hidden;
}
.eBusiness .linkWrap__items::before {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  bottom: 30px;
  right: 30px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: all 0.5s ease;
}
.eBusiness .linkWrap__items:hover, .eBusiness .linkWrap__items:hover {
  border-color: #19213D;
  box-shadow: 0 0 20px 0 rgba(4, 16, 34, 0.3);
  flex-shrink: 0;
  transition: all 0.3s ease;
}
.eBusiness .linkWrap__items:hover .pageList, .eBusiness .linkWrap__items:hover .pageList {
  z-index: 1;
  opacity: 1;
  transition: all 0.3s ease;
}
.eBusiness .linkWrap__title {
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  transition: all 0.3s ease;
}
.eBusiness .linkWrap .pageList {
  position: relative;
  width: 100%;
  font-family: "Pretendard";
  opacity: 0;
}
.eBusiness .linkWrap .pageList__list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.eBusiness .linkWrap .pageList__items {
  display: flex;
  width: calc((100% - 20px) / 3);
  height: 28px;
  padding: 0 10px 0 12px;
  border-radius: 5px;
  box-sizing: border-box;
  align-items: center;
  background: rgba(231, 232, 239, 0.7);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  gap: 4px;
}
.eBusiness .linkWrap .pageList__title {
  font-size: 13px;
  font-weight: 500;
  letter-spacing: -0.02rem;
}
.eBusiness .linkWrap .pageList__link {
  display: inline-block;
  height: 16px;
  padding: 0 6.5px;
  box-sizing: border-box;
  font-size: 10px;
  font-weight: 500;
  line-height: 16px;
  color: #fff;
  border-radius: 6px;
  background-color: #4077EE;
  transition: all 0.3s ease;
  letter-spacing: -0.02rem;
}
.eBusiness .linkWrap .pageList__link:first-of-type {
  margin-left: auto;
}
.eBusiness .linkWrap .pageList__link:hover, .eBusiness .linkWrap .pageList__link:focus {
  background-color: #19213D;
}
.eBusiness .linkWrap .OPB:hover::before, .eBusiness .linkWrap .OPB:hover::before,
.eBusiness .linkWrap .procm:hover::before,
.eBusiness .linkWrap .procm:hover::before {
  opacity: 0.2;
}
.eBusiness .linkWrap .OPB:hover .linkWrap__title, .eBusiness .linkWrap .OPB:hover .linkWrap__title,
.eBusiness .linkWrap .procm:hover .linkWrap__title,
.eBusiness .linkWrap .procm:hover .linkWrap__title {
  font-size: 14px;
}
.eBusiness .linkWrap .OPB:hover .linkWrap__title br, .eBusiness .linkWrap .OPB:hover .linkWrap__title br,
.eBusiness .linkWrap .procm:hover .linkWrap__title br,
.eBusiness .linkWrap .procm:hover .linkWrap__title br {
  display: none;
}
.eBusiness .linkWrap .OPB::before {
  width: 156px;
  height: 106px;
  background-image: url("../image/ico-OPB.svg");
}
.eBusiness .linkWrap .OPB .pageList {
  margin-top: 4px;
}
.eBusiness .linkWrap .OPB:hover, .eBusiness .linkWrap .OPB:hover {
  padding: 30px 15px;
}
.eBusiness .linkWrap .logist::before {
  width: 142px;
  height: 102px;
  background-image: url("../image/ico-logist.svg");
}
.eBusiness .linkWrap .logist::after {
  pointer-events: none;
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 720px;
  height: 360px;
  background-image: url("../image/bg-logist.svg");
  transform: translateX(-60%) rotate(-10deg);
  opacity: 0;
  transition: all 0.5s ease;
}
.eBusiness .linkWrap .logist .linkWrap__link {
  display: flex;
  width: 100%;
  gap: 2px;
}
.eBusiness .linkWrap .logist .linkWrap__link i {
  width: 22px;
  height: 30px;
  filter: brightness(0) saturate(100%) invert(14%) sepia(10%) saturate(2562%) hue-rotate(189deg) brightness(95%) contrast(101%);
  transition: all 0.3s ease;
}
.eBusiness .linkWrap .logist .linkWrap__link:focus {
  outline: none;
}
.eBusiness .linkWrap .logist:hover::before, .eBusiness .linkWrap .logist:hover::before {
  bottom: 66px;
}
.eBusiness .linkWrap .logist:hover::after, .eBusiness .linkWrap .logist:hover::after {
  top: 20px;
  transform: translateX(-50%) rotate(0);
  opacity: 1;
}
.eBusiness .linkWrap .logist:hover .linkWrap__link i, .eBusiness .linkWrap .logist:hover .linkWrap__link i {
  transform: rotate(-45deg);
}
.eBusiness .linkWrap .procm::before {
  width: 128px;
  height: 134px;
  background-image: url("../image/ico-procm.svg");
}
.eBusiness .linkWrap .procm:hover, .eBusiness .linkWrap .procm:hover {
  padding: 15px;
}
.eBusiness .linkWrap .mes::before {
  width: 150px;
  height: 134px;
  background-image: url("../image/ico-mes.svg");
}
.eBusiness .linkWrap .mes .pageList {
  margin-top: 60px;
}
.eBusiness .linkWrap .mes .pageList__list {
  flex-direction: column;
}/*# sourceMappingURL=main.css.map */