@charset "UTF-8";
/*-------------------------------------------------

Title       : KOR(국문) Sub01
Author      : EASESOFT
Create Date : 2024-07

-------------------------------------------------*/
.c010100 {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  padding: 0 8rem;
  word-break: keep-all;
  word-wrap: break-word;
}
.c010100 .top {
  flex: none;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 9rem;
}
.c010100 .top strong {
  font-size: 3.6rem;
  font-weight: 700;
}
.c010100 .top img {
  margin-left: auto;
}
.c010100 .center {
  flex: none;
  margin-right: 6rem;
}
.c010100 .greeting {
  flex: 1;
}
.c010100 .greeting p {
  font-size: 1.8rem;
}
.c010100 .greeting p + p {
  margin-top: 3.2rem;
}

.c010200 .value dl {
  position: relative;
  padding: 36rem 3rem 15rem;
}
.c010200 .value dl::before {
  content: "";
  position: absolute;
  left: calc(50% - 33rem);
  top: 15rem;
  z-index: -1;
  width: 66rem;
  height: 33rem;
  border: 2px dashed #eee;
  border-bottom: none;
  border-radius: 500px 500px 0 0;
}
.c010200 .value dl dt {
  font-size: 4.5rem;
  font-weight: 900;
  width: 23rem;
  margin: 0 auto;
  text-align: center;
}
.c010200 .value dl dt em {
  display: block;
  background: url("/kor/img/sub01/010200_cosmo.png") no-repeat center center;
  height: 5rem;
  text-indent: -9999px;
  margin-bottom: 1rem;
}
.c010200 .value dl dd {
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  width: 23rem;
  height: 23rem;
  padding: 0 3rem;
  border-radius: 100%;
  border: 10px solid #199CC5;
  box-sizing: border-box;
  word-break: keep-all;
  word-wrap: break-word;
}
.c010200 .value dl dd span {
  font-size: 2rem;
  text-align: center;
  line-height: 1.4;
}
.c010200 .value dl dd strong {
  font-size: 3rem;
  font-weight: 900;
  color: #333;
  margin-top: 1rem;
}
.c010200 .value dl dd:nth-of-type(1) {
  top: 6rem;
  left: calc(50% - 11.5rem);
}
.c010200 .value dl dd:nth-of-type(2) {
  bottom: 6rem;
  left: calc(25% - 11.5rem);
  border-color: #40C144;
}
.c010200 .value dl dd:nth-of-type(3) {
  bottom: 6rem;
  right: calc(25% - 11.5rem);
  border-color: #10AFAF;
}
.c010200 .mission {
  padding: 6rem 4rem 6rem 32rem;
  background: url("/kor/img/sub01/010200_mission.png") no-repeat left bottom, linear-gradient(to right, #0061B7, #0E97BB);
  border-radius: 1.6rem;
  color: #fff;
}
.c010200 .mission dl {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}
.c010200 .mission dl + dl {
  margin-top: 6.5rem;
}
.c010200 .mission dl dt {
  font-size: 3.6rem;
  font-family: "titillium";
  font-weight: 600;
  width: 25rem;
  margin-right: 5rem;
  display: flex;
}
.c010200 .mission dl dt::after {
  content: "";
  display: block;
  margin-left: auto;
  width: 1px;
  height: 5rem;
  background: rgba(255, 255, 255, 0.3);
}
.c010200 .mission dl dd {
  font-size: 1.8rem;
  word-break: keep-all;
  word-wrap: break-word;
}
.c010200 .cont_box:has(.goal) {
  padding: 6rem 13rem;
}
.c010200 .goal {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 4rem;
}
.c010200 .goal li {
  flex: 1;
  padding: 3rem 2rem;
  border: 10px solid #419A26;
  border-radius: 100px;
  box-sizing: border-box;
  text-align: center;
}
.c010200 .goal li span {
  display: block;
  color: #419A26;
  font-size: 1.4rem;
  font-weight: 700;
}
.c010200 .goal li strong {
  display: block;
  word-break: keep-all;
  word-wrap: break-word;
  font-size: 2rem;
  margin-top: 2rem;
  font-weight: 900;
}
.c010200 .goal li:nth-child(2) {
  border-color: #1C9ED0;
}
.c010200 .goal li:nth-child(2) span {
  color: #1C9ED0;
}
.c010200 .task {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  gap: 4rem;
  margin-top: 6rem;
  word-break: keep-all;
  word-wrap: break-word;
}
.c010200 .task > li {
  flex: 1;
  border: 1px solid #1C9ED0;
  border-radius: 1.6rem;
  overflow: hidden;
}
.c010200 .task div {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  height: 16rem;
  background: #1C9ED0;
  color: #fff;
  padding: 4rem 5rem 2rem 3rem;
  box-sizing: border-box;
  font-size: 2.4rem;
  font-weight: 700;
}
.c010200 .task div span {
  flex: none;
  width: 5rem;
}
.c010200 .task .cont_list {
  padding: 3rem 2rem;
  font-size: 1.6rem;
}
.c010200 .business .cont_box {
  padding: 6rem 2rem;
}

.c010400 {
  border-top: 1px solid #CED6DC;
}
.c010400 .article {
  border-bottom: 1px solid #CED6DC;
  word-break: keep-all;
  word-wrap: break-word;
}
.c010400 .article button {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding: 1.6rem 2.4rem;
  width: 100%;
  transition: 0.3s;
}
.c010400 .article button::after {
  content: "\ea4e";
  font-family: "remixicon";
  margin-left: auto;
  font-size: 3rem;
  opacity: 0.5;
}
.c010400 .article button span {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 8rem;
  height: 5rem;
  background: #199CC5;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 700;
  margin-right: 2rem;
}
.c010400 .article button strong {
  font-size: 2rem;
  font-weight: 700;
}
.c010400 .article .txt {
  display: none;
  overflow: hidden;
  background: #F3F7F9;
  padding: 3rem;
  border-top: 1px solid #CED6DC;
  font-size: 1.6rem;
}
.c010400 .article .txt strong {
  display: block;
  font-weight: 700;
  margin-bottom: 1.5rem;
}
.c010400 .article .txt p:last-of-type {
  margin-bottom: 0;
}
.c010400 .article .txt p + ol.num_list {
  margin-top: 1rem;
}
.c010400 .article .txt p + strong {
  margin-top: 2rem;
}
.c010400 .article .txt ol.num_list {
  font-size: inherit;
}
.c010400 .article .txt ol.num_list.round > li::before {
  top: 0.4rem;
}
.c010400 .article .txt ol.num_list + strong {
  margin-top: 2rem;
}
.c010400 .article .txt ul.cont_list {
  font-size: inherit;
  margin-top: 0.5rem;
}
.c010400 .article .txt ul.cont_list li + li {
  margin-top: 0.5rem;
}
.c010400 .article.show button {
  background: #F3F7F9;
}
.c010400 .article.show button::after {
  content: "\ea78";
}

.c010500 .cont_box:has(.organi_list) {
  padding: 5rem;
}
.c010500 .organi_list .round {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 1;
  width: 13rem;
  height: 13rem;
  border-radius: 100%;
  color: #fff;
  font-size: 2rem;
  font-weight: 600;
  background: #61A015;
  transition: 0.3s;
}
.c010500 .organi_list .box {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 23rem;
  height: 5.2rem;
  border: 1px solid #ADADAD;
  font-size: 1.8rem;
  font-weight: 600;
  background: #fff;
  transition: 0.3s;
}
.c010500 .organi_list .dep_1 {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  position: relative;
}
.c010500 .organi_list .dep_1 > .round::before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -10rem;
  height: 10rem;
  border-right: 1px solid #CED6DC;
}
.c010500 .organi_list .dep_1 .etc_dep1 {
  position: absolute;
  left: calc(50% - 40rem);
  top: 3.9rem;
}
.c010500 .organi_list .dep_1 .etc_dep1::before {
  content: "";
  position: absolute;
  right: -15rem;
  top: 50%;
  width: 15rem;
  border-bottom: 1px solid #CED6DC;
}
.c010500 .organi_list .dep_1 .etc_dep2 {
  margin: -3rem 0 -3rem 70rem;
  position: relative;
}
.c010500 .organi_list .dep_1 .etc_dep2::before {
  content: "";
  position: absolute;
  left: -2.5rem;
  top: 2.7rem;
  height: 6rem;
  border-right: 1px solid #CED6DC;
}
.c010500 .organi_list .dep_1 .etc_dep2 li {
  position: relative;
}
.c010500 .organi_list .dep_1 .etc_dep2 li + li {
  margin-top: 0.8rem;
}
.c010500 .organi_list .dep_1 .etc_dep2 li::before {
  content: "";
  position: absolute;
  left: -2.5rem;
  top: 50%;
  width: 2.5rem;
  border-bottom: 1px solid #CED6DC;
}
.c010500 .organi_list .dep_2 {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  gap: 5rem;
}
.c010500 .organi_list .dep_2 .round {
  background: #1C97D5;
}
.c010500 .organi_list .dep_2 .round::before {
  content: "";
  position: absolute;
  left: 6.5rem;
  top: -2.5rem;
  width: 21rem;
  border-bottom: 1px solid #CED6DC;
}
.c010500 .organi_list .dep_3 {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  gap: 15rem;
  position: relative;
  z-index: 1;
}
.c010500 .organi_list .dep_3::before {
  content: "";
  position: absolute;
  left: 11.5rem;
  top: -2.5rem;
  width: calc(100% - 23rem);
  border-bottom: 1px solid #CED6DC;
}
.c010500 .organi_list .dep_3 li {
  position: relative;
}
.c010500 .organi_list .dep_3 li::before {
  content: "";
  position: absolute;
  left: 50%;
  top: -2.5rem;
  height: 2.5rem;
  border-right: 1px solid #CED6DC;
}
.c010500 .organi_list .dep_3 li:nth-child(2)::before {
  height: 5rem;
  top: -5rem;
}
.c010500 .organi_list .dep_3 .box {
  border: none;
  background: #EFF4F7;
  font-size: 1.6rem;
}
.c010500 .organi_list .dep_3 .box + .box {
  margin-top: 0.8rem;
}
.c010500 .organi_list .dep_3 .box:first-child {
  background: #243763;
  color: #fff;
  font-size: 1.8rem;
}
@media screen and (min-width: 1025px) {
  .c010500 .organi_list button.box:hover {
    background: #EFF4F7;
  }
  .c010500 .organi_list button.round:hover {
    filter: contrast(150%);
  }
  .c010500 .organi_list .dep_3 button.box:hover {
    background: #1C97D5;
    color: #fff;
  }
}
.c010500 .tit_box {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem;
}
.c010500 .tit_box p a {
  margin-right: 1.5rem;
}
.c010500 .tit_box p strong {
  margin-right: 0.5rem;
}
.c010500 .table_box {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  gap: 8rem;
}
.c010500 .table_box .title_h2 {
  width: 30rem;
  flex: none;
  font-size: 3.2rem;
  padding-top: 2.4rem;
  border-top: 1px solid #707070;
  word-break: keep-all;
  word-wrap: break-word;
  line-height: 1.4;
  letter-spacing: -1px;
}
.c010500 .table_box .title_h3 {
  font-size: 2.4rem;
}
.c010500 .table_box .cont_table {
  flex: 1;
}
.c010500 .table_box .cont_table table {
  border-top: 1px solid #707070;
}
.c010500 .table_box .cont_table table thead th {
  border-bottom: 1px solid #707070;
  font-weight: 600;
  border-right: none;
}
.c010500 .table_box .cont_table table th {
  background: none;
}
.c010500 .table_box .cont_table table td {
  border-right: none;
  border-color: #ddd;
}
.c010500 .table_box .cont_table table ul.cont_list {
  font-size: 1.6rem;
}
.c010500 .cont_box.row {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 4rem;
}
.c010500 .cont_box.row .h4 {
  flex: none;
  width: 20rem;
}
.c010500 .cont_box.row .cont_list {
  font-size: 1.6rem;
}

