@charset "UTF-8";
/**********************************************
** GWS(HNW) SCSS 추가 / 20260320 / 방휘랑
**********************************************/
/* Variables */
:root {
  --gws-primary-aia-red: #D31145;
  --gws-primary-deep-brown: #321714;
  --gws-primary-soft-beige: #E6DCD5;
  --gws-primary-light-brown: #96674E;
  --gws-primary-brown: #643224;
  --gws-primary-burgundy: #5F0019;
  --gws-secondary-aia-olive: #A5915C;
  --gws-secondary-light-chacoal: #606261;
  --gws-secondary-chacoal: #262D35;
  --gws-tertiary-light-blue: #94A7CA;
  --gws-tertiary-light-green: #9BBEAB;
  --gws-tertiary-orange: #DAAC95;
  --gws-white: #FFF;
  --gws-black: #000;
  --gws-brown: #533623;
  --gws-title-brown: #623123;
  --gws-deepbrown: #532823;
  --gws-tertiary-border-red: #D23235;
  --gws-tertiary-soft-beige: #E5D2C4;
  --gws-tertiary-soft-olive: #C9BD9D;
  --gws-color-primary-active: #460315;
}

.is-gws {
  --gra_deepbrown: linear-gradient(112deg, var(--gws-deepbrown) 0%, var(--gws-primary-light-brown) 50%, var(--gws-deepbrown) 100%);
  --gold_gra: linear-gradient(180deg, #d5b66f 0%, #bca66b 18.27%, #d5b66f 50.48%, #c9ac5d 100%);
}

/* Common */
html.is-gws .logo-aia {
  width: 80px;
  height: 80px;
  background-image: url(/resources/img/gws/img_logo_aia.svg);
  background-repeat: no-repeat;
  background-size: cover;
}

html.is-gws .gws-main .gws-benefit-list .benefit-card .benefit-desc, html.is-gws .gws-main .gws-main-scroll .gws-main-scroll--btn, html.is-gws .gws-main .gws-member-info.btn-group .gws-member-info--btn, html.is-gws .gws-main .gws-club-intro--inner .intro-title-desc .intro-desc {
  color: var(--gws-brown);
  font-weight: 500;
  font-size: var(--font-body2);
  text-align: center;
  line-height: var(--lineheight-body2);
}

html.is-gws .gws-seminar-event .top-banner--inner, html.is-gws .gws-benefit-detail .top-banner--inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
html.is-gws .gws-seminar-event .top-banner--inner .title-desc, html.is-gws .gws-benefit-detail .top-banner--inner .title-desc {
  display: flex;
  flex-direction: column;
  gap: var(--gap);
}
html.is-gws .gws-seminar-event .top-banner--inner .title-desc .desc, html.is-gws .gws-benefit-detail .top-banner--inner .title-desc .desc {
  color: var(--gws-title-brown);
  font-size: var(--font-body4);
  line-height: var(--lineheight-body4);
}
html.is-gws .gws-seminar-event .top-banner--inner .title-desc .title, html.is-gws .gws-benefit-detail .top-banner--inner .title-desc .title {
  color: #311613;
  font-size: var(--font-heading6);
  line-height: var(--lineheight-heading6);
  font-weight: 700;
}
html.is-gws .gws-seminar-event .top-banner--inner .top-thumb, html.is-gws .gws-benefit-detail .top-banner--inner .top-thumb {
  min-width: 10rem;
  width: 10rem;
  height: 10rem;
  padding: 0.6rem;
}

/* Icons */
[class*=icon-myloan-] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.icon-myloan-moneybag {
  width: 20px;
  height: 20px;
  background-image: url(/resources/img/gws/icons/icon_myloan_moneybag.svg);
}
.icon-myloan-moneybag.result {
  background-image: url(/resources/img/gws/icons/icon_myloan_moneybag_result.svg);
}
html.is-gws .icon-myloan-moneybag, html.is-gws .icon-myloan-moneybag.result {
  width: 2.6rem;
  height: 2.6rem;
  background-image: url(/resources/img/gws/icons/icon_myloan_moneybag_gws.svg);
}

.icon-myloan-arrow {
  width: 1.8rem;
  height: 1.8rem;
  background-image: url(/resources/img/gws/icons/icon_myloan_slider_arrow.svg);
  background-size: 0.5rem 0.9rem;
  background-position-x: 0.75rem;
}
html.is-gws .icon-myloan-arrow {
  background-image: url(/resources/img/gws/icons/icon_arrow_double_brown.svg);
  background-size: 1rem 0.9rem;
  background-position-x: 0.5rem;
}

/* Common, Components Add/Re-styled */
.only-mo-zoom {
  display: none;
}
@media (max-width: 480px) {
  .plus-zoom .only-mo-zoom {
    display: block !important;
  }
}

html.is-gws body[class*=gws-],
html.is-gws .wrap-popup.gws-pop, html.is-gws.welcome-pack,
html.is-gws body .plus-wrapper.hpch-wrapper,
html.is-gws body .plus-wrapper.hpch-wrapper ~ .wrap-popup {
  --color-primary: var(--gws-primary-burgundy);
  --font-color-red: var(--gws-primary-burgundy);
}
html.is-gws body[class*=gws-] .btn-primary:not(:disabled),
html.is-gws .wrap-popup.gws-pop .btn-primary:not(:disabled), html.is-gws.welcome-pack .btn-primary:not(:disabled),
html.is-gws body .plus-wrapper.hpch-wrapper .btn-primary:not(:disabled),
html.is-gws body .plus-wrapper.hpch-wrapper ~ .wrap-popup .btn-primary:not(:disabled) {
  background-color: var(--color-primary);
  border-color: transparent;
  transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out, border-color 0.2s ease-in-out;
}
html.is-gws body[class*=gws-] .btn-primary:not(:disabled):hover, html.is-gws body[class*=gws-] .btn-primary:not(:disabled):active,
html.is-gws .wrap-popup.gws-pop .btn-primary:not(:disabled):hover,
html.is-gws .wrap-popup.gws-pop .btn-primary:not(:disabled):active, html.is-gws.welcome-pack .btn-primary:not(:disabled):hover, html.is-gws.welcome-pack .btn-primary:not(:disabled):active,
html.is-gws body .plus-wrapper.hpch-wrapper .btn-primary:not(:disabled):hover,
html.is-gws body .plus-wrapper.hpch-wrapper .btn-primary:not(:disabled):active,
html.is-gws body .plus-wrapper.hpch-wrapper ~ .wrap-popup .btn-primary:not(:disabled):hover,
html.is-gws body .plus-wrapper.hpch-wrapper ~ .wrap-popup .btn-primary:not(:disabled):active {
  background-color: var(--gws-color-primary-active);
}
html.is-gws body[class*=gws-] .btn-secondary:not(:disabled),
html.is-gws .wrap-popup.gws-pop .btn-secondary:not(:disabled), html.is-gws.welcome-pack .btn-secondary:not(:disabled),
html.is-gws body .plus-wrapper.hpch-wrapper .btn-secondary:not(:disabled),
html.is-gws body .plus-wrapper.hpch-wrapper ~ .wrap-popup .btn-secondary:not(:disabled) {
  color: var(--color-primary);
  border-color: var(--color-primary);
}
html.is-gws .plus-wrapper:not(.fullMenu-wrapper) #plus-full-area .plus-login-area {
  padding-top: 2.4rem;
  padding-bottom: 2.4rem;
}
@media (min-width: 1025px) {
  html.is-gws .plus-wrapper:not(.fullMenu-wrapper) #plus-full-area .plus-login-area {
    padding-top: 2.1rem;
    padding-bottom: 2.1rem;
  }
}
html.is-gws .plus-wrapper:not(.fullMenu-wrapper) #plus-full-area .plus-login-area + .area-visual {
  padding-top: 0;
}
html.is-gws:not(.plus-zoom) .plus-nav-mo li.nav-fix-03 button i::before {
  filter: brightness(0) saturate(100%) invert(43%) sepia(21%) saturate(1024%) hue-rotate(345deg) brightness(93%) contrast(88%);
  mix-blend-mode: overlay;
}

