/* common */
.subpage { overflow: hidden; position:relative; text-align: center;}
.subpage > section {padding: 50px 0;}
.subpage > section:nth-of-type(even) {background-color: #f7f7f7;}
.sub_inner { max-width: 1400px; width: 100%; margin:0 auto; position: relative; padding:0 20px; }
.sub_title::before {content: ''; display: block; width: 50px; height: 4px; background-color: #a360ee; margin:0 auto 20px;}
.subpage > .wave_bg {background:url("../img/wave_w.png") left bottom/auto 40px  repeat-x; position: relative; z-index: 2; padding-bottom: 90px;}
.subpage > .wave_bg + section {padding-top: 30px; }
/* .subpage > .wave_bg:nth-of-type(even) {background-image:url("../img/wave_w.png"); } */
/* font size */
.fs_60 {font-size: 30px; font-weight: 300; color:#000; line-height: 1.3; font-family: 'SCoreDream'; }
.fs_24 {font-size: 18px; font-weight: 600; color:#000; line-height: 1.5; font-family: 'SCoreDream'; }
.fs_20 {font-size: 15px; font-weight: 500; color:#000; line-height: 1.5; font-family: 'SCoreDream'; }
.fs_18 {font-size: 14px; font-weight: 300; color:#000; line-height: 1.65; }


/*Content CSS*/
#sec1 .txt {margin-bottom: 40px;}
#sec1 .txt .list {width: 100%; border-top:1px solid #ddd; margin-top: 40px; }
#sec1 .txt .list li {padding:15px 0; border-bottom: 1px solid #ddd;   }
#sec1 .txt .list h3 {margin-bottom: 10px; font-size: 24px; font-weight: 600; color:#a360ee;font-family: 'SCoreDream'; }
#sec1 .txt .list h4 {margin-bottom: 10px;}

/* sec2 */
#sec2 .list {display: flex; flex-direction: column; align-items: center; width: 100%; margin-top: 30px ; text-align: left; }
#sec2 .list br {display: none; }
#sec2 .list li {display: flex; align-items: flex-start; background-color:#fff; padding:20px;  box-shadow: 0 0 15px 0 rgba(29, 0, 51, 0.08);
transition-property:all, background-color;   transition-duration: .8s, .3s; border-radius: 10px; width: 100%;  max-width: 640px;}
#sec2 .list li i {margin-right: 15px; flex-shrink: 0; display: block ; width: 30px;}
#sec2 .list li:nth-child(n+2) {margin-top: 15px;}
#sec2 .list li:last-child {width: 100%;}

/* sec3 */
#sec3 .logo {display: flex; flex-direction: column; align-items: center; margin:40px 0 40px;}
#sec3 .logo li {width: 100%; max-width: 640px; height: 130px; display: flex; align-items: center; justify-content: center; box-shadow: 0 0 15px 0 rgba(29, 0, 51, 0.08);
border-radius: 10px; background:url("../img/logo_bg.png") 50% repeat; padding:0 30px;  }
#sec3 .logo li img { max-height: 60px;}
#sec3 .logo li:nth-child(n+2) {margin-top: 20px; }
#sec3 .list li {display: flex; border-bottom: 1px solid #ddd; padding: 15px 0; text-align: left; }
#sec3 .list li i {margin-right: 15px; flex-shrink: 0; display: flex; align-items: center ;justify-content: center; width: 30px; height: 30px; border-radius: 50%;
background-color: #a360ee; font-size: 17px; font-weight: 600; color:#fff; font-family: 'SCoreDream'; font-style: normal; }
#sec3 .list li:first-child {padding-top: 0;}
#sec3 .list li:last-child {padding-bottom: 0; border-bottom: 0; }
#sec3 .list li:nth-child(even) i {background-color: #222c49; }
#sec3 .list p {font-weight: 400; padding-top: 3px; font-size: 14px;}





@media screen and (max-width:1400px){
    /* content */

}
