@charset "utf-8";
#sub_tit_wrap{position:relative}
#sub_tit_wrap h2{margin-bottom:60px;color:#111;text-align:center;font-weight:700;font-size:34px}

/* 이전/다음 소메뉴 */
#hiddenSnb{display:none}
.sub_location_wrap{margin:60px 0 135px}
.sub_location_wrap .sub_location_inner{width:1300px;margin:0 auto}
.sub_location_wrap .sub_loca_menu{display:flex;align-items:center}
.sub_location_wrap .sub_loca_menu > li{line-height:1;color:#999;font-weight:500;font-size:15px}
.sub_location_wrap .sub_loca_menu > li:after{display:inline-block;margin:0 23px;width:6px;height:10px;background:url("l_r_arrow.png") no-repeat center;content:""}
.sub_location_wrap .sub_loca_menu > li:last-child:after{display:none}

.loca_select_wrap{position:relative;user-select:none}
.loga_select_selected{padding-right:35px;font-size:15px;background:url("./l_b_arrow.png") no-repeat right center;cursor:pointer}
.loga_select_selected.active{color:var(--primary)}
.loca_select_items{overflow:hidden;position:absolute;top:100%;left:50%;transform:translateX(-50%);z-index:100;margin-top:13px;width:130px;max-height:0;border-radius:8px;background:var(--primary);transition:max-height 0.3s ease;box-sizing:border-box}
.loca_select_items.open{max-height:200px}
.loca_select_items li{margin-bottom:10px;padding:0 15px;text-align:center}
.loca_select_items li:first-child{padding-top:18px}
.loca_select_items li:last-child{margin-bottom:0;padding-bottom:18px}
.loca_select_items li > a{color:rgba(255,255,255,0.65);font-weight:500;font-size:14px}

/* 반응형 [s] */
@media (hover:hover){
.loca_select_items li > a:hover{color:#fff}
}
/* 반응형 [e] */