/* common */
.subpage { overflow: hidden; position:relative; text-align: center; }
.subpage > section {padding: 90px 0; position: relative; }
.subpage > section:nth-of-type(even) {background: #f7f7f7;}
.sub_inner { padding: 0 50px; margin: 0 auto; max-width: 1400px; width: 100%; position: relative;}
.sub_tit {margin-bottom: 50px;}
.sub_tit h2 {display: inline; position: relative;}
.sub_tit h2::after {content: ''; display: block; width: 15px; height: 15px; background-color: #00479d; border-radius: 50%; right: -19px; top: -9px; position: absolute;}

/* font size */
.fs_60 {font-size: 60px; font-weight: 700; color:#000; line-height: 1.3; }
.fs_32 {font-size: 32px; font-weight: 600; color:#111; line-height: 1.56; }
.fs_30 {font-size: 30px; font-weight: 700; color:#111; line-height: 1.56; }
.fs_24 {font-size: 24px; font-weight: 400; color:#000; line-height: 1.58; }
.fs_20 {font-size: 20px; font-weight: 700; color:#111; line-height: 1.58; }
.fs_18 {font-size: 18px; font-weight: 300; color:#111; line-height: 1.83; }
.fs_17 {font-size: 17px; font-weight: 300; color:#111; line-height: 1.83; }

/*Content CSS*/
#sec1 .map_wr {height:430px; overflow: hidden; border-radius: 10px; border: 1px solid #ddd;}
#sec1 .map_wr .wrap_map {height: 100%;}
#sec1 .map_wr .map_border {display: none;}

#sec1 .txt_wr {text-align: left; margin-top: 75px; }
#sec1 .txt_wr .top {display: flex; justify-content: space-between; align-items: center; margin-bottom: 20px; }
#sec1 .txt_wr .top ul {display: flex;}
#sec1 .txt_wr .top ul li {display: flex; align-items: center; }
#sec1 .txt_wr .top ul li + li {margin-left: 50px;}
#sec1 .txt_wr .top ul .icon {display: flex; align-items: center; justify-content: center; width: 28px; height: 28px; border-radius: 50%; background-color: #00479d;
flex-shrink: 0; margin-right: 13px; }
#sec1 .txt_wr .top ul p {font-weight: 400; }

#sec1 .txt_wr .transport {border-top: 1px solid #000; }
#sec1 .txt_wr .transport > li {border-bottom: 1px solid #ddd; padding: 35px 0; display: flex;}
#sec1 .txt_wr .transport .title { text-align: center; flex-shrink: 0; border-right: 1px solid #ddd; display: flex; flex-direction: column; align-items: center; justify-content: center; width: 210px; }
#sec1 .txt_wr .transport .title h4 {margin-top: 10px; }
#sec1 .txt_wr .transport .desc {padding-left: 35px; display: flex; flex-direction: column; justify-content: center;}
#sec1 .txt_wr .transport .desc p + p {margin-top:25px;}
#sec1 .txt_wr .transport .desc span {color:#3396ff; font-weight: 700; }
#sec1 .txt_wr .transport .desc .subway {display: flex; align-items: center; font-weight: 600; color:#111; margin-bottom: 10px;}
#sec1 .txt_wr .transport .desc .subway em {display: flex; align-items: center; justify-content: center; width: 70px; height: 30px; border-radius: 15px; background-color: #282ddf;
flex-shrink: 0; margin-right: 15px; color:#fff; font-weight: 500; padding-top: 1px;}




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

    /* content */
    #sec1 .txt_wr .top {flex-direction: column; align-items: flex-start; }
    #sec1 .txt_wr .top ul {align-self: flex-end; margin-top: 5px;}


}


@media screen and (max-width: 1024px) {
    /* common */
    .subpage {text-align: center;}
    .subpage > section {padding: 70px 0; }
    .sub_inner {padding:0 30px;}
    /* font size */
    .fs_60 {font-size: 40px;  }
    .fs_32 {font-size: 25px; }
    .fs_30 {font-size: 24px; }
    .fs_24 {font-size: 20px; }
    .fs_20 {font-size: 17px; }
    .fs_18 {font-size: 15px; line-height: 1.65;}
    .fs_17 {font-size: 14px; line-height: 1.65;}

    /* content */
    #sec1 .map_wr {height:300px;}

    #sec1 .txt_wr {margin-top: 40px;}
    #sec1 .txt_wr .top {text-align: center; align-items: flex-start; }
    #sec1 .txt_wr .top ul {align-self: flex-start; margin-top:15px;}
    #sec1 .txt_wr .top ul li + li {margin-left:30px;}

    #sec1 .txt_wr .transport .title {width: 150px;}


}

@media screen and (max-width: 640px) {
    /* common */
    .subpage > section {padding: 50px 0;}
    .sub_inner {padding:0 20px;}
    .sub_tit {margin-bottom: 30px;}
    .sub_tit h2::after { width: 10px; height: 10px; right: -15px; top: -5px;}

    /* font size */
    .fs_60 {font-size: 32px;  }
    .fs_32 {font-size: 20px;  }
    .fs_30 {font-size: 20px;  }
    .fs_24 {font-size: 17px; }
    .fs_20 {font-size: 16px; }
    .fs_18 {font-size: 13px;}
    .fs_17 {font-size: 13px;}

    /* content */
    #sec1 .map_wr {height:250px;}
    #sec1 .txt_wr .top ul {flex-direction: column; justify-content: flex-start;}
    #sec1 .txt_wr .top ul li + li {margin:10px 0 0;}
    #sec1 .txt_wr .top ul .icon {margin-right: 8px; width: 22px; height: 22px; padding: 6px;}

    #sec1 .txt_wr .transport > li {padding: 25px 0; display: block; }
    #sec1 .txt_wr .transport .title {width: 100%; border:0; border-bottom: 1px solid #ddd; padding:0 0 15px; margin: 0 0 15px;}
    #sec1 .txt_wr .transport .desc {padding:0;}
    #sec1 .txt_wr .transport .desc p + p { margin-top: 10px;}
    #sec1 .txt_wr .transport .desc .subway em { width: 60px; height: 20px; margin-right: 10px;}

}
