body {
  max-width: 100vw;
}

body #wrap {
  min-width: 0;
  overflow: scroll;
}

body .myCopy2 {
  font-size: 12px;
  font-weight: normal;
  color: #000 !important;
}

body .myCopy2 img {
  width: 20px;
  height: 20px;
}

body .root_daum_roughmap {
  margin: 20px auto;
}

body #myInput2 {
  display: block;
  width: 100%;
  border: 0 solid #000;
  outline: 0;
  color: #C11823;
  font-size: 30px;
  text-align: center;
  font-weight: 800;
}

body .toob_qna {
  margin-top: 40px;
  padding: 16px;
  border: 1px solid #2d2d2d;
  text-align: left;
  font-size: 16px;
  font-weight: 800;
}

body .toob_qna .tp-link {
  padding: 10px 0;
}

body .toob_qna #myInput2 {
  margin-top: 10px;
  font-size: 30px;
  text-align: left;
}

body .toob_qna h2 {
  color: #172A86;
  font-size: 24px;
}

body .toob_qna p.text-green {
  color: #096832;
}

body .toob_qna dl dd {
  margin-left: 16px;
  padding-bottom: 10px;
}

body .toob_qna dl:first-of-type dt {
  color: #FA6930;
}

body .toob_qna dl:first-of-type dd {
  position: relative;
}

body .toob_qna dl:first-of-type dd::before {
  content: '-';
  display: block;
  position: absolute;
  left: -10px;
  top: 0;
  width: 10px;
  height: 100%;
}

body .toob_qna dl:last-of-type dt {
  margin-top: 10px;
  color: #44BAE7;
}

body .toob_qna dl:last-of-type dd {
  margin-left: 0;
  color: #C51824;
}

body .toob_qna dl:last-of-type dd > span {
  display: block;
  margin-top: 10px;
  font-size: 30px;
}

body .toob_qna dl:last-of-type dd > div {
  color: #23A83A;
}

body .toob_qna dl:last-of-type dd > div > span {
  color: #2872C4;
}

body .toob_qna dl:last-of-type dd > div > b {
  color: #FA6930;
}

body #ft_company.toob_footer .dl-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1024px;
  margin: auto;
}

body #ft_company.toob_footer dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 10px;
}

body #ft_company.toob_footer dl * {
  color: #000;
  font-size: 12px;
  font-weight: 700;
}

body #ft_company.toob_footer dl .toob_disable {
  width: 0;
  height: 0;
  position: absolute;
  left: -9999px;
  top: -9999px;
  overflow: hidden;
}

body #ft_company.toob_footer dl dd {
  margin-left: 0;
}

body .map_text {
  margin-top: 30px;
}

body .map_text p, body .map_text input {
  display: block;
  margin-bottom: 5px;
  font-size: 30px;
  font-weight: 900;
  word-break: break-all;
}

body .map_text p:nth-of-type(2), body .map_text input:nth-of-type(2) {
  color: #C11823;
}

body .map_text p:nth-of-type(3), body .map_text input:nth-of-type(3) {
  color: #182B88;
}

body .map_text > div {
  display: block;
}

body .map_text img {
  width: 20px;
  height: 20px;
}

body .map_text input {
  width: 100%;
  border: 0;
  outline: 0;
  text-align: center;
}

body #ft_company a {
  width: 100%;
}

body #bo_gall #gall_ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

body #bo_gall .gall_li {
  width: 210px;
  height: 105px;
  margin: 24px;
}

body .root_daum_roughmap {
  height: 500px;
}

body .root_daum_roughmap .wrap_map {
  height: 468px;
}

body .toob_qna dl:last-of-type dd > span img {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-left: 10px;
}

body .tp-link {
  font-size: 12px;
  font-weight: 900;
}

body .tp-link img {
  width: 20px;
}

@media screen and (max-width: 1369px) {
  body .content {
    width: 94%;
    margin: auto;
  }
  body #hd_wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  body #hd_wrapper #logo {
    padding-left: 0;
  }
  body #hd_wrapper #logo img {
    width: 150px;
  }
  body #hd_wrapper .top_right {
    position: absolute;
    right: 20px;
    bottom: 10px;
    margin: 0;
  }
  body #hd_wrapper .top_right img {
    width: 80px;
  }
  body #mainLink {
    margin: 30px 0;
  }
  body #mainLink ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 6px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  body #mainLink ul li {
    width: calc( 25% - 12px);
    margin: 0;
  }
  #aside {
    float: none;
    width: 100%;
    padding: 0;
  }
  #aside .left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    width: 100%;
    gap: 10px;
  }
  #aside .left a {
    display: block;
    width: 20%;
  }
  #aside .left > div {
    display: none;
  }
  #aside .left img {
    width: 100%;
    max-width: 150px;
  }
  #container {
    width: 100%;
  }
  body #bo_gall .gall_li {
    width: 45%;
    height: auto;
    margin: 5px 2%;
  }
  body #bo_gall .gall_href img {
    width: 100%;
  }
  .pg a, .pg, .pg_current {
    font-size: 16px;
  }
  body .toob_qna {
    font-size: 14px;
  }
  body .toob_qna h2 {
    font-size: 20px;
  }
  body .toob_qna dl:last-of-type dd > span {
    font-size: 22px;
  }
  #ft_company.toob_footer .dl-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10px;
  }
  #ft_company.toob_footer .dl-wrap dl:first-of-type dd {
    font-size: 10px;
  }
  body .map_text {
    margin-top: 20px;
  }
  body .map_text p, body .map_text input, body #myInput2 {
    font-size: 20px;
  }
  body .root_daum_roughmap {
    height: 360px;
  }
  body .root_daum_roughmap .wrap_map {
    height: 328px;
  }
  body .toob_qna #myInput2 {
    font-size: 22px;
  }
}

@media screen and (max-width: 767px) {
  body #myInput {
    font-size: 4vw;
  }
}
/*# sourceMappingURL=toob_responsive.css.map */