<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">* {
    margin: 0;
    box-sizing: border-box;
}

body {
    margin: 0;
}

#calculation {
    font-size: 16px;
    font-weight: 400;
    color: #323232;
    overflow: hidden;
    position: relative;
    line-height: 1.5;
    display: flex;
    flex-direction: column;
    gap: 50px;
    padding-block: 50px;

}

#calculation .inner {
    width: 100%;
    max-width: 1224px;
    margin: 0 auto;
    padding: 0 12px;
}

#calculation img {
    width: 100%;
    max-width: 100%;
    height: auto;
    vertical-align: middle;
}

#calculation a {
    text-decoration: none;
}


/* box */
#calculation .box {
    border-radius: 20px;
    background-color: #fff;
    padding: 35px 40px 50px 40px;
}


/* calculator */
#calculation .sec-calculator .titles {
    margin-bottom: 100px;
}

#calculation .sec-calculator .titles .main-title {
    font-size: 40px;
    font-weight: 700;
    color: #F0671F;
    text-align: center;
    margin-bottom: 10px;
}

#calculation .sec-calculator .titles .sub-title {
    font-size: 20px;
    font-weight: 600;
    color: #323232;
    text-align: center;
}

#calculation .sec-calculator .input-type {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: space-between;
}

#calculation .sec-calculator .input-type .group {
    width: calc(50% - 25px);
    display: flex;
    align-items: center;
    gap: 8px;
}

#calculation .sec-calculator .input-type input,
#calculation .sec-calculator .input-type select {
    height: 60px;
    background-color: #fff;
    border: 1px solid #707070;
    flex-shrink: 0;
    width: 100%;
    max-width: 50%;
    font-size: 18px;
    text-align: center;
    border-radius: 0;
    font-family: "Open Sans", sans-serif;
}

#calculation .sec-calculator .input-type select {
    appearance: none;
    background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23131313%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E");
    background-repeat: no-repeat;
    background-position: right 0.7rem top 50%;
    background-size: 0.65rem auto;

}

#calculation .sec-calculator .input-type input:focus,
#calculation .sec-calculator .input-type select:focus {
    outline: none;
}

#calculation .sec-calculator .input-type .group .text {
    font-size: 17px;
    font-weight: 600;
    display: block;
}

#calculation .sec-calculator .input-type .group .text:first-child {
    flex-shrink: 0;
    width: 100%;
    max-width: 28%;
}

#calculation .sec-calculator .input-btn {
    display: flex;
    gap: 21px;
    justify-content: center;
    align-items: center;
    max-width: 68%;
    margin: 90px auto 100px auto;
}

#calculation .sec-calculator .input-btn button {
    font-family: "Open Sans", sans-serif;
    height: 76px;
    border: 1px solid #F0671F;
    box-shadow: none;
    background-color: #F0671F;
    color: #fff;
    font-size: 28px;
    font-weight: 600;
    width: 100%;
    transition: 0.2s;
}

#calculation .sec-calculator .input-btn button:focus {
    outline: none;
}

#calculation .sec-calculator .input-btn button:hover {
    opacity: 0.7;
}

#calculation .sec-calculator .input-btn .btn-clear {
    background-color: #fff;
    color: #F0671F;
    flex-shrink: 0;
    width: 25%;
}

#calculation .sec-calculator .outputs {
    margin: 0 -10px;
    margin-bottom: 54px;
}

#calculation .sec-calculator table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
}

#calculation .sec-calculator th {
    padding: 5px 10px;
    vertical-align: middle;
    color: #fff;
    background-color: #646464;
    border: 10px solid #fff;
    font-size: 17px;
    height: 50px;
    font-weight: 600;
}

#calculation .sec-calculator th:empty {
    background: transparent;
}

#calculation .sec-calculator td {
    padding: 5px 10px;
    text-align: right;
    vertical-align: middle;
    height: 78px;
    background-color: #f5f5f5;
    border: 10px solid #fff;
    font-size: 17px;
    color: #323232;
}

#calculation .sec-calculator .col-a {
    width: 29%;
    text-align: center;
    font-weight: 600;
}

#calculation .sec-calculator .row-total td {
    background-color: #F0671F;
    color: #fff !important;
}

#calculation .sec-calculator .ratio .ratio-title {
    min-height: 40px;
    color: #fff;
    font-weight: 600;
    text-align: center;
    background-color: #646464;
    padding: 5px 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 17px;
    margin-bottom: 27px;
}

#calculation .sec-calculator .ratio .ratio-flex {
    display: flex;
    gap: 20px 60px;
}

