@charset "utf-8";

/* header */
#header.scrolled {
  border-bottom: 1px solid #e8e8e8;
}

#svisual {
  display: block;
  position: relative;
  width: 100%;
  height: 400px;
  z-index: 0;
}

#section1 .svisual {
  width: 100%;
  height: 400px;
  background: url('../gmi/bus/svisual01.jpg') no-repeat center top;
}

#section2 .svisual {
  width: 100%;
  height: 400px;
  background: url('../gmi/bus/svisual02.jpg') no-repeat center top;
}

#section3 .svisual {
  width: 100%;
  height: 400px;
  background: url('../gmi/bus/svisual03.jpg') no-repeat center top;
}

#section4 .svisual {
  width: 100%;
  height: 400px;
  background: url('../gmi/bus/svisual04.jpg') no-repeat center top;
}

#section5 .svisual {
  width: 100%;
  height: 400px;
  background: url('../gmi/bus/svisual05.jpg') no-repeat center top;
}

#section6 .svisual {
  width: 100%;
  height: 400px;
  background: url('../gmi/bus/svisual06.jpg') no-repeat center top;
}

#section7 .svisual {
  width: 100%;
  height: 400px;
  background: url('../gmi/bus/svisual07.jpg') no-repeat center top;
}

#section8 .svisual {
  width: 100%;
  height: 400px;
  background: url('../gmi/bus/svisual08.jpg') no-repeat center top;
}

.svisual0 {
  width: 100%;
  height: 400px;
  background-image: url('../gmi/bus/svisual10.jpg') !important;
}

#svisual h2 {
  text-align: center;
  font-size: 40px;
  font-weight: 600;
  padding-top: 240px;
  letter-spacing: -0.05em;
  color: #fff;
}

input {
  /* -webkit-appearance: none;  */
  -webkit-border-radius: 0;
}

/* sub 메뉴 영역*/
#container .sub_nav.pc {
  display: block;
  width: 100%;
  height: 56px;
  background: #ca591a;
  overflow-x: hidden;
}

#container .sub_nav.pc ul {
  width: 1240px;
  margin: 0 auto;
  border-left: 1px solid #f7af87;
}

#container .sub_nav.pc ul:after {
  display: block;
  content: '';
  clear: both;
}

#container .sub_nav.pc ul li {
  float: left;
}

#container .sub_nav.pc ul li a {
  display: block;
  width: 100%;
  height: 56px;
  line-height: 56px;
  text-align: center;
  color: #fff;
  border-right: 1px solid #f7af87;
  font-size: 17px;
  font-weight: normal;
  letter-spacing: -0.5px;
}

#container .sub_nav.pc ul li.on a {
  background: #fff;
  color: #ca591a;
  font-weight: 600;
}

#container .sub_nav.pc ul li.double a {
  padding-top: 9px;
  height: 56px;
  line-height: 1.3;
}

#container .sub_nav.s1 ul li {
  width: 100%;
}

#container .sub_nav.s2 ul li {
  width: 49.999%;
}

#container .sub_nav.s3 ul li {
  width: 33.33333333333333%;
}

#container .sub_nav.s4 ul li {
  width: 25%;
}

#container .sub_nav.s5 ul li {
  width: 20%;
}

#container .sub_nav.s6 ul li {
  width: 16.66666666666667%;
}

#container .sub_nav.s7 ul li {
  width: 14.28571428571429%;
}

#container .sub_nav.s7 ul li a {
  font-size: 15px;
}

#container .sub_nav.mobile {
  display: none;
  position: relative;
  width: 100%;
  z-index: 1000;
}

#container .sub_nav.mobile a.selected {
  position: relative;
  display: block;
  width: 100%;
  height: 60px;
  border-bottom: 1px solid #ccc;
}

#container .sub_nav.mobile a.selected span.txt {
  display: block;
  width: 100%;
  height: 60px;
  line-height: 60px;
  font-size: 20px;
  font-weight: 500;
  text-align: center;
  color: #000 !important;
  z-index: 100;
}

#container .sub_nav.mobile a.selected span.arrow {
  position: absolute;
  top: 15px;
  right: 15px;
  display: block;
  width: 30px;
  height: 30px;
  background: url('../gmi/cni/sub_nav_m_arrow.png') no-repeat center center;
  -webkit-background-size: 100%;
  background-size: 100%;
}

#container .sub_nav.mobile a.selected.on span.arrow {
  background: url('../gmi/cni/sub_nav_m_arrow_on.png') no-repeat center center;
  -webkit-background-size: 100%;
  background-size: 100%;
}

#container .sub_nav.mobile ul {
  display: none;
  position: absolute;
  top: 60px;
  left: 0;
  width: 100%;
  background: #ca591a;
  padding: 0px 0;
}

#container .sub_nav.mobile ul li:first-child {
  border-top: 1px solid #f4a676;
}

#container .sub_nav.mobile ul li {
  border-bottom: 1px solid #f4a676;
}

#container .sub_nav.mobile ul li a {
  display: block;
  width: 100%;
  font-size: 18px;
  color: #fff;
  text-align: center;
  height: 40px;
  line-height: 40px;
}

/* 2022.03.16. 면접스타일링 추가 css */
.style_sub_txt {
  margin-bottom: 40px;
}

.style_sub_txt li {
  font-size: 16px;
  font-weight: 400;
  font-family: "Noto Sans KR", "Roboto", sans-serif;
  position: relative;
  padding-left: 14px;
  margin-bottom: 5px;
}

.style_sub_txt li::before {
  content: '';
  position: absolute;
  display: inline-block;
  width: 4px;
  height: 4px;
  border-radius: 100%;
  background: #000;
  top: 10px;
  left: 0;
}

.styling_wrap {}

.styling_wrap .check_wrap {
  margin-bottom: 22px;
}

.styling_wrap .job_txt {
  margin-bottom: 4px;
  position: relative;
}

.styling_wrap .p_box p {
  padding-top: 4px;
}

.styling_wrap .job_list01 .list:nth-child(1)>ul>li {
  background-image: none;
}

.styling_wrap .job_list01 .list:nth-child(2)>ul>li {
  background-image: url('/gmi/bus/job_txt_icon01.png');
  padding-left: 20px;
}

.styling_wrap .job_list01 .list .sub li {
  line-height: 28px;
}

.styling_wrap .job_list01 .list>ul>li {
  margin-bottom: 6px;
}

.styling_wrap .style_sub_txt {
  margin-bottom: 90px;
}

.styling_wrap .upload .txt_wrap .title {
  padding-top: 5px;
}

.styling_wrap .upload .txt_wrap .title::before {
  top: 14px;
}

/* 2022.03.22. 신청내역 상단 개발 */
.option_wrap {
  display: flex;
  justify-content: space-between;
  margin: 10px 0 30px;
  padding: 15px 23px;
  box-sizing: border-box;
  background: #f1f1f1;
  align-items: center;
}

.option_wrap .right {
  display: flex;
}

.option_wrap .right .select select {
  margin-right: 14px;
  font-size: 100%;
  width: 200px;
  line-height: 27px;
  background-image: url('/gmi/bus/org_arrow.png');
  background-repeat: no-repeat;
  background-position: 177px 11px;
  appearance: none;
}

.option_wrap .right .select option {
  font-size: 14px;
}

.cal input {
  width: 120px;
  font-size: 14px;
  background-repeat: no-repeat;
  background-position: 98px 9px;
  background-image: url('/skin/board/cloth_rent/img/cal_icon.png');
}

.cal input:first-child {
  margin-right: 5px;
}

.excel_btn {}

.excel_btn a {
  display: inline-block;
  font-size: 14px;
  width: 143px;
  height: 35px;
  line-height: 32px;
  background: #fff;
  border: 1px solid #63A773;
  padding-left: 14px;
  box-sizing: border-box;
  background-image: url('/skin/board/cloth_rent/img/excel_icon.png');
  background-repeat: no-repeat;
  background-position: 110px center;
  border-radius: 5px;
}

@media (max-width: 768px) {
  .styling_wrap .style_sub_txt {
    margin-bottom: 50px;
  }

  .option_wrap {
    display: block;
  }

  .option_wrap .right {
    display: block;
  }

  .cal {
    margin: 10px 0;
  }
}

/* body_head */
#body_head_outer {
  width: 1240px;
  height: 170px;
  margin: -170px auto 0;
  padding: 0px;
  padding: 0px;
  z-index: 111;
}

.body_head {
  position: relative;
  width: 100%;
  float: left;
}

.body_head h2 {
  display: block;
  color: #000;
  font-size: 260%;
  font-weight: 600;
  width: 100%;
  margin: 57px auto 15px;
  text-align: left;
  padding: 0;
  letter-spacing: -3px;
}

.body_head p {
  font-size: 110%;
  color: #7f7f7f;
  font-weight: 600;
  padding-left: 3px;
}

/* 페이지경로 */

#body_contents h2 {
  text-align: center;
  font-size: 32px;
}

/* 본문타이틀 */
.body_title {
  width: 100%;
  height: auto;
  padding: 0px;
  margin: 0px 0 10px 0;
  text-align: left;
  overflow: hidden;
}

.body_title h3 {
  letter-spacing: -2px;
  line-height: 44px;
  margin: 0px;
  font-size: 200%;
  font-weight: 400;
  color: #000;
  border-bottom: 1px solid #ccc;
  padding-bottom: 15px;
}

.body_title02 {
  width: 100%;
  height: 60px;
  padding: 0px;
  margin: 0px 0 40px 0;
  text-align: left;
  overflow: hidden;
}

.body_title02 .title_sub {
  letter-spacing: -2px;
  line-height: 44px;
  margin: 0px;
  font-size: 200%;
  font-weight: 400;
  color: #000;
  border-bottom: 1px solid #ccc;
  padding-bottom: 15px;
}

/* 위로이동 */
.top {
  width: 1240px;
  height: 60px;
  margin: 0 auto;
  padding: 0;
}

.top a {
  float: right;
  width: 60px;
  height: 60px;
  background: url(/gmi/bus/go_top.gif) no-repeat left top;
}

.top a:hover {
  transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  opacity: 1;
  animation: translateArr 1.2s ease-out infinite;
  -webkit-animation: translateArr 1.2s ease-out infinite;
  -moz-animation: translateArr 1.2s ease-out infinite;
}

/* 화살표 */
@keyframes translateArr {
  0% {
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
  }

  20% {
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    opacity: 1;
  }

  25% {
    opacity: .7;
  }

  33% {
    transform: translate3d(0, 22px, 0);
    -webkit-transform: translate3d(0, 22px, 0);
    opacity: .5;
  }

  75% {
    transform: translate3d(0, -15px, 0);
    -webkit-transform: translate3d(0, -15px, 0);
  }

  100% {
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
  }
}

@-webkit-keyframes translateArr {
  0% {
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
  }

  20% {
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    opacity: 1;
  }

  25% {
    opacity: .7;
  }

  33% {
    transform: translate3d(0, 22px, 0);
    -webkit-transform: translate3d(0, 22px, 0);
    opacity: .5;
  }

  75% {
    transform: translate3d(0, -15px, 0);
    -webkit-transform: translate3d(0, -15px, 0);
  }

  100% {
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
  }
}

/* 2022.02.28. 대표님 수정사항 */
.check_wrap {
  border: 1px solid #999;
  padding: 26px 20px;
  margin: 20px 0 80px;
}

.check_wrap .job_sub_tit {
  font-size: 18px;
  font-weight: 500;
}

.p_box p {
  padding-left: 27px;
  line-height: 1.5;
  margin-bottom: 0px;
  font-size: 16px;
  padding-top: 10px;
}

.job_cho {
  appearance: none;
  position: relative;
}

.job_cho.cc_red::before {
  border: 1px solid red;
}

.job_cho::before {
  content: '';
  display: block;
  position: absolute;
  width: 15px;
  height: 15px;
  left: -16px;
  top: -10px;
  border-radius: 3px;
  border: 1px solid #999;
}

.job_cho::after {
  content: '';
  display: none;
  position: absolute;
  width: 10px;
  /* 사이즈 */
  height: 6px;
  /* 사이즈 */
  border-top: 2px solid #fff;
  /* 선 두께 */
  border-right: 2px solid #fff;
  /* 선 두께 */
  display: inline-block;
  transform: rotate(135deg);
  /* 각도 */
  position: absolute;
  top: -7px;
  /* 기본 0px 값으로 해주세요 */
  left: -13px;
  /* 기본 0px 값으로 해주세요 */
}

.job_cho:checked::before {
  background: #15bece;
}

.job_cho:checked::after {
  display: block;
}

#common_check {
  -webkit-appearance: none;
}

#common_check::before {
  content: '';
  display: block;
  position: absolute;
  width: 15px;
  height: 15px;
  left: 15px;
  top: 15px;
  border-radius: 3px;
  border: 1px solid #999;
}

#common_check.cc_red::before {
  border: 1px solid red;
}

#common_check::after {
  content: '';
  display: block;
  position: absolute;
  content: '';
  display: none;
  position: absolute;
  width: 10px;
  /* 사이즈 */
  height: 6px;
  /* 사이즈 */
  border-top: 2px solid #fff;
  /* 선 두께 */
  border-right: 2px solid #fff;
  /* 선 두께 */
  display: inline-block;
  transform: rotate(135deg);
  /* 각도 */
  position: absolute;
  top: 18px;
  /* 기본 0px 값으로 해주세요 */
  left: 18px;
  /* 기본 0px 값으로 해주세요 */
}

#common_check:checked::before {
  background: #15bece;
}

#common_check:checked::after {
  display: block;
}

.mobile_job_banner {
  display: none;
}

.search_addr {
  background: #15bece;
  color: #fff;
  font-size: 16px;
  text-align: center;
  width: 120px;
  height: 34px;
  line-height: 34px;
  margin-left: 6px;
  vertical-align: top;
}

.addr_wrap input {
  margin-bottom: 6px;
}

.age input {
  min-width: 100px !important;
}

.addr_input {
  min-width: auto !important;
  width: 100px !important;
}

/* 2022.02.14. 정장 개발 - 달력 */
.cloth_product {
  border: 1px solid #ccc;
  box-sizing: border-box;
  width: 800px;
  margin: 0 auto;
}

.check_cloth {
  padding: 10px;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.check_cloth li {
  width: 50%;
  margin: 8px 0;
}

.check_cloth li:last-child {
  display: flex;
  align-items: center;
  width: 100%;
}

.check_cloth li:last-child #cl09 {
  margin-top: 5px;
}

.check_cloth li:last-child #cl09+label {
  margin-right: 10px;
}

.check_cloth li label {
  font-size: 15px;
}

.check_cloth li input {}

#cl09_2 {
  height: 30px;
  margin-left: 10px;
}

.address {
  width: 800px;
  margin: 20px auto 80px;
  border: 1px solid #ccc;
  box-sizing: border-box;
}

.add_con {
  padding: 10px;
  box-sizing: border-box;
}

@media (max-width : 870px) {
  .cloth_product {
    width: 100%;
    margin-top: 20px;
  }

  .address {
    width: 100%;
  }

  /* .check_cloth li:last-child{display : block;} */
  .check_cloth li:last-child label:nth-of-type(2) {
    display: block;
  }

  .check_cloth li:last-child #cl09 {
    margin-top: 0;
  }

  /* .check_cloth li:last-child{display : block;} */
}

/* 2022.02.14. 정장 개발 - 달력 End */


/* 2022.02.11. 정장개발 페이지 작업 */
#bf_file1::file-selector-button {
  display: none;
}

#bf_file2::file-selector-button {
  display: none;
}

#bf_file3::file-selector-button {
  display: none;
}

#bf_file4::file-selector-button {
  display: none;
}

.upload {
  margin: 60px 0;
  width: 800px;
}

