@charset "UTF-8";
/**********************2022.10.28 ***************************************/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+KR&display=swap");
/**********************GW CKL*******************************************/

@font-face {
  font-family: "Godo";
  font-style: normal;
  font-weight: 400;
  src: url("//cdn.jsdelivr.net/korean-webfonts/1/corps/godo/Godo/GodoM.woff2")
      format("woff2"),
    url("//cdn.jsdelivr.net/korean-webfonts/1/corps/godo/Godo/GodoM.woff")
      format("woff");
}

@font-face {
  font-family: "Godo";
  font-style: normal;
  font-weight: 700;
  src: url("//cdn.jsdelivr.net/korean-webfonts/1/corps/godo/Godo/GodoB.woff2")
      format("woff2"),
    url("//cdn.jsdelivr.net/korean-webfonts/1/corps/godo/Godo/GodoB.woff")
      format("woff");
}

* {
  font-family: "Noto Sans KR", sans-serif;
}
.both {
  clear: both;
}
.min_style li {
  list-style: none !important;
}
/* 메인슬라이드 */
.visual {
  position: relative;
  overflow: hidden;
}
.visual .swiper-slide .slide_inr {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.visual .swiper-slide .txt {
  position: absolute;
  top: 290px;
  left: 50%;
  margin-left: -800px;
  opacity: 0;
  transform: translateY(-50px);
  transition: 1s 0.5s;
  width: 100%;
  height: 100%;
  display: block;
}
.visual .swiper-slide .link {
  position: absolute;
  top: 158px;
  left: 0;
  width: 100%;
  height: calc(100% - 100px);
  display: block;
}
.visual .swiper-slide.swiper-slide-active .txt {
  opacity: 1;
  transform: translateY(0);
}

/*메인콘텐츠*/
.main_cont {
  position: absolute;
  top: 16%;
  z-index: 4;
  width: 100%;
}

/*장비예약서비스*/
.main_tit {
  margin-bottom: 35px;
  display: inline-block;
}
.main_tit h3 {
  font-family: "Godo", sans-serif;
  font-size: 32px;
  letter-spacing: -2px;
  color: #fff;
  font-weight: 500;
}
.main_tit p {
  font-size: 18px;
  letter-spacing: -1px;
  color: rgba(255, 255, 255, 0.5);
  font-weight: bold;
}
.equipment ul li:nth-child(1):after {
  background-image: url("/theme/basic/img/main/icon01.png");
}
.equipment ul li:nth-child(2):after {
  background-image: url("/theme/basic/img/main/icon02.png");
}
.equipment ul li:nth-child(3):after {
  background-image: url("/theme/basic/img/main/icon03.png");
}

/*홍보동영상*/
.main_cont03 {
  background-image: url("/theme/basic/img/main/main_cont3_bg_01.png");
  padding: 110px 0;
}

/*sub*/
.sub_visual {
  margin-top: 179px;
  width: 100%;
  height: 289px;
  position: relative;
  overflow: hidden;
  background-size: cover !important;
}
.subv_10:after {
  background: #dfdfdf url("../img/sub/sub_bg10.png");
}
.subv_20:after {
  background-image: url("../img/sub/sub_bg20.png");
}
.subv_30:after {
  background-image: url("../img/sub/sub_bg30.png");
}
.subv_40:after {
  background-image: url("../img/sub/sub_bg40.png");
}
.subv_50:after {
  background-image: url("../img/sub/sub_bg10.png");
}
.subv_60:after {
  background-image: url("../img/sub/sub_bg10.png");
}
.subv_70:after {
  background-image: url("../img/sub/sub_bg10.png");
}
.sub_visual:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  background-size: cover;
  background-position: center center;
  animation-duration: 3s;
  animation-fill-mode: both;
  animation-iteration-count: 1;
  animation-timing-function: ease;
  -webkit-animation-duration: 3s;
  -webkit-animation-fill-mode: both;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-timing-function: ease;
  animation-delay: 0.4s;
  -webkit-animation-delay: 0.4s;
  animation-name: visual-zoom;
  -webkit-animation-name: visual-zoom;
}

.sub_wrap {
  width: 100%;
}

