@charset "UTF-8";

#content{
    margin-bottom: 24px;
}

@media(max-width: 768px) {
    #content {
        margin-bottom: 0;
    }
}
/* sectionMain */
.sectionMain .mainPhoto {
    width: 100%;
}
.sectionMain .mainPhoto img {
    width: 100%;
}
.sectionMain .mainConsutl {
    position: relative;
    text-align: center;
    background: #ffefbb;
    padding: 32px 0 40px;
}
.sectionMain .mainConsutl .consutlNote {
    position: relative;
    display: inline-block;
    font-size: 22px;
    font-weight: bold;
    color: #363532;
    padding: 0 20px;
    margin-bottom: 15px;
    letter-spacing: -2px;
}
.sectionMain .mainConsutl .consutlNote::before,
.sectionMain .mainConsutl .consutlNote::after {
    content: "";
    position: absolute;
    top: 50%;
    left: -14px;
    transform: translateY(-50%);
    width: 14px;
    aspect-ratio: 14/35;
    background: url(../images/small-amount-index/section-cta-line.png) no-repeat center/ 100%;
}
.sectionMain .mainConsutl .consutlNote::after {
    right: -13px;
    left: auto;
    transform: translateY(-50%) matrix(-1, 0, 0, 1, 0, 0);
}
.sectionMain .mainConsutl .consutlBtn a {
    position: relative;
    display: block;
    width: 100%;
    max-width: 594px;
    font-size: 32px;
    font-weight: bold;
    color: #fff;
    margin: 0 auto;
    padding: 21px 0 21px 5px;
    border-radius: 10px;
    letter-spacing: -1.2px;
    background: #285ae1;
    box-shadow: 0 5px 10px rgb(40, 90, 225, 0.3);
}
.sectionMain .mainConsutl .consutlBtn a::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 37px;
    transform: translateY(-50%);
    width: 30px;
    aspect-ratio: 30/39;
    background: url(../images/small-amount-common/icon-simulator-white.png) no-repeat center/ 100%;
}
.sectionMain .mainConsutl .consutlBtn a::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 30px;
    transform: translateY(-50%);
    width: 36px;
    aspect-ratio: 1/1;
    background: url(../images/small-amount-common/icon-arrow-blue.png) no-repeat center/ 100%;
}
@media(max-width: 768px) {
    .sectionMain .mainConsutl {
        padding: 27px 0 30px;
    }
    .sectionMain .mainConsutl .consutlNote {
        font-size: 17px;
        line-height: 1.25;
        letter-spacing: -1.6px;
        margin-bottom: 13px;
    }
    .sectionMain .mainConsutl .consutlNote::before {
        top: 57%;
        left: -5px;
        width: 16px;
    }
    .sectionMain .mainConsutl .consutlNote::after {
        top: 57%;
        width: 16px;
        right: -6px;
        left: auto;
    }
    .sectionMain .mainConsutl .consutlBtn a {
        max-width: 294px;
        font-size: 19px;
        font-weight: 500;
        letter-spacing: -0.8px;
        border-radius: 4px;
        box-shadow: 0 3px 5px rgb(40, 90, 225, 0.3);
        padding: 15px 0 16px 5px;
    }
    .sectionMain .mainConsutl .consutlBtn a::before {
        left: 10px;
        width: 18px;
    }
    .sectionMain .mainConsutl .consutlBtn a::after {
        right: 11px;
        width: 21px;
    }
}
/* sectionMain */


/* sectionProblem */
.sectionProblem {
    padding: 91px 0 76px;
}
.sectionProblem .sectionTitle {
    margin-bottom: 33px;
}
.sectionProblem .problemList {
    display: flex;
    flex-wrap: wrap;
    gap: 58px;
    padding: 0 8px;
}
.sectionProblem .problemList li {
    text-align: center;
    width: calc(100%/3  - 39px);
}
.sectionProblem .problemList li .problemName {
    position: relative;
    display: inline-block;
    font-size: 22px;
    font-weight: bold;
    z-index: 1;
}
.sectionProblem .problemList li .problemName::before {
    content: "";
    position: absolute;
    top: -8px;
    left: -40px;
    width: 38px;
    aspect-ratio: 1/1;
    background: url(../images/small-amount-index/section-problem-icon-01.png) no-repeat center/ 100%;
    z-index: -1;
}
.sectionProblem .problemList li:nth-child(2) .problemName::before {
    top: -18px;
    left: -37px;
    width: 31px;
    aspect-ratio: 31/34;
    background: url(../images/small-amount-index/section-problem-icon-02.png) no-repeat center/ 100%;
} 
.sectionProblem .problemList li:nth-child(3) .problemName::before {
    top: -9px;
    left: -29px;
    width: 42px;
    aspect-ratio: 42/50;
    background: url(../images/small-amount-index/section-problem-icon-03.png) no-repeat center/ 100%;
} 
.sectionProblem .problemList li .problemNumber {
    position: relative;
    font-size: 70px;
    font-weight: bold;
    line-height: 0.9;
    letter-spacing: -1px;
    margin-bottom: -21px;
    z-index: 1;
}
.sectionProblem .problemList li .problemPhoto {
    width: 100%;
    margin-bottom: 10px;
}
.sectionProblem .problemList li .problemPhoto img {
    width: 100%;
}
.sectionProblem .problemList li .problemText {
    font-size: 26px;
    font-weight: bold;
    margin-bottom: 14px;
}
@media(max-width: 1150px) and (min-width: 769px) {
    .sectionProblem .problemList {
        gap: 25px;
        padding: 0;
    }
    .sectionProblem .problemList li {
        width: calc(100%/3  - 17px);
    }
    .sectionProblem .problemList li .problemName {
        font-size: 18px;
    }
    .sectionProblem .problemList li .problemName::before {
        top: -8px;
        left: -30px;
        width: 29px;
    }
    .sectionProblem .problemList li:nth-child(2) .problemName::before {
        top: -14px;
        left: -25px;
        width: 22px;
    } 
    .sectionProblem .problemList li:nth-child(3) .problemName::before {
        top: -5px;
        left: -20px;
        width: 30px;
    } 
    .sectionProblem .problemList li .problemNumber {
        font-size: 60px;
    }
    .sectionProblem .problemList li .problemText {
        font-size: 22px;
    }
}
@media(max-width: 950px) and (min-width: 769px) {
    .sectionProblem .problemList li .problemName {
        font-size: 16px;
    }
    .sectionProblem .problemList li .problemText {
        font-size: 18px;
    }
}
@media(max-width: 768px) {
    .sectionProblem {
        padding: 37px 0 33px;
    }
    .sectionProblem .problemList {
        width: 88%;
        gap: 57px;
        margin: 0 auto;
        padding: 0;
    }
    .sectionProblem .problemList li {
        position: relative;
        width: 100%;
    }
    .sectionProblem .problemList li::before {
        content: "";
        position: absolute;
        bottom: -13px;
        left: 0;
        width: 100%;
        height: 1px;
        background-color: #eeeeee;
    }
    .sectionProblem .problemList li .problemName {
        font-size: 16px;
    }
    .sectionProblem .problemList li .problemName::before {
        top: -7px;
        left: -30px;
        width: 28px;
    }
    .sectionProblem .problemList li:nth-child(2) .problemName::before {
        top: -15px;
        left: -26px;
        width: 23px;
    } 
    .sectionProblem .problemList li:nth-child(3) .problemName::before {
        top: -5px;
        left: -20px;
        width: 30px;
    } 
    .sectionProblem .problemList li .problemNumber {
        font-size: 36px;
        margin: -4px 0 -9px;
    }
    .sectionProblem .problemList li .problemText{
        font-size: 18px;
    }
    .sectionProblem .problemList li .problemPhoto {
        margin-bottom: 6px;
    }
}
/* sectionProblem */