.upload .upload_tit {
  background: #15bece;
  color: #fff;
  border: none;
}

.upload label {
  display: inline-block;
  height: 34px;
  vertical-align: top;
  line-height: 36px;
  cursor: pointer;
  padding: 0 10px;
  font-weight: 500;
  border: 1px solid #ccc;
  box-sizing: border-box;
  margin-left: -1px;
}

.upload #upload01 {
  width: calc(100% - 213.58px);
}

.upload #upload02 {
  width: calc(100% - 213.58px);
}

.upload #upload03 {
  width: calc(100% - 213.58px);
}

.upload #upload04 {
  width: calc(100% - 213.58px);
}

.upload input {
  padding-left: 10px;
  box-sizing: border-box;
}

.text_alert01 {
  display: block;
  color: darkred;
  padding: 6px 0;
}

.text_alert02 {
  display: block;
  color: darkred;
  padding: 6px 0;
}

.text_alert03 {
  display: block;
  color: darkred;
  padding: 6px 0;
}

.text_alert04 {
  display: block;
  color: darkred;
  padding: 6px 0;
}

.upload .txt_wrap {}

.upload .txt_wrap .title {
  position: relative;
  font-size: 18px;
  padding: 15px 0 5px 14px;
}

.upload .txt_wrap .title::before {
  position: absolute;
  content: '';
  display: inline-block;
  width: 5px;
  height: 5px;
  border-radius: 100%;
  background: #15bece;
  left: 0;
  top: 27px;
}

.upload .txt_wrap p {
  font-size: 16px;
}

.upload button {
  display: inline-block;
  height: 34px;
  line-height: 36px;
  cursor: pointer;
  vertical-align: top;
  padding: 0 10px;
  border: 1px solid #ccc;
  margin-left: -1px;
  font-size: 15px;
  color: #000;
}

.back_btn {
  text-align: center;
}

.back_btn a {
  display: inline-block;
  font-size: 20px;
  font-weight: 500;
  padding: 15px 30px;
  background: #15bece;
  margin-top: 7%;
  border-radius: 30px;
  color: #fff;
}

.license_upload {
  display: flex;
  flex-wrap: wrap;
}

.license_upload .upload {
  width: 50%;
  margin: 30px 0;
}

.license_upload .upload:first-child {
  margin-right: 0;
}

/* 2022.03.15. 레이아웃 변경 */
.upload_wrap {
  display: flex;
  flex-wrap: wrap;
}

.upload:first-child {
  margin-right: 60px;
}

.upload {
  width: auto;
}

@media (max-width : 1200px) {
  #container .sub_nav.s7 ul li a {
    font-size: 13px;
  }
}

@media (max-width : 1080px) {
  .upload_wrap {
    display: block;
  }

  .upload:first-child {
    margin-right: 0;
  }

  .upload {
    margin: 30px 0;
  }

  .license_upload {
    display: block;
  }

  .license_upload .upload {
    width: 100%;
  }

  #bf_file1::file-selector-button {
    display: inline-block;
    vertical-align: middle;
  }

  #bf_file2::file-selector-button {
    display: inline-block;
    vertical-align: middle;
  }

  #bf_file3::file-selector-button {
    display: inline-block;
    vertical-align: middle;
  }

  #bf_file4::file-selector-button {
    display: inline-block;
    vertical-align: middle;
  }
}

@media (max-width : 991px) {}

@media (max-width : 768px) {
  .upload input {
    width: 50%;
  }

  .upload {
    width: 100%;
  }

  .check_wrap {
    padding: 10px;
    margin-bottom: 50px;
  }

  .check_wrap .job_sub_tit {
    font-size: 16px;
  }

  .upload .txt_wrap p {
    font-size: 15px;
  }

  .upload .txt_wrap .title {
    font-size: 16px;
  }
}

@media (max-width : 460px) {
  .upload input {
    width: 58%;
  }

  .back_btn a {
    font-size: 4vw;
  }

  .upload label:nth-of-type(2) {
    display: none;
  }
}

/* 2022.02.11. 정장개발 페이지 작업 End */

/* 2022.02.10.  */

.cloth_choose input:first-of-type {
  display: inline-block;
  margin-bottom: 0px;
}

.cloth_choose label:first-of-type {
  display: inline-block;
}

.cloth_choose label {
  margin-right: 10px;
  margin-bottom: 5px;
  display: inline-block;
  font-weight: 400;
}

.cloth_choose label+span {
  font-size: 15px;
  color: #666;
}

.page_btn ul {
  display: flex;
  justify-content: center;
}

.page_btn ul li:first-child {
  margin-right: 20px;
}

.page_btn ul li a::after {
  display: none;
}

@media (max-width : 1040px) {
  .cloth_choose input:first-of-type {
    margin-bottom: 7px;
  }
}

@media (max-width: 768px) {
  div.page_btn ul li a {
    font-size: 16px;
    width: 130px;
    height: 40px;
    line-height: 40px;
  }

  div.page_btn ul li button {
    font-size: 16px;
    width: 130px;
    height: 40px;
    line-height: 40px;
  }

  .cloth_choose label:first-of-type {
    margin-bottom: 0;
  }

  .cloth_choose label+span {
    display: block;
    font-size: 15px;
    font-weight: 400;
  }

  .cloth_choose input:first-of-type {
    margin-bottom: 0;
  }

  .search_addr {
    margin: 0;
  }

  .pc_job_banner {
    display: none;
  }

  .mobile_job_banner {
    display: block;
  }
}

/* 2022.02.10 end */


/* 2022.02.03. 천안시 2030 취업지원 - 취업패키지지원 */
.h4 {
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  font-family: 'NanumSquare', sans-serif;
  margin-bottom: 60px;
}

.job01_list {
  width: 820px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.job01_list li {
  text-align: center;
  box-sizing: border-box;
  width: 33.3333%;
}

.job01_list li:nth-child(1) {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px dashed #d3d4d5;
}

.job01_list li:nth-child(2) {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px dashed #d3d4d5;
}

.job01_list li:nth-child(3) {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px dashed #d3d4d5;
}

.job01_list li span {
  border-radius: 100%;
}

.job01_list li span:hover {
  display: inline-block;
  background: radial-gradient(circle, rgba(121, 221, 230, 1) 0%, rgba(69, 203, 216, 1) 100%);
}

.job01_list li a {
  position: relative;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.5);
  font-family: 'NanumSquare', sans-serif;
  font-size: 20px;
  font-weight: 900;
  display: inline-block;
  width: 240px;
  height: 240px;
  line-height: 1.2;
  padding-top: 130px;
  border: 12px solid #c4eff3;
  border-radius: 100%;
  letter-spacing: -1px;
  background-repeat: no-repeat;
  background-position: center 50px;
}

.job01_list li a:hover {
  border-color: #39c7d2;
  text-decoration: none;
  color: #fff;
}



/* 운영시간 종료 css */
.job01_list li:nth-child(1) a {
  background-image: url('/gmi/bus/job_icon05.png');
  position: relative;
}

/* opacity : 0.3은 운영시간 종료되었을 때 추가하기 */
/* .job01_list li:nth-child(1) span:hover{background : #fff;} */
/* .job01_list li:nth-child(1) a::before{content : '신청시간(월 9:00~금 18:00) 주말 및 공휴일 불가'; display : block; position : absolute; top: 57%; left: 50%; width: 195px; font-size: 15px; transform: translate(-50%, -50%); color : #fff; padding : 5px 12px; background: darkred;} */

.job01_list li.end_job a {
  opacity: 0.3;
}

.job01_list li.close_job a {
  opacity: 0.3;
}

/* opacity : 0.3은 운영시간 종료되었을 때 추가하기 */
.job01_list li.close_job span {
  background: #fff;
}

/* opacity : 0.3은 운영시간 종료되었을 때 추가하기 */
.job01_list li.close_job a::before {
  content: '신청시간(월 9:00~금 18:00) 주말 및 공휴일 불가';
  display: block;
  position: absolute;
  top: 57%;
  left: 50%;
  width: 195px;
  font-size: 15px;
  transform: translate(-50%, -50%);
  color: #fff;
  padding: 5px 12px;
  background: darkred;
}

.job01_list li.end_job a::before {
  content: '사업 종료';
  display: block;
  position: absolute;
  top: 57%;
  left: 50%;
  width: 195px;
  font-size: 15px;
  transform: translate(-50%, -50%);
  color: #fff;
  padding: 5px 12px;
  background: darkred;
}

.job01_list li.pack.close_job a::before {
  display: block;
  position: absolute;
  top: 57%;
  left: 50%;
  width: 195px;
  font-size: 15px;
  transform: translate(-50%, -50%);
  color: #fff;
  padding: 5px 12px;
  background: darkred;
}

.job01_list li:nth-child(2) a {
  background-image: url('/gmi/bus/job_icon04.png');
  position: relative;
}

/* opacity : 0.3은 운영시간 종료되었을 때 추가하기 */
/* .job01_list li:nth-child(2) span:hover{background : #fff;} */
/* .job01_list li:nth-child(2) a::before{content : '신청시간(월 9:00~금 18:00) 주말 및 공휴일 불가'; display : block; position : absolute; top: 57%; left: 50%; width: 195px; font-size: 15px; transform: translate(-50%, -50%); color : #fff; padding : 5px 12px; background: darkred;} */

.job01_list li:nth-child(3) a {
  background-image: url('/gmi/bus/job_icon06.png');
  position: relative;
}

/* opacity : 0.3은 운영시간 종료되었을 때 추가하기 */
/* .job01_list li:nth-child(3) a::before{content : '신청시간(월 9:00~금 18:00) 주말 및 공휴일 불가'; display : block; position : absolute; top: 57%; left: 50%; width: 195px; font-size: 15px; transform: translate(-50%, -50%); color : #fff; padding : 5px 12px; background: darkred;} */
/* .job01_list li:nth-child(3) span:hover{background : #fff;} */

.job01_list li:nth-child(4) a {
  background-image: url('/gmi/bus/job_icon07.png');
  position: relative;
}

/* opacity : 0.3은 운영시간 종료되었을 때 추가하기 */
/* .job01_list li:nth-child(4) a::before{content : '신청시간(월 9:00~금 18:00) 주말 및 공휴일 불가'; display : block; position : absolute; top: 57%; left: 50%; width: 195px; font-size: 15px; transform: translate(-50%, -50%); color : #fff; padding : 5px 12px; background: darkred;} */
/* .job01_list li:nth-child(4) span:hover{background : #fff;} */

.job01_list li:nth-child(5) a {
  background-image: url('/gmi/bus/job_icon01.png');
}

.job01_list li:nth-child(6) a {
  background-image: url('/gmi/bus/job_icon02.png');
}

.job01_list li.cam a {
  background-image: url('/gmi/bus/ca01.png');
}

.job01_list li.pack a {
  background-image: url('/gmi/bus/ha01.png');
}

/* 운영시간 종료 */
.job01_list li:nth-child(1).close_job a:hover {
  color: #161616;
  border: 12px solid #c4eff3;
  background-image: url('/gmi/bus/job_icon05.png');
}

.job01_list li:nth-child(2).close_job a:hover {
  color: #161616;
  border: 12px solid #c4eff3;
  background-image: url('/gmi/bus/job_icon04.png');
}

.job01_list li:nth-child(3).close_job a:hover {
  color: #161616;
  border: 12px solid #c4eff3;
  background-image: url('/gmi/bus/job_icon06.png');
}

.job01_list li:nth-child(4).close_job a:hover {
  color: #161616;
  border: 12px solid #c4eff3;
  background-image: url('/gmi/bus/job_icon07.png');
}

.job01_list li:nth-child(1).end_job a:hover {
  color: #161616;
  border: 12px solid #c4eff3;
  background-image: url('/gmi/bus/job_icon05.png');
}

.job01_list li:nth-child(2).end_job a:hover {
  color: #161616;
  border: 12px solid #c4eff3;
  background-image: url('/gmi/bus/job_icon04.png');
}

.job01_list li:nth-child(3).end_job a:hover {
  color: #161616;
  border: 12px solid #c4eff3;
  background-image: url('/gmi/bus/job_icon06.png');
}

.job01_list li:nth-child(4).end_job a:hover {
  color: #161616;
  border: 12px solid #c4eff3;
  background-image: url('/gmi/bus/job_icon07.png');
}

.job01_list li.cam.close_job a:hover,
.job01_list li.cam.end_job a:hover {
  background-image: url('/gmi/bus/ca01.png');
  color: #161616;
  border: 12px solid #c4eff3;
}

.job01_list li.pack.close_job a:hover,
.job01_list li.pack.end_job a:hover {
  background-image: url('/gmi/bus/ha01.png');
  color: #161616;
  border: 12px solid #c4eff3;
}

.job01_list li:nth-child(1) a:hover {
  background-image: url('/gmi/bus/job_icon05_on.png');
}

/* .job01_list li:nth-child(1) a:hover{color : #161616;border : 12px solid #c4eff3;} */
.job01_list li.close_job a:hover {
  color: #161616;
  border: 12px solid #c4eff3;
}

.job01_list li.end_job span:hover {
  background: transparent;
}

.job01_list li:nth-child(2) a:hover {
  background-image: url('/gmi/bus/job_icon04_on.png');
}

/* .job01_list li:nth-child(2) a:hover{color : #161616;border : 12px solid #c4eff3; } */

.job01_list li:nth-child(3) a:hover {
  background-image: url('/gmi/bus/job_icon06_on.png');
}

/* .job01_list li:nth-child(3) a:hover{color : #161616;border : 12px solid #c4eff3; } */

.job01_list li:nth-child(4) a:hover {
  background-image: url('/gmi/bus/job_icon07_on.png');
}

/* .job01_list li:nth-child(4) a:hover{color : #161616;border : 12px solid #c4eff3;} */

.job01_list li.cam a:hover {
  background-image: url('/gmi/bus/ca02.png');
}

.job01_list li.pack a:hover {
  background-image: url('/gmi/bus/ha02.png');
}

.job01_list li:nth-child(5) a:hover {
  background-image: url('/gmi/bus/job_icon01_on.png');
}

.job01_list li:nth-child(6) a:hover {
  background-image: url('/gmi/bus/job_icon02_on.png');
}

@media (max-width : 991px) {
  .job01_list {
    width: 100%;
  }

  .job01_list li a {
    width: 210px;
    height: 210px;
    font-size: 18px;
    padding-top: 115px;
    background-position: center 37px;
  }

  .h4 {
    font-size: 22px;
  }
}

@media(max-width : 768px) {
  .job01_list li {
    width: 50%;
    border-bottom: none !important;
    margin-bottom: 10px !important;
    padding-bottom: 10px !important;
  }

  .h4 {
    font-size: 20px;
  }
}

