@charset "utf-8";

/*
font-family: 'NanumGothic', sans-serif;
font-family: 'NanumSquareNeo', sans-serif;
*/

/* 공통 */
#sub .box {
  padding: 0 0 140px;
}
#sub .inner_bx {
  max-width: 1200px;
  width: calc(100% - 40px);
  margin: 0 auto;
  box-sizing: border-box;
}

#sub .box .youtube_bx {position: relative; width: 100%; height: 0; padding-bottom: 56.25%;}
#sub .box .youtube_bx iframe {position: absolute; top: 0; left: 0; width: 100%; height: 100%;}



/* 인사말 */
#greeting .box1 .top_bx {
  background: url(../images/sub/greeting_bx1_bg.jpg) no-repeat center;
  background-size: cover;
}
#greeting .box1 .top_bx .inner_bx {
  display: flex;
  flex-flow: wrap;
  max-width: 1138px;
}
#greeting .box1 .top_bx .inner_bx .l_bx {
  width: 58.348%;
  box-sizing: border-box;
  display: flex;
  justify-content: left;
  align-items: center;
  table-layout: fixed;
  padding: 50px 0;
}
#greeting .box1 .top_bx .inner_bx .l_bx .txt_w {
  width: 100%;
}
#greeting .box1 .top_bx .inner_bx .l_bx .txt_w img {
  max-width: 420px;
  width: 100%;
}
#greeting .box1 .top_bx .inner_bx .l_bx .txt_w p {
  font-size: 30px;
  color: #ffffff;
  line-height: 45px;
  font-weight: 700;
  word-break: keep-all;
  max-width: 520px;
  margin-top: 30px;
}
#greeting .box1 .top_bx .inner_bx .r_bx {
  width: 41.652%;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: end;
  table-layout: fixed;
}
#greeting .box1 .top_bx .inner_bx .r_bx img {
  max-width: 100%;
}
#greeting .box1 .btm_txt {
  margin-top: 62px;
}
#greeting .box1 .btm_txt .txt1 {
  font-size: 25px;
  color: #000000;
  font-weight: 700;
  word-break: keep-all;
  line-height: 45px;
}
#greeting .box1 .btm_txt .txt2 {
  font-size: 22px;
  color: #000000;
  font-weight: 400;
  line-height: 40px;
  word-break: keep-all;
  margin-top: 46px;
}
#greeting .box1 .btm_txt .txt3 {
  text-align: right;
  margin-top: 75px;
}
#greeting .box1 .btm_txt .txt3 p {
  font-size: 25px;
  color: #000000;
  font-weight: 700;
  line-height: 45px;
  word-break: keep-all;
}
#greeting .box1 .btm_txt .txt3 strong {
  display: block;
  font-size: 32px;
  color: #000000;
  font-weight: 800;
  line-height: 45px;
  word-break: keep-all;
  margin-top: 12px;
}
#greeting .box2 {background-color: #dae6e6; padding-top: 140px;}


/* 비전과 목표 */
#vision .box1 {
  position: relative;
  z-index: 1;
}
#vision .box1::before {
  content: '';
  width: 100%;
  height: 341px;
  background: url(../images/sub/vision_bx1_con1_bg.jpg) no-repeat center;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
#vision .box1 .con1 {
  padding: 52px 0 0;
}
#vision .box1 .con1 .top_txt {
  text-align: center;
}
#vision .box1 .con1 .top_txt strong {
  display: block;
  font-size: 35px;
  color: #ffffff;
  font-weight: 700;
  word-break: keep-all;
  line-height: 50px;
}
#vision .box1 .con1 .top_txt p {
  font-size: 24px;
  line-height: 40px;
  color: #ffffff;
  word-break: keep-all;
  margin-top: 8px;
}
#vision .box1 .con1 ul {
  display: flex;
  flex-flow: wrap;
  margin-top: 38px;
}
#vision .box1 .con1 ul li {
  width: calc(16.666% - 11.666px);
  margin-right: 14px;
  box-sizing: border-box;
  background-color: #173132;
  text-align: center;
  padding: 29px 5px 27px;
}
#vision .box1 .con1 ul li:nth-child(6n) {
  margin-right: 0;
}
#vision .box1 .con1 ul li img {
  max-width: 100%;
}
#vision .box1 .con1 ul li p {
  font-size: 16px;
  line-height: 24px;
  color: #ffffff;
  font-weight: 700;
  word-break: keep-all;
  margin-top: 20px;
}
#vision .box1 .con2 {
  margin-top: 64px;
}
#vision .box1 .con2 .txt1 {
  font-size: 28px;
  color: #173132;
  font-weight: 800;
  line-height: 40px;
  word-break: keep-all;
  text-align: center;
}
#vision .box1 .con2 ul {
  position: relative;
  z-index: 1;
  display: flex;
  flex-flow: wrap;
  background-color: #dae6e6;
  padding: 17px 50px;
  border-radius: 125px;
  margin-top: 12px;
}
#vision .box1 .con2 ul li {
  width: 25%;
  box-sizing: border-box;
  text-align: center;
  padding: 0 10px;
}
#vision .box1 .con2 ul li .round {
  max-width: 215px;
  width: 100%;
  margin: 0 auto;
}
#vision .box1 .con2 ul li .round .r_w {
  position: relative;
  padding-bottom: 100%;
  border-radius: 50%;
  background-color: #fff;
}
#vision .box1 .con2 ul li .round .r_w div {
  position: absolute;
  width: 100%;
  left: 0;
  top: 50%;
  transform: translate(0%, -50%);
  -webkit-transform: translate(0%, -50%);
}
#vision .box1 .con2 ul li .round .r_w div img {
  max-width: 122px;
  width: calc(100% - 70px);
}
#vision .box1 .con2 ul li .round .r_w div p {
  font-size: 22px;
  color: #173132;
  font-weight: 700;
  margin-top: 8px;
}
#vision .box1 .con2 .txt2 {
  text-align: center;
  margin-top: -50px;
}
#vision .box1 .con2 .txt2 span {
  display: inline-block;
  font-size: 25px;
  line-height: 50px;
  color: #00696d;
  font-weight: 700;
  word-break: keep-all;
  background-color: #dae6e6;
  border-radius: 0 0 50px 50px;
  padding: 0 100px;
  box-sizing: border-box;
  min-height: 100px;
  padding-top: 50px;
}
#vision .box1 .con3 {
  padding-top: 116px;
  position: relative;
}
#vision .box1 .con3::before {
  content: '';
  width: 102px;
  height: 103px;
  background: url(../images/sub/vision_bx1_con3_arrow.png) no-repeat center
    bottom;
  position: absolute;
  left: 50%;
  top: 0;
  margin-left: -51px;
}
#vision .box1 .con3 table {
  width: calc(100% + 22px);
  position: relative;
  left: -11px;
}
#vision .box1 .con3 table tr td {
  padding: 0 11px;
  position: relative;
}
#vision .box1 .con3 table tr td::before {
  content: '';
  width: 100%;
  height: 2px;
  background-color: #bcc8c7;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -1px;
}
#vision .box1 .con3 table tr td:first-child::before {
  left: 11px;
}
#vision .box1 .con3 table tr td:last-child::before {
  left: auto;
  right: 11px;
}
#vision .box1 .con3 table tr td div {
  position: relative;
  z-index: 1;
  background-color: #fff;
  border: 2px solid #bcc8c7;
  border-radius: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  table-layout: fixed;
  min-height: 60px;
  box-sizing: border-box;
}
#vision .box1 .con3 table tr td div span {
  font-size: 19px;
  color: #00696d;
  font-weight: 700;
  line-height: 30px;
  display: block;
  width: 100%;
  text-align: center;
  padding: 0 10px;
}
#vision .box1 .con3 .txt1 {
  text-align: center;
  margin-top: 15px;
}
#vision .box1 .con3 .txt1 span {
  display: inline-block;
  padding: 0 89px;
  position: relative;
  font-size: 28px;
  color: #00696d;
  font-weight: 700;
  word-break: keep-all;
  line-height: 40px;
  text-align: center;
}
#vision .box1 .con3 .txt1 span::before {
  content: '';
  width: 63px;
  height: 14px;
  background: url(../images/sub/vision_bx1_con3_dot.png) no-repeat center;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0%, -50%);
  -webkit-transform: translate(0%, -50%);
}
#vision .box1 .con3 .txt1 span::after {
  content: '';
  width: 63px;
  height: 14px;
  background: url(../images/sub/vision_bx1_con3_dot.png) no-repeat center;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0%, -50%);
  -webkit-transform: translate(0%, -50%);
}

#vision .box2 {
  position: relative;
  z-index: 1;
}
#vision .box2::before {
  content: '';
  width: 100%;
  height: 224px;
  background: url(../images/sub/vision_bx2_con1_bg.jpg) no-repeat center;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