#calculation .sec-calculator .ratio .ratio-flex+.ratio-flex {
    margin-top: 20px;
}

#calculation .sec-calculator .ratio .ratio-text {
    width: calc(50% - 15px);
    font-size: 17px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#calculation .sec-calculator .ratio .ratio-text .text-A {
    display: block;
    font-weight: 600;
}

#calculation .sec-calculator .ratio .ratio-text .text-B {
    display: flex;
    height: 68px;
    background-color: #f5f5f5;
    flex-shrink: 0;
    width: 50%;
    align-items: center;
    justify-content: right;
    padding: 5px 10px;
}



/* guild */
#calculation .sc-guild .box .h2-title {
    font-size: 40px;
    font-weight: 700;
    color: #F0671F;
    text-align: center;
}

#calculation .sc-guild .box .h3-title {
    font-size: 28px;
    font-weight: 700;
    color: #F0671F;
    margin-bottom: 15px;
    margin-top: 30px;
}

#calculation .sc-guild .box .h4-title {
    font-size: 25px;
    font-weight: 700;
    color: #F0671F;
    margin-bottom: 15px;
    margin-top: 30px;
}

#calculation .sc-guild .box .h3-title~.h4-title {
    margin-top: 0;
}

#calculation .sc-guild .box p,
#calculation .sc-guild .box li {
    font-size: 17px;
    font-weight: 400;
    color: #323232;
    margin-bottom: 15px;
}

#calculation .sc-guild .box ul {
    padding-left: 20px;
}

#calculation .sc-guild .box ul,
#calculation .sc-guild .box ul li {
    list-style: initial;
}

#calculation .sc-guild .box p .bold {
    font-weight: 700;
}


@media screen and (max-width: 1024px) {

    /* box */
    #calculation .box {
        padding: 40px 15px 40px 15px;
    }

    /* calc */
    #calculation .sec-calculator .input-type .group {
        width: 100%;
    }

    #calculation .sec-calculator .input-btn {
        max-width: 100%;
    }

    #calculation .sec-calculator .ratio .ratio-flex {
        flex-direction: column;
    }

    #calculation .sec-calculator .ratio .ratio-text {
        width: 100%;
    }
}


@media screen and (max-width: 768px) {
    #calculation {
        background-color: #fff;
    }

    /* box */
    #calculation .box {
        padding: 0;
        border-radius: 0;
    }

    #calculation .sec-calculator .titles {
        margin-bottom: 40px;
    }

    #calculation .sec-calculator .titles .main-title {
        margin-bottom: 12px;
    }

    #calculation .sec-calculator .titles .main-title,
    #calculation .sc-guild .box .h2-title {
        font-size: 26px;
    }

    #calculation .sec-calculator .titles .sub-title {
        font-size: 15px;
    }

    #calculation .sc-guild .box .h3-title {
        font-size: 20px;
        margin-bottom: 10px;
        margin-top: 20px;
    }

    #calculation .sc-guild .box .h4-title {
        font-size: 18px;
        margin-bottom: 10px;
        margin-top: 20px;
    }

    #calculation .sc-guild .box p,
    #calculation .sc-guild .box li {
        font-size: 15px;
    }

    /* calc */
    #calculation .sec-calculator .input-type {
        gap: 20px;
    }

    #calculation .sec-calculator .input-type .group .text {
        font-size: 13px;
    }

    #calculation .sec-calculator .input-type input,
    #calculation .sec-calculator .input-type select {
        font-size: 14px;
        height: 45px;
        max-width: 42%;
    }

    #calculation .sec-calculator .input-btn {
        gap: 15px;
        margin: 40px 0;
    }

    #calculation .sec-calculator .input-btn button {
        font-size: 14px;
        height: 45px;
    }

    #calculation .sec-calculator .outputs {
        margin: 0 -5px;
        margin-bottom: 40px;
    }

    #calculation .sec-calculator td {
        font-size: 13px;
        height: 45px;
        border-width: 5px;
        line-height: 1.4;
    }

    #calculation .sec-calculator th {
        font-size: 14px;
        line-height: 1.4;
        border-width: 5px;
    }

    #calculation .sec-calculator .ratio .ratio-title {
        font-size: 14px;
    }

    #calculation .sec-calculator .ratio .ratio-text {
        font-size: 13px;
    }

    #calculation .sec-calculator .ratio .ratio-text .text-B {
        height: 45px;
    }

    #calculation .sec-calculator .ratio .ratio-flex {
        gap: 15px;
    }
}</pre></body></html>