/* 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.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"); } */
.video_wrap {width: 100%; position: relative; height:0; padding-bottom: 56.25%; overflow: hidden; }
.video_wrap iframe {position: absolute; left: 0; top: 0; width: 100%; height: 100%;}

/* 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*/
.cer_list {display: flex; flex-wrap: wrap; margin-top: 55px ;}
.cer_list li {width: calc(25% - 23px); margin-right: 30px;}
.cer_list li:nth-child(4n) {margin-right: 0;}
.cer_list li:nth-child(n+5) {margin-top: 70px; }
.cer_list li a {display: block; position: relative; border:1px solid #ccc; overflow: hidden; transition: border-color .3s;}
.cer_list li a > img {width: 100%; transition: transform .3s ease; }
.cer_list li a:hover {border-color: #a360ee; }
.cer_list li a:hover > img {transform: scale(1.05);}

.cer_list .txt {padding-left: 15px; border-left: 2px solid #a360ee; margin-top: 30px;}
.cer_list .txt h4 {font-size: 16px; font-weight: 500; color:#000; font-family: 'SCoreDream'; }





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

}
