/*Content CSS*/
#location{overflow: hidden;}

section > article{padding: 70px 0 100px;}
section > article:nth-child(even){background-color: #f7f7f7;}

.sub_inner{width: 100%; max-width: 1400px; padding: 0 50px; margin: 0 auto;}

/* fontstyle */
h2.sub_title::before{content: ''; display: inline-block; width: 5px; height: 45px; background-color: #18578f; margin-right: 15px; position: relative; top: 2px;}
h3.sub_title{position: relative; padding-left: 20px; margin-bottom: 30px;}
h3.sub_title::before{content: ''; display: inline-block; width: 10px; height: 10px; border-radius: 50%; background-color: #333; position: absolute; top: 50%; transform: translateY(-50%); left: 0;}
.fs_55{font-family: 'SCoreDream'; font-size: 55px; font-weight: 700;}
.fs_35{font-family: 'SCoreDream'; font-size: 35px; font-weight: 700;}
.fs_22{font-family: 'SCoreDream'; font-size: 22px; font-weight: 700;}
.fs_17{font-size: 17px; font-weight: 300; color: #333; line-height: 33px;}

h2 + .contents{border-top: solid 1px #ddd; margin-top: 50px; padding-top: 50px;}
.contents + .contents{margin-top: 80px;}
.loca_list{border: solid 1px #ddd; display: flex; padding: 48px 0; }
.loca_list li{width: 50%; text-align: center; padding: 0 20px;}
.loca_list li:first-child{border-right: solid 1px #ddd;}
.loca_list h4{margin: 23px 0 10px;}
.loca_list li i img{transition: .5s;}
.loca_list li:hover i img{transform: rotateY(180deg);}

@media screen and (max-width:1600px) {

}

@media screen and (max-width:1024px) {
    section > article{padding: 50px 0;}
    .sub_inner{padding: 0 30px;}
    h2.sub_title::before{height: 31px;}
    h3.sub_title{padding-left: 15px; margin-bottom: 15px;}
    h3.sub_title::before{width: 7px; height: 7px;}

    h2 + .contents{ margin-top: 30px; padding-top: 30px;}
    .contents + .contents{margin-top: 40px;}
    .loca_list{padding: 30px 0;}
    .loca_list i{width: 50px; display: inline-block;}
    .loca_list h4{margin: 17px 0 10px;}

    .fs_55{font-size: 35px;}
    .fs_35{font-size: 25px;}
    .fs_22{font-size: 18px;}
    .fs_17{font-size: 15px; line-height: 1.7;}


}

@media screen and (max-width: 960px) {



}


@media screen and (max-width: 640px) {
    .sub_inner{padding: 0 20px;}
    h2.sub_title::before{height: 25px;}

    .loca_list i{width: 45px; display: inline-block;}
    .loca_list h4{margin: 10px 0;}

    .fs_55{font-size: 27px;}
    .fs_35{font-size: 20px;}
    .fs_22{font-size: 17px;}
    .fs_17{font-size: 14px; line-height: 1.65;}

}