/* sectionSolution */
.sectionSolution {
    padding: 89px 41px 40px;
    background: linear-gradient(90deg, rgba(254, 225, 79, 1) 0%, rgba(254, 225, 79, 1) 50%, rgba(255, 217, 27, 1) 50%, rgba(255, 217, 27, 1) 100%);
}
.sectionSolution .solutionPhoto {
    width: 100%;
    margin-bottom: 42px;
}
.sectionSolution .solutionPhoto img {
    width: 100%;
}
.sectionSolution .solutionReason {
    width: 100%;
    background-color: #ffefbb;
    padding: 88px 20px 139px;
}
.sectionSolution .solutionReason .reasonTop {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 15px;
    margin-bottom: -1px;
}
.sectionSolution .solutionReason .reasonTop .topBox .topNote {
    font-size: 26px;
    font-weight: bold;
    color: #fff;
    background-color: #000066;
    padding: 4px 32px 5px;
    border-radius: 87px 50px 50px 0;
    letter-spacing: 1px;
}
.sectionSolution .solutionReason .reasonTop .topBox .topSub {
    font-size: 38px;
    font-weight: bold;
    color: #000066;
    padding-left: 3px;
    letter-spacing: -1px;
}
.sectionSolution .solutionReason .reasonTop .topTitle {
    font-size: 76px;
    font-weight: bold;
    color: #000066;
    letter-spacing: -10px;
    transform: translateY(-1px);
}   
.sectionSolution .solutionReason .reasonTop .topTitle .number {
    font-size: 112px;
    line-height: 1;
}  
.sectionSolution .solutionReason .reasonTop .topTitle .big {
    font-size: 110px;
    line-height: 1;
}
.sectionSolution .solutionReason .reasonList li {
    position: relative;
}
.sectionSolution .solutionReason .reasonList li:not(:last-child) {
    margin-bottom: 68px;
}
.sectionSolution .solutionReason .reasonList li::before {
    content: "";
    position: absolute;
    top: 62.3%;
    right: -20px;
    transform: translateY(-50%);
    width: 73%;
    height: 418px;
    background-color: rgb(255, 255, 255, 0.3);
    border-radius: 10px 0 0 10px;
}
.sectionSolution .solutionReason .reasonList li:nth-child(even):before {
    right: auto;
    left: -20px;
    border-radius: 0 10px 10px 0;
}
.sectionSolution .solutionReason .reasonList li .reasonWrap {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    gap: 64px;
    width: 100%;
    max-width: 1102px;
    margin: 0 auto;
}
.sectionSolution .solutionReason .reasonList li:nth-child(even) .reasonWrap {
    flex-direction: row-reverse;
}
.sectionSolution .solutionReason .reasonList li .reasonIntro {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    gap: 15px 46px;
    width: 531px;
    z-index: 1;
}
.sectionSolution .solutionReason .reasonList li .reasonIntro .introName {
    position: relative;
    font-size: 18px;
    font-weight: bold;
    color: #363532;
    letter-spacing: -1.7px;
    transform: translateY(8px);
}
.sectionSolution .solutionReason .reasonList li .reasonIntro .introName::before {
    content: "";
    position: absolute;
    top: 50%;
    right: -36px;
    transform: translateY(-50%);
    width: 29px;
    height: 1px;
    background-color: #777196;
}
.sectionSolution .solutionReason .reasonList li .reasonIntro .introNumber {
    font-size: 138px;
    font-weight: bold;
    line-height: 0.9;
    color: transparent;
    -webkit-text-stroke: 3px #000066;
    margin-right: 22px;
}
.sectionSolution .solutionReason .reasonList li .reasonIntro .introPhoto {
    width: 100%;
    margin-top: -40px;
    z-index: -1;
}
.sectionSolution .solutionReason .reasonList li .reasonIntro .introPhoto img {
    width: 100%;
    border-radius: 20px;
    box-shadow: 0 20px 60px rgb(238, 191, 44,0.3);
}
.sectionSolution .solutionReason .reasonList li .reasonInfo {
    width: calc(100% - 595px);
    max-width: 403px;
    margin-top: 62px;
}
.sectionSolution .solutionReason .reasonList li .reasonInfo .infoEn {
    font-size: 32px;
    font-weight: bold;
    color: #eebf2c;
    line-height: 1;
    letter-spacing: -1px;
    margin-bottom: 27px;
}
.sectionSolution .solutionReason .reasonList li .reasonInfo .infoJp {
    font-size: 40px;
    font-weight: 500;
    color: #363532;
    letter-spacing: -1.7px;
    margin-bottom: 25px;
}
.sectionSolution .solutionReason .reasonList li .reasonInfo .infoSub {
    font-size: 18px;
    font-weight: 400;
    color: #363532;
    line-height: 1.7;
}
@media(max-width: 1150px) and (min-width:769px) {
    .sectionSolution .solutionPhoto .inner {
        padding: 0;
    }
    .sectionSolution .solutionReason .reasonTop .topBox .topNote {
        font-size: 22px;
    }
    .sectionSolution .solutionReason .reasonTop .topBox .topSub {
        font-size: 32px;
    }
    .sectionSolution .solutionReason .reasonTop .topTitle {
        font-size: 60px;
        letter-spacing: -5px;
    }
    .sectionSolution .solutionReason .reasonTop .topTitle .number {
        font-size: 90px;
    }
    .sectionSolution .solutionReason .reasonTop .topTitle .big {
        font-size: 90px;
    }
    .sectionSolution .solutionReason .reasonList li .reasonWrap {
        gap: 30px;
    }
    .sectionSolution .solutionReason .reasonList li .reasonIntro {
        width: 485px;
        gap: 15px 25px;
    }
    .sectionSolution .solutionReason .reasonList li .reasonIntro .introPhoto {
        margin-top: -30px;
    }
    .sectionSolution .solutionReason .reasonList li .reasonIntro .introName::before {
        right: -18px;
        width: 15px;
    }
    .sectionSolution .solutionReason .reasonList li .reasonIntro .introNumber {
        font-size: 112px;
    }
    .sectionSolution .solutionReason .reasonList li .reasonInfo {
        flex: 1;
        width: auto;
    }
    .sectionSolution .solutionReason .reasonList li .reasonInfo .infoEn {
        font-size: 28px;
        margin-bottom: 15px;
    }
    .sectionSolution .solutionReason .reasonList li .reasonInfo .infoJp {
        font-size: 32px;
        margin-bottom: 15px;
    }
    .sectionSolution .solutionReason .reasonList li .reasonInfo .infoSub {
        font-size: 16px;
    }
}
@media(max-width: 1000px) and (min-width:769px) {
    .sectionSolution .solutionReason .reasonList li::before{
        top: 58.3%;
        height: 330px;
    }
    .sectionSolution .solutionReason .reasonList li .reasonIntro {
        width: 430px;
    }
    .sectionSolution .solutionReason .reasonList li .reasonIntro .introNumber {
        font-size: 90px;
    }
    .sectionSolution .solutionReason .reasonList li .reasonInfo .infoEn {
        font-size: 24px;
    }
    .sectionSolution .solutionReason .reasonList li .reasonInfo .infoJp {
        font-size: 28px;
    }
    .sectionSolution .solutionReason .reasonList li .reasonInfo .infoSub {
        font-size: 14px;
    }
    .sectionSolution .solutionReason .reasonList li .reasonIntro .introPhoto {
        margin-top: -20px;
    }
}
@media(max-width: 900px) and (min-width:769px) {
    .sectionSolution .solutionReason .reasonTop {
        margin-bottom: 20px;
    }
    .sectionSolution .solutionReason .reasonList li::before{
        height: 300px;
    }
    .sectionSolution .solutionReason .reasonList li .reasonIntro {
        width: 370px;
    }
    .sectionSolution .solutionReason .reasonList li .reasonIntro .introPhoto {
        margin-top: -20px;
    }
    .sectionSolution .solutionReason .reasonList li .reasonIntro .introNumber {
        font-size: 80px;
    }
    .sectionSolution .solutionReason .reasonList li .reasonInfo .infoEn {
        font-size: 22px;
    }
    .sectionSolution .solutionReason .reasonList li .reasonInfo .infoJp {
        font-size: 26px;
    }
    .sectionSolution .solutionReason .reasonList li .reasonInfo .infoSub {
        font-size: 14px;
    }
}
@media(max-width: 768px) {
    .sectionSolution {
        padding: 51px 5.4% 50px;
    }
    .sectionSolution .inner {
        padding: 0;
    }
    .sectionSolution .solutionReason {
        padding: 49px 21px 37px;
    }
    .sectionSolution .solutionPhoto {
        margin-bottom: 31px;
    }
    .sectionSolution .solutionReason .reasonTop {
        gap: 11px;
        margin-bottom: 29px;
    }
    .sectionSolution .solutionReason .reasonTop .topBox{
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
        width: 100%;
        gap: 5px;
    }
    .sectionSolution .solutionReason .reasonTop .topBox .topNote {
        font-size: 18px;
        padding: 1px 14px 1px 17px;
        font-weight: 500;
        letter-spacing: -2px;
        border-radius: 67px 50px 50px 0;
    }
    .sectionSolution .solutionReason .reasonTop .topBox .topSub {
        font-size: 21px;
        letter-spacing: -2px;
        transform: translateY(-2px);
        padding: 0;
    }
    .sectionSolution .solutionReason .reasonTop .topTitle {
        font-size: 38px;
        letter-spacing: -3px;
    }
    .sectionSolution .solutionReason .reasonTop .topTitle .number {
        font-size: 60px;
        line-height: 0.7;
    }
    .sectionSolution .solutionReason .reasonTop .topTitle .big {
        font-size: 56px;
        line-height: 0.7;
    }
    .sectionSolution .solutionReason .reasonList li:not(:last-child) {
        margin-bottom: 54px;
    }
    .sectionSolution .solutionReason .reasonList li::before {
        top: 54.7%;
        right: -21px;
        width: 90.5%;
        height: 107.1%;
    }
    .sectionSolution .solutionReason .reasonList li .reasonWrap  {
        gap: 23px;
    }
    .sectionSolution .solutionReason .reasonList li .reasonIntro {
        width: 100%;
        justify-content: center;
        gap: 14px;
    }
    .sectionSolution .solutionReason .reasonList li .reasonIntro .introName {
        font-size: 16px;
        transform: translateY(-3px);
    }
    .sectionSolution .solutionReason .reasonList li .reasonIntro .introName::before {
        top: 53%;
        right: -17px;
        width: 15px;
    }
    .sectionSolution .solutionReason .reasonList li .reasonIntro .introNumber {
        font-size: 63px;
        -webkit-text-stroke: 2px #000066;
        margin: 0;
        transform: translateX(7px);
        letter-spacing: -3px;
    }
    .sectionSolution .solutionReason .reasonList li .reasonIntro .introPhoto{
        margin-top: -28px;
    }
    .sectionSolution .solutionReason .reasonList li .reasonIntro .introPhoto img {
        border-radius: 10px;
        box-shadow: 0 10px 30px rgb(230, 196, 51,0.3);
    }
    .sectionSolution .solutionReason .reasonList li .reasonInfo {
        width: 100%;
        max-width: none;
        margin: 0;
        padding: 0 20px;
    }
    .sectionSolution .solutionReason .reasonList li .reasonInfo .infoEn {
        font-size: 19px;
        letter-spacing: -0.6px;
        margin-bottom: 12px;
    }
    .sectionSolution .solutionReason .reasonList li .reasonInfo .infoJp {
        font-size: 21px;
        letter-spacing: 0px;
        margin-bottom: 7px;
    }
    .sectionSolution .solutionReason .reasonList li .reasonInfo .infoSub {
        font-size: 16px;
        letter-spacing: -0.8px;
    }
}
/* sectionSolution */