@media(max-width : 480px) {
  /* .job01_list li{width : 100%;} */

  .job01_list li a {
    width: 150px;
    height: 150px;
    padding-top: 71px;
    background-position: center 19px;
    font-size: 15px;
    background-size: 40%;
    font-weight: 400;
  }

  .h4 {
    font-size: 18px;
    margin-bottom: 34px;
  }

  .job01_list li:not(:nth-child(1)) a::after {
    font-size: 14px;
  }

  .job01_list li.close_job a::before {
    content: '신청시간(월 9:00~금 18:00) 주말 및 공휴일 불가';
    display: block;
    position: absolute;
    top: 57%;
    left: 50%;
    width: 144px;
    font-size: 11px;
    transform: translate(-50%, -50%);
    color: #fff;
    padding: 5px 12px;
    background: darkred;
  }

  .job01_list li:nth-child(1).close_job a::before {
    content: '신청시간(월 9:00~금 18:00) 주말 및 공휴일 불가';
    display: block;
    position: absolute;
    top: 57%;
    left: 50%;
    width: 144px;
    font-size: 11px;
    transform: translate(-50%, -50%);
    color: #fff;
    padding: 5px 12px;
    background: darkred;
  }

  .job01_list li:nth-child(2).close_job a::before {
    content: '신청시간(월 9:00~금 18:00) 주말 및 공휴일 불가';
    display: block;
    position: absolute;
    top: 57%;
    left: 50%;
    width: 144px;
    font-size: 11px;
    transform: translate(-50%, -50%);
    color: #fff;
    padding: 5px 12px;
    background: darkred;
  }

  .job01_list li:nth-child(3).close_job a::before {
    content: '신청시간(월 9:00~금 18:00) 주말 및 공휴일 불가';
    display: block;
    position: absolute;
    top: 57%;
    left: 50%;
    width: 144px;
    font-size: 11px;
    transform: translate(-50%, -50%);
    color: #fff;
    padding: 5px 12px;
    background: darkred;
  }

  .job01_list li:nth-child(4).close_job a::before {
    content: '신청시간(월 9:00~금 18:00) 주말 및 공휴일 불가';
    display: block;
    position: absolute;
    top: 57%;
    left: 50%;
    width: 144px;
    font-size: 11px;
    transform: translate(-50%, -50%);
    color: #fff;
    padding: 5px 12px;
    background: darkred;
  }

}

/* 취업지원 - 취업패키지지원 end */

/* 2022.02.04. 취업 안내 */
.pc_cut {
  display: block;
}

.job_info_wrap>* {
  font-family: 'NanumSquare', sans-serif !important;
  color: #000;
}

.img_1240 {
  margin-bottom: 90px;
}

.job_tit {
  position: relative;
  padding-top: 10px;
  font-family: 'NanumSquare', sans-serif;
  color: #000;
}

.job_tit::after {
  content: '';
  position: absolute;
  top: 0;
  display: inline-block;
  width: 45px;
  height: 3px;
  background: #15bece;
  left: 0;
}

.job_tit em {
  font-size: 22px;
  font-weight: bold;
}

.job_tit p {
  font-size: 16px;
  font-weight: 400;
}

.job_txt {
  font-size: 16px;
  margin-bottom: 30px;
  padding-left: 27px;
  padding-top: 10px;
  position: relative;
}

.job_txt input {
  appearance: none;
}

.job_txt em {
  font-size: 16px;
  font-weight: 400;
  text-decoration: underline;
  text-underline-position: under;
  padding-left: 6px;
}

.p_box p {
  box-sizing: border-box;
}

.job_list01 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 26px;
}

.job_list01 .list {
  width: 600px;
}

.job_list01 .list:nth-child(1) {
  margin-bottom: 60px;
}

.job_list01 .list:nth-child(2) {
  margin-bottom: 60px;
}

.job_list01 .list .list_tit {
  position: relative;
  width: 420px;
  height: 55px;
  margin: 0 auto -28px;
  z-index: 10;
  font-weight: 400;
  text-align: center;
  line-height: 55px;
  font-size: 21px;
  border: 1px solid #15bece;
  background: #fff;
}

.job_list01 .list .list_tit em {
  font-weight: bold;
}

.job_list01 .list>ul {
  padding: 60px 10px 0 27px;
  height: 320px;
  box-sizing: border-box;
  background: #f3fcfd;
}

.job_list01 .list>ul>li {
  font-size: 18px;
  font-weight: bold;
  line-height: 34px;
  background-repeat: no-repeat;
  background-position: left 11px;
}

.job_list01 .list:nth-child(1)>ul>li {
  background-image: url('/gmi/bus/job_txt_icon01.png');
  padding-left: 20px;
}

.job_list01 .list:nth-child(2)>ul>li {
  background-image: url('/gmi/bus/job_txt_icon01.png');
  padding-left: 20px;
}

.job_list01 .list:nth-child(3)>ul>li {
  background-image: url('/gmi/bus/job_txt_icon01.png');
  padding-left: 20px;
}

.job_list01 .list:nth-child(4)>ul>li {
  background-image: url('/gmi/bus/job_txt_icon01.png');
  padding-left: 20px;
}

.job_list01 .list>ul>li>em {
  text-decoration: underline;
  text-underline-position: under;
}

.job_list01 .list .sub {}

.job_list01 .list .sub li {
  font-size: 18px;
  font-weight: 300;
  line-height: 34px;
}

.job_list01.job_list01_typ02 .list .sub li {
  font-size: 16px;
  line-height: 1.9;
}

.agree_check {
  margin-top: 30px;
}

.agree_check input {}

.agree_check label {
  font-size: 18px;
  font-weight: bold;
}

.page_btn {
  margin-top: 45px;
}

.page_btn ul {}

.page_btn ul li {
  text-align: center;
}

.page_btn ul li button {
  position: relative;
  display: inline-block;
  overflow: hidden;
  width: 220px;
  height: 50px;
  line-height: 50px;
  font-size: 20px;
  font-weight: 400;
  color: #fff;
  background: #15bece;
}

.page_btn ul li a {
  position: relative;
  display: inline-block;
  overflow: hidden;
  width: 220px;
  height: 50px;
  line-height: 50px;
  font-size: 20px;
  font-weight: 400;
  color: #fff;
  background: #15bece;
}

.page_btn ul li a:hover {
  text-decoration: none;
}

.page_btn ul li button.next::after {
  content: '';
  position: absolute;
  display: inline-block;
  right: -50px;
  bottom: -25px;
  width: 0px;
  height: 0px;
  border-bottom: 50px solid #06a0af;
  border-right: 50px solid transparent;
  border-left: 114px solid transparent;
}

.page_btn ul li a.next::after {
  content: '';
  position: absolute;
  display: inline-block;
  right: -50px;
  bottom: -25px;
  width: 0px;
  height: 0px;
  border-bottom: 50px solid #06a0af;
  border-right: 50px solid transparent;
  border-left: 114px solid transparent;
}

.page_btn ul li a.prev::after {
  content: '';
  position: absolute;
  display: inline-block;
  left: -50px;
  bottom: -25px;
  width: 0px;
  height: 0px;
  border-bottom: 50px solid #06a0af;
  border-right: 114px solid transparent;
  border-left: 50px solid transparent;
}

.page_btn ul li button.prev::after {
  content: '';
  position: absolute;
  display: inline-block;
  left: -50px;
  bottom: -25px;
  width: 0px;
  height: 0px;
  border-bottom: 50px solid #06a0af;
  border-right: 114px solid transparent;
  border-left: 50px solid transparent;
}



@media (max-width : 1240px) {
  .pc_cut {
    display: inline;
  }

  .job_list01 .list {
    width: 48%;
  }

  .job_list01 .list .list_tit {
    width: 90%;
    font-size: 19px;
  }

  .job_list01 .list>ul {
    padding: 60px 10px 00px 20px;
    height: 320px;
  }

  .job_list01 .list>ul>li {
    line-height: 1.5;
    font-size: 17px;
    background-position: left 7px;
  }

  .job_list01 .list .sub li {
    font-size: 17px;
    line-height: 1.5;
  }

  .job_list01 .list:nth-child(1) {
    margin-bottom: 40px;
  }

  .job_list01 .list:nth-child(2) {
    margin-bottom: 40px;
  }

  #svisual h2 {
    font-size: 34px;
    padding: 160px 0 80px 0;
  }
}

@media (max-width : 768px) {
  .img_1240 {
    margin: 30px 0 45px;
  }

  .job_txt {
    margin-bottom: 17px;
  }

  .job_tit em {
    font-size: 18px;
  }

  .job_list01 .list {
    width: 100%;
  }

  .job_list01 .list .list_tit {
    font-size: 18px;
  }

  .job_list01 .list>ul {
    height: auto;
    padding: 50px 10px 40px 10px;
  }

  .job_list01 .list:nth-child(3) {
    margin-bottom: 40px;
  }

  .job_list01 .list>ul>li {
    font-size: 16px !important;
  }

  .job_list01 .list .sub li {
    font-size: 16px;
  }
}

/* 취업 안내 end */
/* 2022.02.04. 취업패키지 지원 유의사항 */
.required_txt {
  font-family: 'NanumSquare', sans-serif !important;
  height: 462px;
  background-image: url("/gmi/bus/info05_txt_bg.jpg");
  background-repeat: no-repeat;
  padding: 190px 0 0 463px;
  box-sizing: border-box;
}

.required_txt.camera04 {
  padding: 176px 0 0 463px;
}

.required_txt strong {
  position: relative;
  font-size: 30px;
  line-height: 1;
  padding-top: 13px;
  color: #fbf8b9;
}

.required_txt strong::before {
  content: '';
  position: absolute;
  display: inline-block;
  width: 50px;
  height: 2px;
  top: 0;
  left: 0;
  background: #fbf8b9;
}

.required_txt ul {
  margin-top: 22px;
}

.required_txt ul li {
  position: relative;
  font-size: 18px;
  line-height: 30px;
  letter-spacing: -1px;
  color: #fff;
  padding-left: 16px;
}

.required_txt ul li::before {
  content: '';
  display: inline-block;
  position: absolute;
  width: 10px;
  height: 10px;
  background: #fff;
  border-radius: 100%;
  top: 9px;
  left: 0;
}

.required_txt ul li em {
  font-weight: bold;
}

.required_txt.info05_required_txt ul li:first-child {
  padding-left: 0;
}

.required_txt.info05_required_txt ul li:first-child::before {
  display: none;
}

.info05_bot_txt {
  text-align: center;
  font-family: 'NanumSquare', sans-serif !important;
  color: #000;
  margin-top: 104px;
}

.info05_bot_txt .top_ {
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 5px;
}

.info05_bot_txt .mid {
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 25px;
}

.info05_bot_txt .bot {
  font-size: 20px;
  font-weight: bold;
}

@media (max-width : 1240px) {
  .required_txt {
    background-image: none;
    padding: 10vw 3%;
    background: #c66e54;
    height: auto;
    border-radius: 10px;
  }

  .required_txt.camera04 {
    padding: 10vw 3%;
  }

  .info05_bot_txt {
    margin-top: 10%;
  }

  .required_txt ul li {
    font-size: 16px;
    line-height: 1.8;
  }

  .required_txt strong {
    font-size: 4vw;
  }

  .info05_bot_txt .top_ {
    font-size: 4vw;
  }

  .info05_bot_txt .mid {
    font-size: 3vw;
    margin-bottom: 2vw;
  }

  .info05_bot_txt .bot {
    font-size: 3vw;
  }
}

/* 취업패키지 지원 유의사항 End */

/* 센터소개 */
.info_wrap {
  float: left;
  padding: 30px;
}

.info_wrap:after {
  display: block;
  content: '';
  clear: both;
}

.info_pic {
  float: left;
  width: 27%;
  padding: 0px 0 0 0px;
}

dl.info01 {
  padding-left: 29%;
}

dl.info01 dt {
  font-size: 28px;
  font-weight: 400;
  color: #005fca;
  padding-bottom: 30px;
}

dl.info01 dd {
  font-size: 100%;
  padding: 10px 0;
  font-size: 16px;
}

dl.info01 dd span {
  color: #ec4012;
  font-size: 20px;
}

/*연혁*/
.history_wrap {
  float: left;
  margin: 0;
  padding: 0;
}

.history_wrap:after {
  display: block;
  content: '';
  clear: both;
}

.history_pic {
  float: left;
  width: 27%;
  padding: 35px 0 0 30px;
}

.history {
  float: right;
  width: 70%;
  padding: 30px 0;
  background: url('../gmi/bus/dot_line.gif') repeat-x left bottom;
}

.history ul {
  width: 14%;
  float: left;
  text-align: left;
}

.history li {
  font-size: 25px;
  color: #2878d0;
  font-weight: 600;
  padding-bottom: 5px;
}

.history dl {
  margin: 0 0 0px 14%;
  color: #333;
  width: 86%;
}

.history dt {
  padding: 0 0 11px 8px;
  font-weight: 600;
  margin: 0 15px 0 2%;
  float: left;
  width: 20%;
  color: #5f5f5f;
  font-size: 16px;
  word-break: keep-all;
}

.history dd {
  padding: 0 0 11px 95px;
  margin-left: 2%;
  width: 100%;
  font-size: 16px;
  word-break: keep-all;
}

/*인사말*/
.info02 {
  margin: 0;
  padding: 0;
}

.info02 dt {
  margin: 0;
  padding: 0;
  font-size: 24px;
  padding: 20px 0;
  color: #418d3c;
  line-height: 150%;
}

.info02 dd {
  margin: 0;
  padding: 10px 0;
  font-size: 16px;
  word-break: keep-all;
}

.info02 dd.right {
  text-align: right;
}

.f_green {
  color: #418d3c;
}

.f_orange {
  color: #ec4012;
}

.f_blue {
  color: #005fca;
}

.bold {
  font-weight: 600;
}

.f_gray {
  color: #636363;
}

/*약도*/
ul.list_type_h4 {
  list-style: none;
  margin: 0 0 10px 0px;
  padding: 0px 0px 0px 10px;
  text-align: left;
}

ul.list_type_h4 li {
  margin: 0;
  padding: 0px 0 0 20px;
  line-height: 28px;
  background: url('../gmi/bus/point_b_dd.gif') no-repeat 10px 13px;
}

ul.list_type_h4 li span {
  font-weight: bold;
}

ul.list_type_h4 li a img {
  vertical-align: middle;
}

ul.list_type_h4 li.none {
  background: none;
  padding: 0px;
}

ul.list_type_h4 li ul {
  margin: 2px 0;
  padding: 0px;
  list-style: none;
  background: none;
}

ul.list_type_h4 li ul li {
  margin: 2px 0;
  padding: 0 0 0 6px;
  background: url(/_gmi/bus/cni/charge_icon.gif) no-repeat left 8px;
  vertical-align: middle;
}

ul.list_type_h4 li ul li a img {
  vertical-align: middle;
}

ul.list_type_h4 li ul li.none {
  background: none;
  padding: 0px;
}

ul.list_type_h4 li ul li ul li {
  font-weight: normal;
  margin: 0;
  padding: 0px 0 0 6px;
  background: url(/gmi/bus/inc/h3_bul3.gif) no-repeat 0px 6px;
}

ul.list_type_h4 li ul li ul li ul li {
  font-weight: normal;
  margin: 0;
  padding: 0px 0 0 0px;
  background: none;
}

dl.dl_type {
  margin: 0px;
  padding: 0px;
  line-height: 24px;
}

dl.dl_type dt {
  margin: 0 0 10px 0px;
  padding: 0 0 0 22px;
  background: url('../gmi/cni/blt_blue.gif') no-repeat 12px 8px;
  font-weight: 600;
  color: #3f90bc;
  float: left;
  clear: left;
  min-width: 80px;
}

dl.dl_type dd {
  display: table;
  margin: 0 0 10px 0px;
  padding: 0 0 0 6px;
}

dl.dl_type dd img {
  vertical-align: middle;
}

dl.dl_type dd li {
  margin: 2px 0;
  padding: 0 0 0 10px;
  background: url('../gmi/cni/blt03.gif') no-repeat left 5px;
}

/*사업안내*/
.point_b {
  clear: both;
  float: left;
  padding: 0px;
  margin: 20px 0 20px 0;
  width: 100%;
}

.point_b p {
  width: 355px;
  float: left;
  text-align: center;
  border-top: 1px solid #ddd;
  border-left: 1px solid #ddd;
  border-right: 2px solid #bbb;
  border-bottom: 2px solid #bbb;
  padding: 5px 5px 10px 5px;
}

.point_b p img {
  margin: 0px;
  padding: 0 5px 5px 0px;
  font-size: 0;
  line-height: 0;
  width: 345px;
}

.point_b p span {
  font-size: 13px;
  text-align: center;
  width: 370px;
  line-height: 16px !important;
}

