* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", sans-serif;
    line-height: 1.6;
    color: #333;
    background: rgba(245, 246, 247, 1);
}

#home{
    height: 80px;
}

.header {
    width: 100%;
    height: 80px;
    background: #fff;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
}
.headerBox {
    width: 1200px;
    height: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}
.headerLeft img{
    width: auto;
    height: 40px;
    margin-top: 20px;
    margin-right: 10px;
    vertical-align: sub;
}
.headerRight {
    display: flex;
    align-items: center;
}
.headerRight .nav-item{
    color: rgba(17, 17, 17, 1);
    
    font-size: 16px;
    font-weight: 400;
    line-height: 40px;
    letter-spacing: 0%;
    text-align: left;
    display: inline-block;
    margin-left: 20px;
    cursor: pointer;
    padding-left: 20px;
    padding-right: 20px;
    /* margin-top: 20px; */
}
.headerRight .nav-item.on{
    font-weight: 700;
    border-radius: 8px;
    background: rgba(83, 119, 214, 0.1);
    color: rgba(83, 119, 214, 1);
}
.nav-item {
    transition: color 0.1s ease, background-color 0.1s ease;
    padding: 0 15px;
    border-radius: 8px;
}

.nav-item:hover {
    color: rgba(83, 119, 214, 1);
    background-color: rgba(83, 119, 214, 0.05);
}

.nav-item.on {
    font-weight: 700;
    border-radius: 8px;
    background: rgba(83, 119, 214, 0.1);
    color: rgba(83, 119, 214, 1);
}
.lang-switch{
    position: relative;
    margin-left: 20px;
    /* margin-top: 20px; */
    
}
.lang-current{
    height: 40px;
    line-height: 40px;
    padding: 0 14px;
    border-radius: 8px;
    /* background: rgba(245, 246, 247, 1); */
    color: rgba(17, 17, 17, 1);
    font-size: 16px;
    font-weight: 400;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    border: 1px solid transparent;
    transition: all 0.15s ease;
}
.lang-current::after{
    content: "";
    display: inline-block;
    width: 10px;
    height: 6px;
    background: url("icon22.png") center center / contain no-repeat;
}
.lang-current:hover{
    border-color: rgba(83, 119, 214, 0.35);
    box-shadow: 0 6px 14px rgba(0,0,0,0.05);
}
.lang-current.open{
    border-color: rgba(83, 119, 214, 0.6);
    box-shadow: 0 8px 16px rgba(0,0,0,0.08);
}
.lang-options{
    position: absolute;
    top: 54px;
    right: 0;
    min-width: 120px;
    background: #ffffff;
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.12);
    overflow: hidden;
    padding: 8px 0;
    display: none;
    z-index: 1200;
}
.lang-options.open{
    display: block;
}
.lang-option{
    padding: 10px 16px;
    font-size: 14px;
    color: #111111;
    cursor: pointer;
    transition: background 0.12s ease;
}
.lang-option:hover{
    background: rgba(83, 119, 214, 0.06);
    color: rgba(83, 119, 214, 1);
}