/* sectionFeedBack */
.sectionFeedBack {
    padding: 85px 0 132px;
    background-color: #ffefbb;
    overflow: hidden;
}
.sectionFeedBack .titleWrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    max-width: 1290px;
    padding: 0 30px;
    margin: 0 auto 45px;
}
.sectionFeedBack .feedBackTitle {
    font-size: 60px;
    font-weight: bold;
    color: #363532;
}
.sectionFeedBack .sliderProgress {
    position: relative;
    width: 311px;
    height: 9px;
    background: #fff;
    border-radius: 4px;
    overflow: hidden;
    padding: 1px;
}
.sectionFeedBack .sliderProgress .progressBar {
    position: absolute;
    top: 50%;
    left: 1px;
    transform: translateY(-50%);
    height: calc(100% - 2px);
    width: 0%;
    background: #ffd800;
    transition: width 0.3s ease;
    border-radius: 4px;
    max-width: calc(100% - 2px);
}
.sectionFeedBack .feedBackSlider {
    margin-left: calc((100% - 1230px) / 2);
}
.sectionFeedBack .feedBackSlider .sliderWrap {
    width: 100%;
}
.sectionFeedBack .slick-slide {
    width: 384px;
    background: #fff;
    border-radius: 10px;
    margin: 0 20px;
    position: relative;
    padding-bottom: 1px;
    outline: none;
    z-index: 1;
}
.sectionFeedBack .slick-slide::before {
    content: '';
    position: absolute;
    top: -23px;
    left: 17px;
    width: 42px;
    aspect-ratio: 42/41;
    background: url(../images/small-amount-index/section-feedback-photo-02.png)no-repeat center/100%;
    z-index: 5;
}
.sectionFeedBack .slideInfo {
    position: relative;
    overflow: hidden;
    border-radius: 10px 10px 0 0;
}
.sectionFeedBack .slideInfo .infoPhoto img {
    width: 100%;
    aspect-ratio: 384/255;
    display: block;
}
.sectionFeedBack .slideInfo .infoCompany {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 284px;
    background: #fff;
    padding: 10px 22px 9px;
    font-size: 16px;
    font-weight: bold;
    color: #363532;
    border-radius: 10px 0 0 0;
    letter-spacing: 0px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.sectionFeedBack .slideContent {
    padding: 21px 32px 23px;
}
.sectionFeedBack .slideContent .contentTitle {
    font-size: 26px;
    font-weight: bold;
    color: #363532;
    margin-bottom: 8px;
    line-height: 1.5;
    text-align: justify;
}
.sectionFeedBack .slideContent .contentSub {
    font-size: 18px;
    color: #555;
    line-height: 1.5;
    padding-bottom: 24px;
    margin-bottom: 19px;
    border-bottom: 1px solid #eeeeee;
    text-align: justify;
}
.sectionFeedBack .slideContent .contentNote {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 22px;
}
.sectionFeedBack .slideContent .contentNote .noteBox {
    display: flex;
    align-items: center;
}
.sectionFeedBack .slideContent .contentNote .noteBox .bg {
    width: 70px;
    text-align: center;
    background: #000066;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    padding: 1px 6px;
    border-radius: 4px;
    margin-right: 11px;
}
.sectionFeedBack .slideContent .contentNote .noteBox .text {
    font-size: 16px;
    font-weight: bold;
    color: #000066;
    transform: translateY(-1px);
}
.sectionFeedBack .slideContent .contentNote .noteBox .text .number {
    font-size: 30px;
    line-height: 1;
    letter-spacing: -2px;
    display: inline-block;
    margin-right: 2px;
}
.sectionFeedBack .slick-list {
    overflow: hidden !important;
    padding: 30px 0 30px 1px !important;
    margin: -30px 0 -30px -1px;
}
.sectionFeedBack .slick-arrow {
    position: absolute;
    top: 49.6%;
    transform: translateY(-50%);
    width: 100px;
    height: 100px;
    background: #fff;
    border-radius: 50%;
    border: none;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    z-index: 3;
    cursor: pointer;
    transition: all .3s;
}
.sectionFeedBack .slick-prev {
    left: -121px;
}
.sectionFeedBack .slick-next {
    right: calc((100% - 1250px)/2);
}
.sectionFeedBack .slick-prev::before,
.sectionFeedBack .slick-next::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(-90deg);
    width: 100%;
    aspect-ratio: 1/1;
    background: url(../images/small-amount-common/scroll-to-top.png) no-repeat center/100%;
    opacity: 1;
}
.sectionFeedBack .slick-next::before {
    transform: translate(-50%, -50%) rotate(90deg);
}