.c010601 .top_box {
  overflow: hidden;
  border: 1px solid #CBD2DB;
  border-radius: 1.6rem;
  position: relative;
}
.c010601 .top_box .map_skip:focus {
  width: 100%;
}
.c010601 #map {
  width: 100%;
  height: 50rem;
}
.c010601 .info_window {
  display: block;
  position: relative;
  margin-bottom: 2rem;
  border: 1px solid #BDBDBD;
  border-radius: 0.8rem;
  background: #fff;
  padding: 2rem 1.8rem;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.c010601 .info_window::after {
  content: "";
  position: absolute;
  left: calc(50% - 0.8rem);
  bottom: -0.9rem;
  background: #fff;
  width: 1.6rem;
  height: 1.6rem;
  transform: rotate(-45deg);
  border-left: 1px solid #bdbdbd;
  border-bottom: 1px solid #bdbdbd;
}
.c010601 .info_window strong {
  font-size: 1.5rem;
  font-weight: 600;
}
.c010601 .info_window p {
  font-size: 1.4rem;
  color: #767676;
  margin-top: 0.5rem;
}
.c010601 .info_window p a {
  display: block;
}
.c010601 .btn_box {
  position: absolute;
  right: 2rem;
  top: 43rem;
}
.c010601 .address {
  padding: 4rem;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 2rem 6rem;
  flex-wrap: wrap;
}
.c010601 .address dl {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 2.4rem;
}
.c010601 .address dt {
  flex: none;
}
.c010601 .address dt strong {
  margin-left: 1rem;
  font-size: 2rem;
  font-weight: 700;
}
.c010601 .address dd {
  font-size: 1.8rem;
}
.c010601 .vehicle {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  padding: 4rem;
}
.c010601 .vehicle .tit {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 1.5rem;
  width: 17rem;
  flex: none;
}
.c010601 .vehicle .tit strong {
  font-size: 2.2rem;
  font-weight: 700;
}
.c010601 .vehicle .box {
  border-left: 1px solid #ddd;
  padding-left: 4rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.c010601 .vehicle .box p {
  font-weight: 600;
  font-size: 1.8rem;
}
.c010601 .vehicle .box p + .cont_list {
  margin-top: 0.5rem;
}
.c010601 .vehicle .box .cont_list {
  font-size: 1.5rem;
}
.c010601 .vehicle .box .cont_list li::before {
  top: 1rem;
}
.c010601 .vehicle .box .cont_list + p {
  margin-top: 1rem;
}
.c010601 .vehicle .box div {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}
.c010601 .vehicle .box div + div {
  margin-top: 1rem;
}
.c010601 .vehicle .box div p {
  width: 7rem;
}
.c010601 .vehicle .box div p + .cont_list {
  margin-top: 0;
}

#sub_wrap:has(.c010601) .contents_nav .list.depth3 {
  border-bottom: none;
}

.c010801 .title_h2 .img {
  max-height: 5rem;
  vertical-align: bottom;
}
.c010801 .row_box {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 4rem;
}
.c010801 .row_box.top_box {
  align-items: center;
}
.c010801 .row_box .img_box {
  padding: 4rem 8rem;
  text-align: center;
}
.c010801 .row_box .cha_box {
  flex: none;
  width: 43%;
  min-height: 39rem;
  padding: 6rem;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 4rem;
  position: relative;
}
.c010801 .row_box .cha_box::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 20%;
  height: 60%;
  border-right: 1px dotted #ddd;
}
.c010801 .row_box .cha_box img {
  max-width: 40%;
}
.c010801 .row_box .cha_box .clover {
  width: 16rem;
}
.c010801 .row_box.border_bottom {
  border-bottom: 1px dotted #e9e9e9;
  padding-bottom: 6rem;
}
.c010801 .cha_img {
  width: 100%;
  max-width: 40rem;
}
.c010801 .img_tit img {
  max-height: 6rem;
}
.c010801 .color {
  display: grid;
  grid-template-columns: 30rem 30rem;
  gap: 2rem;
  flex-wrap: wrap;
}
.c010801 .color div {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 1rem;
}
.c010801 .color div .box {
  width: 3.2rem;
  height: 3.2rem;
  flex: none;
}
.c010801 .color div p {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  font-size: 1.2rem;
}