.manager {
  font-size: 14px;
  padding: 20px;
  margin: 30px 0 50px 0;
  width: 100%;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  background-color: #f2f2f2;
  border: 1px solid #e6e6e6;
}
.manager span.phone_ico {
  display: inline-block;
  width: 16px;
  height: 16px;
  background-image: url("../img/sub/phone.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  vertical-align: middle;
  margin: 0 6px 0 16px;
  font-size: 0;
}
.manager span.mail_ico {
  display: inline-block;
  width: 16px;
  height: 16px;
  background-image: url("../img/sub/mail.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  vertical-align: middle;
  margin: 0 6px 0 16px;
  font-size: 0;
}

.ctt_admin a {
  background: #333;
  padding: 20px 10;
  color: #fff;
  font-size: 14px;
  text-align: right;
}
.ctt_admin {
  text-align: right;
}

.area_policy .rules {
  padding: 30px 40px;
  border: 1px solid #ccc;
}
.area_policy .rule {
  margin-bottom: 30px;
}
.area_policy .title_big {
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: 600;
}
.area_policy .body {
  font-size: 16px;
  font-weight: 300;
}

/*table*/
.table {
  border-spacing: 0;
  border-collapse: collapse;
}
.table-style {
  white-space: normal;
  width: 100%;
  border-top: 2px solid #000;
  overflow: auto;
  margin-top: 20px;
}
.table-style > table {
  font-size: 14px;
  width: 100%;
}
.table-style > table > thead > tr > th,
.table-style > table > tbody > tr > th,
.table-style > table > tbody > tr > td {
  vertical-align: middle !important;
  border: 1px solid #ddd;
  padding: 8px 5px;
}
.table-style > table > thead > tr > th:first-child,
.table-style > table > tbody > tr > th:first-child,
.table-style > table > tbody > tr > td:first-child {
  border-left: none;
}
.table-style > table > thead > tr > th:last-child,
.table-style > table > tbody > tr > th:last-child,
.table-style > table > tbody > tr > td:last-child {
  border-right: none;
}
.table-style > table > thead > tr > th,
.table-style > table > tbody > tr > th {
  background: #f7f7f7;
  text-align: center;
  font-weight: 600;
  font-size: 14px;
}
.table-style > table > tbody > tr > th > span {
}
.table-style > table > thead > tr > th.green,
.table-style > table > tbody > tr > th.green {
  background: #f8fbf7;
  text-align: center;
  font-weight: 500;
  font-size: 15px;
}
.table-style > table > thead > tr > th.green2,
.table-style > table > tbody > tr > th.green2 {
  background: #e0e8de;
  text-align: center;
  font-weight: 500;
  font-size: 15px;
}

/*table_장비예약*/
.table-style-eq {
  white-space: normal;
  width: 100%;
  border-top: 2px solid #000;
  margin-top: 10px;
} /*overflow: auto;*/
.table-style-eq > table {
  font-size: 14px;
  width: 100%;
  border-collapse: collapse;
}
.table-style-eq > table > thead > tr > th,
.table-style-eq > table > tbody > tr > th,
.table-style-eq > table > tbody > tr > td {
  vertical-align: middle !important;
  border: 1px solid #ddd;
  padding: 8px 10px;
}
.table-style-eq > table > thead > tr > th:first-child,
.table-style-eq > table > tbody > tr > th:first-child,
.table-style-eq > table > tbody > tr > td:first-child {
  border-left: none;
}
.table-style-eq > table > thead > tr > th:last-child,
.table-style-eq > table > tbody > tr > th:last-child,
.table-style-eq > table > tbody > tr > td:last-child {
  border-right: none;
}
.table-style-eq > table > thead > tr > th,
.table-style-eq > table > tbody > tr > th {
  background: #f7f7f7;
  text-align: center;
  font-weight: 600;
  font-size: 14px;
}
.table-style-eq > table > tbody > tr > th > span {
}
.table-style-eq > table > thead > tr > th.green,
.table-style-eq > table > tbody > tr > th.green {
  background: #f8fbf7;
  text-align: center;
  font-weight: 500;
  font-size: 15px;
}
.table-style-eq > table > thead > tr > th.green2,
.table-style-eq > table > tbody > tr > th.green2 {
  background: #e0e8de;
  text-align: center;
  font-weight: 500;
  font-size: 15px;
}
.table-style-eq .frm_input {
  padding: 10px !important;
}

.text-center {
  text-align: center;
}
.bg_f7 {
  background: #f7f7f7;
}

/*images*/
.about_img {
  float: left;
  width: 400px;
  background: #dfdfdf;
  margin-left: 50px;
  min-height: 600px;
}
.about_txt {
  float: left;
  width: 800px;
  font-size: 17px;
}
.about_sign {
  text-align: right;
  font-size: 14px;
  background: url("/theme/basic/img/sub/img_sign.png") no-repeat right 20px;
  height: 300px;
  display: block;
  letter-spacing: -1px;
  font-weight: 600;
}

/*내예약 */
.jbtn_r01 {
  padding: 5px 10px;
  border: 1px #bfbfbf solid;
  background: #fff;
  border-radius: 13px;
  color: #7f7f7f;
}
.jbtn_r02 {
  padding: 5px 10px;
  border: 1px #0070c0 solid;
  background: #0070c0;
  border-radius: 13px;
  color: #fff;
}
.jbtn_r03 {
  padding: 5px 10px;
  border: 1px #4fc07d solid;
  background: #4fc07d;
  border-radius: 13px;
  color: #fff;
}
.jbtn_cancel {
  padding: 5px 18px;
  border: 1px #7f7f7f solid;
  background: #7f7f7f;
  border-radius: 13px;
  color: #fff;
}
.jbtn_modify {
  display: inline;
  padding: 5px 18px;
  border: 1px #7f7f7f solid;
  background: #7f7f7f;
  border-radius: 13px;
  color: #fff;
}
.text-right {
  text-align: right;
}

/*오시는 길*/
.position_cont {
  margin-top: 30px;
}

.title.mving,
.text.mving {
  opacity: 0;
  transform: translate(0, 20px);
}
.title.moved,
.text.moved {
  opacity: 1;
  transform: translate(0, 0);
  transition: transform 1s, opacity 1s;
}
.text.moved {
  transition-delay: 0.15s;
}

/*table_장비예약*/
.table-style-eq2 {
  white-space: normal;
  width: 100%;
  border-top: 2px solid #000;
  overflow: auto;
  margin-top: 10px;
}
.table-style-eq2 > table {
  font-size: 14px;
  width: 100%;
}
.table-style-eq2 > table > thead > tr > th,
.table-style-eq > table > tbody > tr > th,
.table-style-eq2 > table > tbody > tr > td {
  vertical-align: middle !important;
  border: 1px solid #ddd;
  padding: 8px 10px;
}
.table-style-eq2 > table > thead > tr > th:first-child,
.table-style-eq2 > table > tbody > tr > th:first-child,
.table-style-eq2 > table > tbody > tr > td:first-child {
  border-left: none;
}
.table-style-eq2 > table > thead > tr > th:last-child,
.table-style-eq2 > table > tbody > tr > th:last-child,
.table-style-eq2 > table > tbody > tr > td:last-child {
  border-right: none;
}
.table-style-eq2 > table > thead > tr > th,
.table-style-eq2 > table > tbody > tr > th {
  background: #e6eef7;
  text-align: center;
  font-weight: 600;
  font-size: 14px;
}
.table-style-eq2 > table > tbody > tr > th > span {
}
.table-style-eq2 > table > thead > tr > th.green,
.table-style-eq2 > table > tbody > tr > th.green {
  background: #f8fbf7;
  text-align: center;
  font-weight: 500;
  font-size: 15px;
}
.table-style-eq2 > table > thead > tr > th.green2,
.table-style-eq2 > table > tbody > tr > th.green2 {
  background: #e0e8de;
  text-align: center;
  font-weight: 500;
  font-size: 15px;
}
.table-style-eq2 .frm_input {
  padding: 10px !important;
}
.table-style-eq2 > table > tbody > tr > td > img {
  width: 100%;
}

@media (max-width: 767px) {
  .m_wrap {
    margin-top: 60px;
  }
  .main_cont_inner {
    width: 100%;
    overflow: hidden;
    padding: 20px;
  }
  .main_cont02 {
    background: #66cfeb url("/theme/basic/img/main/main_cont2_bg_02.png");
    padding: 30px 0 0 0;
    background-repeat: no-repeat;
  }
  .equipment ul li:hover {
  }
  .video_play {
    width: 100%;
    height: 240px;
    background: #8b8b8b;
    position: relative;
  }
  .video_play .play_img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50px, -50px);
  }
  .equipment ul {
    text-align: center;
  }
  .equipment ul li {
    text-align: center !important;
    margin-bottom: 5.5%;
    padding: 20px 20px 40px 20px;
    position: relative;
    text-align: left;
    width: 80%;
    background: #fff;
    display: inline-block;
    margin-left: 2%;
    border: 1px solid rgba(0, 0, 0, 0.08);
  }
  .equipment ul li:nth-child(1) {
    margin-left: 0;
  }
  /*.equipment ul li:after {content: "";position: absolute;background-repeat: no-repeat;top: 80px;right: 50px;width: 92px;height: 106px;}
.equipment ul li:nth-child(1):after{background-image: url('/theme/basic/img/main/icon01.png');}
.equipment ul li:nth-child(2):after{background-image: url('/theme/basic/img/main/icon02.png');}
.equipment ul li:nth-child(3):after{background-image: url('/theme/basic/img/main/icon03.png');}
.equipment ul li:before {content: "";position: absolute;top: 30px;right: 25px;width: 170px;height: 165px; background-color: #f8f8f8;border-radius: 85px;}*/
  .equipment ul li h3 {
    font-weight: bold;
    font-size: 24px;
    line-height: 28px;
    letter-spacing: -0.72px;
  }
  .equipment ul li p {
    font-size: 18px;
    line-height: 27px;
    letter-spacing: -0.48px;
    color: #666;
    margin-top: 10px;
  }
  .equipment ul li .arrow_a {
    display: none;
  }
  .equipment ul li .img_box {
  }
  .equipment ul li .img_box .img_box_p {
    display: inline-block;
    border-radius: 50%;
    padding: 25px;
    background-color: #f8f8f8;
  }
  .equipment_txt_box {
    margin-top: 20px;
  }
  /*메인콘텐츠-왼쪽*/
  .main_cont_left {
    float: left;
    width: 100%;
    margin-top: 40px;
    color: #fff;
  }
  .main_cont_left .visual_txt {
    margin-bottom: 40px;
  }
  .main_cont_left .visual_txt p {
    line-height: 1.1;
    letter-spacing: -4px;
    font-family: "Godo", sans-serif;
    color: #66cfeb;
    font-size: 36px;
  }
  .main_cont_left .visual_txt p br {
    display: none;
  }
  .main_cont_left .visual_txt p span {
    font-family: "noto", sans-serif;
    color: rgba(255, 255, 255, 0.42);
    font-size: 16px;
    display: block;
    letter-spacing: -1px;
    font-weight: bold;
  }
  .main_cont_left .visual_ctrl {
    z-index: 9;
  }
  .main_cont_left .visual_ctrl .visual_pager {
    display: inline-block;
    vertical-align: middle;
    color: rgba(255, 255, 255, 0.4);
  }
  .main_cont_left .visual_ctrl .visual_current {
    font-size: 25px;
  }
  .main_cont_left .visual_ctrl .visual_total {
    font-size: 18px;
  }
  .main_cont_left .visual_ctrl .visual_pager.visual_current {
    color: #fff;
  }
  .main_cont_left .visual_ctrl .visual_arrow {
    display: inline-block;
    vertical-align: middle;
    background-position: center;
    background-repeat: no-repeat;
    width: 17px;
    height: 24px;
    cursor: pointer;
  }
  .main_cont_left .visual_ctrl .visual_arrow.visual_prev {
    background-image: url("/theme/basic/img/main/sec01_prev.png");
    margin: 0 8px 0 30px;
  }
  .main_cont_left .visual_ctrl .visual_arrow.visual_next {
    background-image: url("/theme/basic/img/main/sec01_next.png");
    margin: 0 30px 0 8px;
  }
  .main_cont_left .visual_ctrl .play1 {
    background-image: url("/theme/basic/img/main/sec01_start.png");
    display: inline-block;
    vertical-align: middle;
    width: 8px;
    height: 14px;
    margin: 0 12px 0 0;
    cursor: pointer;
  }
  .main_cont_left .visual_ctrl .stop1 {
    background-image: url("/theme/basic/img/main/sec01_stop.png");
    display: inline-block;
    width: 8px;
    height: 14px;
    margin: 0 12px 0 0;
    cursor: pointer;
  }
  .main_cont_left .visual_ctrl .visual_progress {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 120px;
    height: 2px;
    background: rgba(255, 255, 255, 0.1);
  }
  .main_cont_left .visual_ctrl .visual_progress .visual_bar {
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    height: 100%;
    background: #fff;
    transition: 1s;
  }

  #topMenuCon {
    display: none;
  }
  .sub_visual {
    margin-top: 79px;
    width: 100%;
    height: 289px;
    position: relative;
    overflow: hidden;
    background-size: cover !important;
  }
  .sub_visual h1 {
    font-size: 32px;
    color: #fff;
    padding: 120px 0 0;
    text-align: center;
    font-weight: 600;
  }
  .sub_visual h1 span {
    font-size: 32px;
    color: #fff;
  }
  .sub_visual h1 p {
    font-size: 18px;
    color: #9d9c9c;
  }

  .sub_inner {
    width: 100%;
    padding: 80px 20px;
    margin: 0 auto;
    position: relative;
  }
  .footer_inner {
    width: 100%;
    margin: 0 auto;
  }
  .jbtn_r01 {
    display: block;
  }
  .jbtn_r02 {
    display: block;
  }
  .jbtn_r03 {
    display: block;
  }
  .jbtn_cancel {
    display: block;
    margin-top: 6px;
  }

  /*찾아오시는 길*/
  .visi_map {
    width: 100%;
    height: 300px;
  }
  .visi_map #map {
    width: 100%;
    height: 300px;
  }
  .w_way {
    margin-top: 50px;
  }
  .w_way ul {
    overflow: hidden;
    border-top: 2px solid #000;
    margin-top: 15px;
  }
  .w_way ul li {
    border-bottom: 1px solid #e4e4e4;
  }
  .w_way ul li h3 {
    display: none;
  }
  .w_way ul li p {
    display: inline-block;
    margin-bottom: 0;
    padding: 10px;
    font-size: 15px;
    font-weight: 500;
  }
  .w_way ul li p span {
    display: block;
  }
  .w_way ul li p span:nth-child(2) {
    margin-left: 0px;
  }
  .w_way {
    margin-top: 50px;
  }
  .w_way h2 img {
    max-width: 70% !important;
  }

  .w_way2 {
    margin-top: 50px;
  }
  .w_way2 ul {
    overflow: hidden;
    border-top: 2px solid #000;
    margin-top: 15px;
  }
  .w_way2 ul li {
    border-bottom: 1px solid #e4e4e4;
  }
  .w_way2 ul li h3 {
    display: none;
  }
  .w_way2 ul li p {
    display: table-cell;
    margin-bottom: 0;
    vertical-align: middle;
    padding: 10px 0;
  }
  .w_way2 ul li p span {
    margin-left: 25px;
  }
  .w_way2 ul li p span:nth-child(2) {
    margin-left: 25px;
  }
  .w_way2 h2 {
    font-size: 18px;
    letter-spacing: -1px;
    color: #333;
  }

  .car_title {
    font-size: 16px;
    font-weight: 600;
    display: block;
    margin-left: 0px !important;
  }

  /*공지사항*/

  .main-board {
    margin-bottom: 0;
  }
  .main-board-wrap {
    width: 100%;
    max-width: 1080px;
    margin: 0 auto;
  }
  .main-board-item.main-board-item-notice {
    border-right: 1px solid #f3f6f9;
    border-bottom: 1px solid #ddd;
  }
  .main-board-item {
    width: 100%;
    padding: 20px;
  }
  .main-board-item-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .main-board-item-header h3 {
    font-weight: 400;
    font-size: 24px;
    line-height: 28px;
    letter-spacing: -0.72px;
    font-weight: bold;
  }
  .main-board-item-contents h4 {
    font-size: 16px;
    color: #686666;
  }
  .main-board-item-contents time {
    font-size: 14px;
    color: #686666;
    margin-top: 5px;
  }
  .main-board-open-btn {
    text-indent: -9999px;
    width: 25px;
    height: 25px;
    background-repeat: no-repeat;
    background-image: url(../img/main/more.png);
  }
  .main-board-item-contents {
    margin-top: 18px;
    display: inline-block;
  }
  .main-board-item.main-board-item-faq {
    border-left: 1px solid #f3f6f9;
    padding: 20px;
  }

  /*footer*/
  #footer {
    position: relative;
  }

  .footer_cont {
    background: #464646;
    color: #fff;
    font-size: 15px;
    padding: 30px 20px;
  }
  .footer_cont_1 {
    padding: 50px 0 0 0;
  }
  .footer_cont_logo {
    display: none;
  }
  .footer_ul_1 {
    overflow: hidden;
    margin-bottom: 5px;
    display: none;
  }
  .footer_ul_1 li {
    position: relative;
    padding-left: 20px;
  }
  .footer_ul_1 li a {
    color: #fff;
  }
  .footer_ul_1 li:after {
    content: "";
    width: 3px;
    height: 3px;
    background: #ddd;
    position: absolute;
    bottom: 7px;
    left: 10px;
    border-radius: 50%;
  }
  .footer_cont_1 ul {
    overflow: hidden;
  }
  .footer_last_li {
    color: #8e8d8d;
    font-size: 13px;
    font-weight: bold;
  }
  .footer_cont_1 span {
    display: block;
  }

  .sns_icon_wrap {
    padding-top: 0px;
    position: absolute;
    top: 20px;
  }
  .sns_icon_wrap li {
    float: left;
    position: relative;
    padding-left: 20px;
  }
  .sns_icon_wrap li:first-child {
    padding-left: 0px;
  }

  /*개인정보처리방침*/
  .privacy {
    width: 100%;
    padding-bottom: 30px;
    margin-top: 30px;
  }
  .privacy p {
    line-height: 140%;
    font-size: 16px;
    font-weight: bold;
    padding-bottom: 10px;
  }
  .privacy .head_box {
    font-weight: bold;
    width: 100%;
    padding: 20px;
    background: #e2ebf6;
    font-size: 16px;
  }
  .privacy h4 {
    padding: 30px 0 10px 0;
    color: #25538f;
    font-size: 18px;
    font-weight: bold;
  }
  .privacy dl {
    padding-left: 20px;
    padding-top: 10px;
  }
  .privacy dl dt {
    padding-top: 10px;
    color: #25538f;
    font-size: 14px;
    font-weight: bold;
    line-height: 150%;
  }
  .privacy dl dd {
    padding-left: 20px;
    line-height: 150%;
  }
  .privacy ul {
  }
  .privacy ul li {
    line-height: 150%;
    font-size: 14px;
  }
  .privacy .content_list02 {
    width: 100%;
  }
  .privacy .table_type01 {
    margin-top: 10px;
    width: auto;
  }
  .table_type01 {
    border: 0;
    border-collapse: collapse;
    border-spacing: 0;
    font-size: 12px;
    width: auto;
  }
  .table_type01 {
    overflow-y: scroll;
    width: 100%;
    margin-bottom: 10px;
    border-bottom: 1px solid #ddd;
    border-top: 2px solid #2c50a6;
    text-align: center;
  }
  .table_type01 table {
    margin: 1em 0;
  }
  .table_type01 caption {
    display: none;
  }
  .table_type01 th {
    font-size: 14px;
    padding: 10px;
    border-bottom: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-left: 1px solid #ddd;
    background-color: #f8f8f8;
    font-weight: bold;
    line-height: 1.8em;
    color: #3056a7;
  }
  .table_type01 td {
    font-size: 14px;
    padding: 10px;
    line-height: 1.8em;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
  }
  .table_type01 td:first-child {
    border-left: 1px solid #ddd;
  }
  .table_type01 td a {
    color: #333;
  }
  .privacy .content_list02 .scroll-box {
    width: 100%;
    overflow-x: auto;
    white-space: nowrap;
  }
  /*조직도*/
  .org {
    text-align: center;
    margin-top: 40px;
  }
  .org_head {
    margin-bottom: 35px;
    overflow: hidden;
    position: relative;
  }
  .org_head p {
    background: #004f8f url("../img/sub/org_logo.png") no-repeat;
    background-position: 172px 25px;
    text-align: center;
    display: inline-block;
    padding: 30px 100px;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
  }
  .org_head2 {
    margin-bottom: 35px;
    overflow: hidden;
    position: relative;
  }
  .org_head2 p {
    background: #42ac3f url("../img/sub/org_logo.png") no-repeat;
    background-position: 172px 25px;
    text-align: center;
    display: inline-block;
    padding: 30px 100px;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
  }
  .org_child {
    position: relative;
  }
  .org_child ul {
    overflow: hidden;
    text-align: center;
  }
  .org_child ul li {
    position: relative;
    display: inline-block;
    width: 100%;
    background: #ddd;
    margin-top: 15px;
    border: 1px solid #c2bdbd;
  }
  .org_child ul li p {
    font-size: 14px;
    margin: 0;
    padding: 25px 20px;
  }
  .org_child:before {
    top: -35px;
    left: 50%;
    display: block;
    content: "";
    background: #d7d4d4;
    position: absolute;
    width: 1px;
    height: 55px;
  }

  /*인사말*/
  .position_cont {
    position: relative;
    width: 100%;
  }
  .position_cont .intro {
    overflow: hidden;
    padding: 50px 0px;
  }
  .position_cont .intro > .left {
    float: left;
    display: block;
    width: 100%;
  }
  .position_cont .intro > .right {
    float: left;
    display: block;
    width: 100%;
  }
  .position_cont .intro > .right {
    float: right;
  }
  .position_cont {
    margin-top: 30px;
  }
  .color_dark .title {
    color: #fff;
  }
  .color_dark .text {
    color: #bdbdbf;
  }
  .position_cont .inr_box img {
    max-width: 100%;
  }
  .m_none {
    display: none !important;
  }
  .m_block {
    display: block !important;
    width: 100%;
  }
  .nobullet {
    padding-left: 0 !important;
    background: none !important;
  }
  .nobullet:before {
    content: none !important;
  }
  .title_box {
    text-align: center;
    margin: 20px 0 50px;
  }
  .title2 {
    display: block;
    position: relative;
    line-height: 1.5;
  }
  .title2.is1 {
    letter-spacing: -3px;
    font-size: 30px;
    font-weight: bold;
    line-height: 1.3;
  }
  .title2:first-child {
    margin-top: 0;
  }
  .text {
    letter-spacing: -0.01em;
    color: #666;
  }
  .text.is1 {
    margin-left: 22px;
    font-weight: bold;
  }
  .underline {
    position: relative;
    z-index: 10;
    color: #333;
    transition: all 400ms;
  }
  .inr_box p {
    line-height: 1.85;
    word-break: keep-all;
    font-size: 16px;
    margin-bottom: 10px;
    font-weight: 500;
  }
  .underline:before {
    opacity: 0.14;
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 50%;
    background: #1c356f;
    transition: all 400ms;
  }
  .emph_gray {
    margin-bottom: 18px;
    display: inline-block;
    color: #bababa !important;
    font-size: 20px;
    margin-top: 10px;
  }
  .goal_img {
    width: 100%;
  }
  .jason_img {
    margin-top: 30px;
    text-align: center;
  }
  /*사업소개*/
  .purpose_1_2 span {
    display: block;
    padding-left: 0;
  }
  /*시설안내*/
  .purpose_1_3 span {
    display: block;
    margin: 5px 0;
    font-weight: 400;
    font-size: 15px;
  }
  .purpose_1_3 img {
    width: 100%;
    margin-top: 15px;
  }
  .purpose_1_3 {
    font-weight: bold;
    font-size: 20px;
  }
  .step-box {
    margin-top: 20px;
    white-space: nowrap;
    overflow-x: scroll;
    margin-bottom: 40px;
    position: relative;
    padding: 20px 35px;
    background: #f9f9f9;
  }
  .step-box_p {
    display: inline-block;
    background: #238bd7;
    color: #fff;
    padding: 5px 30px;
    border-radius: 25px;
    margin-top: 10px;
  }
  .step-box .step {
    margin: 0 -8px;
    width: 1150px;
  }
  .step-box .step > li {
    float: left;
    width: 16.285%;
    padding: 0 8px;
    text-align: center;
  }
  .step-box .ic {
    position: relative;
    width: 100%;
    padding-top: 90%;
    background-position: center;
    background-size: 157px 157px;
    background-repeat: no-repeat;
    border-radius: 100%;
  }
  .step-box .ic span {
    z-index: 2;
    width: 64px;
    line-height: 24px;
    border-radius: 12px;
    text-align: center;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: -0.5px;
    color: #fff;
    position: absolute;
    left: 50%;
    margin-left: -40px;
    bottom: -10px;
  }
  .step-box .ic:before {
    width: 100%;
    height: 100%;
    background-size: contain;
    position: absolute;
    top: 0;
    left: 0;
    content: "";
  }
  .step-box .ic:after {
    z-index: 1;
    width: calc(100% + 18px);
    height: 1px;
    background: #054aa0;
    position: absolute;
    bottom: 0;
    left: -8px;
    content: "";
  }
  .step-box .step > li:first-child .ic:after,
  .step-box .step > li:last-child .ic:after {
    width: 50%;
  }
  .step-box .step > li:first-child .ic:after {
    left: auto;
    right: -10px;
  }
  .step-box .step > li:nth-child(1) .ic {
    background-image: url(/theme/basic/img/sub/qc-step1.png);
    background-position: 2px;
  }
  .step-box .step > li:nth-child(2) .ic {
    background-image: url(/theme/basic/img/sub/qc-step2.png);
    background-position: 2px;
  }
  .step-box .step > li:nth-child(3) .ic {
    background-image: url(/theme/basic/img/sub/qc-step3.png);
    background-position: 2px;
  }
  .step-box .step > li:nth-child(4) .ic {
    background-image: url(/theme/basic/img/sub/qc-step4.png);
    background-position: 2px;
  }
  /*.step-box .step>li:nth-child(4) .ic:before { background-image: url(/theme/basic/img/subs/step-dash.png); }*/
  .step-box .step > li:nth-child(5) .ic {
    background-image: url(/theme/basic/img/sub/qc-step5.png);
    background-position: 2px;
  }
  .step-box .step > li:nth-child(6) .ic {
    background-image: url(/theme/basic/img/sub/qc-step6.png);
    background-position: 2px;
  }
  .step-box .ic + p {
    margin-left: -7%;
    margin-top: 30px;
    font-size: 17px;
    font-weight: bold;
    color: #000;
    margin-bottom: 10px;
  }
  .step-box .step > li:nth-child(1) .ic:before {
    background: url(/theme/basic/img/sub/step-line.png) no-repeat;
  }
  .step-box .step > li:nth-child(2) .ic:before {
    background: url(/theme/basic/img/sub/step-line2.png) no-repeat;
  }
  .step-box .step > li:nth-child(3) .ic:before {
    background: url(/theme/basic/img/sub/step-line3.png) no-repeat;
  }
  .step-box .step > li:nth-child(4) .ic:before {
    background: url(/theme/basic/img/sub/step-line4.png) no-repeat;
  }
  .step-box .step > li:nth-child(5) .ic:before {
    background: url(/theme/basic/img/sub/step-line5.png) no-repeat;
  }
  .step-box .step > li:nth-child(6) .ic:before {
    background: url(/theme/basic/img/sub/step-line6.png) no-repeat;
  }
  .step-box .step > li:nth-child(1) .ic span {
    background: #6b90be;
  }
  .step-box .step > li:nth-child(2) .ic span {
    background: #487dc0;
  }
  .step-box .step > li:nth-child(3) .ic span {
    background: #2c70c6;
  }
  .step-box .step > li:nth-child(4) .ic span {
    background: #145ab2;
  }
  .step-box .step > li:nth-child(5) .ic span {
    background: #064ca5;
  }
  .step-box .step > li:nth-child(6) .ic span {
    background: #0935b1;
  }
  .step-box h3 {
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    font-family: "Godo", sans-serif;
    margin-top: 10px;
  }
  .step-box p {
    margin-bottom: 30px;
    font-size: 16px;
    font-weight: bold;
  }
  .lab_ul {
    margin-top: 25px;
  }
  .lab_ul li {
    margin-bottom: 20px !important;
    border-bottom: 1px dashed #ddd;
  }
  .lab_ul li h3 {
    background: #002060;
    display: inline-block;
    color: #fff;
    padding: 0px 15px;
    border-radius: 15px;
  }
  .lab_ul li:nth-child(1) h3 {
    background: #002060;
  }
  .lab_ul li:nth-child(2) h3 {
    background: #01be3a;
  }
  .lab_ul li:nth-child(3) h3 {
    background: #dd4053;
  }
  .lab_ul li:nth-child(4) h3 {
    background: #00bdf0;
  }
  .lab_ul li:nth-child(5) h3 {
    background: #8e5fed;
  }
  .lab_ul li h3 span {
    display: inline-block;
    color: #ffc000;
    font-size: 20px;
    font-weight: bold;
    padding-right: 8px;
  }
  .lab_ul li .txt_box {
    margin-top: 10px;
    padding-left: 1%;
    padding-bottom: 20px;
  }
  .lab_ul li .txt_box span {
    margin: 0;
  }
  .step_wrap {
    background: #f6f6f6;
    padding: 5px 80px;
  }
  .step_desc {
    margin-top: 20px;
    background: #f9f9f9;
    position: relative;
    padding: 35px 30px;
    white-space: nowrap;
    overflow-x: scroll;
  }
  .step_desc h3 {
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    font-family: "Godo", sans-serif;
    margin: 10px 0 30px 0;
  }
  .step_desc:first-child {
    border-bottom: 1px solid #dadada;
  }
  .step_desc > h5 {
    float: left;
    display: table;
    width: 110px;
    height: 168px;
    font-size: 20px;
    font-weight: 500;
    color: #444;
  }
  .step_desc > h5 > span {
    display: table-cell;
    vertical-align: middle;
  }
  .step_desc > ol {
    width: 1100px;
    padding-left: 0%;
    overflow: hidden;
    margin: 0 auto;
  }
  .step_desc > ol > li {
    float: left;
    position: relative;
    display: table;
    width: 170px;
    height: 164px;
    margin-right: 58px;
  }
  .step_desc > ol > li:last-child {
    margin-right: 0;
  }
  .step_desc > ol > li:after {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 50%;
    bottom: 0;
    right: -32px;
    margin-top: -12px;
    border-bottom: 2px solid #bdbdbd;
    border-right: 2px solid #bdbdbd;
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .step_desc > ol > li:last-child:after {
    display: none;
  }
  .step_desc > ol > li > .wrapper {
    display: table-cell;
    width: 170px;
    height: 164px;
    font-size: 16px;
    font-weight: 500;
    color: #333;
    text-align: center;
    vertical-align: middle;
    background: #fff;
    border: 5px solid;
    border-radius: 50%;
  }
  .step_desc > ol > li:nth-child(1) > .wrapper {
    border-color: #002060;
  }
  .step_desc > ol > li:nth-child(2) > .wrapper {
    border-color: #01be3a;
  }
  .step_desc > ol > li:nth-child(3) > .wrapper {
    border-color: #dd4053;
  }
  .step_desc > ol > li:nth-child(4) > .wrapper {
    border-color: #00bdf0;
  }
  .step_desc > ol > li:nth-child(5) > .wrapper {
    border-color: #8e5fed;
  }
  .step_desc > ol > li > .wrapper > span {
    display: inline-block;
    color: #fff;
    font-size: 14px;
    border-radius: 20px;
    margin-bottom: 5px;
    padding: 4px 12px;
  }
  .step_desc > ol > li > .wrapper > p {
    font-weight: bold;
  }
  .step_desc > ol > li:nth-child(1) > .wrapper > span {
    background: #002060;
  }
  .step_desc > ol > li:nth-child(2) > .wrapper > span {
    background: #01be3a;
  }
  .step_desc > ol > li:nth-child(3) > .wrapper > span {
    background: #dd4053;
  }
  .step_desc > ol > li:nth-child(4) > .wrapper > span {
    background: #00bdf0;
  }
  .step_desc > ol > li:nth-child(5) > .wrapper > span {
    background: #8e5fed;
  }

  /* 장비예약 상세페이지 콘텐츠 */
  .enter_price span {
    display: block;
    margin: 5px 0;
    font-size: 16px;
  }
  .enter_price .h5_1_2 {
    margin: 20px 0;
    font-weight: bold;
    position: relative;
    font-size: 18px;
    padding-left: 10px;
  }
  .enter_price .h5_1_2:before {
    left: -3px;
    position: absolute;
    content: "";
    top: 12px;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #238bd7;
    display: inline-block;
  }

  /*table_장비예약*/
  .table-style-eq_b {
    white-space: normal;
    width: 100%;
    border-top: 2px solid #000;
    overflow: auto;
    margin-top: 10px;
  }
  .table-style-eq_b > table {
    font-size: 14px;
    width: 100%;
    border-collapse: collapse;
  }
  .table-style-eq_b > table > thead > tr > th,
  .table-style-eq_b > table > tbody > tr > th,
  .table-style-eq_b > table > tbody > tr > td {
    vertical-align: middle !important;
    border: 1px solid #ddd;
    padding: 8px 10px;
    text-align: center;
  }
  .table-style-eq_b > table > thead > tr > th:first-child,
  .table-style-eq_b > table > tbody > tr > th:first-child,
  .table-style-eq_b > table > tbody > tr > td:first-child {
    border-left: none;
  }
  .table-style-eq_b > table > thead > tr > th:last-child,
  .table-style-eq_b > table > tbody > tr > th:last-child,
  .table-style-eq_b > table > tbody > tr > td:last-child {
    border-right: none;
  }
  .table-style-eq_b > table > thead > tr > th,
  .table-style-eq_b > table > tbody > tr > th {
    background: #e6eef7;
    text-align: center;
    font-weight: 600;
    font-size: 14px;
  }
  .table-style-eq_b > table > tbody > tr > th > span {
  }
  .table-style-eq_b > table > thead > tr > th.green,
  .table-style-eq_b > table > tbody > tr > th.green {
    background: #f8fbf7;
    text-align: center;
    font-weight: 500;
    font-size: 15px;
  }
  .table-style-eq_b > table > thead > tr > th.green2,
  .table-style-eq_b > table > tbody > tr > th.green2 {
    background: #e0e8de;
    text-align: center;
    font-weight: 500;
    font-size: 15px;
  }
  .table-style-eq_b .frm_input {
    padding: 10px !important;
  }
}