#vision .box2 .con1 {
  padding: 43px 0 0;
}
#vision .box2 .con1 .top_txt {
  text-align: center;
  font-size: 28px;
  color: #173132;
  font-weight: 800;
  word-break: keep-all;
  line-height: 40px;
}
#vision .box2 .con1 table {
  width: 100%;
  table-layout: fixed;
  margin-top: 23px;
}
#vision .box2 .con1 table thead th:first-child {
  width: 17.585%;
}
#vision .box2 .con1 table thead th:last-child {
  padding-left: 7px;
  position: relative;
}
#vision .box2 .con1 table thead th:last-child::before {
  content: '';
  width: 243px;
  height: 64px;
  background: url(../images/sub/vision_bx2_con2_bg3.png) no-repeat center;
  position: absolute;
  left: 50%;
  top: -8px;
  transform: translate(-50%, 0%);
  -webkit-transform: translate(-50%, 0%);
}
#vision .box2 .con1 table thead .txt1 {
  display: table;
  width: 100%;
  table-layout: fixed;
}
#vision .box2 .con1 table thead .txt1 li {
  display: table-cell;
}
#vision .box2 .con1 table thead .txt1 li:nth-child(1) {
  width: 20.635%;
}
#vision .box2 .con1 table thead .txt1 li:nth-child(4) {
  width: 20.729%;
}
#vision .box2 .con1 table thead .txt1 li div {
  min-height: 52px;
  display: flex;
  justify-content: center;
  align-items: center;
  table-layout: fixed;
  background-color: #fff;
  border-radius: 30px;
  border: 2px solid #34888b;
}
#vision .box2 .con1 table thead .txt1 li div span {
  text-align: center;
  font-size: 20px;
  color: #00696d;
  line-height: 26px;
  font-weight: 700;
  padding: 0 10px;
  word-break: keep-all;
}
#vision .box2 .con1 table thead .txt2 {
  margin-top: 21px;
  display: table;
  table-layout: fixed;
  width: 100%;
}
#vision .box2 .con1 table thead .txt2 li {
  display: table-cell;
  box-sizing: border-box;
  padding-right: 26px;
  vertical-align: middle;
  position: relative;
}
#vision .box2 .con1 table thead .txt2 li:nth-child(1) {
  width: 18.675%;
}
#vision .box2 .con1 table thead .txt2 li:nth-child(2) {
  width: 25.024%;
}
#vision .box2 .con1 table thead .txt2 li:nth-child(3) {
  width: 25.024%;
}
#vision .box2 .con1 table thead .txt2 li::before {
  content: '';
  width: 17px;
  height: 100%;
  background: url(../images/sub/vision_bx2_con2_bg2.png) no-repeat center;
  position: absolute;
  top: 0;
  right: 9px;
}
#vision .box2 .con1 table thead .txt2 li::after {
  content: '';
  width: 17px;
  height: 100%;
  background: url(../images/sub/vision_bx2_con2_bg1.png) no-repeat center;
  position: absolute;
  top: 0;
  right: 0;
}
#vision .box2 .con1 table thead .txt2 li:last-child {
  padding-right: 17px;
}
#vision .box2 .con1 table thead .txt2 li:last-child::before {
  right: 0;
}
#vision .box2 .con1 table thead .txt2 li:last-child::after {
  display: none;
}
#vision .box2 .con1 table thead .txt2 li div {
  background-color: #00696d;
  min-height: 49px;
  display: flex;
  justify-content: center;
  align-items: center;
  table-layout: fixed;
}
#vision .box2 .con1 table thead .txt2 li div span {
  text-align: center;
  font-size: 18px;
  color: #ffffff;
  font-weight: 800;
  line-height: 23px;
  padding: 0 5px;
  word-break: keep-all;
}
#vision .box2 .con1 table tbody tr {
  border-bottom: 3px solid #dae6e6;
}
#vision .box2 .con1 table tbody tr:last-child {
  border-bottom: none;
}
#vision .box2 .con1 table tbody td {
  text-align: center;
  height: 153px;
  box-sizing: border-box;
  padding: 10px 20px;
  border-right: 2px dotted #dae6e6;
  font-size: 18px;
  color: #000000;
  line-height: 30px;
  word-break: keep-all;
  position: relative;
}
#vision .box2 .con1 table tbody td:last-child {
  border-right: none;
}
#vision .box2 .con1 table tbody td::before {
  content: '';
  width: 39px;
  height: 40px;
  background: url(../images/sub/vision_bx2_con2_arrow.png) no-repeat center;
  position: absolute;
  right: -20px;
  top: 50%;
  margin-top: -20px;
}
#vision .box2 .con1 table tbody td:last-child::before {
  display: none;
}
#vision .box2 .con1 table tbody td.logo {
  width: 17.585%;
  border-right: none;
  padding: 10px 7px;
}
#vision .box2 .con1 table tbody td.logo::before {
  display: none;
}
#vision .box2 .con1 table tbody td.logo img {
  max-width: 167px;
  width: 100%;
}
#vision .box2 .con1 table tbody td .round {
  margin-bottom: 5px;
}
#vision .box2 .con1 table tbody td .round span {
  display: inline-block;
  background-color: #dae6e6;
  text-align: center;
  padding: 0 10px;
  max-width: 225px;
  width: 100%;
  box-sizing: border-box;
  border-radius: 50px;
  font-size: 18px;
  color: #00696d;
  font-weight: 700;
  word-break: break-all;
  line-height: 40px;
}
#vision .box3 {background-color: #dae6e6; padding-top: 140px;}

/* 조직도 */
#org .box1 .top_bx {
  height: 341px;
  background: url(../images/sub/org_bx1_bg.jpg) no-repeat center;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  table-layout: fixed;
}
#org .box1 .top_bx strong {
  font-size: 45px;
  color: #ffffff;
  font-weight: 700;
  letter-spacing: 0.1em;
}
#org .box1 .con1 {
  display: flex;
  flex-flow: wrap;
  margin-top: 82px;
}
#org .box1 .con1 .con_bx {
  width: calc(32.391% - 28.666px);
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  table-layout: fixed;
}
#org .box1 .con1 .con_bx .con_w {
  width: 100%;
  border: 3px solid #d7e4e4;
  padding: 15px 10px 15px 95px;
  position: relative;
  min-height: 331px;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  table-layout: fixed;
  background-color: #fff;
}
#org .box1 .con1 .con_bx .con_w .l_txt {
  position: absolute;
  width: 81px;
  background-color: #d7e4e4;
  height: 100%;
  left: 0;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  table-layout: fixed;
  font-size: 25px;
  color: #00696d;
  font-weight: 700;
  line-height: 45px;
}
#org .box1 .con1 .con_bx .con_w ul li {
  font-size: 20px;
  color: #00696d;
  font-weight: 700;
  line-height: 34px;
  margin-bottom: 15px;
}
#org .box1 .con1 .con_bx .con_w ul li:last-child {
  margin-bottom: 0;
}
#org .box1 .con1 .mid_bx {
  margin: 0 43px;
  box-sizing: border-box;
  width: calc(35.218% - 28.666px);
  display: flex;
  justify-content: center;
  align-items: center;
  table-layout: fixed;
}
#org .box1 .con1 .mid_bx ul {
  width: 100%;
}
#org .box1 .con1 .mid_bx ul li {
  border: 3px solid #d7e4e4;
  height: 112px;
  box-sizing: border-box;
  border-radius: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  table-layout: fixed;
  margin-bottom: 40px;
  position: relative;
}
#org .box1 .con1 .mid_bx ul li::before {
  content: '';
  width: 3px;
  height: 43px;
  background-color: #d7e4e4;
  position: absolute;
  left: 50%;
  margin-left: -2px;
  bottom: -45px;
}
#org .box1 .con1 .mid_bx ul li:last-child {
  margin-bottom: 0;
}
#org .box1 .con1 .mid_bx ul li:last-child::before {
  display: none;
}
#org .box1 .con1 .mid_bx ul li img {
  max-width: 320px;
  width: calc(100% - 50px);
}
#org .box1 .con2 {
  padding: 30px 0;
  position: relative;
  position: relative;
  margin-bottom: 44px;
}
#org .box1 .con2::before {
  content: '';
  width: 100%;
  height: 3px;
  background-color: #d7e4e4;
  left: 0;
  top: 50%;
  margin-top: -1px;
  position: absolute;
}
#org .box1 .con2::after {
  content: '';
  width: 3px;
  height: calc(100% + 44px);
  background-color: #d7e4e4;
  left: 50%;
  top: 0;
  margin-left: -2px;
  position: absolute;
}
#org .box1 .con2 ul {
  display: flex;
  flex-flow: wrap;
}
#org .box1 .con2 ul li {
  width: 33.64%;
  box-sizing: border-box;
  position: relative;
}
#org .box1 .con2 ul li::before {
  content: '';
  width: 1px;
  height: 92px;
  background-color: #00367c;
  position: absolute;
  left: 50%;
  top: -72px;
}
#org .box1 .con2 ul li::after {
  content: '';
  width: 14px;
  height: 14px;
  background-color: #00367c;
  position: absolute;
  left: 50%;
  margin-left: -7px;
  top: -80px;
  border-radius: 50%;
}
#org .box1 .con2 ul li.mid {
  width: 32.72%;
}
#org .box1 .con2 ul li.mid::before,
#org .box1 .con2 ul li.mid::after {
  display: none;
}
#org .box1 .con2 ul li div {
  display: flex;
  justify-content: center;
  align-items: center;
  table-layout: fixed;
  background-color: #00367c;
  height: 60px;
  border-radius: 32px;
}
#org .box1 .con2 ul li div strong {
  text-align: center;
  display: inline-block;
  font-size: 25px;
  color: #ffffff;
  font-weight: 700;
}
#org .box1 .con3 .top_txt {
  font-size: 25px;
  color: #ffffff;
  font-weight: 700;
  word-break: keep-all;
  background-color: #00696d;
  border-radius: 33px 33px 0 0;
  text-align: center;
  padding: 16px 0;
}
#org .box1 .con3 .tb_bx {
  background-color: #dae6e6;
  padding: 11px 0 33px;
}
#org .box1 .con3 .tb_bx table {
  table-layout: fixed;
  width: 100%;
}
#org .box1 .con3 .tb_bx table tbody td {
  border-right: 1px solid #79aeb0;
  text-align: center;
  box-sizing: border-box;
  font-size: 18px;
  color: #00696d;
  line-height: 26px;
  font-weight: 700;
  word-break: keep-all;
  height: 143px;
  padding: 5px 10px;
  position: relative;
}
#org .box1 .con3 .tb_bx table tbody td::before {
  content: '';
  width: 19px;
  height: 19px;
  background: url(../images/sub/org_bx1_arrow1.png) no-repeat center;
  position: absolute;
  right: -10px;
  top: 50%;
  margin-top: -9px;
}
#org .box1 .con3 .tb_bx table tbody td:last-child {
  border-right: none;
}
#org .box1 .con3 .tb_bx table tbody td:last-child::before {
  display: none;
}
#org .box1 .con3 .tb_bx table tbody td.logo {
  border-right: none;
  text-align: right;
  padding: 0 0 0 10px;
}
#org .box1 .con3 .tb_bx table tbody td.logo::before {
  display: none;
}
#org .box1 .con3 .tb_bx table tbody td.logo img {
  width: 100%;
  max-width: 185px;
}
#org .box1 .con3 .tb_bx table tbody td .round {
  text-align: center;
  margin-bottom: 2px;
}
#org .box1 .con3 .tb_bx table tbody td .round span {
  display: inline-block;
  max-width: 180px;
  background-color: #80b7b6;
  font-size: 17px;
  color: #ffffff;
  font-weight: 700;
  line-height: 28px;
  border-radius: 20px;
  width: 100%;
  padding: 0 5px;
  box-sizing: border-box;
}

