/**/

.purchae-container {
    margin-bottom: 52px;
}

.pur-mb {
    margin-bottom: 90px;
}

.step-list {
    display: flex;
    margin-bottom: 26px;
}

.step-mob-content {
    display: none;
    margin-bottom: 10px;
}

.step-mob-content>.step-mob-title {
    text-align: center;
}


/*icon設定*/

.step-icon {
    width: 200px;
    height: 200px;
    background: #fff;
    border-radius: 50%;
    border: 1px solid #BE9971;
    position: relative;
}

.step3-icon,
.step5-icon {
    width: 200px;
    height: 200px;
    background: #fff;
    border-radius: 50%;
    border: 1px solid #BE9971;
    display: flex;
    justify-content: center;
    align-items: center;
}

.step3-icon-bg,
.step5-icon-bg {
    width: 160px;
    height: 160px;
    background: #EEEAE7;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.step3-icon>.step3-icon-bg>.hair-icon {
    max-width: 85px;
    display: block;
    vertical-align: middle;
    height: auto;
}

.step5-icon>.step5-icon-bg>.list-icon {
    max-width: 100px;
    display: block;
    vertical-align: middle;
    height: auto;
}


/*icon內圓*/

.step-icon::before {
    width: 160px;
    height: 160px;
    background: #EEEAE7;
    border-radius: 50%;
    content: "";
    position: absolute;
    top: 10%;
    left: 10%;
}


/*icon統一套用樣式*/

.step-icon.mob-icon::before,
.step-icon.door-icon::before,
.step-icon.scissors-icon::before,
.step-icon.creditcard-icon::before {
    display: flex;
    font-family: 'Font Awesome 5 Pro';
    font-style: normal;
    color: #BE9971;
    font-weight: 900;
    font-size: 100px;
    justify-content: center;
    align-items: center;
}

.step-icon.door-icon::before {
    font-size: 80px;
}


/*icon-step1 icon*/

.step-icon.mob-icon::before {
    content: '\f3cd';
}

.step-icon.door-icon::before {
    content: '\f52b';
}

.step-icon.scissors-icon::before {
    content: '\f0c4';
}

.step-icon.creditcard-icon::before {
    content: '\f09d';
}

.step-content {
    flex-grow: 1;
    max-width: 1000px;
}

.step-title,
.step-mob-title {
    font-size: 36px;
    color: rgba(131, 81, 27, 0.5);
    padding-left: 26px;
}

.step-line {
    border-bottom: 1px solid #BE9971;
}

.step-title>.step-num,
.step-mob-title>.step-mob-num {
    font-size: 76px;
    color: #573613;
}

.step-title>.step-s-list,
.step-mob-title>.step-mob-list {
    color: #573613;
    font-size: 28px;
}

.step-text {
    color: rgba(131, 81, 27, 0.5);
    font-size: 16px;
    padding-left: 26px;
    max-width: 50%;
}

.hint-text {
    color: #C98686;
}


/*箭頭設定*/

.arrow-icon {
    width: 200px;
    height: auto;
    display: flex;
    justify-content: center;
}

.arrow-icon::before {
    font-family: 'Font Awesome 5 Pro';
    font-style: normal;
    font-weight: 100;
    color: #BE9971;
    font-size: 50px;
    margin-bottom: 26px;
}

.arrow-icon::before {
    content: '\f175';
}

.step-line {
    border-bottom: 1px solid #BE9971;
}

@media (max-width: 1197px) {
    .pur-mb {
        margin-bottom: 40px;
    }
    .step-list {
        margin-bottom: 20px;
        flex-direction: column;
        align-items: center;
        max-width: 100%;
    }
    .step-title {
        display: none;
    }
    .step-mob-title {
        padding-left: 0px;
    }
    .step-mob-content {
        display: block;
    }
    .step-icon {
        margin-bottom: 10px;
    }
    .step-text {
        text-align: center;
        margin: 0px auto;
        max-width: 100%;
        padding: 0px 200px;
    }
    /*箭頭設定*/
    .arrow-icon {
        margin: 10px auto -20px;
    }
}

@media (max-width:912px) {
    .step-text {
        padding: 0px 100px;
    }
}

@media (max-width:540px) {
    .step-text {
        padding: 0px;
    }
    .purchae-container {
        margin-bottom: 30px;
    }
}