/* My Page - Renewal */
html.is-new-mypage body {
  background: #f5f6f8 linear-gradient(180deg, #fce8e3 0%, #f5f6f8 39.94%);
}
html.is-new-mypage body .main-header-mo,
html.is-new-mypage body .plus-header-app {
  position: static;
  background: transparent !important;
}
@media (max-width: 1024px) {
  html.is-new-mypage body .wide-wrapper .plus-container {
    padding-top: 0;
  }
}
html.is-new-mypage .my-overview {
  gap: var(--gap-block);
}
@media (min-width: 1025px) {
  html.is-new-mypage .my-overview {
    flex-wrap: wrap;
    -moz-column-gap: var(--gap-3x);
         column-gap: var(--gap-3x);
    row-gap: var(--gap-2x);
  }
}
html.is-new-mypage .myinfo {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  row-gap: 0.4rem;
  padding-bottom: 0;
  position: relative;
  z-index: 2;
}
html.is-new-mypage .myinfo > strong:first-child {
  font-size: var(--font-heading3);
  font-weight: 700;
  line-height: var(--lineheight-heading3);
}
@media (min-width: 1025px) {
  html.is-new-mypage .myinfo {
    width: 100%;
    flex-wrap: nowrap;
    align-items: center;
    gap: var(--gap-2x);
  }
  html.is-new-mypage .myinfo > strong:first-child {
    font-size: var(--font-heading4);
    line-height: var(--lineheight-heading4);
  }
}
html.is-new-mypage .myinfo .my-contract--link {
  color: var(--font-color-gray);
  font-size: var(--font-body1);
  font-weight: 400;
  line-height: var(--lineheight-body2);
  width: 100%;
  order: 13;
  margin-top: var(--gap-half);
}
html.is-new-mypage .myinfo .my-contract--link a {
  color: var(--font-color-blue);
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 0.2rem;
}
@media (min-width: 1025px) {
  html.is-new-mypage .myinfo .my-contract--link {
    font-size: var(--font-body1);
    width: -moz-max-content;
    width: max-content;
    order: unset;
    flex: 1 0;
  }
}
html.is-new-mypage .myinfo a.dp-flex--alignc {
  color: var(--color-primary);
  font-size: var(--font-body3);
  font-weight: 500;
  line-height: var(--lineheight-body2);
  height: 3rem;
  padding: var(--gap-half) var(--gap);
  border-radius: var(--border-radius);
  border: 1px solid var(--color-primary);
  background-color: var(--gws-white);
}
html.is-new-mypage .myinfo a.dp-flex--alignc i {
  display: none;
}
html.is-new-mypage .myinfo .speech-bubble-item {
  top: 3.8rem;
  right: -0.7rem;
  z-index: 1;
}
html.is-new-mypage .myinfo .speech-bubble-item .speech-bubble::after {
  right: 3.8rem;
}
html.is-new-mypage .myinfo .gws-link-banner {
  display: none;
}
html.is-new-mypage .my-overview--left {
  row-gap: var(--gap-block);
}
@media (max-width: 1024px) {
  html.is-new-mypage .my-overview--left {
    margin-top: -0.2rem;
  }
}
@media (min-width: 1025px) {
  html.is-new-mypage .my-overview--left .user-processing--list.myinsurance {
    --swiper-navigation-size: 3.2rem;
    padding: 0 3.2rem;
  }
  html.is-new-mypage .my-overview--left .user-processing--list.myinsurance .swiper {
    padding-left: 2.4rem;
    padding-right: 2.4rem;
  }
  html.is-new-mypage .my-overview--left .user-processing--list.myinsurance .swiper .swiper-wrapper:not([style]) .swiper-slide-prev .deposit-info,
  html.is-new-mypage .my-overview--left .user-processing--list.myinsurance .swiper .swiper-wrapper:not([style]) .swiper-slide-next .deposit-info, html.is-new-mypage .my-overview--left .user-processing--list.myinsurance .swiper .swiper-wrapper[style*="transition-duration: 0ms"] .swiper-slide-prev .deposit-info,
  html.is-new-mypage .my-overview--left .user-processing--list.myinsurance .swiper .swiper-wrapper[style*="transition-duration: 0ms"] .swiper-slide-next .deposit-info {
    background-color: var(--gws-white);
    transition: -webkit-mask-image 0s linear 0.3s;
    transition: mask-image 0s linear 0.3s;
    transition: mask-image 0s linear 0.3s, -webkit-mask-image 0s linear 0.3s;
  }
  html.is-new-mypage .my-overview--left .user-processing--list.myinsurance .swiper .swiper-wrapper:not([style]) .swiper-slide-prev .deposit-info, html.is-new-mypage .my-overview--left .user-processing--list.myinsurance .swiper .swiper-wrapper[style*="transition-duration: 0ms"] .swiper-slide-prev .deposit-info {
    -webkit-mask-image: linear-gradient(to left, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 1.6rem);
    mask-image: linear-gradient(to left, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 1.6rem);
  }
  html.is-new-mypage .my-overview--left .user-processing--list.myinsurance .swiper .swiper-wrapper:not([style]) .swiper-slide-next .deposit-info, html.is-new-mypage .my-overview--left .user-processing--list.myinsurance .swiper .swiper-wrapper[style*="transition-duration: 0ms"] .swiper-slide-next .deposit-info {
    -webkit-mask-image: linear-gradient(to right, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 1.6rem);
    mask-image: linear-gradient(to right, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 1.6rem);
  }
  html.is-new-mypage .my-overview--left .user-processing--list.myinsurance .navigation-box [class*=swiper-button-] {
    width: var(--swiper-navigation-size);
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.7);
    filter: drop-shadow(0 0.2rem 0.6rem rgba(0, 0, 0, 0.15));
  }
  html.is-new-mypage .my-overview--left .user-processing--list.myinsurance .navigation-box [class*=swiper-button-]::after {
    font-size: 0;
    width: 1.8rem;
    height: 1.8rem;
    background-image: url(/resources/img/common/icon_arrow_right.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }
  html.is-new-mypage .my-overview--left .user-processing--list.myinsurance .navigation-box .swiper-button-prev {
    left: 0;
  }
  html.is-new-mypage .my-overview--left .user-processing--list.myinsurance .navigation-box .swiper-button-prev::after {
    transform: scaleX(-1);
  }
  html.is-new-mypage .my-overview--left .user-processing--list.myinsurance .navigation-box .swiper-button-next {
    right: 0;
  }
}
html.is-new-mypage .my-overview--left .user-processing--list.myinsurance .deposit-info {
  padding-top: var(--gap-inner);
  padding-bottom: var(--gap-inner);
  gap: var(--gap-2x);
}
@media (min-width: 1025px) {
  html.is-new-mypage .my-overview--left .user-processing--list.myinsurance .deposit-info {
    padding: var(--gap-inner);
  }
}
html.is-new-mypage .my-overview--left .user-processing--list.myinsurance .deposit-info .insurance-name .badge-group {
  display: none;
}
html.is-new-mypage .my-overview--left .user-processing--list.myinsurance .deposit-info .insurance-name .insurance-title {
  margin-top: 0;
}
html.is-new-mypage .my-overview--left .user-processing--list.myinsurance .deposit-info .insurance-name .insurance-title .h5 {
  height: unset;
  white-space: nowrap;
  display: block;
  -webkit-box-orient: unset;
  -webkit-line-clamp: unset;
}
html.is-new-mypage .my-overview--left .user-processing--list.myinsurance .deposit-info .data-info--list {
  margin-top: 0;
}
html.is-new-mypage .my-overview--left .user-processing--list.myinsurance .deposit-info.fund.up .rates-info dd {
  color: #e00842;
  font-weight: 700;
}
@media (max-width: 1024px) {
  html.is-new-mypage .my-overview--right {
    order: 3;
    margin-top: 1.2rem;
  }
}
html.is-new-mypage .my-overview--right .myloan-title--link {
  font-size: var(--font-heading5);
  font-weight: 700;
  line-height: var(--lineheight-heading6);
  display: flex;
  align-items: center;
  gap: var(--gap-half);
}
@media (min-width: 1025px) {
  html.is-new-mypage .my-overview--right .myloan-title--link {
    display: none;
  }
}
@media (min-width: 1025px) {
  html.is-new-mypage .my-overview--right .myloan {
    padding: var(--gap-inner);
  }
}
html.is-new-mypage .my-overview--right .myloan .myinfo-link {
  display: flex;
  flex-direction: column;
  align-items: unset;
  row-gap: var(--gap);
}
@media (min-width: 1025px) {
  html.is-new-mypage .my-overview--right .myloan .myinfo-link {
    row-gap: var(--gap-halfx3);
  }
}
html.is-new-mypage .my-overview--right .myloan .myinfo-link .count {
  font-size: var(--font-body1);
  line-height: 1.6rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
html.is-new-mypage .my-overview--right .myloan .myinfo-link .count a {
  display: flex;
  align-items: center;
  gap: var(--gap-half);
}
html.is-new-mypage .my-overview--right .myloan .myinfo-link .balance {
  text-align: right;
  font-size: var(--font-heading5);
  font-weight: 700;
  line-height: var(--lineheight-heading6-s);
}
@media (min-width: 1025px) {
  html.is-new-mypage .my-overview--right .myloan .myloan-slider-wrapper {
    margin-top: 0;
  }
}
html.is-new-mypage .myloan-slider-wrapper {
  --slider-height: 6rem;
  --handle-outer: 2.4rem;
  --handle-inner: 1.8rem;
  --color-yellow: #ffca10;
  --color-yellow-light: #ffdc61;
  --color-bg: #fef7df;
  --color-text: var(--font-color);
  --base-fill-width: 4rem;
  --initial-left: calc(var(--base-fill-width) - (var(--handle-outer) * 0.5));
  position: relative;
  width: 100%;
  height: var(--slider-height);
  background-color: var(--color-yellow);
  border-radius: var(--border-radius);
  overflow: hidden;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  touch-action: none;
  /* 모바일 드래그 시 스크롤 방지 */
  cursor: pointer;
}
html.is-new-mypage .myloan-slider-wrapper .slider-base-content {
  text-align: center;
  font-weight: 500;
  line-height: var(--lineheight-body2);
  position: absolute;
  top: 0;
  right: 0;
  width: calc(100% - var(--base-fill-width));
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.6rem;
  border-radius: var(--border-radius) 0 0 var(--border-radius);
  background-color: var(--color-bg);
  z-index: 1;
}
html.is-new-mypage .myloan-slider-wrapper .slider-fill {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: var(--base-fill-width);
  background-color: var(--color-yellow);
  border-radius: var(--border-radius) 0 0 var(--border-radius);
  z-index: 2;
}
html.is-new-mypage .myloan-slider-wrapper .slider-handle-wrap {
  position: absolute;
  top: calc((var(--slider-height) - var(--handle-outer)) / 2);
  left: var(--initial-left);
  width: var(--handle-outer);
  height: var(--handle-outer);
  padding: 0.3rem;
  background-color: var(--color-yellow-light);
  border-radius: calc(var(--handle-outer) * 0.5);
  z-index: 4;
  cursor: grab;
}
html.is-new-mypage .myloan-slider-wrapper .slider-handle-wrap:active {
  cursor: grabbing;
}
html.is-new-mypage .myloan-slider-wrapper .slider-handle-wrap .slider-handle {
  width: 100%;
  height: 100%;
  position: relative;
  background-color: var(--color-yellow);
  border-radius: calc(var(--handle-inner) * 0.5);
}
html.is-new-mypage .myloan-slider-wrapper .slider-handle-wrap .slider-handle .tooltip {
  display: none;
  font-size: var(--font-body3);
  line-height: var(--lineheight-body2);
  white-space: nowrap;
  height: 100%;
  align-items: center;
  position: absolute;
  top: 0.06rem;
  left: 0.5rem;
}
html.is-new-mypage .myloan-slider-wrapper .slider-handle-wrap .slider-handle .icon-myloan-arrow {
  position: absolute;
  top: 0;
  right: 0;
}
html.is-new-mypage .myloan-slider-wrapper .slider-final-layer {
  font-size: var(--font-heading5);
  font-weight: 700;
  line-height: var(--lineheight-heading6-s);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  z-index: 3;
  opacity: 1;
  clip-path: inset(0 calc(100% - var(--base-fill-width)) 0 0);
  -webkit-clip-path: inset(0 calc(100% - var(--base-fill-width)) 0 0);
  pointer-events: none;
}
html.is-new-mypage .myloan-slider-wrapper.has-transition .slider-handle-wrap, html.is-new-mypage .myloan-slider-wrapper.has-transition .slider-fill, html.is-new-mypage .myloan-slider-wrapper.has-transition .slider-base-content, html.is-new-mypage .myloan-slider-wrapper.has-transition .slider-final-layer {
  transition: transform 0.4s cubic-bezier(0.25, 0.8, 0.25, 1), width 0.4s cubic-bezier(0.25, 0.8, 0.25, 1), clip-path 0.4s ease, border-radius 0.4s ease;
}
@keyframes hintFill {
  0% {
    width: 4rem;
  }
  10.6382978723% {
    width: 6rem;
  }
  14.8936170213% {
    width: 6rem;
  }
  23.4042553191% {
    width: 4rem;
  }
  34.0425531915% {
    width: 4rem;
  }
  44.6808510638% {
    width: 8.3rem;
  }
  55.3191489362% {
    width: 8.3rem;
  }
  68.085106383%, 100% {
    width: 4rem;
  }
}
html.is-new-mypage .myloan-slider-wrapper.is-hinting .slider-fill {
  animation: hintFill 4.7s ease-out 0s infinite forwards;
}
@keyframes hintSlide {
  0% {
    transform: translateX(0);
  }
  10.6382978723% {
    transform: translateX(2rem);
  }
  14.8936170213% {
    transform: translateX(2rem);
  }
  23.4042553191% {
    transform: translateX(0);
  }
  34.0425531915% {
    transform: translateX(0);
  }
  44.6808510638% {
    transform: translateX(4.3rem);
  }
  55.3191489362% {
    transform: translateX(4.3rem);
  }
  68.085106383%, 100% {
    transform: translateX(0);
  }
}
html.is-new-mypage .myloan-slider-wrapper.is-hinting .slider-base-content {
  animation: hintSlide 4.7s ease-out 0s infinite forwards;
}
@keyframes hintHandleWrap {
  0% {
    transform: translateX(0);
  }
  10.6382978723% {
    transform: translateX(2rem);
  }
  14.8936170213% {
    transform: translateX(2rem);
  }
  23.4042553191% {
    transform: translateX(0);
  }
  34.0425531915% {
    width: var(--handle-outer);
    transform: translateX(0);
  }
  44.6808510638% {
    width: 8.6rem;
  }
  55.3191489362% {
    width: 8.6rem;
  }
  68.085106383%, 100% {
    width: var(--handle-outer);
    transform: translateX(0);
  }
}
html.is-new-mypage .myloan-slider-wrapper.is-hinting .slider-handle-wrap {
  animation: hintHandleWrap 4.7s ease-out 0s infinite forwards;
}
html.is-new-mypage .myloan-slider-wrapper.is-hinting .slider-handle-wrap .tooltip {
  display: flex;
}
@keyframes hintTooltip {
  0% {
    opacity: 0;
    width: 0;
  }
  34.0425531915% {
    opacity: 0;
  }
  44.6808510638% {
    opacity: 1;
    width: auto;
  }
  55.3191489362% {
    opacity: 1;
    width: auto;
  }
  68.085106383%, 100% {
    opacity: 0;
    width: 0;
  }
}
html.is-new-mypage .myloan-slider-wrapper.is-hinting .slider-handle-wrap .tooltip {
  animation: hintTooltip 4.7s ease-out 0s infinite forwards;
}
html.is-new-mypage .mypage-alim--area {
  display: none;
}

/* Layout */
/** GWS Components Styles **/
/* Body - GWS */
body {
  background-repeat: no-repeat !important;
  transition: background 0.2s ease-out;
}
html.is-gws.is-new-mypage body {
  background: var(--bg-gray) linear-gradient(205deg, #f5ece5 5rem, rgba(245, 236, 232, 0.7) 28rem, rgba(255, 255, 255, 0) 34rem, rgba(255, 255, 255, 0) 58.4rem);
}
@media (min-width: 1025px) {
  html.is-gws.is-new-mypage body {
    background: var(--bg-gray) linear-gradient(169deg, #e6dcd3 8.25%, #f7efea 36.71%, #f5f5f6 93.35%);
  }
}
body.gws-main {
  background: #f7efea linear-gradient(180deg, var(--gws-primary-soft-beige) 50px, #f7efea 103.6%, var(--gws-primary-soft-beige) 188.75%);
}
html.is-gws body.gws-benefit-detail[class*=benefit-], html.is-gws body.gws-seminar-event[class*=list-] {
  background: #fff linear-gradient(180deg, var(--gws-primary-soft-beige) 4.8rem, #fff 18.6rem);
}
@media (min-width: 1025px) {
  html.is-gws body.gws-benefit-detail[class*=benefit-], html.is-gws body.gws-seminar-event[class*=list-] {
    background: #fff linear-gradient(180deg, var(--gws-primary-soft-beige) 18.4rem, #fff 27rem);
  }
}

/* Header */
html.is-gws .main-header-mo,
html.is-gws .plus-header-app {
  transition: background 0.15s ease-out, box-shadow 0.15s ease-out;
}
html.is-gws .main-header-mo:not(.hpch-header-app).is-scrolling,
html.is-gws .plus-header-app:not(.hpch-header-app).is-scrolling {
  background: var(--gws-white);
}
html.is-gws.is-new-mypage .plus-header-wrap .chat-area button.btn-chat,
html.is-gws body[class*=gws-]:not(.has-goto-banner) .plus-wrapper:not(.main-page) .plus-header-wrap .chat-area button.btn-chat {
  background-image: url(/resources/img/gws/icons/icon_chat_ani.svg);
}
html.is-gws.is-new-mypage .plus-header-wrap .chat-area .chat-bubble,
html.is-gws body[class*=gws-]:not(.has-goto-banner) .plus-wrapper:not(.main-page) .plus-header-wrap .chat-area .chat-bubble {
  background: #eae1cb;
}
html.is-gws.is-new-mypage .plus-header-wrap .chat-area .chat-bubble::before,
html.is-gws body[class*=gws-]:not(.has-goto-banner) .plus-wrapper:not(.main-page) .plus-header-wrap .chat-area .chat-bubble::before {
  width: 0;
  height: 0;
  background: unset;
  border-bottom: 8px solid #eae1cb;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
}
html.is-gws.is-new-mypage .plus-container .btn-chat::before,
html.is-gws body[class*=gws-]:not(.has-goto-banner) .plus-wrapper:not(.main-page) .plus-container .btn-chat::before {
  background-color: #643224;
  background-image: url(/resources/img/gws/icons/icon_chat_light_ani.svg);
}
html.is-gws body.gws-benefit-detail[class*=benefit-] .main-header-mo:not(.is-scrolling),
html.is-gws body.gws-benefit-detail[class*=benefit-] .plus-header-app:not(.is-scrolling),
html.is-gws body.gws-seminar-event[class*=list-] .main-header-mo:not(.is-scrolling),
html.is-gws body.gws-seminar-event[class*=list-] .plus-header-app:not(.is-scrolling) {
  background: var(--gws-primary-soft-beige);
}
html.is-gws body.gws-main .main-header-mo:not(.is-scrolling),
html.is-gws body.gws-main .plus-header-app:not(.is-scrolling) {
  background: transparent;
}

/* AIA+ GWS Main */
html.is-gws .box-islogin.islogin--n {
  background: linear-gradient(180deg, var(--gws-primary-soft-beige) 0%, #f7efea 103.6%, #e6dcd3 188.75%);
}
html.is-gws .box-islogin.islogin--n .inner-text {
  background: #d9d9d9;
}
html.is-gws .box-islogin.islogin--n .inner-text .motion {
  animation: unset;
  background: linear-gradient(180deg, rgba(88, 52, 39, 0.7) 0%, rgba(88, 52, 39, 0) 50%), linear-gradient(112deg, var(--gws-deepbrown) 0%, var(--gws-primary-light-brown) 50%, var(--gws-deepbrown) 100%);
}
html.is-gws .box-islogin.islogin--n .inner-text .gws-banner-text {
  color: #e6ddba;
  font-size: var(--font-body2);
  line-height: var(--lineheight-body2);
  background: linear-gradient(96deg, #f4edd7 0%, #e6d9ae 24.8%, #f9f3e3 49.6%, #dac686 74.4%, #e8dbb0 87.83%, #f3ecd4 99.21%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  filter: drop-shadow(0.1rem 0.1rem 0.3rem rgba(48, 17, 10, 0.8));
  display: flex;
  flex-direction: column;
}
html.is-gws .box-islogin.islogin--n .inner-text .gws-banner-text .text-title {
  font-weight: 700;
}
@media (min-width: 1025px) {
  html.is-gws .box-islogin.islogin--n .inner-text .gws-banner-text .text-title {
    font-weight: 500;
  }
}
html.is-gws .box-islogin.islogin--n .inner-text .gws-banner-text .text-desc {
  font-weight: 500;
}
@media (min-width: 1025px) {
  html.is-gws .box-islogin.islogin--n .inner-text .gws-banner-text .text-desc {
    display: none;
  }
}
html.is-gws .box-islogin.islogin--n .inner-text a {
  color: var(--gws-primary-deep-brown);
  background: linear-gradient(180deg, var(--gws-primary-soft-beige) 0%, #f7efea 103.6%, #e6dcd3 188.75%);
}
html.is-gws .box-islogin.islogin--n .alim-more button .cnt {
  color: var(--gws-primary-brown);
}

/* My Page - GWS */
html.is-gws.is-new-mypage .myinfo {
  row-gap: var(--gap-2x);
  margin-bottom: -1.2rem;
}
html.is-gws.is-new-mypage .myinfo strong {
  color: var(--gws-brown);
}
@media (min-width: 1025px) {
  html.is-gws.is-new-mypage .myinfo {
    justify-content: unset;
    flex-wrap: wrap;
    row-gap: var(--gap);
    margin-bottom: -0.8rem;
  }
  html.is-gws.is-new-mypage .myinfo .my-contract--link {
    order: 4;
    font-size: var(--font-heading6);
    line-height: var(--lineheight-heading5);
    width: 100%;
    flex: unset;
    margin-top: 0;
  }
}
html.is-gws.is-new-mypage .myinfo a.dp-flex--alignc {
  color: var(--gws-brown);
  font-size: var(--font-body2);
  font-weight: 500;
  line-height: var(--lineheight-body2);
  text-decoration: underline;
  text-underline-offset: 0.2rem;
  background-color: transparent;
  border-color: transparent;
}
html.is-gws.is-new-mypage .myinfo a.dp-flex--alignc i {
  display: none;
}
@media (min-width: 1025px) {
  html.is-gws.is-new-mypage .myinfo a.dp-flex--alignc {
    order: 3;
    margin-left: auto;
  }
}
html.is-gws.is-new-mypage .myinfo .speech-bubble-item {
  top: 3rem;
}
html.is-gws.is-new-mypage .myinfo .speech-bubble-item .speech-bubble {
  background-color: var(--gws-secondary-aia-olive);
}
html.is-gws.is-new-mypage .myinfo .speech-bubble-item .speech-bubble::after {
  border-bottom-color: var(--gws-secondary-aia-olive);
}
html.is-gws.is-new-mypage .myinfo .gws-link-banner {
  overflow: hidden;
  font-size: var(--font-body2);
  line-height: var(--lineheight-body2);
  margin: -1px;
  min-width: 32rem;
  width: calc(100% + 2px);
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: var(--gap-half);
  padding: calc(var(--gap) - 0.1rem) var(--gap-halfx3);
  position: relative;
  border: 1px solid var(--gws-deepbrown);
  border-radius: var(--border-radius);
}
@media (min-width: 1025px) {
  html.is-gws.is-new-mypage .myinfo .gws-link-banner {
    order: 2;
    width: -moz-max-content;
    width: max-content;
  }
}
html.is-gws.is-new-mypage .myinfo .gws-link-banner .gws-title-link {
  color: #e6ddba;
  font-weight: 700;
  background: var(--gra_deepbrown);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
html.is-gws.is-new-mypage .myinfo .gws-link-banner [class*="--arrow"] {
  background-image: url(/resources/img/gws/icons/icon_arrow_right.svg);
}
html.is-gws.is-new-mypage .myinfo .gws-link-banner .gws-first-desc {
  display: none;
  color: var(--gws-primary-light-brown);
  font-size: var(--font-body2);
  line-height: var(--lineheight-body2);
  width: 100%;
}
@media (max-width: 1024px) {
  .is-first-gws .gws-first-desc {
    display: block !important;
  }
}
html.is-gws.is-new-mypage .myloan-slider-wrapper {
  --color-yellow: var(--gws-primary-soft-beige);
  --color-yellow-light: #d9c0ae;
  --color-bg: #c89e88;
}
html.is-gws.is-new-mypage .myloan-slider-wrapper .slider-handle-wrap .slider-handle {
  background-color: var(--color-bg);
}
html.is-gws.is-new-mypage.plus-zoom .gws-link-banner {
  letter-spacing: -0.06rem;
}

/* GWS Sub Main */
html.is-gws .gws-main .gws-main-bg {
  width: 100vw;
  height: 100vh;
  position: absolute;
  padding-top: clamp(var(--header-height), 10.5rem + (360px - 100vw) * 0.0888, 10.5rem);
  transition: padding-top 0.5s ease;
}
@media (min-width: 480px) {
  html.is-gws .gws-main .gws-main-bg {
    padding-top: 0;
  }
}
@media (min-width: 1025px) {
  html.is-gws .gws-main .gws-main-bg {
    width: 100%;
    height: 100%;
  }
}
html.is-gws .gws-main .gws-main-bg + .plus-contents--wrapper {
  position: relative;
}
html.is-gws .gws-main .plus-title {
  padding-top: 3.5rem;
  padding-bottom: 4.8rem;
}
html.is-gws .gws-main .plus-title .tit-content {
  height: -moz-min-content;
  height: min-content;
}
html.is-gws .gws-main .gws-club-intro {
  padding: 0.5rem;
  border-radius: var(--border-radius);
  background: var(--card_b, linear-gradient(324deg, rgba(247, 239, 234, 0.36) 0.98%, rgba(255, 250, 247, 0.54) 20.81%, rgba(247, 239, 234, 0.42) 46.1%, rgba(247, 239, 234, 0.3) 80.31%, rgba(247, 239, 234, 0.18) 96.91%));
  box-shadow: 0 0.5rem 0.6rem 0 rgba(150, 103, 78, 0.15), 0 1.1329rem 1.7221rem 0 rgba(150, 103, 78, 0.25);
  backdrop-filter: blur(0.5rem);
  border: 1px solid rgba(255, 255, 255, 0.3);
}
html.is-gws .gws-main .gws-club-intro--inner {
  position: relative;
  display: flex;
  align-items: center;
  flex-direction: column;
  padding: 4.5rem 2.2rem 2.5rem;
  border: 1px solid var(--gws-tertiary-soft-olive);
  border-radius: var(--border-radius);
}
html.is-gws .gws-main .gws-club-intro--inner .logo-aia {
  position: relative;
  margin-bottom: 7.45rem;
}
html.is-gws .gws-main .gws-club-intro--inner .logo-aia::after {
  content: "";
  width: 2.4rem;
  height: 0.25rem;
  position: absolute;
  left: calc(50% - 1.2rem);
  top: 12.55rem;
  background-color: var(--gws-tertiary-border-red);
}
html.is-gws .gws-main .gws-club-intro--inner .intro-title-desc {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: var(--gap-inner);
}
html.is-gws .gws-main .gws-club-intro--inner .intro-title-desc .intro-title {
  width: 100%;
  height: 2.6rem;
  background-image: url(/resources/img/gws/img_main_intro_title.svg);
  background-repeat: no-repeat;
  background-size: 23.8rem 1.5rem;
  background-position: center;
}
html.is-gws .gws-main .gws-member-info.btn-group {
  margin-top: var(--gap-xxlarge);
  padding-top: 0;
}
html.is-gws .gws-main .gws-member-info.btn-group .gws-member-info--btn {
  display: flex;
  width: -moz-max-content;
  width: max-content;
  padding: 1rem 0.7999rem 1rem 1.2001rem;
  justify-content: flex-end;
  align-items: center;
  gap: 0.4rem;
  border-radius: var(--border-radius);
  border: 1px solid var(--gws-tertiary-soft-olive);
  background: #f2e9e4 linear-gradient(0deg, rgba(247, 239, 234, 0.6) 0%, rgba(247, 239, 234, 0.9) 20.67%, rgba(247, 239, 234, 0.7) 47.03%, rgba(247, 239, 234, 0.5) 82.69%, rgba(247, 239, 234, 0.3) 100%);
  transition: all 0.2s ease-in-out;
}
html.is-gws .gws-main .gws-member-info.btn-group .gws-member-info--btn [class*="--arrow"] {
  background-image: url(/resources/img/gws/icons/icon_arrow_right_brown.svg);
}
html.is-gws .gws-main .gws-member-info.btn-group .gws-member-info--btn:active {
  background: var(--gws-tertiary-soft-beige);
  border-color: var(--gws-tertiary-soft-olive);
}
html.is-gws .gws-main .gws-main-scroll {
  display: flex;
  justify-content: center;
}
html.is-gws .gws-main .gws-main-scroll .gws-main-scroll--btn {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: var(--gap-small);
}
html.is-gws .gws-main .gws-main-scroll .gws-main-scroll--btn .icon-scroll-mouse {
  width: 1.6rem;
  height: 2.7rem;
  display: flex;
  justify-content: center;
  border: 1px solid #311613;
  border-radius: 2rem;
}
html.is-gws .gws-main .gws-main-scroll .gws-main-scroll--btn .icon-scroll-mouse .mouse-dot {
  width: 0.4rem;
  height: 0.4rem;
  margin-top: 0.2rem;
  border-radius: 50%;
  background-color: #331713;
}
html.is-gws .gws-main .gws-intro-content--bottom {
  margin-top: calc(5.8rem - var(--gap-contents-top));
  padding-top: var(--gap-contents-top);
}
@media (min-width: 1025px) {
  html.is-gws .gws-main .gws-intro-content--bottom {
    padding-top: 18rem;
  }
}
html.is-gws .gws-main .gws-benefit-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: var(--gap-medium);
}
html.is-gws .gws-main .gws-benefit-list .benefit-card {
  display: flex;
  flex-direction: column;
  gap: var(--gap-half);
}
html.is-gws .gws-main .gws-benefit-list .benefit-card.box-type {
  padding: var(--gap-medium);
  border-radius: 0.8rem;
  border: 1px solid var(--gws-white);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.7) 50%, rgba(255, 255, 255, 0.35) 100%);
  box-shadow: 0 3px 10px 0 rgba(193, 167, 149, 0.3);
}
html.is-gws .gws-main .gws-benefit-list .benefit-card .benefit-name {
  color: var(--gws-primary-brown);
  font-size: var(--font-body2);
  font-weight: 700;
  line-height: var(--lineheight-body2);
  text-align: left;
}
html.is-gws .gws-main .gws-benefit-list .benefit-card .card-img {
  width: 100%;
  height: 8.8rem;
  display: flex;
  justify-content: center;
}
html.is-gws .gws-main .gws-benefit-list .benefit-card .benefit-desc {
  font-size: var(--font-body3);
  font-weight: 400;
  text-align: left;
  margin-top: var(--gap-half);
}
html.is-gws .gws-main .gws-benefit-list .benefit-card:nth-child(5), html.is-gws .gws-main .gws-benefit-list .benefit-card:nth-child(6) {
  grid-column: 1/3;
  display: grid;
  grid-template-columns: auto;
  grid-column-gap: var(--gap-3x);
}
html.is-gws .gws-main .gws-benefit-list .benefit-card:nth-child(5) .benefit-name, html.is-gws .gws-main .gws-benefit-list .benefit-card:nth-child(6) .benefit-name {
  grid-column: 1/3;
  display: flex;
  align-items: flex-end;
}
.is-gws.plus-zoom .gws-benefit-list .benefit-card:nth-child(4) .benefit-name {
  letter-spacing: -0.084em;
}

html.is-gws .gws-main .gws-benefit-list .benefit-card:nth-child(5) .card-img, html.is-gws .gws-main .gws-benefit-list .benefit-card:nth-child(6) .card-img {
  width: 8.8rem;
  grid-column: 3/4;
  grid-row: 1/3;
  align-self: center;
}
html.is-gws .gws-main .gws-benefit-list .benefit-card:nth-child(5) .benefit-desc, html.is-gws .gws-main .gws-benefit-list .benefit-card:nth-child(6) .benefit-desc {
  grid-column: 1/3;
  margin-top: 0;
}
html.is-gws .gws-main {
  /* 서브메인 애니메이션 설정 */
}
html.is-gws .gws-main .gws-main-bg,
html.is-gws .gws-main .plus-title .tit-content,
html.is-gws .gws-main .gws-club-intro,
html.is-gws .gws-main .gws-club-intro--inner :is(.logo-aia, .intro-title, .intro-desc),
html.is-gws .gws-main .gws-member-info,
html.is-gws .gws-main .gws-main-scroll,
html.is-gws .gws-main .gws-benefit-list .benefit-card {
  opacity: 0;
  transition-property: opacity;
  transition-timing-function: ease-in;
}
html.is-gws .gws-main .gws-main-bg {
  transition-duration: 0.3s;
  transition-delay: 0.1s;
}
html.is-gws .gws-main .gws-main-bg.ani-ready {
  opacity: 1;
}
html.is-gws .gws-main .plus-title .tit-content {
  transition-duration: 0s;
  transition-delay: 0.3s;
}
html.is-gws .gws-main .gws-club-intro {
  transition-property: opacity, transform;
  transition-duration: 0.5s;
  transition-delay: 0.2s;
  transform: scale(0.83);
}
html.is-gws .gws-main .gws-club-intro :is(.logo-aia, .intro-title, .intro-desc) {
  transition-duration: 0.5s;
}
html.is-gws .gws-main .gws-club-intro .logo-aia {
  transition-delay: 0.675s;
}
html.is-gws .gws-main .gws-club-intro .intro-title {
  transition-delay: 0.775s;
}
html.is-gws .gws-main .gws-club-intro .intro-desc {
  transition-delay: 0.875s;
}
html.is-gws .gws-main .gws-member-info {
  transition-duration: 0.3s;
  transition-delay: 1.175s;
}
html.is-gws .gws-main .gws-main-scroll {
  transition-duration: 0.3s;
  transition-delay: 1.475s;
}
html.is-gws .gws-main .gws-main-bg.ani-ready,
html.is-gws .gws-main .gws-main-bg.ani-ready + .plus-contents--wrapper .plus-title .tit-content,
html.is-gws .gws-main .plus-contents--wrapper .plus-title.ani-start + .plus-contents :is(.gws-club-intro, .gws-club-intro :is(.logo-aia, .intro-title, .intro-desc), .gws-member-info, .gws-main-scroll) {
  opacity: 1;
}
html.is-gws .gws-main .plus-contents--wrapper .plus-title.ani-start + .plus-contents .gws-club-intro {
  transform: scale(1);
}
@keyframes mouseFloat {
  8.6956521739% {
    transform: translateY(0);
  }
  34.7826086957% {
    transform: translateY(0.5rem);
  }
  50% {
    transform: translateY(0.5rem);
  }
  52.1739130435%, 100% {
    transform: translateY(0);
  }
}
html.is-gws .gws-main .plus-contents--wrapper .plus-title.ani-start + .plus-contents .gws-main-scroll .icon-scroll-mouse {
  animation: mouseFloat 2.3s ease-in-out 1.475s infinite forwards;
}
@keyframes wheelDrop {
  0% {
    opacity: 0;
  }
  8.6956521739% {
    opacity: 1;
    transform: translateY(0);
  }
  34.7826086957% {
    opacity: 1;
    transform: translateY(1.7rem);
  }
  43.4782608696%, 100% {
    opacity: 0;
  }
}
html.is-gws .gws-main .plus-contents--wrapper .plus-title.ani-start + .plus-contents .gws-main-scroll .icon-scroll-mouse .mouse-dot {
  animation: wheelDrop 2.3s ease-in-out 1.475s infinite forwards;
}
html.is-gws .gws-main .gws-benefit-list .benefit-card {
  transition-duration: 0.5s;
}
html.is-gws .gws-main .gws-benefit-list .benefit-card:not(:first-child) {
  transition-delay: 0;
}
html.is-gws .gws-main .gws-benefit-list .benefit-card:nth-child(2) {
  transition-delay: 0.2s;
}
html.is-gws .gws-main .gws-benefit-list .benefit-card:nth-child(3) {
  transition-delay: 0.4s;
}
html.is-gws .gws-main .gws-benefit-list .benefit-card:nth-child(4) {
  transition-delay: 0.6s;
}
html.is-gws .gws-main .gws-benefit-list .benefit-card:nth-child(5) {
  transition-delay: 0.8s;
}
html.is-gws .gws-main .gws-benefit-list .benefit-card:nth-child(6) {
  transition-delay: 1s;
}
html.is-gws .gws-main .gws-benefit-list.ani-start .benefit-card {
  opacity: 1;
}
html.is-gws .gws-membership-img {
  height: 118px;
  margin-bottom: var(--gap-2x);
  background-image: url(/resources/img/gws/img_bottom_membership.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

/* 혜택 상세 페이지 */
html.is-gws .gws-benefit-detail .plus-contents--inner.benefit-item-detail .benefit-item-thumb {
  overflow: hidden;
  height: 3.2rem;
  max-height: 3.2rem;
}
html.is-gws .gws-benefit-detail .plus-contents--inner.benefit-item-detail .benefit-item-thumb img {
  width: auto;
  height: 100%;
  display: block;
}
html.is-gws .gws-benefit-detail .plus-contents--inner.benefit-item-detail .benefit-item-desc {
  font-size: var(--font-body2);
  line-height: var(--lineheight-body2);
}
html.is-gws .gws-benefit-detail .plus-contents--inner.benefit-item-detail .benefit-item-desc span {
  display: block;
  margin-top: calc(var(--lineheight-body2) + 1.4rem);
}

/* Seminar / Aia Only Experience */
html.is-gws .gws-seminar-event .event-list--unit .info p + p {
  color: var(--gws-primary-burgundy);
}
html.is-gws .gws-seminar-event .event-list--unit .badge-txt--ing {
  color: var(--gws-primary-deep-brown);
  background-color: var(--gws-primary-soft-beige);
}
html.is-gws .gws-seminar-event .history p {
  font-weight: 500;
}
html.is-gws .gws-seminar-event.list-seminar .nodata-area.type-event::before {
  background-image: url(/resources/img/gws/icons/icon_empty_seminar.svg);
}
html.is-gws .gws-seminar-event.list-experience .nodata-area.type-event::before {
  background-image: url(/resources/img/gws/icons/icon_empty_experience.svg);
}
html.is-gws .gws-seminar-event .list-total .total-cnt .cnt {
  color: var(--gws-primary-burgundy);
}
html.is-gws .gws-seminar-event .event-list.myevent .font-color-blue {
  color: var(--gws-primary-burgundy) !important;
}
html.is-gws .gws-seminar-event.detail-seminar .content-name::before {
  content: "세미나";
}
html.is-gws .gws-seminar-event.detail-experience .content-name::before {
  content: "이벤트";
}
html.is-gws .gws-seminar-event .event-detail--block .event-detail--inner #btnCustInfo.btn,
html.is-gws .gws-seminar-event .event-detail--block .event-detail--inner .btn.btn-small.btn-tertiary.margin-top-xxs {
  padding: var(--gap) 0;
}
html.is-gws .gws-seminar-event .event-detail--label {
  font-size: var(--font-body2);
  font-weight: 500;
  line-height: 2rem;
  text-align: left;
  margin-bottom: var(--gap);
}
html.is-gws .gws-seminar-event .event-detail--label:not(:first-child) {
  margin-top: var(--gap-xxlarge);
}
html.is-gws .gws-seminar-event[class*=detail-].no-cta .floating-group {
  display: none;
}

/* GWS 클럽 바로가기 - APP 설치 브리지 */
html.is-gws .gws-bridge-slider .swiper-wrapper .swiper-slide {
  height: unset;
}
html.is-gws .gws-bridge-slider .gws-slide-item {
  overflow: hidden;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  padding: var(--gap-2x) var(--gap-3x) var(--gap-contents-bottom);
  border-radius: var(--border-radius);
  background-color: #fff3f0;
}
html.is-gws .gws-bridge-slider .gws-slide-item::before {
  content: "";
  width: 200.5555555556vw;
  height: 20.4rem;
  position: absolute;
  left: 50%;
  background-image: url(/resources/img/gws/bg_benefit_slider.svg);
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: cover;
  transform: translateX(-50%);
}
html.is-gws .gws-bridge-slider .gws-slide-item .slide-item-thumb {
  width: 8.8rem;
  height: 8.8rem;
}
html.is-gws .gws-bridge-slider .gws-slide-item .slide-item-name {
  font-size: var(--font-body1);
  font-weight: 700;
  line-height: var(--lineheight-body1);
  margin-top: var(--gap-title-top);
}
html.is-gws .gws-bridge-slider .gws-slide-item .slide-item-desc {
  color: #311613;
  font-size: var(--font-body2);
  line-height: var(--lineheight-body2);
  text-align: center;
  margin-top: var(--gap-small);
}
html.is-gws .gws-bridge-slider .gws-slide-item.item-tax::before {
  bottom: -8.4rem;
  margin-left: -3.8rem;
}
html.is-gws .gws-bridge-slider .gws-slide-item.item-law::before {
  bottom: -4rem;
  margin-left: 3.6rem;
}
html.is-gws .gws-bridge-slider .gws-slide-item.item-study::before {
  bottom: -4rem;
  margin-left: -10.8rem;
}
html.is-gws .gws-bridge-slider .gws-slide-item.item-contract::before {
  bottom: -0.9rem;
  margin-left: -1.1rem;
}
html.is-gws .gws-bridge-slider .gws-slide-item.item-seminar::before {
  bottom: -3.1rem;
  margin-left: -11.8rem;
}
html.is-gws .gws-bridge-slider .gws-slide-item.item-experience::before {
  bottom: -4.5rem;
  margin-left: -0.8rem;
}

.gws-goto-banner--link {
  display: none;
}
html.is-gws .gws-goto-banner--link {
  color: var(--gws-primary-deep-brown);
  font-size: var(--font-body3);
  font-weight: 500;
  line-height: var(--lineheight-body3);
  width: 100%;
  max-height: var(--gws-goto-banner-height);
  position: fixed;
  top: var(--header-height);
  left: 0;
  z-index: 997;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: var(--gap-small);
  padding: calc(var(--gap-half) + 0.2rem) 0;
  background: #ede8e5;
}
html.is-gws .gws-goto-banner--link span.text-underline {
  text-decoration: underline;
  text-underline-offset: 2px;
}
@media (min-width: 1025px) {
  html.is-gws .gws-goto-banner--link {
    font-size: var(--font-body2);
    line-height: var(--lineheight-body2);
    gap: var(--gap-3x);
    padding: var(--gap-halfx3) 0;
  }
}
@media (max-width: 1024px) {
  html.is-gws body.has-goto-banner .plus-container .plus-contents--wrapper {
    padding-top: calc(var(--header-height) + var(--gws-goto-banner-height));
  }
  html.is-gws body.has-goto-banner.has-main-header .plus-wrapper:not(.fullMenu-wrapper) .plus-container .plus-contents--wrapper {
    padding-top: 0;
  }
}
html.is-gws body.has-goto-banner.has-main-header .gws-goto-banner--link {
  position: relative;
  top: unset;
  left: unset;
}
html.is-gws body:not(.has-main-header) .is-hidden.is-scrolling + .gws-goto-banner--link {
  top: calc(var(--gws-goto-banner-height) * -1);
}
@media (min-width: 1025px) {
  html.is-gws .gws-goto-banner--link {
    position: fixed;
    top: 85px;
    width: 100%;
    height: var(--gws-goto-banner-height);
    z-index: 99;
    background-color: #ede8e5;
  }
  html.is-gws .gws-goto-banner--link + .plus-breadcrumbs {
    top: calc(85px + var(--gws-goto-banner-height));
  }
  html.is-gws body.has-goto-banner .plus-wrapper.fullMenu-wrapper .gws-goto-banner--link {
    position: unset;
  }
}

.gws-test-btns {
  opacity: 0.4;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  position: fixed;
  top: 2px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 999;
  border: 2px solid transparent;
  background-color: var(--gws-primary-deep-brown);
}
.gws-test-btns button {
  opacity: 0.5;
  color: var(--gws-tertiary-soft-beige);
}
html.is-gws .gws-test-btns {
  opacity: 1;
  box-shadow: 0 5px 2px rgba(150, 103, 78, 0.5);
  border-color: var(--gws-primary-light-brown);
}
html.is-gws .gws-test-btns #gwsYn {
  opacity: 1;
  color: var(--gws-white);
}
html.is-first-gws .gws-test-btns #gws1Yn {
  opacity: 1;
  color: var(--gws-white);
}
.gws-test-btns, .gws-test-btns * {
  transition: all 0.5s ease-in-out;
}

/* GWS 웰컴패키지 */
html.is-gws.welcome-pack .welcome-back {
  background: linear-gradient(180deg, rgba(25, 12, 10, 0) 57.19%, rgba(25, 12, 10, 0.3) 114.39%), linear-gradient(105deg, var(--gws-primary-deep-brown) 0.74%, var(--gws-deepbrown) 29.73%, var(--gws-primary-deep-brown) 58.71%, #190c0a 83.5%), linear-gradient(109deg, var(--gws-primary-deep-brown) 0.86%, var(--gws-deepbrown) 53.73%, var(--gws-primary-deep-brown) 103.63%);
}
html.is-gws.welcome-pack .welcome-back::before {
  content: "";
  width: 100%;
  height: 40vh;
  position: absolute;
  bottom: 0;
  background: linear-gradient(180deg, rgba(23, 11, 10, 0) 0%, rgba(62, 30, 27, 0.7) 15%, var(--gws-primary-brown) 40%, var(--gws-primary-light-brown) 65%, #aa8470 80.29%, #e2d7ce 100%);
}
html.is-gws.welcome-pack .welcome-back .bg {
  position: relative;
  opacity: 1;
  transition: unset;
  background-image: url(/resources/img/gws/img_welcome_pattern.png);
  mix-blend-mode: plus-lighter;
  filter: contrast(10);
}
@media (min-width: 1025px) {
  html.is-gws.welcome-pack .welcome-back .bg {
    background-image: url(/resources/img/gws/img_welcome_pattern_big.png);
    background-position: center;
    background-size: 100% cover;
    filter: unset;
  }
}
html.is-gws.welcome-pack .welcome.hello .welcome-back::after {
  content: "";
  width: 41.1rem;
  height: 69.4rem;
  position: absolute;
  bottom: 2.9rem;
  left: 50%;
  transform: translateX(-50%);
  background-image: url(/resources/img/gws/bg_welcome_shadow.svg);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
}
html.is-gws.welcome-pack .welcome-contents {
  justify-content: space-between;
  align-items: center;
}
html.is-gws.welcome-pack .welcome-contents .content-top,
html.is-gws.welcome-pack .welcome-contents .content-bottom {
  width: 100%;
  position: relative;
}
html.is-gws.welcome-pack .welcome-contents .content-top {
  height: -moz-min-content;
  height: min-content;
}
html.is-gws.welcome-pack .welcome-contents .welcome-title, html.is-gws.welcome-pack .welcome-contents .welcome-title--text {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: var(--gap-halfx3);
}
html.is-gws.welcome-pack .welcome-contents .welcome-title--text {
  margin-bottom: 0;
}
html.is-gws.welcome-pack .welcome-contents .welcome-title--text .name {
  color: var(--gws-white);
  font-size: var(--font-heading3);
  font-weight: 500;
  line-height: var(--lineheight-heading3);
}
html.is-gws.welcome-pack .welcome-contents .welcome-title--text .massage-hello {
  color: #f5cd6c;
  font-size: 4.8rem;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: -0.05rem;
  background: linear-gradient(90deg, #f5cd6c 0%, #efd493 39.9%, #f5cd6c 74.53%, #efd493 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
html.is-gws.welcome-pack .welcome-contents .welcome-title .massage-info {
  color: var(--gws-tertiary-light-green);
  font-size: var(--font-heading6);
  font-weight: 500;
  line-height: var(--lineheight-heading6);
}
html.is-gws.welcome-pack .welcome-contents .content-bottom {
  flex: auto;
  max-height: 45.8rem;
  padding-bottom: 2.9rem;
}
html.is-gws.welcome-pack .welcome-contents .welcome-gift {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: end;
  margin-top: unset;
}
html.is-gws.welcome-pack .welcome-contents .welcome-gift.second {
  flex-direction: column;
  justify-content: end;
  align-items: center;
  padding-bottom: 3.6rem;
  background-image: url(/resources/img/gws/img_welcome_item_02_bottom.svg);
  background-repeat: no-repeat;
  background-position: center bottom;
}
html.is-gws.welcome-pack .welcome-contents .welcome-gift.second .img-box-top {
  margin-left: 4.7rem;
}
html.is-gws.welcome-pack .welcome-contents .welcome-gift.second .item-box {
  width: 100%;
  height: 100%;
  max-height: 18.6rem;
  position: relative;
}
html.is-gws.welcome-pack .welcome-contents .welcome-gift.second .item-box > img {
  height: auto;
  position: absolute;
  bottom: 0;
  left: 50%;
}
html.is-gws.welcome-pack .welcome-contents .welcome-gift.second .item-box img:nth-child(1) {
  width: 17rem;
}
html.is-gws.welcome-pack .welcome-contents .welcome-gift.second .item-box img:nth-child(2) {
  width: 18.9rem;
  z-index: 2;
}
html.is-gws.welcome-pack .welcome-contents .welcome-gift.second .item-box img:nth-child(3) {
  width: 12.6rem;
}
html.is-gws.welcome-pack .welcome-contents .welcome-title.after,
html.is-gws.welcome-pack .welcome-contents .welcome-title :is(.name, .massage-hello, .massage-info),
html.is-gws.welcome-pack .welcome-contents .welcome-gift:is(.first, .second) {
  opacity: 0;
}
html.is-gws.welcome-pack .welcome-contents .welcome-title.after {
  position: absolute;
  z-index: -1;
}
html.is-gws.welcome-pack .welcome-contents .welcome-gift.second {
  position: absolute;
  z-index: -1;
}
html.is-gws.welcome-pack .welcome-contents .welcome-gift.second .img-box-top {
  opacity: 1;
  transform: translateY(-60px);
}
html.is-gws.welcome-pack .welcome-contents .welcome-gift.second .item-box img:nth-child(1) {
  transform: translate(-127.5px, 13px);
}
html.is-gws.welcome-pack .welcome-contents .welcome-gift.second .item-box img:nth-child(2) {
  transform: translate(-88.83px, 0);
}
html.is-gws.welcome-pack .welcome-contents .welcome-gift.second .item-box img:nth-child(3) {
  transform: translate(-12px, -14px);
}
@keyframes welcomeTitleBefore {
  0% {
    opacity: 0;
  }
  33.3333333333%, 100% {
    opacity: 1;
  }
}
html.is-gws.welcome-pack .welcome-contents.start-top .welcome-title.before .name,
html.is-gws.welcome-pack .welcome-contents.start-top .welcome-title.before .massage-hello,
html.is-gws.welcome-pack .welcome-contents.start-top .welcome-title.before .massage-info {
  animation: welcomeTitleBefore 0.9s ease-out 0.6s 1 forwards;
}
html.is-gws.welcome-pack .welcome-contents.start-top .welcome-title.before .massage-hello {
  animation-delay: 1.2s;
}
html.is-gws.welcome-pack .welcome-contents.start-top .welcome-title.before .massage-info {
  animation-delay: 1.8s;
}
@keyframes welcomeGiftFrist {
  0% {
    opacity: 0;
  }
  33.3333333333%, 100% {
    opacity: 1;
  }
}
html.is-gws.welcome-pack .welcome-contents.start-bottom .welcome-gift.first {
  animation: welcomeGiftFrist 0.9s ease-out 0s 1 forwards;
}
@keyframes welcomeTitleBeforeFadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    position: absolute;
    z-index: -1;
  }
}
html.is-gws.welcome-pack .welcome-contents.start-top-second .welcome-title.before {
  animation: welcomeTitleBeforeFadeOut 0.3s ease-out 0s 1 forwards;
}
html.is-gws.welcome-pack .welcome-contents.start-top-second .welcome-title.after {
  opacity: 1;
  position: unset;
  z-index: unset;
}
@keyframes welcomeTitleAfter {
  0% {
    opacity: 0;
  }
  33.3333333333%, 100% {
    opacity: 1;
  }
}
html.is-gws.welcome-pack .welcome-contents.start-top-second .welcome-title.after .name,
html.is-gws.welcome-pack .welcome-contents.start-top-second .welcome-title.after .massage-hello {
  animation: welcomeTitleAfter 0.9s ease-out 0s 1 forwards;
}
html.is-gws.welcome-pack .welcome-contents.start-top-second .welcome-title.after .name {
  animation-delay: 0.3s;
}
html.is-gws.welcome-pack .welcome-contents.start-top-second .welcome-title.after .massage-hello {
  animation-delay: 0.9s;
}
html.is-gws.welcome-pack .welcome-contents.start-bottom-second .welcome-gift.first {
  opacity: 0;
  position: absolute;
  z-index: -1;
}
html.is-gws.welcome-pack .welcome-contents.start-bottom-second .welcome-gift.second {
  position: unset;
  z-index: unset;
}
@keyframes welcomeGiftSecondFadeIn {
  0% {
    opacity: 0;
  }
  33.3333333333%, 100% {
    opacity: 1;
  }
}
html.is-gws.welcome-pack .welcome-contents.start-bottom-second .welcome-gift.second {
  animation: welcomeGiftSecondFadeIn 0.9s ease-out 0s 1 forwards;
}
@keyframes welcomeGiftSecondImgTop {
  0% {
    opacity: 1;
    transform: translateY(-60px);
  }
  16.6666666667% {
    opacity: 1;
  }
  41.6666666667% {
    opacity: 0;
  }
  50%, 100% {
    opacity: 0;
    transform: translateY(-170px);
  }
}
html.is-gws.welcome-pack .welcome-contents.start-bottom-second .welcome-gift.second .img-box-top {
  animation: welcomeGiftSecondImgTop 1.2s ease 0s 1 forwards;
}
@keyframes welcomeGiftSecondImg01 {
  0% {
    transform: translate(-127.5px, 13px);
  }
  100% {
    width: 19.8rem;
    transform: translate(-202px, -100px);
  }
}
html.is-gws.welcome-pack .welcome-contents.start-bottom-second .welcome-gift.second .item-box img:nth-child(1) {
  animation: welcomeGiftSecondImg01 0.6s cubic-bezier(0.34, 1.56, 0.64, 1) 0s 1 forwards;
}
@keyframes welcomeGiftSecondImg02 {
  0% {
    transform: translate(-88.83px, 0);
  }
  100% {
    width: 20.79rem;
    transform: translate(-98.83px, -195px);
  }
}
html.is-gws.welcome-pack .welcome-contents.start-bottom-second .welcome-gift.second .item-box img:nth-child(2) {
  animation: welcomeGiftSecondImg02 0.6s cubic-bezier(0.34, 1.56, 0.64, 1) 0s 1 forwards;
}
@keyframes welcomeGiftSecondImg03 {
  0% {
    transform: translate(-12px, -14px);
  }
  100% {
    width: 15.75rem;
    transform: translate(30px, -125px);
  }
}
html.is-gws.welcome-pack .welcome-contents.start-bottom-second .welcome-gift.second .item-box img:nth-child(3) {
  animation: welcomeGiftSecondImg03 0.6s cubic-bezier(0.34, 1.56, 0.64, 1) 0s 1 forwards;
}
html.is-gws.welcome-pack .skip button {
  color: var(--gws-white);
}
html.is-gws.welcome-pack .welcome.auto-scroll {
  background: transparent;
}
html.is-gws.welcome-pack .welcome.auto-scroll::before {
  display: none;
}
html.is-gws.welcome-pack .welcome .welcome-swiper {
  animation: unset;
  background: #351915;
}
html.is-gws.welcome-pack .welcome .welcome-swiper .swiper-slide .welcome-goods > p {
  color: var(--gws-white);
}
html.is-gws.welcome-pack .welcome .welcome-swiper .swiper-slide .welcome-goods .goods-msg .page-info {
  color: #693829;
  font-size: var(--font-body3);
  line-height: var(--lineheight-body3);
  background: linear-gradient(180deg, #d5b66f 0%, #bca66b 18.27%, #d5b66f 50.48%, #c9ac5d 100%);
}
html.is-gws.welcome-pack .welcome .welcome-swiper .swiper-slide .welcome-goods .goods-msg .page-info .current {
  font-weight: 500;
}
html.is-gws.welcome-pack .welcome .welcome-swiper .swiper-slide .welcome-goods .goods-msg p {
  color: var(--gws-white);
}
html.is-gws.welcome-pack .welcome .welcome-swiper .swiper-button-prev::after,
html.is-gws.welcome-pack .welcome .welcome-swiper .swiper-button-next::after {
  filter: invert(1);
}
html.is-gws.welcome-pack .welcome .welcome-scroll {
  display: flex;
  flex-direction: column;
  gap: 3.6rem;
  padding-bottom: 1.4rem;
  padding-left: 3rem;
  padding-right: 3rem;
}
html.is-gws.welcome-pack .welcome .welcome-scroll [class*=welcome-scroll-] {
  background: transparent;
  padding: 0;
  filter: drop-shadow(0 0.4rem 0.4rem rgba(0, 0, 0, 0.25));
  transition: opacity 0.3s ease-out;
}
html.is-gws.welcome-pack .welcome .welcome-scroll [class*=welcome-scroll-]:first-child {
  margin-top: 18rem;
}
html.is-gws.welcome-pack .welcome .welcome-scroll [class*=welcome-scroll-]::before, html.is-gws.welcome-pack .welcome .welcome-scroll [class*=welcome-scroll-]::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(254deg, #ffebd7 0.61%, #fff6ef 52.44%, #ffebd7 99.51%);
  border-radius: 0.6rem;
}
html.is-gws.welcome-pack .welcome .welcome-scroll [class*=welcome-scroll-]::before {
  width: calc(100% - 1.2rem);
  height: 100%;
  left: 0.6rem;
}
html.is-gws.welcome-pack .welcome .welcome-scroll [class*=welcome-scroll-]::after {
  width: 100%;
  height: calc(100% - 1.6rem);
  top: 0.8rem;
}
html.is-gws.welcome-pack .welcome .welcome-scroll [class*=welcome-scroll-] > * {
  animation: unset;
}
html.is-gws.welcome-pack .welcome .welcome-scroll [class*=welcome-scroll-] > .inner {
  width: 100%;
  margin: unset;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 1.8rem 2rem 2.4rem;
}
html.is-gws.welcome-pack .welcome .welcome-scroll [class*=welcome-scroll-] > .inner::before, html.is-gws.welcome-pack .welcome .welcome-scroll [class*=welcome-scroll-] > .inner::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  border: 1px solid #e4dbd2;
  border-radius: var(--border-radius);
  z-index: 1;
}
html.is-gws.welcome-pack .welcome .welcome-scroll [class*=welcome-scroll-] > .inner::before {
  width: calc(100% - 1.2rem);
  height: calc(100% - 0.8rem);
  top: 0.4rem;
  left: 0.6rem;
}
html.is-gws.welcome-pack .welcome .welcome-scroll [class*=welcome-scroll-] > .inner::after {
  width: calc(100% - 0.6rem);
  height: calc(100% - 1.6rem);
  top: 0.8rem;
  left: 0.3rem;
}
html.is-gws.welcome-pack .welcome .welcome-scroll [class*=welcome-scroll-] > .inner .welcome-msg {
  width: unset;
  height: unset;
  margin-top: unset;
  margin-left: unset;
  padding: 1.2rem 0;
  display: flex;
  flex-direction: column;
  z-index: 2;
}
html.is-gws.welcome-pack .welcome .welcome-scroll [class*=welcome-scroll-] > .inner .welcome-msg .bounce-txt {
  animation: unset;
  position: relative;
  top: unset;
  left: unset;
  transform: unset;
  margin-bottom: 2rem;
  background: var(--gws-brown);
}
html.is-gws.welcome-pack .welcome .welcome-scroll [class*=welcome-scroll-] > .inner .welcome-msg .bounce-txt::after {
  border-top-color: var(--gws-brown);
}
html.is-gws.welcome-pack .welcome .welcome-scroll [class*=welcome-scroll-] > .inner .welcome-msg .bg {
  display: none;
}
html.is-gws.welcome-pack .welcome .welcome-scroll [class*=welcome-scroll-] > .inner .welcome-msg p {
  color: #311613;
  font-size: var(--font-heading6);
  line-height: var(--lineheight-heading6);
  height: 10.4rem;
  animation: unset;
}
html.is-gws.welcome-pack .welcome .welcome-scroll [class*=welcome-scroll-] > .inner .welcome-msg.boom .bounce-txt {
  width: 6rem;
  height: 6rem;
  font-size: 0;
  line-height: 0;
  margin-bottom: -1.2rem;
  background-color: transparent;
  background-image: url(/resources/img/gws/icons/icon_welcome_msg_check.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
html.is-gws.welcome-pack .welcome .welcome-scroll [class*=welcome-scroll-] > .inner .welcome-msg.boom .bounce-txt::after {
  display: none;
}
html.is-gws.welcome-pack .welcome .welcome-scroll [class*=welcome-scroll-] .inner .welcome-msg:not(:first-child), html.is-gws.welcome-pack .welcome .welcome-scroll [class*=welcome-scroll-] .inner .welcome-msg:first-child > * {
  opacity: 0;
  transform: translateY(1rem);
}
html.is-gws.welcome-pack .welcome .welcome-scroll [class*=welcome-scroll-] .inner .welcome-msg:not(:last-child) {
  border-bottom: 1px dashed transparent;
  transition: border-bottom-color 0.3s ease-out 0.3s;
}
html.is-gws.welcome-pack .welcome .welcome-scroll [class*=welcome-scroll-].animate {
  opacity: 1;
}
@keyframes welcomeMsgText {
  0% {
    opacity: 0;
    transform: translateY(10px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
html.is-gws.welcome-pack .welcome .welcome-scroll [class*=welcome-scroll-].animate .inner .welcome-msg:first-child p {
  animation: welcomeMsgText 0.4s ease-out 0s 1 forwards;
}
@keyframes welcomeMsg {
  0% {
    opacity: 0;
    transform: translateY(10px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
html.is-gws.welcome-pack .welcome .welcome-scroll [class*=welcome-scroll-].animate .inner .welcome-msg:not(:first-child) {
  animation: welcomeMsg 0.4s ease-out 0s 1 forwards;
}
html.is-gws.welcome-pack .welcome .welcome-scroll [class*=welcome-scroll-].animate .inner .welcome-msg:nth-child(2) {
  animation-delay: 1.2s;
}
html.is-gws.welcome-pack .welcome .welcome-scroll [class*=welcome-scroll-].animate .inner .welcome-msg:nth-child(3) {
  animation-delay: 2.1s;
}
@keyframes welcomeMsgBounceText {
  0% {
    opacity: 0;
    transform: translateY(10px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
html.is-gws.welcome-pack .welcome .welcome-scroll [class*=welcome-scroll-].animate .inner .welcome-msg .bounce-txt {
  animation: welcomeMsgBounceText 0.4s ease-out 3s 1 forwards;
}
html.is-gws.welcome-pack .welcome .welcome-scroll [class*=welcome-scroll-].animate .inner .welcome-msg:not(:last-child) {
  border-bottom-color: #e9e1d1;
}
html.is-gws.welcome-pack .welcome .welcome-scroll [class*=welcome-scroll-].animate:not(:first-child) .welcome-msg:first-child p {
  animation-delay: 0.3s;
}
html.is-gws.welcome-pack body.complete {
  background: #fff linear-gradient(180deg, #f7e9dc 0%, #fff 27.4vh, #fff 100%);
}
html.is-gws.welcome-pack .welcome.complete .end-msg--box::before {
  background-image: url(/resources/img/gws/img_welcome_happycall.png);
}
html.is-gws.welcome-pack .welcome.auto-scroll .btns {
  position: sticky;
  width: auto;
}
html.is-gws.welcome-pack .welcome.auto-scroll .btns button {
  background-color: var(--gws-primary-burgundy);
}

/* GWS 진입용 띠배너 */
:root {
  --gws-goto-banner-height: 30px;
}
@media (min-width: 1025px) {
  :root {
    --gws-goto-banner-height: 44px;
  }
}
:root.plus-zoom {
  --gws-goto-banner-height: 34px;
}

/* Happy Call GWS Style */
html.is-gws body .plus-wrapper.hpch-wrapper .plus-content.hpch-content {
  background-color: #f6f3f1;
}
html.is-gws body .plus-wrapper.hpch-wrapper .plus-content.hpch-content .radio-btn-box:not(.txt-align-left) label {
  padding-top: 1px;
  padding-bottom: 1px;
}
html.is-gws body .plus-wrapper.hpch-wrapper .plus-content.hpch-content .radio-btn-box input:checked + label {
  padding-top: 0;
  padding-bottom: 0;
  border-width: 2px !important;
}
html.is-gws body .plus-wrapper.hpch-wrapper .plus-content.hpch-content .radio-btn-box input:disabled + label {
  color: #858b91;
  background-color: #ebeced;
  border-color: #d6d8da;
}
html.is-gws body .plus-wrapper.hpch-wrapper .plus-content.hpch-content .radio-btn-box.txt-align-left input:checked + label {
  padding-top: 12px;
  padding-bottom: 12px;
}
html.is-gws body .plus-wrapper.hpch-wrapper .txt-info-state.green {
  background-color: #eaf2f0;
  border-color: #accbc4;
}
html.is-gws body .plus-wrapper.hpch-wrapper .txt-info-state.pink {
  background-color: #faeceb;
  border-color: #f0c7c4;
}
html.is-gws body .plus-wrapper.hpch-wrapper .txt-info-state.green,
html.is-gws body .plus-wrapper.hpch-wrapper .condition-regular::before {
  background-image: url(/resources/img/gws/happycall/icon_condition-regular.svg);
}
html.is-gws body .plus-wrapper.hpch-wrapper .txt-info-state.pink,
html.is-gws body .plus-wrapper.hpch-wrapper .contract-reject::before {
  background-image: url(/resources/img/gws/happycall/icon_contract_reject.svg);
}
html.is-gws body .plus-wrapper.hpch-wrapper .font-color-red {
  color: #0c6dd2 !important;
}
html.is-gws body .plus-wrapper.hpch-wrapper .bridge-area .img-bridge {
  background-image: url(/resources/img/gws/happycall/img_bridge.png);
  background-repeat: no-repeat;
  background-position: center top 58.5%;
  background-size: 210px;
}
html.is-gws body .plus-wrapper.hpch-wrapper .bridge-area .img-bridge img {
  display: none;
}
html.is-gws body .plus-wrapper.hpch-wrapper .common-infotxt-finish::before {
  background-color: #eaf2f0;
}
html.is-gws body .plus-wrapper.hpch-wrapper .finish-svg path {
  stroke: #2f7d6b;
}
html.is-gws body .plus-wrapper.hpch-wrapper .tip-dropdown-box.bg-blue {
  background: #eaf0f7;
  border-color: #c0d2e8;
}
html.is-gws body .plus-wrapper.hpch-wrapper .tip-dropdown-box.bg-blue > .tip-btn::before {
  background-image: url(/resources/img/gws/happycall/icon-tip-dropdown-blue.svg);
}
html.is-gws body .plus-wrapper.hpch-wrapper .cont-inn-wrap.happycall .tip-dropdown-box .txt-gray-box {
  background: #f6f3f1;
}
html.is-gws body .plus-wrapper.hpch-wrapper .progress-area .step-area .txt .font-color-red {
  color: var(--gws-primary-light-brown) !important;
}
html.is-gws body .plus-wrapper.hpch-wrapper .progress-area .progressbar .percent {
  background: var(--gws-primary-burgundy);
}
html.is-gws body .plus-wrapper.hpch-wrapper ~ .wrap-popup .pop-cont .data-list-area {
  border-bottom-color: rgba(230, 220, 213, 0.4);
}

/* Skeleton Set */
.skeleton-load .user-processing--list .swiper .swiper-slide {
  padding-top: 14.6rem;
}

html:is(.skeleton-load.is-new-mypage) .myinfo > strong,
html:is(.skeleton-load.is-new-mypage) .myinfo .my-contract--link,
html:is(.skeleton-load.is-new-mypage) .myloan {
  position: relative;
  overflow: hidden;
  border-radius: 4px;
  box-shadow: unset;
}
html:is(.skeleton-load.is-new-mypage) .myinfo > strong::before,
html:is(.skeleton-load.is-new-mypage) .myinfo .my-contract--link::before,
html:is(.skeleton-load.is-new-mypage) .myloan::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #ebeced;
  background-image: unset !important;
  color: #ebeced !important;
  overflow: hidden;
  z-index: 100;
}
html:is(.skeleton-load.is-new-mypage) .myinfo > strong::after,
html:is(.skeleton-load.is-new-mypage) .myinfo .my-contract--link::after,
html:is(.skeleton-load.is-new-mypage) .myloan::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transform: translateX(-100%);
  background-image: linear-gradient(90deg, rgba(245, 245, 246, 0) 0%, rgb(245, 245, 246) 25%, rgba(245, 245, 246, 0));
  animation: shimmer 1.5s infinite;
  z-index: 200;
}
html:is(.skeleton-load.is-new-mypage) .myinfo .dp-flex--alignc {
  position: relative;
  overflow: hidden;
  background: #ebeced !important;
  border: none;
  border-radius: 4px;
  color: #ebeced !important;
}
html:is(.skeleton-load.is-new-mypage) .myinfo .dp-flex--alignc > * {
  opacity: 0;
}
html:is(.skeleton-load.is-new-mypage) .myinfo .dp-flex--alignc::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transform: translateX(-100%);
  background-image: linear-gradient(90deg, rgba(245, 245, 246, 0) 0%, rgb(245, 245, 246) 25%, rgba(245, 245, 246, 0));
  animation: shimmer 1.5s infinite;
  z-index: 200;
}

html:is(.skeleton-load.is-new-mypage.is-gws) .myinfo .gws-link-banner {
  position: relative;
  overflow: hidden;
  background: #ebeced !important;
  border: none;
  border-radius: 4px;
  color: #ebeced !important;
}
html:is(.skeleton-load.is-new-mypage.is-gws) .myinfo .gws-link-banner > * {
  opacity: 0;
}
html:is(.skeleton-load.is-new-mypage.is-gws) .myinfo .gws-link-banner::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transform: translateX(-100%);
  background-image: linear-gradient(90deg, rgba(245, 245, 246, 0) 0%, rgb(245, 245, 246) 25%, rgba(245, 245, 246, 0));
  animation: shimmer 1.5s infinite;
  z-index: 200;
}