/* 오시는 길 */
#location .box1 .top_bx {
  height: 400px;
  background: url(../images/sub/location_bx1_bg.jpg) no-repeat center;
  background-size: cover;
}
#location .box1 .top_bx strong {
  display: flex;
  justify-content: center;
  align-items: center;
  table-layout: fixed;
  text-align: center;
  font-size: 45px;
  color: #ffffff;
  font-weight: 700;
  letter-spacing: 0.1em;
  word-break: keep-all;
  height: 250px;
  padding: 0 20px;
}
#location .box1 .con1 {
  margin-top: -149px;
  position: relative;
  z-index: 1;
}
#location .box1 .con1 .map_bx {
  overflow: hidden;
}
#location .box1 .con1 .map_bx iframe {
  height: 647px;
  width: 100%;
}
#location .box1 .con1 .map_bx #map_w {
  height: 647px;
  width: 100%;
}
#location .box1 .con1 .root_daum_roughmap .cont {
  display: none !important;
}
#location
  .box1
  .con1
  .root_daum_roughmap
  .map
  > div:nth-child(1)
  > div
  > div:last-child {
  top: /*-50px*/ -32px;
}
#location
  .box1
  .con1
  .root_daum_roughmap
  .map
  > div:nth-child(1)
  > div
  > div:last-child
  > div:first-child {
  position: relative;
}
#location
  .box1
  .con1
  .root_daum_roughmap
  .map
  > div:nth-child(1)
  > div
  > div:last-child
  > div:first-child::before {
  content: '';
  width: 100px;
  height: /*93px*/ 74px;
  background: url(../images/sub/map_icon.png) no-repeat center;
  position: absolute;
  left: -35px;
  top: 0;
  background-size: 80px auto;
}
#location
  .box1
  .con1
  .root_daum_roughmap
  .map
  > div:nth-child(1)
  > div
  > div:last-child
  > div:first-child
  img {
  display: none !important;
}
#location .box1 .con1 .map_img {
  max-width: 100%;
}
#location .box1 .con1 .txt {
  font-size: 20px;
  color: #000000;
  line-height: 34px;
  position: relative;
  word-break: keep-all;
  padding-left: 64px;
  margin-top: 10px;
}
#location .box1 .con1 .txt span {
  position: absolute;
  left: 0;
  top: 0;
  font-weight: 700;
  padding-right: 11px;
}
#location .box1 .con1 .txt span::before {
  content: '';
  width: 1px;
  height: 16px;
  background-color: #000000;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0%, -50%);
  -webkit-transform: translate(0%, -50%);
}
#location .box1 .con2 {
  margin-top: 130px;
}
#location .box1 .con2 .ttl_bx {
  font-size: 30px;
  color: #00696d;
  font-weight: 700;
  word-break: keep-all;
  margin-bottom: 23px;
}
#location .box1 .con2 .con_bx {
  background-color: #f7f7f7;
  margin-bottom: 87px;
  padding: 6px 47px 0 36px;
  display: flex;
  flex-flow: wrap;
}
#location .box1 .con2 .con_bx:last-child {
  margin-bottom: 0;
}
#location .box1 .con2 .con_bx .l_bx {
  width: 17.279%;
  box-sizing: border-box;
  font-size: 28px;
  color: #000000;
  font-weight: 700;
  padding-top: 37px;
  word-break: keep-all;
}
#location .box1 .con2 .con_bx .l_bx span {
  display: block;
  margin-bottom: 69px;
  position: relative;
}
#location .box1 .con2 .con_bx .l_bx span:last-child {
  margin-bottom: 0;
}
#location .box1 .con2 .con_bx .l_bx span::before {
  content: '';
  width: 37px;
  height: 44px;
  background: url(../images/sub/location_bx1_arrow.png) no-repeat center;
  position: absolute;
  left: 23px;
  bottom: -52px;
}
#location .box1 .con2 .con_bx .l_bx span:last-child::before {
  display: none;
}
#location .box1 .con2 .con_bx .r_bx {
  width: 82.721%;
  box-sizing: border-box;
}
#location .box1 .con2 .con_bx .r_bx .c_w {
  border-bottom: 3px solid #d9d9d9;
  padding: 37px 0 35px;
}
#location .box1 .con2 .con_bx .r_bx .c_w:last-child {
  border-bottom: none;
}
#location .box1 .con2 .con_bx .r_bx .c_ttl {
  font-size: 25px;
  color: #000000;
  font-weight: 800;
  padding: 5px 0 0 52px;
  margin-bottom: 19px;
}
#location .box1 .con2 .con_bx .r_bx .c_inner {
  margin-bottom: 71px;
}
#location .box1 .con2 .con_bx .r_bx .c_inner:last-child {
  margin-bottom: 0;
}
#location .box1 .con2 .con_bx .r_bx .c_inner ul {
  display: table;
  table-layout: fixed;
  width: 100%;
}
#location .box1 .con2 .con_bx .r_bx .c_inner ul li {
  display: table-cell;
  text-align: center;
  vertical-align: top;
}
#location .box1 .con2 .con_bx .r_bx .c_inner ul li:first-child {
  width: 270px;
}
#location .box1 .con2 .con_bx .r_bx .c_inner ul li:last-child {
  width: 164px;
}
#location .box1 .con2 .con_bx .r_bx .c_inner ul li .img_bx {
  position: relative;
  height: 70px;
}
#location .box1 .con2 .con_bx .r_bx .c_inner ul li .img_bx::before {
  content: '';
  width: 100%;
  height: 2px;
  background-color: #9a9a9a;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -1px;
}
#location .box1 .con2 .con_bx .r_bx .c_inner ul li:first-child .img_bx::before {
  width: 50%;
}
#location .box1 .con2 .con_bx .r_bx .c_inner ul li:last-child .img_bx::before {
  width: 50%;
  right: auto;
  left: 0;
}
#location .box1 .con2 .con_bx .r_bx .c_inner ul li .img_bx span {
  display: inline-block;
  position: relative;
  background-color: #f7f7f7;
}
#location .box1 .con2 .con_bx .r_bx .c_inner ul li .img_bx span::before {
  content: '';
  width: 25px;
  height: 17px;
  background: url(../images/sub/location_bx1_arrow2.png) no-repeat left center
    #f7f7f7;
  position: absolute;
  left: -25px;
  top: 50%;
  transform: translate(0%, -50%);
  -webkit-transform: translate(0%, -50%);
}
#location
  .box1
  .con2
  .con_bx
  .r_bx
  .c_inner
  ul
  li:first-child
  .img_bx
  span::before {
  display: none;
}
#location .box1 .con2 .con_bx .r_bx .c_inner ul li .img_bx .mid_txt {
  font-size: 20px;
  color: #939393;
  font-weight: 700;
  position: relative;
  top: 38px;
  word-break: keep-all;
  padding: 0 10px;
  line-height: 30px;
  opacity: 0.9;
}
#location .box1 .con2 .con_bx .r_bx .c_inner ul li .txt {
  font-size: 20px;
  color: #000000;
  line-height: 30px;
  word-break: keep-all;
  font-weight: 700;
  margin-top: 7px;
}
#location .box1 .con2 .con_bx .r_bx .c_inner ul li .txt .col1 {
  color: #e51e6e;
}
#location .box1 .con2 .con_bx .r_bx .c_inner ul li .txt .col2 {
  color: #539d39;
}
#location .box1 .con2 .con_bx .r_bx .c_inner ul li .txt .col3 {
  color: #00696d;
}
#location .box1 .con2 .con_bx .r_bx .c_inner ul li .txt .col4 {
  color: #0d8e3b;
}
#location .box1 .con2 .con_bx .r_bx .c_inner ul li .txt .col5 {
  color: #a1459c;
}
#location .box1 .con2 .con_bx .r_bx .c_inner ul li .txt .col6 {
  color: #fe9755;
}
#location .box1 .con2 .con_bx .r_bx .c_inner ul li .txt .col7 {
  color: #9f3fcc;
}
#location .box1 .con2 .con_bx .r_bx .c_inner ul li .txt .col8 {
  color: #738167;
}
#location .box1 .con2 .con_bx .r_bx .c_inner ul li .txt .col9 {
  color: #4aa1d5;
}

