@charset "utf-8";
/* CSS Document */
@import url("https://a1.digiwin.com/css/font-awesome.css");
@import url("https://a1.digiwin.com/css/hover.css");
@import url("https://fonts.googleapis.com/earlyaccess/notosanstc.css");
@import url("https://fonts.googleapis.com/icon?family=Material+Icons");

.clearfix:before,.clearfix:after{display: table;content: " ";}
.clearfix:after{clear: both;}

.page-submenubox {
	opacity: 1 !important;}
html, body { width:100%; height: auto;overflow-X:hidden;     font-family: 'Noto Sans','微軟正黑體' ;}
body { font-size:100%;}

/*:before{ content:"\f146";font-family: 'FontAwesome'; }*/

.btnTop{ background: #CCC \9;background:rgba(0,0,0,.2); border-radius:50%; width:50px; height:50px; position: fixed;right:15px; bottom:15px;cursor:pointer; z-index:99; color:#FFF; text-align:center; font-family:Arial, Helvetica, sans-serif;
	text-transform:uppercase; font-size:13px ; letter-spacing:1px; display: none  ; z-index:999;}
.btnTop:before{content:"\f106";font-family: 'FontAwesome'; font-size:20px; color: #FFF ; display:block; padding-top:6px;}
.btnTop:hover{background:rgba(0,0,0,.4);}

.img-response{ max-width:100%; height:auto;}
.a1_p2.a1_ver_phone{display: none !important;}

.a1_wrap{width:100%;height:auto;position:relative; font-family:'Noto Sans TC',"微軟正黑體",Microsoft Yahei;line-height:1.6;background:#fff;}
	
/*▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃ 新增內容 ▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃*/

.cs_p1{
    background: url("../images/cs_bg.png");
}
.cs_p1 .cs_content{
    max-width: 1200px;
    margin: 0 auto;
    padding: 60px 15px;
}
.cs_p1 .cs_content h1{
    font-size: 40px;
    font-weight: bold;
    color: #000;
    line-height: 1.2;
    text-align: center;
    margin: 0 0 40px;
}
.cs_p1 .cs_content h1 span{
    color: #ff6000;
}
.cs_p1 .cs_content .cs_applications{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.cs_p1 .cs_content .cs_applications .cs_applitexts{
    width: 100%;
    max-width: 560px;
    padding: 0 20px 0 0;
}
.cs_p1 .cs_content .cs_applications .cs_applitexts .cs_applitext {
    margin: 0 0 20px;
}
.cs_p1 .cs_content .cs_applications .cs_applitexts .cs_applitext h2{
    font-size: 30px;
    font-weight: bold;
    color: #000;
    line-height: 1;
    margin: 0 0 10px;
}
.cs_p1 .cs_content .cs_applications .cs_applitexts .cs_applitext p{
    display: flex;
    align-items: center;
    font-size: 20px;
    color: #313131;
    line-height: 1.5;
    font-weight: 300;
}
.cs_p1 .cs_content .cs_applications .cs_applitexts .cs_applitext p img{
    margin: 0 5px 0 0;
}
.cs_p1 .cs_content .cs_applications .cs_applitexts .cs_applitext p.cs_applip{
    margin: 0 0 10px;
}
@media screen and (max-width:768px){
    .cs_p1 .cs_content h1{
        font-size: 36px;
    }
    .cs_p1 .cs_content .cs_applications .cs_applitexts .cs_applitext h2{
        font-size: 26px;
    }
    .cs_p1 .cs_content .cs_applications .cs_applitexts .cs_applitext p{
        font-size: 18px;
    }
    .cs_p1 .cs_content .cs_applications{
        flex-wrap: initial;
        flex-direction: column;
    }
}
/*▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃ 版頭 ▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃*/

.a1_header {    width: 100%;    position: relative;    height: 500px;    overflow: hidden;    background-image: url(../images/top_main_bg.png);    background-position: center top;    text-align: center;}
.a1_header .a1_center {    width: 100%;    max-width: 500px;    position: relative;    margin: 0 auto;    z-index: 1;    color: #fff;    text-align: left;    display: inline-block;    margin-top: 190px;    margin-left: 43%;}
.a1_center * {    display: inline-block;}
.a1_title {    font-size: 36px;    line-height: 1.2;  padding-bottom: 10px;}
.a1_center p {    line-height: 30px;    font-size: 22px;    width: 100%;}
.a1_header .a1_center .header_a{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 200px;
    height: 50px;
    border-radius: 5px;
    color: #fff;
    background-color: #ff6000;
    font-size: 24px;
    font-weight: bold;
    margin-top: 20px;
}
.header_a:hover{
    color: #232323;
    background-color: #ffffff;
}
/*▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃ 內容 ▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃*/



.a1_container { width:100%; margin:0 auto;}

section.a1_p2 {    height: 880px;}
.a1_p2_left, .a1_p2_right {    height: 880px;    width: 50%;    display: inline-block;    background-repeat: no-repeat;}
.a1_p2_left {    background-image: url(../images/p2_left.png);    background-position: bottom right;background-color: #cecec6;}
.a1_p2_right {	position: absolute;    background-image: url(../images/p2_right.png);    background-position: bottom left;background-color: #ffe776;}

.a1_p2_title {    font-size: 40px;    font-family: 'arial';    text-transform: uppercase;    font-weight: 600;}
.a1_p2_right .a1_p2_title {    margin-left: 9%;    color: #ff6000;}
.a1_p2_text {    margin: 0 auto;    width: 100%;    max-width: 400px;    margin-top: 2%;    font-size: 18px;    letter-spacing: 1px;    font-weight: 300;}
.a1_p2_left .a1_p2_text {    margin-right: 12%;}
.a1_p2_right .a1_p2_text {    margin-left: 5%;}

.a1_p2_text p, .tabp2-content-1 p, .tabp2-content-2 p {    margin: 2% 0;    margin-left: 2.2em;    border-bottom: 1px solid;    padding-bottom: 1.5%;    font-size: 18px;}
.a1_p2_text p:last-child {    border: none;}
.a1_p2_left p:before {
    content: url(../images/cross.png);
    position: absolute;
    margin-top: 1%;
    margin-left: -2em;
}

.a1_p2_right p:before {
    content: url(../images/check.png);
    position: absolute;
    margin-top: 2%;
    margin-left: -2em;
}
.a1_p2_right .a1_p2_text p {
    margin-left: 4em;
}

.a1_p2_right p:last-child:before {
    margin-top: 2px;
}
.a1_p2_right .a1_p2_text p {
    border-color: #ff6000;
}


#tabp2 {    width: 100%;    margin: 0 auto;}
/* 頁籤ul */
#tabp2>ul {    overflow: hidden;    position: relative;    margin: 0;    padding: 0;}
#tabp2>ul>li{list-style-type: none;}
#tabp2>ul>li>a {
    text-decoration: none;
    font-size: 24px;
        background: #ffe776;
    color: #ff6000;
    float: left;
    width: 50%;
    padding: 10px 30px;
    text-align: center;    font-weight: 600;
}

#tabp2>div{
clear:both;
height:0;
overflow:hidden;
visibility:hidden;
}

/* span:target */

#tabp2-1:target,
#tabp2-2:target{
border: solid 1px #fff;
}


span:target ~ #tabp2 > ul li:first-child a {
   background: #cecec6;
    color: #000;
}

span:target ~ #tabp2 > div:first-of-type {
visibility:hidden;
height:0;
}

span ~ #tabp2 > ul li:first-child a,
#tabp2-1:target ~ #tabp2 > ul li a[href$="#tabp2-1"],
#tabp2-2:target ~ #tabp2 > ul li a[href$="#tabp2-2"]{
background: #ffe776;
    color: #ff6000;
}

span ~ #tabp2 > div:first-of-type,
#tabp2-1:target ~ #tabp2 > div.tabp2-content-1,
#tabp2-2:target ~ #tabp2 > div.tabp2-content-2 {
visibility:visible;
height: auto;
background: #fff;
}
span#tabp2-1, span#tabp2-2 {
    display: none;
}

