@charset "UTF-8";

.module_gvLaser .minframe {
	padding-left: 10px;
	padding-right: 10px;
}
.module_gvLaser .pg_padding {
	padding: 80px 0 130px;
}
.module_gvLaser .card_01 {
    color: #fff;
	position: relative;
	background-repeat: no-repeat;
	background-position: center right;
	background-size: cover;
}
.module_gvLaser .card_01 ._title {
	text-align: center;
    font-size: 2.5rem;
	margin-bottom: 35px;
	font-family: 'Campton', Sans-serif;
}
.module_gvLaser .card_01 ._cont {
    border-radius: 10px;
	overflow: hidden;
	margin: auto;
}
.module_gvLaser .card_01 .item {
	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: 100%;
	margin-bottom: 5px;
}
.module_gvLaser .card_01 .item > div {
	-webkit-box-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
	text-align: center;
	font-size: 14px;
	font-weight: 300;
	background: #314391c7;
	padding: 1rem 0;
}
.module_gvLaser .card_01 .item > div:first-child {
	margin-right: 2.5px;
}
.module_gvLaser .card_01 .item > div:last-child {
	margin-left: 2.5px;
}
.module_gvLaser .card_01 .item._bottom {
	margin-bottom: 0;
}

.module_gvLaser .card_02 {
	background: #fff;
}
.module_gvLaser .card_02 ._cont {
	margin: 35px auto 0;
}
.module_gvLaser .card_02 ._cont h2 {
	color: #fff;
	background: #324492;
	text-align: center;
	padding: 1rem 0;
	font-size: 17px;
	font-weight: 700;
}
.module_gvLaser .card_02 .item_inner {
	margin: auto;
	position: relative;
	margin-top: 60px;
}
.module_gvLaser .card_02 .item_inner ._pin {
	width: 80%;
    padding: 1rem 0;
    border-radius: 22px;
    display: inline-block;
    background: #2E3552;
    color: #fff;
    font-size: 17px;
    font-weight: 700;
    text-align: center;
    line-height: 1.3;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
}
.module_gvLaser .card_02 .item > div {
	border-radius: 20px;
	margin-bottom: 5px;
	padding: 40px 0;
    text-align: center;
}
.module_gvLaser .card_02 .item._top {
	margin-bottom: 7px;
}
.module_gvLaser .card_02 .item._top > div {
	background: #F8F8F8;
}
.module_gvLaser .card_02 .item._bottom > div {
	background: #E9E9E9;
}
.module_gvLaser .card_02 .item > div span {
	color: #324492;
	font-size: 17px;
	font-weight: 700;
}
.module_gvLaser .card_02 .item > div p {
	font-size: 14px;
	color: #424242;
	margin-top: 15px;
	min-height: 100px;
}

.module_gvLaser .card_03 {
	background: #EAECF2;
	padding: 130px 0;
}
.module_gvLaser .card_03 .item {
    margin: 0 auto 20px;
    background-color: #fff;
    border-radius: 10px;
    overflow: hidden;
}
.module_gvLaser .card_03 .item:last-child {
	margin: 0 auto;
}
.module_gvLaser .card_03 .item h6 {
	color: #fff;
	font-weight: 700;
	font-size: 17px;
	text-align: center;
	padding: 1rem 0;
}
.module_gvLaser .card_03 .item p {
	font-size: 14px;
    font-weight: 500;
    color: #424242;
    text-align: center;
    padding: 30px 0;
    min-height: 100px;
}
.module_gvLaser .card_03 .item._top h6 {
	background: #324492;
}
.module_gvLaser .card_03 .item._bottom h6 {
	background: #2E3552;
}

.module_gvLaser .card_04 {
	background: #181C2E;
	color: #fff;
	margin: auto;
	text-align: center;
	padding: 130px 0;
}
.module_gvLaser .card_04 ._title {
    position: relative;
    margin-bottom: 30px;
	display: inline-block;
}
.module_gvLaser .card_04 ._title > span {
	position: relative;
	z-index: 5;
	font-size: 22px;
	color: #fff;
}
.module_gvLaser .card_04 ._title > figure {
	position: absolute;
    bottom: -35%;
    left: -30%;
}
.module_gvLaser .card_04 ._title > figure > img {
	max-width: 170px;
}
.module_gvLaser .card_04 p {
	font-size: 15px;
	line-height: 1.5;	
}
.module_gvLaser .card_04 p > span {
	color: #818CB9;
}

.module_gvLaser .card_05 {
	background: #F6F6F6;
}
.module_gvLaser .card_05 ._cont {
	margin-top: 35px;
}
.module_gvLaser .card_05 .item._left {
	margin-bottom: 20px;
}
.module_gvLaser .card_05 .item h3 {
	color: #fff;
	padding: 1rem 0;
	text-align: center;
	padding: 1rem 0;
	font-size: 15px;
	font-weight: 500;
}
.module_gvLaser .card_05 .item h3 > b {
	font-size: 17px;
	font-weight: 700;
}
.module_gvLaser .card_05 .item._left h3 {
	background: #243683;
}
.module_gvLaser .card_05 .item._right h3 {
	background: #192763;
}
.module_gvLaser .card_05 .item ._txt {
	background: #fff;
	padding: 3rem 0;
}
.module_gvLaser .card_05 ._txt > p {
	text-align: center;
	font-size: 14px;
	line-height: 1.5;
	margin-top: 3rem;
}
.module_gvLaser .card_05 ._txt > p > span {
	color: #324492;
	font-weight: 500;
}
.module_gvLaser .card_05 .item .cont-img {
	background: #D1D1D1;
	width: 14rem;
    height: 14rem;
	border-radius: 50%;
	position: relative;
	margin: auto;
}
.module_gvLaser .card_05 .item._left .cont-img > img {
	max-height: 90px;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	    -ms-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
}
.module_gvLaser .card_05 .item._right .cont-img {
	background: #FAFAFA;
	border: 1px solid #D1D1D1;
}
.module_gvLaser .card_05 .item._right .cont-img > p {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	    -ms-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
	width: 100%;
    text-align: center;
	font-size: 15px;
	color: #5F5F5f;
}
.module_gvLaser .card_05 .item._right .cont-img > p > span {
	font-size: 17px;
	color: #192763;
	font-weight: 700;
}

.module_gvLaser .card_06 {
	background: #E7EAF3;
}
.module_gvLaser .card_06 ._cont {
	margin: 35px auto 0;
}
.module_gvLaser .card_06 .item {
	background: #fff;
	border-radius: 10px;
	padding: 3rem 0;
	margin-bottom: 20px;
}
.module_gvLaser .card_06 .item:last-child {
	margin-bottom: 0;
}
.module_gvLaser .card_06 .item .cont-img {
	text-align: center;
	position: relative;
}
.module_gvLaser .card_06 .item .cont-img > img {
	max-height: 65px;
}
.module_gvLaser .card_06 .item .cont-img em {
	position: absolute;
	bottom: -22%;
	left: 50%;
	-webkit-transform: translate(-50%, 50%);
	    -ms-transform: translate(-50%, 50%);
	        transform: translate(-50%, 50%);
	width: 70%;
	height: 100%;
	background-repeat: no-repeat;
	background-position: center center;
}
.module_gvLaser .card_06 .item ._txt {
	text-align: center;
	margin-top: 35px;
}
.module_gvLaser .card_06 .item ._txt h3 {
	font-size: 17px;
	color: #192763;
	font-weight: 700;
}
.module_gvLaser .card_06 .item ._txt p {
	color: #2F2E2e;
	font-size: 14px;
	margin-top: 20px;
}