.c010802 .color_box {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 4rem;
  flex-wrap: wrap;
}
.c010802 .color_box div {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  gap: 2rem;
}
.c010802 .color_box img {
  width: 100%;
  max-width: 25rem;
}
.c010802 .color_box strong {
  font-size: 1.8rem;
  font-weight: 700;
}
.c010802 .group_box {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 4rem;
  flex-wrap: wrap;
}
.c010802 .group_box img {
  max-height: 14rem;
}

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

Responsive

-------------------------------------------------*/
/* Media Query */
@media (max-width: 1440px) {
  .c010200 .value dl dd:nth-of-type(2) {
    left: calc(18% - 11.5rem);
  }
  .c010200 .value dl dd:nth-of-type(3) {
    right: calc(18% - 11.5rem);
  }
  .c010200 .mission {
    padding-left: 12rem;
  }
  .c010200 .cont_box:has(.goal) {
    padding: 6rem;
  }
  .c010200 .task {
    gap: 2rem;
  }
  .c010200 .task div {
    padding: 3rem 2rem 2rem 2rem;
  }
}
@media (max-width: 1280px) {
  .c010100 {
    padding: 0;
  }
  .c010100 .top img {
    width: 40rem;
  }
  .c010500 .organi_list .dep_3 {
    gap: 10rem;
  }
  .c010500 .table_box {
    gap: 4rem;
  }
  .c010500 .cont_box.row {
    padding: 3rem;
  }
  .c010500 .cont_box.row .h4 {
    flex: none;
    width: 12rem;
  }
  .c010601 .vehicle {
    padding: 3rem 2rem 3rem 0;
  }
  .c010601 .vehicle .tit {
    flex-direction: column;
    justify-content: center;
  }
  .c010601 .vehicle .tit strong {
    font-size: 2.2rem;
    font-weight: 700;
  }
  .c010801 .color {
    grid-template-columns: 1fr 1fr;
  }
  .c010801 .row_box {
    gap: 3rem;
  }
  .c010801 .row_box .cha_box {
    padding: 5rem 3rem;
    gap: 3rem;
  }
}
@media (max-width: 1024px) {
  .c010100 {
    display: block;
  }
  .c010100 .top {
    display: block;
    margin-bottom: -2rem;
    text-align: center;
    position: relative;
  }
  .c010100 .top strong {
    display: block;
    font-size: 3.2rem;
    margin-bottom: 4rem;
  }
  .c010100 .center {
    display: block;
    margin: 0 auto 2rem;
    max-width: 100%;
  }
  .c010200 .value dl {
    padding: 3rem 0;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    gap: 1rem;
    flex-wrap: wrap;
  }
  .c010200 .value dl::before {
    display: none;
  }
  .c010200 .value dl dt {
    font-size: 3rem;
    width: 100%;
    margin-bottom: 2rem;
  }
  .c010200 .value dl dt em {
    height: 3rem;
    background-size: contain;
  }
  .c010200 .value dl dd {
    position: static;
    max-width: 100%;
    height: inherit;
    padding: 2rem 1rem;
    border-width: 5px;
    border-radius: 1.6rem;
    flex: 1;
  }
  .c010200 .value dl dd span {
    font-size: 1.6rem;
    width: 15rem;
  }
  .c010200 .value dl dd strong {
    font-size: 2.4rem;
  }
  .c010200 .mission {
    padding: 3rem;
  }
  .c010200 .mission dl {
    flex-direction: column;
    text-align: center;
  }
  .c010200 .mission dl + dl {
    margin-top: 4rem;
  }
  .c010200 .mission dl dt {
    width: inherit;
    margin-right: 0;
    font-size: 2.8rem;
  }
  .c010200 .mission dl dt::after {
    display: none;
  }
  .c010200 .mission dl dd {
    font-size: 1.6rem;
  }
  .c010200 .cont_box:has(.goal) {
    padding: 3rem;
  }
  .c010200 .goal {
    flex-wrap: wrap;
    gap: 2rem;
  }
  .c010200 .goal li {
    flex: 1 1 32rem;
    max-width: 100%;
  }
  .c010200 .goal li strong {
    margin-top: 1.5rem;
  }
  .c010200 .task {
    flex-direction: column;
  }
  .c010200 .task div {
    height: inherit;
    padding: 2rem;
    font-size: 2rem;
  }
  .c010200 .task .cont_list {
    padding: 3rem 2rem;
    font-size: 1.6rem;
  }
  .c010200 .business {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
  }
  .c010200 .business .cont_box {
    padding: 6rem 2rem;
    margin: 0;
  }
  .c010400 .article button {
    padding: 1rem;
  }
  .c010400 .article button span {
    width: 6.8rem;
    height: 4.2rem;
    font-size: 1.6rem;
    margin-right: 1.5rem;
  }
  .c010400 .article button strong {
    font-size: 1.8rem;
  }
  .c010400 .article .txt {
    padding: 2rem;
    font-size: 1.5rem;
  }
  .c010400 .article .txt .inner {
    max-height: 40rem;
    overflow-y: auto;
    overflow-x: hidden;
  }
  .c010500 .cont_box:has(.organi_list) {
    padding: 3rem;
  }
  .c010500 .organi_list .round {
    width: 11rem;
    height: 11rem;
    font-size: 1.8rem;
  }
  .c010500 .organi_list .box {
    width: 18rem;
    height: 4.6rem;
    font-size: 1.6rem;
  }
  .c010500 .organi_list .dep_1 .etc_dep1 {
    left: calc(50% - 30rem);
    top: 3rem;
  }
  .c010500 .organi_list .dep_1 .etc_dep2 {
    margin-left: 45rem;
  }
  .c010500 .organi_list .dep_1 .etc_dep2::before {
    top: 2.3rem;
    height: 5.4rem;
  }
  .c010500 .organi_list .dep_2 .round::before {
    left: 5.5rem;
    top: -2.3rem;
    width: 11rem;
  }
  .c010500 .organi_list .dep_3 {
    gap: 4rem;
  }
  .c010500 .organi_list .dep_3::before {
    left: 9rem;
    width: calc(100% - 18rem);
  }
  .c010500 .organi_list .dep_3 .box {
    font-size: 1.4rem;
    word-break: break-all;
  }
  .c010500 .organi_list .dep_3 .box + .box {
    margin-top: 0.5rem;
  }
  .c010500 .organi_list .dep_3 .box:first-child {
    font-size: 1.6rem;
  }
  .c010500 .table_box {
    display: block;
  }
  .c010500 .table_box .title_h2 {
    width: inherit;
    border: none;
    padding: 0;
    margin-bottom: 3rem;
    font-size: 2.8rem;
  }
  .c010500 .table_box .title_h3 {
    font-size: 2rem;
  }
  .c010500 .cont_box.row {
    padding: 2rem;
    display: block;
  }
  .c010500 .cont_box.row .h4 {
    flex: none;
    width: 100%;
  }
  .c010601 .address {
    flex-direction: column;
    align-items: flex-start;
    padding: 2.4rem;
  }
  .c010601 .address dl {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    gap: 2.4rem;
  }
  .c010601 .address dt {
    flex: none;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    width: 13rem;
  }
  .c010601 .address dt img {
    width: 4rem;
  }
  .c010601 .address dd {
    font-size: 1.6rem;
  }
  .c010601 .vehicle {
    flex-direction: column;
    padding: 2.4rem;
  }
  .c010601 .vehicle .tit {
    width: inherit;
    flex-direction: row;
    justify-content: flex-start;
  }
  .c010601 .vehicle .tit img {
    width: 4rem;
  }
  .c010601 .vehicle .tit strong {
    font-size: 2rem;
    margin: 0;
  }
  .c010601 .vehicle .box {
    border-left: none;
    padding-left: 0;
    margin-top: 2rem;
  }
  .c010801 .row_box {
    flex-direction: column;
  }
  .c010801 .row_box .img_box {
    width: 100% !important;
  }
  .c010801 .row_box .img_box img {
    max-width: 40rem;
    width: 100%;
  }
  .c010801 .row_box .cha_box {
    width: 100% !important;
    justify-content: space-evenly;
  }
  .c010801 .row_box .cha_box img {
    width: 100%;
    max-width: 23rem;
  }
  .c010801 .row_box .cha_box .bear {
    max-width: 26rem;
  }
  .c010801 .color {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
  }
  .c010801 .color div {
    flex: 1 0 25rem;
  }
}
@media (max-width: 768px) {
  .c010100 .top strong {
    font-size: 2.8rem;
  }
  .c010100 .greeting p {
    font-size: 1.6rem;
  }
  .c010200 .business .cont_box {
    padding: 4rem 1.5rem;
  }
  .c010200 .business .h5 {
    font-size: 1.6rem;
    margin-top: 3rem !important;
  }
  .c010500 .cont_box:has(.organi_list) {
    padding: 3rem 1.5rem;
  }
  .c010500 .organi_list {
    word-break: keep-all;
    word-wrap: break-word;
  }
  .c010500 .organi_list .round {
    width: 10rem;
    height: 10rem;
  }
  .c010500 .organi_list .box {
    width: 10rem;
    font-size: 1.4rem;
  }
  .c010500 .organi_list .dep_1 .etc_dep1 {
    left: calc(50% - 12em);
    width: 6rem;
  }
  .c010500 .organi_list .dep_1 .etc_dep2 {
    margin-left: 25rem;
  }
  .c010500 .organi_list .dep_1 .etc_dep2::before {
    top: 2.3rem;
    height: 5.4rem;
  }
  .c010500 .organi_list .dep_1 .etc_dep2 + ul {
    width: 100%;
  }
  .c010500 .organi_list .dep_2 .round::before {
    left: 5rem;
    top: -2.3rem;
    width: 5rem;
  }
  .c010500 .organi_list .dep_3 {
    gap: 2rem;
    width: 100%;
  }
  .c010500 .organi_list .dep_3::before {
    left: calc(16.66% - 6.6px);
    width: calc(66.66% + 13px);
  }
  .c010500 .organi_list .dep_3 li {
    flex: 1;
  }
  .c010500 .organi_list .dep_3 .box {
    width: 100%;
    padding: 0 0.5rem;
    font-size: 1.3rem;
  }
  .c010500 .organi_list .dep_3 .box + .box {
    margin-top: 0.5rem;
  }
  .c010500 .organi_list .dep_3 .box:first-child {
    font-size: 1.4rem;
  }
  .c010500 .cont_table table {
    display: block;
  }
  .c010500 .cont_table table thead {
    display: none;
  }
  .c010500 .cont_table table tbody {
    display: block;
    position: relative;
  }
  .c010500 .cont_table table tr {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 0.5rem 0;
    border-bottom: 1px solid #E0E5E9;
    padding: 1.5rem 2.5rem;
    font-size: 1.4rem;
  }
  .c010500 .cont_table table tr td {
    border: none;
    display: flex;
    padding: 0;
    text-align: left;
  }
  .c010500 .cont_table table tr td.tit {
    flex: none;
    width: 100%;
    font-size: 1.8rem;
    font-weight: 600;
    color: #39A5CE;
    border-bottom: 1px dotted #ddd;
    padding-bottom: 1rem;
    margin-bottom: 1rem;
  }
  .c010500 .cont_table table tr td.tel {
    flex: none;
    width: 100%;
  }
  .c010500 .cont_table table tr td.tel::before {
    content: "내선번호";
    flex: none;
    width: 8rem;
    font-weight: 600;
  }
  .c010500 .cont_table table tr td.tel.jeju::before {
    content: "전화번호";
  }
  .c010500 .cont_table table tr td.work {
    flex: none;
    width: 100%;
  }
  .c010500 .cont_table table tr td.work::before {
    content: "주요업무";
    flex: none;
    width: 8rem;
    font-weight: 600;
  }
  .c010500 .table_box .cont_table table ul.cont_list {
    font-size: 1.4rem;
  }
  .c010500 .mo_view {
    padding: 2rem 2.5rem;
    border-bottom: 1px solid #E0E5E9;
    font-size: 1.4rem;
  }
  .c010500 .mo_view::before {
    display: block;
    content: "주요업무";
    font-size: 1.4rem;
    font-weight: 600;
    margin-bottom: 1rem;
  }
  .c010500 ul.cont_list {
    font-size: 1.4rem;
  }
  .c010601 .info_window {
    transform: translateY(30px);
    padding: 1.2rem;
  }
  .c010601 .info_window strong {
    font-size: 1.4rem;
    letter-spacing: -1px;
  }
  .c010601 .info_window p {
    display: none;
  }
  .c010601 .address {
    gap: 1rem;
  }
  .c010601 .address dl {
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
  }
  .c010601 .address dt {
    width: inherit;
  }
  .c010601 .address dt strong {
    font-size: 1.8rem;
  }
  .c010601 .address dt img {
    width: 4rem;
    transform: translateY(1rem);
  }
  .c010601 .address dd {
    font-size: 1.4rem;
    margin-left: 5rem;
  }
  .c010601 .vehicle .tit strong {
    font-size: 1.6rem;
    margin: 0;
  }
  .c010601 .vehicle .box p {
    font-size: 1.6rem;
  }
  .c010601 .vehicle .box div p {
    width: 6rem;
  }
  .c010801 .title_h2 {
    text-align: center;
  }
  .c010801 .title_h2 img {
    display: block;
    margin: 1rem auto 0;
  }
  .c010801 .row_box .img_box {
    padding: 3rem;
  }
  .c010801 .row_box .cha_box {
    min-height: auto;
    padding: 3rem;
  }
  .c010801 .row_box .cha_box img {
    max-width: 40%;
  }
  .c010801 .row_box .cha_box .bear {
    max-width: 40%;
  }
}
@media (max-width: 620px) {
  .c010601 #map {
    height: 35rem;
  }
  .c010601 .btn_box {
    top: 27.5rem;
    right: 1rem;
  }
}
@media (max-width: 480px) {
  .c010200 .cont_box:has(.goal) {
    padding: 0;
    border: none;
  }
  .c010200 .cont_box.value {
    padding: 0;
    border: none;
  }
  .c010200 .cont_box.value dl {
    padding: 0;
  }
  .c010200 .business {
    grid-template-columns: 1fr;
  }
  .c010200 .business .cont_box {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    gap: 2rem;
    padding: 3rem 1rem;
  }
  .c010200 .business .cont_box img {
    width: 8rem;
  }
  .c010200 .business .cont_box .h5 {
    margin-top: 0 !important;
    text-align: left;
    font-size: 1.5rem;
  }
  .c010500 .organi_list .round {
    width: 8rem;
    height: 8rem;
    font-size: 1.5rem;
  }
  .c010500 .organi_list .box {
    width: 8rem;
  }
  .c010500 .organi_list .dep_1 .etc_dep1 {
    left: calc(50% - 9em);
    width: 6rem;
    top: 2rem;
  }
  .c010500 .organi_list .dep_1 .etc_dep1::before {
    width: 5rem;
    right: -5rem;
  }
  .c010500 .organi_list .dep_1 .etc_dep2 {
    margin-left: 20rem;
  }
  .c010500 .organi_list .dep_1 .etc_dep2::before {
    left: -1.5rem;
  }
  .c010500 .organi_list .dep_1 .etc_dep2 + ul {
    width: 100%;
  }
  .c010500 .organi_list .dep_1 .etc_dep2 li::before {
    width: 1.5rem;
    left: -1.5rem;
  }
  .c010500 .organi_list .dep_2 .round::before {
    left: 4rem;
    top: -2.3rem;
    width: 4.5rem;
  }
  .c010500 .organi_list .dep_3 {
    gap: 0.5rem;
    width: 100%;
  }
  .c010500 .organi_list .dep_3::before {
    left: calc(16.66% - 2px);
    width: calc(66.66% + 4px);
  }
  .c010500 .cont_table table tr {
    padding: 1.5rem;
  }
  .c010500 .mo_view {
    padding: 1.5rem;
  }
}
@media (max-width: 360px) {
  .c010601 .vehicle {
    padding: 2rem 1.5rem;
  }
  .c010601 .vehicle .box p {
    font-size: 1.5rem;
  }
  .c010601 .vehicle .box .cont_list {
    font-size: 1.4rem;
  }
  .c010601 .vehicle .box div p {
    width: 5rem;
  }
}