@charset "UTF-8";

.module_goldptt {
	word-break: keep-all;
}
.module_goldptt .minframe {
	padding-left: 10px;
	padding-right: 10px;
	max-width: 860px;
	margin: 0 auto;
}
.module_goldptt .pg_padding {
	padding: 80px 0 130px;
}
.module_goldptt .__point {
	color: #BE8046;
	font-size: 17px;
	font-weight: 700;
}

/*card-01*/
.module_goldptt .card-01 {
    text-align: center;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	color: #fff;
}
.module_goldptt .card-01 .__title img {
    max-width: 168px;
}
.module_goldptt .card-01 .item-wrap {
    margin: 35px auto 0;
}
.module_goldptt .card-01 .item-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;

}
.module_goldptt .card-01 .item {
    border-radius: 50%;
    background: #e4b45c75;
    width: 8rem;
    height: 8rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 17px;
    margin: 20px;
}

/*card-02*/
.module_goldptt .card-02 {
    background: #fbf5ed;
}
.module_goldptt .card-02 .txt-box {
    text-align: center;
}
.module_goldptt .card-02 .txt-box > h5 {
    margin: 35px auto 20px;
}
.module_goldptt .card-02 .txt-box .txt {
    font-size: 15px;
    max-width: 400px;
    margin: auto;
}
.module_goldptt .card-02 .txt-box .txt b {
    font-weight: 700;
}
.module_goldptt .card-02 .cont-wrap {
    margin: 35px auto 0;
}
.module_goldptt .card-02 .cont-inner {
    text-align: center;
    max-width: 300px;
    margin: auto;
}
.module_goldptt .card-02 .cont {
    position: relative;
    background: #fff;
    padding: 50px 0;
}
.module_goldptt .card-02 .cont > em {
    position: absolute;
    left: 50%;
    display: inline-block;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    width: 44px;
    height: 29px;
}
.module_goldptt .card-02 .cont.item-02 {
    margin: 100px auto;
}
.module_goldptt .card-02 .cont > em.left-arrow {
    top: -11%;
    -webkit-transform: translate(-50%, -50%) rotate(90deg);
        -ms-transform: translate(-50%, -50%) rotate(90deg);
            transform: translate(-50%, -50%) rotate(90deg);
}
.module_goldptt .card-02 .cont > em.right-arrow {
    bottom: -11%;
    -webkit-transform: translate(-50%, 50%) rotate(90deg);
        -ms-transform: translate(-50%, 50%) rotate(90deg);
            transform: translate(-50%, 50%) rotate(90deg);
}
.module_goldptt .card-02 .cont-img img {
    max-width: 150px;
}
.module_goldptt .card-02 .cont span {
    border-radius: 25px;
    color: #fff;
    font-size: 17px;
    font-family: 'Campton', Sans-serif;
    padding: 0.3rem 1.7rem;
    margin: 20px auto;
}
.module_goldptt .card-02 .cont span.step-01 {
    background: #E3BF9C;
}
.module_goldptt .card-02 .cont span.step-02 {
    background: #DBAD83;
}
.module_goldptt .card-02 .cont span.step-03 {
    background: #CF9758;
}
.module_goldptt .card-02 .cont-txt {
    font-size: 15px;
}

/* card-03 */
.module_goldptt .card-03 {
    background: #FAF9F7;
}
.module_goldptt .card-03 .cont-wrap {
    margin: 70px auto 0;
}
.module_goldptt .card-03 .cont-img img {
    max-width: 150px;;
}
.module_goldptt .card-03 .cont-txt {
    padding: 0 30px;
    max-width: 400px;
    margin: 35px auto 0;
}
.module_goldptt .card-03 .cont-title {
    color: #fff;
    font-weight: 700;
    background: #E83E4B;
    border-radius: 26px;
    display: inline-block;
    padding: 0.3rem 1.3rem;
    font-size: 17px;
    margin-bottom: 20px;
}
.module_goldptt .card-03 .item {
    margin-bottom: 20px;
}
.module_goldptt .card-03 .item-cont {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
}
.module_goldptt .card-03 .item-01 {
    margin-bottom: 35px;
}
.module_goldptt .card-03 .item-03 {
    margin-bottom: 0;
}
.module_goldptt .card-03 .item .num {
    border-radius: 50%;
    color: #fff;
    width: 2rem;
    height: 2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-right: 15px;
}
.module_goldptt .card-03 .item .num-01 {
    background: #315C61;
}
.module_goldptt .card-03 .item .num-02 {
    background: #C8653A;
}
.module_goldptt .card-03 .item .num-03 {
    background: #8B55A2;
}
.module_goldptt .card-03 .text-700 {
    font-weight: 700;
    color: #515151;
    font-size: 17px;
    margin-bottom: 10px;
}

/* card-04 */
.module_goldptt .card-04 .ds-tit > h5 {
    color: #fff;
}
.module_goldptt .card-04 .__top {
    padding-top: 80px;
    padding-bottom: 400px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    position: relative;
}
.module_goldptt .card-04 .__top .bg-item {
    position: absolute;
    top: 65%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.module_goldptt .card-04 .__top .bg-item img {
    max-width: 253px;
}
.module_goldptt .card-04 .__bottom {
    background: #FBF5ED;
    padding-bottom: 130px;
}
.module_goldptt .card-04 .__bottom .cont-wrap {
    -webkit-transform: translateY(-3%);
        -ms-transform: translateY(-3%);
            transform: translateY(-3%);
}
.module_goldptt .card-04 .__bottom .cont {
    background: #fff;
    padding: 30px 0;
    text-align: center;
    margin-bottom: 10px;
    position: relative;
}
.module_goldptt .card-04 .__bottom .cont:last-child {
    margin-bottom: 0;
}
.module_goldptt .card-04 .__bottom .cont .icon-plus {
    position: absolute;
    top: -3%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 2rem;
    height: 2rem;
    background: #C35500;
    border-radius: 50%;
}
.module_goldptt .card-04 .__bottom .cont .icon-plus img {
    max-height: 14px;
}
.module_goldptt .card-04 .__bottom .cont p {
    font-size: 15px;
    color: #515151;
    margin-top: 10px;
}