.banner{
    width: 100%;
    height: 500px;
    background-image: url(../images/icon07.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.bannerBox{
    width: 1200px;
    margin: 0 auto;
    height: 100%;
}
.bannerBox>div{
    display: flex;
    justify-content: space-between;
    height: 100%;
}
.bannerBoxRight{
    display: flex;
    justify-content: end;
    flex-direction: column;
    height: 100%;
}
.bannerBox>div img{
    width: 500px;
    height: auto;
}
.bannerBoxLeft{
    width: 677px;
    color: #FFFFFF;
}
.bannerBoxLeft h1{
    color: rgba(255, 255, 255, 1);
    
    font-size: 48px;
    font-weight: 600;
    line-height: 58px;
    letter-spacing: 0%;
    text-align: left;
    margin-top: 73px;
}
.bannerBoxLeft p{
    color: rgba(255, 255, 255, 1);
    
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 0%;
    text-align: left;
    margin-top: 16px;
}
.bannerBoxLeftBtn{
    display: inline-block;
    background: rgba(246, 165, 76, 1);
    color: rgba(255, 255, 255, 1);
    
    font-size: 20px;
    height: 64px;
    line-height: 64px;
    text-align: center;
    border-radius: 20px;
    margin-top: 40px;
    padding: 0 24px;
    font-weight: 500;
    text-decoration: none;
}
.process{
    padding-top: 120px;
    padding-bottom: 120px;
}
.processText01{
    color: rgba(83, 119, 214, 1);
    
    font-size: 40px;
    font-weight: 600;
    line-height: 60px;
    letter-spacing: 0%;
    text-align: center;
}
.processBox{
    width: 1200px;
    margin: 0 auto;
}
.processBoxTop{
    margin-top: 64px;
    display: flex;
    justify-content: space-between;
}
.processBoxBottom{
    margin-top: 40px;
    display: flex;
    justify-content: space-between;
}
.processBoxTopItem{
    width: 580px;
    height: 372px;
    border-radius: 20px;
    background: rgba(255, 255, 255, 1);
    box-sizing: border-box;
    padding: 0 40px 0 40px;
    position: relative;
    opacity: 0;
    transform: translateY(50px);
    transition: opacity 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    /* box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08); */
}

.processBoxTopItem.animate-in {
    opacity: 1;
    transform: translateY(0);
    transition: opacity 0.4s cubic-bezier(0.4, 0, 0.2, 1), transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.processBoxTopItem:hover {
    transform: translateY(-8px) scale(1.02);
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.15);
    transition: transform 0.05s ease-out, box-shadow 0.05s ease-out;
}
.processBoxTopItem b{
    width: 4px;
    height: 88px;
    background: #5377D6;
    position: absolute;
    top: 28px;
    left: 0;
}
.processBoxTopItem img{
    width: 64px;
    height: 64px;
    margin-top: 40px;
    transition: all 0.05s ease;
}

.processBoxTopItem:hover img {
    transform: scale(1.1) rotate(5deg);
}
.processBoxTopItem h3{
    color: rgba(17, 17, 17, 1);
    margin-top: 15px;
    
    font-size: 24px;
    font-weight: 600;
    line-height: 30px;
    letter-spacing: 0%;
    text-align: left;
}
.processBoxTopItem p{
    color: rgba(102, 102, 102, 1);
    margin-top: 8px;
    
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0%;
    text-align: left;
    display: inline-block;
}
.apply{
    padding: 120px 0 120px 0;
    background-image: url(../images/icon06.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 706px;
}
.applyBox{
    width: 1200px;
    height: 100%;
    margin: 0 auto;
}
.applyBoxText01{
    color: rgba(255, 255, 255, 1);
    
    font-size: 40px;
    font-weight: 600;
    line-height: 60px;
    letter-spacing: 0%;
    text-align: center;
}
.applyBoxText02{
    color: rgba(255, 255, 255, 1);
    margin-top: 16px;
    
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 0%;
    text-align: center;
}
.applyBoxText03{
    margin-top: 64px;
    position: relative;
    display: flex;
    justify-content: space-between;
}
.applyBoxText03 div{
    width: 374px;
    text-align: center;
}
.applyBoxText03 div span{
    width: 64px;
    height: 64px;
    border-radius: 12px;
    background: rgba(246, 165, 76, 1);
    color: rgba(255, 255, 255, 1);
    
    font-size: 36px;
    font-weight: 600;
    line-height: 64px;
    letter-spacing: 0%;
    text-align: center;
    display: inline-block;
}
.applyBoxText03 .applyBoxText03Img01{
    position: absolute;
    top: 32px;
    left: 218px;
    width: 350px;
    height: auto;
}
.applyBoxText03 .applyBoxText03Img02{
    position: absolute;
    top: 32px;
    right: 218px;
    width: 350px;
    height: auto;
}
.applyBoxText04{
    margin-top: 24px;
    display: flex;
    justify-content: space-between;
}
.applyBoxText04Item{
    width: 374px;
    height: 208px;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.2);
    padding: 24px;
    opacity: 0;
    transform: translateY(40px);
    transition: opacity 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    backdrop-filter: blur(10px);
}

.applyBoxText04Item.animate-in {
    opacity: 1;
    transform: translateY(0);
    transition: opacity 0.4s cubic-bezier(0.4, 0, 0.2, 1), transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.applyBoxText04Item:hover {
    transform: translateY(-5px) scale(1.02);
    background: rgba(255, 255, 255, 0.25);
    transition: transform 0.05s ease-out, background 0.05s ease-out;
}
.applyBoxText04Item h3{
    color: rgba(255, 255, 255, 1);
    
    font-size: 24px;
    font-weight: 600;
    line-height: 36px;
    letter-spacing: 0%;
    text-align: left;
}
.applyBoxText04Item p{
    color: rgba(255, 255, 255, 0.7);
    margin-top: 16px;
    
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0%;
    text-align: left;
}

.page01{
    padding: 120px 0 120px 0;
}
.white{
    background: #FFFFFF;
}
.page01Box{
    width: 1200px;
    margin: 0 auto;
}
.page01BoxText01{
    color: #5377D6;
    
    font-size: 40px;
    font-weight: 600;
    line-height: 60px;
    letter-spacing: 0%;
    text-align: center;
}
.page01BoxText02{
    display: flex;
    justify-content: space-evenly;
    margin-top: 64px;
}
.page01BoxText02 img{
    width: 320px;
}
.page01BoxText02Item{
    width: 640px;
}
.page01BoxText02Item h3{
    background-image: url(../images/icon08.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 116px;
    display: inline-block;
    color: rgba(255, 255, 255, 1);
    
    font-size: 28px;
    font-weight: 600;
    line-height: 40px;
    letter-spacing: 0%;
    text-align: left;
    padding-left: 24px;
    padding-top: 18px;
}
.page01BoxText02Item p{
    color: rgba(102, 102, 102, 1);
    margin-top: 16px;
    
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: 0%;
    text-align: left;
}
.page01BoxText03{
    margin-top: 64px;
    display: flex;
    justify-content: space-between;
}
.page01BoxText03Item{
    width: 270px;
    height: 386px;
    border-radius: 20px;
    background: rgba(255, 255, 255, 1);
    padding: 20px;
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    /* box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08); */
}

.page01BoxText03Item.animate-in {
    opacity: 1;
    transform: translateY(0);
    transition: opacity 0.4s cubic-bezier(0.4, 0, 0.2, 1), transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.page01BoxText03Item:hover {
    transform: translateY(-5px) scale(1.02);
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
    transition: transform 0.05s ease-out, box-shadow 0.05s ease-out;
}
.page01BoxText03Item img{
    width: 72px;
    height: 72px;
    transition: all 0.05s ease;
}

.page01BoxText03Item:hover img {
    transform: scale(1.1) rotate(-3deg);
}
.page01BoxText03Item .aaaaaaa{
    color: rgba(17, 17, 17, 1);
    
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    margin-top: 6px;
}
.page01BoxText03Item p{
    color: rgba(102, 102, 102, 1);
    margin-top: 8px;
    
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0%;
    text-align: left;
}

.page01BoxText04{
    margin-top: 64px;
    display: flex;
    justify-content: space-between;
}
.page01BoxText04Item{
    width: 580px;
    height: 160px;
    opacity: 0;
    transform: translateX(-30px);
    transition: opacity 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    border-radius: 12px;
    overflow: hidden;
    /* box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08); */
}

.page01BoxText04Item.animate-in {
    opacity: 1;
    transform: translateX(0);
    transition: opacity 0.4s cubic-bezier(0.4, 0, 0.2, 1), transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.page01BoxText04Item:hover {
    /* transform: translateX(0) scale(1.02); */
    /* box-shadow: 0 8px 30px rgba(0, 0, 0, 0.15); */
    transition: transform 0.05s ease-out, box-shadow 0.05s ease-out;
}
.page01BoxText04Item img{
    width: 220px;
    height: 100%;
    display: inline-block;
    transition: all 0.05s ease;
}

.page01BoxText04Item:hover img {
    transform: scale(1.05);
}
.page01BoxText04Item p{
    height: 100%;
    margin-left: 40px;
    display: inline-block;
    width: 265px;
    vertical-align: top;
}
.page01BoxText04Item p span{
    color: rgba(17, 17, 17, 1);
    
    font-size: 24px;
    font-weight: 600;
    line-height: 36px;
    letter-spacing: 0%;
    text-align: left;
    display: inline-block;
    padding-top: 26px;
}
.page01BoxText05{
    color: rgba(17, 17, 17, 1);
    margin-top: 40px;
    
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 0%;
    text-align: center;
}
.page01BoxText06{
    border: 1px solid rgba(83, 119, 214, 1);
    margin: 80px 0;
}

.agreement{
    padding: 120px 0 120px 0;
    background: #FFFFFF;
}
.agreementBox{
    width: 1200px;
    margin: 0 auto;
}
.agreementBoxText01{
    color: #5377D6;
    
    font-size: 40px;
    font-weight: 600;
    line-height: 60px;
    text-align: center;
    margin-bottom: 44px;
}
.agreementBoxText02{
    color: #111111;
    font-size: 20px;
    font-weight: 500;
    line-height: 70px;
    height: 70px;
    padding: 0 20px;
    background: #ffffff;
    border-radius: 20px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    text-decoration: none;
}
.agreementBoxText02:hover{
    background: #F5F6F7;
}
.agreementBoxText02 img{
    width: 24px;
    height: 24px;
    vertical-align: middle;
    margin-top: 23px;
}

.footer{
    background: rgba(83, 119, 214, 1);
    padding: 80px 0;
}
.footerBox{
    width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}
.footerBoxText01Item{
    color: rgba(255, 255, 255, 1);
    margin-bottom: 40px;
    
    font-size: 24px;
    font-weight: 600;
    line-height: 36px;
}
.footerBoxText02Item{
    color: rgba(255, 255, 255, 1);
    margin-bottom: 20px;
    
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}
.footerBoxText02Item:last-child{
    margin: 0;
}
.footerBoxText03{
    height: 200px;
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.footerBoxText04{
    display: flex;
    align-items: center;
}
.footerBoxText04>img{
    height: 56px;
    display: inline-block;
}

.calculator-band {
    --calculator-blue: #5377d6;
    --calculator-orange: #ffa941;
    --calculator-text: #141824;
    background: #ffffff;
}

.calculator-band button,
.calculator-band input {
    -webkit-tap-highlight-color: transparent;
}

.calculator-band button {
    border: 0;
    cursor: pointer;
}

.calculator-wrap {
    position: relative;
    z-index: 3;
    width: 1200px;
    margin: 0 auto;
    padding: 118px 0;
    display: grid;
    grid-template-columns: minmax(0, 560px) minmax(320px, 480px);
    gap: 160px;
    align-items: start;
    background: #ffffff;
    color: var(--calculator-text);
}

.calculator {
    width: 100%;
}

.product-tabs {
    display: grid;
    grid-template-columns: 1fr 1fr;
    width: 100%;
    height: 60px;
    padding: 4px;
    border-radius: 14px;
    background: #edf2fb;
    overflow: hidden;
}

.product-tab {
    min-width: 0;
    border-radius: 11px;
    color: #555a66;
    background: transparent;
    font-size: 18px;
    font-weight: 500;
    white-space: nowrap;
}

.product-tab.is-active {
    color: #ffffff;
    background: var(--calculator-blue);
    box-shadow: 0 8px 16px rgba(83, 119, 214, 0.24);
}

.amount-row {
    display: grid;
    grid-template-columns: 40px 1fr 40px;
    align-items: center;
    gap: 20px;
    margin-top: 48px;
}

.amount-value {
    min-width: 0;
    color: var(--calculator-blue);
    font-size: 40px;
    line-height: 1.1;
    font-weight: 700;
    text-align: center;
    word-break: break-word;
}

.amount-btn {
    display: block;
    width: 20px;
    height: 20px;
    margin: 0 auto;
    border-radius: 0;
    color: transparent;
    background-color: transparent;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    font-size: 0;
    transition: opacity 0.18s ease, transform 0.18s ease;
}

#minusBtn {
    background-image: url("calculator-icon13.png");
}

#plusBtn {
    background-image: url("calculator-icon12.png");
}

.amount-btn:active {
    transform: scale(0.94);
}

.amount-btn:disabled {
    cursor: not-allowed;
    opacity: 1;
    transform: none;
}

#minusBtn:disabled {
    background-image: url("calculator-icon13-off.png");
}

#plusBtn:disabled {
    background-image: url("calculator-icon12-off.png");
}

.range-wrap {
    position: relative;
    margin-top: 28px;
    padding: 0 0 30px;
}

.range {
    width: 100%;
    height: 18px;
    margin: 0;
    border-radius: 999px;
    appearance: none;
    -webkit-appearance: none;
    background: linear-gradient(90deg, var(--calculator-blue) var(--range-progress, 100%), #e2e3e7 var(--range-progress, 100%));
    outline: none;
}

.range::-webkit-slider-thumb {
    width: 30px;
    height: 30px;
    border: 4px solid var(--calculator-blue);
    border-radius: 50%;
    background: #dbe6ff;
    box-shadow: 0 0 0 3px #ffffff;
    appearance: none;
    -webkit-appearance: none;
}

.range::-moz-range-thumb {
    width: 24px;
    height: 24px;
    border: 4px solid var(--calculator-blue);
    border-radius: 50%;
    background: #dbe6ff;
    box-shadow: 0 0 0 3px #ffffff;
}

.range-labels {
    display: flex;
    justify-content: space-between;
    margin-top: 8px;
    color: #8b909a;
    font-size: 16px;
    font-weight: 500;
}

.term-header {
    display: grid;
    grid-template-columns: auto 1fr;
    align-items: baseline;
    gap: 20px;
    margin-top: 36px;
}

.term-title {
    color: #222631;
    font-size: 20px;
    font-weight: 500;
}

.term-current {
    color: var(--calculator-blue);
    font-size: 36px;
    font-weight: 700;
    text-align: center;
}

.term-options {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 42px;
    margin-top: 31px;
}

.term-options.is-large {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.term-option {
    min-height: 64px;
    border-radius: 14px;
    background: #f0f4fb;
    color: #8f949d;
    font-size: 24px;
    font-weight: 500;
    white-space: nowrap;
    transition: background 0.18s ease, color 0.18s ease, box-shadow 0.18s ease;
}

.term-option.is-active {
    background: var(--calculator-blue);
    color: #ffffff;
    box-shadow: 0 10px 18px rgba(83, 119, 214, 0.22);
}

.result-card {
    height: 380px;
    padding: 50px 48px 24px;
    border-radius: 16px;
    background: rgba(238, 242, 251, 1);
    overflow: hidden;
}

.result-label {
    margin: 0;
    max-width: 280px;
    font-size: 24px;
    line-height: 1.35;
    font-weight: 500;
}

.daily-value {
    margin: 36px 0 34px;
    color: var(--calculator-blue);
    font-size: 70px;
    line-height: 1;
    font-weight: 700;
    text-align: center;
    word-break: break-word;
}

.apply-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 64px;
    border-radius: 16px;
    color: #ffffff;
    background: var(--calculator-orange);
    font-size: 18px;
    font-weight: 500;
    text-decoration: none;
    box-shadow: 0 12px 20px rgba(255, 169, 65, 0.2);
}

.apply-btn.primary-mobile {
    background: var(--calculator-blue);
    box-shadow: 0 12px 20px rgba(83, 119, 214, 0.22);
}

.note {
    margin: 22px 0 0;
    color: rgba(91, 97, 111, 0.58);
    font-size: 10px;
    line-height: 1.5;
}

.mobile-result {
    display: none;
}

.modelTwo{
    display: none;
    padding: 120px 0;
    background: #FFFFFF;
}
.modelTwo-content{
    width: 1200px;
    margin: 0 auto 80px;
    color: rgba(17, 17, 17, 1);
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    text-align: left;
}
.modelTwo-content:last-child{
    margin-bottom: 0;
}
.modelTwo-content h2{
    color: rgba(83, 119, 214, 1);
    font-size: 32px;
    font-weight: 600;
    line-height: 48px;
    margin-bottom: 24px;
    text-align: left;
    white-space: normal;
}
.modelTwo-content p{
    margin-bottom: 16px;
    white-space: normal;
}
.modelTwo-content p:last-child{
    margin-bottom: 0;
}

.marginTop40{
    margin-top: 40px;
}
