@charset "utf-8";

	   .w-OrinNanoSuper  h1,
	   .w-OrinNanoSuper  h2,
      .w-OrinNanoSuper  h3,
      .w-OrinNanoSuper  h4,
      .w-OrinNanoSuper  h5,
      .w-OrinNanoSuper  h6 {
            display: block !important;
            position: static !important;
            width: unset !important;
            max-width: unset !important;
            min-width: unset !important;
            height: unset !important;
            max-height: unset !important;
            min-height: unset !important;
            font-size: 100% !important;
            font-weight: bold !important;
            margin: 0 !important;
            padding: 0 !important;
            border: 0 !important;
		   color: #4b4c4c!important;
            text-shadow: none !important;
            box-shadow: none !important;
            background: none !important;
		    line-height: 1.3!important;  
        }


/* ======================================================================== */
/* 公用 */
/* ======================================================================== */
*{
	box-sizing: border-box;
	padding: 0;
	margin: 0;
}
.w-OrinNanoSuper {
    max-width: 1200px;
    margin: 0 auto;
	line-height: 1.5;
    font-family: Arial, 'Open Sans', sans-serif;
    font-weight: 400;
    color: #636161;
	box-sizing: border-box;
}

.w-OrinNanoSuper ul li {
    list-style-type: disc!important;
}

.w-OrinNanoSuper ol li {
    list-style-type: decimal!important;
}


.w-OrinNanoSuper .clearfix,
.w-OrinNanoSuper .clear {
    clear: both;
}



.w-OrinNanoSuper ul,
.w-OrinNanoSuper ol {
    margin: 0 !important;
    padding: 0 0 0 20px !important;
}

.w-OrinNanoSuper ul li {
    list-style-type: disc !important;
}



.w-OrinNanoSuper img {
    max-width: 100%;
	height: auto;
}






/* ==================================== */
/* kv 主圖 */
/* ==================================== */

.w-OrinNanoSuper .kv {
    position: relative;
    min-height: 400px;
    background: #00294f url(../images/w-OrinNanoSuper_kv-bg.jpg) right bottom no-repeat;
    background-size: contain;
}

.w-OrinNanoSuper .kv .text {
    position: absolute;
    top: 35px;
    left: 50px;
    width: 430px!important;
}