@media (max-width: 1500px) and (min-width: 769px) {
    .sectionFeedBack .feedBackSlider {
        margin-left: 100px;
    }
    .sectionFeedBack .slick-prev {
        left: -81px;
    }
    .sectionFeedBack .slick-next {
        right: 20px;
    }
}
@media(min-width: 769px){
    .sectionFeedBack .slick-prev:hover {
        transform: translate(-10px,-50%);
    }
    .sectionFeedBack .slick-next:hover {
        transform: translate(10px,-50%);
    }
}
@media (max-width: 768px) {
    .sectionFeedBack {
        position: relative;
        padding: 37px 0 47px;
    }
    .sectionFeedBack .feedBackSlider {
        width: 100%;
        margin: 0;
    }
    .sectionFeedBack .slick-list {
        margin: 0;
    }
    .sectionFeedBack .titleWrap {
        margin-bottom: -8px;
    }
    .sectionFeedBack .feedBackTitle {
        width: 100%;
        font-size: 39px;
        color: #0f0065;
        text-align: center;
        margin-bottom: 0;
        letter-spacing: -2px;
    }
    .sectionFeedBack .sliderProgress {
        position: absolute;
        bottom: 48px;
        left: 50%;
        transform: translateX(-50%);
        width: 100%;
        max-width: 156px;
        height: 6px;
    }
    .sectionFeedBack .slick-slide {
        width: 236px;
        border-radius: 5px;
        margin: 0 15px;
    }
    .sectionFeedBack .slick-slide::before {
        top: -11px;
        left: 9px;
        width: 21px;
    }
    .sectionFeedBack .slideInfo {
        border-radius: 5px 5px 0 0;
    }
    .sectionFeedBack .slideInfo .infoCompany {
        bottom: -1px;
        font-size: 14px;
        max-width: 100%;
        font-weight: 400;
        padding: 6px 11px;
        width: auto;
        border-radius: 6px 0 0 0;
    }
    .sectionFeedBack .slideContent {
        padding: 13px 15px;
    }
    .sectionFeedBack .slideContent .contentTitle {
        font-size: 16px;
        line-height: 1.7;
        letter-spacing: 0;
        margin-bottom: 9px;
    }
    .sectionFeedBack .slideContent .contentSub {
        font-size: 16px;
        letter-spacing: 0;
        padding-bottom: 15px;
        margin-bottom: 11px;
    }
    .sectionFeedBack .slideContent .contentNote {
        gap: 3px;
    }
    .sectionFeedBack .slideContent .contentNote .noteBox .bg{
        width: 69px;
        font-size: 14px;
        font-weight: 500;
        padding: 0 6px 1px;
        margin-right: 5px;
    }
    .sectionFeedBack .slideContent .contentNote .noteBox .text .number{
        font-size: 21px;
        font-weight: 400;
        margin-right: 3px;
    }
    .sectionFeedBack .slideContent .contentNote .noteBox .text {
        font-size: 14px;
        transform: translateY(0px);
    }
    .sectionFeedBack .slick-prev,
    .sectionFeedBack .slick-next {
        top: 50.8%;
        width: 40px;
        height: 40px;
    }
    .sectionFeedBack .slick-prev {
        left: 35px;
    }
    .sectionFeedBack .slick-next {
        right: 35px;
    }
    .sectionFeedBack .slick-next::before,
    .sectionFeedBack .slick-prev::before {
        transform: translate(-50%, -50%) rotate(0);
        background-image: url(../images/small-amount-common/icon-arrow-white-dark-blue.png);
    }
    .sectionFeedBack .slick-next::before {
        transform: translate(-50%, -50%) rotate(180deg);
    }
}
/* sectionFeedBack */

