@font-face {
  font-family: "Gilroy";
  font-weight: 400;
  font-style: normal;

  font-display: swap;
  src: url(../fonts/Gilroy-Regular.woff2) format("woff2"), url(../fonts/Gilroy-Regular.woff) format("woff");
}
@font-face {
  font-family: "Gilroy-Bold";
  font-weight: 700;
  font-style: normal;

  font-display: swap;
  src: url(../fonts/Gilroy-Bold.woff2) format("woff2"), url(../fonts/Gilroy-Bold.woff) format("woff");
}
@font-face {
  font-family: "Google Sans";
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  src: url(../fonts/GoogleSans-Regular.woff2) format("woff2"), url(../fonts/GoogleSans-Regular.woff) format("woff");
}
@font-face {
  font-family: "GoogleSans-Medium";
  font-weight: 500;
  font-style: normal;

  font-display: swap;
  src: url(../fonts/GoogleSans-Medium.woff2) format("woff2"), url(../fonts/GoogleSans-Medium.woff) format("woff");
}
@font-face {
  font-family: "GoogleSans-Bold";
  font-weight: 700;
  font-style: normal;

  font-display: swap;
  src: url(../fonts/GoogleSans-Bold.woff2) format("woff2"), url(../fonts/GoogleSans-Bold.woff) format("woff");
}

* {
  box-sizing: border-box;
}

body {
  font-family: "Google Sans", system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, "Open Sans", "Helvetica Neue", sans-serif, serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;

  position: relative;

  color: #333;

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

input:focus,button:focus {
  outline: none;
}

body,h1,h2,h3,h4,h5,h6,p,ul,ol {
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
}

li {
  list-style: none;
}

article,aside,figure,footer,header,main,nav,section {
  display: block;
}

a {
  display: inline-block;

  cursor: pointer;
  text-decoration: none;

  color: #000;
}

a,a:hover,a:visited {
  outline: none;
}

html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  background-color: #fff;
}

img {
  width: 100%;
  max-width: 100%;

  transition: opacity ease 0.25s;
  vertical-align: middle;

  opacity: 1;
}

img[data-src] {
  opacity: 0;
}

input {
  border: none;
  background: 0 0;
}

::-webkit-input-placeholder {
  color: #9da8ba;
  font-size: 15px;
}

::-moz-placeholder {
  color: #9da8ba;
  font-size: 15px;
}

:-ms-input-placeholder {
  color: #9da8ba;
  font-size: 15px;
}

input[type="checkbox"] {
  display: none;
}

