@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100..900&family=Noto+Sans+KR:wght@100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://cdn.jsdelivr.net/gh/orioncactus/pretendard/dist/web/static/pretendard-dynamic-subset.css');

html {
  scroll-behavior: smooth;
}

.container {
  margin: 0 auto;
}

.body {
  font-size: 15px;
  /* //.글자폰트 크기 수정 */
  font-family: "Noto Sans KR";
}

.container {
  width: 66.67%;
  height: 100%;
}

/* ---------------------------------------------------------------- */
/* 서브페이지 공통 타이틀 */
.w_sub_tit_section {
  width: 100%;
  height: 280px;
}

.w_sub_tit_con {
  display: flex;
  justify-content: center;
  align-items: center;
}

.w_mian_sub_tit {
  width: 100%;
  height: 100px;
  margin-top: 80px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

.w_mian_tit {
  width: 100%;
  display: flex;
  flex-direction: column;
}

.w_mian_tit>span {
  color: #333;
  text-align: center;
  font-family: "Roboto";
  font-size: 40px;
  font-weight: 700;
  line-height: 150%; /* 60px */
  letter-spacing: -0.44px;
}

.w_sub_tit>p {
  color: #555;
  text-align: center;
  font-family: "Noto Sans KR";
  font-size: 20px;
  font-weight: 400;
  line-height: 150%; /* 30px */
  letter-spacing: -0.22px;
}

/* ---------------------------------------------------------------- */
/* 오시는 길 */
.directions {
  width: 100%;
  height: 1682px; 
}

.web_hire_tit {
  width: 100%;
  height: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #51A0D0;
}

.web_hire_tit>span {
  color: #FFF;
  text-align: center;
  font-family: "Noto Sans KR";
  font-size: 35px;
  font-weight: 700;
  line-height: 150%; /* 52.5px */
  letter-spacing: -0.385px;
}

.directions_section {
  width: 100%;
  height: 1322px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  margin-top: 80px;
}

.directions_section>img {
  width: 100%;
  height: 400px;
}

.map_infor {
  width: 100%;
  height: 842px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

.map_address_tel {
  width: 100%;
  height: 203px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.map_address_tel_top {
  width: 100%;
  height: 45px;
  display: flex;
  align-items: center;
}

.mat_icon {
  width: 45px;
  height: 45px;
  border-radius: 45px;
  background: #333;
  display: flex;
  justify-content: center;
  align-items: center;
}

.mat_icon>i {
  font-size: 20px;
  color: #fff;
}

.map_address_tel_top>span {
  color: #555;
  font-family: "Noto Sans KR";
  font-size: 25px;
  font-weight: 700;
  line-height: 150%; /* 37.5px */
  letter-spacing: -0.275px;
  margin-left: 40px;
}

.map_address_tel_txt {
  width: 100%;
  height: 131px;
}

ul.mat_txt {
  margin-left: 85px;
  height: 100%;
}

ul.mat_txt>li {
  margin-top: 25px;
  display: flex;
}

ul.mat_txt>li:first-child {
  margin-top: 0;
}

ul.mat_txt>li>span {
  color: #777;
  font-family: "Noto Sans KR";
  font-size: 18px;
  font-weight: 700;
  line-height: 150%; /* 27px */
  letter-spacing: -0.198px;
}

ul.mat_txt>li>p {
  color: #555;
  font-family: "Noto Sans KR";
  font-size: 18px;
  font-weight: 400;
  line-height: 150%; /* 27px */
  letter-spacing: -0.198px;
  margin-left: 42px;
}

ul.mat_txt>li.d_road_nm>p {
  margin-left: 25px;
}

.map_traffic_infor {
  width: 100%;
  height: 539px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}


.map_traffic_infor_top {
  width: 100%;
  height: 45px;
  display: flex;
  align-items: center;
}

.mat_icon {
  width: 45px;
  height: 45px;
  border-radius: 45px;
  background: #333;
  display: flex;
  justify-content: center;
  align-items: center;
}

.mat_icon>i {
  font-size: 20px;
  color: #fff;
}

.map_traffic_infor_top>span {
  color: #555;
  font-family: "Noto Sans KR";
  font-size: 25px;
  font-weight: 700;
  line-height: 150%; /* 37.5px */
  letter-spacing: -0.275px;
  margin-left: 40px;
}

.map_traffic_infor_txt {
  width: 100%;
  height: 467px;
}

ul.mti_txt {
  margin-left: 85px;
  height: 100%;
}

ul.mti_txt>li {
  margin-top: 25px;
  display: flex;
}

ul.mti_txt>li:first-child {
  margin-top: 0;
}

ul.mti_txt>li>span {
  color: #777;
  font-family: "Noto Sans KR";
  font-size: 18px;
  font-weight: 700;
  line-height: 150%; /* 27px */
  letter-spacing: -0.198px;
  width: 54px;
}

ul.mti_sub_txt {
  width: 100%;
  height: 153px;
  margin-left: 25px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

ul.mti_sub_txt>li {
  display: flex;
  align-items: center;
  
}

ul.mti_sub_txt>li.d_bus_kind {
  display: flex;
}

ul.mti_sub_txt>li.d_bus_kind>span {
  color: #777;
  font-family: "Noto Sans KR";
  font-size: 18px;
  font-weight: 500;
  line-height: 150%; /* 27px */
  letter-spacing: -0.198px;
}

ul.mti_sub_txt>li.d_bus_kind>p {
  color: #555;
  font-family: "Noto Sans KR";
  font-size: 18px;
  font-weight: 400;
  line-height: 150%; /* 27px */
  letter-spacing: -0.198px;
  margin-left: 57px;
}

ul.mti_sub_txt>li.d_subway_kind {
  display: flex;
}

ul.mti_sub_txt>li.d_subway_kind>span {
  color: #777;
  font-family: "Noto Sans KR";
  font-size: 18px;
  font-weight: 500;
  line-height: 150%; /* 27px */
  letter-spacing: -0.198px;
}

ul.mti_sub_txt>li.d_subway_kind>p {
  color: #555;
  font-family: "Noto Sans KR";
  font-size: 18px;
  font-weight: 400;
  line-height: 150%; /* 27px */
  letter-spacing: -0.198px;
  margin-left: 80px;
}

ul.mti_sub_txt>li.d_subway_kind_long {
  display: flex;
}

ul.mti_sub_txt>li.d_subway_kind_long>span {
  color: #777;
  font-family: "Noto Sans KR";
  font-size: 18px;
  font-weight: 500;
  line-height: 150%; /* 27px */
  letter-spacing: -0.198px;
}

ul.mti_sub_txt>li.d_subway_kind_long>p {
  color: #555;
  font-family: "Noto Sans KR";
  font-size: 18px;
  font-weight: 400;
  line-height: 150%; /* 27px */
  letter-spacing: -0.198px;
  margin-left: 63px;
}

ul.mti_sub_txt>li.d_car_kind {
  display: flex;
}

ul.mti_sub_txt>li.d_car_kind>span {
  color: #777;
  font-family: "Noto Sans KR";
  font-size: 18px;
  font-weight: 500;
  line-height: 150%; /* 27px */
  letter-spacing: -0.198px;
}

ul.mti_sub_txt>li.d_car_kind>p {
  color: #555;
  font-family: "Noto Sans KR";
  font-size: 18px;
  font-weight: 400;
  line-height: 150%; /* 27px */
  letter-spacing: -0.198px;
  margin-left: 57px;
}

ul.mti_sub_txt>li.d_car_kind_long {
  display: flex;
}

ul.mti_sub_txt>li.d_car_kind_long>span {
  color: #777;
  font-family: "Noto Sans KR";
  font-size: 18px;
  font-weight: 500;
  line-height: 150%; /* 27px */
  letter-spacing: -0.198px;
}

ul.mti_sub_txt>li.d_car_kind_long>p {
  color: #555;
  font-family: "Noto Sans KR";
  font-size: 18px;
  font-weight: 400;
  line-height: 150%; /* 27px */
  letter-spacing: -0.198px;
  margin-left: 15px;
}

ul.mti_sub_txt_car {
  width: 100%;
  height: 111px;
  margin-left: 25px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

/* ---------------------------------------------------------------- */
/* ---------------------------------------------------------------- */
/* ---------------------------------------------------------------- */
/* ---------------------------------------------------------------- */
/* ---------------------------------------------------------------- */