/* sectionAbout */

.sectionAbout {
    padding: 91px 0 0;
}

.sectionAbout .sectionTitle {
    color: #363532;
}

.sectionAbout .aboutTable {
    max-width: 1102px;
    margin: 27px auto 0;
    border: none
}

.sectionAbout .aboutTable th {
    width: 28.31%;
    font-size: 18px;
    padding: 27px 27px 27px 56px;
    background: none;
    border: none;
    box-shadow: inset 0 2px 0 #99e1eb;
    color: #363532;
    vertical-align: top;
    font-weight: 700;
}

.sectionAbout .aboutTable td {
    width: 71.69%;
    font-size: 18px;
    padding: 25px 27px 24px 56px;
    background: none;
    border: none;
    box-shadow: inset 0 1px 0 #eee;
    color: #363532;
    line-height: 1.75;
}

.sectionAbout .aboutTable tr:last-child td,
.sectionAbout .aboutTable tr:last-child th {
    border-bottom: 1px solid #eee;
}

@media (max-width: 768px) {
    .sectionAbout {
        padding: 42px 0 1px;
    }

    .sectionAbout .table-content {
        margin: 0;
    }

    .sectionAbout .aboutTable {
        /* width: 97%; */
        margin-top: 25px;
    }

    .sectionAbout .aboutTable th {
        width: 28.91%;
        font-size: 16px;
        padding: 14px 1px 12px;
    }

    .sectionAbout .aboutTable td {
        width: 71.09%;
        font-size: 16px;
        padding: 12px 13px 10px;
    }
}