@media (max-width: 1300px) and (min-width: 768px) {
  .m_wrap {
    margin-top: 170px;
  }
  .main_cont_inner {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    padding: 20px;
  }
  .main_cont02 {
    background-image: url("/theme/basic/img/main/main_cont2_bg_02.png");
    padding: 110px 0;
    background-repeat: no-repeat;
  }
  .equipment ul li:hover {
    margin-top: -15px;
    -webkit-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
  }
  .main_cont03 .main_tit {
    float: left;
  }
  .video_play {
    width: 100%;
    height: 342px;
    background: #8b8b8b;
    float: right;
    position: relative;
  }
  .video_play .play_img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50px, -50px);
  }
  .equipment ul {
    text-align: center;
  }
  .equipment ul li {
    margin-bottom: 5.5%;
    padding: 20px 20px 40px 20px;
    position: relative;
    text-align: left;
    width: 31%;
    background: #fff;
    display: inline-block;
    margin-left: 2%;
    border: 1px solid rgba(0, 0, 0, 0.08);
  }
  .equipment ul li:nth-child(1) {
    margin-left: 0;
  }
  /*.equipment ul li:after {content: "";position: absolute;background-repeat: no-repeat;top: 80px;right: 50px;width: 92px;height: 106px;}
.equipment ul li:nth-child(1):after{background-image: url('/theme/basic/img/main/icon01.png');}
.equipment ul li:nth-child(2):after{background-image: url('/theme/basic/img/main/icon02.png');}
.equipment ul li:nth-child(3):after{background-image: url('/theme/basic/img/main/icon03.png');}
.equipment ul li:before {content: "";position: absolute;top: 30px;right: 25px;width: 170px;height: 165px; background-color: #f8f8f8;border-radius: 85px;}*/
  .equipment ul li h3 {
    font-weight: bold;
    font-size: 22px;
    line-height: 28px;
    letter-spacing: -0.72px;
  }
  .equipment ul li p {
    font-size: 18px;
    line-height: 27px;
    letter-spacing: -0.48px;
    color: #666;
    margin-top: 19px;
  }
  .equipment ul li .arrow_a {
    margin-top: 10px;
    display: block;
    text-indent: -9999px;
    width: 40px;
    height: 40px;
    background-image: url("/theme/basic/img/main/sec_02_arrow.png");
    background-repeat: no-repeat;
    background-position: 0;
  }
  .equipment ul li .img_box {
    text-align: end;
  }
  .equipment_txt_box {
    margin-top: 30px;
  }
  .equipment_txt_box p {
    margin-top: 10px !important;
  }
  .equipment ul li .img_box .img_box_p {
    display: inline-block;
    border-radius: 50%;
    padding: 25px;
    background-color: #f8f8f8;
  }
  .goal_img {
    width: 100%;
  }
  /*메인콘텐츠-왼쪽*/
  .main_cont_left {
    float: left;
    width: 100%;
    margin-top: 80px;
    color: #fff;
  }
  .main_cont_left .visual_txt {
    margin-bottom: 40px;
  }
  .main_cont_left .visual_txt p {
    line-height: 1.1;
    letter-spacing: -4px;
    font-family: "Godo", sans-serif;
    color: #66cfeb;
    font-size: 45px;
  }
  .main_cont_left .visual_txt p span {
    font-family: "noto", sans-serif;
    color: rgba(255, 255, 255, 0.42);
    font-size: 18px;
    display: block;
    letter-spacing: -1px;
    font-weight: bold;
  }
  .main_cont_left .visual_ctrl {
    z-index: 9;
  }
  .main_cont_left .visual_ctrl .visual_pager {
    display: inline-block;
    vertical-align: middle;
    color: rgba(255, 255, 255, 0.4);
  }
  .main_cont_left .visual_ctrl .visual_current {
    font-size: 25px;
  }
  .main_cont_left .visual_ctrl .visual_total {
    font-size: 18px;
  }
  .main_cont_left .visual_ctrl .visual_pager.visual_current {
    color: #fff;
  }
  .main_cont_left .visual_ctrl .visual_arrow {
    display: inline-block;
    vertical-align: middle;
    background-position: center;
    background-repeat: no-repeat;
    width: 17px;
    height: 24px;
    cursor: pointer;
  }
  .main_cont_left .visual_ctrl .visual_arrow.visual_prev {
    background-image: url("/theme/basic/img/main/sec01_prev.png");
    margin: 0 8px 0 30px;
  }
  .main_cont_left .visual_ctrl .visual_arrow.visual_next {
    background-image: url("/theme/basic/img/main/sec01_next.png");
    margin: 0 30px 0 8px;
  }
  .main_cont_left .visual_ctrl .play1 {
    background-image: url("/theme/basic/img/main/sec01_start.png");
    display: inline-block;
    vertical-align: middle;
    width: 8px;
    height: 14px;
    margin: 0 12px;
    cursor: pointer;
  }
  .main_cont_left .visual_ctrl .stop1 {
    background-image: url("/theme/basic/img/main/sec01_stop.png");
    display: inline-block;
    width: 8px;
    height: 14px;
    margin: 0 12px;
    cursor: pointer;
  }
  .main_cont_left .visual_ctrl .visual_progress {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 120px;
    height: 2px;
    background: rgba(255, 255, 255, 0.1);
  }
  .main_cont_left .visual_ctrl .visual_progress .visual_bar {
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    height: 100%;
    background: #fff;
    transition: 1s;
  }

  #topMenuCon {
    border-left: none;
    background-color: #fff;
    margin: -70px auto 50px;
    width: 100%;
    position: absolute;
    right: 0;
  }
  #topMenu {
    display: block;
    height: 70px;
    right: 0px;
    color: #333;
    font-size: 14px;
    border-bottom: 1px solid #ddd;
  }
  #topMenu .location3 {
    border-right: 1px solid #e0e0e0;
  }
  #topMenu .location-to-home-btn {
    float: left;
    width: 80px;
    color: #333;
    font-size: 14px;
    text-align: center;
    line-height: 70px;
    height: 70px;
    border-left: 1px solid #e0e0e0;
  }
  #topMenu .location-to-home-btn i {
    color: #000;
    line-height: 43px;
    vertical-align: middle;
  }
  #topMenu .menu-location {
    border-left: 1px solid #e0e0e0;
    border-right: 1px solid #e0e0e0;
    min-width: 20%;
    position: relative;
    float: left;
  }
  #topMenu .menu-location > .cur-location {
    position: relative;
    display: block;
    height: 70px;
    padding-left: 20px;
    margin-right: 20px;
    background: url("../img/sub/icon_nav.png") no-repeat center right;
  }
  #topMenu .menu-location > .cur-location span {
    display: block;
    max-width: 90%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    line-height: 70px;
    color: #333;
    font-weight: 400;
    font-size: 16px;
    letter-spacing: -0.25px;
  }
  #topMenu > .menu-location:last-child {
    background: none;
  }
  #topMenu > .menu-location:last-child > .cur-location {
    background: url("../img/sub/icon_nav.png") no-repeat center right;
  }
  #topMenu > .menu-location:last-child > .cur-location span {
    color: #333;
  }

  #topMenu .menu-location .location-menu-con {
    padding: 10px 0;
    display: none;
    position: absolute;
    left: 0px;
    width: calc(100% - 0px);
    border: 1px solid #ddd;
    background-color: #fff;
    z-index: 11;
  }
  #topMenu .menu-location .location-menu-con li a {
    display: block;
    padding: 15px 23px;
    font-size: 16px;
  }
  #topMenu .menu-location .location-menu-con li.on {
    position: relative;
  }
  #topMenu .menu-location .location-menu-con li.on a {
    padding-left: 35px;
    color: #273baa;
    font-weight: 500;
  }
  #topMenu .menu-location .location-menu-con li.on a:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 23px;
    width: 6px;
    height: 3px;
    margin-top: -1px;
    background-color: #0014a7;
  }
  #topMenu .menu-location .location-menu-con .gnb-3dep {
    display: none;
  }
  #topMenu .location2 {
    border-right: 1px solid #e0e0e0;
    border-left: none !important;
  }

  .sub_inner {
    width: 100%;
    padding: 80px 20px;
    margin: 0 auto;
    position: relative;
  }
  .footer_inner {
    width: 100%;
    margin: 0 auto;
  }

  #topMenuCon {
    display: none;
  }
  .sub_visual {
    margin-top: 79px;
    width: 100%;
    height: 289px;
    position: relative;
    overflow: hidden;
    background-size: cover !important;
  }
  .sub_visual h1 {
    font-size: 32px;
    color: #fff;
    padding: 120px 0 0;
    text-align: center;
    font-weight: 600;
  }
  .sub_visual h1 span {
    font-size: 32px;
    color: #fff;
  }
  .sub_visual h1 p {
    font-size: 18px;
    color: #9d9c9c;
  }

  .sub_inner {
    width: 100%;
    padding: 80px 20px;
    margin: 0 auto;
    position: relative;
  }
  .footer_inner {
    width: 100%;
    margin: 0 auto;
  }
  .jbtn_r01 {
    display: block;
  }
  .jbtn_r02 {
    display: block;
  }
  .jbtn_r03 {
    display: block;
  }
  .jbtn_cancel {
    display: block;
    margin-top: 6px;
  }

  /*찾아오시는 길*/
  .visi_map {
    width: 100%;
    height: 550px;
  }
  .visi_map #map {
    width: 100%;
    height: 550px;
  }
  .w_way {
    margin-top: 50px;
  }
  .w_way ul {
    overflow: hidden;
    border-top: 2px solid #000;
    margin-top: 15px;
  }
  .w_way ul li {
    border-bottom: 1px solid #e4e4e4;
  }
  .w_way ul li h3 {
    width: 180px;
    display: inline-block;
    font-size: 16px;
    padding: 15px 30px;
    text-align: left;
  }
  .w_way ul li p {
    display: inline-block;
    margin-bottom: 0;
  }
  .w_way ul li p span {
    margin-left: 25px;
  }
  .w_way ul li p span:nth-child(2) {
    margin-left: 25px;
  }
  .w_way {
    margin-top: 50px;
  }

  .w_way2 {
    margin-top: 50px;
  }
  .w_way2 ul {
    overflow: hidden;
    border-top: 2px solid #000;
    margin-top: 15px;
  }
  .w_way2 ul li {
    border-bottom: 1px solid #e4e4e4;
  }
  .w_way2 ul li h3 {
    width: 180px;
    display: table-cell;
    font-size: 16px;
    padding: 15px 30px;
    text-align: left;
    vertical-align: middle;
  }
  .w_way2 ul li p {
    display: table-cell;
    margin-bottom: 0;
    vertical-align: middle;
    padding: 10px 0;
  }
  .w_way2 ul li p span {
    margin-left: 25px;
  }
  .w_way2 ul li p span:nth-child(2) {
    margin-left: 25px;
  }
  .w_way2 h2 {
    font-size: 18px;
    letter-spacing: -1px;
    color: #333;
  }

  .car_title {
    font-size: 16px;
    font-weight: 600;
    display: block;
    margin-left: 0px !important;
  }

  /*공지사항*/

  .main-board {
  }
  .main-board-wrap {
    padding: 0 20px;
    width: 100%;
    max-width: 1080px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 180px;
  }
  .main-board-item.main-board-item-notice {
    border-right: 1px solid #f3f6f9;
    padding-right: 39px;
  }
  .main-board-item {
    width: 50%;
    padding-top: 40px;
  }
  .main-board-item-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .main-board-item-header h3 {
    font-weight: 400;
    font-size: 24px;
    line-height: 28px;
    letter-spacing: -0.72px;
    font-weight: bold;
  }
  .main-board-item-contents h4 {
    font-size: 16px;
    color: #686666;
  }
  .main-board-item-contents time {
    font-size: 14px;
    color: #686666;
    margin-top: 5px;
  }
  .main-board-open-btn {
    text-indent: -9999px;
    width: 25px;
    height: 25px;
    background-repeat: no-repeat;
    background-image: url(../img/main/more.png);
  }
  .main-board-item-contents {
    margin-top: 18px;
    display: inline-block;
  }
  .main-board-item.main-board-item-faq {
    padding-right: 39px;
  }
  .main-board-item.main-board-item-faq {
    border-left: 1px solid #f3f6f9;
    padding-left: 39px;
  }

  /*footer*/

  .footer_cont {
    background: #464646;
    color: #fff;
    font-size: 15px;
    padding: 30px 20px;
  }
  .footer_cont_1 {
    padding: 20px 0 0 0;
    float: left;
    width: 60%;
  }
  .footer_cont_2 {
    padding: 20px 20px 0 20px;
    float: right;
    text-align: left;
    width: 40%;
  }
  .footer_cont_logo {
    float: left;
  }
  .footer_ul_1 {
    overflow: hidden;
    margin-bottom: 5px;
    display: none;
  }
  .footer_ul_1 li {
    float: left;
    position: relative;
    padding-left: 20px;
  }
  .footer_ul_1 li a {
    color: #fff;
  }
  .footer_ul_1 li:first-child {
    padding-left: 0px;
  }
  .footer_ul_1 li:first-child:after {
    display: none;
  }
  .footer_ul_1 li:after {
    content: "";
    width: 1px;
    height: 10px;
    background: #ddd;
    position: absolute;
    bottom: 4px;
    left: 10px;
  }
  .footer_cont_1 ul {
    overflow: hidden;
    padding-left: 3%;
  }
  .footer_last_li {
    color: #8e8d8d;
    font-size: 13px;
    font-weight: bold;
  }
  .footer_cont_1 span {
    padding-left: 20px;
  }

  .sns_icon_wrap {
    padding-top: 0px;
  }
  .sns_icon_wrap li {
    float: left;
    position: relative;
    padding-left: 20px;
  }
  .sns_icon_wrap li:first-child {
    padding-left: 0px;
  }

  /*개인정보처리방침*/
  .privacy {
    width: 100%;
    padding-bottom: 30px;
    margin-top: 30px;
  }
  .privacy p {
    line-height: 140%;
    font-size: 16px;
    font-weight: bold;
    padding-bottom: 10px;
  }
  .privacy .head_box {
    font-weight: bold;
    width: 100%;
    padding: 20px;
    background: #e2ebf6;
    font-size: 16px;
  }
  .privacy h4 {
    padding: 30px 0 10px 0;
    color: #25538f;
    font-size: 20px;
    font-weight: bold;
  }
  .privacy dl {
    padding-left: 20px;
    padding-top: 10px;
  }
  .privacy dl dt {
    padding-top: 10px;
    color: #25538f;
    font-size: 14px;
    font-weight: bold;
    line-height: 150%;
  }
  .privacy dl dd {
    padding-left: 20px;
    line-height: 150%;
  }
  .privacy ul {
  }
  .privacy ul li {
    line-height: 150%;
    font-size: 16px;
  }
  .privacy .content_list02 {
    width: 100%;
  }
  .privacy .table_type01 {
    margin-top: 10px;
  }
  .table_type01 {
    border: 0;
    border-collapse: collapse;
    border-spacing: 0;
    font-size: 12px;
    width: auto;
  }
  .table_type01 {
    overflow-y: scroll;
    width: 100%;
    margin-bottom: 10px;
    border-bottom: 1px solid #ddd;
    border-top: 2px solid #2c50a6;
    text-align: center;
  }
  .table_type01 table {
    margin: 1em 0;
  }
  .table_type01 caption {
    display: none;
  }
  .table_type01 th {
    font-size: 14px;
    padding: 10px;
    border-bottom: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-left: 1px solid #ddd;
    background-color: #f8f8f8;
    font-weight: bold;
    line-height: 1.8em;
    color: #3056a7;
  }
  .table_type01 td {
    font-size: 14px;
    padding: 10px;
    line-height: 1.8em;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
  }
  .table_type01 td:first-child {
    border-left: 1px solid #ddd;
  }
  .table_type01 td a {
    color: #333;
  }
  /*조직도*/
  .org {
    text-align: center;
    margin-top: 40px;
  }
  .org_head {
    margin-bottom: 35px;
    overflow: hidden;
    position: relative;
  }
  .org_head p {
    background: #004f8f url("../img/sub/org_logo.png") no-repeat;
    background-position: 172px 25px;
    text-align: center;
    display: inline-block;
    padding: 30px 100px;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
  }
  .org_head2 {
    margin-bottom: 35px;
    overflow: hidden;
    position: relative;
  }
  .org_head2 p {
    background: #42ac3f url("../img/sub/org_logo.png") no-repeat;
    background-position: 172px 25px;
    text-align: center;
    display: inline-block;
    padding: 30px 100px;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
  }
  .org_child {
    position: relative;
  }
  .org_child ul {
    overflow: hidden;
    text-align: center;
  }
  .org_child ul li {
    position: relative;
    display: inline-block;
    width: 20%;
    background: #ddd;
    margin-left: 4%;
    margin-top: 75px;
    border: 1px solid #c2bdbd;
  }
  .org_child ul li:nth-child(1) {
    margin-left: 0;
  }
  .org_child ul li p {
    font-size: 16px;
    margin: 0;
    padding: 25px 20px;
  }
  .org_child:before {
    top: -35px;
    left: 50%;
    display: block;
    content: "";
    background: #d7d4d4;
    position: absolute;
    width: 1px;
    height: 55px;
  }
  .org_child ul:before {
    width: calc(100% - 27%);
    height: 1px;
    top: 19px;
    left: 42.6%;
    margin-left: -29.1%;
    display: block;
    content: "";
    background: #d7d4d4;
    position: absolute;
  }
  .org_child ul li:after {
    width: 1px;
    height: 55px;
    background: #d7d4d4;
    display: block;
    content: "";
    position: absolute;
    top: -55.8px;
    left: 50%;
    margin-bottom: 12px;
    z-index: 1;
  }

  /*인사말*/
  .position_cont {
    position: relative;
    width: 100%;
  }
  .position_cont .intro {
    overflow: hidden;
    padding: 50px 0px;
  }
  .position_cont .intro > .left {
    float: left;
    display: block;
    width: 44%;
  }
  .position_cont .intro > .right {
    float: left;
    display: block;
    width: 55%;
  }
  .position_cont .intro > .right {
    float: right;
  }
  .position_cont {
    margin-top: 30px;
  }
  .color_dark .title {
    color: #fff;
  }
  .color_dark .text {
    color: #bdbdbf;
  }
  .position_cont .inr_box img {
    max-width: 100%;
  }
  .m_block {
    display: none !important;
  }
  .m_none {
    width: 100%;
  }
  .nobullet {
    padding-left: 0 !important;
    background: none !important;
  }
  .nobullet:before {
    content: none !important;
  }
  .title_box {
    text-align: center;
    margin: 20px 0 50px;
  }
  .title2 {
    display: block;
    position: relative;
    line-height: 1.5;
  }
  .title2.is1 {
    letter-spacing: -3px;
    font-size: 33px;
    font-weight: bold;
    line-height: 1.3;
  }
  .title2:first-child {
    margin-top: 0;
  }
  .text {
    letter-spacing: -0.01em;
    color: #666;
  }
  .text.is1 {
    margin-left: 22px;
    font-weight: bold;
  }
  .underline {
    position: relative;
    z-index: 10;
    color: #333;
    transition: all 400ms;
  }
  .inr_box p {
    line-height: 1.85;
    word-break: keep-all;
    font-size: 16px;
    margin-bottom: 10px;
    font-weight: 500;
  }
  .underline:before {
    opacity: 0.14;
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 50%;
    background: #1c356f;
    transition: all 400ms;
  }
  .emph_gray {
    display: inline-block;
    color: #bababa !important;
    font-size: 20px;
    margin-top: 10px;
  }
  .jason_img {
    margin-top: 30px;
    text-align: center;
  }
  /*시설안내*/
  .purpose_1_3 span {
    display: block;
    margin: 5px 0;
    font-weight: 400;
    font-size: 16px;
  }
  .purpose_1_3 img {
    width: 100%;
    margin-top: 15px;
  }
  .purpose_1_3 {
    font-weight: bold;
    font-size: 20px;
  }
  .step-box {
    margin-top: 20px;
    white-space: nowrap;
    overflow-x: scroll;
    margin-bottom: 40px;
    position: relative;
    padding: 20px 35px;
    background: #f9f9f9;
  }
  .step-box_p {
    display: inline-block;
    background: #238bd7;
    color: #fff;
    padding: 5px 30px;
    border-radius: 25px;
    margin-top: 10px;
  }
  .step-box .step {
    margin: 0 -8px;
    width: 1300px;
  }
  .step-box .step > li {
    float: left;
    width: 16.285%;
    padding: 0 8px;
    text-align: center;
  }
  .step-box .ic {
    position: relative;
    width: 100%;
    padding-top: 82%;
    background-position: center;
    background-size: 157px 157px;
    background-repeat: no-repeat;
    border-radius: 100%;
  }
  .step-box .ic span {
    z-index: 2;
    width: 64px;
    line-height: 24px;
    border-radius: 12px;
    text-align: center;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: -0.5px;
    color: #fff;
    position: absolute;
    left: 50%;
    margin-left: -40px;
    bottom: -10px;
  }
  .step-box .ic:before {
    width: 100%;
    height: 100%;
    background-size: contain;
    position: absolute;
    top: 0;
    left: 0;
    content: "";
  }
  .step-box .ic:after {
    z-index: 1;
    width: calc(100% + 18px);
    height: 1px;
    background: #054aa0;
    position: absolute;
    bottom: 0;
    left: -8px;
    content: "";
  }
  .step-box .step > li:first-child .ic:after,
  .step-box .step > li:last-child .ic:after {
    width: 50%;
  }
  .step-box .step > li:first-child .ic:after {
    left: auto;
    right: -10px;
  }
  .step-box .step > li:nth-child(1) .ic {
    background-image: url(/theme/basic/img/sub/qc-step1.png);
    background-position: 2px;
  }
  .step-box .step > li:nth-child(2) .ic {
    background-image: url(/theme/basic/img/sub/qc-step2.png);
    background-position: 2px;
  }
  .step-box .step > li:nth-child(3) .ic {
    background-image: url(/theme/basic/img/sub/qc-step3.png);
    background-position: 2px;
  }
  .step-box .step > li:nth-child(4) .ic {
    background-image: url(/theme/basic/img/sub/qc-step4.png);
    background-position: 2px;
  }
  /*.step-box .step>li:nth-child(4) .ic:before { background-image: url(/theme/basic/img/subs/step-dash.png); }*/
  .step-box .step > li:nth-child(5) .ic {
    background-image: url(/theme/basic/img/sub/qc-step5.png);
    background-position: 2px;
  }
  .step-box .step > li:nth-child(6) .ic {
    background-image: url(/theme/basic/img/sub/qc-step6.png);
    background-position: 2px;
  }
  .step-box .ic + p {
    margin-left: -10%;
    margin-top: 30px;
    font-size: 17px;
    font-weight: bold;
    color: #000;
    margin-bottom: 10px;
  }
  .step-box .step > li:nth-child(1) .ic:before {
    background: url(/theme/basic/img/sub/step-line.png) no-repeat;
  }
  .step-box .step > li:nth-child(2) .ic:before {
    background: url(/theme/basic/img/sub/step-line2.png) no-repeat;
  }
  .step-box .step > li:nth-child(3) .ic:before {
    background: url(/theme/basic/img/sub/step-line3.png) no-repeat;
  }
  .step-box .step > li:nth-child(4) .ic:before {
    background: url(/theme/basic/img/sub/step-line4.png) no-repeat;
  }
  .step-box .step > li:nth-child(5) .ic:before {
    background: url(/theme/basic/img/sub/step-line5.png) no-repeat;
  }
  .step-box .step > li:nth-child(6) .ic:before {
    background: url(/theme/basic/img/sub/step-line6.png) no-repeat;
  }
  .step-box .step > li:nth-child(1) .ic span {
    background: #6b90be;
  }
  .step-box .step > li:nth-child(2) .ic span {
    background: #487dc0;
  }
  .step-box .step > li:nth-child(3) .ic span {
    background: #2c70c6;
  }
  .step-box .step > li:nth-child(4) .ic span {
    background: #145ab2;
  }
  .step-box .step > li:nth-child(5) .ic span {
    background: #064ca5;
  }
  .step-box .step > li:nth-child(6) .ic span {
    background: #0935b1;
  }
  .step-box h3 {
    font-size: 24px;
    font-weight: bold;
    font-family: "Godo", sans-serif;
    margin-top: 10px;
  }
  .step-box p {
    margin-bottom: 30px;
    font-size: 18px;
    font-weight: bold;
  }
  .lab_ul {
    margin-top: 25px;
  }
  .lab_ul li {
    margin-bottom: 20px !important;
    border-bottom: 1px dashed #ddd;
  }
  .lab_ul li h3 {
    background: #002060;
    display: inline-block;
    color: #fff;
    padding: 2px 15px;
    border-radius: 15px;
  }
  .lab_ul li:nth-child(1) h3 {
    background: #002060;
  }
  .lab_ul li:nth-child(2) h3 {
    background: #01be3a;
  }
  .lab_ul li:nth-child(3) h3 {
    background: #ff3d53;
  }
  .lab_ul li:nth-child(4) h3 {
    background: #00bdf0;
  }
  .lab_ul li:nth-child(5) h3 {
    background: #8e5fed;
  }
  .lab_ul li h3 span {
    display: inline-block;
    color: #ffc000;
    font-size: 20px;
    font-weight: bold;
    padding-right: 8px;
  }
  .lab_ul li .txt_box {
    margin-top: 10px;
    padding-left: 1%;
    padding-bottom: 20px;
  }
  .lab_ul li .txt_box span {
    margin: 0;
  }
  .step_wrap {
    background: #f6f6f6;
    padding: 5px 80px;
  }
  .step_desc {
    background: #f9f9f9;
    position: relative;
    padding: 35px;
    white-space: nowrap;
    overflow-x: scroll;
  }
  .step_desc h3 {
    font-size: 24px;
    font-weight: bold;
    font-family: "Godo", sans-serif;
    margin: 10px 0 30px 0;
  }
  .step_desc:first-child {
    border-bottom: 1px solid #dadada;
  }
  .step_desc > h5 {
    float: left;
    display: table;
    width: 110px;
    height: 168px;
    font-size: 20px;
    font-weight: 500;
    color: #444;
  }
  .step_desc > h5 > span {
    display: table-cell;
    vertical-align: middle;
  }
  .step_desc > ol {
    width: 1120px;
    padding: 0;
    overflow: hidden;
    margin: 0 auto;
  }
  .step_desc > ol > li {
    float: left;
    position: relative;
    display: table;
    width: 170px;
    height: 164px;
    margin-right: 58px;
  }
  .step_desc > ol > li:last-child {
    margin-right: 0;
  }
  .step_desc > ol > li:after {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 50%;
    bottom: 0;
    right: -32px;
    margin-top: -12px;
    border-bottom: 2px solid #bdbdbd;
    border-right: 2px solid #bdbdbd;
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .step_desc > ol > li:last-child:after {
    display: none;
  }
  .step_desc > ol > li > .wrapper {
    display: table-cell;
    width: 170px;
    height: 164px;
    font-size: 18px;
    font-weight: 500;
    color: #333;
    text-align: center;
    vertical-align: middle;
    background: #fff;
    border: 5px solid;
    border-radius: 50%;
  }
  .step_desc > ol > li:nth-child(1) > .wrapper {
    border-color: #002060;
  }
  .step_desc > ol > li:nth-child(2) > .wrapper {
    border-color: #01be3a;
  }
  .step_desc > ol > li:nth-child(3) > .wrapper {
    border-color: #dd4053;
  }
  .step_desc > ol > li:nth-child(4) > .wrapper {
    border-color: #00bdf0;
  }
  .step_desc > ol > li:nth-child(5) > .wrapper {
    border-color: #8e5fed;
  }
  .step_desc > ol > li > .wrapper > span {
    display: inline-block;
    color: #fff;
    font-size: 16px;
    border-radius: 20px;
    margin-bottom: 5px;
    padding: 4px 12px;
  }
  .step_desc > ol > li > .wrapper > p {
    font-weight: bold;
  }
  .step_desc > ol > li:nth-child(1) > .wrapper > span {
    background: #002060;
  }
  .step_desc > ol > li:nth-child(2) > .wrapper > span {
    background: #01be3a;
  }
  .step_desc > ol > li:nth-child(3) > .wrapper > span {
    background: #dd4053;
  }
  .step_desc > ol > li:nth-child(4) > .wrapper > span {
    background: #00bdf0;
  }
  .step_desc > ol > li:nth-child(5) > .wrapper > span {
    background: #8e5fed;
  }

  /* 장비예약 상세페이지 콘텐츠 */
  .enter_price span {
    display: block;
    margin: 5px 0;
    font-size: 16px;
  }
  .enter_price .h5_1_2 {
    margin: 20px 0;
    font-weight: bold;
    position: relative;
    font-size: 18px;
    padding-left: 10px;
  }
  .enter_price .h5_1_2:before {
    left: -3px;
    position: absolute;
    content: "";
    top: 12px;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #238bd7;
    display: inline-block;
  }

  /*table_장비예약*/
  .table-style-eq_b {
    white-space: normal;
    width: 100%;
    border-top: 2px solid #000;
    overflow: auto;
    margin-top: 10px;
  }
  .table-style-eq_b > table {
    font-size: 14px;
    width: 100%;
    border-collapse: collapse;
  }
  .table-style-eq_b > table > thead > tr > th,
  .table-style-eq_b > table > tbody > tr > th,
  .table-style-eq_b > table > tbody > tr > td {
    vertical-align: middle !important;
    border: 1px solid #ddd;
    padding: 8px 10px;
    text-align: center;
  }
  .table-style-eq_b > table > thead > tr > th:first-child,
  .table-style-eq_b > table > tbody > tr > th:first-child,
  .table-style-eq_b > table > tbody > tr > td:first-child {
    border-left: none;
  }
  .table-style-eq_b > table > thead > tr > th:last-child,
  .table-style-eq_b > table > tbody > tr > th:last-child,
  .table-style-eq_b > table > tbody > tr > td:last-child {
    border-right: none;
  }
  .table-style-eq_b > table > thead > tr > th,
  .table-style-eq_b > table > tbody > tr > th {
    background: #e6eef7;
    text-align: center;
    font-weight: 600;
    font-size: 14px;
  }
  .table-style-eq_b > table > tbody > tr > th > span {
  }
  .table-style-eq_b > table > thead > tr > th.green,
  .table-style-eq_b > table > tbody > tr > th.green {
    background: #f8fbf7;
    text-align: center;
    font-weight: 500;
    font-size: 15px;
  }
  .table-style-eq_b > table > thead > tr > th.green2,
  .table-style-eq_b > table > tbody > tr > th.green2 {
    background: #e0e8de;
    text-align: center;
    font-weight: 500;
    font-size: 15px;
  }
  .table-style-eq_b .frm_input {
    padding: 10px !important;
  }
}