.point_b dl {
  line-height: 20px;
  margin: 0px 0 0 420px;
  padding: 0;
}

.point_b dl dt {
  font-size: 24px;
  line-height: 160%;
  font-weight: 400;
  letter-spacing: -0.07em;
  padding: 0px 0 10px 20px;
  margin: 0 0 6px 0px;
  background: url('../gmi/bus/point_b_dt.gif') no-repeat 0 10px;
}

.point_b dl dd {
  padding: 10px 0 0 17px;
  line-height: 160%;
  vertical-align: middle;
  font-size: 100%;
  text-indent: 0px;
  background: url('../gmi/bus/point_b_dd.gif') no-repeat 8px 21px;
}

.point_b dl dd img {
  vertical-align: middle;
  line-height: 22px;
}

.target {
  clear: both;
  margin: 0;
  padding: 0;
  margin-bottom: 40px;
  width: 100%;
}

.target:after {
  display: block;
  content: '';
  clear: both;
}

.target h5 {
  text-align: center;
  background: none;
}

.target ul {
  float: left;
  width: 100%;
}

.target ul:after {
  display: block;
  content: '';
  clear: both;
}

.target li {
  width: 24%;
  display: inline;
  float: left;
  margin-right: 1%;
}

.target li.last {
  margin-right: 0;
}

.target li dl {
  clear: both;
  margin: 20px 0;
  padding: 0;
  float: left;
  width: 100%;
  margin: 10px 0;
  font-size: 24px;
  border: 1px solid #cdcdcd;
  border-radius: 10px;
  padding-bottom: 20px;
  padding: 10px 10px;
}

.target li dt {
  float: left;
  border-radius: 100px;
  color: #fff;
  font-weight: 600;
  font-size: 17px;
  letter-spacing: -0.08em;
  background: #fff;
  background: linear-gradient(to bottom, #fff, #daddfd);
  width: 60px;
  height: 60px;
  padding: 30px 20px 15px 10px;
  text-align: center;
  vertical-align: middle;
}

.target li dt.t01bg {
  background: #2f9496 url('../gmi/bus/target_bg01.png') no-repeat 51% 50%;
}

.target li dt.t02bg {
  background: #9369d1 url('../gmi/bus/target_bg02.png') no-repeat 52% 50%;
}

.target li dt.t03bg {
  background: #e67420 url('../gmi/bus/target_bg03.png') no-repeat 53% 50%;
}

.target li dt.t04bg {
  background: #266090 url('../gmi/bus/target_bg04.png') no-repeat 52% 50%;
}

.target li dt.t05bg {
  background: #4e93b0 url('../gmi/bus//target_bg05.png') no-repeat 52% 50%;
}

.target li dt.t06bg {
  background: #48a557 url('../gmi/bus/target_bg06.png') no-repeat 51% 50%;
}

.target li dt.t07bg {
  background: #1f787f url('../gmi/bus//target_bg07.png') no-repeat 52% 50%;
}

.target li dd {
  float: left;
  margin: 0 0 0 0%;
  padding: 0;
  width: 10%;
}

.target li dd {
  width: 100%;
  text-align: left;
  background: none;
  border: none;
  color: #333;
  height: 100%;
  padding: 15px 10px 0 10px;
  font-size: 17px
}

.target li dd.t01 {
  color: #0aadaf !important;
}

.target li dd.t02 {
  color: #8947ec !important;
}

.target li dd.t03 {
  color: #ff8500 !important;
}

.target li dd.t04 {
  color: #005ca9 !important;
}

.target li dd.t05 {
  color: #2c99c8 !important;
}

.target li dd.t06 {
  color: #3c964b !important;
}

.target li dd.t07 {
  color: #1f787f !important;
}

.target li dd {
  width: 77%;
  padding-bottom: 5px;
  padding-left: 8px;
}


/*개인정보처리방침*/
.privacy {
  clear: both;
  margin: 0;
  padding: 0;
}

.privacy h4 {
  display: block;
  margin: 30px 0 20px 0;
  font-size: 22px;
  color: #000;
  font-weight: 600;
  background: none;
  padding: 0 0 1px 0px;
  text-align: left;
  letter-spacing: -0.05em;
  clear: both;
  line-height: 28px;
}

.privacy h5 {
  background: url('../gmi/cni/h5_bulit.png') no-repeat left center;
  padding-left: 0px;
  margin: 40px 0 20px 10px;
  font-size: 18px;
  font-weight: 600;
  text-align: left;
  letter-spacing: -1.5px;
  clear: both;
  color: #16508e;
}

ul.p_list li {
  padding: 0;
  padding-left: 21px;
  background: none;
  font-weight: 400;
  margin-bottom: 10px;
  line-height: 1.65;
}

ul.p_list li.int {
  padding: 0;
  margin: 0px 0px 0px 21px;
  text-indent: 0px;
  background: none;
  font-weight: 400;
}


/* 대관신청 */
.por_outer {
  width: 1240px;
  margin: 30px auto;
  height: auto;
  padding: 0;
}

.por_outer h4 {
  display: block;
  margin: 30px 0 20px 0;
  font-size: 20px;
  color: #333;
  font-weight: 600;
  background: url('../gmi/bus/point_b_dt.gif') no-repeat left 7px;
  padding: 0 0 1px 20px;
  text-align: left;
  letter-spacing: -1.5px;
  clear: both;
  line-height: 29px;
}

.por_outer h4 span {
  background: #eee;
  margin: 0 auto;
  padding: 0 15px;
}

.por_list {
  display: block;
  position: relative;
  width: 100%;
  padding: 0;
  overflow: hidden;
}

.por_list li {
  width: 290px;
  float: left;
  margin-right: 2.09677419355%;
}

.por_list li.last {
  margin-right: 0px;
}

.por_list li dl,
.por_list li dt {
  display: block;
  position: relative;
  margin: 0;
  padding: 0;
}

.por_list li dt {
  width: 100%;
  height: 330px;
  overflow: hidden;
  /*box-shadow:inset 2px 2px 0px #e6e6e6, inset -2px -2px 0px #e6e6e6;*/
}

.por_list li dt img {
  max-width: 100%;
  width: 100%;
  height: auto;
  overflow: hidden;
}

.por_list li dd {
  background: #3b3835;
  height: 60px;
  display: block;
  position: relative;
  width: 100%;
  text-align: center;
  margin: 0px auto 0;
  font-size: 24px;
  color: #fff;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.por_list li dd a:hover {
  text-decoration: none;
  color: #fbf315;
  background: #222;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.por_list li dd span {
  color: #959595;
}

.por_list li dd a {
  display: block;
  color: #fff;
  line-height: 42px;
  font-weight: 600;
  margin: 8px;
  height: 44px;
  padding: 0px;
  border: 1px solid #fff;
}


/* portfolio_effect */
.pro_action .hover {
  z-index: 20;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  color: #efefef;
  text-align: center;
  box-sizing: border-box;
  opacity: 0;
  transition: opacity .3s ease-out;
  -webkit-transition: opacity .3s ease-out;
  -moz-transition: opacity .3s ease-out;
}

.pro_action .hover .line1 {
  position: absolute;
  top: 5%;
  left: 3.5%;
  width: 93%;
  height: 90%;
  border-top: 1px solid #c6c6c6;
  ;
  border-bottom: 1px solid #c6c6c6;
  opacity: 0;
  transform: scale(0, 1);
  -webkit-transform: scale(0, 1);
  -moz-transform: scale(0, 1);
  transition: transform .4s ease-out .2s, opacity .4s ease-out;
  -webkit-transition: -webkit-transform .4s ease-out .2s, opacity .4s ease-out;
  -moz-transition: -moz-transform .4s ease-out .2s, opacity .4s ease-out;
}

.pro_action .hover .line2 {
  position: absolute;
  top: 5%;
  left: 3.5%;
  width: 93%;
  height: 90%;
  border-left: 1px solid #c6c6c6;
  border-right: 1px solid #c6c6c6;
  opacity: 0;
  transform: scale(1, 0);
  -webkit-transform: scale(1, 0);
  -moz-transform: scale(1, 0);
  transition: transform .4s ease-out .2s, opacity .4s ease-out;
  -webkit-transition: -webkit-transform .4s ease-out .2s, opacity .4s ease-out;
  -moz-transition: -moz-transform .4s ease-out .2s, opacity .4s ease-out;
}

.pro_action .hover .sub_tit {
  padding-top: 40%;
  width: 100% !important;
  text-align: center;
  height: 100% !Important;
  color: #fff !important;
  font-size: 28px;
  transform: translate3d(0, -10px, 0);
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  opacity: 0;
  transition: transform .5s ease-out .2s, opacity .5s ease-out .3s;
  -webkit-transition: -webkit-transform .5s ease-out .2s, opacity .5s ease-out .3s;
  -moz-transition: -moz-transform .5s ease-out .2s, opacity .5s ease-out .3s;
}

.pro_action .hover .sub_tit a {
  vertical-align: middle;
  text-align: center;
  line-height: 160%;
  text-decoration: none;
  padding-top: 0px;
  font-size: 28px;
}

.pro_action .hover .sub_tit a span {
  font-size: 14px;
  width: 90%;
  line-height: 160% !important;
  font-weight: 400;
  text-align: center;
  padding-top: 20px;
}

.pro_action a {
  display: block;
  width: 100%;
  height: 100%;
  z-index: 1000;
  color: #fff;
  top: 0;
  padding: 0 30px;
  font-weight: 600;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.pro_action:hover .hover {
  opacity: 1;
}

.pro_action:hover .hover .sub_tit {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
}

.pro_action:hover .line1 {
  transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  opacity: 1;
}

.pro_action:hover .line2 {
  transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  opacity: 1;
}


/*상단박스*/
.uit {
  overflow: hidden;
  position: relative;
  width: 100%;
}

.uit {
  position: relative;
  margin-bottom: 40px;
  background: #dfdfdf;
  overflow: hidden;
  margin-top: 0px;
}

.uit:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 30px;
  background: #f5a100;
}

.uit:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 20%;
  height: 30px;
  background: #0fa63c;
}

.uit2 {
  position: relative;
  margin-bottom: 20px;
  background: #eea91f;
  border: 3px solid #eea91f;
  overflow: hidden
}

.uit .inner,
.uit2 .inner {
  position: relative;
  z-index: 1;
  margin: 3px;
  width: 1234px;
  padding: 10px 30px 0px 30px;
  background-color: #fff;
  border-bottom: 1px solid #c2cbe5;
}

.uit .inner h2,
.uit .inner strong,
.uit2 .inner h2,
.uit2 .inner strong {
  display: block;
  margin-top: 0;
  padding: 0;
  margin-bottom: 15px;
  font-size: 1.4em;
  line-height: 22px;
  color: #4479e1;
  font-weight: normal;
}

.uit .inner p,
.uit2 .inner p {
  padding: 5px 0;
}

.uit .inner .box1 {
  padding-left: 200px;
  background: url('../gmi/bus/email_img.png') no-repeat 25px 0;
  min-height: 120px;
}

.uit .inner .box1 .email {
  font-size: 20px;
  color: #000;
  font-weight: normal;
  letter-spacing: 0;
  line-height: 32px;
}

.uit .inner .box1 .tit {
  font-size: 18px;
  color: #444;
  font-weight: normal;
  margin: 5px 0 20px 0;
  letter-spacing: 0;
  line-height: 32px;
}

.uit .inner .box1 li {
  display: inline-block;
  padding: 0 0px;
  line-height: 16px;
  font-size: 16px;
  font-weight: normal;
  color: #666;
  letter-spacing: 0;
}

.uit .inner .box1 li:last-child {
  border-right: 0
}

.uit .inner .box1 .blue {
  color: #229eda;
  font-weight: bold;
  margin-right: 20px;
}

.uit .inner .box {
  padding-left: 200px;
  background: url('../gmi/bus/policy_pro_img.png') no-repeat 25px 0px;
  min-height: 120px;
}

.uit .inner .box .tit {
  font-size: 22px;
  color: #000;
  font-weight: normal;
  letter-spacing: 0;
  padding-top: 8px;
}

.uit .inner .box .tit2 {
  font-size: 16px;
  color: #555;
  font-weight: normal;
  margin: 5px 0 20px 0;
  letter-spacing: 0;
}

.uit .inner .box .tit2 span {
  font-weight: 600;
  font-size: 16px;
  color: #333;
}

.uit .inner .box li {
  display: inline-block;
  padding: 0 0px;
  line-height: 16px;
  font-size: 16px;
  font-weight: normal;
  color: #666;
  letter-spacing: 0;
}

.uit .inner .box li:last-child {
  border-right: 0
}

.uit .inner .box .blue {
  color: #229eda;
  font-weight: bold;
  margin-right: 20px;
}

.b_org {
  font-weight: 400;
  color: #ef5f4b;
}

.b_blue {
  font-weight: 400;
  color: #0b5fa1;
}

p.img_pre {
  text-align: center;
  padding: 30px 0;
}

/********************************** 테이블 스타일 *******************************/
table caption {
  position: relative;
  left: -1000%;
  top: 0;
  width: 0px;
  height: 0px;
  font-size: 0%;
  line-height: 0%;
  overflow: hidden;
}

/* caption 태그는 숨김 */
table.cont1 {
  margin: 5px 0px 10px 0px;
  padding: 0px;
  width: 100%;
  border-collapse: collapse;
  border-top: 2px solid #349cca;
}

table.cont1.w97p {
  margin: 0px 0px 10px 21px;
  padding: 0px;
  width: 97%;
  border-collapse: collapse;
  border-top: 2px solid #349cca;
}

table.cont1.w96p {
  margin: 0px 0px 10px 21px;
  padding: 0px;
  width: 96%;
  border-collapse: collapse;
  border-top: 2px solid #349cca;
}

table.cont1.w95p {
  margin: 0px 0px 10px 21px;
  padding: 0px;
  width: 95%;
  border-collapse: collapse;
  border-top: 2px solid #349cca;
}

table.cont1.custom {
  margin: 18px 0 30px;
}

table.cont1.custom.type02 tbody td {
  width: 50%;
}

table.cont1.custom tbody td {
  text-align: left;
  padding-left: 18px;
}

table.cont1 thead th {
  background: #eef9f8;
  text-align: center;
  font-weight: 600;
  border-top: none;
  /* border-top:2px solid #f69ea1;*/
}

table.cont1 thead th.thead_first {
  background: #f5f5f5 url(/gmi/inc/th_bg.gif) repeat-x top left;
  border-left: none;
  border-top: none;
}

table.cont1 th.left_none,
table.cont1 td.left_none {
  border-left: none;
}

table.cont1 tbody th {
  background: #f9f9f9;
  text-align: center;
  font-weight: 600;
}

table.cont1 tbody th.gray {
  background: #f2f2f2;
  text-align: center;
  font-weight: 600;
  color: #333;
}

table.cont1 tbody td.gray {
  background: #f2f2f2;
  text-align: center;
  font-weight: 600;
  color: #333;
}

table.cont1 tfoot th {
  background: #ebebeb;
  text-align: center;
  font-weight: 600;
}

table.cont1 tfoot th.gray {
  background: #f2f2f2;
  text-align: center;
  font-weight: 600;
  color: #333;
}