/* section faq */
.sectionFaq {
    padding: 123px 0 78px;
    background-color: #ffdc29;
}

.sectionFaq .sectionTitle {
    color: #363532;


}

.sectionFaq .faqWrap {
    margin-top: 3px;
    display: flex;
    column-gap: 48px;
    justify-content: space-between;
}

.sectionFaq .faqWrap .faqList {
    max-width: 808px;
    margin: 0 auto;
    width: 100%;
}

.sectionFaq .faqWrap .faqList li {
    border-radius: 10px;
    background-color: #ffefbb;
    margin-bottom: 21.5px;
    padding: 0 0 11px 0;
    position: relative;
    transition: all .3s;
}

.sectionFaq .faqWrap .faqList li.open {
    background-color: #fff;
    padding-bottom: 30px;
}

.sectionFaq .faqWrap .faqList li::before {
    content: "";
    position: absolute;
    top: 45px;
    right: 28px;
    width: 24px;
    height: 2px;
    background-color: #000066;
    transform: translateY(-50%);
}

.sectionFaq .faqWrap .faqList li::after {
    content: "";
    position: absolute;
    top: 45px;
    right: 28px;
    width: 24px;
    height: 2px;
    background-color: #000066;
    transform: translateY(-50%) rotate(90deg);
    transition: all .3s;
}

.sectionFaq .faqWrap .faqList li.open::after {
    transform: translateY(-50%) rotate(0deg);
}

.sectionFaq .faqWrap .faqList li .faqQuestion {
    font-size: 22px;
    font-weight: bold;
    color: #363532;
    line-height: 1.5;
    display: flex;
    position: relative;
    padding-top: 24px;
    padding-left: 86px;
    text-align: justify;
    padding-bottom: 18px;
    padding-right: 86px;
    transition: all .3s;
    text-align: justify;
}

.sectionFaq .faqWrap .faqList li .faqAnswer {
    font-size: 18px;
    color: #363532;
    line-height: 1.5;
    display: none;
    position: relative;
    margin-left: 43px;
    margin-right: 64px;
    padding-left: 43px;
    border-top: 1px solid #9499a1;
    padding-top: 26px;
    text-align: justify;
}

.sectionFaq .faqWrap .faqList li .alpha {
    margin-right: 12px;
    position: absolute;
    top: 32px;
    left: 43px;
}

.sectionFaq .faqWrap .faqList li .alpha img {
    width: 24px;
}

.sectionFaq .faqWrap .faqList li .faqAnswer .alpha {
    top: 33px;
    left: 0;
}

.sectionFaq .faqWrap .faqList li .faqAnswer .alpha img {
    width: 19px;
}

@media (max-width: 1300px) and (min-width: 1001px) {
    .sectionFaq .faqWrap .faqList {
        max-width: auto;
    }
}

@media (max-width: 1000px) {
    .sectionFaq .faqWrap {
        flex-direction: column;
    }

    .sectionFaq .sectionTitle {
        margin: 0 auto;
    }
}

@media (min-width: 769px) {
    .sectionFaq .faqWrap .faqList .faqQuestion:hover {
        cursor: pointer;
    }

    .sectionFaq .sectionTitle {
        letter-spacing: -7px;
        align-self: flex-start;
        margin-bottom: 50px;
        width: 100%;
        max-width: fit-content;
    }
}

@media (max-width: 768px) {
    .sectionFaq {
        padding: 39px 0 41px;
    }

    .sectionFaq .faqWrap .faqList {
        margin-top: 24px;
    }

    .sectionFaq .faqWrap .faqList li {
        padding: 0 0 0px 0;
        border-radius: 5px;
        margin-bottom: 10px;
    }

    .sectionFaq .faqWrap .faqList li.open {
        padding-bottom: 12px;
    }

    .sectionFaq .faqWrap .faqList li .alpha {
        top: 16px;
        left: 11px;
    }

    .sectionFaq .faqWrap .faqList li .alpha img {
        width: 14px;
    }

    .sectionFaq .faqWrap .faqList li .faqAnswer .alpha {
        top: 17px;
        left: 1px;
    }

    .sectionFaq .faqWrap .faqList li .faqAnswer .alpha img {
        width: 12px;
    }

    .sectionFaq .faqWrap .faqList li .faqQuestion {
        font-size: 18px;
        padding-top: 8px;
        padding-left: 30px;
        padding-right: 35px;
        padding-bottom: 12px;
    }

    .sectionFaq .faqWrap .faqList li.open .faqQuestion {
        padding-bottom: 11px;
    }

    .sectionFaq .faqWrap .faqList li .faqAnswer {
        font-size: 16px;
        margin-left: 10px;
        margin-right: 9px;
        line-height: 1.5;
        padding-left: 20px;
        padding-top: 11px;
    }

    .sectionFaq .faqWrap .faqList li::before {
        right: 10px;
        width: 15px;
        top: 22px;
    }

    .sectionFaq .faqWrap .faqList li::after {
        right: 10px;
        width: 15px;
        top: 22px;
    }
}

/* sectionCompare */
.sectionCompare {
    padding: 82px 0 76px;
    background: #ebf5ff;
}

.sectionCompare .sectionTitle {
    letter-spacing: -1.9px;
}

.sectionCompare .table-content {
    overflow: unset;
    display: unset;
    margin: unset;
}

