@charset "UTF-8";

.module_starlux {
	word-break: keep-all;
}
.module_starlux .minframe {
	padding-left: 10px;
	padding-right: 10px;
	max-width: 860px;
	margin: 0 auto;
}
.module_starlux .pg_padding {
	padding: 80px 0 130px;
}
.module_starlux .__point {
	color: #5FA300;
	font-size: 17px;
	font-weight: 700;
}
.module_starlux .text-700 {
    font-weight: 700;
}

/*card-01*/
.module_starlux .card-01 {
	background-repeat: no-repeat;
    background-position: center 25%;
    background-size: cover;
    overflow: hidden;
	padding-top: 170px;
	position: relative;
}
.module_starlux .card-01 .__title {
	font-size: 40px;
    font-family: 'Campton', Sans-serif;
	text-align: center;
	font-weight: 700;
	color: #fff;
	position: relative;
	z-index: 1;
}
.module_starlux .card-01 .cont-wrap {
	margin: 0 auto;
	position: relative;
	height: 650px;
	max-width: 400px;
}
.module_starlux .card-01 .cont-wrap figure {
	position: absolute;
	right: -25px;
	top: -140px;
}
.module_starlux .card-01 .cont-wrap figure img {
	max-width: 364px;
	min-width: 364px;
}
.module_starlux .card-01 .cont-txt {
	position: absolute;
    bottom: 0;
    left: 0;
}
.module_starlux .card-01 .cont-txt img {
	max-height: 600px;
}
.module_starlux .card-01 .cont-img {
	position: absolute;
	right: -45px;
    top: -34%;
}
.module_starlux .card-01 .cont-img img {
	max-height: 700px;
}

/*card-02*/
.module_starlux .card-02 {
	background: #F2F2F2;
}
.module_starlux .card-02 .cont-wrap {
	background: #fff;
	margin: 70px auto 0;
	text-align: center;
	border: 1px solid #BEBABB;
}
.module_starlux .card-02 .cont-title {
	display: inline-block;
	background: #272830;
	color: #fff;
	width: 85%;
    font-size: 17px;
    padding: 1rem 0;
}
.module_starlux .card-02 .cont-img {
	margin: 70px auto;
	-webkit-transform: translateX(13%);
	-ms-transform: translateX(13%);
	transform: translateX(13%);
    max-width: 220px;
}
.module_starlux .card-02 .cont-img img {
	width: 100%;
}
.module_starlux .card-02 .cont-txt {
	position: relative;
	padding-left: 20px;
	padding-right: 20px;
}
.module_starlux .card-02 .cont-txt:before {
	content: '';
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 90%;
    height: 1px;
    background: #CDCDCE;
}
.module_starlux .card-02 .txt-inner {
	padding: 50px 0;
	font-size: 15px;
	color: #363535;
	line-height: 1.5;
	max-width: 400px;
	margin: auto;
}
.module_starlux .card-02 .txt-inner b {
	font-weight: 700;
}

/*card-03*/
.module_starlux .card-03 {
	background: #fff;
}
.module_starlux .card-03 .cont-wrap {
	margin: 150px auto 0;
	position: relative;
}
.module_starlux .card-03 .cont {
	background: -o-linear-gradient(left, #fff, #E5EEF8);
	background: -webkit-gradient(linear, left top, right top, from(#fff), to(#E5EEF8));
	background: linear-gradient(90deg, #fff, #E5EEF8);
	position: relative;
	padding: 100px 20px 30px;
}
.module_starlux .card-03 .cont:nth-child(even) {
	margin: 150px 0;
}
.module_starlux .card-03 .cont .__left {
	position: relative;
	position: absolute;
    top: 0%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    z-index: 1;
}
.module_starlux .card-03 .cont .__left .num {
	position: absolute;
	top: -7px;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    font-size: 35px;
    font-weight: 700;
    color: #B9D1ED;
    font-family: 'Campton', Sans-serif;
}
.module_starlux .card-03 .cont .__left .cont-img {
	position: relative;
    z-index: 1;
}
.module_starlux .card-03 .cont .__left .cont-img img {
	border: 1px solid #B9D1ED;
	border-radius: 50%;
	max-height: 155px;
}
.module_starlux .card-03 .cont:last-child .__left .cont-img img {
	border: none;
}
.module_starlux .card-03 .cont .__right {
	width: 100%;
	text-align: center;
}
.module_starlux .card-03 .cont .__right .cont-title {
	color: #466487;
	font-size: 17px;
	position: relative;
	margin-bottom: 20px;
}
.module_starlux .card-03 .cont .__right .cont-title:after {
	content: '';
    position: absolute;
    bottom: -7px;
    left: 50%;
    -webkit-transform: translate(-50%, 50%);
        -ms-transform: translate(-50%, 50%);
            transform: translate(-50%, 50%);
    height: 1px;
    background: #CCCFD4;
    width: 85%;
}
.module_starlux .card-03 .cont .__right .cont-txt {
	max-width: 400px;
	margin: auto;
}