/* common */
.subpage { overflow: hidden; position:relative; }
.subpage > section {padding: 100px 0;}
/* .subpage > section:nth-of-type(even) {background: #f7f7f7;} */
.sub_inner { max-width: 1400px; width: 100%; margin:0 auto; position: relative; padding:0 50px; }
.sub_title h3 {color:#0055a2; border-bottom: 2px solid #0055a2; display: inline-block; line-height: 1.25; margin-bottom:20px; }
/* font size */
.fs_60 {font-size: 60px; font-weight: 700; line-height: 1.3; color:#000; }
.fs_42 {font-size: 42px; font-weight: 600; line-height: 1.43; color:#000; }
.fs_24 {font-size: 24px; font-weight: 400; line-height: 1.83; color:#000; }
.fs_22 {font-size: 22px; font-weight: 700; line-height: 1.5; color:#000; }
.fs_20 {font-size: 20px; font-weight: 300; line-height: 2; color:#000; }

/*Content CSS*/
.subpage {text-align: center; }
#sec1 article {z-index: 2;}
#sec1 .map_wr {margin:50px auto -110px; width: 100%; position: relative; z-index: 1; }
#sec1 .map_wr .wrap_map {height: 450px;}
#sec1 .list { width:100%; display: flex; background: #fff; position: relative; z-index: 2 ;}
#sec1 .list li { flex:1; background: #0055a2; border-right: 1px solid rgba(255, 255, 255, .2); }
#sec1 .list li:last-child {border:0;}
#sec1 .list li .box {padding: 30px 20px; display: block; }
#sec1 .list i { display: flex;  align-items: center; justify-content: center; margin: 0 auto; flex-shrink: 0; min-height: 44px;}
#sec1 .list i img {transition-property: transform; transition-duration: .5s;  }
#sec1 .list h2 {font-size:20px; color:#fff; font-weight: 700; margin:20px 0 15px; line-height: 1; text-transform: uppercase;}
#sec1 .list p {font-size: 16px; color:#fff; line-height:30px; font-weight: 300; }
#sec1 .list li:hover i img {transform: rotateY(180deg); }






@media screen and (max-width:1400px){
    /* common */
    .subpage br:not(.space) {display: none;}

    /* content */



}

@media screen and (max-width:1024px){
    /* common */
    .subpage {text-align: center;}
    .subpage > section {padding:70px 0;}
    .sub_inner {padding: 0 30px;}
    .sub_title h3 {margin-bottom: 15px;}
    /* fs */
    .fs_60 {font-size: 40px;}
    .fs_42 {font-size: 26px;}
    .fs_24 {font-size: 18px;}
    .fs_22 {font-size: 17px;}
    .fs_20 {font-size: 16px;}

    /*Content CSS*/
    /* sec1 */
    #sec1 .map_wr {margin:40px auto -40px; }
    #sec1 .map_wr .wrap_map {height: 350px;}
    #sec1 .list {flex-wrap:wrap;}
    #sec1 .list li {flex:auto; width: 50%; }
    #sec1 .list li:nth-child(n+3) { border-top: 1px solid rgba(255, 255, 255, .2);}
    #sec1 .list li .box {padding: 20px 20px;}
    #sec1 .list h2 {font-size:18px;}
    #sec1 .list p {font-size: 15px; line-height: 26px;}



}

@media screen and (max-width:640px){
    /* common */
    .sub_inner {padding: 0 20px;}
    .subpage > section {padding:50px 0;}
    /* fs */
    .fs_60 {font-size: 35px;}
    .fs_42 {font-size: 23px;}
    .fs_24 {font-size: 17px;}
    .fs_22 {font-size: 16px;}
    .fs_20 {font-size: 14px;}

    /*Content CSS*/
    #sec1 .map_wr {margin:30px auto -30px; }
    #sec1 .map_wr .wrap_map {height: 250px;}
    #sec1 .list li {border-right: 0; width: 100%; text-align: left; }
    #sec1 .list li:nth-child(n+2) { border-top: 1px solid rgba(255, 255, 255, .2);}
    #sec1 .list li .box {width: 100%; display: flex; align-items: center; padding: 20px 30px;}
    #sec1 .list li i { margin:0;  min-height: 0; width: 35px;}
    #sec1 .list li:last-child { border-bottom:0;}
    #sec1 .list h2 {font-size: 16px; margin:0 20px; min-width: 80px;}
    #sec1 .list p {font-size: 13px; line-height: 22px;}

}

@media screen and (max-width: 480px) {
    /* common */

    /* content */
    #sec1 .list li .box {padding:15px;}
    #sec1 .list li i {width: 30px;}
    #sec1 .list h2 {margin: 0 15px; font-size: 14px; min-width: 72px;}

}