.sectionCompare .tableWrap {
    overflow-x: auto;
    overflow-y: hidden;
    width: 100%;
    padding: 12px 0 24px;
    -webkit-overflow-scrolling: touch;
    scroll-behavior: smooth;
    margin-top: 27px;
}

.sectionCompare .compareTable {
    width: 1230px;
    margin: 0 auto;
    padding: 12px 0;
    border-collapse: collapse;
    text-align: center;
    border: none;
    position: relative;
    background: white;
}

.sectionCompare .compareTable::before {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 240px;
    width: 330px;
    height: calc(100% + 21px);
    background-color: transparent;
    pointer-events: none;
    border: solid #fee14f;
    border-width: 11px 8px 8px 8px;
}

.sectionCompare .tableWrap::-webkit-scrollbar {
    height: 16px;
}

.sectionCompare .tableWrap::-webkit-scrollbar-track {
    background: white;
    border-radius: 999px;
    border: 2px solid #285ae1;
}

.sectionCompare .tableWrap::-webkit-scrollbar-thumb {
    background: #285ae1;
    border-radius: 999px;
    background-clip: content-box;
}

.sectionCompare .compareTable th,
.sectionCompare .compareTable td {
    padding: 16.5px 10px 18.5px;
    border: none;
    vertical-align: middle;
}

.sectionCompare .compareTable th {
    background: #000066;
    padding: 19px 10px 25px;
    color: white;
    font-size: 26px;
    font-weight: 700;
    text-align: center;
}

.sectionCompare .compareTable th:nth-child(3) {
    width: 331px;
}

.sectionCompare .compareTable th.compare {
    width: 240px;
}

.sectionCompare .compareTable td {
    border-top: 4px solid #ebf5ff;
    font-size: 18px;
    color: #363532;
    text-align: start;
    padding-left: 67px;
    font-weight: 500;
}

.sectionCompare .compareTable td:first-child {
    font-weight: 700;
}

.sectionCompare .compareTable th.tableLogo {
    background: #fee14f;
    width: 330px;

}

.sectionCompare .compareTable th:nth-child(3),
.sectionCompare .compareTable td:nth-child(3) {
    position: relative;
}

.sectionCompare .compareTable th:nth-child(3)::before {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 50%;
    background-color: #e2e6ec;

}

.sectionCompare .compareTable td:nth-child(3)::before {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 50%;
    background-color: #e2e6ec;

}

.sectionCompare .compareTable th.tableLogo img {
    width: 222px;
    aspect-ratio: 222/44;
    height: auto;
    margin: 0 auto;
    padding: 0;
    display: block;
    transform: translateY(-2px);
}

.sectionCompare .compareTable td .oDouble,
.sectionCompare .compareTable td .x,
.sectionCompare .compareTable td .triangle,
.sectionCompare .compareTable td .oSingle {
    display: inline-block;
    margin-right: 12px;
    vertical-align: middle;
    transform: translateY(-2px);
    margin-top: revert-layer;
}

.sectionCompare .compareTable td .oDouble {
    width: 40px;
    margin-top: 0.3px;
}

.sectionCompare .compareTable td .oSingle {
    width: 40px;
}

.sectionCompare .compareTable td .x {
    width: 34px;
    margin-bottom: 0;
}

.sectionCompare .compareTable td .triangle {
    width: 40px;
    margin-top: 1px
}

@media (min-width: 769px) {
    .sectionCompare .compareTable td:not(:first-child) {
        padding-top: 28.3px;
        padding-bottom: 20.3px;
    }

    .sectionCompare .compareTable td:not(:first-child) {
        padding-left: 92px;
    }

    .sectionCompare .compareTable td:nth-child(3) {
        padding-left: 82px;
    }

    .sectionCompare .compareTable td:nth-child(4) {
        padding-left: 72px;
    }
}

@media (max-width: 768px) {
    .sectionCompare {
        padding: 46px 0 54px;
    }

    .sectionCompare .tableWrap {
        margin-top: 18px;
        padding-bottom: 20px;
        margin-right: -4%;
    }

    .sectionCompare .compareTable {
        width: 100%;
    }

    .sectionCompare .compareTable::before {
        bottom: -5px;
        height: calc(100% + 10px);
        left: 120px;
        width: 165px;
        border-width: 5px 4px 4px 4px;
    }

    .sectionCompare .compareTable th {
        font-size: 17px;
        padding: 5px 6px 12px 10px;
        line-height: 1.5;
        font-weight: bold;
        text-align: center;
    }

    .sectionCompare .compareTable th.compare {
        width: 120px;
    }

    .sectionCompare .compareTable th.tableLogo {
        width: 165px;
    }

    .sectionCompare .compareTable th.tableLogo img {
        width: 133px;
        transform: translateY(1px);
    }

    .sectionCompare .compareTable th:nth-child(3) {
        width: auto;
    }

    .sectionCompare .compareTable td {
        padding: 8px 7px 14.1px;
        padding-left: 10px;
        letter-spacing: 1.4px;
        text-align: start;
        font-size: 15px;
        border-top: 2px solid #ebf5ff;
    }

    .sectionCompare .compareTable td:not(:first-child) {
        padding-left: 15px;
        padding-top: 4px;
        padding-bottom: 10px;
    }

    .sectionCompare .compareTable td .oDouble,
    .sectionCompare .compareTable td .x,
    .sectionCompare .compareTable td .triangle,
    .sectionCompare .compareTable td .oSingle {
        margin-right: 7px;
        width: 20px;
        margin-top: 0;
        transform: translateY(2px);
    }

    .sectionCompare .tableWrap::-webkit-scrollbar {
        height: 8px;
    }
}

@media (max-width: 700px) {
    .sectionCompare .tableWrap {
        width: 105.3%;
        display: flex;
        padding-right: 5.3%;
    }

    .sectionCompare .compareTable {
        width: 615px;
    }
}