table.cont1 th,
table.cont1 tfoot td {
  background: #f2f2f2;
  font-weight: 600;
  padding: 3px 4px 5px 4px;
  text-align: center;
  line-height: 1.6em;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

table.cont1 tfoot td a {
  letter-spacing: 0em;
}

table.cont1 tfoot td a:hover {
  font-weight: 600;
  text-decoration: underline;
  letter-spacing: 0em;
}

table.cont1 th.no_thead,
table.cont1 td.no_thead {
  border-top: 1px solid #1d8233;
}

table.cont1 th,
table.cont1 tbody td {
  padding: 5px 3px 6px 2px;
  text-align: center;
  font-size: 16px;
  line-height: 1.6em;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

table.cont1.people thead th {
  font-size: 16px;
  padding: 10px 0;
}

table.cont1.people tbody td {
  font-size: 16px;
  line-height: 1.5;
}

table.cont1.people tbody td.alt20 {
  padding: 8px 0 8px 20px;
}

table.cont1 tbody td a:hover {
  font-weight: 600;
  text-decoration: underline;
}

table.cont1 th.alt,
table.cont1 td.alt {
  text-align: left;
  padding-left: 5px !important;
}

table.cont1 th.alt20,
table.cont1 td.alt20 {
  text-align: left;
  padding-left: 20px;
}

table.cont1 th.alt10,
table.cont1 td.alt10 {
  text-align: left;
  padding-left: 10px !important;
}

table.cont1 th.art,
table.cont1 td.art {
  text-align: right;
  padding-right: 5px !important;
}

table.cont1 th.act,
table.cont1 td.act {
  text-align: center;
  padding-left: 5px !important;
}

table.cont1 th.td_g,
table.cont1 td.td_g {
  background: #f1f6f1;
}

table.cont1 td img {
  vertical-align: middle;
}

table.cont1 td.verti_top {
  vertical-align: top;
}

table.cont1 tbody td.line_h2 {
  line-height: 2em;
}

table.cont1 tbody th.line_h2 {
  line-height: 2em;
}

table.cont1 td dd {
  padding-left: 10px;
}

table.cont1 tbody td ul.ml10 {
  margin-left: 10px !important;
}

table.cont1 tbody td ul li {
  margin: 2px 0px;
  padding: 0 0 0 10px;
  background: url(/_gmi/bus/cni/bar.gif) no-repeat 2px 10px;
  text-align: left;
}

table.cont1 tbody td ul li li {
  margin: 2px 0px;
  padding: 0 0 0 10px;
  background: url(/_gmi/bus/cni/dot.gif) no-repeat 2px 8px;
}

table.cont1 tbody td ul li.non {
  background: none;
  padding: 0 !important;
}

table.cont1 tbody td dl {
  clear: both;
  text-align: left;
  padding-left: 10px;
}

table.cont1 tbody td dl dt {
  margin: 8px 2px;
  padding: 0 0 0 14px;
  background: url(/_gmi/bus/cni/bullet_op.gif) no-repeat 4px 8px;
  text-align: left;
  font-weight: 600;
}

table.cont1 tbody td dl dd {
  margin: 2px 8px;
  padding: 0 0 0 16px;
  background: url(/_gmi/bus/cni/bar.gif) no-repeat 6px 9px;
}

table.cont1 tbody td dl dd li {
  margin: 2px 0px;
  padding: 0 0 0 10px;
  background: url(/_gmi/bus/cni/dot.gif) no-repeat 3px 8px;
}

/* 장애인복지 */
table.cont1 tbody td ul.bok {
  margin-left: 0px !important;
}

table.cont1 tbody td ul.bok li {
  margin: 2px 2px;
  padding: 0 0 0 8px;
  background: url(/_gmi/bus/cni/bullet_op.gif) no-repeat 0px 7px;
  text-align: left;
}

table.cont1 tbody td ul.bok li li {
  margin: 2px 0 0 0px;
  padding: 0 0 0 7px;
  background: url(/_gmi/bus/cni/bar.gif) no-repeat 0px 8px;
}

table.cont1 tbody td ul.bok li.non {
  background: none;
  padding: 0 !important;
}

table.cont1 tbody td ul.int li {
  padding: 0;
  margin: 0px 0px 0px 25px;
  text-indent: -15px;
  background: none;
}

.int1 {
  padding: 0px 0 5px 20px !important;
  margin: 0px 0px 0px 15px !important;
  text-indent: -15px;
  background: none !important;
}

table.cont1 tbody td.gray {
  background: #f4f4f4;
}

table.cont1 tbody td.content {
  padding: 10px;
}

/*담당자안내*/

.org_offi {
  width: 8%;
}

.org_name {
  width: 8%;
}

.org_work {
  width: auto;
}

.org_tel {
  width: 12%;
}

.org_tel02 {
  width: 8%;
}

.org_mail {
  width: 15%;
}


/********************************** 테이블 스타일 *******************************/
table caption {
  position: relative;
  left: -1000%;
  top: 0;
  width: 0px;
  height: 0px;
  font-size: 0%;
  line-height: 0%;
  overflow: hidden;
}

/* caption 태그는 숨김 */
table.edu {
  margin: 5px 0px 10px 0px;
  padding: 0px;
  width: 100%;
  border-collapse: collapse;
  border-top: 2px solid #333;
}

table.edu thead th {
  background: #eef9f8;
  text-align: center;
  font-weight: 600;
  border-top: none;
  /* border-top:2px solid #f69ea1;*/
}

table.edu thead th.thead_first {
  background: #f5f5f5 url(/gmi/inc/th_bg.gif) repeat-x top left;
  border-left: none;
  border-top: none;
}

table.edu th.left_none,
table.edu td.left_none {
  border-left: none;
}

table.edu tbody th {
  background: #fefff4;
  text-align: center;
  font-weight: 600;
}

table.edu tbody th.gray {
  background: #f2f2f2;
  text-align: center;
  font-weight: 600;
  color: #333;
}

table.edu tbody td.gray {
  background: #f2f2f2;
  text-align: center;
  font-weight: 600;
  color: #333;
}

table.edu tfoot th {
  background: #ebebeb;
  text-align: center;
  font-weight: 600;
}

table.edu tfoot th.gray {
  background: #f2f2f2;
  text-align: center;
  font-weight: 600;
  color: #333;
}

table.edu th,
table.edu tfoot td {
  background: #f2f2f2;
  font-weight: 600;
  padding: 3px 4px 5px 4px;
  text-align: center;
  line-height: 1.6em;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

table.edu tfoot td a {
  letter-spacing: 0em;
}

table.edu tfoot td a:hover {
  font-weight: 600;
  text-decoration: underline;
  letter-spacing: 0em;
}

table.edu th.no_thead,
table.edu td.no_thead {
  border-top: 1px solid #1d8233;
}

table.edu th,
table.edu tbody td {
  padding: 3px 3px 5px 2px;
  text-align: center;
  line-height: 1.6em;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

table.edu tbody td a:hover {
  font-weight: 600;
  text-decoration: underline;
}

table.edu th.alt,
table.edu td.alt {
  text-align: left;
  padding-left: 5px !important;
}

table.edu th.alt20,
table.edu td.alt20 {
  text-align: left;
  padding-left: 20px !important;
}

table.edu th.alt10,
table.edu td.alt10 {
  text-align: left;
  padding-left: 10px !important;
}

table.edu th.art,
table.edu td.art {
  text-align: right;
  padding-right: 5px !important;
}

table.edu th.act,
table.edu td.act {
  text-align: center;
  padding-left: 5px !important;
}

table.edu th.td_g,
table.edu td.td_g {
  background: #f1f6f1;
}

table.edu td img {
  vertical-align: middle;
}

table.edu td.verti_top {
  vertical-align: top;
}

table.edu tbody td.line_h2 {
  line-height: 2em;
}

table.edu tbody th.line_h2 {
  line-height: 2em;
}

table.edu td dd {
  padding-left: 10px;
}

table.edu tbody td ul.ml10 {
  margin-left: 10px !important;
}

table.edu tbody td ul li {
  margin: 2px 0px;
  padding: 0 0 0 10px;
  background: url(/_gmi/bus/cni/bar.gif) no-repeat 2px 10px;
  text-align: left;
}

table.edu tbody td ul li li {
  margin: 2px 0px;
  padding: 0 0 0 10px;
  background: url(/_gmi/bus/cni/dot.gif) no-repeat 2px 8px;
}

table.edu tbody td ul li.non {
  background: none;
  padding: 0 !important;
}

table.edu tbody td dl {
  clear: both;
  text-align: left;
  padding-left: 10px;
}

table.edu tbody td dl dt {
  margin: 8px 2px;
  padding: 0 0 0 14px;
  background: url(/_gmi/bus/cni/bullet_op.gif) no-repeat 4px 8px;
  text-align: left;
  font-weight: 600;
}

table.edu tbody td dl dd {
  margin: 2px 8px;
  padding: 0 0 0 16px;
  background: url(/_gmi/bus/cni/bar.gif) no-repeat 6px 9px;
}

table.edu tbody td dl dd li {
  margin: 2px 0px;
  padding: 0 0 0 10px;
  background: url(/_gmi/bus/cni/dot.gif) no-repeat 3px 8px;
}

p.right {
  text-align: right;
}

p.small {
  font-size: 14px;
  color: #555;
}

span.small {
  font-size: 15px;
  color: #555;
}

a.btn_point1 {
  display: inline-block;
  background: #406abf;
  color: #fff;
  border: 1px solid #406abf;
  vertical-align: middle;
  height: 30px;
  line-height: 28px;
  padding: 0px 15px;
}

a.btn_point1 span {
  padding: 0px;
  background: none;
}


/* 공간안내 */
/*탭메뉴 스타일 */
.tab_navi {
  width: 100%;
  float: left;
  margin: 20px 0 30px 0;
}

.tab_navi:after {
  clear: both;
  content: "";
  display: block;
}

.tab_navi li {
  color: #333;
  display: inline;
  font-weight: 600;
  padding: 0 0px;
  margin: 0px !important;
  vertical-align: top;
  text-align: center;
  line-height: 32px;
}

.tab_navi li a {
  line-height: 32px;
  margin: 0px !important;
  color: #333;
  display: inline-block;
  border-style: solid;
  border-width: 1px;
  border-color: #ddd;
  background: linear-gradient(to bottom, #eee, #fff);
  border-radius: 1px;
  padding: 1px 15px 2px 15px;
}

.tab_navi li a:hover {
  margin: 0px !important;
  text-decoration: none;
  color: #fff;
  border-style: solid;
  border-width: 1px;
  border-color: #e86f2b;
  background: linear-gradient(to bottom, #e86f2b, #f88b4f);
  border-radius: 1px;
  padding: 1px 15px 2px 15px;
  font-weight: 600;
}

.tab_navi li a span {
  display: block;
}

#section6 .tab_navi li a {
  font-size: 16px;
  font-weight: 400;
  padding: 5px 0;
  line-height: 1.2;
}

.tab_navi li.on a {
  margin: 0px !important;
  color: #fff;
  line-height: 32px;
  font-weight: 600;
  display: inline-block;
  border-style: solid;
  border-width: 1px;
  border-color: #e86f2b;
  background: linear-gradient(to bottom, #e86f2b, #f88b4f);
  border-radius: 1px;
  padding: 1px 15px 2px 15px;
}

.tab_navi li.w80 a {
  min-width: 80px !important;
}

.tab_navi li.w100 a {
  min-width: 100px !important;
}

.tab_navi li.w120 a {
  min-width: 120px !important;
}

.tab_navi li.w140 a {
  min-width: 160px !important;
}

/*탭메뉴 스타일 */
.tab_navi_line {
  width: 100%;
  float: left;
  margin: 0px 0 40px 0;
  display: flex;
  flex-wrap: wrap;
}

.tab_navi_line:after {
  clear: both;
  content: "";
  display: block;
}

.tab_navi_line li {
  text-align: center;
  border: 1px solid #f1f1f1;
  padding: 10px;
  border-radius: 10px;
  margin-right: 10px;
}

.tab_navi_line li a {
  display: inline-block;
  width: 62px;
  height: 76px;
  text-indent: -9999px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}

.tab_navi_line li:nth-child(1) a {
  background-image: url('/gmi/bus/eum_01.jpg');
}

.tab_navi_line li:nth-child(2) a {
  background-image: url('/gmi/bus/eum_02.jpg');
}

.tab_navi_line li:nth-child(3) a {
  background-image: url('/gmi/bus/eum_03.jpg');
}

.tab_navi_line li:nth-child(4) a {
  background-image: url('/gmi/bus/eum_04.jpg');
}

.tab_navi_line li:last-child a {
  margin-right: 0;
}

.tab_navi_line li:nth-child(1) a:hover {
  background-image: url('/gmi/bus/eum_01_on.jpg');
}

.tab_navi_line li:nth-child(2) a:hover {
  background-image: url('/gmi/bus/eum_02_on.jpg');
}

.tab_navi_line li:nth-child(3) a:hover {
  background-image: url('/gmi/bus/eum_03_on.jpg');
}

.tab_navi_line li:nth-child(4) a:hover {
  background-image: url('/gmi/bus/eum_04_on.jpg');
}

.tab_navi_line li a:hover {}

.tab_navi_line li.on a {}

.tab_navi_line li.w80 a {
  min-width: 80px !important;
}

.tab_navi_line li.w100 a {
  min-width: 100px !important;
}

.tab_navi_line li.w120 a {
  min-width: 120px !important;
}

.tab_navi_line li.w140 a {
  min-width: 140px !important;
}

.tab_navi_line li.auto a {}

/* 2021년 사업 내용 */

ul.busi03_list {
  clear: both;
  margin: 0;
  padding: 0;
}

ul.busi03_list:after {
  clear: both;
  content: "";
  display: block;
}

ul.busi03_list li {
  float: left;
  display: inline;
  width: 33.33%;
  text-align: center;
}

ul.busi03_list li img {
  width: 100%;
  max-width: 380px;
}


/* 프로그램 - 슬라이드*/
.welfare_mobile {
  display: none;
}

.welfare {
  display: block;
}

.welfare_wrap {
  clear: both;
  width: 1240px;
  margin: 40px auto 0px auto;
  padding: 0;
}

.welfare_wrap h3 {
  font-size: 34px;
  font-weight: 500;
  text-align: center;
  margin: 40px 0;
  background: url('../gmi/niam/tit_line.gif') repeat-x 0 50%;
}

.welfare_wrap h3 span {
  background: #eee;
  margin: 0 auto;
  padding: 0 15px;
}

.welfare {
  float: left;
  width: 1240px;
  position: relative;
  height: 400px;
}

.welfare a {
  display: inline-block;
}

.welfare .owl-carousel {
  position: relative;
}

.welfare .owl-carousel .owl-stage-outer {
  overflow: inherit !important;
}

.welfare .owl-nav {
  width: 100%;
}

.welfare .hide {
  display: none;
}

.welfare .slick-arrow {
  cursor: pointer;
  z-index: 10;
}

.welfare .slick-arrow:before {
  content: "";
}

.welfare .slick-prev {
  position: absolute;
  left: 0px;
  top: 200px;
  height: 36px;
  width: 20px;
  background: url("../gmi/niam/button_product_prev.png") no-repeat !important;
  margin: 0 !important;
}

.welfare .slick-next {
  position: absolute;
  right: 0px;
  top: 200px;
  height: 36px;
  width: 20px;
  margin-right: 10px;
  background: url("../gmi/niam/button_product_next.png") no-repeat !important;
  margin: 0 !important;
}

.welfare .welfare-play.off {
  display: none;
  position: absolute;
  left: 442px;
  bottom: 0px;
  height: 14px;
  width: 8px;
  background: url("../gmi/niam/button_product_stop.png") no-repeat !important;
}

.welfare .welfare-play.on {
  display: none;
  position: absolute;
  left: 442px;
  bottom: 0px;
  height: 14px;
  width: 8px;
  background: url("../gmi/niam/button_product_play.png") no-repeat !important;
}

.welfare button span {
  color: transparent;
  font-size: 0;
}

.welfare ul:after {
  display: block;
  content: '';
  clear: both;
}

.welfare ul.owl-carousel {}

.welfare ul li.item {
  width: 33.33%;
  margin: 0;
  padding: 0;
  height: 360px;
  background: #fff;
  text-align: center;
  position: relative;
}

.welfare ul li.item {
  margin: 0 18px;
  padding-top: 0px;
  text-align: center;
}

.welfare ul li.item a.img_box {
  height: 360px;
  overflow: hidden;
}

.welfare ul li.item a img {
  width: 100%;
  margin: 0 auto;
  min-width: 100%;
}


/* 사업안내 - 슬라이드*/
.welfare02_mobile {
  display: none;
}

.welfare02 {
  display: block;
}

.welfare_wrap02 {
  clear: both;
  width: 1240px;
  margin: 0px auto 0px auto;
  padding: 0;
}

.welfare_wrap02 h3 {
  font-size: 34px;
  font-weight: 500;
  text-align: center;
  margin: 40px 0;
  background: url('../gmi/niam/tit_line.gif') repeat-x 0 50%;
}

.welfare_wrap02 h3 span {
  background: #eee;
  margin: 0 auto;
  padding: 0 15px;
}

.welfare02 {
  float: left;
  width: 1240px;
  margin-top: 20px;
  position: relative;
  height: 100%;
}

.welfare02 a {
  display: inline-block;
}

.welfare02 .owl-carousel {
  position: relative;
}

.welfare02 .owl-carousel .owl-stage-outer {
  overflow: inherit !important;
}

.welfare02 .owl-nav {
  width: 100%;
}

.welfare02 .hide {
  display: none;
}

.welfare02 .slick-arrow {
  cursor: pointer;
  z-index: 10;
}

.welfare02 .slick-arrow:before {
  content: "";
}

.welfare02 .slick-prev {
  position: absolute;
  left: 0px;
  top: 500px;
  height: 36px;
  width: 20px;
  background: url("../gmi/niam/button_product_prev.png") no-repeat !important;
  margin: 0 !important;
}

.welfare02 .slick-next {
  position: absolute;
  right: 0px;
  top: 500px;
  height: 36px;
  width: 20px;
  margin-right: 10px;
  background: url("../gmi/niam/button_product_next.png") no-repeat !important;
  margin: 0 !important;
}

.welfare02 .welfare-play.off {
  display: none;
  position: absolute;
  left: 442px;
  bottom: 0px;
  height: 14px;
  width: 8px;
  background: url("../gmi/niam/button_product_stop.png") no-repeat !important;
}

.welfare02 .welfare-play.on {
  display: none;
  position: absolute;
  left: 442px;
  bottom: 0px;
  height: 14px;
  width: 8px;
  background: url("../gmi/niam/button_product_play.png") no-repeat !important;
}

.welfare02 button span {
  color: transparent;
  font-size: 0;
}

.welfare02 ul:after {
  display: block;
  content: '';
  clear: both;
}

.welfare02 ul.owl-carousel {}

.welfare02 ul li.item {
  width: 100%;
  margin: 0;
  padding: 0;
  height: 100%;
  background: #fff;
  text-align: center;
  position: relative;
}

.welfare02 ul li.item {
  margin: 0 18px;
  padding-top: 0px;
  text-align: center;
}

.welfare02 ul li.item a.img_box {
  height: 100%;
  overflow: hidden;
  cursor: default;
}

.welfare02 ul li.item a img {
  width: 100%;
  margin: 0 auto;
  min-width: 100%;
}


p.w1000 {
  width: 100%;
  text-align: center;
}

p.w1000 img {
  width: 100%;
  max-width: 1000px;
  margin: 40px auto;
  text-align: center;
}

/* 2022.04.13. 취업진로적성검사 & ai면접 페이지 추가 */
.f_top_txt * {
  text-align: center;
  font-family: 나눔스퀘어, 'NanumSquare', sans-serif;
}

.f_contact {
  font-size: 24px;
  font-weight: bold;
  color: #15bece;
}

.f_h4 {
  font-size: 36px;
  line-height: 1;
  margin: 10px 0 50px;
  font-weight: bold;
}

.f_txt {
  font-size: 28px;
  margin-bottom: 35px;
  font-weight: 400;
}

.f_info * {
  font-family: 나눔스퀘어, 'NanumSquare', sans-serif;
}

.f_info {
  display: flex;
  justify-content: space-between;
}

.f_info li {
  width: 400px;
  background: #f5f5f5;
  padding: 0 20px 42px;
  box-sizing: border-box;
}

.f_info li .f_tit {
  text-align: center;
  line-height: 1;
  padding-top: 173px;
  font-size: 32px;
  font-weight: 800;
  background-repeat: no-repeat;
  background-position: center 56px;
  border-bottom: 1px solid #c4c4c4;
  padding-bottom: 34px;
  margin-bottom: 36px;
}

.f_info li:nth-child(1) .f_tit {
  background-image: url('/gmi/bus/f_icon01.png');
}

.f_info li:nth-child(2) .f_tit {
  background-image: url('/gmi/bus/f_icon02.png');
}

.f_info li:nth-child(3) .f_tit {
  background-image: url('/gmi/bus/f_icon03.png');
}

.f_info li .f_list_txt {}

.f_info li .f_list_txt .f_top {}

.f_info li .f_list_txt .f_time {
  display: flex;
  align-items: center;
}

.f_info li .f_list_txt .f_top .f_week {
  font-size: 23px;
  font-weight: bold;
  letter-spacing: -1px;
  color: #fff;
  background: #15bece;
  line-height: 1;
  padding: 7px 20px;
  border-radius: 20px;
}

.f_info li .f_list_txt .f_top .t_tit {
  font-size: 25px;
  font-weight: 500;
}

.f_info li .f_list_txt .f_time .t_tit {
  margin-left: 9px;
  letter-spacing: -1px;
}

.f_info li .f_list_txt .f_b_txt {
  text-align: center;
}

.f_info li .f_list_txt .f_top p {
  font-size: 20px;
  font-weight: 400;
}

.f_info li .f_list_txt .f_bot {}

.f_info li .f_list_txt .f_bot .f_content {
  margin-top: 32px;
}

.f_info li .f_list_txt .f_bot .f_content p {
  font-size: 21px;
  font-weight: 400;
  padding-left: 28px;
  background-image: url('/gmi/bus/check_icon01.png');
  background-repeat: no-repeat;
  background-position: left center;
}

.f_info li .f_list_txt .f_bot .f_content p:first-child {
  margin-bottom: 10px;
}

.f_info li .f_list_txt .f_bot a {
  display: inline-block;
  overflow: hidden;
  position: relative;
  font-size: 16px;
  color: #fff;
  margin-top: 30px;
  padding: 7px 34px;
  background: #15bece;
  font-weight: bold;
}

.f_info li .f_list_txt .f_bot a::after {
  content: '';
  position: absolute;
  display: inline-block;
  right: -50px;
  bottom: -25px;
  width: 0;
  height: 0;
  border-bottom: 50px solid #06a0af;
  border-right: 50px solid transparent;
  border-left: 89px solid transparent;
}

.f_info li .f_list_txt .f_bot_btn {
  text-align: center;
}

/*  */
/* 2022.07. 08. 바트, 대관신청 완료페이지 */
#section6 .guide_tit {
  text-align: center;
  font-size: 40px;
  margin-top: 20px;
}

#section6 table.cont1 {
  margin: 5px 0px 40px 0;
}

#section6 table.cont1 tbody th {
  background: #f9f9f9;
}

#section6 table.cont1 tbody td .time {
  display: block;
}

#section6 .guide03 {}

#section6 .guide03 li {
  position: relative;
  font-size: 16px;
  padding-left: 16px;
  font-weight: 400;
  margin-bottom: 7px;
}

#section6 .guide03 li::before {
  content: '';
  display: block;
  position: absolute;
  background: #ca591a;
  width: 5px;
  height: 5px;
  border-radius: 100%;
  line-height: 1.5;
  top: 11px;
  left: 0;
}

