/*공통*/
.sub_con {width: 100%; padding:0 15px;}


/*Content CSS*/
#location ul {display: flex; text-align: left; position: relative; z-index: 2; flex-wrap:wrap;}
#location ul li {font-size:14px; color:#333; font-weight: 300; display: flex; align-items: center; padding:15px 20px; letter-spacing: -1px;word-break: keep-all;
width:100%;   border-bottom:1px solid rgba(0,0,0,.05); background: url('../img/loc_pat.png') center repeat #fff;   line-height: 24px; width:100%;}
#location ul li:last-child {border-bottom:0;}
#location ul li i {font-size:22px; color:#00356f; transition: transform 500ms}
#location ul li h1 {font-size:15px; font-weight: 600; color:#00356f; margin:0 20px 0 5px; min-width:56px;}

/* #location ul li:hover i {transform: rotateY(180deg);} */

.loc_map {margin-top:-30px; position: relative; z-index: 1;}







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

}

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

}

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

}
