:root {
	    --linear-bg: linear-gradient(135deg, #04c1ba 0%, #00a49d 100%);
	    --chat-border: 0.2rem solid #00a49d;
	    --chat-msg-bg: #f5ffff;
	    --chat-bg: #00a49d;
	}

	/* layer-clause-detail */
	.layer-clause-detail .ui-layer__body-inner {
		padding-top: 10px;
	}
	
	/* layer-flow-control */
	.layer-flow-control {
	  z-index: 999999;
	  opacity: 1;
	}
	.flow-control {
	  box-sizing: border-box;
	  width: 320px;
	  padding: 40px 20px 20px;
	  border-radius: 16px;
	  background-color: #fff;
	  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.05);
	}
	.flow-control-logo {
	  width: 66px;
	  height: 18px;
	  margin: 0 auto 25px;
	  background: url("/images/common/footer-logo.svg") no-repeat 50% 50%;
	}
	.flow-control-title {
	  margin: 0 0 10px;
	  font-size: 2.1rem;
	  line-height: 3rem;
	  text-align: center;
	}
	.flow-control-title strong {
	  font-weight: 700;
	}
	.flow-control-text {
	  margin: 0;
	  color: var(--gray-80);
	  font-size: 1.5rem;
	  line-height: 2.2rem;
	  text-align: center;
	}
	.flow-control-info {
	  margin-top: 25px;
	  padding: 20px;
	  border-radius: 6px;
	  background-color: var(--gray-20);
	}
	.flow-control-info-title {
	  margin: 0;
	  font-weight: 500;
	  font-size: 1.3rem;
	  line-height: 1.8rem;
	}
	.flow-control-info-text {
	  margin: 10px 0 0;
	  color: var(--gray-70);
	  font-size: 1.3rem;
	  line-height: 1.8rem;
	}
	.flow-control-info .link-row {
	  margin-top: 10px;
	}
	.flow-control-progress {
	  display: none;
	}

  /* ÇÏ´Ü ¹öÆ° */
  .page-buttons .ui-basic-button,
  .ui-buttons button,
  .ui-basic-button.type-underline {
    font-size: 1.7rem;
  }
  /* // ÇÏ´Ü ¹öÆ° */

  /* ½ºÅ©·Ñ ³»·ÈÀ» ¶§ ¹öÆ° */
  .page-buttons .ui-button[data-pageEndActive] {
    border-color: var(--gray-30);
    background-color: var(--gray-30);
    color: var(--gray-60);
    pointer-events: none;
    transition: 0.2s;
  }
  .page-buttons.is-bottom .ui-button[data-pageEndActive] {
    border-color: var(--primary);
    background-color: var(--primary);
    color: #fff;
    pointer-events: unset;
  }

  /* ¸ð´Þ ³»¿ë */
  .layer-info {
    font-size: 1.7rem;
    line-height: 1.5;
  }
  /* // ¸ð´Þ ³»¿ë */

  /* ¼ÒºñÄíÆù »ç¿ë °¡´É ¸ÅÀå Ã£±â */
  .stickyBanner {
    position: sticky;
    top: 50px;
    z-index: 1;
    width: 100%;
    height: 28.8888vw;
    margin-top: 38px;
    background-color: #fff;
  }
  .stickyBanner-link {
    display: block;
    width: 100%;
    height: 24.4444vw;
    margin: 0 auto;
  }
  .stickyBanner-link img {
    display: block;
    max-width: 100%;
    margin: 0 auto;
  }
  /* // ¼ÒºñÄíÆù »ç¿ë °¡´É ¸ÅÀå Ã£±â */
	
	:root {
	    --linear-bg: linear-gradient(135deg, #04c1ba 0%, #00a49d 100%);
	    --chat-border: 0.2rem solid #00a49d;
	    --chat-msg-bg: #f5ffff;
	    --chat-bg: #00a49d;
	}