/* 의료기기 개발지원1 */
#developmentSupport1 .box1 .btn_bx {
  font-size: 0;
  text-align: center;
  margin-top: -32px;
  position: relative;
  z-index: 1;
}
#developmentSupport1 .box1 .btn_bx a {
  display: inline-block;
  width: 220px;
  font-size: 23px;
  line-height: 46px;
  color: #ffffff;
  font-weight: 700;
  background-color: #00696d;
  border-radius: 23px;
}
#developmentSupport1 .box1 .con_bx {
  margin-top: 60px;
}
#developmentSupport1 .box1 .con_bx .con_w {
  display: flex;
  flex-flow: wrap;
  position: relative;
  padding-top: 47px;
  margin-bottom: 93px;
}
#developmentSupport1 .box1 .con_bx .con_w:last-child {
  margin-bottom: 0;
}
#developmentSupport1 .box1 .con_bx .con_w::before {
  content: '';
  width: calc(100% - 13px);
  height: 37px;
  border-top: 2px solid #2e2e2e;
  border-left: 2px solid #2e2e2e;
  position: absolute;
  left: 13px;
  top: 0;
  box-sizing: border-box;
}
#developmentSupport1 .box1 .con_bx .l_bx {
  width: /*31.04%*/ 375px;
  box-sizing: border-box;
  padding: 0 30px;
}
#developmentSupport1 .box1 .con_bx .l_bx .txt {
  font-size: 28px;
  color: #000000;
  font-weight: 700;
  word-break: keep-all;
  line-height: 40px;
  position: relative;
  width: calc(100% + 30px);
  left: -30px;
  margin-bottom: 24px;
}
#developmentSupport1 .box1 .con_bx .l_bx img {
  max-width: 100%;
}
#developmentSupport1 .box1 .con_bx .r_bx {
  width: /*68.96%*/ calc(100% - 375px);
  box-sizing: border-box;
}
#developmentSupport1 .box1 .con_bx .r_bx .txt1 {
  font-size: 20px;
  color: #000000;
  line-height: 32px;
  word-break: keep-all;
}
#developmentSupport1 .box1 .con_bx .r_bx .txt2 {
  margin-top: 35px;
}
#developmentSupport1 .box1 .con_bx .r_bx .txt2 li {
  font-size: 20px;
  color: #000000;
  line-height: 32px;
  position: relative;
  word-break: keep-all;
  padding-left: 31px;
  margin-bottom: 24px;
}
#developmentSupport1 .box1 .con_bx .r_bx .txt2 li:last-child {
  margin-bottom: 0;
}
#developmentSupport1 .box1 .con_bx .r_bx .txt2 li::before {
  content: '';
  width: 16px;
  height: 16px;
  background-color: #00696d;
  position: absolute;
  left: 0;
  top: 8px;
  border-radius: 50%;
  z-index: 1;
}
#developmentSupport1 .box1 .con_bx .r_bx .txt2 li::after {
  content: '';
  width: 16px;
  height: 16px;
  background-color: #f18d00;
  position: absolute;
  left: 8px;
  top: 8px;
  border-radius: 50%;
}
#developmentSupport1 .box1 .con_bx .r_bx .txt2 li span {
  font-weight: 700;
}
#developmentSupport1 .box2 {background-color: #dae6e6; padding-top: 140px;}