.tabp2-content-1 .a1_p2_left, .tabp2-content-2 .a1_p2_right {
    width: 100%;
    height: auto;
    padding: 0 6%;
    padding-bottom: 410px;
}

span ~ #tabp2 > ul li:first-child a, #tabp2-1:target ~ #tabp2 > ul li a[href$="#tabp2-1"] {
    background: #cecec6;
    color: #000;
}

#tabp2-2:target ~ #tabp2 > ul li a[href$="#tabp2-2"] {
    color: #ff6000;
    background-color: #ffe776;
}


.tabp2-content-2 .a1_p2_right {
	position:inherit;}


/*▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃ p3 ▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃*/
section.a1_p3 {
    text-align: center;
    padding: 5% 0;
}
.a1_p3_title {
    font-size: 40px;
    line-height: 48px;
    font-weight: 500;
}
.a1_p3_title span {
    color: #ff6000;
}

.a1_p3_left, .a1_p3_right {
    display: inline-block;
    vertical-align: top;
    font-size: 24px;
}
.a1_p3_img {
    display: inline-block;
}
.a1_p3_content {
    padding-top: 3%;
}
.a1_p3_block {
    margin: 25% 0;
    margin-bottom: 125%;
    color: #323232;
    text-align: left;
}
.a1_p3_block:nth-child(even) {
    margin-bottom: 0;
}
.a1_p3_right .a1_p3_block:nth-child(even) {
    margin-top: -20%;
}
.a1_p3_left.a1_ver_phone, .a1_p3_right.a1_ver_phone{display: none !important;}

