/* 공통 */
/* .subpage > section {padding:100px 0; position: relative; background: #fff;} */
.sub_inner {width: 1300px; margin:0 auto; position: relative; }
.sub_tit {font-size: 45px; font-weight: 700; color:#000; font-family: 'Spoqa Han Sans Neo'; line-height: 1;}
.sub_tit::before {content: ''; display: block; width: 30px; height: 3px; background: #58d6ef; margin:0 auto 20px;}
.sub_p {font-size: 18px; font-weight: 300; color:#333; letter-spacing: -.27px; line-height: 33px; word-break: keep-all; font-family: 'Spoqa Han Sans Neo';}




/*Content CSS*/
#loc_sec1 {text-align: center; padding:100px 0 0;}
#loc_sec1 .sub_inner {z-index: 2;}
#loc_sec1 ul { width:100%; display: flex; border:1px solid #ddd; border-top: 3px solid #03091f;margin-top: 55px; background: #fff;}
#loc_sec1 ul li { flex:1; text-align: center; padding:50px 0; background: #fff;transition: all .3s ease;}
#loc_sec1 ul li > div {border-right: 1px solid #ddd; min-height: 156px;}
#loc_sec1 ul li:last-child > div { border-right: 0; }
#loc_sec1 i { font-size:40px; color:#03091f; transition: all .3s ease;  transition-property: transform; transition-duration: .5s;}
#loc_sec1 h2 {font-size: 20px; color:#000; font-weight: 700; font-family: 'Spoqa Han Sans Neo'; margin:25px 0 15px; line-height: 1; transition: color .3s ease;}
#loc_sec1 p {font-size: 16px; color:#000; line-height: 28px; transition: color .3s ease; }
/* hover */
#loc_sec1 ul li:hover {background-color: #00d1e6; }
#loc_sec1 ul li:hover i {transform: rotateY(180deg); color:#fff;}
#loc_sec1 ul li:hover h2,
#loc_sec1 ul li:hover p {color:#fff;}
#loc_sec1 .map_wr {margin-top: -100px; width: 100%; position: relative; z-index: 1;}

/* sec2 */
#loc_sec2 {text-align: left; padding:75px 0 130px;}
#loc_sec2 article {display: flex; align-items: flex-start; }
#loc_sec2 h2 {font-size:24px; font-weight: 700; color:#000; font-family: 'Spoqa Han Sans Neo'; position: relative; padding-left: 25px; }
#loc_sec2 h2::before {content: ''; display: block; width: 7px; height: 7px; background: #03091f; position: absolute; left: 0; top:12px;}
#loc_sec2 .cont {margin-left: 100px;}
#loc_sec2 .cont .sub_p {color:#000;}
#loc_sec2 .cont .sub_p img {margin:0 15px;}
#loc_sec2 .cont ul {margin-top: 15px; display: flex; }
#loc_sec2 .cont ul li {margin-right: 55px; font-size: 16px; font-weight: 300; color:#333; }
#loc_sec2 .cont ul li span {display: inline-block; padding:5px 12px; text-align: center; background: #47af1b;color:#fff; font-size: 15px; font-weight: 300;
margin-right: 10px; line-height: 1; position: relative; top:1px;font-family: 'Spoqa Han Sans Neo';}







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

}

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

}


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

}

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


}