/* 의료기기 개발지원2 */
#developmentSupport2 .con1 {
  display: flex;
  flex-flow: wrap;
  border: 1px solid #939393;
  margin-top: 61px;
  position: relative;
}
#developmentSupport2 .con1::before {
  content: '';
  width: 100%;
  height: 2px;
  background-color: #d7dae2;
  position: absolute;
  top: -61px;
  left: 0;
}
#developmentSupport2 .con1 .l_bx {
  width: 32.57%;
  box-sizing: border-box;
  background-color: #ebebeb;
  border-right: 2px solid #939393;
  padding: 39px 23px 22px;
}
#developmentSupport2 .con1 .l_bx .ttl {
  text-align: center;
  font-size: 28px;
  color: #000000;
  font-weight: 700;
}
#developmentSupport2 .con1 .l_bx .list_bx {
  background-color: #ffffff;
  border: 1px solid #939393;
  margin-top: 28px;
  padding: 19px 0 18px 18px;
  box-sizing: border-box;
}
#developmentSupport2 .con1 .l_bx .list_bx ul {
  overflow-y: auto;
  height: 540px;
  padding-right: 18px;
}
#developmentSupport2 .con1 .l_bx .list_bx li {
  border: 1px solid #939393;
  margin-bottom: 10px;
}
#developmentSupport2 .con1 .l_bx .list_bx li:last-child {
  margin-bottom: 0;
}
#developmentSupport2 .con1 .l_bx .list_bx li input[type='checkbox'] {
  display: none;
}
#developmentSupport2 .con1 .l_bx .list_bx li input[type='radio'] {
  display: none;
}
#developmentSupport2 .con1 .l_bx .list_bx li label {
  display: block;
  position: relative;
  padding: 9px 7px 7px 39px;
  font-size: 15px;
  color: #000000;
  font-weight: 700;
  line-height: 22px;
  cursor: pointer;
}
#developmentSupport2 .con1 .l_bx .list_bx li label::before {
  content: '';
  width: 22px;
  height: 22px;
  border: 1px solid #939393;
  position: absolute;
  left: 7px;
  top: 8px;
}
#developmentSupport2
  .con1
  .l_bx
  .list_bx
  li
  input[type='checkbox']:checked
  + label {
  background-color: #e5f0f0;
}
#developmentSupport2
  .con1
  .l_bx
  .list_bx
  li
  input[type='checkbox']:checked
  + label::before {
  background-color: #00696d;
}
#developmentSupport2
  .con1
  .l_bx
  .list_bx
  li
  input[type='radio']:checked
  + label {
  background-color: #e5f0f0;
}
#developmentSupport2
  .con1
  .l_bx
  .list_bx
  li
  input[type='radio']:checked
  + label::before {
  background-color: #00696d;
}
/*#developmentSupport2 .con1 .r_bx {width: 67.43%; box-sizing: border-box; padding: 38px 23px 15px;}
#developmentSupport2 .con1 .r_bx .date_bx {text-align: center; font-size: 0;}
#developmentSupport2 .con1 .r_bx .date_bx button {display: inline-block; vertical-align: middle; width: 34px; height: 34px; font-size: 0; padding: 0; box-sizing: border-box;}
#developmentSupport2 .con1 .r_bx .date_bx button.prev {background: url(../images/icon/arrow4.png) no-repeat center; margin-right: 29px;}
#developmentSupport2 .con1 .r_bx .date_bx button.next {background: url(../images/icon/arrow5.png) no-repeat center; margin-left: 29px;}
#developmentSupport2 .con1 .r_bx .date_bx .date {display: inline-block; vertical-align: middle; font-size: 30px; color: #000000; font-weight: 800;}
#developmentSupport2 .con1 .r_bx .calendar_bx {margin-top: 22px;}
#developmentSupport2 .con1 .r_bx .calendar_bx .week {display: table; width: 100%; table-layout: fixed;}
#developmentSupport2 .con1 .r_bx .calendar_bx .week li {display: table-cell; height: 37px; font-size: 24px; color: #595757; font-weight: 700; text-align: center; vertical-align: middle;}
#developmentSupport2 .con1 .r_bx .calendar_bx .day {display: flex; flex-flow: wrap;}
#developmentSupport2 .con1 .r_bx .calendar_bx .day li {width: 14.285%; box-sizing: border-box; height: 94px; display:flex; justify-content:center; align-items:center; table-layout:fixed; position: relative; cursor: pointer;}
#developmentSupport2 .con1 .r_bx .calendar_bx .day li.on::before {content: ''; width: 100%; height: 50px; background-color: #e5f0f0; position: absolute; left: 0; top: 50%; transform:translate(0%, -50%); -webkit-transform:translate(0%, -50%);}
#developmentSupport2 .con1 .r_bx .calendar_bx .day li.first::before {width: 50%; left: auto; right: 0;}
#developmentSupport2 .con1 .r_bx .calendar_bx .day li.first::after {content: ''; width: 84px; height: 84px; background-color: #00696d; border-radius: 50%; position: absolute; top: 50%; left: 50%; transform:translate(-50%, -50%); -webkit-transform:translate(-50%, -50%);}
#developmentSupport2 .con1 .r_bx .calendar_bx .day li.last::before {width: 50%;}
#developmentSupport2 .con1 .r_bx .calendar_bx .day li.last::after {content: ''; width: 84px; height: 84px; background-color: #00696d; border-radius: 50%; position: absolute; top: 50%; left: 50%; transform:translate(-50%, -50%); -webkit-transform:translate(-50%, -50%);}
#developmentSupport2 .con1 .r_bx .calendar_bx .day li span {display: block; width: 100%; text-align: center; font-size: 24px; color: #221815; font-weight: 700; position: relative; z-index: 1;}
#developmentSupport2 .con1 .r_bx .calendar_bx .day li.off span {color: #c9caca;}
#developmentSupport2 .con1 .r_bx .calendar_bx .day li.red span {color: #ff0000;}
#developmentSupport2 .con1 .r_bx .calendar_bx .day li.first span {color: #fff;}
#developmentSupport2 .con1 .r_bx .calendar_bx .day li.last span {color: #fff;}*/
#developmentSupport2 .con1.type2 .l_bx {
  width: 33.333%;
  padding: 22px 23px 22px;
}
#developmentSupport2 .con1.type2 .l_bx .list_bx {
  margin-top: 23px;
}
#developmentSupport2 .con1.type2 .l_bx .list_bx ul {
  height: 370px;
}
#developmentSupport2 .con1.type2 .l_bx .list_bx li {
  margin-bottom: 15px;
}
#developmentSupport2 .con1.type2 .l_bx .list_bx li:last-child {
  margin-bottom: 0;
}
#developmentSupport2 .con1.type2 .r_bx {
  width: 66.666%;
  display: flex;
  flex-flow: wrap;
}
#developmentSupport2 .con1.type2 .r_bx .r_w {
  width: 50%;
  box-sizing: border-box;
  border-right: 2px solid #939393;
  padding: 22px 0 11px;
}
#developmentSupport2 .con1.type2 .r_bx .r_w:nth-child(2) {
  border-right: none;
}
#developmentSupport2 .con1.type2 .r_bx .ttl {
  text-align: center;
  font-size: 28px;
  color: #000000;
  font-weight: 700;
  margin-bottom: 27px;
}
#developmentSupport2 .con1.type2 .r_bx .date_bx {
  border-bottom: 1px solid #cacaca;
}
#developmentSupport2 .con1.type2 .r_bx .date_bx .d_w {
  text-align: center;
  position: relative;
  padding: 0 50px;
}
#developmentSupport2 .con1.type2 .r_bx .date_bx .month {
  background-color: #e6e6e6;
}
#developmentSupport2 .con1.type2 .r_bx .date_bx .d_w button {
  position: absolute;
  width: 50px;
  height: 100%;
  font-size: 0;
  top: 0;
  padding: 0;
}
#developmentSupport2 .con1.type2 .r_bx .date_bx .d_w button.prev {
  left: 0;
  background: url(../images/icon/arrow8.png) no-repeat center;
}
#developmentSupport2 .con1.type2 .r_bx .date_bx .d_w button.next {
  right: 0;
  background: url(../images/icon/arrow9.png) no-repeat center;
}
#developmentSupport2 .con1.type2 .r_bx .date_bx .year .date {
  font-size: 25px;
  color: #00696d;
  font-weight: 800;
  line-height: 55px;
  display: block;
}
#developmentSupport2 .con1.type2 .r_bx .date_bx .month .date {
  font-size: 21px;
  color: #1a1a1a;
  font-weight: 800;
  line-height: 43px;
  display: block;
}
#developmentSupport2 .con1.type2 .r_bx .calendar_bx {
  margin-top: 4px;
}
#developmentSupport2 .con1.type2 .r_bx .calendar_bx .week {
  display: table;
  table-layout: fixed;
  width: 100%;
}
#developmentSupport2 .con1.type2 .r_bx .calendar_bx .week li {
  display: table-cell;
  font-size: 18px;
  color: #1a1a1a;
  line-height: 38px;
  text-align: center;
}
#developmentSupport2 .con1.type2 .r_bx .calendar_bx .day {
  display: flex;
  flex-flow: wrap;
}
#developmentSupport2 .con1.type2 .r_bx .calendar_bx .day li {
  width: 14.285%;
  box-sizing: border-box;
  height: 55px;
  display: flex;
  justify-content: center;
  align-items: center;
  table-layout: fixed;
  font-size: 18px;
  color: #808080;
  position: relative;
  opacity: 0.3;
}
#developmentSupport2 .con1.type2 .r_bx .calendar_bx .day li.enableDay {
  font-weight: 700;
  cursor: pointer;
  opacity: 1;
}
#developmentSupport2 .con1.type2 .r_bx .calendar_bx .day li.blue {
  color: #0071bc;
}
#developmentSupport2 .con1.type2 .r_bx .calendar_bx .day li.red {
  color: #ff0000;
}
#developmentSupport2 .con1.type2 .r_bx .calendar_bx .day li.on {
  color: #00696d;
  font-weight: 700;
}
#developmentSupport2 .con1.type2 .r_bx .calendar_bx .day li.on::before {
  content: '';
  width: 100%;
  height: 46px;
  background-color: #80ffff;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0%, -50%);
  -webkit-transform: translate(0%, -50%);
}
#developmentSupport2 .con1.type2 .r_bx .calendar_bx .day li span {
  display: block;
  width: 100%;
  text-align: center;
  position: relative;
  z-index: 1;
}

#developmentSupport2 .con2 {
  margin-top: 95px;
}
#developmentSupport2 .con2 .ttl {
  font-size: 30px;
  color: #000000;
  font-weight: 700;
  margin-bottom: 27px;
}
#developmentSupport2 .con2 .f_bx {
  display: flex;
  flex-flow: wrap;
  margin-bottom: 40px;
}
#developmentSupport2 .con2 .f_bx:last-child {
  margin-bottom: 0;
}
#developmentSupport2 .con2 .f_bx.date_bx {
  display: block;
}
#developmentSupport2 .con2 .f_bx .f_w {
  width: calc(50% - 25px);
  margin-right: 50px;
  position: relative;
  box-sizing: border-box;
  padding-left: 115px;
  min-height: 61px;
  font-size: 0;
}
#developmentSupport2 .con2 .f_bx .f_w:nth-child(2n) {
  margin-right: 0 !important;
}
#developmentSupport2 .con2 .f_bx.date_bx .f_w {
  width: auto;
  margin-right: 80px;
  display: inline-block;
  min-height: 40px;
}
#developmentSupport2 .con2 .f_bx.date_bx .f_w::before {
  content: '';
  width: 32px;
  height: 1px;
  background-color: #a3a5a5;
  position: absolute;
  right: -57px;
  top: 50%;
}
#developmentSupport2 .con2 .f_bx.date_bx .f_w:nth-child(2n)::before {
  display: none;
}
#developmentSupport2 .con2 .f_bx .f_w .l_txt {
  position: absolute;
  left: 0;
  top: 0;
  line-height: 61px;
  font-size: 23px;
  color: #000000;
  max-width: 88px;
  width: 100%;
}
#developmentSupport2 .con2 .f_bx .f_w:nth-child(2n) .l_txt {
  text-align: right;
}
#developmentSupport2 .con2 .f_bx.date_bx .f_w:nth-child(2n) .l_txt {
  text-align: left;
}
#developmentSupport2 .con2 .f_bx.date_bx .f_w .l_txt {
  line-height: 40px;
}
#developmentSupport2 .con2 .f_bx .f_w input[type='text'] {
  height: 61px;
  box-sizing: border-box;
  width: 100%;
  border: 1px solid #9fa0a0;
  outline: none;
  font-size: 20px;
  color: #000000;
  padding: 0 20px;
}
#developmentSupport2 .con2 .f_bx.date_bx .f_w input[type='text'] {
  height: 40px;
  max-width: 190px;
  text-align: center;
  background-color: #e6e6e6;
}
#developmentSupport2 .con2 .f_bx.date_bx .f_w select {
  margin-left: 11px;
  border: 1px solid #9fa0a0;
  font-size: 20px;
  color: #000;
  width: 130px;
  box-sizing: border-box;
  padding: 0 27px 0 15px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: url(../images/icon/arrow3.png) no-repeat right 10px center #e5f0f0;
  height: 40px;
  background-size: 15px auto;
  outline: none;
}
#developmentSupport2 .con2 .f_bx.date_bx .f_w select option {
  background-color: #fff;
}