.w-OrinNanoSuper .kv .text .t1 {
    font-size: 50px !important;
    line-height: 1!important;
    font-weight: bold!important;
	font-family: Heebo, Arial, sans-serif;
	background: linear-gradient(to right, #0de3ac 10%, #98e05f 79%);
   background: -webkit-linear-gradient(to right, #0de3ac 10%, #98e05f 79%);
   background-clip: text;
   -webkit-background-clip: text;
   color: transparent;
}

.w-OrinNanoSuper .kv .text .t2 {
    font-size: 131px !important;
    line-height: 0.9!important;
    font-weight: bold!important;
	font-family: Heebo, Arial, sans-serif;
	background: linear-gradient(to right, #98e05f 5%, #1de3a3 40%);
   background: -webkit-linear-gradient(to right, #98e05f 5%, #1de3a3 40%);
   background-clip: text;
   -webkit-background-clip: text;
   color: transparent;
}

.w-OrinNanoSuper .kv .text .t3 {
    font-size: 22px!important;
    line-height: 1.3!important;
    font-weight: bold!important;
	background:linear-gradient(to right, #98e05f 0%, #1de3a3 66%);
   background: -webkit-linear-gradient(to right, #98e05f 0%, #1de3a3 66%);
   background-clip: text;
   -webkit-background-clip: text;
   color: transparent;
}



.w-OrinNanoSuper .kv .text p {
    font-size: 30px!important;
    line-height: 1.3em!important;
    margin: 20px 0!important;
	color: #ffffff;
	font-weight: bold;
	max-width: 380px;
}

.w-OrinNanoSuper .kv .img {
    position: absolute;
    right: 75px;
    bottom: 0px;
    line-height: 1px;
}

@media screen and (max-width: 1199px) {
    .w-OrinNanoSuper .kv {
        min-height:450px;
		
    }
	.w-OrinNanoSuper .kv .img {
		right: 50px;
	}
    .w-OrinNanoSuper .kv .img img {
        height: 40vw;
        width: auto;
    }
}



@media screen and (max-width: 767px) {
    .w-OrinNanoSuper .kv {
        display: block;
        min-height: 450px;
        background-size: cover;
    }
    .w-OrinNanoSuper .kv .text {
        position: static;
        padding-top: 30px!important;
        width: 100%!important;
        text-align: center;
        padding: 20px 20px 0!important;
    }
    .w-OrinNanoSuper .kv .img {
        position: static;
        padding: 30px 20px 0;
        width: 100%!important;
        text-align: center;
    }
    .w-OrinNanoSuper .kv .img img {
        width: auto;
        height: auto;
        max-width: 100%!important;
        max-height: 100%!important;
    }
}

@media screen and (max-width: 580px) {
    .w-OrinNanoSuper .kv {
        min-height: unset;
        background-size: cover;
    }
	.w-OrinNanoSuper .kv .text .t1{
		font-size: 40px!important;
	}
    .w-OrinNanoSuper .kv .text .t2 {
        font-size: 50px!important;
     
    }
	.w-OrinNanoSuper .kv .text .t3{
		max-width: 350px;
	}
}
/* ==================================== */
/* intro */
/* ==================================== */

.w-OrinNanoSuper .intro{
	max-width: 860px;
	padding: 50px 20px;
	margin: 0 auto;
}


.w-OrinNanoSuper .intro h4{
	font-size: 18px!important;
	padding: 0 0 20px!important; 
	text-align: center!important;
}

.w-OrinNanoSuper .intro p{
	font-size: 16px!important;
	line-height: 1.5!important;
}
@media screen and (max-width: 1240px){
	.w-OrinNanoSuper .intro p{
		padding: 0 30px;
	}	
}
@media screen and (max-width: 580px){
	.w-OrinNanoSuper .intro{
	padding: 50px 30px;	
	}
	.w-OrinNanoSuper .intro p{
		padding: 0 0;
	}	
}
/* ==================================== */
/*contentBox */
/* ==================================== */
.w-OrinNanoSuper .contentBox{
	padding: 20px 50px;
}
.w-OrinNanoSuper .contentBox .subttl{
	font-size: 18px!important;
	font-weight: bold;
	padding: 0 0 10px;
}

.w-OrinNanoSuper .contentBox p{
	font-size: 16px!important;	
}
.w-OrinNanoSuper .contentBox p{
	padding: 0 0 20px;
}
.w-OrinNanoSuper .contentBox span{
	color: #4399f0!important;	
	font-weight: bold;	
}
.w-OrinNanoSuper .contentBox .boxs{
	display: flex;
	justify-content: space-between;
	align-items:stretch;

}
.w-OrinNanoSuper .contentBox .boxs .box{
	width: 50%;
    max-width: 520px;
	padding: 10px 0;
	background-color: #f9f9f9;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.w-OrinNanoSuper .contentBox .boxs .box.pic-right{
	padding: 10px 10px;
	text-align: center;
	
}
.w-OrinNanoSuper .contentBox .boxs .box.pic-right .remark{
	text-align: right;
	padding: 6px 6px;
	font-size: 13px!important;
}

@media screen and (max-width: 1240px) {
	.w-OrinNanoSuper .contentBox .boxs{
		
	}
	.w-OrinNanoSuper .contentBox .boxs .box{
	width: 49%;	
	}
}

@media screen and (max-width: 580px){
	.w-OrinNanoSuper .contentBox{
	padding: 20px 30px;
}
  	.w-OrinNanoSuper .contentBox .boxs{
		display: block;
	}
	.w-OrinNanoSuper .contentBox .boxs .box{
	width: 100%;	
	margin: 20px 0;
	}
}


/* ==================================== */
/*contentBox_01 */
/* ==================================== */
.w-OrinNanoSuper .item.contentBox_01{
	background: #e5ebf1 url("../images/w-OrinNanoSuper_bg.jpg") center bottom no-repeat;
	background-size: cover;
}
.w-OrinNanoSuper .item .title{
	background-color: #4399f0;
	text-align: center;
	font-size: 18px;
	color: #ffffff;
	font-weight: bold;
	padding: 10px 20px;
}

.w-OrinNanoSuper  .item.contentBox_01 .content{
	padding: 30px 50px 30px;
	max-width: 860px;
	margin: 0 auto;
}
.w-OrinNanoSuper  .item.contentBox_01 .content p{
	max-width: 820px;
}
.w-OrinNanoSuper  .item.contentBox_01 .content ul{
	margin: 20px 0px 50px!important;
	max-width: 820px;
}

.w-OrinNanoSuper  .item.contentBox_01 .content .icons{
	display: flex;
	justify-content: space-between;
	align-items:flex-end;
	text-align: center;
	
}

.w-OrinNanoSuper  .item.contentBox_01 .content .icons h4{
	font-size: 18px!important;
	font-weight: bold!important;
}

.w-OrinNanoSuper  .item.contentBox_01 .content .icons p{
	font-size: 14px!important;
	
}
.w-OrinNanoSuper  .item.contentBox_01 .content .icons  .box{
	padding: 0 10px;
}
.w-OrinNanoSuper  .item.contentBox_01 .content .icons  .box:nth-child(1),
.w-OrinNanoSuper  .item.contentBox_01 .content .icons  .box:nth-child(4){
	margin-bottom: 30px;
}

.w-OrinNanoSuper  .item.contentBox_01 .content .icons  .box:nth-child(2),
.w-OrinNanoSuper  .item.contentBox_01 .content .icons  .box:nth-child(3){
	margin-bottom: 154px;
}

.w-OrinNanoSuper  .item.contentBox_01 .content .pic-img{
	text-align: center;
	margin-top: -104px;
}


@media screen and (max-width: 991px){
	.w-OrinNanoSuper  .item.contentBox_01 .content .pic-img img{
		max-width:50%;
		margin: 0 auto;
	}	
}

@media screen and (max-width: 580px){
	.w-OrinNanoSuper  .item.contentBox_01 .content{
		padding: 30px 30px;
	}
	.w-OrinNanoSuper  .item.contentBox_01 .content .icons{
		flex-wrap: wrap;
		align-items: flex-start;
	}
	.w-OrinNanoSuper  .item.contentBox_01 .content .icons  .box{
		width: 45%;
		max-width: 180px;
		margin: 20px 0px!important;
		box-sizing: border-box;
	}
	.w-OrinNanoSuper  .item.contentBox_01 .content .pic-img{
	text-align: center;
	margin-top: 20px;
}
    .w-OrinNanoSuper  .item.contentBox_01 .content .pic-img img{
		max-width:100%;
		margin: 0 auto;
	}	

}

/* ==================================== */
/*contentBox_02 */
/* ==================================== */
.w-OrinNanoSuper .item.contentBox_02{
	width: 100%;
}
.w-OrinNanoSuper .item.contentBox_02 .content{
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 50px 50px;
	width: 100%;
	max-width: 1200px;
}

.w-OrinNanoSuper .item.contentBox_02 .box.pic{
	width: 55%;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
	box-sizing: border-box;
	
}
.w-OrinNanoSuper .item.contentBox_02 .box{
	width: 45%;
	
}
.w-OrinNanoSuper .item.contentBox_02 .box.box-txt{
	margin: 20px 50px 20px 0;
}

.w-OrinNanoSuper .item.contentBox_02 .box.pic .sobx{
	width: 45%;
	max-width: 245px;
	margin: 0 auto;
	padding: 20px 0;
	box-sizing: border-box;	
}
.w-OrinNanoSuper .item.contentBox_02 .box.pic .sobx .txt{
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;	
}
.w-OrinNanoSuper .item.contentBox_02 .box.pic .sobx .img{
	padding:0 0 10px;
}
.w-OrinNanoSuper .item.contentBox_02 .box.pic .sobx span{
	color: #ffffff;
	font-size: 14px;
	 background: linear-gradient(to top right, #82e06b 0%, #1fe3a2 8%);
	padding: 2px 8px;
	border-radius: 5px;
	margin: 0 5px 10px;
	
}

@media screen and (max-width: 580px){
	.w-OrinNanoSuper .item.contentBox_02 .content{
		display: block;
		padding: 50px 30px;
	}	
	.w-OrinNanoSuper .item.contentBox_02 .content .box{
		width: 100%!important;
		max-width: 100%!important;
	}
}

/* ==================================== */
/*contentBox_03 */
/* ==================================== */
.w-OrinNanoSuper .contentBox_03 .content{
	background-color: #e5ebf1;
	padding: 50px 30px;
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	
}

.w-OrinNanoSuper .contentBox_03 .txt{
	display: flex;
	justify-content: center;
	align-items: center;
	max-width: 950px;
	margin: 0 auto;
}
.w-OrinNanoSuper .contentBox_03 .txt .img{
	width: 50%;
}
.w-OrinNanoSuper .contentBox_03 .txt p{
	width: 50%;
	max-width: 410px;
	padding: 0 20px;
	margin: 0 auto;
	font-size: 16px;
	line-height: 24px;
}

.w-OrinNanoSuper .contentBox_03 .boxs{
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	width: 100%;
}

.w-OrinNanoSuper .contentBox_03 .boxs .box{
	background-color: #ffffff;
	width: 340px;
	padding: 20px 20px;
	text-align: center;
	margin: 20px 20px;
    border-radius: 5px;
	
}

.w-OrinNanoSuper .contentBox_03 .boxs .box .sub{
	  background: linear-gradient(to top right, #93e062 0%, #1de3a3 46%);
	background: -webkit-linear-gradient(to top right, #93e062 0%, #1de3a3 46%);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
	font-size: 36px;
	font-weight: bold;
	line-height: 1.3;
}










@media screen and (max-width: 820px){
	.w-OrinNanoSuper .contentBox_03 .boxs .box{
		margin: 20px 10px;
	}
}


@media screen and (max-width: 580px){
	.w-OrinNanoSuper .contentBox_03 .txt,
	.w-OrinNanoSuper .contentBox_03 .boxs{
		display: block;
		text-align: center;
	}
	.w-OrinNanoSuper .contentBox_03 .txt .img,
	.w-OrinNanoSuper .contentBox_03 .txt p{
		width: 100%;
		text-align: left;
	}
	.w-OrinNanoSuper .contentBox_03 .txt p{
		padding: 0 0;
	}
	.w-OrinNanoSuper .contentBox_03 .boxs .box{
		width: 100%;
		max-width: 100%;
		margin: 20px 0;
	}
}
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	