/*▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃ p4 ▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃*/


section.a1_p4 {
    background-image: url(../images/p4_bg.png);
    background-position: center;
}

.a1_p4_wrap {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    padding: 3% 0;
}
.a1_p4_img {
    display: inline-block;
    margin-right: 3%;
    margin-top: 2%;
}

.a1_p4_text {
    width: 700px;
    display: inline-block;
    vertical-align: top;position: relative;
}
.a1_p4_title {
    color: #ff6000;
    font-size: 36px;
    font-weight: 500;
}
.a1_p4_title span {
    font-size: 44px;
}
.a1_p4_text p {
    font-size: 22px;
    font-weight: 300;
    padding-bottom: 2%;
}
.a1_p4_block {
    display: inline-block;
    width: 320px;
    margin-top: 2%;
}
.a1_p4_block img {
    display: inline-block;
}
.p4_block_text {
    display: inline-block;
    width: 50%;
    margin-left: 15px;
    vertical-align: top;
}
.p4_block_title {
    font-size: 26px;
}
.p4_block_text p {
    font-size: 18px;
}
.a1_p4_arrow {
    display: inline-block;
    vertical-align: top;
    margin-top: 7%;
    padding: 0 5px;
}

.arrow_down img {
    transform: rotate(90deg);
}
.a1_p4_arrow.arrow_left img {
    transform: rotate(180deg);
}
.a1_p4_arrow.arrow_down {
    width: 100%;
    margin-top: 2%;
    padding-left: 75%;
}
img.icon03 {
    vertical-align: top;
}
.p4_s3 {
    position: absolute;
    left: 54%;
    top: 100%;
}
.p4_s4 {
    position: absolute;
    left: 0%;
    top: 100%;
}
.arrow_left {
    position: absolute;
    left: 46%;
    top: 100%;
}
.a1_p4 .a1_ver_phone{display: none;}




