
/* common */
#loca { overflow: hidden; text-align: center; padding-top: 50px; }
.sub_h1 { line-height: 1; font-size: 30px; font-weight: bold; letter-spacing: -1.5px; text-transform: uppercase; }
.sub_h1 span { display: block; font-size: 20px; font-weight: bold; color: #0068b7; text-transform: uppercase; font-family: 'Karla', sans-serif; margin:0 0 10px; }
.sub_h1 small { font-size: 18px; letter-spacing: -0.75px; font-weight: bold; }
.sub_p { font-size: 15px; font-weight: 300; letter-spacing: -0.45px; line-height: 28px; }
.sub_p br { display: none; }
.sub_p + .sub_p { margin-top: 15px; }
.sub_h1 + .sub_p { margin-top: 20px; }

.bar_tit { position:relative; font-size: 20px; font-weight: bold; letter-spacing: -0.75px; color: #000; margin:0 0 20px; text-align: left; }
.bar_tit::before { content:""; display: inline-block; width:3px; height: 20px; background:#0068b7; margin-right: 10px; position:relative; top:2px; }

.bg_bot { width:100%; height: 200px; background:url('../img/job1_bg.jpg') no-repeat center / cover; margin-top:70px; }

.dot_list > li { position: relative; padding-left: 10px; font-size: 15px; font-weight: 300;  color: #333; line-height: 26px; margin:0 0 7px; text-align: left; }
.dot_list > li::before { content:""; position:absolute; left:0; top:12px; width:3px; height: 3px; background:#0068b7; }
.dot_list > li:last-child { margin:0 !important; }
.dot_list > li br { display: none; }



/* loca */
#loca { padding-bottom: 70px; }
.top { margin:0 auto 40px; }

.root_daum_roughmap { border-bottom: 1px solid rgba(0,0,0,.1); }

.loca_con { position:relative; z-index: 2; }
.loca_list { width:calc(100% + 30px); margin-left: -15px; display: flex; flex-wrap: wrap; }
.loca_list li { width:50%; padding:30px 15px; line-height: 1; text-align: center; background-color: #333; transition: all .3s; }
.loca_list li:nth-child(2),
.loca_list li:nth-child(3) { background:#0068b7; }

.loca_list li .icon { height: 44px; width:100%; display: flex; align-items: center; justify-content: center; }
.loca_list li h2 { font-size: 18px;  font-weight: bold; color: #fff; font-family: 'Karla', sans-serif; margin:15px 0; }
.loca_list li p { font-size: 16px; font-weight: 300; color: #fff; line-height: 25px; }
.loca_list li:nth-child(3) p { word-break: break-all; }


.loca_info { margin:50px 0 0; text-align: left; }
.loca_info h2 { font-size: 22px; font-weight: bold; letter-spacing: -0.75px; color: #000; }
.loca_info ul { border-top: 1px solid #ddd; margin:20px 0 0; }
.loca_info ul li { position:relative; border-bottom: 1px solid #ddd; padding:20px 0 20px 30px; font-size: 15px; font-weight: 300; letter-spacing: -0.4px; line-height: 26px; }
.loca_info ul li img { position:absolute; left:0; top:auto; }
.loca_info ul li span { display: inline-block; width:48px; height: 19px; line-height: 17px; text-align: center; background:#6175f5; font-size: 12px; color:#fff; margin:8px 10px 0 0; position:relative; top:-1px; }
.loca_info ul li span:last-child { background:#47af1b; }
.loca_info ul li span:nth-of-type(2n) { margin-left: 30px; }
