@media screen and (min-width:710px) and (max-width:1400px){
    .typeArea{
        width: 100%;
        margin: auto;
    }
    .typeArea2{
        width: 100%;
        margin: auto;
    }
}
@media screen and (max-width:710px){
    .typeArea{
        width: 100%;
        margin: auto;
    }
    .typeArea2{
        width: 100%;
        margin: auto;
    }
}

main .step .title h6 {
    font-size: 30px;
    font-weight: 200;
    padding-top: 15px;
}
main .step ul h3 {
    font-size: 20px;
    padding-bottom: 8px;
    padding-top: 5px;
	font-weight: bold !important;
}
main .step ul h5 img {
    width: 2.5rem;
    margin-top: 4.2rem;
}

.concentrated {
    background-color: #f8f3f3;
}
.concentrated .title {
    text-align: center;
    padding: 50px 0 30px 0;
}
.concentrated .title h4 {
    font-size: 34px;
}
.concentrated .title h6 {
    font-size: 22px;
    font-weight: normal;
    padding: 15px 0;
}
.price-content {
    display: flex;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -webkit-box-lines: multiple;
    -moz-flex-wrap: wrap;
    flex-wrap: wrap;
}
.p-con-two {
    background-color: white;
    border-radius: 1rem;
    width: 18.5%;
    text-align: center;
}
.p-con-two .t-header {
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
    padding: 25px 0 20px 0;
}
.p-con-two .t-header-bgcolor01 {
    background-color: #ffeaea;
}
.p-con-two .t-header-bgcolor02 {
    background-color: #fff3ea;
}
.p-con-two .t-header-bgcolor03 {
    background-color: #def5f0;
}
.p-con-two .t-header-bgcolor04 {
    background-color: #dae1f0;
}
.p-con-two .t-header-bgcolor05 {
    background-color: #f5e2ef;
}
.p-con-two .t-header h3 {
    font-size: 18px;
}
.p-con-two .t-header p {
    font-size: 24px;
}
.p-con-two p.font {
    font-size: 20px;
    padding-top: 30px;
    padding-bottom: 10px;
}
.p-con-two h5 {
    font-weight: normal;
    font-size: 62px;
    font-family:Arial, Helvetica, sans-serif;
}
.p-con-two h5 span {
    font-size: 30px;
    font-family: Arial, Helvetica, sans-serif;
    margin-left: -10px;
}
.p-con-two h5 span:nth-child(1) {
    margin-right: -15px;
}
.p-con-two p.red {
    color: #f84d12;
    font-size: 18px;
    padding: 10px 0 40px 0;
}
main .concentrated .section2 h6.tag {
    font-weight: normal;
    padding-top: 30px;
    text-align: right;
    font-size: 18px;
}
footer .btn section {
    width: 1400px;
}


@media screen and (max-width: 1400px) {
    .price-content {
        display: flex;
        justify-content: flex-start;
        padding: 10px 10px 0px 10px;
    }
    .p-con-two {
        background-color: white;
        border-radius: 1rem;
        width: 46%;
        text-align: center;
        margin: 0px 2% 20px 0;
    }
    .p-con-two:nth-child(even) {
        margin-left: 4%;
    }
    footer .btn section {
        width: 100%;
    }
    .p-con-two .t-header {
        border-top-left-radius: 1rem;
        border-top-right-radius: 1rem;
        padding: 15px 0 10px 0;
    }
    .p-con-two .t-header h3 {
        font-size: 16px;
    }
    .p-con-two .t-header p {
        font-size: 18px;
    }
    .p-con-two p.font {
        font-size: 16px;
        padding-top: 20px;
        padding-bottom: 10px;
    }
    .p-con-two h5 {
        font-weight: normal;
        font-size: 42px;
        font-family:Arial, Helvetica, sans-serif;
    }
    .p-con-two h5 span {
        font-size: 20px;
        font-family: Arial, Helvetica, sans-serif;
        margin-left: -10px;
    }
    .p-con-two h5 span:nth-child(1) {
        margin-right: -15px;
    }
    .p-con-two p.red {
        color: #f84d12;
        font-size: 14px;
        padding: 10px 0 20px 0;
    }
    main .concentrated .title {
        text-align: center;
        padding: 30px 0 10px 0;
    }
    main .concentrated .title h4 {
        font-size: 24px;
    }
    main .concentrated .title h6 {
        font-size: 16px;
        font-weight: normal;
        padding: 10px 0;
        padding: 6px 30px;
    }
    main .concentrated .section2 h6.tag {
        font-weight: normal;
        padding-top: 10px;
        text-align: left;
        font-size: 14px;
        padding-left: 20px;
    }
    main .step .title h6 {
        font-size: 20px;
        font-weight: 200;
        padding-top: 10px;
    }
	main .step ul {
		justify-content: flex-start;
		margin-top: 50px;
		-webkit-flex-wrap: wrap;
		-webkit-box-lines: multiple;
		-moz-flex-wrap: wrap;
	}
	main .step ul h5 {
		display: none;
	}
}