section.a1_p5 {
    text-align: center;
    background-color: #f1f1f1;
    position: relative;
    padding: 0 0 40px;
}
.step3-wrap, .step4-wrap {
    display: none;
}
.a1_p5_title {
    padding: 5% 0 2%;
    font-size: 40px;
}
.p5_01 {
    max-width: 1100px;
    width: 100%;
    margin: 0 auto;
    border: 10px solid #5db93e;
    padding: 20px 0;position: relative;
}
.block4, .block3 {
    display: inline-block;
    width: 23%;
    position: relative;
}

.p5_block_title {
    display: inline-block;
    background-color: #5db93e;
    color: #fff;
    width: 130px;
    height: 70px;
    padding-top: 10px;
    position: relative;
}
.a1_p5_block img {
	margin: 50px auto 20px;
    width: 100%;
        max-width: 208px !important;
}


/*▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃ 三角形 ▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃*/
.p5_block_title:before {
    content: '';
    position: absolute;
    top: 85%;
    left: 40%;
    border-width: 15px;
    border-style: solid;
    border-color: transparent;
    border-top-width: 20px;
    border-top-color: currentColor;
    color: #5db93e;
}
/*▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃ 圓點 ▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃*/
.p5_block_title:after {
    content: ' ';
    position: absolute;
    right: 41%;
    top: 85px;
    width: 20px;
    height: 20px;
    background-color: #5db93e;
    border-radius: 20px;
}
/*▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃ 線條 ▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃*/
.a1_p5_block_wrap:before,.p5_01:before {
    content: '';
    position: absolute;
    display: inline-block;
    width: 85%;
    height: 4px;
    top: 124px;
    left: 6%;
    z-index: 999;
    background-color: #5db93e;
}

.a1_p5_block_wrap:after,.p5_01:after {
    content: '>>';
    color: #5db93e;
    font-size: 26px;
    position: absolute;
    top: 105px;
    left: 91%;
    transform: scaleY(1.5);
    font-weight: 500;
}
.p5_01:before {
    top: 113px;
}
.p5_01:after {
    top: 93px;
}

.a1_p5_block_wrap {    position: relative;
    padding: 30px 0;
    border: 10px solid #5db93e;
}



#tab1 {
    max-width: 1100px;
    width: 100%;
    margin: 0 auto;
}

/* 頁籤ul */
#tab1>ul, #tab2>ul{
overflow: hidden;position: relative;
margin: 0;
padding: 10px 20px 0 20px;
}
#tab1>ul>li, #tab2>ul>li{
list-style-type: none;
}
#tab1>ul>li>a, #tab2>ul>li>a{
    text-decoration: none;
    font-size: 24px;
    background: #8f8f8f;
    color: #fff;
    float: left;
    width: 24%;
    padding: 10px 20px;
    margin-left: 5px;
    border-radius: 10px 10px 0 0;
}

#tab1>div, #tab2>div{
clear:both;
height:0;
overflow:hidden;
visibility:hidden;
}

/* span:target */
#tab1-1:target,
#tab1-2:target,
#tab1-3:target,
#tab1-4:target,
#tab2-1:target,
#tab2-2:target,
#tab2-3:target,
#tab2-4:target {
border: solid 1px #fff;
}


span:target ~ #tab1 > ul li:first-child a {
   background: #8f8f8f;
    color: #fff;
}

span:target ~ #tab1 > div:first-of-type {
visibility:hidden;
height:0;
}

span ~ #tab1 > ul li:first-child a,
#tab1-1:target ~ #tab1 > ul li a[href$="#tab1-1"],
#tab1-2:target ~ #tab1 > ul li a[href$="#tab1-2"],
#tab1-3:target ~ #tab1 > ul li a[href$="#tab1-3"],
#tab1-4:target ~ #tab1 > ul li a[href$="#tab1-4"] {
background: #5db93e;
    color: #fff;
}