/* sectionFlow */
.sectionFlow {
    padding: 80px 0 120px;
    background: url(../images/small-amount-index/flow-bg.png);
}

.sectionFlow .flowWrap {
    margin: 70px auto 0;
    width: 100%;
}

.sectionFlow .flowList {
    display: flex;
    justify-content: space-between;
    max-width: 1102px;
    width: 100%;
    margin: 0 auto;
}

.sectionFlow .flowList>li {
    flex: 0 0 calc((100% - 148px) / 3);
    background: white;
    border-radius: 10px;
    box-shadow: 22.98px 19.28px 70px rgba(180, 196, 199, 0.3);
    padding: 46px 20px 23px;
    position: relative;
}

.sectionFlow .flowList>li::before {
    content: "";
    position: absolute;
    display: block;
    top: 103px;
    right: -5px;
    transform: translateX(100%);
    background: url(../images/small-amount-index/flow-arrow.png) no-repeat center center / contain;
    width: 67px;
    aspect-ratio: 57 / 24;
}

.sectionFlow .flowList>li:last-child::before {
    display: none;
}

.sectionFlow .flowList>li .flowStep {
    position: absolute;
    max-width: 78px;
    width: 100%;
    top: 1px;
    left: 50%;
    transform: translate(-50%, -60%);
}

.sectionFlow .flowList>li .flowImg {
    width: 100%;
    margin-bottom: 17px;
}

.sectionFlow .flowList>li .flowImg img {
    width: 100%;
    height: auto;
    aspect-ratio: 278 / 134;
    display: block;
}

.sectionFlow .flowList>li .flowTitle {
    font-size: 22px;
    font-weight: bold;
    color: #363532;
    letter-spacing: -0.88px;
    margin-bottom: 12px;
    text-align: center;
}

.sectionFlow .flowList>li .flowText {
    font-size: 16px;
    color: #363532;
    letter-spacing: -0.44px;
    line-height: 1.97;
}

.sectionFlow .flowList>li .flowCheckList {
    margin-top: 11px;
    margin-left: 3px;
}

.sectionFlow .flowList>li .flowCheckList li {
    font-size: 16px;
    color: #363532;
    letter-spacing: -0.44px;
    line-height: 1.97;
    display: flex;
    align-items: center;
}

.sectionFlow .flowList>li .flowCheckList li .check {
    width: 22px;
    display: inline-block;
    margin-right: 5px;
}

.sectionFlow .flowList>li .flowCheckList li .check img {
    width: 100%;
    height: auto;
    display: block;
}

@media (max-width: 1000px) {
    .sectionFlow .flowList>li {
        flex: 0 0 calc((100% - 100px) / 3);
        padding: 47px 10px 24px;
    }

    .sectionFlow .flowList>li::before {
        width: 42px;
        top: 103px;
        right: -5px;
    }

    .sectionFlow .flowList>li .flowTitle {
        font-size: 17px;
    }

    .sectionFlow .flowList>li .flowText {
        font-size: 14px;
    }

    .sectionFlow .flowList>li .flowCheckList li {
        font-size: 14px;
    }

    .sectionFlow .flowList>li .flowCheckList li .check {
        width: 18px;
    }
}

@media (max-width: 768px) {
    .sectionFlow {
        padding: 44px 0 15px;
    }

    .sectionFlow .flowWrap {
        padding: 0 0 40px;
    }

    .sectionFlow .sectionTitle {
        padding-left: 5.3%;
    }

    .sectionFlow .flowWrap::-webkit-scrollbar {
        all: unset;
    }

    .sectionFlow .flowWrap::-webkit-scrollbar-thumb {
        all: unset;
    }

    .sectionFlow .flowWrap::-webkit-scrollbar-track {
        all: unset;
    }

    .sectionFlow .flowList {
        max-width: unset;
        width: 100%;
        column-gap: 38px;
        justify-content: start;
    }

    .sectionFlow .flowList>li {
        flex: 0 0 calc((100% - 72px) / 3);
        padding: 24px 16px 15px;
        scroll-snap-align: center;
        max-width: 240px;
        box-shadow: 11.49px 9.64px 35px rgba(180, 196, 199, 0.3);
    }

    .sectionFlow .flowList>li::before {
        width: 33px;
        top: 67px;
        right: -6px;
    }

    .sectionFlow .flowList>li .flowStep {
        max-width: 113px;
        width: 23.8%;
        top: 0px;
        transform: translate(-48%, -69%);
    }

    .sectionFlow .flowList>li .flowStep img {
        width: 100%;
        height: auto;
        aspect-ratio: 1/1;
    }

    .sectionFlow .flowList>li .flowImg {
        margin-bottom: 18px;
    }

    .sectionFlow .flowList>li .flowTitle {
        font-size: 17px;
        margin-bottom: 9px;
    }

    .sectionFlow .flowList>li .flowText {
        font-size: 16px;
        line-height: 1.75;
        letter-spacing: -0.44px;
    }

    .sectionFlow .flowList>li .flowCheckList {
        margin-top: 11px;
        margin-left: 2px;
    }

    .sectionFlow .flowList>li .flowCheckList li {
        font-size: 16px;
        line-height: 1.75;
    }

    .sectionFlow .flowList>li .flowCheckList li .check {
        width: 22px;
        margin-top: 2px;
    }
}

@media (max-width: 700px) {
    .sectionFlow {
        padding-bottom: 0;
    }

    .sectionFlow .flowList {
        max-width: unset;
        width: 209.3vw;
        column-gap: 38px;
        justify-content: start;
    }

    .sectionFlow .inner {
        padding-left: 0;
    }

    .sectionFlow .flowWrap {
        overflow: auto;
        padding: 65px calc((63vw - ((100% - 99.33vw) / 3)) / 2) 40px;
        scroll-snap-type: x mandatory;
        width: 105%;
        margin-top: 0px;
    }
}