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

Title       : sub01
Author      : EASESOFT
Create Date : 2026-02

-------------------------------------------------*/
.c010104 .center_line {
  position: relative;
}
.c010104 .center_line::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 20%;
  height: 60%;
  border-right: 1px solid #dddddd;
}
.c010104 .center_line .txt_c {
  flex: 1;
}

.c010201 {
  display: grid;
  grid-template-columns: 1fr 60%;
  gap: 5.6rem;
  word-break: keep-all;
  word-wrap: break-word;
}
.c010201 .tit {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 0.5rem;
  font-size: 2.4rem;
  position: relative;
}
.c010201 .tit::before {
  content: "";
  width: 9rem;
  height: 4px;
  background: #151515;
  margin-bottom: 1.6rem;
}
.c010201 .tit strong {
  font-size: 3rem;
  letter-spacing: -1px;
}
.c010201 .chief {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-end;
  gap: 2rem;
  background: #F8F9FA url("/kor/img/sub01/010201_symbol.png") no-repeat left bottom;
  overflow: hidden;
  border-radius: 4rem;
  padding: 0 2.4rem;
}
.c010201 .chief p {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  padding-bottom: 4rem;
}
.c010201 .chief strong {
  font-size: 2rem;
}
.c010201 .img {
  border-radius: 4rem;
  overflow: hidden;
}
.c010201 .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.c010201 .greeting {
  font-size: 1.8rem;
  color: #555555;
}

.c010202 {
  display: grid;
  grid-template-columns: 40% 1fr;
  gap: 5.6rem;
  word-break: keep-all;
  word-wrap: break-word;
}
.c010202 .chief div {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: flex-end;
  gap: 2rem;
  background: #F8F9FA url("/kor/img/sub01/010201_symbol.png") no-repeat left bottom;
  overflow: hidden;
  border-radius: 4rem;
  padding: 2.4rem 2.4rem 0;
  margin-bottom: 1.6rem;
}
.c010202 .chief p {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
}
.c010202 .chief strong {
  font-size: 2rem;
}
.c010202 .profile .box {
  border-bottom: 1px solid #dddddd;
  padding-bottom: 3rem;
  margin-top: 3.2rem;
}
.c010202 .profile dl {
  display: grid;
  grid-template-columns: 10rem 1fr;
  font-size: 2rem;
}
.c010202 .profile dl + dl {
  margin-top: 1.6rem;
}
.c010202 .profile dt {
  grid-column: 1;
  font-weight: 500;
}
.c010202 .profile dd {
  grid-column: 2;
  position: relative;
  padding-left: 1rem;
  font-size: 1.8rem;
}
.c010202 .profile dd::before {
  content: "";
  position: absolute;
  left: 0;
  top: 1.1rem;
  width: 2px;
  height: 2px;
  background: #11325E;
}

.c010400 .map_box {
  padding: 1.5rem 1.5rem 0;
  position: relative;
  border: 1px solid #dddddd;
  border-radius: 1.6rem;
  overflow: hidden;
}
.c010400 .map_box .tit {
  position: absolute;
  left: 2rem;
  bottom: 1.8rem;
  z-index: 10;
  font-size: 2rem;
  color: #FFFFFF;
  font-weight: 600;
}
.c010400 .map_box .root_daum_roughmap_landing {
  overflow: visible;
  width: 100% !important;
}
.c010400 .map_box .wrap_controllers {
  background: rgba(0, 0, 0, 0.8);
  border: none !important;
  padding: 1.6rem !important;
  position: absolute;
  left: -1.5rem;
  bottom: 0;
  z-index: 10;
  width: calc(100% + 3rem);
}
.c010400 .map_box .wrap_controllers .tit_controllers {
  display: none !important;
}
.c010400 .map_box .wrap_btn_roadview {
  float: none !important;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  gap: 1.6rem;
}
.c010400 .map_box .wrap_btn_roadview .txt {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
  height: 4rem !important;
  padding: 0 1.6rem;
  background: #FFFFFF;
  border-radius: 1.2rem;
  font-size: 1.5rem;
  font-weight: 500;
  font-family: "Pretendard GOV";
  text-decoration: none;
  transition: 0.3s;
}
.c010400 .map_box .wrap_btn_roadview .txt::after {
  content: "\ef14";
  font-family: "remixicon";
}
.c010400 .map_box .wrap_btn_roadview .txt:nth-of-type(2)::after {
  content: "\f0d1";
}
.c010400 .map_box .wrap_btn_roadview .txt:nth-of-type(3)::after {
  content: "\ea11";
}
@media screen and (min-width: 1024px) {
  .c010400 .map_box .wrap_btn_roadview .txt:hover {
    background-color: #151515;
    color: #FFFFFF;
  }
}
.c010400 .map_box .wrap_btn_roadview .txt_bar {
  display: none;
}
.c010400 .map_box .root_daum_roughmap .map_border {
  border: none;
}
.c010400 .map_box .cont {
  display: none;
}
.c010400 .box_group {
  gap: 1.6rem;
  grid-template-columns: 65% 1fr;
}
.c010400 .box_group .cont_box {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 2.4rem;
}
.c010400 .box_group strong {
  font-size: 1.8rem;
  font-weight: 700;
  flex: none;
}
.c010400 .box_group strong i {
  color: #3E7AC4;
  font-weight: 300;
  font-size: 2.2rem;
}
.c010400 .box_group ul {
  font-size: 1.8rem;
}
.c010400 .box_group a {
  font-size: 2.4rem;
  font-weight: 700;
}
.c010400 .vehicle .cont_box.row {
  align-items: center;
  padding: 2.4rem;
}
.c010400 .vehicle .cont_box.row p {
  width: 30rem;
  flex: none;
}
.c010400 .vehicle .cont_box.row div {
  padding-left: 2.4rem;
  border-left: 1px solid #dddddd;
}
.c010400 .vehicle dl {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 0.8rem;
}
.c010400 .vehicle dl + dl {
  margin-top: 1rem;
}
.c010400 .vehicle dt {
  width: 5rem;
  height: 3.2rem;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  border-radius: 1.2rem;
  background: rgba(0, 25, 74, 0.16);
  font-size: 1.4rem;
  font-weight: 600;
}
.c010400 .vehicle dt.blue {
  background-color: rgba(11, 120, 203, 0.6);
}
.c010400 .vehicle dt.green {
  background-color: rgba(38, 115, 55, 0.8);
  color: #FFFFFF;
}
.c010400 .vehicle dt.yellow {
  background-color: rgba(255, 177, 20, 0.6);
}
.c010400 .vehicle dt.red {
  background-color: rgba(189, 44, 15, 0.8);
  color: #FFFFFF;
}
.c010400 .vehicle dd {
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: -1px;
}
.c010400 .metro {
  align-items: center;
  padding: 2.4rem;
  flex-wrap: wrap;
}
.c010400 .metro dl {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 0.8rem;
}
.c010400 .metro dt {
  width: 6rem;
  height: 3.2rem;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  border-radius: 1.2rem;
  background: #1A40B1;
  font-size: 1.4rem;
  font-weight: 600;
  color: #FFFFFF;
}
.c010400 .metro dt.line2 {
  background-color: rgba(72, 161, 16, 0.6);
  color: #000000;
}
.c010400 .metro dt.line3 {
  background-color: #F29A15;
  color: #000000;
}
.c010400 .metro dt.line5 {
  background-color: rgba(130, 30, 218, 0.8);
}
.c010400 .metro dd {
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: -1px;
}

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

