/* 공통 */
.sub_con {width:1280px; margin:0 auto;}

/*Content CSS*/
#location {padding:110px 0 0; text-align: center;}
#location > h1 {font-size:36px; font-weight: 400; color:#2d2d2d; font-family: 'NEXONFootballGothicLA1'; letter-spacing: .35px; }
#location > h1::after {content: ''; display: block; width:1px; height:40px; background: #0064b6; margin:20px auto 0;}

/* loc_map */
.loc_map {position: relative; z-index: 1; border-bottom: 1px solid #ddd;}
.loc_map .root_daum_roughmap .wrap_controllers {display: none;}

/* loc_con */
.loc_con {background: url('../img/dot_ptn.png') 50% 50% repeat; position: relative; z-index: 2;}
.loc_con .sub_con {position: relative; padding:60px 0 100px;}
.loc_box {width: 100%; height:200px; background: linear-gradient(to right, #001976 50%, #0092e5); display: flex; align-items: center; padding:0 60px; box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, 0.16); margin-bottom: 60px;}
.loc_box .box_txt {margin-left:60px; padding-left:60px; border-left: 1px solid rgba(255,255,255,.3); text-align: left;}
.loc_box .box_txt h2 {font-size:20px; font-weight: 400; color: #fff; letter-spacing: -.2px; }
.loc_box .box_txt h2 i {margin-right:15px;}
.loc_box .box_txt ul {display: flex; margin-top:20px;}
.loc_box .box_txt ul li {font-size:20px; color:#e6f3ff; font-weight: 400; margin-right: 60px;}
.loc_box .box_txt ul li:last-child {margin-right: 0;}
.loc_box .box_txt ul li i {margin-right: 10px; color: #fff; position: relative; top:2px;}

/* img slider */
.loc_slider {position: relative;}
.loc_slider .slick-slide {margin:0 12px; outline: none;}
.loc_slider .slick-slide img {width:100%;}
.loc_slider li p {font-size: 15px; font-weight: 300; color:#2a2a2a; letter-spacing: -.15px; margin-top:20px; display: none;}
/* arrow */
.loc_slider .slick-arrow {font-size:0; border:0; box-shadow: none; position: absolute; top:50%; transform:translateY(-50%); outline: none; border:0px solid red;
width: 18px; height: 34px;}
.slick-prev  {left:-70px; background: url('../img/loc_prev.png') 50% 50% no-repeat;}
.slick-next  {right:-70px; background: url('../img/loc_next.png') 50% 50% no-repeat;}

.loc_ment {font-size:20px; font-weight: 500; color:#333; margin-top:40px;}


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

}

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

}

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

}