span ~ #tab1 > div:first-of-type,
#tab1-1:target ~ #tab1 > div.tab1-content-1,
#tab1-2:target ~ #tab1 > div.tab1-content-2,
#tab1-3:target ~ #tab1 > div.tab1-content-3,
#tab1-4:target ~ #tab1 > div.tab1-content-4 {
visibility:visible;
height:640px;
background: #fff;
}






#tab2 {
    max-width: 1100px;
    width: 100%;
    margin: 0 auto;
    padding-bottom: 5%;
}


span:target ~ #tab2 > ul li:first-child a {
   background: #8f8f8f;
    color: #fff;
}

span:target ~ #tab2 > div:first-of-type {
visibility:hidden;
height:0;
}

span ~ #tab2 > ul li:first-child a,
#tab2-1:target ~ #tab2 > ul li a[href$="#tab2-1"],
#tab2-2:target ~ #tab2 > ul li a[href$="#tab2-2"],
#tab2-3:target ~ #tab2 > ul li a[href$="#tab2-3"] {
background: #5db93e;
    color: #fff;
}

span ~ #tab2 > div:first-of-type,
#tab2-1:target ~ #tab2 > div.tab2-content-1,
#tab2-2:target ~ #tab2 > div.tab2-content-2,
#tab2-3:target ~ #tab2 > div.tab2-content-3,
#tab2-4:target ~ #tab2 > div.tab2-content-4 {
visibility:visible;
height:640px;
background: #fff;
}

section.a1_p5 span{display:none;}




/*▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃ p6 ▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃*/



section.a1_p6{background-image:url("../images/p6_bg.png");background-position: center;}

.a1_p6_wrap {
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
    text-align: center;
    padding-bottom: 20px;
}
.a1_p6_title {
    color: #fff;
    font-size: 40px;
    padding: 4% 0 1%;
}

.a1_p6_left * {
    display: inline-block;
}
.a1_p6_right * {
    display: inline-block;
}
.a1_p6_left,.a1_p6_right  {
    display: inline-block;
    width: 49%;
}

.p6_info {
    width: 100%;
}
.p6_info_text {
    width: 55%;
    text-align: left;
    vertical-align: top;
    margin-top: 2%;
    color: #fff;
    font-size: 24px;
    margin-left: 3%;
}
.p6_character {
    padding-left: 5px;
}
.p6_info_text .p6_text {
    color: #000;
    position: relative;
    background-color: #fff;
    width: 265px;
    padding: 5px 10px;
    border-radius: 15px;
}
iframe {
    border-radius: 30px;
    margin-top: 5%;
}

.p6_info_text .p6_text:before {
    content: '';
    position: absolute;
    right: 98%;
    top: -6px;
    width: 16px;
    height: 16px;
    border-width: 0;
    border-style: solid;
    border-color: transparent;
    border-bottom-width: 10px;
    border-bottom-color: currentColor;
    border-radius: 0 0 0 20px;
    color: #fff;
}

.a1_p6_swiper{display: none;}


/*▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃ p7 ▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃▃*/


section.a1_p7 {
    background-image: url(../images/p7_bg.png);
    background-position: center top;
    text-align: center;
}
.p7_wrap {
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
    color: #fff;
    padding: 40px 0;
}
.a1_p7_text {
    font-size: 22px;
}
.a1_p7_main {
    font-size: 38px;
}
.p7_wrap a {
    text-decoration: none;
    font-size: 22px;
    background-color: #fff;
    color: #ed543f;
    border-radius: 10px;
    padding: 7px 60px;
    margin-top: 10px;
    display: inline-block;
}