#section6 .guide03 li span {
  display: inline-block;
  margin-right: 20px;
}

#section6 .guide03 li span:first-child {
  margin-left: 10px;
}

#section6 .re_btn {
  text-align: center;
  margin-top: 40px;
}

#section6 .re_btn a {
  display: inline-block;
  font-size: 18px;
  font-weight: 500;
  padding: 14px 20px;
  border-radius: 27px;
  color: #fff;
  background: #ca591a;
}

/* 2022.08.23. 2022년 사업 영역 */
.busi04 {}

.busi04 .welfare02 {}

.busi04 .welfare02 .item {}

.busi04 .welfare02 .item a {}

.busi04 .welfare02 .item a img {
  width: 500px;
}

/* 2022.10.17. 청년채용정보 */
/* primary color #64B1C0 */
.recruit_list {}

.recruit_list .top_area {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 13px 20px;
  background: #F1F1F1;
}

.recruit_list .top_area .recruit_btn_wrap {
  display: flex;
  gap: 15px;
}

.recruit_list .top_area .recruit_btn_wrap li {}

.recruit_list .top_area .recruit_btn_wrap li a {
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  padding: 8px 13px;
  border-radius: 5px;
  border: 1px solid #64B1C0;
  background-color: #fff;
}

.recruit_list .top_area .recruit_btn_wrap li.on a {
  background-color: #64B1C0;
  color: #fff;
}

.excel_btn a {
  border-color: #64B1C0;
}

.recruit_list {}

.recruit_list table {
  width: 100%;
  text-align: center;
  color: #000;
  margin-top: 27px;
  font-weight: 400;
  border-collapse: collapse;
  border-top: 2px solid #64B1C0;
  border-bottom: 2px solid #64B1C0;
}

.recruit_list table thead {}

.recruit_list table thead tr {
  border-bottom: 2px solid #000;
}

.recruit_list table thead tr th {
  border-right: 1px solid #ccc;
  padding: 18px 0;
  font-size: 16px;
}

.recruit_list table thead tr th:last-child {
  border-right: none;
}

.recruit_list table thead tr input {
  margin: 0 5px;
}

.recruit_list table tbody tr input {
  margin: 0 5px;
}

.recruit_list table tbody {}

.recruit_list table tbody tr {}

.recruit_list table tbody tr td {
  border: 1px solid #ccc;
  padding: 8px 0;
  color: #666;
  font-size: 16px;
}

.recruit_list table tbody tr td a {
  display: inline-block;
  padding: 5px;
}

.recruit_list table tbody tr td.td_subject {
  color: #000;
  font-weight: 500;
}

.recruit_list table tbody tr td:first-child {
  border-left: none;
}

.recruit_list table tbody tr td:last-child {
  border-right: none;
}

/* 글쓰기, 선택삭제 버튼 */
.recruit_list>.two_btn {
  display: flex;
  justify-content: flex-end;
  margin: 20px 0 0px;
}

.recruit_list>.two_btn>li {}

.recruit_list>.two_btn>li a {
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  border-radius: 3px;
  background-color: #64B1C0;
  padding: 8px 30px;
  display: inline-block;
}

.recruit_list>.fboardlist>.two_btn {
  display: flex;
  justify-content: flex-end;
  margin: 20px 0 0px;
}

.recruit_list>.fboardlist>.two_btn>li {}

.recruit_list>.fboardlist>.two_btn>li a {
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  border-radius: 3px;
  background-color: #64B1C0;
  padding: 8px 30px;
  display: inline-block;
}

.search_form {
  text-align: center;
  margin-top: 40px;
}

.search_form select {
  height: auto;
  line-height: 1.5;
  padding: 10px;
  outline: none;
  border-radius: 5px 0 0 5px;
}

.search_form select option {}

.search_form input {
  font-size: 14px;
  width: 50%;
  max-width: 300px;
  padding: 10px;
  height: auto;
  line-height: 1.5;
  outline: #005ca9;
  margin: 0 -3px 0 -4px;
}

.search_form button {
  width: 43px;
  height: 43px;
  border: 1px solid #ccc;
  border-radius: 0 5px 5px 0;
}

/* 페이지네이션 */
.pagination {
  display: flex;
  justify-content: center;
  gap: 5px;
  margin-top: 35px;
}

.pagination li {}

.pagination li a {
  text-align: center;
  color: #000;
  font-weight: 400;
}

.pagination li a.active {
  background: #64B1C0;
  color: #fff;
}

/* 2022.10.17. 청년채용정보 상세페이지 */
.recruit_view {}

.recruit_view .view01 {
  display: flex;
  justify-content: space-between;
  gap: 30px;
}

.recruit_view .view01 .left {
  flex: 2;
}

.recruit_view .view01 #bo_v_img a {
  display: inline-block;
  overflow: hidden;
  width: 418px;
  height: 443px;
}

.recruit_view .view01 .right {}

.recruit_view .view01 .right img {
  width: 100%;
  height: auto;
}

.recruit_view .recruit_table {
  margin-bottom: 60px;
}

.recruit_view .recruit_table thead th {
  border-right: none;
}


.recruit_table {
  width: 100%;
  border-collapse: collapse;
  border-top: 2px solid #64B1C0;
  border-bottom: 2px solid #64B1C0;
}

.recruit_table tr {
  border-bottom: 1px solid #ccc;
}

.recruit_table tr th {
  font-size: 16px;
  color: #111;
  border-right: 1px solid #ccc;
  width: 200px;
  padding: 15px 0;
}

.recruit_table tr td {
  font-size: 16px;
  color: #111;
  padding: 5px 0;
  padding-left: 20px;
}

.recruit_table tr td textarea {
  width: 100%;
  border: none;
  resize: none;
  font-size: 15px;
  overflow-y: auto;
  min-height: 250px;
}

.recruit_table tr td textarea:focus {
  box-shadow: none;
  border: none;
}

.recruit_btn {
  display: inline-block;
  padding: 10px 30px;
  border-radius: 3px;
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  text-align: center;
  background-color: #64B1C0;
}

.job_info {
  max-height: 500px;
  overflow-y: auto;
  padding: 30px 0;
}

.btn03 {
  display: flex;
  justify-content: space-between;
}

.two_btn {}

.two_btn li:first-child a {
  margin-right: 10px;
}

/* 2022.10.18. 청년채용정보 작성페이지 */
.recruit_write {}

.recruit_write .recruit_table {
  margin-bottom: 60px;
}

.recruit_write .recruit_table input {
  border: 1px solid #ddd;
}

.recruit_write .recruit_table #r_name {
  width: 100%;
  max-width: 421px;
}

.recruit_write .view01 .recruit_table input {
  width: 100%;
  max-width: 421px;
  margin: 3px 0
}

.recruit_write .view02 .recruit_table>input {
  width: 100%;
  max-width: 421px;
}

.recruit_write .view01 .recruit_table .zonecode {
  width: 100%;
  max-width: 320px;
}

.recruit_write .view01 .recruit_table .location button {
  display: inline-block;
  padding: 6px 20px;
  margin: 0 0 0px 10px;
  border-radius: 3px;
  font-size: 14px;
  font-weight: 400;
  color: #fff;
  text-align: center;
  background-color: #64B1C0;
}

/* .recruit_write .view01 .recruit_table .location td input{margin-bottom: 10px;} */
.recruit_write .view01 .recruit_table .location td input:nth-of-type(4) {
  width: 100%;
  max-width: 421px;
}

.recruit_write .view01 .recruit_table .location td input:nth-of-type(5) {
  width: 100%;
  max-width: 421px;
  margin-bottom: 0;
}

.recruit_write .recruit_table tr td span label {
  font-size: 15px;
  font-weight: 400;
}


.view01 .work_time td input:first-child {
  margin-bottom: 10px;
}

.ui-datepicker-calendar>tbody td.ui-datepicker-week-end:first-child a {
  color: red;
}

.ui-datepicker-calendar>tbody td.ui-datepicker-week-end:last-child a {
  color: blue;
}