Responsive

-------------------------------------------------*/
/* Media Query */
@media (max-width: 1280px) {
  .c010201 {
    gap: 5.6rem 3rem;
  }
  .c010201 .tit {
    font-size: 2.2rem;
  }
  .c010201 .tit strong {
    font-size: 2.8rem;
  }
  .c010201 .chief {
    gap: 1rem;
    padding: 0 1.6rem;
  }
  .c010201 .chief img {
    width: 50%;
  }
}
@media (max-width: 1024px) {
  .c010101 .body_md.mt48 {
    margin-top: 2.4rem !important;
  }
  .c010101 .cont_box.mt40 {
    margin-top: 3.2rem !important;
  }
  .c010201 {
    grid-template-columns: 1fr;
  }
  .c010201 .img {
    display: none;
  }
  .c010201 .chief {
    justify-content: center;
  }
  .c010201 .chief img {
    width: inherit;
  }
  .c010202 {
    grid-template-columns: 1fr;
    gap: 2.4rem;
  }
  .c010202 .profile dl {
    font-size: 1.8rem;
    grid-template-columns: 8rem 1fr;
  }
  .c010202 .profile dl + dl {
    margin-top: 1rem;
  }
  .c010202 .profile dd {
    font-size: 1.6rem;
  }
  .c010202 .profile dd::before {
    content: "";
    position: absolute;
    left: 0;
    top: 1.1rem;
    width: 2px;
    height: 2px;
    background: #11325E;
  }
  .c010400 .box_group {
    grid-template-columns: 1fr;
  }
  .c010400 .vehicle .cont_box.row {
    flex-direction: column;
    align-items: flex-start;
  }
  .c010400 .vehicle .cont_box.row div {
    padding-left: 0;
    border-left: none;
  }
  .c010400 .vehicle .cont_box.row p {
    width: auto;
  }
  .c010400 .vehicle dt {
    flex: none;
  }
}
@media (max-width: 800px) {
  .c010104 .center_line {
    flex-direction: column;
  }
  .c010104 .center_line::before {
    display: none;
  }
  .c010400 .map_box .tit {
    left: 0;
    bottom: 6rem;
    width: 100%;
    text-align: center;
  }
  .c010400 .map_box .wrap_btn_roadview {
    justify-content: center;
    padding-top: 3rem;
    gap: 0.5rem;
  }
  .c010400 .box_group .cont_box {
    flex-direction: column;
  }
  .c010400 .metro {
    align-items: flex-start;
  }
  .c0101031 .cont_box.row_center {
    text-align: center;
    gap: 1.6rem;
  }
  .c0101031 .cont_box.row_center strong {
    display: block;
  }
}
@media (max-width: 640px) {
  .c010201 .tit {
    font-size: 2rem;
  }
  .c010201 .tit strong {
    font-size: 2.4rem;
  }
  .c010201 .chief {
    justify-content: center;
    padding-top: 1.6rem;
    background-size: contain;
  }
  .c010201 .chief img {
    width: 45%;
  }
  .c010201 .greeting {
    font-size: 1.6rem;
  }
}
@media (max-width: 480px) {
  .c010400 .map_box {
    padding-bottom: 16rem;
  }
  .c010400 .map_box .wrap_map {
    height: 300px !important;
  }
  .c010400 .map_box .tit {
    bottom: 12rem;
  }
  .c010400 .map_box .wrap_controllers {
    bottom: -16rem;
  }
  .c010400 .map_box .wrap_btn_roadview {
    flex-direction: column;
  }
  .c010400 .map_box .wrap_btn_roadview .txt {
    height: 3rem !important;
    width: 100%;
  }
}