@media screen and (max-width: 1000px) {	
	.a1_p3_left.a1_ver_web, .a1_p3_right.a1_ver_web{display: none !important; }
	.a1_p3_left.a1_ver_phone, .a1_p3_right.a1_ver_phone{    display: inline-block !important;
    width: 100%;
    max-width: 992px;}
.a1_p3_block {
    display: inline-block;
    margin: 0 50px;
}
.a1_p3_right .a1_p3_block:nth-child(even) {
    margin-left: 18%;
}
	.a1_p3_img {
    width: 50%;
    display: inline-block;
}
	
	.a1_p3_img img {
    display: inline-block;
    width: 100%;
    margin: 0 auto;
}
	.a1_p4_wrap {
    height: 600px;
    text-align: center;
}
	.a1_p4_img {
    display: none;
}
	.a1_p4_text {
    width: 100%;
    max-width: 700px;
}
	.a1_p4_block {
    text-align: left;
}

	
}

@media screen and (max-width: 768px) {	
	.a1_header {
    background-position-y: -80px;
    background-position-x: -600px;    height: auto;
}
	.a1_header .a1_center {
    max-width: 100%;
    margin-top: 350px;
    margin-left: 0;
    padding: 0 30px;
    padding-bottom: 5%;
    background: -webkit-linear-gradient(#ffffff00,black);
    background: -o-linear-gradient(#ffffff00,black);
    background: -moz-linear-gradient(#ffffff00,black);
    background: linear-gradient(rgba(0, 0, 0, 0),black);
}
	.a1_title {
    font-size: 38px;
}
	.a1_center p {
    font-size: 20px;
}
	.a1_p4_title {
    text-align: left;
    font-size: 26px;
}
	.a1_p4_text p {
    text-align: left;font-size: 20px;
}
	 	.a1_p4 .a1_ver_web{display: none;}
	.a1_p4 .a1_ver_phone{display: inline-block;}
	
	
	.a1_p2.a1_ver_phone {
    display: inline-block !important;
    height: auto;
    width: 100%;
    max-width: 768px;
}
	.a1_p2.a1_ver_web{display: none !important;}
	

	.a1_p4_title span {
    display: inline-block;
    width: 100%;
    font-size: 36px;
}
	
.a1_p4_arrow {
    position: unset;
    display: inline-block;
    padding: 0 30%;
    padding-right: 35%;
}
	
	
.a1_p4_arrow.arrow_down {
    padding: 5% 0;
    padding-left: 44%;
}
	.a1_p4_arrow.arrow_left img {
    padding: 13% 0;
    padding-right: 40%;
}
	.arrow_down {
    transform: rotateZ(0deg);
}
	.arrow_left {
    transform: rotateZ(270deg);
}
	.a1_p4_wrap {
    height: auto;
    padding: 3% 5%;
}
	
	.a1_p4_block.p4_s3 {
    position: relative;
    left: 0;
    top: 0;
}
	.a1_p4_block.p4_s4 {
    position: relative;
    top: 0;
}
	
	section.a1_p4 {
    background-color: #c9e9be;
    background-repeat: no-repeat;
    background-position: bottom;
}
	
	.p4_block_text {
    width: 65%;
}
	.a1_p4_block {
    text-align: left;
    width: 100%;
    max-width: 500px;
}
	
	
	
	
	
	.a1_p5_block.block4 {
    width: 100%;
}
	
	.a1_p5_block img {
    max-width: 420px;
    width: 60%;
    margin: 20px auto 50px;
}
	.p5_block_title {
    font-size: 22px;
    width: 80%;
}
	.p5_block_title br {
    display: none;
}
	.p5_block_title {
    font-size: 22px;
    width: 70%;
    height: 50px;
    line-height: 25px;
    text-align: left;
    padding-left: 20px;
    text-transform: uppercase;
}
	.p5_block_title:before {
    content: '';
    position: absolute;
    left: -25px;
    top: 17px;
    width: 0;
    height: 0;
    border-width: 10px;
    border-style: solid;
    border-color: transparent;
    margin-bottom: -1px;
    border-right-width: 17px;
    border-right-color: currentColor;
    color: #5db93e;
}
	
	.a1_p5_title {
    font-size: 36px;
    font-weight: 500;
}
	.p5_01 {
    border: none;
}
	.p5_01:before {
    height: 97%;
    width: 4px;
    top: 50px;
    left: 7%;z-index: 1;
}
	.a1_p5_block_wrap:after, .p5_01:after {
    content: '';
}
	.p5_block_title:after {
    left: -50px;
    right: 0;
    top: 18px;
}
	.a1_p5_block .p5_block_title:after {
    left: -41px;
}
	.a1_p5 .a1_ver_web {display: none;}
	.step3-wrap, .step4-wrap {
    display: inline-block;
}
.step3-wrap, .step4-wrap {
    margin: 0 auto 50px;
    width: 100%;
}


.step3-wrap .p5_block_phone .p5_block_phone_title,.step4-wrap .p5_block_phone .p5_block_phone_title{
    vertical-align: middle;
    padding: 10px;
    font-weight: bold;
    color: #fff;
    background: #8f8f8f;
    cursor: pointer;
    font-size: 24px;
    border-bottom: 1px solid #fff;
    text-align: left;
    padding-left: 5%;
    position: relative;
}
 .step3-wrap .p5_block_phone .p5_block_phone_title:after, .step4-wrap .p5_block_phone .p5_block_phone_title:after {
    content: "\f107";
    color: #ffffff;
    font-family: 'FontAwesome';
    font-size: 35px;
    position: absolute;
    top: 5px;
    right: 5%;
    font-weight: normal;
}
 .step3-wrap  .p5_block_phone .p5_block_phone_title.close:before, .step4-wrap  .p5_block_phone .p5_block_phone_title.close:before{ content:"\f106 ";}


.step3-wrap .p5_block_phone .p5_block_phone_content, .step4-wrap .p5_block_phone .p5_block_phone_content {

    margin-top: 30px;
    position: relative;
}
.p5_block_phone_title.closea1 {
    background-color: #5db93e !important;
}
.step3-wrap .p5_block_phone .p5_block_phone_title.closea1:after,.step4-wrap .p5_block_phone .p5_block_phone_title.closea1:after {
    content: '\f106';
    top: 0;
}	
	.p5_block_phone {
    position: relative;
}
	.p5_block_phone_content:before {
    content: '';
    position: absolute;
    display: inline-block;
    width: 4px;
    height: 97%;
    top: 33px;
    left:7%;
    z-index: 1;
    background-color: #5db93e;
}
	
	
	
	.a1_ver_web{display: none;}
	.a1_p6_swiper{display: inline-block;}
	
.p6_info {
    width: 100%;
    max-width: 760px;
    margin-left: -50px;
}
	
section.a1_p6 {
    background-image: none;
    background-color: #5db93e;
}
.a1_p6_swiper .swiper-wrapper {
	max-width: 450px !important;
}
.a1_p6_swiper .swiper-slide {
  flex-shrink: 0;
  width: 100% ;
  position: relative;
  transition-property: transform;    height: 700px;
}
.a1_p6_swiper .swiper-container {
      width: 100%;
      height: 100%;
    }
 .a1_p6_swiper .swiper-slide {    width: 100%;
      text-align: center;      font-size: 18px;background: #5db93e;
      /* Center slide text vertically */
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
    }

	.a1_p6_swiper .swiper-pagination {
    margin-bottom: -3%;
    margin-left: -5%;
}
	
	
	.p6_swiper_wrap {
    margin-left: -7%;
}
	
	

	
img.p6_info_img {
    display: inline-block;
}
.p6_info_text {
    display: inline-block;
}
}


@media screen and (max-width: 576px) {	

	
	.a1_p3_block {
    font-size: 20px;
    margin: 0 25px;
}
	.a1_p3_right .a1_p3_block:nth-child(even) {
    margin: 0 10%;
}
	
	
	
}