@media (max-width : 1239px) {

  /* 2022.04.14. */
  .f_info li .f_tit {
    font-size: 20px;
    padding-top: 135px;
    background-size: 50px;
  }

  .f_info li .f_list_txt .f_top .f_week {
    font-size: 20px;
    padding: 7px 12px;
  }

  .f_info li .f_list_txt .f_top .t_tit {
    font-size: 20px;
  }

  .f_info li .f_list_txt .f_bot .f_content p {
    font-size: 16px;
  }

  .f_info li .f_list_txt .f_top .t_tit {
    font-size: 19px;
  }

  .f_info li .f_list_txt .f_top p {
    font-size: 18px;
  }

  .f_info li .f_list_txt .f_top p {
    font-size: 17px;
  }

  .f_info li {
    width: 32%;
    padding: 0 12px 42px;
  }

  #section6 h4 {
    margin: 10px 0 20px 0;
  }
}

@media (max-width : 991px) {
  .f_h4 {
    font-size: 28px;
    margin: 10px 0 35px;
  }

  .f_contact {
    font-size: 22px;
  }

  .f_info li .f_tit {
    padding-top: 110px;
    background-position: center 35px;
    padding-bottom: 21px;
    margin-bottom: 21px;
  }

  .f_info li {
    width: 32%;
    margin: 0 auto 20px;
    padding: 0 12px 25px;
  }

  .f_info li .f_list_txt .f_top p {
    font-size: 15px;
    letter-spacing: -1px;
  }

  .f_info li .f_list_txt .f_bot .f_content {
    margin-top: 20px;
  }

  .f_info li .f_list_txt .f_bot .f_content p {
    letter-spacing: -1px;
    font-size: 15px;
    padding-left: 24px;
  }

  .f_info li .f_list_txt .f_top .t_tit {
    font-size: 17px;
  }

  .f_info li .f_list_txt .f_top .f_week {
    font-size: 17px;
  }

  .f_info li .f_list_txt .f_bot a {
    margin-top: 18px;
  }

  .f_txt {
    font-size: 20px;
  }

  .recruit_list table thead tr th {
    font-size: 14px;
  }

  .recruit_list table tbody tr td {
    font-size: 14px;
  }
}

@media (max-width : 785px) {
  .f_info {
    display: block;
  }

  .f_h4 {
    font-size: 26px;
  }

  .f_info li {
    width: 94%;
    padding-bottom: 28px;
  }

  .f_txt {
    font-size: 18px;
    padding: 0 10px;
    box-sizing: border-box;
    word-break: keep-all;
  }

  .f_info li .f_tit {
    padding-top: 100px;
    background-position: center 26px;
    margin-bottom: 19px;
    padding-bottom: 19px;
  }

  .f_info li .f_list_txt .f_bot .f_content {
    margin-top: 20px;
  }

  .recruit_list .top_area {
    flex-direction: column;
  }

  .recruit_list .top_area .recruit_btn_wrap {
    gap: 8px;
  }

  .recruit_list .top_area .recruit_btn_wrap li a {
    padding: 8px 10px;
    white-space: nowrap;
  }

  .recruit_list>.two_btn>li a {
    padding: 8px 20px;
  }

  .excel_btn a {
    margin-top: 16px;
  }

  .recruit_list table {
    padding: 0 10px;
  }

  .recruit_list table tbody tr td {
    font-size: 12px;
  }

  .recruit_list table tr th:nth-child(2) {
    display: none;
  }

  .recruit_list table tr th:nth-child(6) {
    display: none;
  }

  .recruit_list table tr th:nth-child(7) {
    display: none;
  }

  .recruit_list table tr td:nth-child(2) {
    display: none;
  }

  .recruit_list table tr td:nth-child(6) {
    display: none;
  }

  .recruit_list table tr td:nth-child(7) {
    display: none;
  }

  .recruit_view .recruit_table {
    margin-bottom: 30px;
  }

  .recruit_btn {
    font-size: 14px;
  }

  .recruit_write .view01 .recruit_table span {
    display: block;
  }

  .recruit_write .recruit_table {
    margin-bottom: 30px;
  }

  .recruit_write .view01 .recruit_table .zonecode {
    width: calc(100% - 102px);
  }
}

/*****************1041이상 1239이하******************************************/
@media all and (min-width:1041px) and (max-width:1239px) {

  /* svisual 서브비주얼 */
  #svisual {
    width: 100%;
    height: auto;
    z-index: 0;
  }

  #section1 .svisual #section2 .svisual,
  #section3 .svisual,
  #section4 .svisual,
  #section5 .svisual,
  #section6 .svisual,
  #section7 .svisual,
  #section8 .svisual {
    width: 100%;
    height: auto;
    background-size: auto 100%;
  }

  .svisual0 h2 {
    font-size: 34px;
    padding: 160px 0 80px 0;
  }

  /* 본문타이틀 */
  .body_title h3 {
    font-size: 200%;
  }

  /* sub menu */
  #container .sub_nav.pc ul {
    width: 100%;
    margin: 0 auto;
    border-left: 1px solid #8baad5;
  }


  /* 위로이동 */
  .top {
    width: 100%;
  }

  .target li {
    width: 32%;
    display: inline;
    float: left;
  }

  .uit {
    overflow: hidden;
    position: relative;
    width: 100%;
  }

  .uit {
    position: relative;
    margin-bottom: 20px;
    background: none;
    overflow: hidden;
    margin-top: 20px;
    border-top: 3px solid #eea91f;
    border-left: 3px solid #dfdfdf;
    border-right: 3px solid #dfdfdf;
    border-bottom: 3px solid #dfdfdf;
  }

  .uit:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 30px;
    background: none;
  }

  .uit:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 20%;
    height: 30px;
    background: none
  }

  .uit2 {
    position: relative;
    margin-bottom: 20px;
    background: none;
    border: none;
  }

  .uit .inner,
  .uit2 .inner {
    position: relative;
    z-index: 1;
    margin: 3px;
    width: 99%;
    padding: 15px 30px;
    background-color: #fff;
    border-bottom: none;
  }

  .uit .inner h2,
  .uit .inner strong,
  .uit2 .inner h2,
  .uit2 .inner strong {
    display: block;
    margin-top: 0;
    padding: 0;
    margin-bottom: 15px;
    font-size: 1.4em;
    line-height: 22px;
    color: #4479e1;
    font-weight: normal;
  }

  .uit .inner p,
  .uit2 .inner p {
    padding: 5px 0;
  }


  /* 대관신청 */
  .por_outer {
    width: 100%;
    margin: 30px auto;
    height: auto;
    padding: 0;
    text-align: center;
  }

  .por_outer h3 {
    margin: 30px 0;
  }

  .por_list li {
    width: 24%;
    float: left;
    margin-right: 1.3%;
  }

  .por_list li.last {
    margin-right: 0px;
  }

  .por_list li dt {
    width: 100%;
    height: auto;
    overflow: hidden;
  }



  /* 2021년 사업 내용 */

  ul.busi03_list {
    clear: both;
    margin: 0;
    padding: 0;
    width: 100%;
  }

  ul.busi03_list li {
    float: left;
    display: inline;
    width: 33.33%;
    text-align: center;
  }

  ul.busi03_list li img {
    width: 90%;
    max-width: 380px;
  }



  /* 프로그램 - 슬라이드*/
  .welfare_wrap {
    clear: both;
    width: 100% !important;
    margin: 40px auto 0px auto;
    padding: 0;
  }

  .welfare_wrap h3 {
    font-size: 34px;
    font-weight: 500;
    text-align: center;
    margin: 40px 0;
    background: url('../gmi/niam/tit_line.gif') repeat-x 0 50%;
  }

  .welfare_wrap h3 span {
    background: #eee;
    margin: 0 auto;
    padding: 0 15px;
  }

  .welfare {
    float: left;
    width: 100%;
    position: relative;
    height: 400px;
  }


}

/*end*/

@media (max-width: 1199px) {


  /* 프로그램 - 슬라이드*/
  .welfare_mobile {
    display: none;
  }

  .welfare {
    display: block;
  }

  .welfare_wrap {
    clear: both;
    width: 100%;
    margin: 40px auto 0px auto;
    padding: 0;
  }

  .welfare_wrap h3 {
    font-size: 34px;
    font-weight: 500;
    text-align: center;
    margin: 40px 0;
    background: url('../gmi/niam/tit_line.gif') repeat-x 0 50%;
  }

  .welfare_wrap h3 span {
    background: #eee;
    margin: 0 auto;
    padding: 0 15px;
  }

  .welfare {
    float: left;
    width: 100%;
    position: relative;
    height: 340px;
  }

  .welfare a {
    display: inline-block;
  }

  .welfare .owl-carousel {
    position: relative;
  }

  .welfare .owl-carousel .owl-stage-outer {
    overflow: inherit !important;
  }

  .welfare .owl-nav {
    width: 100%;
  }

  .welfare .hide {
    display: none;
  }

  .welfare .slick-arrow {
    cursor: pointer;
    z-index: 10;
  }

  .welfare .slick-arrow:before {
    content: "";
  }

  .welfare .slick-prev {
    position: absolute;
    left: 0px;
    top: 150px;
    height: 36px;
    width: 20px;
    background: url("../gmi/niam/button_product_prev.png") no-repeat !important;
    margin: 0 !important;
  }

  .welfare .slick-next {
    position: absolute;
    right: 0px;
    top: 150px;
    height: 36px;
    width: 20px;
    margin-right: 10px;
    background: url("../gmi/niam/button_product_next.png") no-repeat !important;
    margin: 0 !important;
  }

  .welfare .welfare-play.off {
    display: none;
    position: absolute;
    left: 442px;
    bottom: 0px;
    height: 14px;
    width: 8px;
    background: url("../gmi/niam/button_product_stop.png") no-repeat !important;
  }

  .welfare .welfare-play.on {
    display: none;
    position: absolute;
    left: 442px;
    bottom: 0px;
    height: 14px;
    width: 8px;
    background: url("../gmi/niam/button_product_play.png") no-repeat !important;
  }

  .welfare button span {
    color: transparent;
    font-size: 0;
  }

  .welfare ul:after {
    display: block;
    content: '';
    clear: both;
  }

  .welfare ul.owl-carousel {}

  .welfare ul li.item {
    width: 33.33%;
    margin: 0;
    padding: 0;
    height: 340px;
    background: #fff;
    text-align: center;
    position: relative;
  }

  .welfare ul li.item {
    margin: 0 18px;
    padding-top: 0px;
    text-align: center;
  }

  .welfare ul li.item a.img_box {
    height: 340px;
    overflow: hidden;
  }

  .welfare ul li.item a img {
    width: 100%;
    margin: 0 auto;
    min-width: 100%;
  }



  /*사업안내*/

  .welfare_wrap02 {
    clear: both;
    width: 100%;
    margin: 0px auto 0px auto;
    padding: 0;
  }

  .welfare_wrap02 h3 {
    font-size: 34px;
    font-weight: 500;
    text-align: center;
    margin: 0px 0;
    background: url('../gmi/niam/tit_line.gif') repeat-x 0 50%;
  }

  .welfare_wrap02 h3 span {
    background: #eee;
    margin: 0 auto;
    padding: 0 15px;
  }

  .welfare02 {
    float: left;
    width: 100%;
    margin-top: 40px;
    position: relative;
    height: 100%;
  }

  .welfare02 .slick-prev {
    position: absolute;
    left: 0px;
    top: 300px;
    height: 36px;
    width: 20px;
    background: url("../gmi/niam/button_product_prev.png") no-repeat !important;
    margin: 0 !important;
  }

  .welfare02 .slick-next {
    position: absolute;
    right: 0px;
    top: 300px;
    height: 36px;
    width: 20px;
    margin-right: 10px;
    background: url("../gmi/niam/button_product_next.png") no-repeat !important;
    margin: 0 !important;
  }

  #svisual h2 {
    font-size: 34px;
    padding: 160px 0 80px 0;
  }

  .recruit_table tr th {
    width: 150px;
  }

  .recruit_view .view01 .right {
    flex: 1;
  }

  .recruit_view .view01 #bo_v_img a {
    width: auto;
    height: auto;
  }

}


/*****************1040이하******************************************/
@media all and (max-width:1040px) {

  /* svisual 서브비주얼 */
  #svisual {
    width: 100%;
    height: auto;
    z-index: 0;
  }

  #section1 .svisual,
  #section2 .svisual,
  #section3 .svisual,
  #section4 .svisual,
  #section5 .svisual,
  #section6 .svisual,
  #section7 .svisual,
  #section8 .svisual,
  #section1 .svisual0 {
    width: 100%;
    height: auto;
    background-size: auto 100%;
  }




  /* 서브 탑메뉴 */
  #container .sub_nav.pc ul {
    width: 100%;
    margin: 0 auto;
    border-left: 1px solid #8baad5;
  }

  #container .sub_nav.mobile {
    display: block;
    position: relative;
    width: 100%;
    z-index: 1000;
  }

  #container .sub_nav.pc {
    display: none;
  }



  /* 본문타이틀 */
  .body_title {
    width: 100%;
    height: auto;
    padding: 10px 0 20px 0;
  }

  .body_title h3 {
    padding-top: 0px;
    margin: 0px;
    font-size: 160%;
  }

  .body_title02 .title_sub {
    font-size: 160%;
  }


  /* 위로이동 */
  .top {
    display: none;
  }



  /* 센터소개 */

  .info_wrap {
    padding: 20px;
    background: none;
  }

  .info_pic {
    display: none;
  }

  dl.info01 {
    padding-left: 0;
  }

  dl.info01 dt {
    font-size: 24px;
    font-weight: 400;
    color: #005fca;
    padding-bottom: 20px;
  }





  /*연혁*/

  .history_wrap {
    float: left;
    margin: 0;
    padding: 0 0 0 20px;
  }

  .history_pic {
    display: none;
  }

  .history {
    float: left;
    width: 100%;
    padding: 30px 0;
    background: url('../gmi/bus/dot_line.gif') repeat-x left bottom;
  }

  .history ul {
    width: 10%;
    float: left;
    text-align: left;
  }

  .history li {
    font-size: 25px;
    color: #2878d0;
    font-weight: 600;
    padding-bottom: 5px;
  }

  .history dl {
    margin: 0 0 0px 10%;
    color: #333;
    width: 90%;
  }

  .history dt {
    padding: 0 0 11px 8px;
    font-weight: 600;
    margin: 0 15px 0 2%;
    float: left;
    width: 19%;
    color: #5f5f5f;
  }

  .history dd {
    padding: 0 0 11px 95px;
    margin-left: 2%;
    width: 100%;
  }









  .target li {
    width: 49%;
    display: inline;
    float: left;
    margin-right: 1%;
  }

  .uit {
    overflow: hidden;
    position: relative;
    width: 100%;
  }

  .uit {
    position: relative;
    margin-bottom: 20px;
    background: none;
    overflow: hidden;
    margin-top: 20px;
    border-top: 3px solid #eea91f;
    border-left: 3px solid #dfdfdf;
    border-right: 3px solid #dfdfdf;
    border-bottom: 3px solid #dfdfdf;
  }

  .uit:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 30px;
    background: none;
  }

  .uit:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 20%;
    height: 30px;
    background: none
  }

  .uit2 {
    position: relative;
    margin-bottom: 20px;
    background: none;
    border: none;
  }

  .uit .inner,
  .uit2 .inner {
    position: relative;
    z-index: 1;
    margin: 3px;
    width: 99%;
    padding: 15px 30px;
    background-color: #fff;
    border-bottom: none;
  }

  .uit .inner h2,
  .uit .inner strong,
  .uit2 .inner h2,
  .uit2 .inner strong {
    display: block;
    margin-top: 0;
    padding: 0;
    margin-bottom: 15px;
    font-size: 1.4em;
    line-height: 22px;
    color: #4479e1;
    font-weight: normal;
  }

  .uit .inner p,
  .uit2 .inner p {
    padding: 5px 0;
  }

  .uit .inner .box1 {
    padding-left: 20px;
    background: none;
    min-height: 120px;
  }

  .uit .inner .box1 li {
    display: inline-block;
    padding: 0 0px !important;
    margin: 0 40px 0 0;
    line-height: 16px;
    font-size: 16px;
    font-weight: normal;
    color: #666;
    letter-spacing: 0;
  }



  /* 대관신청 */
  .por_outer {
    width: 100%;
    margin: 30px auto;
    height: auto;
    padding: 0;
    text-align: center;
  }

  .por_list li {
    float: left;
    width: 48%;
    float: left;
    margin: 10px 0 10px 0;
  }

  .por_list li.last {
    margin-right: 0px;
  }

  .por_list li dt {
    width: 100%;
    height: auto;
    overflow: hidden;
  }

  .por_list li:first-child {
    margin-right: 4%;
  }

  .por_list li:last-child {
    margin-left: 4%;
  }


  /* 2021년 사업 내용 */

  ul.busi03_list {
    clear: both;
    margin: 0;
    padding: 0;
    width: 100%;
  }

  ul.busi03_list li {
    float: left;
    display: inline;
    width: 33.33%;
    text-align: center;
  }

  ul.busi03_list li img {
    width: 90%;
    max-width: 380px;
  }



}