@media (min-width: 1300px) {
  .m_wrap {
    margin-top: 170px;
  }
  .main_cont_inner {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
  }
  .main_cont02 {
    background-image: url("/theme/basic/img/main/main_cont2_bg_02.png");
    padding: 110px 0;
    background-repeat: no-repeat;
  }
  .equipment ul li:hover {
    margin-top: -15px;
    -webkit-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
  }
  .main_cont03 .main_tit {
    float: left;
  }
  .video_play {
    width: 693px;
    height: 342px;
    background: #8b8b8b;
    float: right;
    position: relative;
  }
  .video_play .play_img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50px, -50px);
  }
  .equipment ul {
    text-align: center;
  }
  .equipment ul li {
    margin-bottom: 5.5%;
    padding: 20px 20px 40px 20px;
    position: relative;
    text-align: left;
    width: 31%;
    background: #fff;
    display: inline-block;
    margin-left: 2%;
    border: 1px solid rgba(0, 0, 0, 0.08);
  }
  /*.equipment ul li:nth-child(1){margin-left: 0;}
.equipment ul li:after {content: "";position: absolute;background-repeat: no-repeat;top: 80px;right: 50px;width: 92px;height: 106px;}
.equipment ul li:nth-child(1):after{background-image: url('/theme/basic/img/main/icon01.png');}
.equipment ul li:nth-child(2):after{background-image: url('/theme/basic/img/main/icon02.png');}
.equipment ul li:nth-child(3):after{background-image: url('/theme/basic/img/main/icon03.png');}
.equipment ul li:before {content: "";position: absolute;top: 30px;right: 25px;width: 170px;height: 165px; background-color: #f8f8f8;border-radius: 85px;}*/
  .equipment ul li h3 {
    font-weight: bold;
    font-size: 28px;
    line-height: 28px;
    letter-spacing: -0.72px;
  }
  .equipment ul li p {
    font-size: 18px;
    line-height: 27px;
    letter-spacing: -0.48px;
    color: #666;
    margin-top: 19px;
  }
  .equipment ul li .arrow_a {
    margin-top: 10px;
    display: block;
    text-indent: -9999px;
    width: 40px;
    height: 40px;
    background-image: url("/theme/basic/img/main/sec_02_arrow.png");
    background-repeat: no-repeat;
    background-position: 0;
  }
  .equipment ul li .img_box {
    text-align: end;
  }
  .equipment ul li .img_box .img_box_p {
    display: inline-block;
    border-radius: 50%;
    padding: 25px;
    background-color: #f8f8f8;
  }

  /*메인콘텐츠-왼쪽*/
  .main_cont_left {
    float: left;
    width: 50%;
    margin-top: 80px;
    color: #fff;
  }
  .main_cont_left .visual_txt {
    margin-bottom: 40px;
  }
  .main_cont_left .visual_txt p {
    white-space: nowrap; /* 줄바꿈 방지 */
    line-height: 1.1;
    letter-spacing: -4px;
    font-family: "Godo", sans-serif;
    color: #58d1f2;
    font-size: 45px;
  }
  .main_cont_left .visual_txt p span {
    font-family: "noto", sans-serif;
    color: rgba(255, 255, 255, 1);
    font-size: 18px;
    display: inline-block;
    letter-spacing: 9px;
    font-weight: bold;
  }
  .main_cont_left .visual_ctrl {
    z-index: 9;
  }
  .main_cont_left .visual_ctrl .visual_pager {
    display: inline-block;
    vertical-align: middle;
    color: rgba(255, 255, 255, 0.4);
  }
  .main_cont_left .visual_ctrl .visual_current {
    font-size: 25px;
  }
  .main_cont_left .visual_ctrl .visual_total {
    font-size: 18px;
  }
  .main_cont_left .visual_ctrl .visual_pager.visual_current {
    color: #fff;
  }
  .main_cont_left .visual_ctrl .visual_arrow {
    display: inline-block;
    vertical-align: middle;
    background-position: center;
    background-repeat: no-repeat;
    width: 17px;
    height: 24px;
    cursor: pointer;
  }
  .main_cont_left .visual_ctrl .visual_arrow.visual_prev {
    background-image: url("/theme/basic/img/main/sec01_prev.png");
    margin: 0 8px 0 30px;
  }
  .main_cont_left .visual_ctrl .visual_arrow.visual_next {
    background-image: url("/theme/basic/img/main/sec01_next.png");
    margin: 0 30px 0 8px;
  }
  .main_cont_left .visual_ctrl .play1 {
    background-image: url("/theme/basic/img/main/sec01_start.png");
    display: inline-block;
    vertical-align: middle;
    width: 8px;
    height: 14px;
    margin: 0 12px;
    cursor: pointer;
  }
  .main_cont_left .visual_ctrl .stop1 {
    background-image: url("/theme/basic/img/main/sec01_stop.png");
    display: inline-block;
    width: 8px;
    height: 14px;
    margin: 0 12px;
    cursor: pointer;
  }
  .main_cont_left .visual_ctrl .visual_progress {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 120px;
    height: 2px;
    background: rgba(255, 255, 255, 0.1);
  }
  .main_cont_left .visual_ctrl .visual_progress .visual_bar {
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    height: 100%;
    background: #fff;
    transition: 1s;
  }

  /*topmenucon*/
  #topMenuCon {
    background-color: #fff;
    margin: -70px auto 50px;
    width: 1100px;
    position: absolute;
    right: 0;
  }
  #topMenu {
    display: block;
    height: 70px;
    right: 0px;
    color: #333;
    font-size: 14px;
    border-bottom: 1px solid #ddd;
  }
  #topMenu .location3 {
    border-right: 1px solid #e0e0e0;
  }
  #topMenu .location-to-home-btn {
    float: left;
    width: 80px;
    color: #333;
    font-size: 14px;
    text-align: center;
    line-height: 70px;
    height: 70px;
    border-left: 1px solid #e0e0e0;
  }
  #topMenu .location-to-home-btn i {
    color: #000;
    line-height: 43px;
    vertical-align: middle;
  }
  #topMenu .menu-location {
    border-left: 1px solid #e0e0e0;
    min-width: 20%;
    position: relative;
    float: left;
    border-right: 1px solid #e0e0e0;
  }
  #topMenu .menu-location > .cur-location {
    position: relative;
    display: block;
    height: 70px;
    padding-left: 20px;
    margin-right: 20px;
    background: url("../img/sub/icon_nav.png") no-repeat center right;
  }
  #topMenu .menu-location > .cur-location span {
    display: block;
    max-width: 90%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    line-height: 70px;
    color: #333;
    font-weight: 400;
    font-size: 16px;
    letter-spacing: -0.25px;
  }
  #topMenu .location2 {
    border-left: none !important;
    border-right: 1px solid #e0e0e0;
  }
  #topMenu > .menu-location:last-child {
    background: none;
  }
  #topMenu > .menu-location:last-child > .cur-location {
    background: url("../img/sub/icon_nav.png") no-repeat center right;
  }
  #topMenu > .menu-location:last-child > .cur-location span {
    color: #333;
  }

  #topMenu .menu-location .location-menu-con {
    padding: 10px 0;
    display: none;
    position: absolute;
    left: 0px;
    width: calc(100% - 0px);
    border: 1px solid #ddd;
    background-color: #fff;
    z-index: 11;
  }
  #topMenu .menu-location .location-menu-con li a {
    display: block;
    padding: 15px 23px;
    font-size: 16px;
  }
  #topMenu .menu-location .location-menu-con li.on {
    position: relative;
  }
  #topMenu .menu-location .location-menu-con li.on a {
    padding-left: 35px;
    color: #273baa;
    font-weight: 500;
  }
  #topMenu .menu-location .location-menu-con li.on a:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 23px;
    width: 6px;
    height: 3px;
    margin-top: -1px;
    background-color: #0014a7;
  }
  #topMenu .menu-location .location-menu-con .gnb-3dep {
    display: none;
  }

  .sub_inner {
    width: 1300px;
    padding: 100px 20px;
    margin: 0 auto;
    position: relative;
  }
  .sub_visual h1 {
    font-size: 38px;
    color: #fff;
    padding: 60px 0 0;
    text-align: center;
    font-weight: 600;
  }
  .sub_visual h1 span {
    font-size: 62px;
    color: #fff;
  }
  .sub_visual h1 p {
    font-size: 26px;
    color: #9d9c9c;
  }

  .footer_inner {
    width: 1200px;
    margin: 0 auto;
  }

  /*오시는길*/
  .visi_map {
    width: 1300px;
    height: 550px;
  }
  .w_way {
    margin-top: 50px;
  }
  .w_way ul {
    overflow: hidden;
    border-top: 2px solid #000;
    margin-top: 15px;
  }
  .w_way ul li {
    border-bottom: 1px solid #e4e4e4;
  }
  .w_way ul li h3 {
    width: 180px;
    display: inline-block;
    font-size: 16px;
    padding: 15px 30px;
    text-align: left;
  }
  .w_way ul li p {
    display: inline-block;
    margin-bottom: 0;
  }
  .w_way ul li p span {
    margin-left: 25px;
  }
  .w_way ul li p span:nth-child(2) {
    margin-left: 25px;
  }
  .w_way h2 {
    font-size: 18px;
    letter-spacing: -1px;
    color: #333;
  }
  .visi_map #map {
    width: 100%;
    height: 550px;
  }

  .w_way2 {
    margin-top: 50px;
  }
  .w_way2 ul {
    overflow: hidden;
    border-top: 2px solid #000;
    margin-top: 15px;
  }
  .w_way2 ul li {
    border-bottom: 1px solid #e4e4e4;
  }
  .w_way2 ul li h3 {
    width: 180px;
    display: table-cell;
    font-size: 16px;
    padding: 15px 30px;
    text-align: left;
    vertical-align: middle;
  }
  .w_way2 ul li p {
    display: table-cell;
    margin-bottom: 0;
    vertical-align: middle;
    padding: 10px 0;
  }
  .w_way2 ul li p span {
    margin-left: 25px;
  }
  .w_way2 ul li p span:nth-child(2) {
    margin-left: 25px;
  }
  .w_way2 h2 {
    font-size: 18px;
    letter-spacing: -1px;
    color: #333;
  }

  .car_title {
    font-size: 16px;
    font-weight: 600;
    display: block;
    margin-left: 0px !important;
  }

  /*공지사항*/

  .main-board {
  }
  .main-board-wrap {
    width: 100%;
    max-width: 1080px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 200px;
  }
  .main-board-item.main-board-item-notice {
    border-right: 1px solid #f3f6f9;
    padding-right: 39px;
  }
  .main-board-item {
    width: 50%;
    padding-top: 55px;
  }
  .main-board-item-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .main-board-item-header h3 {
    font-weight: 400;
    font-size: 24px;
    line-height: 28px;
    letter-spacing: -0.72px;
    font-weight: bold;
  }
  .main-board-item-contents h4 {
    font-size: 16px;
    color: #686666;
  }
  .main-board-item-contents time {
    font-size: 14px;
    color: #686666;
    margin-top: 5px;
  }
  .main-board-open-btn {
    text-indent: -9999px;
    width: 25px;
    height: 25px;
    background-repeat: no-repeat;
    background-image: url(../img/main/more.png);
  }
  .main-board-item-contents {
    margin-top: 18px;
    display: inline-block;
  }
  .main-board-item.main-board-item-faq {
    padding-right: 39px;
  }
  .main-board-item.main-board-item-faq {
    border-left: 1px solid #f3f6f9;
    padding-left: 39px;
  }

  /*footer*/

  .footer_cont {
    background: #464646;
    color: #fff;
    font-size: 15px;
    padding: 30px 0;
  }
  .footer_cont_1 {
    padding: 20px 0 0 0;
    float: left;
    width: 60%;
  }
  .footer_cont_2 {
    padding: 20px 20px 0 20px;
    float: right;
    text-align: left;
    width: 40%;
  }
  .footer_cont_logo {
    float: left;
  }
  .footer_ul_1 {
    overflow: hidden;
    margin-bottom: 5px;
  }
  .footer_ul_1 li {
    float: left;
    position: relative;
    padding-left: 20px;
  }
  .footer_ul_1 li a {
    color: #fff;
  }
  .footer_ul_1 li:first-child {
    padding-left: 0px;
  }
  .footer_ul_1 li:after {
    content: "";
    width: 1px;
    height: 10px;
    background: #ddd;
    position: absolute;
    bottom: 4px;
    left: 10px;
  }
  .footer_cont_1 ul {
    overflow: hidden;
    padding-left: 3%;
  }
  .footer_last_li {
    color: #8e8d8d;
    font-size: 13px;
    font-weight: bold;
  }
  .footer_cont_1 span {
    padding-left: 20px;
  }
  .footer_ul_1 li:first-child:after {
    display: none;
  }

  .sns_icon_wrap {
    padding-top: 40px;
  }
  .sns_icon_wrap li {
    float: left;
    position: relative;
    padding-left: 20px;
  }
  .sns_icon_wrap li:first-child {
    padding-left: 0px;
  }

  /*개인정보처리방침*/
  .privacy .table_type01 {
    margin-top: 10px;
  }
  .privacy {
    width: 100%;
    padding-bottom: 30px;
    margin-top: 30px;
  }
  .privacy p {
    line-height: 140%;
    font-size: 16px;
    font-weight: bold;
    padding-bottom: 10px;
  }
  .privacy .head_box {
    font-weight: bold;
    width: 100%;
    padding: 20px;
    background: #e2ebf6;
    font-size: 16px;
  }
  .privacy h4 {
    padding: 30px 0 10px 0;
    color: #25538f;
    font-size: 20px;
    font-weight: bold;
  }
  .privacy dl {
    padding-left: 20px;
    padding-top: 10px;
  }
  .privacy dl dt {
    padding-top: 10px;
    color: #25538f;
    font-size: 14px;
    font-weight: bold;
    line-height: 150%;
  }
  .privacy dl dd {
    padding-left: 20px;
    line-height: 150%;
  }
  .privacy ul {
  }
  .privacy ul li {
    line-height: 150%;
    font-size: 16px;
  }
  .privacy .content_list02 {
    width: 100%;
  }
  .table_type01 {
    border: 0;
    border-collapse: collapse;
    border-spacing: 0;
    font-size: 12px;
    width: auto;
  }
  .table_type01 {
    overflow-y: scroll;
    width: 100%;
    margin-bottom: 10px;
    border-bottom: 1px solid #ddd;
    border-top: 2px solid #2c50a6;
    text-align: center;
  }
  .table_type01 table {
    margin: 1em 0;
  }
  .table_type01 caption {
    display: none;
  }
  .table_type01 th {
    font-size: 14px;
    padding: 10px;
    border-bottom: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-left: 1px solid #ddd;
    background-color: #f8f8f8;
    font-weight: bold;
    line-height: 1.8em;
    color: #3056a7;
  }
  .table_type01 td {
    font-size: 14px;
    padding: 10px;
    line-height: 1.8em;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
  }
  .table_type01 td:first-child {
    border-left: 1px solid #ddd;
  }
  .table_type01 td a {
    color: #333;
  }

  /*조직도*/
  .org {
    text-align: center;
    margin-top: 40px;
  }
  .org_head {
    margin-bottom: 35px;
    overflow: hidden;
    position: relative;
  }
  .org_head p {
    background: #004f8f url("../img/sub/org_logo.png") no-repeat;
    background-position: 172px 25px;
    text-align: center;
    display: inline-block;
    padding: 30px 100px;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
  }
  .org_head2 {
    margin-bottom: 35px;
    overflow: hidden;
    position: relative;
  }
  .org_head2 p {
    background: #42ac3f url("../img/sub/org_logo.png") no-repeat;
    background-position: 172px 25px;
    text-align: center;
    display: inline-block;
    padding: 30px 100px;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
  }
  .org_child {
    position: relative;
  }
  .org_child ul {
    overflow: hidden;
  }
  .org_child ul li {
    position: relative;
    float: left;
    width: 20%;
    background: #ddd;
    margin-left: 71.5px;
    margin-top: 75px;
    border: 1px solid #c2bdbd;
  }
  .org_child ul li:nth-child(1) {
    margin-left: 0;
  }
  .org_child ul li p {
    font-size: 16px;
    margin: 0;
    padding: 25px 20px;
  }
  .org_child:before {
    top: -35px;
    left: 50%;
    display: block;
    content: "";
    background: #d7d4d4;
    position: absolute;
    width: 1px;
    height: 55px;
  }
  .org_child ul:before {
    width: 77.2%;
    height: 1px;
    top: 19px;
    left: 43.3%;
    margin-left: -33.3%;
    display: block;
    content: "";
    background: #d7d4d4;
    position: absolute;
  }
  .org_child ul li:after {
    width: 1px;
    height: 55px;
    background: #d7d4d4;
    display: block;
    content: "";
    position: absolute;
    top: -55.8px;
    left: 50%;
    margin-bottom: 12px;
    z-index: 1;
  }

  /*인사말*/
  .position_cont {
    position: relative;
    width: 100%;
  }
  .position_cont .intro {
    overflow: hidden;
    padding: 50px 0px;
  }
  .position_cont .intro > .left {
    float: left;
    display: block;
    width: 40%;
  }
  .position_cont .intro > .right {
    float: left;
    display: block;
    width: 60%;
  }
  .position_cont .intro > .right {
    float: right;
  }
  .position_cont {
    margin-top: 30px;
  }
  .color_dark .title {
    color: #fff;
  }
  .color_dark .text {
    color: #bdbdbf;
  }
  .position_cont .inr_box img {
    max-width: 100%;
  }
  .m_block {
    display: none !important;
  }
  .m_none {
    width: 100%;
  }
  .nobullet {
    padding-left: 0 !important;
    background: none !important;
  }
  .nobullet:before {
    content: none !important;
  }
  .title_box {
    text-align: center;
    margin: 20px 0 50px;
  }
  .title2 {
    display: block;
    position: relative;
    line-height: 1.5;
  }
  .title2.is1 {
    letter-spacing: -1.2px;
    font-size: 38px;
    font-weight: bold;
    line-height: 1.3;
  }
  .title2:first-child {
    margin-top: 0;
  }
  .text {
    letter-spacing: -0.01em;
    color: #666;
  }
  .text.is1 {
    margin-left: 22px;
    font-weight: bold;
  }
  .underline {
    position: relative;
    z-index: 10;
    color: #333;
    transition: all 400ms;
  }
  .inr_box p {
    line-height: 1.85;
    word-break: keep-all;
    font-size: 17px;
    margin-bottom: 10px;
    font-weight: 500;
  }
  .underline:before {
    opacity: 0.2;
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 50%;
    background: #66cfeb;
    transition: all 400ms;
  }
  .emph_gray {
    display: inline-block;
    color: #bababa !important;
    font-size: 22px;
    margin-top: 10px;
  }
  .jason_img {
    margin-top: 30px;
    text-align: center;
  }

  /*사업소개*/
  .min_style h2 {
    width: 100%;
    font-size: 25px;
    line-height: 28px;
    font-weight: 600;
    color: #238bd7;
    margin: 40px 0 20px 0;
    padding: 12px 0 0 0;
    background-image: url("../img/sub/h1_bullet.png");
    background-repeat: no-repeat;
    background-position: left top;
  }
  .purpose_1_2 {
    font-size: 20px;
  }
  .purpose_1_2 span {
    display: block;
    margin: 5px 0;
    font-weight: 400;
    font-size: 16px;
  }
  .purpose_ol {
    overflow: hidden;
    padding: 0;
  }
  .purpose_ol .purpose_ol_li1 {
    background: #f3f3f3;
    position: relative;
    list-style: none;
    float: left;
    width: 30%;
    margin-right: 58px;
  }
  .purpose_ol .purpose_ol_li1 h3 {
    text-align: center;
    padding: 15px;
    color: #fff;
    font-size: 20px;
  }
  .purpose_ol .purpose_ol_li1 .h3_1 {
    background: #688fbf;
  }
  .purpose_ol .purpose_ol_li1 .h3_2 {
    background: #238bd7;
  }
  .purpose_ol .purpose_ol_li1 .h3_3 {
    background: #2b73ce;
  }
  .purpose_ol .purpose_ol_li1 ul {
    padding: 20px;
  }
  .purpose_ol .purpose_ol_li1 h4 {
    padding-bottom: 20px;
    margin-bottom: 20px;
    font-family: "Godo", sans-serif;
    font-size: 22px;
    text-align: center;
    border-bottom: 1px dashed #ddd;
  }
  .purpose_ol .purpose_ol_li1 .h4_1 {
    color: #688fbf;
  }
  .purpose_ol .purpose_ol_li1 .h4_2 {
    color: #238bd7;
  }
  .purpose_ol .purpose_ol_li1 .h4_3 {
    color: #2b73ce;
  }
  .purpose_ol .purpose_ol_li1 h5 {
    font-size: 18px;
    margin-bottom: 8px;
  }
  .purpose_ol .purpose_ol_li1 .p_1_2 {
    margin: 20px 0;
    font-weight: bold;
    position: relative;
    font-size: 18px;
    padding-left: 10px;
  }
  .purpose_ol .purpose_ol_li1 .p_1_2:before {
    left: -3px;
    position: absolute;
    content: "";
    top: 12px;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #238bd7;
    display: inline-block;
  }
  .purpose_ol > .purpose_ol_li1:after {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 50%;
    bottom: 0;
    right: -32px;
    margin-top: -12px;
    border-bottom: 2px solid #bdbdbd;
    border-right: 2px solid #bdbdbd;
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .purpose_ol .purpose_ol_li1 ul {
    height: 536px;
  }
  .purpose_ol .purpose_ol_li1 ul li {
    font-size: 16px;
    border: 1px solid #e7e7e7;
    background: #fafafa;
    padding: 10px;
    margin-top: 10px;
  }
  .purpose_ol > .purpose_ol_li1:last-child {
    margin-right: 0;
  }
  .purpose_ol > .purpose_ol_li1:last-child:after {
    display: none;
  }
  .purpose_ol .purpose_ol_li1 ul li p {
    position: relative;
    padding-left: 12px;
    margin: 5px 0;
  }
  .purpose_ol .purpose_ol_li1 ul li p:before {
    left: 3px;
    position: absolute;
    content: "";
    top: 9px;
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background: #989899;
    display: inline-block;
  }
  .last_li_pur {
    padding: 25px 20px !important;
    text-align: center;
    color: #333;
    font-weight: bold;
  }
  .min_style li {
    margin-bottom: 10px !important;
  }
  /*시설안내*/
  .purpose_1_3 span {
    display: block;
    margin: 5px 0;
    font-weight: 400;
    font-size: 16px;
  }
  .purpose_1_3 {
    font-weight: bold;
    font-size: 20px;
  }
  .step-box {
    text-align: center;
    margin-bottom: 40px;
    position: relative;
    overflow: hidden;
    padding: 35px;
    background: #f9f9f9;
  }
  .step-box_p {
    margin-bottom: 30px;
    font-size: 18px;
    font-weight: bold;
    display: inline-block;
    background: #238bd7;
    color: #fff;
    padding: 10px 30px;
    border-radius: 25px;
    margin-top: 15px;
  }
  .step-box .step {
    margin: 0 -8px;
    padding-left: 5%;
  }
  .step-box .step > li {
    float: left;
    width: 16.285%;
    padding: 0 8px;
    text-align: center;
  }
  .step-box .ic {
    position: relative;
    width: 100%;
    padding-top: 90%;
    background-position: center;
    background-size: 157px 157px;
    background-repeat: no-repeat;
    border-radius: 100%;
  }
  .step-box .ic span {
    z-index: 2;
    width: 64px;
    line-height: 24px;
    border-radius: 12px;
    text-align: center;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: -0.5px;
    color: #fff;
    position: absolute;
    left: 50%;
    margin-left: -40px;
    bottom: -10px;
  }
  .step-box .ic:before {
    width: 100%;
    height: 100%;
    background-size: contain;
    position: absolute;
    top: 0;
    left: 0;
    content: "";
  }
  .step-box .ic:after {
    z-index: 1;
    width: calc(100% + 18px);
    height: 1px;
    background: #054aa0;
    position: absolute;
    bottom: 0;
    left: -8px;
    content: "";
  }
  .step-box .step > li:first-child .ic:after,
  .step-box .step > li:last-child .ic:after {
    width: 50%;
  }
  .step-box .step > li:first-child .ic:after {
    left: auto;
    right: -10px;
  }
  .step-box .step > li:nth-child(1) .ic {
    background-image: url(/theme/basic/img/sub/qc-step1.png);
    background-position: 2px;
  }
  .step-box .step > li:nth-child(2) .ic {
    background-image: url(/theme/basic/img/sub/qc-step2.png);
    background-position: 2px;
  }
  .step-box .step > li:nth-child(3) .ic {
    background-image: url(/theme/basic/img/sub/qc-step3.png);
    background-position: 2px;
  }
  .step-box .step > li:nth-child(4) .ic {
    background-image: url(/theme/basic/img/sub/qc-step4.png);
    background-position: 2px;
  }
  /*.step-box .step>li:nth-child(4) .ic:before { background-image: url(/theme/basic/img/subs/step-dash.png); }*/
  .step-box .step > li:nth-child(5) .ic {
    background-image: url(/theme/basic/img/sub/qc-step5.png);
    background-position: 2px;
  }
  .step-box .step > li:nth-child(6) .ic {
    background-image: url(/theme/basic/img/sub/qc-step6.png);
    background-position: 2px;
  }
  .step-box .ic + p {
    margin-left: -7%;
    margin-top: 30px;
    font-size: 17px;
    font-weight: bold;
    color: #000;
    margin-bottom: 10px;
  }
  .step-box .step > li:nth-child(1) .ic:before {
    background: url(/theme/basic/img/sub/step-line.png) no-repeat;
  }
  .step-box .step > li:nth-child(2) .ic:before {
    background: url(/theme/basic/img/sub/step-line2.png) no-repeat;
  }
  .step-box .step > li:nth-child(3) .ic:before {
    background: url(/theme/basic/img/sub/step-line3.png) no-repeat;
  }
  .step-box .step > li:nth-child(4) .ic:before {
    background: url(/theme/basic/img/sub/step-line4.png) no-repeat;
  }
  .step-box .step > li:nth-child(5) .ic:before {
    background: url(/theme/basic/img/sub/step-line5.png) no-repeat;
  }
  .step-box .step > li:nth-child(6) .ic:before {
    background: url(/theme/basic/img/sub/step-line6.png) no-repeat;
  }
  .step-box .step > li:nth-child(1) .ic span {
    background: #6b90be;
  }
  .step-box .step > li:nth-child(2) .ic span {
    background: #487dc0;
  }
  .step-box .step > li:nth-child(3) .ic span {
    background: #2c70c6;
  }
  .step-box .step > li:nth-child(4) .ic span {
    background: #145ab2;
  }
  .step-box .step > li:nth-child(5) .ic span {
    background: #064ca5;
  }
  .step-box .step > li:nth-child(6) .ic span {
    background: #0935b1;
  }
  .step-box h3 {
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    font-family: "Godo", sans-serif;
    margin-top: 10px;
  }
  .step-box p {
    margin-bottom: 30px;
    font-size: 18px;
    font-weight: bold;
  }
  .lab_ul {
    margin-top: 25px;
  }
  .lab_ul li {
    margin-bottom: 20px !important;
    border-bottom: 1px dashed #ddd;
  }
  .lab_ul li h3 {
    background: #002060;
    display: inline-block;
    color: #fff;
    padding: 2px 15px;
    border-radius: 15px;
  }
  .lab_ul li:nth-child(1) h3 {
    background: #002060;
  }
  .lab_ul li:nth-child(2) h3 {
    background: #01be3a;
  }
  .lab_ul li:nth-child(3) h3 {
    background: #dd4053;
  }
  .lab_ul li:nth-child(4) h3 {
    background: #00bdf0;
  }
  .lab_ul li:nth-child(5) h3 {
    background: #8e5fed;
  }
  .lab_ul li h3 span {
    display: inline-block;
    color: #ffc000;
    font-size: 20px;
    font-weight: bold;
    padding-right: 8px;
  }
  .lab_ul li .txt_box {
    margin-top: 10px;
    padding-left: 1%;
    padding-bottom: 20px;
  }
  .lab_ul li .txt_box span {
    margin: 0;
  }
  .step_wrap {
    background: #f6f6f6;
    padding: 5px 80px;
  }
  .step_desc {
    background: #f9f9f9;
    position: relative;
    padding: 35px 0;
  }
  .step_desc h3 {
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    font-family: "Godo", sans-serif;
    margin: 10px 0 30px 0;
  }
  .step_desc:first-child {
    border-bottom: 1px solid #dadada;
  }
  .step_desc > h5 {
    float: left;
    display: table;
    width: 110px;
    height: 168px;
    font-size: 20px;
    font-weight: 500;
    color: #444;
  }
  .step_desc > h5 > span {
    display: table-cell;
    vertical-align: middle;
  }
  .step_desc > ol {
    width: calc(100% - 170px);
    overflow: hidden;
    padding: 0;
    margin: 0 auto;
  }
  .step_desc > ol > li {
    float: left;
    position: relative;
    display: table;
    width: 170px;
    height: 164px;
    margin-right: 50px;
  }
  .step_desc > ol > li:last-child {
    margin-right: 0;
  }
  .step_desc > ol > li:after {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 50%;
    bottom: 0;
    right: -32px;
    margin-top: -12px;
    border-bottom: 2px solid #bdbdbd;
    border-right: 2px solid #bdbdbd;
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .step_desc > ol > li:last-child:after {
    display: none;
  }
  .step_desc > ol > li > .wrapper {
    display: table-cell;
    width: 170px;
    height: 164px;
    font-size: 18px;
    font-weight: 500;
    color: #333;
    text-align: center;
    vertical-align: middle;
    background: #fff;
    border: 5px solid;
    border-radius: 50%;
  }
  .step_desc > ol > li:nth-child(1) > .wrapper {
    border-color: #002060;
  }
  .step_desc > ol > li:nth-child(2) > .wrapper {
    border-color: #01be3a;
  }
  .step_desc > ol > li:nth-child(3) > .wrapper {
    border-color: #dd4053;
  }
  .step_desc > ol > li:nth-child(4) > .wrapper {
    border-color: #00bdf0;
  }
  .step_desc > ol > li:nth-child(5) > .wrapper {
    border-color: #8e5fed;
  }
  .step_desc > ol > li > .wrapper > span {
    display: inline-block;
    color: #fff;
    font-size: 16px;
    border-radius: 20px;
    margin-bottom: 5px;
    padding: 4px 12px;
  }
  .step_desc > ol > li > .wrapper > p {
    font-weight: bold;
  }
  .step_desc > ol > li:nth-child(1) > .wrapper > span {
    background: #002060;
  }
  .step_desc > ol > li:nth-child(2) > .wrapper > span {
    background: #01be3a;
  }
  .step_desc > ol > li:nth-child(3) > .wrapper > span {
    background: #dd4053;
  }
  .step_desc > ol > li:nth-child(4) > .wrapper > span {
    background: #00bdf0;
  }
  .step_desc > ol > li:nth-child(5) > .wrapper > span {
    background: #8e5fed;
  }

  /* 장비예약 상세페이지 콘텐츠 */
  .enter_price span {
    display: block;
    margin: 5px 0;
    font-size: 16px;
  }
  .enter_price .h5_1_2 {
    margin: 20px 0;
    font-weight: bold;
    position: relative;
    font-size: 18px;
    padding-left: 10px;
  }
  .enter_price .h5_1_2:before {
    left: -3px;
    position: absolute;
    content: "";
    top: 12px;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #238bd7;
    display: inline-block;
  }

  /*table_장비예약*/
  .table-style-eq_b {
    white-space: normal;
    width: 100%;
    border-top: 2px solid #000;
    margin-top: 10px;
  }
  .table-style-eq_b > table {
    font-size: 14px;
    width: 100%;
    border-collapse: collapse;
  }
  .table-style-eq_b > table > thead > tr > th,
  .table-style-eq_b > table > tbody > tr > th,
  .table-style-eq_b > table > tbody > tr > td {
    vertical-align: middle !important;
    border: 1px solid #ddd;
    padding: 8px 10px;
    text-align: center;
  }
  .table-style-eq_b > table > thead > tr > th:first-child,
  .table-style-eq_b > table > tbody > tr > th:first-child,
  .table-style-eq_b > table > tbody > tr > td:first-child {
    border-left: none;
  }
  .table-style-eq_b > table > thead > tr > th:last-child,
  .table-style-eq_b > table > tbody > tr > th:last-child,
  .table-style-eq_b > table > tbody > tr > td:last-child {
    border-right: none;
  }
  .table-style-eq_b > table > thead > tr > th,
  .table-style-eq_b > table > tbody > tr > th {
    background: #e6eef7;
    text-align: center;
    font-weight: 600;
    font-size: 14px;
  }
  .table-style-eq_b > table > tbody > tr > th > span {
  }
  .table-style-eq_b > table > thead > tr > th.green,
  .table-style-eq_b > table > tbody > tr > th.green {
    background: #f8fbf7;
    text-align: center;
    font-weight: 500;
    font-size: 15px;
  }
  .table-style-eq_b > table > thead > tr > th.green2,
  .table-style-eq_b > table > tbody > tr > th.green2 {
    background: #e0e8de;
    text-align: center;
    font-weight: 500;
    font-size: 15px;
  }
  .table-style-eq_b .frm_input {
    padding: 10px !important;
  }
}

@media (min-width: 768px) {
  .step-box li:nth-child(2) .tablecell > div:first-child {
    width: 63%;
  }
  .step-box li:nth-child(2) .tablecell > div:last-child {
    width: 37%;
  }
}

.pdtop-30 {
  padding-top: 30px;
}
.pt15px {
  padding-top: 15px;
}
.jprice h2 {
  font-size: 24px;
  letter-spacing: -1px;
}
.jprice span {
  font-size: 20px;
  font-weight: bold;
  text-align: right;
  letter-spacing: -1px;
}
.jprice h4 {
  font-size: 16px;
  font-weight: 400;
  padding: 20px;
  border-top: 1px #dfdfdf solid;
  margin: 10px 0;
  color: #333;
  background: #fafafa;
  border: 1px solid #eee;
  line-height: 180%;
}

@media (max-width: 1300px) and (min-width: 935px) {
  .min_style h2 {
    width: 100%;
    font-size: 25px;
    line-height: 28px;
    font-weight: 600;
    color: #238bd7;
    margin: 30px 0 20px 0;
    padding: 12px 0 0 0;
    background-image: url("../img/sub/h1_bullet.png");
    background-repeat: no-repeat;
    background-position: left top;
  }
  /*사업소개*/
  .purpose_1_2 span {
    display: block;
    margin: 5px 0;
    font-size: 16px;
  }
  .purpose_1_2 {
    font-size: 20px;
  }
  .purpose_ol {
    overflow: hidden;
    padding: 0;
  }
  .purpose_ol .purpose_ol_li1 {
    background: #f3f3f3;
    position: relative;
    list-style: none;
    float: left;
    width: 30%;
    margin-right: 20px;
  }
  .purpose_ol .purpose_ol_li1 h3 {
    text-align: center;
    padding: 15px;
    color: #fff;
    font-size: 20px;
  }
  .purpose_ol .purpose_ol_li1 .h3_1 {
    background: #688fbf;
  }
  .purpose_ol .purpose_ol_li1 .h3_2 {
    background: #238bd7;
  }
  .purpose_ol .purpose_ol_li1 .h3_3 {
    background: #2b73ce;
  }
  .purpose_ol .purpose_ol_li1 ul {
    padding: 20px;
  }
  .purpose_ol .purpose_ol_li1 h4 {
    padding-bottom: 20px;
    margin-bottom: 20px;
    font-family: "Godo", sans-serif;
    font-size: 24px;
    text-align: center;
    border-bottom: 1px dashed #ddd;
  }
  .purpose_ol .purpose_ol_li1 .h4_1 {
    color: #688fbf;
  }
  .purpose_ol .purpose_ol_li1 .h4_2 {
    color: #238bd7;
  }
  .purpose_ol .purpose_ol_li1 .h4_3 {
    color: #2b73ce;
  }
  .purpose_ol .purpose_ol_li1 h5 {
    font-size: 18px;
    margin-bottom: 8px;
  }
  .purpose_ol .purpose_ol_li1 .p_1_2 {
    margin: 20px 0;
    font-weight: bold;
    position: relative;
    font-size: 18px;
    padding-left: 10px;
  }
  .purpose_ol .purpose_ol_li1 .p_1_2:before {
    left: -3px;
    position: absolute;
    content: "";
    top: 12px;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #238bd7;
    display: inline-block;
  }

  .purpose_ol .purpose_ol_li1 ul {
    height: 583px;
  }
  .purpose_ol .purpose_ol_li1 ul li {
    font-size: 16px;
    border: 1px solid #e7e7e7;
    background: #fafafa;
    padding: 10px;
    margin-top: 10px;
  }
  .purpose_ol > .purpose_ol_li1:last-child {
    margin-right: 0;
  }
  .purpose_ol > .purpose_ol_li1:last-child:after {
    display: none;
  }
  .purpose_ol .purpose_ol_li1 ul li p {
    position: relative;
    padding-left: 12px;
    margin: 5px 0;
  }
  .purpose_ol .purpose_ol_li1 ul li p:before {
    left: 3px;
    position: absolute;
    content: "";
    top: 9px;
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background: #989899;
    display: inline-block;
  }
  .last_li_pur {
    padding: 25px 20px !important;
    text-align: center;
    color: #333;
    font-weight: bold;
  }
  .min_style li {
    margin-bottom: 10px;
  }

  /* 장비예약 상세페이지 콘텐츠 */
  .enter_price span {
    display: block;
    margin: 5px 0;
    font-size: 16px;
  }
  .enter_price .h5_1_2 {
    margin: 20px 0;
    font-weight: bold;
    position: relative;
    font-size: 18px;
    padding-left: 10px;
  }
  .enter_price .h5_1_2:before {
    left: -3px;
    position: absolute;
    content: "";
    top: 12px;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #238bd7;
    display: inline-block;
  }

  /*table_장비예약*/
  .table-style-eq_b {
    white-space: normal;
    width: 100%;
    border-top: 2px solid #000;
    overflow: auto;
    margin-top: 10px;
  }
  .table-style-eq_b > table {
    font-size: 14px;
    width: 100%;
    border-collapse: collapse;
  }
  .table-style-eq_b > table > thead > tr > th,
  .table-style-eq_b > table > tbody > tr > th,
  .table-style-eq_b > table > tbody > tr > td {
    vertical-align: middle !important;
    border: 1px solid #ddd;
    padding: 8px 10px;
    text-align: center;
  }
  .table-style-eq_b > table > thead > tr > th:first-child,
  .table-style-eq_b > table > tbody > tr > th:first-child,
  .table-style-eq_b > table > tbody > tr > td:first-child {
    border-left: none;
  }
  .table-style-eq_b > table > thead > tr > th:last-child,
  .table-style-eq_b > table > tbody > tr > th:last-child,
  .table-style-eq_b > table > tbody > tr > td:last-child {
    border-right: none;
  }
  .table-style-eq_b > table > thead > tr > th,
  .table-style-eq_b > table > tbody > tr > th {
    background: #e6eef7;
    text-align: center;
    font-weight: 600;
    font-size: 14px;
  }
  .table-style-eq_b > table > tbody > tr > th > span {
  }
  .table-style-eq_b > table > thead > tr > th.green,
  .table-style-eq_b > table > tbody > tr > th.green {
    background: #f8fbf7;
    text-align: center;
    font-weight: 500;
    font-size: 15px;
  }
  .table-style-eq_b > table > thead > tr > th.green2,
  .table-style-eq_b > table > tbody > tr > th.green2 {
    background: #e0e8de;
    text-align: center;
    font-weight: 500;
    font-size: 15px;
  }
  .table-style-eq_b .frm_input {
    padding: 10px !important;
  }
}

@media (max-width: 934px) {
  .min_style h2 {
    width: 100%;
    font-size: 20px;
    line-height: 24px;
    font-weight: 600;
    color: #238bd7;
    margin: 30px 0 5px 0;
    padding: 12px 0 0 0;
    background-image: url("../img/sub/h1_bullet.png");
    background-repeat: no-repeat;
    background-position: left top;
  }
  /*사업소개*/
  .purpose_1_2 span {
    display: block;
    margin: 5px 0;
    font-size: 15px;
  }
  .purpose_ol {
    overflow: hidden;
    padding: 0;
  }
  .purpose_ol .purpose_ol_li1 {
    background: #f3f3f3;
    position: relative;
    list-style: none;
    float: left;
    width: 100%;
    margin-bottom: 20px;
  }
  .purpose_ol .purpose_ol_li1 h3 {
    text-align: center;
    padding: 15px;
    color: #fff;
    font-size: 18px;
  }
  .purpose_ol .purpose_ol_li1 .h3_1 {
    background: #688fbf;
  }
  .purpose_ol .purpose_ol_li1 .h3_2 {
    background: #238bd7;
  }
  .purpose_ol .purpose_ol_li1 .h3_3 {
    background: #2b73ce;
  }
  .purpose_ol .purpose_ol_li1 ul {
    padding: 20px;
  }
  .purpose_ol .purpose_ol_li1 h4 {
    padding-bottom: 10px;
    margin-bottom: 10px;
    font-family: "Godo", sans-serif;
    font-size: 20px;
    text-align: center;
    border-bottom: 1px dashed #ddd;
  }
  .purpose_ol .purpose_ol_li1 .h4_1 {
    color: #688fbf;
  }
  .purpose_ol .purpose_ol_li1 .h4_2 {
    color: #238bd7;
  }
  .purpose_ol .purpose_ol_li1 .h4_3 {
    color: #2b73ce;
  }
  .purpose_ol .purpose_ol_li1 h5 {
    font-size: 17px;
    margin-bottom: 8px;
  }
  .purpose_ol .purpose_ol_li1 .p_1_2 {
    margin: 10px 0;
    font-weight: bold;
    position: relative;
    font-size: 17px;
    padding-left: 10px;
  }
  .purpose_ol .purpose_ol_li1 .p_1_2:before {
    left: -3px;
    position: absolute;
    content: "";
    top: 12px;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #238bd7;
    display: inline-block;
  }

  .purpose_ol .purpose_ol_li1 ul {
  }
  .purpose_ol .purpose_ol_li1 ul li {
    font-size: 15px;
    border: 1px solid #e7e7e7;
    background: #fafafa;
    padding: 10px;
    margin-top: 10px;
  }
  .purpose_ol > .purpose_ol_li1:last-child {
    margin-right: 0;
  }
  .purpose_ol > .purpose_ol_li1:last-child:after {
    display: none;
  }
  .purpose_ol .purpose_ol_li1 ul li p {
    position: relative;
    padding-left: 12px;
    margin: 5px 0;
  }
  .purpose_ol .purpose_ol_li1 ul li p:before {
    left: 3px;
    position: absolute;
    content: "";
    top: 9px;
    width: 3px;
    height: 3px;
    border-radius: 50%;
    background: #989899;
    display: inline-block;
  }
  .last_li_pur {
    padding: 40px 20px !important;
    text-align: center;
    color: #333;
    font-weight: bold;
  }
  .min_style li {
    font-size: 17px;
    margin-bottom: 20px !important;
  }
}

.jason_style > h2 {
  width: 100%;
  font-size: 25px;
  line-height: 28px;
  font-weight: 600;
  color: #238bd7;
  margin: 40px 0 20px 0;
  padding: 12px 0 0 0;
  background-image: url("../img/sub/h1_bullet.png");
  background-repeat: no-repeat;
  background-position: left top;
}
.jason_style > h3 {
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  color: #333;
  margin: 30px 0 4px 0;
}
.jason_style > ul > li {
  list-style: disc;
  list-style-position: outside;
  padding-left: 0;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  margin-bottom: 2px;
}

.jason_style h2 {
  font-size: 25px;
  line-height: 28px;
  font-weight: 600;
  color: #333;
  margin: 40px 0 20px 0;
  padding: 12px 0 0 0;
}

.contact {
  background: #f1f1f3;
  position: relative;
  padding: 19px 0 19px 28px;
}
.contact h5 {
  font-size: 16px;
  font-weight: 600;
  color: #0d1218;
  padding-bottom: 15px;
}
.contact p {
  font-size: 16px;
  font-weight: 300;
  color: #0d1218;
  padding-bottom: 5px;
}