#developmentSupport2 .btm_btn {
  font-size: 0;
  text-align: center;
  padding-top: 73px;
}
#developmentSupport2 .btm_btn a {
  width: 220px;
  line-height: 46px;
  border-radius: 23px;
  font-size: 23px;
  color: #ffffff;
  font-weight: 700;
  background-color: #00696d;
  display: inline-block;
}

/* PC */
@media all and (min-width: 1025px) {
}

/* 태블릿&모바일 공통*/
@media all and (max-width: 1024px) {
  /* 공통 */
  #sub .box {
    padding: 0 0 25px;
  }
  #sub .box:last-child {
    padding-bottom: 40px;
  }

  /* 인사말 */
  #greeting .box1 .top_bx .inner_bx {
    max-width: 400px;
  }
  #greeting .box1 .top_bx .inner_bx .l_bx {
    padding: 20px 0;
    width: calc(100% - 148px);
  }
  #greeting .box1 .top_bx .inner_bx .l_bx .txt_w img {
    max-width: 148px;
    width: 100%;
  }
  #greeting .box1 .top_bx .inner_bx .l_bx .txt_w p {
    margin-top: 13px;
    font-size: 10px;
    line-height: 15px;
    max-width: 150px;
  }
  #greeting .box1 .top_bx .inner_bx .r_bx {
    width: 148px;
  }
  #greeting .box1 .top_bx .inner_bx .r_bx img {
    max-width: 148px;
    width: 100%;
  }
  #greeting .box1 .btm_txt {
    margin-top: 34px;
  }
  #greeting .box1 .btm_txt .txt1 {
    font-size: 15px;
    line-height: 23px;
  }
  #greeting .box1 .btm_txt .txt2 {
    margin-top: 24px;
    font-size: 13px;
    line-height: 23px;
  }
  #greeting .box1 .btm_txt .txt3 {
    margin-top: 65px;
  }
  #greeting .box1 .btm_txt .txt3 p {
    font-size: 13px;
    line-height: 23px;
  }
  #greeting .box1 .btm_txt .txt3 strong {
    margin-top: 7px;
    font-size: 18px;
    line-height: 23px;
  }
  #greeting .box2 {padding-top: 40px;}

  /* 비전과 목표 */
  #vision .box1::before {
    height: 145px;
  }
  #vision .box1 .con1 {
    padding-top: 43px;
  }
  #vision .box1 .con1 .top_txt strong {
    font-size: 13px;
    line-height: 16px;
  }
  #vision .box1 .con1 .top_txt p {
    margin: 9px auto 0;
    font-size: 11px;
    line-height: 16px;
  }
  #vision .box1 .con1 ul {
    margin-top: 21px;
  }
  #vision .box1 .con1 ul li {
    padding: 12px 5px 14px;
    width: calc(16.666% - 10px);
    margin-right: 12px;
  }
  #vision .box1 .con1 ul li img {
    max-width: 42px;
    width: 100%;
  }
  #vision .box1 .con1 ul li p {
    margin-top: 12px;
    font-size: 9px;
    line-height: 14px;
  }
  #vision .box1 .con2 {
    margin-top: 23px;
  }
  #vision .box1 .con2 .txt1 {
    font-size: 12px;
    line-height: 16px;
  }
  #vision .box1 .con2 ul {
    border-radius: 50px;
    margin-top: 7px;
    padding: 5px 23px;
  }
  #vision .box1 .con2 ul li .round {
    max-width: 53px;
  }
  #vision .box1 .con2 ul li .round .r_w div img {
    max-width: 30px;
    width: 100%;
  }
  #vision .box1 .con2 ul li .round .r_w div p {
    margin-top: 4px;
    font-size: 8px;
  }
  #vision .box1 .con2 .txt2 {
    margin-top: -15px;
  }
  #vision .box1 .con2 .txt2 span {
    font-size: 8px;
    line-height: 15px;
    min-height: 30px;
    border-radius: 15px;
    padding: 15px 33px 0 33px;
  }
  #vision .box1 .con3 {
    padding-top: 25px;
  }
  #vision .box1 .con3::before {
    background-size: 25px auto;
    width: 25px;
    height: 23px;
    margin-left: -13px;
  }
  #vision .box1 .con3 table {
    width: calc(100% + 6px);
    left: -3px;
  }
  #vision .box1 .con3 table tr td {
    padding: 0 3px;
  }
  #vision .box1 .con3 table tr td div {
    min-height: 18px;
    border-width: 1px;
  }
  #vision .box1 .con3 table tr td div span {
    font-size: 7px;
    line-height: 10px;
    padding: 0;
  }
  #vision .box1 .con3 .txt1 span {
    font-size: 10px;
    line-height: 15px;
    padding: 0 20px;
  }
  #vision .box1 .con3 .txt1 span::before {
    width: 15px;
    height: 4px;
    background-size: 15px auto;
  }
  #vision .box1 .con3 .txt1 span::after {
    width: 15px;
    height: 4px;
    background-size: 15px auto;
  }

  #vision .box2::before {
    height: 66px;
  }
  #vision .box2 .con1 {
    padding: 11px 0 0;
  }
  #vision .box2 .con1 .top_txt {
    font-size: 12px;
    line-height: 16px;
  }
  #vision .box2 .con1 table {
    margin-top: 8px;
  }
  #vision .box2 .con1 table thead th:last-child::before {
    width: 59px;
    height: 16px;
    background-size: 59px auto;
    top: -2px;
  }
  #vision .box2 .con1 table thead .txt1 li div {
    min-height: 13px;
    border-width: 1px;
  }
  #vision .box2 .con1 table thead .txt1 li div span {
    font-size: 7px;
    line-height: 10px;
    padding: 0;
  }
  #vision .box2 .con1 table thead .txt2 {
    margin-top: 5px;
  }
  #vision .box2 .con1 table thead .txt2 li {
    padding-right: 12px;
  }
  #vision .box2 .con1 table thead .txt2 li:last-child {
    padding-right: 7px;
  }
  #vision .box2 .con1 table thead .txt2 li::before {
    background-size: auto 21px;
    width: 7px;
    height: 21px;
    right: 5px;
  }
  #vision .box2 .con1 table thead .txt2 li::after {
    background-size: auto 21px;
    width: 7px;
    height: 21px;
  }
  #vision .box2 .con1 table thead .txt2 li div {
    min-height: 21px;
  }
  #vision .box2 .con1 table thead .txt2 li div span {
    font-size: 7px;
    line-height: 10px;
  }
  #vision .box2 .con1 table tbody tr {
    border-width: 1px;
  }
  #vision .box2 .con1 table tbody td {
    border-width: 1px;
    font-size: 6px;
    line-height: 9px;
    height: 38px;
    padding: 5px;
  }
  #vision .box2 .con1 table tbody td::before {
    width: 10px;
    height: 10px;
    background-size: 10px auto;
    margin-top: -5px;
    right: -5px;
  }
  #vision .box2 .con1 table tbody td.logo {
    padding: 5px 2px;
  }
  #vision .box2 .con1 table tbody td .round {
    margin-bottom: 1px;
  }
  #vision .box2 .con1 table tbody td .round span {
    font-size: 6px;
    line-height: 11px;
    max-width: 56px;
    padding: 0;
  }
  #vision .box2 .con1 table tbody td.logo img {
    max-width: 64px;
    width: 100%;
  }
  #vision .box3 {padding-top: 40px;}

  /* 조직도 */
  #org .box1 .top_bx {
    height: 146px;
  }
  #org .box1 .top_bx strong {
    font-size: 13px;
  }
  #org .box1 .con1 {
    margin-top: 25px;
  }
  #org .box1 .con1 .con_bx {
    width: calc(32.391% - 8px);
  }
  #org .box1 .con1 .con_bx .con_w {
    border-width: 1px;
    padding: 0 0 0 22px;
    min-height: 75px;
  }
  #org .box1 .con1 .con_bx .con_w .l_txt {
    width: 22px;
    font-size: 8px;
    line-height: 12px;
  }
  #org .box1 .con1 .con_bx .con_w ul li {
    font-size: 6px;
    line-height: 10px;
    margin-bottom: 1px;
  }
  #org .box1 .con1 .mid_bx {
    width: calc(35.218% - 8px);
    margin: 0 12px;
  }
  #org .box1 .con1 .mid_bx ul li {
    border-width: 1px;
    height: 30px;
    margin-bottom: 11px;
  }
  #org .box1 .con1 .mid_bx ul li::before {
    height: 11px;
    bottom: -12px;
    width: 1px;
    margin-left: 0;
  }
  #org .box1 .con1 .mid_bx ul li img {
    width: calc(100% - 20px);
    max-width: 85px;
  }
  #org .box1 .con2 {
    padding: 7px 0;
    margin-bottom: 11px;
  }
  #org .box1 .con2::before {
    height: 1px;
    margin-top: 0;
  }
  #org .box1 .con2::after {
    width: 1px;
    margin-left: 0;
    height: calc(100% + 11px);
  }
  #org .box1 .con2 ul li div {
    height: 16px;
    border-radius: 8px;
  }
  #org .box1 .con2 ul li div strong {
    font-size: 8px;
  }
  #org .box1 .con2 ul li::before {
    top: -26px;
    height: 26px;
  }
  #org .box1 .con2 ul li::after {
    width: 5px;
    height: 5px;
    margin-left: -2px;
    top: -28px;
  }
  #org .box1 .con3 .top_txt {
    font-size: 8px;
    padding: 4px 0;
    border-radius: 9px 9px 0 0;
  }
  #org .box1 .con3 .tb_bx {
    padding: 3px 0 8px;
  }
  #org .box1 .con3 .tb_bx table tbody td {
    font-size: 6px;
    line-height: 8px;
    height: 32px;
    padding: 5px;
  }
  #org .box1 .con3 .tb_bx table tbody td::before {
    background-size: 5px auto;
  }
  #org .box1 .con3 .tb_bx table tbody td .round {
    margin-bottom: 1px;
  }
  #org .box1 .con3 .tb_bx table tbody td .round span {
    font-size: 6px;
    line-height: 11px;
    max-width: 58px;
    border-radius: 5px;
    padding: 0;
  }
  #org .box1 .con3 .tb_bx table tbody td.logo {
    padding: 0 0 0 5px;
    text-align: center;
  }
  #org .box1 .con3 .tb_bx table tbody td.logo img {
    max-width: 60px;
    width: 100%;
  }

  /* 오시는 길 */
  #location .box1 .top_bx {
    height: 146px;
  }
  #location .box1 .top_bx strong {
    font-size: 13px;
    height: 65px;
  }
  #location .box1 .con1 {
    margin-top: -80px;
  }

  #location .box1 .con1 .map_bx iframe {
    height: 300px;
  }
  #location .box1 .con1 .map_bx #map_w {
    height: 300px;
  }
  #location .box1 .con1 .txt {
    font-size: 8px;
    line-height: 12px;
    padding-left: 27px;
    margin-top: 5px;
  }
  #location .box1 .con1 .txt span {
    padding-right: 7px;
  }
  #location .box1 .con1 .txt span::before {
    height: 7px;
    width: 1px;
  }
  #location .box1 .con2 {
    margin-top: 10px;
  }
  #location .box1 .con2 .ttl_bx {
    margin-bottom: 5px;
    font-size: 14px;
  }
  #location .box1 .con2 .con_bx {
    padding: 0;
    display: block;
    border-radius: 10px 10px 0 0;
    overflow: hidden;
    margin-bottom: 26px;
  }
  #location .box1 .con2 .con_bx .l_bx {
    padding-top: 0;
    width: 100%;
    text-align: center;
    background-color: #2f3f2e;
    line-height: 21px;
    font-size: 11px;
    color: #ffffff;
  }
  #location .box1 .con2 .con_bx .l_bx span {
    display: inline-block;
    margin-bottom: 0;
    margin-right: 29px;
  }
  #location .box1 .con2 .con_bx .l_bx span:last-child {
    margin-right: 0;
  }
  #location .box1 .con2 .con_bx .l_bx span::before {
    width: 15px;
    height: 13px;
    background: url(../images/sub/location_bx1_arrow_m.png) no-repeat center;
    background-size: 15px auto;
    left: auto;
    right: -22px;
    bottom: auto;
    top: 50%;
    margin-top: -7px;
  }
  #location .box1 .con2 .con_bx .r_bx {
    width: 100%;
    padding: 0 15px 7px;
  }
  #location .box1 .con2 .con_bx .r_bx .c_w {
    border-width: 1px;
    padding: 12px 0 8px;
  }
  #location .box1 .con2 .con_bx .r_bx .c_ttl {
    margin-bottom: 6px;
    padding: 0;
    font-size: 9px;
    margin-top: -2px;
  }
  #location .box1 .con2 .con_bx .r_bx .c_inner {
    margin-bottom: 19px;
  }
  #location .box1 .con2 .con_bx .r_bx .c_inner ul li:first-child {
    width: 77px;
  }
  #location .box1 .con2 .con_bx .r_bx .c_inner ul li:last-child {
    width: 75px;
  }
  #location .box1 .con2 .con_bx .r_bx .c_inner ul li .img_bx {
    height: 28px;
  }
  #location .box1 .con2 .con_bx .r_bx .c_inner ul li .img_bx::before {
    height: 1px;
  }
  #location .box1 .con2 .con_bx .r_bx .c_inner ul li .img_bx span::before {
    width: 6px;
    height: 6px;
    background-size: 4px auto;
    left: -6px;
  }
  #location .box1 .con2 .con_bx .r_bx .c_inner ul li .img_bx span img {
    max-width: 28px;
    width: 100%;
  }
  #location .box1 .con2 .con_bx .r_bx .c_inner ul li .img_bx .mid_txt {
    font-size: 7px;
    line-height: 10px;
    top: 16px;
    padding: 0;
    width: calc(100% + 20px);
    left: -10px;
  }
  #location .box1 .con2 .con_bx .r_bx .c_inner ul li .txt {
    font-size: 7px;
    line-height: 10px;
    margin-top: 3px;
    width: calc(100% + 16px);
    left: -8px;
    position: relative;
  }

  /* 의료기기 개발지원1 */
  #developmentSupport1 .box1 .btn_bx {
    margin-top: 0;
  }
  #developmentSupport1 .box1 .btn_bx a {
    line-height: 17px;
    width: 81px;
    font-size: 12px;
    border-radius: 9px;
  }
  #developmentSupport1 .box1 .con_bx {
    margin-top: 28px;
  }
  #developmentSupport1 .box1 .con_bx .con_w {
    padding-top: 24px;
    margin-bottom: 47px;
  }
  #developmentSupport1 .box1 .con_bx .con_w::before {
    border-width: 1px;
    height: 19px;
  }
  #developmentSupport1 .box1 .con_bx .l_bx {
    width: 230px;
    padding: 0 15px;
  }
  #developmentSupport1 .box1 .con_bx .l_bx .txt {
    font-size: 15px;
    line-height: 22px;
    margin-bottom: 15px;
    width: calc(100% + 15px);
    left: -15px;
  }
  #developmentSupport1 .box1 .con_bx .l_bx img {
    max-width: 111px;
    width: 100%;
  }
  #developmentSupport1 .box1 .con_bx .r_bx {
    width: calc(100% - 230px);
  }
  #developmentSupport1 .box1 .con_bx .r_bx .txt1 {
    font-size: 13px;
    line-height: 19px;
  }
  #developmentSupport1 .box1 .con_bx .r_bx .txt2 {
    margin-top: 20px;
  }
  #developmentSupport1 .box1 .con_bx .r_bx .txt2 li {
    font-size: 13px;
    line-height: 18px;
    padding-left: 15px;
    margin-bottom: 9px;
  }
  #developmentSupport1 .box1 .con_bx .r_bx .txt2 li::before {
    width: 8px;
    height: 8px;
    top: 5px;
  }
  #developmentSupport1 .box1 .con_bx .r_bx .txt2 li::after {
    width: 8px;
    height: 8px;
    left: 4px;
    top: 5px;
  }
  #developmentSupport1 .box2 {padding-top: 40px;}

  /* 의료기기 개발지원2 */
  #developmentSupport2 .con1 {
    margin-top: 25px;
  }
  #developmentSupport2 .con1::before {
    height: 2px;
    top: -25px;
  }
  #developmentSupport2 .con1 .l_bx {
    padding: 17px 15px 16px;
    width: 275px;
  }
  #developmentSupport2 .con1 .l_bx .ttl {
    font-size: 19px;
  }
  #developmentSupport2 .con1 .l_bx .list_bx {
    margin-top: 17px;
    padding: 15px 0 15px 15px;
  }
  #developmentSupport2 .con1 .l_bx .list_bx ul {
    height: 340px;
  }
  #developmentSupport2 .con1 .l_bx .list_bx li {
    margin-bottom: 9px;
  }
  #developmentSupport2 .con1 .l_bx .list_bx li label {
    font-size: 15px;
    line-height: 19px;
    padding: 8px 7px 7px 32px;
  }
  #developmentSupport2 .con1 .l_bx .list_bx li label::before {
    width: 19px;
    height: 19px;
    top: 8px;
    left: 7px;
    box-sizing: border-box;
  }
  /*#developmentSupport2 .con1 .r_bx {padding: 11px 0 0; width: calc(100% - 275px);}
    #developmentSupport2 .con1 .r_bx .date_bx .date {font-size: 18px;}
    #developmentSupport2 .con1 .r_bx .date_bx button {background-size: 10px auto!important;}
    #developmentSupport2 .con1 .r_bx .calendar_bx .week li {height: 19px; font-size: 13px;}
    #developmentSupport2 .con1 .r_bx .calendar_bx .day li {height: 60px;}
    #developmentSupport2 .con1 .r_bx .calendar_bx .day li span {font-size: 14px;}
    #developmentSupport2 .con1 .r_bx .calendar_bx .day li.first::after {width: 33px; height: 33px;}
    #developmentSupport2 .con1 .r_bx .calendar_bx .day li.last::after {width: 33px; height: 33px;}
    #developmentSupport2 .con1 .r_bx .calendar_bx .day li.on::before {height: 19px;}*/
  #developmentSupport2 .con1.type2 .l_bx {
    padding: 17px 15px 16px;
    border-width: 1px;
  }
  #developmentSupport2 .con1.type2 .l_bx .list_bx ul {
    height: 322px;
  }
  #developmentSupport2 .con1.type2 .l_bx .list_bx li {
    margin-bottom: 10px;
  }
  #developmentSupport2 .con1.type2 .l_bx .list_bx {
    margin-top: 17px;
  }
  #developmentSupport2 .con1.type2 .r_bx .r_w {
    padding: 17px 0 10px;
    border-width: 1px;
  }
  #developmentSupport2 .con1.type2 .r_bx .ttl {
    font-size: 19px;
    margin-bottom: 10px;
  }
  #developmentSupport2 .con1.type2 .r_bx .date_bx .d_w {
    padding: 0 33px;
  }
  #developmentSupport2 .con1.type2 .r_bx .date_bx .d_w button {
    width: 33px;
    background-size: 8px auto !important;
  }
  #developmentSupport2 .con1.type2 .r_bx .date_bx .year .date {
    font-size: 15px;
    line-height: 40px;
  }
  #developmentSupport2 .con1.type2 .r_bx .date_bx .month .date {
    font-size: 14px;
    line-height: 30px;
  }
  #developmentSupport2 .con1.type2 .r_bx .calendar_bx .week li {
    font-size: 11px;
    line-height: 17px;
  }
  #developmentSupport2 .con1.type2 .r_bx .calendar_bx .day li {
    font-size: 13px;
    line-height: 37px;
  }
  #developmentSupport2 .con1.type2 .r_bx .calendar_bx .day li.on::before {
    height: 36px;
  }

  #developmentSupport2 .con2 {
    margin-top: 25px;
  }
  #developmentSupport2 .con2 .ttl {
    font-size: 18px;
    margin-bottom: 18px;
  }
  #developmentSupport2 .con2 .f_bx {
    margin-bottom: 12px;
  }
  #developmentSupport2 .con2 .f_bx:nth-child(n) .f_w {
    padding-left: 70px;
    min-height: 30px;
  }
  #developmentSupport2 .con2 .f_bx.date_bx .f_w {
    padding-right: 93px;
  }
  #developmentSupport2 .con2 .f_bx:nth-child(n) .f_w .l_txt {
    font-size: 16px;
    max-width: 61px;
    line-height: 30px;
  }
  #developmentSupport2 .con2 .f_bx:nth-child(n) .f_w input[type='text'] {
    height: 30px;
    font-size: 15px;
    padding: 0 11px;
  }
  #developmentSupport2 .con2 .f_bx.date_bx .f_w input[type='text'] {
    max-width: 136px;
  }
  #developmentSupport2 .con2 .f_bx:nth-child(n) .f_w select {
    height: 30px;
    position: absolute;
    right: 0;
    top: 0;
    width: 85px;
    font-size: 15px;
    background-size: 10px auto;
    padding: 0 18px 0 11px;
    background-position: right 6px center;
  }
  #developmentSupport2 .btm_btn {
    padding-top: 18px;
  }
  #developmentSupport2 .btm_btn a {
    line-height: 23px;
    width: 110px;
    font-size: 16px;
  }
}