@media (max-width: 991px) {


  /* 991px프로그램 - 슬라이드*/

  .welfare_mobile {
    display: block;
  }

  .welfare {
    display: none;
  }

  .welfare_wrap {
    clear: both;
    margin: 0 0 80px 0;
    padding: 0;
  }

  .welfare_mobile {
    float: left;
    width: 100%;
    position: relative;
    padding-bottom: 0px;
    margin-bottom: 0px;
    height: 350px;
  }

  .welfare_mobile a {
    display: inline-block;
  }

  .welfare_mobile .owl-carousel {
    position: relative;
  }

  .welfare_mobile .owl-carousel .owl-stage-outer {
    overflow: inherit !important;
  }

  .welfare_mobile .owl-nav {
    width: 100%;
  }

  .welfare_mobile .hide {
    display: none;
  }

  .welfare_mobile .slick-arrow {
    cursor: pointer;
    z-index: 10;
  }

  .welfare_mobile .slick-arrow:before {
    content: "";
  }

  .welfare_mobile .slick-prev {
    position: absolute;
    left: 0px;
    top: 140px;
    height: 36px;
    width: 20px;
    background: url("../gmi/niam/button_product_prev.png") no-repeat !important;
    margin: 0 !important;
  }

  .welfare_mobile .slick-next {
    position: absolute;
    right: 0px;
    top: 140px;
    height: 36px;
    width: 20px;
    margin-right: 10px;
    background: url("../gmi/niam/button_product_next.png") no-repeat !important;
    margin: 0 !important;
  }

  .welfare_mobile .welfare-play.off {
    display: none;
    position: absolute;
    left: 442px;
    bottom: 0px;
    height: 14px;
    width: 8px;
    background: url("../gmi/niam/button_product_stop.png") no-repeat !important;
  }

  .welfare_mobile .welfare-play.on {
    display: none;
    position: absolute;
    left: 442px;
    bottom: 0px;
    height: 14px;
    width: 8px;
    background: url("../gmi/niam/button_product_play.png") no-repeat !important;
  }



  .welfare_mobile button span {
    color: transparent;
    font-size: 0;
  }

  .welfare_mobile ul:after {
    display: block;
    content: '';
    clear: both;
  }

  .welfare_mobile ul.owl-carousel {}

  .welfare_mobile a {
    display: inline-block;
  }

  .welfare_mobile .owl-carousel {
    position: relative;
  }

  .welfare_mobile .owl-carousel .owl-stage-outer {
    overflow: inherit !important;
  }

  .welfare_mobile .owl-nav {
    width: 100%;
  }

  .welfare_mobile .hide {
    display: none;
  }

  .welfare_mobile ul li.item {
    width: 50%;
    margin: 0;
    padding: 0;
    height: 360px;
    background: #fff;
    text-align: center;
    position: relative;
  }

  .welfare_mobile ul li.item {
    margin: 0 1%;
    padding-top: 0px;
    text-align: center;
  }

  .welfare_mobile ul li.item a.img_box {
    height: 360px;
    overflow: hidden;
  }

  .welfare_mobile ul li.item a img {
    width: 100%;
    margin: 0 auto;
    min-width: 100%;
  }



}




/*****************810이하 iPad Retina_768******************************************/
@media all and (max-width:815px) {

  table.cont1.custom tbody td {
    padding-left: 2px;
  }

  ul.p_list li {
    padding-left: 10px;
  }

  /*사업안내*/


  .point_b dl {
    line-height: 20px;
    margin: 0px 0 0 375px;
    padding: 0;
  }

  .target li {
    width: 48%;
    display: inline;
    float: left;
    margin-right: 1%;
  }

  .uit {
    overflow: hidden;
    position: relative;
    width: 100%;
  }

  .uit {
    position: relative;
    margin-bottom: 20px;
    background: none;
    overflow: hidden;
    margin-top: 20px;
    border-top: 3px solid #eea91f;
    border-left: 3px solid #dfdfdf;
    border-right: 3px solid #dfdfdf;
    border-bottom: 3px solid #dfdfdf;
  }

  .uit:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 30px;
    background: none;
  }

  .uit:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 20%;
    height: 30px;
    background: none
  }

  .uit2 {
    position: relative;
    margin-bottom: 20px;
    background: none;
    border: none;
  }

  .uit .inner,
  .uit2 .inner {
    position: relative;
    z-index: 1;
    margin: 3px;
    width: 100%;
    padding: 15px 30px;
    background-color: #fff;
    border-bottom: none;
  }

  .uit .inner h2,
  .uit .inner strong,
  .uit2 .inner h2,
  .uit2 .inner strong {
    display: block;
    margin-top: 0;
    padding: 0;
    margin-bottom: 15px;
    font-size: 1.4em;
    line-height: 22px;
    color: #4479e1;
    font-weight: normal;
  }

  .uit .inner p,
  .uit2 .inner p {
    padding: 5px 0;
  }

  .uit .inner .box1 .tit {
    font-size: 18px;
    color: #000;
    font-weight: normal;
    letter-spacing: 0;
  }

  .tab_navi {
    margin: 0px 0 30px 0;
  }

  .tab_navi li.w140 a {
    min-width: 99% !important;
  }



  /* 대관신청 */
  .por_outer {
    width: 100%;
    margin: 30px auto;
    height: auto;
    padding: 0;
    text-align: center;
  }

  .por_list li {
    float: left;
    width: 48%;
    float: left;
    margin: 10px 0 10px 0;
  }

  .por_list li.last {
    margin-right: 0px;
  }

  .por_list li dt {
    width: 100%;
    height: auto;
    overflow: hidden;
  }

  .por_list li:first-child {
    margin-right: 4%;
  }

  .por_list li:last-child {
    margin-left: 4%;
  }



  /* 2021년 사업 내용 */

  ul.busi03_list {
    clear: both;
    margin: 0;
    padding: 0;
    width: 100%;
  }

  ul.busi03_list li {
    float: left;
    display: inline;
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
  }

  ul.busi03_list li img {
    width: 100%;
    max-width: 380px;
  }



}



/*****************767이하******************************************/
@media all and (max-width:767px) {

  table.cont1 th,
  table.cont1 tbody td {
    font-size: 14px;
  }



  /* svisual 서브비주얼 */
  #svisual {
    width: 100%;
    height: auto;
    z-index: 0;
  }

  #section1 .svisual,
  #section2 .svisual,
  #section3 .svisual,
  #section4 .svisual,
  #section5 .svisual,
  #section6 .svisual,
  #section7 .svisual,
  #section8 .svisual {
    width: 100%;
    height: auto;
    background-size: cover;
  }

  #svisual h2 {
    font-size: 34px;
    padding: 140px 0 80px 0;
  }


  /* 서브 탑메뉴 */

  #container .sub_nav.pc {
    display: none;
  }




  /* 본문타이틀 */
  .body_title {
    padding: 10px 0 0px 0;
    margin: 0 0 30px;
  }

  .body_title h3 {
    font-size: 150%;
  }

  .body_title02 .title_sub {
    font-size: 140%;
  }


  /* 센터소개 */

  .info_wrap {
    padding: 10px 0 20px 0;
    background: none;
  }

  .info_pic {
    display: none;
  }

  dl.info01 {
    padding-left: 0;
  }

  dl.info01 dt {
    font-size: 24px;
    font-weight: 400;
    color: #005fca;
    padding-bottom: 10px;
    line-height: 150%;
  }

  .info02 dd {
    font-size: 15px;
  }

  /*연혁*/
  .history_wrap {
    float: left;
    margin: 0;
    padding: 0 0 0 0px;
    width: 100%;
  }

  .history_pic {
    display: none;
  }

  .history {
    float: left;
    width: 100%;
    padding: 0px 0;
    background: url('../gmi/bus/dot_line.gif') repeat-x left bottom;
  }

  .history ul {
    width: 100%;
    float: left;
    text-align: left;
  }

  .history li {
    font-size: 25px;
    color: #2878d0;
    font-weight: 600;
    padding-bottom: 15px;
  }

  .history dl {
    margin: 0 0 0px 0px;
    color: #333;
    width: 100%;
  }

  .history dt {
    padding: 0 0 11px 0px;
    font-weight: 600;
    margin: 0 0px 0 0px;
    float: left;
    width: 100%;
    color: #5f5f5f;
  }

  .history dd {
    padding: 0 0 11px 0;
    margin-left: 0px;
    width: 100%;
    float: left;
  }

  dl.info01 dd {
    font-size: 15px;
  }

  .history dd {
    font-size: 15px;
  }

  /*담당자안내*/
  .org_offi {
    display: none !important;
  }

  .org_name {
    width: 15% !important;
  }

  .org_work {
    width: auto !important;
  }

  .org_tel {
    width: 31% !important;
  }

  .org_tel02 {
    display: none !important;
  }

  .org_mail {
    display: none !important;
  }

  /*사업안내*/
  .point_b {
    clear: both;
    float: left;
    padding: 0px;
    margin: 20px 0 20px 0;
    width: 100%;
  }

  .point_b p {
    border: none;
    padding: 5px 0px 10px 0px;
    margin-bottom: 30px;
  }

  .point_b p img {
    margin: 0px;
    padding: 0 5px 5px 0px;
    font-size: 0;
    line-height: 0;
    width: 345px;
  }

  .point_b dl {
    clear: both;
    line-height: 20px;
    margin: 20px 0 0 0px !important;
    padding: 0;
  }

  .point_b dl dt {
    font-size: 22px;
    background: url('../gmi/bus/point_b_dt.gif') no-repeat 0 8px;
  }

  .target li {
    width: 98%;
    display: inline;
    float: left;
    margin-right: 0%;
  }

  .uit {
    overflow: hidden;
    position: relative;
    width: 100%;
  }

  .uit {
    position: relative;
    margin-bottom: 20px;
    background: none;
    overflow: hidden;
    margin-top: 20px;
    border-top: 3px solid #eea91f;
    border-left: 3px solid #dfdfdf;
    border-right: 3px solid #dfdfdf;
    border-bottom: 3px solid #dfdfdf;
  }

  .uit:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 30px;
    background: none;
  }

  .uit:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 20%;
    height: 30px;
    background: none
  }

  .uit2 {
    position: relative;
    margin-bottom: 20px;
    background: none;
    border: none;
  }

  .uit .inner,
  .uit2 .inner {
    position: relative;
    z-index: 1;
    margin: 3px;
    width: 100%;
    padding: 0px 2px 10px 2px;
    background-color: #fff;
    border-bottom: none;
  }

  .uit .inner h2,
  .uit .inner strong,
  .uit2 .inner h2,
  .uit2 .inner strong {
    display: block;
    margin-top: 0;
    padding: 0;
    margin-bottom: 15px;
    font-size: 1.4em;
    line-height: 22px;
    color: #4479e1;
    font-weight: normal;
  }

  .uit .inner p,
  .uit2 .inner p {
    padding: 5px 0;
  }

  .uit .inner .box1 .tit {
    font-size: 18px;
    color: #000;
    font-weight: normal;
    letter-spacing: 0;
  }

  .uit .inner .box1 li {
    display: inline-block;
    padding: 0 0px !important;
    margin: 0 30px 0 0;
    line-height: 24px;
    font-size: 16px;
    font-weight: normal;
    color: #666;
    letter-spacing: 0;
  }

  .uit .inner .box1 .tit2 {
    font-size: 16px;
    color: #888;
    font-weight: normal;
    margin: 5px 0 5px 0;
    letter-spacing: 0;
  }

  .uit .inner .box1 .blue {
    color: #229eda;
    font-weight: bold;
    margin-right: 15px;
  }

  .uit .inner .box1 {
    padding: 10px;
    background: none;
    min-height: 120px;
  }

  .tab_navi {
    margin: 0px 0 30px 0;
  }

  .tab_navi li.w140 a {
    min-width: 99% !important;
  }

  /* 대관신청 */
  .por_outer {
    width: 100%;
    margin: 30px auto;
    height: auto;
    padding: 0;
    text-align: center;
  }

  .por_list li {
    float: left;
    width: 48%;
    float: left;
    margin: 10px 0 10px 0;
  }

  .por_list li.last {
    margin-right: 0px;
  }

  .por_list li dt {
    width: 100%;
    height: auto;
    overflow: hidden;
  }

  .por_list li:first-child {
    margin-right: 4%;
  }

  .por_list li:last-child {
    margin-left: 4%;
  }

  /* 22.07.08. 바트, 768px 대관신청 완료페이지 */
  #section6 h4 {
    margin: 10px 0 10px 0;
    font-size: 18px;
  }

  #section6 .center img {
    width: 75px;
  }

  #section6 .guide_tit {
    font-size: 22px;
    font-weight: 500;
    margin: 20px 0;
  }

  #section6 .guide03 li {
    font-size: 14px;
  }

  #section6 .re_btn a {
    font-size: 16px;
    padding: 10px 15px;
  }

  #section6 .guide03 li span:last-child {
    margin-right: 0;
  }

  #section6 .guide03 li span {
    display: block;
  }

  #section6 .guide03 li span:first-child {
    margin-left: 0;
  }

  table.cont1 th.alt20,
  table.cont1 td.alt20 {
    padding-left: 3px;
  }

  table.cont1.people thead th {
    font-size: 13px;
  }

  table.cont1.people tbody td {
    font-size: 13px;
    letter-spacing: -1px;
  }

  table.cont1.people tbody td.alt20 {
    padding: 3px 0 3px 3px;
  }

  /* 2022.08.23. 2022년 사업영역 */
  .busi04 .welfare02 .item a img {
    width: 100%;
  }

  .recruit_table tr th {
    max-width: 120px;
    padding: 10px 5px;
    font-size: 13px;
  }

  .recruit_table tr td {
    font-size: 13px;
    padding-left: 10px;
  }

  .recruit_view .view01 {
    flex-direction: column-reverse;
  }

  .recruit_view .view01 .right {
    text-align: center;
  }

  .recruit_view .view01 .right img {
    max-width: 200px;
  }

  .recruit_table tr td textarea {
    font-size: 13px;
  }
}



/*****************320이하******************************************/
@media all and (max-width:490px) {

  /* 설문결과 */
  .qa dd label {
    width: 91%;
  }

  .uit .inner,
  .uit2 .inner {
    position: relative;
    z-index: 1;
    margin: 3px;
    width: 100%;
    padding: 0px 2px 10px 2px;
    background-color: #fff;
    border-bottom: none;
  }


  .tab_navi_line li a {
    width: 46px;
    height: 60px;
  }
}