.coverlink {
  position: absolute;
  z-index: 3;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.wrapper {
  padding: 0 16px;
}

/* header */
.header {
  height: 56px;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-bottom: 1px solid #F5F5F5;
  background: #19233D;
}
.header .wrapper {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header-logo {
  width: 177px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header-nav {
  display: flex;
  align-items: center;
  gap: 8px;
}
.header-nav .icon-senior {
  width: 24px;
  height: 24px;
  fill: #fff;
}
.header-nav span {
  font-family: 'Gilroy';
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  color: #fff;
  display: none;
}
.header-nav:hover span{
  text-decoration: underline;
  text-underline-offset: 3px;
}


/* footer */
.footer {
  padding: 24px 0;
  background: #19233D;
}
.footer .wrapper {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.footer-top {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  padding-bottom: 16px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}
.footer-logo {
  width: 200px;
}
.footer-text {
  color: #FFF;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
}
.footer-bot {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}
.footer-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
}
.footer-nav a {
  color: #999;
  text-align: center;
  font-family: 'Gilroy';
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  text-transform: uppercase;
}
.footer-nav a:hover {
  text-decoration: underline;
}
.footer-copyright {
  color: #666;
  font-size: 12px;
  line-height: 16px;
  text-transform: uppercase;
}

/* 404 */
.not-find {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 40px 0;
}
.icon-not {
  width: 300px;
  stroke: #334982;
}
.not-info {
  display: flex;
  flex-direction: column;
  align-items: center;

  margin-top: 32px;
}
.not-info h1 {
  font-family: 'Gilroy-Bold';
  font-size: 30px;
  line-height: 40px;
  margin-bottom: 6px;
}
.not-info p {
  color: #666;
  margin-bottom: 24px;
}
.not-info a {
  background-color: #0B56B8;
  color: #fff;
  padding: 10px 24px;
  width: 180px;
  text-align: center;

  border-radius: 32px;
  font-weight: 700;
}
.not-info a:hover {
  text-decoration: underline;
}
/* archive-page */
.archive-page {
  min-height: calc(100vh - 100px);
}
.archive-info {
  margin-bottom: 40px;
}
.archive-info h2 {
  font-family: 'Gilroy-Bold';
  font-size: 24px;
  line-height: 28px;
  margin-top: 20px;
  margin-bottom: 12px;
}
.archive-info h3 {
  font-family: 'Gilroy-Bold';
  font-size: 20px;
  line-height: 24px;
  margin-top: 20px;
  margin-bottom: 16px;
}
.archive-info h4 {
  font-family: 'Gilroy-Bold';
  font-size: 18px;
  line-height: 24px;
  margin-top: 20px;
  margin-bottom: 16px;
}
.archive-info p {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 16px;
}
.archive-info ul {
  padding-left: 16px;
}
.archive-info ul li {
  list-style: disc;
  color: #666;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 10px;
  padding-left: 6px;
}

/* index */
.banner {
  height: 300px;
  padding: 20px;
  border-radius: 16px;
  background: linear-gradient(270deg, rgba(25, 35, 61, 0.00) 41.73%, rgba(25, 35, 61, 0.40) 85.43%), url(../images/banner.avif) lightgray 50% / cover no-repeat;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin-top: 16px;
  margin-bottom: 16px;
}
.banner-info {
  width: 60%;
  max-width: 200px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 20px;
}
.banner-tl {
  color: #FFF;
  font-family: 'Gilroy';
  font-size: 24px;
  font-weight: 600;
  line-height: 30px;
}
.icon-down {
  width: 20px;
  height: 20px;
  fill: #fff;
}

/* planing list */
.planing-ls {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  margin-bottom: 16px;
}

.planing-item {
  position: relative;
  display: flex;
  padding: 20px 12px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 12px;
  border-radius: 24px;
  background: rgba(228, 239, 255, 0.50);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.planing-item:hover {
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.05);
}
.planing-item:hover .planing-img {
  transform: scale(1.1);
}

.planing-img {
  width: 48px;
  height: 48px;
  object-fit: cover;
  transition: transform 0.25s ease;
}

.planing-info {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.planing-tl {
  text-align: center;
  font-family: 'Gilroy';
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  margin-bottom: 6px;
}

.planing-tag {
  color: #0B56B8;
  font-family: 'Gilroy';
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
}

.block-tl {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  font-family: 'Gilroy-Bold';
  font-size: 24px;
  line-height: 1;
  margin-top: 24px;
  margin-bottom: 20px;
}
.calculator-tag {
  color: #0B56B8;
}
.worksheet-tag {
  color: #007668;
}
.guide-tag {
  color: #A07141;
}
.tools-tag {
  color: #C60B56;
}

/* calculator-block */
.calculator-block {
  padding: 1px;
  border-radius: 24px;
  background: #F4F5F7;
  margin-bottom: 20px;
}
.main-container {
  max-width: 638px;
  margin: 0 auto;
  background-color: #fafafa;
  box-shadow: 0px 4px 24px 0px rgba(0, 0, 0, 0.08);
  border-radius: 24px;
}
.main-container input {
  outline: 0;
  border-bottom: 2px solid #dcdcdc;
  padding: 10px;
  width: 100%;
  background: #efefef;
}
.main-container input:focus {
  border-color: rgb(162, 162, 162);
  background: #fff;
}
.main-container .span50{
  width: 50%;
}
.main-container.span100{
  width: 100%;
}
.row {
  padding: 20px 20px;
  display: flex;
  border-bottom: 1px solid #ccc;
}
.row:last-child{
  border-bottom: none;
}
.form-title {
  text-align: center;
  display: block;
  padding: 24px 16px;
  font-size: 16px;
  font-weight: 600;
  color: #19233D;
  text-transform: uppercase;
}
.span50 .field-title{
  height: 48px;
}
.field-container {
  width: 100%;
}
.field-container:first-child {
  padding-right: 20px;
}
.field-title {
  font-weight: bold;
  margin-bottom: 10px;
}
.field-result{
  font-size: 14px;
  margin-top: 10px;
}
.field-result .value {
  font-weight: bold;
}
.field-input {
  display: inline-flex;
  width: 100%;
}
#slider {
  width: 100%;
  margin: 10px 25px 20px 25px;
}
#payout-slider {
  width: 100%;
  margin: 10px 25px 20px 25px;
}
.ui-state-focus {
  color: #1c94c4 !important;
  background-color: #f6f6f6 !important;
}
.ui-slider-handle{
  padding: 7px 8px 7px 8px;
  width: 40px !important;
  top: -0.6em !important;
  text-align: center;
  margin-left: -1.6em;
}
.calcResult {
  font-size: 19px;
  font-weight: bold;
  color: #222;
  width: 100%;
}
.calcResult .resultText {
  float: left;
}
.calcResult .resultValue {
  float: right;
}
.calc-footnote {
  display: block;
  float: left;
  width: 100%;
  margin-top: 5px;
  font-size: 13px;
  color: darkorange;
}
.no-pad{
  padding: 0 !important;
}
.chart-container {
  display: flex;
  max-width: 100%;
}
#myCanvas {
  flex: 1 1 auto;
}
.ui-slider .ui-slider-handle {
  height: 34px !important;
  width: 44px !important;
}

/* worksheet-block */
.worksheet-ls {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 16px;
  margin-bottom: 20px;
}
.worksheet-item {
  position: relative;
  display: flex;
  padding: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 16px;
  flex: 1 0 0;
  align-self: stretch;
  border-radius: 24px;
  border: 1px solid #DDD;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.worksheet-item:hover {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}
.worksheet-item:hover .worksheet-btn {
  background-color: #007668;
  color: #fff;
}

.worksheet-img {
  height: 300px;
  object-fit: cover;
}
.worksheet-btn {
  display: flex;
  min-height: 48px;
  padding: 10px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  align-self: stretch;
  border-radius: 32px;
  border: 2px solid #007668;
  overflow: hidden;
  color: #007668;
  text-align: center;
  font-feature-settings: 'liga' off, 'clig' off;
  text-overflow: ellipsis;
  font-family: "GoogleSans-Medium";
  font-weight: 500;
  font-size: 16px;
  line-height: 1;
  transition: background-color 0.3s ease;
}

.guide-block {
  background: #FCF9F5;
  padding: 32px 0 20px;
}
.guide-block .block-tl {
  margin-top: 0;
}
.guide-ls {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 16px;
}
.guide-item {
  position: relative;
  display: flex;
  align-items: center;
  gap: 16px;
}

.guide-item:hover .guide-tl {
  color: #0B56B8;
}
.guide-item:hover .public-piccon {
  transform: scale(1.05);
}

.guide-pic {
  position: relative;
  width: 120px;
  height: 100px;
  overflow: hidden;
  border-radius: 8px;
}
.public-piccon {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}
.guide-info {
  flex: 1;
}
.guide-tl {
  font-family: 'Gilroy-Bold';
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 4px;

  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
}
.guide-desc {
  color: #787878;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.1px;
  margin-top: 4px;
  margin-bottom: 4px;

  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
}
.guide-cate {
  color: #A07141;
  font-size: 10px;
  font-family: "GoogleSans-Medium";
  font-weight: 500;
  line-height: 1;
  letter-spacing: 1.12px;
  text-transform: uppercase;
}

.tools-ls {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 16px;
  margin-bottom: 20px;
}
.tools-item {
  position: relative;
  display: flex;
  flex-direction: column;
  height: auto;
  align-items: center;
  border-radius: 24px;
  border: 1px solid #DDD;
  overflow: hidden;
  transition: box-shadow 0.3s ease;
}

.tools-pic {
  position: relative;
  width: 100%;
  aspect-ratio: 16/9;
  overflow: hidden;
}
.tools-piccon {

}
.tools-info {
  flex: 1;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px 24px;
}
.tools-cate {
  color: #C60B56;
  font-size: 12px;
  font-family: "GoogleSans-Medium";
  font-weight: 500;
  line-height: 14px;
  letter-spacing: 4px;
  text-transform: uppercase;
}
.tools-tl {
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;

  margin-top: 10px;
  margin-bottom: 10px;
}
.tools-desc {
  color: #787878;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.1px;
  text-align: center;

  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
}
.tools-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 138px;
  height: 40px;
  gap: 10px;
  border-radius: 8px;
  background: #000;
  width: 138px;

  color: #FFF;
  font-size: 16px;
  font-family: "GoogleSans-Medium";
  font-weight: 500;
  line-height: 16px;
  margin-top: 16px;
  transition: letter-spacing 0.3s ease;
}

.tools-item:hover {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}
.tools-item:hover .tools-btn {
  letter-spacing: 1px;
}

.first-tools {
  background-color: #000;
}
.first-tools .tools-tl {
  color: #FFF;
}
.first-tools .tools-btn {
  background-color: #fff;
  color: #333;
}
.index-space,.mb-space {
  margin-bottom: 20px;
}

/* worksheet */
.page-tl {
  font-family: 'Gilroy-Bold';
  font-size: 24px;
  line-height: 28px;
  margin-top: 20px;
  margin-bottom: 12px;
}
.page-desc {
  margin-bottom: 20px;
}

.worksheet-plan-ls {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 16px;
  margin-top: 20px;
  margin-bottom: 20px;
}
.worksheet-plan-item {
  position: relative;
  display: flex;
  align-items: center;
  gap: 16px;
}
.worksheet-plan-pic {
  position: relative;
  width: 160px;
  height: 200px;
  padding: 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 16px;
  border: 1px solid #EEE;
  background: #FFF;
  overflow: hidden;
}
.worksheet-plan-pic .public-piccon {
  padding: 12px;
}
.worksheet-plan-info {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}
.worksheet-plan-tl {
  font-size: 16px;
  font-family: "GoogleSans-Medium";
  font-weight: 500;
  line-height: 24px;
  text-align: center;
}
.worksheet-plan-btn {
  display: flex;
  width: 160px;
  height: 44px;
  padding: 10px;
  justify-content: center;
  align-items: center;
  gap: 4px;
  border-radius: 32px;
  border: 2px solid rgba(0, 118, 104, 0.20);
  color: #007668;
}
.icon-download {
  width: 20px;
  height: 20px;
  fill: #007668;
}
.worksheet-plan-btn span {
  text-align: center;
  font-size: 14px;
  font-family: "GoogleSans-Medium";
  font-weight: 500;
  line-height: 1;
}
.worksheet-plan-item:hover .worksheet-plan-btn {
  background-color: #007668;
  color: #fff;
}
.worksheet-plan-item:hover .icon-download {
  fill: #fff;
}
.worksheet-plan-item:hover .public-piccon {
  transform: scale(1.05);
}
.worksheet-tags {
  display: flex;
  gap: 8px;
}
.worksheet-tags span {
  display: flex;
  padding: 8px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 4px;

  
  text-align: center;
  font-family: 'Gilroy-Bold';
  font-size: 12px;
  line-height: 12px;
}
.xls {
  background: #ECF9ED;
  color: #43A049;
}
.pdf {
  background: #FBECEC;
  color: #D32F2F;
}

.subpage-tl {
  font-family: 'Gilroy-Bold';
  font-size: 20px;
  line-height: 24px;
  margin-top: 20px;
  margin-bottom: 16px;
}
.subpage-desc {
  color: #666;
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 40px;
}
.subpage-tl + .subpage-info {
  margin-top: 0;
}
.subpage-info {
  margin-top: 20px;
  margin-bottom: 20px;
}
.subpage-info h2 {
  font-family: 'Gilroy-Bold';
  font-size: 20px;
  line-height: 24px;
  margin-top: 20px;
  margin-bottom: 16px;
}
.subpage-info h3 {
  font-family: 'Gilroy-Bold';
  font-size: 16px;
  line-height: 24px;
  margin-top: 16px;
  margin-bottom: 16px;
}
.subpage-info p {
  color: #666;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 16px;
}
.subpage-info ul { 
  padding-left: 16px;
}
.subpage-info ul li {
  list-style: disc;
  color: #666;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 10px;
  padding-left: 6px;
}

.right-ls {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  margin-top: 20px;
}
.right-item {
  position: relative;
  display: flex;
  padding: 24px 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 12px;
  border-radius: 16px;
  background: rgba(228, 239, 255, 0.50);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.right-img {
  flex: 0 0 48px;
  width: 48px;
  height: 48px;
  transition: transform 0.3s ease;
}
.right-info {
  font-family: Gilroy;
  font-weight: 600;
  text-align: center;
}
.right-tl,.right-tag {
  font-size: 16px;
  line-height: 20px;
}
.right-space {
  margin: 20px 0;
}
.right-item:hover {
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.05);
}
.right-item:hover .right-img {
  transform: scale(1.1);
}
.right-tag {
  color: #0B56B8;
}
.worksheet {
  background: rgba(219, 244, 231, 0.50);
}
.guide {
  background: rgba(252, 241, 224, 0.50);
}
.tools {
  background: rgba(252, 230, 238, 0.50);
}
.worksheet .right-tag,
.worksheet .planing-tag {
  color: #007668;
}
.guide .right-tag,
.guide .planing-tag {
  color: #A07141;
}
.tools .right-tag,
.tools .planing-tag {
  color: #C60B56;
}

/* worksheet detail */
.worksheet-detail {
  margin: 20px 0;
}
.worksheet-detail-pic {
  border-radius: 12px;
  border: 1px solid #EEE;
  background: #FFF;
  overflow: hidden;
}
.worksheet-detail-piccon {
  object-fit: cover;
}
.worksheet-detail-info {
  margin-top: 16px;
}
.worksheet-detail-tl {
  font-family: "GoogleSans-Bold";
  font-size: 20px;
  line-height: 24px;
  text-align: center;
  margin-bottom: 16px;
}
.worksheet-detail-ls {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.worksheet-detail-item {
  display: flex;
  padding: 24px;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  border-radius: 12px;
  background: #F8F8F8;
}
.worksheet-detail-tag {
  font-family: "GoogleSans-Bold";
  font-weight: 700;
  font-size: 16px;
  line-height: 28px;
  color: #666;
}
.worksheet-detail-btn {
  display: flex;
  width: 180px;
  height: 44px;
  padding: 10px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border-radius: 32px;
  background: #46914B;
}
.worksheet-detail-btn span {
  color: #FFF;
  font-size: 16px;
  font-family: "GoogleSans-Medium";
  font-weight: 500;
  line-height: 1;
  transition: letter-spacing 0.3s ease;
}
.worksheet-detail-btn .icon-download {
  fill: #fff;
}
.pdf .worksheet-detail-btn {
  background: #D14747;
}
.worksheet-detail-btn:hover span {
  letter-spacing: 1px;
}
.other-ls {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 80px;
}
.other-item {
  display: flex;
  align-items: center;
  gap: 12px;
}
.icon-sheet {
  flex: 0 0 18px;
  width: 18px;
  height: 18px;
}
.other-desc {
  color: #666;
  font-family: "Google Sans";
  font-size: 16px;
  line-height: 24px;
}
.other-tag {
  display: inline-block;
  color: #007668;
}
.other-item:hover .other-tag {
  text-decoration: underline;
}

/* toos-1 */
.steps-block {
  margin-top: 20px;
  margin-bottom: 20px;
}
.steps-left {
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}
.steps-right {
  padding-top: 20px;
}
.steps-tl {
  font-family: 'Gilroy-Bold';
  font-size: 20px;
  line-height: 24px;
}
.steps-desc { 
  color: #666;
  font-family: "Google Sans";
  font-size: 14px;
  line-height: 14px;
  margin-top: 4px;
  margin-bottom: 20px;
}
.steps-ls {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.steps-ls::before {
  content: '';
  position: absolute;
  left: 13px;
  top: 24px;
  bottom: 0;
  width: 3px;
  background: rgba(198, 11, 86, 0.12);
}
.steps-item {
  display: flex;
  align-items: center;
  gap: 12px;
}
.steps-number {
  display: flex;
  width: 28px;
  height: 28px;
  padding: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 50%;
  background: #C60B56;
  color: #FFF;
  font-family: "GoogleSans-Bold";
  font-size: 16px;
  font-weight: 700;
  line-height: 18px;
}
.steps-text {
  font-family: "GoogleSans-Bold";
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
}
.icon-notice {
  flex: 0 0 18px;
  width: 18px;
  height: 18px;
  margin-right: 4px;
  position: relative;
  top: 3px;
}
.steps-right .steps-tl {
  margin-bottom: 16px;
}
.start-info {
  display: flex;
  align-items: flex-start;
  gap: 4px;
}
.start-item {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.start-text {
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
}
.start-text span {
  color: #666;
  font-weight: 400;
}

.start-btn {
  display: flex;
  width: 320px;
  height: 56px;
  padding: 10px;
  justify-content: center;
  align-items: center;
  gap: 6px;
  border-radius: 32px;
  border: 3px solid #C60B56;
  background: rgba(198, 11, 86, 0.08);
  color: #C60B56;
  margin: 0 auto 20px;
}
.icon-search {
  width: 24px;
  height: 24px;
  fill: #C60B56;
}
.start-btn span {
  font-family: "GoogleSans-Bold";
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
}
.start-btn:hover {
  background-color: #C60B56;
  color: #fff;
}
.start-btn:hover .icon-search {
  fill: #fff;
}

/* tools-2 */
.subpage-time {
  color: #666;
  font-family: "Google Sans";
  font-size: 14px;
  line-height: 14px;
  margin-top: -12px;
  margin-bottom: 40px;
}
.map-img {
  display: block;
  width: 100%;
  margin: 20px 0;
}
.table-container {
  width: 100%;
  overflow-x: auto;
  border-bottom: 1px solid #e5e5e5;
  border-radius: 8px;
  margin-top: 16px;
  margin-bottom: 20px;
}
.cost-table {
  width: 100%;
  border-collapse: collapse;
  border-radius: 8px;
}

.cost-table thead {
  background: #19233D;
}

.cost-table th {
  color: #FFF;
  font-family: "Google Sans";
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  padding: 8px;
  border: 1px solid #e5e5e5;
}

.cost-table td {
  padding: 8px;
  color: #666;
  font-family: "Google Sans";
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  text-align: center;
  border: 1px solid #e5e5e5;
}
.cost-table tbody tr:last-child td {
  border-bottom: none;
}

.cost-table tbody td:nth-child(-n+2) {
  font-family: 'GoogleSans-Medium';
  font-weight: 500;
}

/* retirement calculator */
.calculator-page {
  margin-bottom: 20px;
}
.calculator {
  border: 1px solid #e8ecf2;
  margin-top: 20px;
  margin-bottom: 20px;
}
.calculator-tip {
  background-color: #0b2c5d;
  color: rgba(255, 255, 255, 0.5);
  padding: 20px 12px;
}
.calculator-tip-tl {
  color: #fff;
  font-size: 26px;
  line-height: 1.2;
}
.calculator-tip-price {
  color: #ffa922;
}
.calculator-item-tl {
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-color: #144081;
  color: #fff;
  padding: 0 12px;
  height: 48px;
  font-size: 15px;
  border-top: 1px solid #34598f;
}
.calculator-item-des {
  position: relative;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.75);
  font-weight: normal;
  display: block;
}
.calculator-line {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 12px;
  position: relative;
  margin: 24px 0;
}
.calculator-label {
  width: 170px;
  margin-left: 13px;
  padding-right: 12px;
  line-height: 1.2;
}
.calculator-input {
  width: 120px;
  height: 37px;
  background-color: #ffffff;
  border-radius: 4px;
  border: solid 1px #e8ecf2;
  color: #0f294d;
  padding-left: 12px;
}
.slider {
  display: none;
}

.calculate-btn {
  background-color: #ffa922;
  width: 120px;
  height: 48px;
  display: block;
  color: #fff;
  text-align: center;
  line-height: 48px;
  margin: 0 auto;
  border-radius: 8px;
  font-weight: bold;
  font-size: 18px;
  cursor: pointer;
  margin-bottom: 20px;
}
.icon-22 {
  width: 22px;
  height: 22px;
  margin-right: 10px;
}
.icon-help {
  width: 20px;
  height: 20px;
}
.calculator-hover {
  position: absolute;
  left: 0;
  top: 100%;
  margin: 0 30px;
  background-color: #fff;
  box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.16);
  border-radius: 8px;
  min-width: 250px;
  z-index: 4;
  max-height: 0;
  overflow: hidden;
}
.calculator-hover-tl {
  font-size: 15px;
  margin-bottom: 6px;
}
.icon-close {
  position: absolute;
  width: 30px;
  height: 30px;
  right: 10px;
  top: 10px;
  background-color: #f0f0f0;
  cursor: pointer;
}
.icon-close::before,
.icon-close::after {
  position: absolute;
  content: "";
  display: block;
  background-color: #333;
  transform: rotate(45deg);
}
.icon-close::before {
  top: 14px;
  left: 7px;
  width: 16px;
  height: 2px;
}
.icon-close::after {
  width: 2px;
  height: 16px;
  top: 7px;
  left: 14px;
}
.calculator-page #myChart {
  margin: 20px 0;
  width: 100%;
}
.plan-page .page-content {
  display: flex;
  flex-direction: column-reverse;
}
.plan-page .faq-ls {
  margin-top: 0;
  margin-bottom: 16px;
}
.descript-con {
  margin-top: -16px;
}
.detail-con .offical-site-link {
  color: #046aff;
}
.detail-con .offical-site-link .icon-12 {
  margin-left: 0;
}
.detail-con p a {
  font-weight: bold;
  color: #0f294d;
}
.icon-20 {
  width: 20px;
  height: 20px;
}

.guide-index {
  margin: 20px 0;
}
.guide-ads {
  grid-column: 1 / -1;
}

/* guide detail */
.guide-page .pagecontent {
  display: flex;
  flex-direction: column-reverse;
}
.guide-page .pageright {
  display: block;
}
.guide-page .subpage-tl {
  display: none;
}
.guide-page .faq-ls {
  margin-top: 0;
}
.plan-banner {
  display: block;
  width: 100%;
  height: 200px;
  -o-object-fit: cover;
  object-fit: cover;
  margin: 20px 0;
}
.detail-con {
  margin-bottom: 16px;
}
.detail-con > h3 {
  background-color: #0f294d;
  color: #fff;
  padding: 6px 12px;
  margin-top: 16px;
  margin-bottom: 8px;
  border-radius: 6px;
}
.detail-con > h4 {
  display: inline;
  background: linear-gradient(transparent 60%, rgba(0, 126, 255, 0.12) 70%);
  margin-top: 16px;
  margin-bottom: 16px;
}
.detail-con > h4 + ul {
  margin-top: 8px;
}
.detail-con > p {
  margin: 16px 0;
}
.detail-con > img {
  display: block;
  margin: 16px 0;
}
.detail-con > h3 + p {
  margin-top: 8px;
}
.detail-con ul {
  margin-top: -4px;
  margin-bottom: 16px;
}
.detail-con ul li {
  position: relative;
  padding: 4px 0 4px 17px;
}
.detail-con ul li::before {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  background-color: #0f294d;
  border-radius: 100%;
  top: 14px;
  left: 0;
}
.detail-con table {
  border-collapse: collapse;
  width: 100%;
  table-layout: auto;
  margin: 16px 0;
}
.detail-con tr th {
  background-color: #f4f4f4;
  border: 1px solid #ddd;
  padding: 9px 10px;
  text-align: left;
}
.detail-con tr td {
  border: 1px solid #ddd;
  padding: 9px 10px;
  text-align: left;
}

.recommend-more {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  flex-grow: 1;

  margin-top: 16px;
  margin-bottom: 16px;
  
  height: 255px;
  padding: 25px;
  border-radius: 16px;
  background-color: #12295f;
  font-family: "Open Sans", "Open Sans", Arial, sans-serif;
  color: #fff;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.recommend-bot {
  display: flex;
  align-items: center;
  justify-content: space-between;  
}
.recommend-tl {
  font-size: 36px;
  line-height: 1.2;
  font-weight: 700;
}
.recommend-desc {
  font-size: 16px;
  line-height: 1.3;
}
.recommend-more .icon-right {
  flex: 0 0 50px;
  width: 50px;
  height: 50px;
  background-color: #FFFFFF;
  border-radius: 50%;
}
.recommend-more:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.faq-ls {
  background-color: #f4f6f9;
  border-radius: 8px;
  margin-top: 30px;
  padding: 24px;
}
.faq-item {
  position: relative;
  display: flex;
  align-items: center;
  padding: 4px 0;
}
.faq-item::before {
  position: absolute;
  top: 14px;
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 4px;
  display: block;
  background-color: #0f294d;
  margin-right: 10px;
  flex: 0 0 6px;
}
.faq-link {
  display: block;
  padding-left: 20px;
}
.faq-item:hover .faq-link {
  color: #0B56B8;
}
.faq-item:hover::before {
  background-color: #0B56B8;
}

/* senior discounts */
.senior-cate-ls {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  margin: 20px 0;
}
.senior-cate-item {
  position: relative;
  
  border-radius: 8px;
  padding: 16px;
  background-color: #eaf1fb;
  text-align: center;
}
.senior-cate-tl {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;

  font-family: Gilroy;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
}
.icon-arrow-right {
  width: 20px;
  height: 20px;
  fill: #333;
  display: none;
  transition: transform 0.3s ease;
}
.senior-cate-item:hover .icon-arrow-right {
  transform: translateX(6px);
}
.senior-cate-item:hover {
  color: #0B56B8;
}
.senior-cate-item:hover .icon-arrow-right {
  fill: #0B56B8;
}

.senior-table {
  width: 100%;
  border-radius: 12px;
  margin: 20px 0;
}
.senior-table table {
  border-collapse: collapse;
  width: 100%;
}
.senior-table tr th {
  background-color: #e9f1fc;
  border: 1px solid #dde5ed;
  padding: 9px 10px;
  text-align: left;
  font-family: Gilroy;
}
.senior-table tr td {
  border: 1px solid #dde5ed;
  padding: 9px 10px;
  text-align: left;
}
.senior-table td li {
  position: relative;
  padding: 4px 0 4px 17px;
}
.senior-table td li:before {
  content: "";
  position: absolute;
  width: 5px;
  height: 5px;
  background-color: #0f294d;
  border-radius: 100%;
  top: 12px;
  left: 0;
}
.senior-table td:first-child {
  word-wrap: break-word;
  word-break: break-word;
  min-width: 0;
  hyphens: auto;
  line-height: 1.4;
}
.senior-table tbody tr:nth-child(2n){
  background-color: #f5f7fa;
}
.senior-ads {
  margin: 20px 0;
}

@media screen and (min-width:768px) {
  .wrapper {
    max-width: 728px;
    margin: 0 auto;
    padding-left: 0;
    padding-right: 0;
  }

  .header-nav span {
    display: block;
  }
  
  /* 404 */
  .not-find {
    margin-top: 72px;
    margin-bottom: 72px;
  }
  .icon-not {
    width: 514px;
    height: 162px;
  }
  .not-find h1 {
    font-size: 36px;
    line-height: 44px;
    margin-bottom: 12px;
  }
  .not-find p {
    font-size: 18px;
  }

  /* archive-page */
  .archive-info h2 {
    font-size: 30px;
    line-height: 34px;
    margin-top: 40px;
    margin-bottom: 12px;
  }
  .archive-info h3 {
    font-size: 22px;
    line-height: 28px;
    margin-top: 20px;
  }

  /* index */
  .banner-info {
    max-width: 300px;
    gap: 32px;
  }
  .planing-ls {
    grid-template-columns: repeat(4, 1fr);
    margin-bottom: 24px;
  }
  .planing-item {
    padding: 24px 10px;
  }

  .block-tl {
    font-size: 32px;
    margin-top: 48px;
    margin-bottom: 32px;
  }
  .calculator-block {
    padding: 40px;
    margin-bottom: 48px;
  }
  .form-title {
    padding: 30px;
    font-size: 20px;
  }
  .span50 .field-title{
    height: auto;
  }

  .worksheet-ls {
    grid-template-columns: repeat(2, 1fr);
    margin-bottom: 48px;
  }
  .worksheet-img {
    height: 260px;
    object-fit: cover;
  }
  .guide-block {
    padding: 48px 0;
  }

  .guide-ls {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
  }
  .guide-index {
    gap: 32px 16px;
  }
  .guide-item {
    flex-direction: column;
    gap: 16px;
  }
  .guide-pic {
    width: 100%;
    height: 160px;
    border-radius: 12px 12px 0 0;
  }
  .guide-tl {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 0;
  }
  .guide-index .guide-tl {
    min-height: 44px;
  }
  .guide-desc {
    font-size: 16px;
    line-height: 22px;
    margin-top: 8px;
    margin-bottom: 10px;
  }
  .guide-cate {
    font-size: 14px;
  }

  .tools-ls {
    margin-bottom: 48px;
  }
  .tools-item {
    flex-direction: row;
    height: 300px;
    border-radius: 24px;
  }
  .tools-pic {
    width: 360px;
    height: 300px;

    overflow: hidden;
  }
  .tools-info {
    padding: 0 16px;
  }
  .tools-cate {
    font-size: 14px;
    line-height: 18px;
  }
  .tools-tl {
    font-size: 28px;
    font-weight: 600;
    line-height: 32px;
  
    margin-top: 28px;
    margin-bottom: 12px;
  }
  .tools-desc {
    font-size: 16px;
    line-height: 22px;
  }
  .tools-btn {
    width: 180px;
    height: 48px;
    font-size: 18px;
    margin-top: 28px;
  }
  .index-space {
    margin-bottom: 48px;
  }
  .mb-space {
    margin-bottom: 40px;
  }
  

  /* worksheet index */
  .page-tl {
    font-size: 30px;
    line-height: 34px;
    margin-top: 40px;
    margin-bottom: 12px;
  }
  .page-desc {
    margin-bottom: 40px;
  }
  .worksheet-plan-ls {
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .worksheet-plan-item {
    flex-direction: column;
  }
  .worksheet-plan-pic {
    max-width: 100%;
    width: 100%;
    height: 300px;
    display: flex;
    padding: 12px 13px;
    flex-direction: column;
    align-items: center;
    border-radius: 16px;
    border: 1px solid #EEE;
    background: #FFF;
    overflow: hidden;
  }
  .worksheet-plan-pic .public-piccon {
    padding: 12px 13px;
  }
  .worksheet-plan-tl {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .subpage-tl, .subpage-info h2 {
    font-size: 22px;
    line-height: 28px;
    margin-top: 40px;
  }
  .subpage-info h3 {
    font-size: 18px;
  }
  .subpage-desc {
    line-height: 24px;
  }
  .subpage-info {
    margin-top: 40px;
  }

  .right-tl,.right-tag {
    font-size: 16px;
    line-height: 22px;
  }
  .right-item {
      padding: 28px 40px;
  }
  

  /* worksheet detail */
  .worksheet-detail {
    display: flex;
    align-items: flex-start;
    margin: 40px 0;
  }
  .worksheet-detail-pic {
    flex: 0 0 364px;
    width: 364px;
    padding: 20px;
  }
  .worksheet-detail-info {
    flex: 1;
    padding: 0 40px;
  }
  .worksheet-detail-tl {
    margin-bottom: 40px;
  }
  .worksheet-detail-btn {
    width: 212px;
    height: 56px;
  }
  .icon-sheet {
    flex: 0 0 20px;
    width: 20px;
    height: 20px;
  }

  /* tools-1 */
  .subpage-info {
    margin-bottom: 40px;
  }
  .steps-block {
    display: flex;
    flex-direction: row;
    margin-top: 40px;
    margin-bottom: 48px;
  }
  .steps-ls::before {
    left: 16px;
    top: 32px;
  }
  .steps-desc { 
    margin-bottom: 24px;
  }
  .steps-left {
    flex: 0 0 354px;
    padding-right: 48px;
    border-right: 1px solid #eee;
    padding-bottom: 0;
    border-bottom: none;
  }
  .steps-right {
    padding-left: 48px;
    padding-top: 0;
  }
  .steps-tl {
    font-size: 22px;
  line-height: 28px;
  }
  .steps-right .steps-tl {
    margin-bottom: 40px;
  }
  .steps-number {
    width: 32px;
    height: 32px;
    
    font-size: 20px;
    line-height: 24px;
  }
  .start-btn {
    margin-bottom: 40px;
  }
  .map-img {
    margin: 40px 0;
  }
  .table-container {
    margin-bottom: 40px;
  }
  .cost-table th,
  .cost-table td {
      padding: 10px;
  }

  /* retirement calculator */
  .slider {
    height: 4px;
    background-color: #e8ecf2;
    border-radius: 2px;
    flex: 1;
    margin-left: 24px;
    position: relative;
    margin-top: -18px;
    display: block;
  }
  .slider::before,
  .slider::after {
    content: "";
    display: block;
    width: 2px;
    height: 4px;
    background-color: #a5b0bf;
    position: absolute;
    top: 0;
    margin-left: -1px;
    z-index: 2;
  }
  .slider::before {
    left: 33.3333%;
  }
  .slider::after {
    left: 66.6666%;
  }
  .slider-value {
    position: absolute;
    top: 14px;
    color: #4c5f79;
    font-size: 12px;
    width: 30px;
    text-align: left;
  }
  .handle {
    width: 16px;
    height: 16px;
    border-radius: 8px;
    background-color: #fff;
    border: 4px solid #144081;
    position: absolute;
    top: -6px;
    z-index: 3;
    cursor: pointer;
  }
  .slider-value-three {
    right: 33.3333%;
    margin-right: -15px;
    text-align: center;
  }
  .slider-value-max {
    right: 0;
    text-align: right;
  }
  .slider-value-two {
    left: 33.3333%;
    margin-left: -15px;
    text-align: center;
  }
  .calculator-item-tl {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
  .calculator-line,
  .calculator-item-tl,
  .calculator-tip {
    padding-left: 30px;
    padding-right: 30px;
  }
  .calculator #myChart {
    margin: 24px;
  }

  /* guide index */
  .guide-index {
    margin: 40px 0;
  }
  /* guide detail */
  .guide-page .faq-ls {
    margin-top: 20px;
    margin-bottom: 12px;
  }
  .plan-banner {
    margin-bottom: 32px;
  }
  .detail-con > p,
  .detail-con > img,
  .recommend-more {
    margin: 24px 0;
  }
  .detail-con > h3 {
    padding: 12px 16px;
    margin-top: 24px;
    margin-bottom: 20px;
  }
  .detail-con > h4 + ul {
    margin-top: 12px;
  }
  
  .senior-cate-ls {
    grid-template-columns: repeat(3, 1fr);
    gap: 20px 16px;
    margin: 40px 0;
  }
  .subpage-tl + .senior-cate-ls {
    margin-top: 24px;
  }
  .senior-cate-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
  }
  .icon-arrow-right {
    display: block;
  }

  .senior-table {
    margin: 40px 0;
  }
  .subpage-tl + .senior-table {
    margin-top: 20px;
  }
  .senior-table tr th,
  .senior-table tr td {
    padding: 12px;
  }
  .senior-table tr th:first-child {
    width: 25%;
  }
  .senior-table tr th:nth-child(2) {
    width: 30%;
  }
  .senior-table tr th:last-child {
    width: 45%;
  }
  .senior-ads {
    margin: 40px 0 24px 0;
  }

}
@media screen and (min-width:1200px) {
  .wrapper {
    max-width: 1100px;
  }
  .pagecontent {
    display: flex;
  }
  .pageleft {
    flex: 0 0 728px;

    width: 728px;
    padding-bottom: 16px;
  }
  .pageright {
    display: block;
    flex: 1;
    padding-left: 72px;
  }

  /* header */
  .header,
  .header-logo {
    height: 72px;
  }

  /* footer */
  .footer {
    padding: 56px 0;
  }
  .footer .wrapper {
    gap: 40px;
  }
  .footer-logo {
    width: 236px;
  }
  .footer-top {
    align-items: flex-start;
    gap: 24px;
    padding-bottom: 40px;
  }
  .footer-text {
    font-size: 16px;
    line-height: 24px;
    text-align: left;
  }
  .footer-bot {
    flex-direction: row;
    justify-content: space-between;
  }
  .footer-nav {
    gap: 32px;
  }
  .footer-nav a {
    font-size: 16px;
  }
  .footer-copyright {
    font-size: 14px;
    line-height: 20px;
  }

  /* index */
  .banner {
    height: 420px;
    padding: 56px;
    border-radius: 24px;
    margin-bottom: 24px;
  }
  .banner-info {
    width: 490px;
    max-width: 490px;
    justify-content: space-between;
  }
  .banner-tl {
    font-size: 40px;
    line-height: 44px;
  }
  .icon-down {
    width: 32px;
    height: 32px;
  }
  .planing-item {
    padding: 32px 40px;
  }
  .planing-img {
    width: 64px;
    height: 64px;
  }
  .planing-tl,.planing-tag {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 0;
  }
  .block-tl {
    font-size: 40px;
    margin-top: 88px;
    margin-bottom: 48px;
  }
  .calculator-block {
    margin-bottom: 88px;
  }
  .guide-block {
    padding: 88px 0;
  }
  .guide-ls {
    gap: 32px;
  }
  .guide-item {
    gap: 24px;
  }
  .guide-tl {
    font-size: 20px;
    line-height: 24px;
  }
  .guide-desc {
    margin-bottom: 20px;
  }
  .guide-pic {
    height: 194px;
    border-radius: 24px 24px 0 0;
  }
  .guide-index {
    gap: 32px 16px;
  }
  .guide-index .guide-item {
    gap: 16px;
  }
  .guide-index .guide-desc {
    margin-bottom: 10px;
  }
  .guide-index .guide-pic {
    height: 160px;
    border-radius: 12px 12px 0 0;
  }
  .worksheet-ls {
    grid-template-columns: repeat(4, 1fr);
    gap: 32px;
    margin-bottom: 88px;
  }
  .tools-ls {
    gap: 24px;
    margin-bottom: 88px;
  }
  .tools-pic {
    width: 550px;
  }
  .tools-info {
    padding: 0;
  }
  .index-space {
    margin-bottom: 88px;
  }

  /* guide detail */
  .guide-page .pagecontent {
    flex-direction: row;
  }
  .guide-page .subpage-tl {
    display: block;
    margin-top: -40px;
  }
  .guide-page .faq-ls {
    margin-top: 30px;
  }
  .guide-page .page-tl {
    flex: 0 0 728px;
    max-width: 728px;
  }
  .top-fixed { 
    position: sticky;
    top: 40px;
    margin-bottom: 40px;
  }

  .right-ls {
    grid-template-columns: repeat(1, 1fr);
    margin-top: 40px;
  }

}