/* 모바일 */
@media all and (max-width: 768px) {
  /* 인사말 */
  #greeting .box1 .top_bx {
    background: url(../images/sub/greeting_bx1_bg_m.jpg) no-repeat center;
    background-size: cover;
  }
  #greeting .box1 .top_bx .inner_bx .l_bx {
    justify-content: center;
  }
  #greeting .box1 .top_bx .inner_bx .l_bx .txt_w {
    width: auto;
  }

  /* 비전과 목표 */
  #vision .box1::before {
    background: url(../images/sub/vision_bx1_con1_bg_m.jpg) no-repeat center;
    background-size: cover;
  }
  #vision .box1 .con1 .top_txt p {
    max-width: 238px;
  }
  #vision .box1 .con1 ul li:nth-child(n) {
    width: calc(33.333% - 8px);
    margin-right: 12px;
    margin-top: 12px;
  }
  #vision .box1 .con1 ul li:nth-child(3n) {
    margin-right: 0;
  }
  #vision .box1 .con1 ul li:nth-child(-n + 3) {
    margin-top: 0;
  }

  #vision .box2::before {
    background: url(../images/sub/vision_bx2_con1_bg_m.jpg) no-repeat center;
    background-size: cover;
  }
  #vision .box2 .con1 table thead .txt1 li div span {
    font-size: 6px;
  }

  /* 조직도 */
  #org .box1 .top_bx {
    background: url(../images/sub/org_bx1_bg_m.jpg) no-repeat center;
    background-size: cover;
  }

  /* 오시는 길 */
  #location .box1 .top_bx {
    background: url(../images/sub/location_bx1_bg_m.jpg) no-repeat center;
    background-size: cover;
  }
  #location .box1 .con1 .map_bx iframe {
    height: 220px;
  }
  #location .box1 .con1 .map_bx #map_w {
    height: 159px;
  }

  /* 의료기기 개발지원1 */
  #developmentSupport1 .box1 .con_bx .con_w {
    padding-top: 0;
  }
  #developmentSupport1 .box1 .con_bx .con_w::before {
    display: none;
  }
  #developmentSupport1 .box1 .con_bx .l_bx {
    width: 100%;
    text-align: center;
    padding: 0;
  }
  #developmentSupport1 .box1 .con_bx .l_bx .txt {
    width: 100%;
    left: 0;
    margin-bottom: 0;
    margin-top: 5px;
    position: relative;
    padding-bottom: 15px;
  }
  #developmentSupport1 .box1 .con_bx .l_bx .txt::before {
    content: '';
    width: 19px;
    height: 4px;
    position: absolute;
    left: 50%;
    bottom: 0;
    margin-left: -10px;
    background: url(../images/sub/developmentSupport1_bx1_icon3_m.png) no-repeat
      center;
    background-size: 19px 4px;
  }
  #developmentSupport1 .box1 .con_bx .l_bx img {
    max-width: 153px;
    margin: 0 auto;
  }
  #developmentSupport1 .box1 .con_bx .r_bx {
    width: 100%;
    margin-top: 11px;
  }

  /* 의료기기 개발지원2 */
  #developmentSupport2 .con1 {
    border: none;
    margin-top: 0;
  }
  #developmentSupport2 .con1::before {
    display: none;
  }
  #developmentSupport2 .con1 .l_bx {
    width: 100%;
    background-color: transparent;
    border: 1px solid #939393;
  }
  #developmentSupport2 .con1 .l_bx .list_bx {
    border: none;
    padding: 0;
  }
  #developmentSupport2 .con1 .l_bx .list_bx ul {
    padding-right: 0;
    height: 261px;
  }
  /*#developmentSupport2 .con1 .r_bx {width: 100%; margin-top: 25px; border: 1px solid #00696d; padding: 0; border-top: none;}
    #developmentSupport2 .con1 .r_bx .date_bx {background-color: #00696d; position: relative; padding: 11px 0;}
    #developmentSupport2 .con1 .r_bx .date_bx .date {color: #fff;}
    #developmentSupport2 .con1 .r_bx .date_bx button {position: absolute; top: 0; height: 42px; width: 38;}
    #developmentSupport2 .con1 .r_bx .date_bx button.prev {left: 0; background: url(../images/icon/arrow6.png) no-repeat center; background-size: 10px auto;}
    #developmentSupport2 .con1 .r_bx .date_bx button.next {right: 0; background: url(../images/icon/arrow7.png) no-repeat center; background-size: 10px auto;}
    #developmentSupport2 .con1 .r_bx .calendar_bx .day li {height: 40px;}
    #developmentSupport2 .con1 .r_bx .calendar_bx {margin-top: 7px;}*/
  #developmentSupport2 .con1.type2 .l_bx {
    width: 100%;
  }
  #developmentSupport2 .con1.type2 .l_bx .list_bx ul {
    height: 266px;
  }
  #developmentSupport2 .con1.type2 .r_bx {
    width: 100%;
    border: 1px solid #939393;
    border-top: none;
  }
  #developmentSupport2 .con1.type2 .r_bx .r_w {
    width: 100%;
    border: none;
    border-bottom: 1px solid #939393;
    padding-bottom: 0;
  }
  #developmentSupport2 .con1.type2 .r_bx .r_w:nth-child(2) {
    border-bottom: none;
  }

  #developmentSupport2 .con2 {
    border: 1px solid #939393;
    padding: 18px 23px 23px;
  }
  #developmentSupport2 .con2 .ttl {
    text-align: center;
  }
  #developmentSupport2 .con2 .f_bx:nth-child(n) .f_w {
    width: 100%;
    margin-bottom: 12px;
    margin-right: 0;
  }
  #developmentSupport2 .con2 .f_bx:nth-child(n) .f_w:last-child {
    margin-bottom: 0;
  }
  #developmentSupport2 .con2 .f_bx.date_bx .f_w::before {
    display: none;
  }
  #developmentSupport2 .con2 .f_bx .f_w:nth-child(2n) .l_txt {
    text-align: left;
  }
  #developmentSupport2 .con2 .f_bx .f_w input[type='text'] {
    background-color: #e5f0f0;
  }
  #developmentSupport2 .con2 .f_bx.date_bx .f_w input[type='text'] {
    max-width: 100%;
  }
}
