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


/*Content CSS*/
#sec1 article {display: flex; justify-content: space-between; }
#sec1 .txt {max-width: 750px;}
#sec1 .txt .list {width: 100%; border-top:1px solid #ddd; margin-top: 60px; }
#sec1 .txt .list li {padding: 45px 0; border-bottom: 1px solid #ddd; display: flex; align-items: flex-start; }
#sec1 .txt .list li > div {padding-top: 3px;}
#sec1 .txt .list h3 {flex-shrink: 0; margin-right: 28px; font-size: 30px; font-weight: 600; color:#a360ee;font-family: 'SCoreDream'; }
#sec1 .txt .list h4 {margin-bottom: 15px;}

/* sec2 */
#sec2 .list {display: flex; flex-wrap:wrap; width: 100%; justify-content: space-between; margin-top: 55px ;}
#sec2 .list li {display: flex; align-items: center; background-color:#fff; padding:35px 45px;  box-shadow: 0 0 27px 0 rgba(29, 0, 51, 0.08);
transition-property:all, background-color;   transition-duration: .8s, .3s; border-radius: 10px; width: calc(50% - 10px); }
#sec2 .list li i {margin-right: 34px; flex-shrink: 0; display: block ;}
#sec2 .list li:nth-child(n+3) {margin-top: 20px;}
#sec2 .list li:last-child {width: 100%;}

/* sec3 */
#sec3 .logo {display: flex; justify-content: space-between; margin:60px 0 80px;}
#sec3 .logo li {width: 640px; height: 250px; display: flex; align-items: center; justify-content: center; box-shadow: 0 0 27px 0 rgba(29, 0, 51, 0.08);
border-radius: 10px; background:url("../img/logo_bg.png") 50% repeat;}
#sec3 .list li {display: flex; border-bottom: 1px solid #ddd; padding: 30px 0;}
#sec3 .list li i {margin-right: 28px; flex-shrink: 0; display: flex; align-items: center ;justify-content: center; width: 40px; height: 40px; border-radius: 50%;
background-color: #a360ee; font-size: 24px; 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: 5px;}





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

}
