:root {
  --process-px: 60px;
}

.intro-box {
  width: 100vw;
  height: 100vh;
  background: var(--color-white);
  z-index: 10;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.intro-box .logo {
  width: 200px;
  overflow: hidden;
}
.intro-box .logo img {
  transform: translateY(calc(100% + 10px));
  transition: all 0.8s;
}
.intro-box .logo.on img {
  transform: translateY(0);
}
.intro-box .logo.off img {
  opacity: 0;
}
.intro-box .color-box {
  width: 100%;
  height: 72%;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  transition: all 0.6s ease;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.intro-box .color {
  width: 100%;
}
.intro-box .red {
  height: 54.5%;
  background: #ED1C2A;
}
.intro-box .yellow {
  height: 45.5%;
  background: #FCB034;
}
.intro-box .color-box.on {
  height: 0;
  top: 0;
}

main h2 {
  font-size: var(--font56);
}
main .eng-text {
  color: var(--color-main);
  font-size: 2rem;
  font-weight: 600;
  letter-spacing: 0.2em;
}
main .eng-text.on {
  letter-spacing: -0.02em;
}
main .title h2 {
  color: #111;
  font-family: var(--font-suit);
  font-weight: 600;
  line-height: 1.3571;
  margin-top: 20px;
  clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0 100%);
}
main .title h2.on {
  clip-path: polygon(0 100%, 100% 100%, 100% 0, 0 0);
}
main .visual .box {
  position: relative;
}
main .visual .video-box {
  width: 100%;
  padding: 24.475% 0;
  position: relative;
  z-index: -1;
  overflow: hidden;
}
main .visual .video-box video {
  min-width: 100%;
  min-height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
main .visual .text-box {
  padding-top: 12%;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
main .visual .text {
  width: 100%;
  height: 100%;
}
main .visual .text * {
  color: var(--color-white);
}
main .visual .text h2 {
  font-size: var(--font90);
  font-weight: 700;
  margin-bottom: 50px;
}
main .visual .text h2 * {
  display: inline-block;
}
main .visual .text span {
  opacity: 0;
  transition: all 1s;
}
main .visual .text b span {
  clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
}
main .visual .text em span {
  transform: translateX(30px);
}
main .visual .text .hover-button,
main .visual .text p {
  opacity: 0;
}
main .visual .text p {
  clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
  transition: all 1s;
}
main .visual .text.on b span {
  clip-path: polygon(0 100%, 100% 100%, 100% 0, 0 0);
}
main .visual .text.on em span {
  transform: translateX(0);
}
main .visual .text.on span {
  opacity: 1;
}
main .visual .text.on .hover-button,
main .visual .text.on p {
  opacity: 1;
  transition-delay: 1.8s;
  transition-delay: 1.0s;
}
main .visual .text.on p {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}
main .visual .swiper-pagination {
  width: 100%;
  max-width: 1740px;
  height: 0;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  column-gap: 10px;
  padding: 0 20px;
  position: absolute;
  left: 50%;
  bottom: 60px;
  transform: translateX(-50%);
}
main .visual .swiper-pagination span {
  width: 10px;
  height: 10px;
  background: rgba(255, 255, 255, 0.6);
  border-radius: 50%;
  transition: all 0.6s;
  cursor: pointer;
}
main .visual .swiper-pagination .swiper-pagination-bullet-active {
  background: var(--color-main);
}
main .visual .scroll {
  width: 12px;
  position: absolute;
  right: 50px;
  bottom: 50px;
}
main .visual .scroll svg {
  overflow: inherit;
}
main .visual .scroll .scroll-cls {
  transform: translateY(-20px);
  transition: all 0.8s;
}
main .philosophy .contents,
main .philosophy .text {
  width: 100%;
}
main .philosophy .contents {
  height: 100vh;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
main .philosophy h2 {
  display: inline-block;
  color: #111;
  font-size: var(--font100);
  font-weight: 700;
}
main .philosophy h2 span {
  display: inline-block;
  position: relative;
}
main .philosophy .absolute {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
main .philosophy .hide {
  opacity: 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  column-gap: 56%;
}
main .philosophy .hide span {
  white-space: nowrap;
}
/* main .philosophy .move {
  width: 100%;
  z-index: 1;
}
main .philosophy .move span {
  color: var(--color-main);
  position: absolute;
  transition: all 0.8s;
  clip-path: polygon(100% 100%, 0 100%, 0 100%, 100% 100%);
  clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
}
main .philosophy .move span.on {
  clip-path: polygon(100% 100%, 0 100%, 0 0, 100% 0);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
} */
main .philosophy .right {
  text-align: right;
  margin-left: auto;
}
main .philosophy .standard span em {
  transition: all 0.8s;
}
main .philosophy .standard span em:first-child {
  color: #111;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}
main .philosophy .standard span em:last-child {
  color: var(--color-main);
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
}
main .philosophy .standard span.on em:first-child {
  clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
}
main .philosophy .standard span.on em:last-child {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}
main .philosophy .h2-wrap {
  margin: 20px 0 60px;
  position: relative;
}
main .philosophy .h2-box {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  clip-path: polygon(0 100%, 100% 100%, 100% 0, 0 0);
}
main .philosophy .eng-text,
main .philosophy .link-flex {
  opacity: 0;
  transition: all 0.6s;
}
main .philosophy .eng-text.on,
main .philosophy .link-flex.on {
  opacity: 1;
}
main .philosophy .link-flex {
  justify-content: center;
  transform: translateY(60px);
}
main .philosophy .link-flex.on {
  transform: translateY(0);
}
main .process .item-box {
  justify-content: space-between;
  margin-top: 60px;
  display: grid;
  grid-template-columns: repeat(7, 200px);
}
main .process .item {
  transition: all 0.8s ease;
}
main .process .info,
main .process .info::before {
  border-radius: 15px;
}
main .process .info::before,
main .process .off,
main .process .hover {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
main .process .info {
  padding: 50% 0;
  margin-bottom: 30px;
  position: relative;
  transform: rotateY(180deg);
  transition: all 0.4s ease;
}
main .process .info::before, main .process .info::after {
  content: "";
  display: block;
}
main .process .info::before {
  background: var(--color-white);
  border: 2px solid var(--color);
}
main .process .info::after {
  width: 2px;
  height: 30px;
  background: url("/img/common/line_dashed.png") repeat-y center/2px;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
}
main .process .off,
main .process .hover {
  transition: all 0.2s;
}
main .process .off {
  text-align: center;
  padding: 50px 10px 20px;
  opacity: 0;
  transition-delay: 0.2s;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}
main .process .off .plus {
  width: 25px;
  height: 25px;
  background: var(--color);
  border-radius: 50%;
  margin-top: 45px;
  position: relative;
}
main .process .off .plus span {
  background: var(--color-white);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
main .process .off .plus span:first-child {
  width: 12px;
  height: 2px;
}
main .process .off .plus span:last-child {
  width: 2px;
  height: 12px;
}
main .process .hover {
  padding: 30px;
  transform: translate(-50%, -50%) rotateY(180deg);
  transition-delay: 0s;
}
main .process .hover h6 {
  color: #222;
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
}
main .process .hover h6 br {
  display: none;
}
main .process .hover hr {
  width: 100%;
  height: 1px;
  background: var(--color-border);
  margin: 15px 0;
}
main .process .hover p {
  color: #555;
  font-weight: 500;
  text-align: center;
  font-family: var(--font-suit);
  word-break: normal;
  letter-spacing: -0.05em;
}
main .process .hover .icon {
  height: 55px;
  position: absolute;
  right: 10px;
  bottom: 0;
}
main .process .bottom {
  height: var(--process-px);
  background: var(--color);
  position: relative;
}
main .process .bottom span {
  width: calc(100% - 20px);
  height: 100%;
  color: var(--color-white);
  font-size: 1.8rem;
  font-weight: 600;
  text-align: center;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  align-items: center;
}
main .process .bottom span br {
  display: none;
}
main .process .item {
  position: relative;
}
main .process .item:first-child .bottom {
  border-radius: var(--process-px) 0 0 var(--process-px);
}
main .process .item:last-child .bottom {
  border-radius: 0 var(--process-px) var(--process-px) 0;
}
main .process .item:not(:first-child) .bottom::before {
  content: "";
  display: block;
  width: var(--process-px);
  height: 100%;
  background: var(--color);
  border-radius: var(--process-px) 0 0 var(--process-px);
  position: absolute;
  top: 50%;
  left: calc(-1 * var(--process-px));
  transform: translateY(-50%);
}
main .process .item:not(:last-child) .bottom {
  width: calc(100% + 20px);
}
main .process .item:not(:last-child) .bottom::after {
  content: "";
  display: block;
  width: var(--process-px);
  height: var(--process-px);
  background: rgba(0, 0, 0, 0.05) url("/img/svg/angle_right.svg") no-repeat center/10px;
  border-radius: 50%;
  z-index: 1;
  position: absolute;
  top: 50%;
  left: auto;
  right: calc(-1 * var(--process-px) / 2);
  transform: translateY(-50%);
}
@media screen and (hover: hover) and (min-width: 1024px) {
  main .process .item .info {
    transform: rotateY(0deg);
  }
  main .process .item .off {
    opacity: 1;
  }
  main .process .item .hover {
    opacity: 0;
  }
  main .process .item:hover .info {
    transform: rotateY(180deg);
  }
  main .process .item:hover .off {
    opacity: 0;
    transition-delay: 0s;
  }
  main .process .item:hover .hover {
    opacity: 1;
    transition-delay: 0.2s;
  }
}
main .esg .box {
  padding: var(--gap150) 0 calc(var(--gap150) / 2);
}
main .esg .title {
  text-align: center;
}
main .esg .item-box {
  margin-top: 60px;
  pointer-events: none;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  column-gap: 20px;
}
main .esg .item-box.on {
  pointer-events: inherit;
}
main .esg .item {
  height: 500px;
  flex-grow: 1;
  border-radius: 20px;
  padding: 80px 60px;
  position: relative;
  overflow: hidden;
}
main .esg .item:nth-child(1) {
  background: url("/img/main/img_esg_01_1.png") no-repeat center/cover;
}
main .esg .item:nth-child(2) {
  background: url("/img/main/img_esg_01_2.png") no-repeat center/cover;
}
main .esg .item:nth-child(3) {
  background: url("/img/main/img_esg_01_3.png") no-repeat center/cover;
}
main .esg .item.on:first-child, main .esg .item.on:last-child {
  transition: all 0.8s 0.1s ease, flex-grow 0.6s ease;
}
main .esg .inner {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 100%;
}
main .esg .inner * {
  color: var(--color-white);
}
main .esg .text {
  position: absolute;
  transition: all 0.6s;
}
main .esg .text em {
  display: inline-block;
  font-weight: 500;
  letter-spacing: -0.02em;
  transition: all 0.4s ease;
}
main .esg .text h3 {
  font-size: var(--font50);
  font-weight: 700;
  margin-top: 20px;
}
main .esg .text p {
  font-size: 2rem;
  line-height: 1.6;
  font-family: var(--font-suit);
  white-space: nowrap;
  margin-top: 30px;
  transition: all 0.4s ease;
}
main .esg .icon {
  height: 60px;
  position: absolute;
  right: -70px;
  bottom: 60px;
  transition: all 0.4s ease;
}
main .esg .icon img {
  height: 100%;
}
@media screen and (hover: hover) and (min-width: 1024px) {
  main .esg .item:hover, main .esg .item.hover {
    flex-grow: 2.8935;
  }
  main .esg .item:hover .text,
  main .esg .item:hover .text *, main .esg .item.hover .text,
  main .esg .item.hover .text * {
    transition-delay: 0.3s;
  }
  main .esg .item:hover .text em, main .esg .item.hover .text em {
    opacity: 0;
    transform: translateY(1000%);
    transition-delay: 0;
  }
  main .esg .item:hover .icon, main .esg .item.hover .icon {
    right: 70px;
    transition-delay: 0.28s;
  }
}
main .tourism .box,
main .news .box {
  padding: calc(var(--gap150) / 2) 0;
}
main .tourism .contents,
main .news .contents {
  display: flex;
  justify-content: space-between;
  column-gap: 40px;
}
main .tourism .contents {
  align-items: center;
}
main .tourism .text-box {
  width: 100%;
  max-width: 475px;
}
main .tourism .icon-box {
  margin-top: 20px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  row-gap: 20px;
  column-gap: 20px;
}
main .tourism .item,
main .tourism .item a,
main .tourism .inner {
  height: 100%;
}
main .tourism .item a {
  display: block;
}
main .tourism .inner,
main .tourism .inner * {
  transition: all 0.4s ease;
}
main .tourism .inner {
  background: transparent;
  border: 1px solid var(--color-border);
  border-radius: 15px;
  text-align: center;
  padding: 20px 0 15px;
  transform: rotateY(0);
}
main .tourism .inner .icon {
  height: 40px;
}
main .tourism .inner .icon img {
  height: 100%;
}
main .tourism .inner span {
  display: inline-block;
  color: #333;
  font-weight: 600;
  margin-top: 10px;
}
@media screen and (hover: hover) and (min-width: 1024px) {
  main .tourism .item:hover .inner {
    background: var(--color-main);
    border-color: var(--color-main);
    transform: rotateY(180deg);
  }
  main .tourism .item:hover .inner .icon, main .tourism .item:hover .inner span {
    transform: rotateY(180deg);
    filter: brightness(0) invert(1);
  }
}
main .news .contents {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
}
main .news .title {
  margin-bottom: 60px;
}
main .news .item-box {
  width: 100%;
  max-width: 1270px;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  column-gap: 20px;
}
main .news .item {
  width: 100%;
  width: calc((100% - 40px) / 3);
  border: 1px solid var(--color-border);
  border-radius: 20px;
  overflow: hidden;
}
main .news .item .img {
  width: 100%;
  padding: 30.45% 0;
  position: relative;
  overflow: hidden;
}
main .news .item .img img {
  min-width: 100%;
  min-height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(1);
  object-fit: cover;
  transition: all 0.4s ease;
}
main .news .item .text {
  padding: 40px 30px;
}
main .news .item .text .top {
  min-height: 25px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  column-gap: 10px;
}
main .news .item .text .top em {
  color: #999;
  font-size: 1.5rem;
}
main .news .item .text h5,
main .news .item .text p {
  font-family: var(--font-suit);
  overflow: hidden;
  word-wrap: break-word;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
main .news .item .text h5 {
  height: 1.3em;
  color: #222;
  font-size: 2.2rem;
  font-weight: 700;
  margin: 15px 0 10px;
  -webkit-line-clamp: 1;
}
main .news .item .text p {
  height: 3.25em;
  color: #666;
  line-height: 1.625;
  -webkit-line-clamp: 2;
}
main .news .item:hover .img img {
  transform: translate(-50%, -50%) scale(1.1);
}
main .news .item.on:nth-child(1) {
  transition-delay: 0.1s;
}
main .news .item.on:nth-child(2) {
  transition-delay: 0.2s;
}
main .news .item.on:nth-child(3) {
  transition-delay: 0.3s;
}
main .brand .box,
main .brand .to-left,
main .brand ul {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
}
main .brand .box {
  height: 90px;
  padding: 0;
  margin: 25px 0 100px;
}
main .brand .to-left {
  position: relative;
}
main .brand ul {
  padding: 0 50px;
  column-gap: 100px;
}
main .brand ul li {
  width: 120px;
  height: 40px;
}

/* 20250714 추가 */
main .news .tag-box .tag { 
  display: inline-block;
  padding: 4px 9px;
  font-size: 1.2rem;
  font-weight: 500;
  letter-spacing: 0;
  color: #666;
  border: 1px solid #CCCCCC;
  border-radius:50px;
}
main .news .bottom {
  display: flex;
  align-items:center;
  column-gap:22px;
  margin-top: 15px;
}
main .news .bottom .category {
  font-size: 1.5rem;
  font-weight: 600;
  color: #ED1A2E;
}
main .news .bottom .date {
  position: relative;
  font-size: 1.5rem;
  color: #999;
}
main .news .bottom .date::before {
  content:"";
  position: absolute;
  left: -12px; top: 50%;
  display: block;
  width: 2px; 
  height: 12px;
  background-color: #EEEEEE;
  transform:translateY(-50%);
}