@charset "UTF-8";
/* index_step 首頁-步驟 */

.index_step {
    background-image: url('../../../../../../images/img/index_area bg_1.jpg');
	padding: 40px;
	margin:0;
	z-index:0;
}
.index_step .left,
.index_step .right {
	padding:  0;
}
.index_step .titleArea {
	vertical-align:middle;
    padding: 0;
	z-index:0;
    letter-spacing: 2px;
}

/* 主標 */
.index_step .title01 {
    display: block;
    line-height: 1.3;
    font-size: 2.5rem;
    font-weight: bold;
    text-align: center;
    background: #c51720;
    color: #fff;
    padding: 10px;
}

/* 副標 */
.index_step .sub {
    text-align: center;
    display: block;
    font-weight: 600;
}

/* 步驟 */
.step-list {
    position: relative;
    display: block;
    font-size: 1.1rem;
    line-height: 1.2;
}
.step-list li {
    display: flex;
    margin-bottom: 20px;
}
.step-list .num {
    flex: 0 0 auto;
    width: 120px;
    height: 120px;
    border: 6px solid #f6dd42;
    text-align: center;
    line-height: 120px;
    font-size: 2.5rem;
    font-weight: bolder;
    border-radius: 50%;
    box-sizing: content-box;
}
.step-list .text {
    padding: 0 20px;
    align-content: center;
}
.step-list .btn {
    position: relative;
    display: inline-block;
    height: 30px;
    line-height: 30px;
    background: #f6dd42;
    color: #000;
    font-weight: bold;
    font-size: 1.1rem;
    border: 5px solid #fff;
    border-radius: 50px;
    padding: 0 30px 0 50px;
    transition: .3s;
    box-sizing: content-box;
    margin-top: 7px;
}
.step-list .btn:before {
    position: absolute;
    content: "";
    display: block;
    width: 30px;
    height: 30px;
    left: 15px;
    top: 0;
    background-image: url(../../../../../../upload/home/blocks/btn-icon.png);
    background-size: 100% 100%;
}
.step-list .btn:hover {
    color: #c51720;
    transition: .3s;
    transform: scale(1.1);
}
.btn-line2 {
    transition: .3s;
    display: inline-block;
    width: 160px;
    margin-top: 10px;
}
.btn-line2:hover {
    transition: .3s;
    transform: scale(1.1);
}

@media only screen and (max-width: 1000px) {
    .index_step {
        padding: 0 20px 40px;
    }
    .index_step .title01 {
        line-height: 1.3;
        font-size: 4.8vw;
    }
    .step-list {
        font-size: 1rem;
        line-height: 1.2;
    }
    .step-list li {
        margin-bottom: 15px;
    }
    .step-list .num {
        width: 50px;
        height: 50px;
        border: 4px solid #f6dd42;
        line-height: 50px;
        font-size: 1.5rem;
    }
    .step-list .text {
        padding: 0 0 0 10px;
    }
}

.notice {
    color: #c51720;
    font-size: 1.1rem;
    font-weight: bold;
}