/* 이사장 인사말 */
.chair_greetings_wrap {
  padding: 60px 0;
}
.chair_greetings_wrap .flex_wrap {
  display: table;
  table-layout: fixed;
  width: 100%;
}
.chair_greetings_wrap .top_text {
  font-size: 35px;
  font-weight: 500;
  line-height: 52px;
  margin-bottom: 50px;
}
.chair_greetings_wrap .text_inner {
  width: 57%;
  display: table-cell;
  padding-right: 30px;
  padding-bottom: 40px;
}
.chair_greetings_wrap .text_inner .middle_text p {
  font-size: 20px;
  line-height: 30px;
}
.chair_greetings_wrap .text_inner .middle_text p:not(:last-child) {
  margin-bottom: 35px;
}
.chair_greetings_wrap .img_inner {
  width: 44%;
  display: table-cell;
  vertical-align: top;
}
.chair_greetings_wrap.type02 .img_inner {
  padding-top: 45px;
}
.chair_greetings_wrap .text_inner .bottom_text {
  margin-top: 50px;
}
.chair_greetings_wrap .text_inner .bottom_text p {
  font-size: 20px;
}
.chair_greetings_wrap .text_inner .bottom_text p::after {
  content: '';
  display: inline-block;
  width: 129px;
  height: 32px;
  background: url(../img/sub/chair_img02.png) no-repeat;
  margin-left: 30px;
  vertical-align: sub;
}
.chair_greetings_wrap.type02 .text_inner .bottom_text p::after {
  background: url(../img/sub/chair2_img02.png) no-repeat;
}
@media screen and (max-width: 1024px) {
  .chair_greetings_wrap .flex_wrap {
    display: block;
  }
  .chair_greetings_wrap .text_inner {
    display: block;
    width: 100%;
    padding-right: 0;
    padding-bottom: 0px;
  }
  .chair_greetings_wrap .img_inner {
    display: block;
    width: 100%;
    text-align: center;
    margin-top: 35px;
  }
  .chair_greetings_wrap.type02 .img_inner {
    padding-top: 0;
  }
}
@media screen and (max-width: 768px) {
  .chair_greetings_wrap {
    padding: 35px 0 0;
  }
  .chair_greetings_wrap .top_text {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 30px;
  }
  .chair_greetings_wrap .text_inner .middle_text p {
    font-size: 14px;
    line-height: 24px;
  }
  .chair_greetings_wrap .text_inner .middle_text p:not(:last-child) {
    margin-bottom: 27px;
  }
  .chair_greetings_wrap .text_inner .bottom_text {
    margin-top: 25px;
  }
  .chair_greetings_wrap .text_inner .bottom_text p {
    font-size: 15px;
  }
  .chair_greetings_wrap .text_inner .bottom_text p::after {
    width: 107px;
    height: 27px;
    background-size: contain;
    margin-left: 15px;
  }
}
/* 원장 인사말 */
.no_page {
  padding: 60px 0 65px;
  border-bottom: 1px solid #d2d2d2;
  margin-bottom: 110px;
}
.no_page p {
  font-size: 40px;
  font-weight: 500;
  text-align: center;
}
.no_page p::before {
  display: block;
  content: '';
  width: 570px;
  height: 366px;
  background: url(../img/sub/yet_img.png) no-repeat top center;
  margin: 0 auto 50px;
}
@media screen and (max-width: 768px) {
  .no_page {
    padding: 37px 0 40px;
    margin-bottom: 0px;
  }
  .no_page p {
    font-size: 25px;
  }
  .no_page p::before {
    width: 292px;
    height: 187px;
    background-size: cover;
    margin: 0 auto 30px;
  }
}
/*소통마당공통*/
.flex_line {
  display: flex;
}
.flex_line span:first-of-type {
  flex-shrink: 0;
}
.integrity_tit .tit_top {
  border-bottom: 1px solid #cacaca;
  padding: 40px 0 35px;
}
.integrity_tit .tit_top > div {
  font-size: 22px;
  line-height: 35px;
  font-weight: 500;
  text-align: center;
}
.integrity_tit .tit_top > div::before {
  content: "";
  display: block;
  margin: 0 auto 25px;
  width: 96px;
  height: 65px;
  background: url(../img/sub/pipa_logo.png) no-repeat;
}
.integrity_tit .tit_top > ul {
  margin: 20px auto 0;
  max-width: 750px;
}
.integrity_tit .tit_top > ul li {
  font-size: 18px;
  line-height: 30px;

}
.con_list_wrap {
  margin-top: 50px;
}
.con_list_wrap.single {
  margin-top: 0;
}
.con_list_wrap .star {
  font-size: 18px;
  margin-bottom: 8px;
}
.con_list_wrap .content_img {
  padding: 30px 0;
  text-align: center;
  border-bottom: 1px solid #cacaca;
}
.con_list_wrap .content_img img.m {
  display: none;
}
.con_list_wrap .list_tit {
  font-size: 26px;
  font-weight: 500;
  padding-bottom: 25px;
  border-bottom: 2px solid #7f7f7f;
}
.con_list_wrap .con_list {
  padding-top: 25px;
}
.con_list_wrap.single .con_list {
  padding-top: 20px;
}
.con_list_wrap .con_list>li {
  position: relative;
  font-size: 18px;
  line-height: 30px;
  font-weight: 500;
  margin-bottom: 8px;
  padding-left: 40px;
}
.con_list_wrap .con_list>li:last-of-type {
  margin-bottom: 0;
}
.con_list_wrap .con_list>li.nopadding {
  padding-left: 0;
}
.con_list_wrap .con_list.number .num{
  display: inline-block;
  width: 30px;
  line-height: 27px;
  text-align: center;
  color:#fff;
  background: #5a687b;
  position: absolute;
  left:0 ;
  top:-1px;
}
.con_list_wrap .con_list.point>li {
  padding-left: 14PX;
}
.con_list_wrap .con_list.point>li::before {
  content: "";
  display: inline-block;
  width: 4px;
  height: 4px;
  background: #2156a4;
  position: absolute;
  top: 12px;
  left: 0;
}
.con_list_wrap .con_list.point>li>p {
  font-weight: 400;
}
.con_list_wrap .con_list.point>li>p:first-of-type {
  margin-top: 10px;
}
.con_list_wrap .con_list.bottom_btn {
  padding-bottom: 25px;
  border-bottom: 1px solid #cacaca;
}
.con_list_wrap .con_list_btn {
  margin-top: 25px;
  text-align: center;
}
.con_list_wrap .con_list_btn button {
  min-width: 193px;
  font-size: 20px;
  line-height: 56px;
}
.con_list_wrap .con_list_btn button.download {
  min-width: 253px;
  text-align: left;
  margin: 0 auto;
  padding:0 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.con_list_wrap .con_list_btn button.download::after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url(../img/sub/down_icon.png) no-repeat;
}
.con_list_wrap .con_list.icon>li {
  padding: 7px 0 18px 60px;
}
.con_list_wrap .con_list.icon>li:last-of-type {
  padding-bottom: 0;
}
.con_list_wrap .con_list.icon>li::before {
  content:"";
  display: inline-block;
  position: absolute;
  left: 0;
  top:0;
  width: 48px;
  height: 48px;
  background: url(../img/sub/list_icon01.png) no-repeat;;
}
.con_list_wrap .con_list.icon>li.fax::before {
  background-image: url(../img/sub/list_icon02.png);
}
.con_list_wrap .con_list.icon>li.online::before {
  background-image: url(../img/sub/list_icon03.png);
}
.con_list_wrap .con_list.icon>li.mail::before {
  background-image: url(../img/sub/list_icon04.png);
}
.con_list_wrap .list_inner_btn {
  margin-top: 25px;
  font-size: 0;
  display: flex;
}
.con_list_wrap .list_inner_btn button.link {
  font-size: 18px;
  line-height: 50px;
  flex-basis: 259px;
  text-align: left;
  padding:0 20px;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
}
.con_list_wrap .list_inner_btn button.link:not(:last-of-type) {
  margin-right: 10px;
}
.con_list_wrap .list_inner_btn button.link::after {
  content: "";
  display: inline-block;
  width: 17px;
  height: 17px;
  background: url(../img/sub/link_icon.png) no-repeat;
}
.con_list_wrap > p  {
  margin-top: 16px;
  line-height: 28px;
}
.checkbox_wrap {
  margin-top: 30px;
}
.checkbox_wrap .checkbox label {
  position: relative;
  cursor: pointer;
  font-size: 18px;
  padding-left: 25px;
}
.checkbox_wrap .checkbox input[type="checkbox"]+label:before {
  position: absolute;
  top:3px;
  left:0;
  display: inline-block;
  content: "";
  width: 20px;
  height: 20px;
  background: url(../img/common/checkbox.png) no-repeat;
  background-position: 0 0;
  vertical-align: middle;
  margin-bottom: 4px;
  margin-right: 6px;
}
.checkbox_wrap .checkbox input[type="checkbox"]:checked+label::before {
  background-position: 0 100%;
}
@media screen and (max-width:768px) {
  .integrity_tit .tit_top {
    padding: 30px 0;
  }
  .integrity_tit .tit_top > div {
    font-size: 16px;
    line-height: 24px;
  }
  .integrity_tit .tit_top > div br {
    display: none;
  }
  .integrity_tit .tit_top > ul {
    margin-top: 15px;
  }
  .integrity_tit .tit_top > ul li {
    font-size: 14px;
    line-height: 26px;
  }
  .con_list_wrap {
    margin-top: 30px;
  }
  .con_list_wrap .content_img {
    padding: 20px 0 25px;
  }
  .con_list_wrap .content_img img.pc {
    display: none;
  }
  .con_list_wrap .content_img img.m {
    display: inline;
  }
  .con_list_wrap .list_tit {
    font-size: 20px;
    padding-bottom: 18px;
  }
  .con_list_wrap .con_list {
    padding-top: 20px;
  }
  .con_list_wrap .con_list>li {
    font-size: 16px;
    line-height: 24px;
    padding-left: 35px;
  }
  .con_list_wrap .con_list.icon>li {
    padding: 6px 0 13px 49px;
  }
  .con_list_wrap .con_list.icon>li::before {
    width: 40px;
    height: 40px;
    background-size: contain;
  }
  .con_list_wrap .con_list.icon .flex_line {
    display: block;
  }
  .con_list_wrap .con_list.number .num {
    width: 26px;
    top: 1px;
    line-height: 24px;
  }
  .con_list_wrap .con_list_btn button {
    width: calc((100% - 11px) / 2);
    max-width: 155px;
    min-width: auto;
    font-size: 14px;
    line-height: 43px;
  }
  .con_list_wrap .con_list_btn button.download {
    min-width: 193px;
    padding: 0 15px;
  }
  .con_list_wrap .con_list_btn button.download::after {
    width: 14px;
    height: 14px;
    background-size: contain;
  }
  .con_list_wrap .list_inner_btn {
    display: block;
    margin-top: 15px;
  }
  .con_list_wrap .list_inner_btn button.link:not(:last-of-type) {
    margin-right: 0;
  }
  .con_list_wrap .list_inner_btn button.link {
    font-size: 14px;
    width: 100%;
    line-height: 40px;
    padding: 0 15px;
  }
  .con_list_wrap .list_inner_btn button.link:not(:last-of-type) {
    margin-bottom: 8px;
  }
  .con_list_wrap .star {
    font-size: 16px;
  }
  .con_list_wrap > p {
    font-size: 16px;
    line-height: 24px;
  }
  .checkbox_wrap {
    margin-top: 20px;
  }
  .checkbox_wrap .checkbox label {
    font-size: 14px;
    line-height: 20px;
  }
  .checkbox_wrap .checkbox input[type="checkbox"]+label:before {
    margin-bottom: 0;
    top: 1px;
  }
}


/*연혁*/
.history .history_logo {
  padding: 63px 0 35px;
  text-align: center;
}
.history_content .h_year_list>li {
  display: flex;
  justify-content: space-between;
}
.history_content .h_year_list>li .year {
  font-size: 48px;
  font-weight: bold;
  width: 245px;
  padding-top: 25px;
  border-top: 1px solid #000;
}
.history_content .h_year_list>li .list {
  width: calc(100% - 280px);
  padding-bottom: 60px;
}
.history_content .h_year_list>li .list>li {
  display: flex;
  font-size: 19px;
  border-top: 1px solid #d2d2d2;
  padding: 27px 0;
}
.history_content .h_year_list>li .list>li:last-of-type {
  border-bottom: 1px solid #d2d2d2;
}
.history_content .h_year_list>li .list>li .txt {
  position: relative;
  padding-left: 15px;
  margin-left: 12px;
}
.history_content .h_year_list>li .list>li .txt::before {
  content: "";
  display: inline-block;
  width: 3px;
  height: 3px;
  position: absolute;
  top: 11px;
  left: 0;
  background: #4c4c4c;
}
.history_content .h_year_list>li .list .red {
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .history .history_logo {
    padding: 37px 0 25px;
  }
  .history .history_logo img {
    width: 212px;
  }
  .history_content .h_year_list>li {
    display: block;
  }
  .history_content .h_year_list>li .year {
    width: 100%;
    font-size: 32px;
    text-align: center;
    padding: 30px 0;
  }
  .history_content .h_year_list>li .list {
    width: 100%;
    padding-bottom: 30px;
  }
  .history_content .h_year_list>li .list>li {
    font-size: 15px;
    padding: 20px 0;
  }
  .history_content .h_year_list>li .list>li .txt {
    padding-left: 10px;
    margin-left: 10px;
    line-height: 22px;
  }
  .history_content .h_year_list>li .list>li .txt::before {
    top: 8px;
  }
}
/*조직도*/
.organization_chart-wrap {
  /* max-width: 980px; */
  margin: 0 auto;
  color: #fff;
  margin-top: 75px;
}
.organization_chart-wrap .first-line {
  position: relative;
  margin-bottom: 63px;
}
.organization_chart-wrap .first-line::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  height: 464px;
  width: 1px;
  background: #c6c6c6;
  z-index: -1;
}
.organization_chart-wrap .first-line span {
  width: 164px;
  height: 164px;
  display: inline-block;
  border-radius: 50%;
  line-height: 164px;
  background: url(../img/sub/organization_top.png) center;
  background-size: cover;
  color: #fff;
  font-size: 28px;
}
.organization_chart-wrap ul li {
  text-align: center;
}
.organization_chart-wrap ul li span {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  width: 275px;
}
.organization_chart-wrap ul li span a{
  display: block;
  width: 100%;
  word-break: break-all;
}
.second-line {
  position: relative;
  display: flex;
  justify-content: space-between;
}
.second-line>span {
  display: inline-block;
  max-width: 275px;
  min-height: 65px;
  background-color: #22538b;
  border-radius: 8px;
}
.second-line::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  top: 50%;
  left: 0;
  background: #c6c6c6;
  z-index: -1;
}
.third-line {
  margin-top: 42px;
}
.third-line>span {
  max-width: 275px;
  min-height: 65px;
  background-color: #d27242;
  border-radius: 8px;
  margin: 0 auto;
}
.fourth-line {
  position: relative;
  display: flex;
  justify-content: space-between;
  padding-top: 55px;
  margin-top: 64px;
  gap: 20px;
}
/* .fourth-line::before {
  content: "";
  display: block;
  width: calc(100% - 275px);
  height: 1px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background: #c6c6c6;
  z-index: -1;
} */
.fourth-line>span {
  position: relative;
  max-width: 275px;
  min-height: 65px;
  background-color: #39404b;
  border-radius: 8px;
}
.fourth-line>span::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  height: 120px;
  width: 1px;
  background: #c6c6c6;
  z-index: -1;
}
.fourth-line{
  position: relative;
}
.fourth-line::after{
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 1px;
  width: calc(100% - (100% - 60px) / 4);
  background: #c6c6c6;
  z-index: -1;
}
.team_wrap .title_wrap h4 {
  font-size: 28px;
  font-weight: 700;
  padding-bottom: 20px;
  padding-top: 55px;
}
.team_wrap .board_wrap .board_list .tr {
  display: table;
  table-layout: fixed;
  width: 100%;
  text-align: center;
  font-size: 18px;
  border-bottom: 1px solid #d2d2d2;
}
.team_wrap .board_wrap .board_list .tr .grade {
  width: 15%;
}
.team_wrap .board_wrap .board_list .tr .name {
  width: 14%;
  word-break: break-all;
}
.team_wrap .board_wrap .board_list .tr .works {
  text-align: left;
}
.team_wrap .board_wrap .board_list .tr .works ul li {
  margin-left: 10px;
  position: relative;
  line-height: 24px;
  padding: 3px 0 3px;
}
.team_wrap .board_wrap .board_list .tr .works ul li::before {
  content: '';
  display: inline-block;
  width: 4px;
  height: 4px;
  background-color: #000;
  position: absolute;
  top: 13px;
  left: -10px;
}
.team_wrap .board_wrap .board_list .thead .works {
  text-align: center;
}
.team_wrap .board_wrap .board_list .tr .call {
  width: 16%;
}
.team_wrap .board_wrap .board_list .tr .email {
  width: 23%;
  word-break: break-all;
}
.team_wrap .board_wrap .board_list .thead {
  background: #f3f3f3;
  font-weight: 700;
  color: #333e58;
}
.team_wrap .board_wrap .board_list .tr>div {
  display: table-cell;
  padding: 25px 10px;
  vertical-align: middle;
  /* line-height: 32px; */
}
.team_wrap :is(.plan_team_wrap,.boss_wrap,.support_team_wrap,.manage_team_wrap,.work_team_wrap){
  display: none;
}
.organization_boxlist {
  display: flex;
  justify-content: space-between;
  padding-top: 55px;
  gap: 20px;
}
.organization_boxlist > div:not(.title_wrap) {
  width: calc((100% - 60px) / 3);
  padding: 25px;
  border:1px solid #ccc;
}
.organization_boxlist .title_wrap {
  display: none;
}
.organization_box > ul >li {
  line-height: 28px;
}
@media screen and (max-width:768px) {
  .organization_chart-wrap{
    margin-top: 45px;
  }
  .organization_chart-wrap .first-line {
    margin-bottom: 30px;
  }
  .organization_chart-wrap .first-line span {
    width: 130px;
    height: 130px;
    line-height: 130px;
    font-size: 26px;
  }
  .organization_chart-wrap .first-line::after {
    height: 367px;
  }
  .organization_chart-wrap ul li span {
    width: 40%;
    font-size: 18px;
    max-width: 288px;
  }
  .fourth-line::before {
    width: calc(100% - 40%);
  }
  .fourth-line {
    padding-top: 39px;
    margin-top: 34px;
    gap: 15px;
  }
  .fourth-line::after{
    width: calc(100% - (100% - 45px) / 4);
  }
  .fourth-line>span a{
    font-size: 16px;
  }
  .fourth-line>span::before {
    height: 104px;
  }
  .fourth-line>span::after {
    bottom: calc(100% + 38px);
  }
  .team_wrap{
    margin-top: 20px;
  }
  .team_wrap .title_wrap h4{
    font-size: 20px;
    padding-bottom: 15px;
    padding-top: 40px;
  }
  .team_wrap .board_wrap .board_list .tr {
    display: block;
    text-align: left;
    padding: 14px 2px;
  }
  .team_wrap .board_wrap .board_list .thead {
    display: none;
  }
  .team_wrap .board_wrap .board_list .tr .grade {
    display: inline-block;
    width: auto;
    font-size: 16px;
  }
  .team_wrap .board_wrap .board_list .tr .grade::after {
    content: '';
    display: inline-block;
    width: 1px;
    height: 13px;
    background-color: #d2d2d2;
    margin: 0 2px 0 6px;
  }
  .team_wrap .board_wrap .board_list .tr .name {
    display: inline-block;
    width: auto;
    font-size: 16px;
  }
  .team_wrap .board_wrap .board_list .tr .works {
    display: block;
    font-size: 14px;
    line-height: 22px;
  }
  .team_wrap .board_wrap .board_list .tr .call {
    display: inline-block;
    width: auto;
    font-size: 14px;
  }
  .team_wrap .board_wrap .board_list .tr .call::after {
    content: '';
    display: inline-block;
    width: 1px;
    height: 13px;
    background-color: #d2d2d2;
    margin: 0 2px 0 6px;
  }
  .team_wrap .board_wrap .board_list .tr .email {
    display: inline-block;
    width: auto;
    font-size: 14px;
  }
  .team_wrap .board_wrap .board_list .tr>div {
    padding: 0px;
    line-height: 26px;
  }
  .team_wrap .board_wrap .board_list .tr .works ul li {
    line-height: 20px;
    padding: 0px;
  }
  .team_wrap .board_wrap .board_list .tr .works ul li::before {
    top: 9px;
    width: 3px;
    height: 3px;
  }
  .organization_boxlist {
    display: block;
    padding-top:0;
  }
  .organization_boxlist .title_wrap {
    display: block;
  }
  .organization_boxlist > div:not(.title_wrap) {
    width: 100%;
    padding: 15px;
  }
  .organization_box > ul >li {
    font-size: 14px;
    line-height: 24px;
  }
}
/* 사업신청 - 목록 */
.apply_inner{
  padding-top: 50px;
}
/* 2022/08/10 수정 */
.biz_apply_wrap .paginate{
  margin: 10px auto 0;
}
.biz_apply_wrap .gallery_table_wrap>ul>li .gallery_inner .bottom_txt p{
  display: inline-block;
  color: #222;
}
.biz_apply_wrap .gallery_table_wrap>ul>li .gallery_inner .bottom_txt p > span{
  color: #4d619a;
}
.biz_apply_wrap .gallery_table_wrap>ul>li .gallery_inner .bottom_txt p:not(:last-child)::after{
  content: '';
  display: inline-block;
  width: 1px;
  height: 14px;
  margin: 0 8px -1px 11px;
  background: #c9c9c9;
}
.biz_apply_wrap .gallery_table_wrap>ul>li .gallery_inner .checkbox{
  position: absolute;
  top:10px;
  right:10px;
  z-index: 5;
}
.biz_apply_wrap .gallery_table_wrap>ul>li .gallery_inner .checkbox input[type="checkbox"]+label{
  width: 20px;
  height: 20px;
  background:url(../img/common/checkbox.png) no-repeat;
  vertical-align: top;
  display: inline-block;
  background-position: 0 0;
}
.biz_apply_wrap .gallery_table_wrap>ul>li .gallery_inner .checkbox input[type="checkbox"]:checked+label{
  background-position: 0 100%;
}
@media screen and (max-width: 768px){
  .biz_apply_wrap .gallery_table_wrap>ul>li .gallery_inner .bottom_txt p:not(:last-child)::after{
    margin: 0 7px -1px 10px;
  }
/* 2022/08/10 수정 */
  .apply_inner {
    padding-top: 30px;
  }
}
/* 채용공고 */
.hire_wrap{
  padding-top: 50px;
}
.hire_wrap .board_wrap .board_table_wrap .table>li .board_situ{
  width: 90px;
  text-align: center;
}
.hire_wrap .board_wrap .board_table_wrap .table>li .board_period{
  width: 240px;
  text-align: center;
  font-size: 18px;
}
.hire_wrap .board_wrap .board_table_wrap .table>li .board_tit{
  padding-left: 15px;
}
@media screen and (max-width: 768px){
  .hire_wrap {
    padding-top: 30px;
  }
  .hire_wrap .board_wrap .board_table_wrap .table>li .board_period {
    width: auto;
    text-align: left;
    font-size: 14px;
  }
  .hire_wrap .board_wrap .board_table_wrap .table>li .flag {
    width: 57px;
    line-height: 22px;
    font-size: 12px;
    margin-bottom: 6px;
  }
  .hire_wrap .board_wrap .board_table_wrap .table>li .board_situ{
    text-align: left;
  }
  .hire_wrap .board_wrap .board_table_wrap .table>li .board_tit {
    padding-left: 0px;
  }
}
/* 홍보자료실 */
.promotion_board_wrap {
  padding-top: 50px;
}
.promotion_board_wrap .gallery_table_wrap>ul>li .gallery_inner .bottom_txt p{
  display: inline-block;
  color: #222;
}
.promotion_board_wrap .gallery_table_wrap>ul>li .gallery_inner .bottom_txt p > span{
  color: #4d619a;
}
.promotion_board_wrap .gallery_table_wrap>ul>li .gallery_inner .bottom_txt p:not(:last-child)::after{
  content: '';
  display: inline-block;
  width: 1px;
  height: 14px;
  margin: 0 8px -1px 11px;
  background: #c9c9c9;
}
.promotion_board_wrap .paginate {
  margin-top: 10px;
}
@media screen and (max-width: 768px){
  .promotion_board_wrap {
    padding-top: 30px;
  }
  .promotion_board_wrap .gallery_table_wrap>ul>li .gallery_inner .bottom_txt p:not(:last-child)::after{
    margin: 0 7px -1px 10px;
  }
}
/* 고객의소리, 부패행위신고클린센터, 성희롱고충상담창구 - 팝업 */
.confirm_popUp p{
  font-size: 18px;
}
.confirm_popUp .btn_wrap button{
  min-width: 120px;
  line-height: 48px;
  font-size: 18px;
}
@media screen and (max-width: 768px){
  .confirm_popUp p {
    font-size: 16px;
  }
  .confirm_popUp .btn_wrap button {
    line-height: 38px;
    font-size: 14px;
  }
}
/* 상세페이지 버튼 */
.detail_wrap .btn_wrap{
  text-align: center;
  margin-top: 30px;
}
.detail_wrap .btn-bn_blue{
  min-width: 120px;
  line-height: 50px;
  display: inline-block;
  font-size: 18px;
  text-align: center;
}
@media screen and (max-width: 768px){
  .detail_wrap .btn_wrap{
    margin-top: 20px;
  }
  .detail_wrap .btn-bn_blue{
    min-width: 80px;
    line-height: 38px;
    font-size: 14px;
  }

}
/* 회원가입 - 이용약관 */
.signup_step01_wrap .signup_title_wrap {
  padding-bottom: 40px;
  text-align: center;
  font-size: 28px;
}
.signup_step01_wrap .signup_title_wrap .bold {
  font-weight: 700;
}
.signup_step01_wrap .signup_terms_wrap .terms_box:not(:last-of-type) {
  margin-bottom: 40px;
}
.signup_step01_wrap .all_checked_wrap {
  padding-bottom: 20px;
  font-size: 18px;
}
.signup_step01_wrap .checkbox label {
  cursor: pointer;
}
.checkbox input[type="checkbox"]+label:before {
  display: inline-block;
  content: "";
  width: 20px;
  height: 20px;
  background: url(../img/common/checkbox.png) no-repeat;
  background-position: 0 0;
  vertical-align: middle;
  margin-bottom: 4px;
  margin-right: 6px;
}
.checkbox input[type="checkbox"]:checked+label::before {
  background-position: 0 100%;
}
.signup_step01_wrap .terms_content_wrap {
  border: 1px solid #d7d7d7;
  border-top: 0px solid transparent;
  padding: 20px;
  overflow-y: auto;
  height: 260px;
  clear: both;
  font-size: 16px;
  line-height: 2;
  color: #5a5a5a;
  font-weight: 400;
  display: none;
}
.signup_step01_wrap .terms_content_wrap .terms_title {
  color: #000;
  font-weight: 500;
}
.signup_step01_wrap .terms_toggle_wrap {
  height: 68px;
  line-height: 66px;
  font-size: 18px;
  cursor: pointer;
  border-top: 2px solid #000;
  border-bottom: 1px solid #d7d7d7;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.signup_step01_wrap .terms_toggle_wrap span::after {
  content: '';
  display: inline-block;
  background: url(../img/sub/ico_terms_show.png) center;
  background-size: cover;
  width: 13px;
  height: 9px;
  margin-left: 10px;
  margin-bottom: 3px;
  transition: 0.3s;
}
.signup_step01_wrap .terms_toggle_wrap.active span::after{
  transform: rotate(-180deg);
}
.signup_step01_wrap .checked_wrap {
  font-size: 18px;
}
.signup_step01_wrap .btn_wrap {
  margin-top: 40px;
}
.signup_step01_wrap .btn_wrap button {
  min-width: 193px;
  font-size: 20px;
  line-height: 56px;
}
.signup_step01_wrap .btn_wrap button:not(:last-of-type){
  margin-right: 8px;
}
@media screen and (max-width: 768px) {
  .signup_step01_wrap .signup_title_wrap {
    padding-bottom:30px;
    font-size: 22px;
  }
  .signup_step01_wrap .signup_terms_wrap .terms_box:not(:last-of-type) {
    margin-bottom: 30px;
  }
  .signup_step01_wrap .all_checked_wrap {
    padding-bottom: 14px;
    font-size: 14px;
  }
  .signup_step01_wrap .terms_toggle_wrap {
    height: 56px;
    line-height: 54px;
    font-size: 14px;
  }
  .signup_step01_wrap .terms_toggle_wrap span::after{
    width: 11px;
    height: 8px;
  }
  .signup_step01_wrap .terms_content_wrap{
    font-size: 14px;
    height: 310px;
    padding: 15px;
  }
  .signup_step01_wrap .checked_wrap {
    font-size: 14px;
  }
  .signup_step01_wrap .btn_wrap {
    margin-top: 40px;
  }
  .signup_step01_wrap .btn_wrap button{
    width: calc((100% - 11px) / 2);
    max-width: 155px;
    min-width: auto;
    font-size: 14px;
    line-height: 43px;
  }
}
/* 로그인 */
.logIn_wrap {
  padding-bottom: 85px;
}
.logIn_wrap .logIn_inner{
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
}
.logIn_wrap .login_txt{
  font-size: 28px;
  text-align: center;
  margin-bottom: 36px;
}
.logIn_wrap .login_txt > span{
  font-weight: 800;
}
.logIn_wrap .logIn_inner .logIn_form{
  border: 1px solid #c6c6c6;
  padding: 50px 20px;
}
.logIn_wrap .logIn_inner .logIn_form .write_form{
  max-width: 450px;
  /* margin: 30px auto 0; */
  margin: 0 auto;
}
.logIn_wrap .logIn_inner .logIn_form .write_form .input_wrap input{
  width: 100%;
  display: block;
  border: 1px solid #ccc;
  line-height: 56px;
  padding: 0px 20px;
  font-size: 18px;
  margin: 0 auto;
}
.logIn_wrap .logIn_inner .logIn_form .write_form .input_wrap input:first-child{
  margin-bottom:15px;
}
.logIn_wrap .logIn_inner .logIn_form .write_form .input_wrap input::placeholder{
  color: #828282;
}
.logIn_wrap .logIn_inner .logIn_form .write_form .check_wrap{
  display: block;
  text-align: left;
  font-weight: 500;
  margin-top: 15px;
}
.logIn_wrap .logIn_inner .logIn_form .write_form .btn_wrap{
  margin: 25px auto 18px;
}
.logIn_wrap .logIn_inner .logIn_form .write_form .btn_wrap button{
  width: 100%;
  font-size: 20px;
  line-height: 56px;
}
.logIn_wrap .logIn_inner .logIn_form .write_form .bottom_change_wrap{
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #595959;
}
.logIn_wrap .logIn_inner .logIn_form .write_form .bottom_change_wrap .left{
  display: flex;
}
.logIn_wrap .logIn_inner .logIn_form .write_form .bottom_change_wrap .left a:first-child::after{
  content: '';
  display: inline-block;
  width: 1px;
  height: 14px;
  background: #747774;
  margin: 0 13px -1px;
}
.logIn_wrap .logIn_inner .logIn_form .write_form .bottom_change_wrap a::before{
  display: inline-block;
  content: '';
  margin: 0 5px -2px 0;
}
.logIn_wrap .logIn_inner .logIn_form .write_form .bottom_change_wrap a.id::before{
  width: 19px;
  height: 19px;
  background: url(../img/sub/ico_login01.png) no-repeat;
}
.logIn_wrap .logIn_inner .logIn_form .write_form .bottom_change_wrap a.pw::before{
  width: 15px;
  height: 18px;
  background: url(../img/sub/ico_login02.png) no-repeat;
}
.logIn_wrap .logIn_inner .logIn_form .write_form .bottom_change_wrap a.sign::before{
  width: 19px;
  height: 17px;
  background: url(../img/sub/ico_login03.png) no-repeat;
}
@media screen and (max-width: 768px){
  .logIn_wrap {
    padding-bottom: 0px;
  }
  .logIn_wrap .login_txt {
    font-size: 22px;
    line-height: 31px;
    margin-bottom: 25px;
    letter-spacing: -0.06em;
  }
  .logIn_wrap .logIn_inner .logIn_form {
    padding: 30px 20px 40px;
  }
  .logIn_wrap .logIn_inner .logIn_form > img{
    max-width: 228px;
  }
  .logIn_wrap .logIn_inner .logIn_form .write_form .input_wrap input {
    line-height: 48px;
    padding: 0px 19px;
    font-size: 16px;
  }
  .logIn_wrap .logIn_inner .logIn_form .write_form .input_wrap input:first-child {
    margin-bottom: 10px;
  }
  .logIn_wrap .logIn_inner .logIn_form .write_form .check_wrap{
    margin-top: 10px;
  }
  .logIn_wrap .logIn_inner .logIn_form .write_form .btn_wrap {
    margin: 15px auto 13px;
  }
  .logIn_wrap .logIn_inner .logIn_form .write_form .btn_wrap button {
    font-size: 16px;
    line-height: 48px;
  }
  .logIn_wrap .logIn_inner .logIn_form .write_form .bottom_change_wrap a{
    font-size: 14px;
  }
  .logIn_wrap .logIn_inner .logIn_form .write_form .bottom_change_wrap a.id::before{
    width: 18px;
    height: 18px;
    background-size: contain;
  }
  .logIn_wrap .logIn_inner .logIn_form .write_form .bottom_change_wrap a.pw::before {
    width: 14px;
    height: 17px;
    background-size: contain;
  }
  .logIn_wrap .logIn_inner .logIn_form .write_form .bottom_change_wrap a.sign::before {
    width: 18px;
    height: 16px;
    background-size: contain;
  }
  .logIn_wrap .logIn_inner .logIn_form .write_form .bottom_change_wrap .left a:first-child::after{
    margin: 0 10px -1px;
  }
}
@media screen and (max-width: 400px){
  .logIn_wrap .logIn_inner .logIn_form .write_form .bottom_change_wrap {
    display: block;
    text-align: left;
  }
  .logIn_wrap .logIn_inner .logIn_form .write_form .bottom_change_wrap .right{
    margin-top: 8px;
  }
}
/* 아이디찾기 - 본인인증 */
.find_inform_wrap .choose_member{
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  max-width: 850px;
  margin: 0 auto 40px;
}
.find_inform_wrap .choose_member .wrap{
  width: calc((100% - 30px) / 2);
  position: relative;
}
.find_inform_wrap .choose_member .wrap:first-of-type{
  margin-right: 30px;
}
.find_inform_wrap .choose_member .wrap a{
  width: 100%;
  padding: 60px 20px;
  display: inline-block;
  text-align: center;
}
.find_inform_wrap .choose_member .wrap a::after{
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  border: 1px solid #c6c6c6;
  left: 0;
  top: 0;
  z-index: -1;
}
.find_inform_wrap .choose_member .wrap a:hover:after{
  border: 2px solid #ff7044;
}
.find_inform_wrap .choose_member .wrap p {
  font-weight: 800;
  font-size: 28px;
  margin-bottom: 15px;
  line-height: 1;
}
.find_inform_wrap .choose_member .wrap span {
  font-size: 18px;
  color: #333;
}
.find_inform_wrap .choose_member .wrap p::before{
  content: '';
  display: block;
  width: 91px;
  height: 91px;
  background: url(../img/sub/member_img01.png) no-repeat;
  margin: 0 auto 25px;
}
.find_inform_wrap .choose_member .wrap.type02 p::before{
  background-image: url(../img/sub/member_img02.png);
}
.find_inform_wrap .inform_bg_wrap{
  background: #f6f6f6;
  padding: 40px;
}
.find_inform_wrap .inform_bg_wrap .inner{
  max-width: 460px;
  margin: 0 auto;
}
.find_inform_wrap .btn_wrap{
  margin-top: 40px;
}
.find_inform_wrap .btn_wrap button{
  min-width: 193px;
  font-size: 20px;
  line-height: 56px;
}
.find_inform_wrap .btn_wrap button:not(:last-child){
  margin-right: 8px;
}
@media screen and (max-width: 768px){
  .find_inform_wrap .choose_member {
    /* display: block; */
    max-width: 100%;
    margin: 0 auto 30px;
  }
  .find_inform_wrap .choose_member .wrap {
    width: 100%;
  }
  .find_inform_wrap .choose_member .wrap:first-of-type {
    margin-right: 15px;
    /* margin-bottom: 30px; */
  }
  .find_inform_wrap .choose_member .wrap a {
    padding: 30px 10px 35px;
  }
  .find_inform_wrap .choose_member .wrap p::before{
    /* width: 74px;
    height: 70px; */
    width: 64px;
    height: 60px;
    background-size: contain;
    margin: 0 auto 20px;
  }
  .find_inform_wrap .choose_member .wrap p {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .find_inform_wrap .choose_member .wrap span {
    font-size: 13px;
  }
  .find_inform_wrap .inform_bg_wrap {
    padding: 25px 15px;
  }
  .find_inform_wrap .inform_bg_wrap .inner {
    max-width: 100%;
  }
  .find_inform_wrap .btn_wrap {
    margin-top: 30px;
  }
  .find_inform_wrap .btn_wrap button {
    width: calc((100% - 11px) / 2);
    max-width: 155px;
    min-width: auto;
    font-size: 14px;
    line-height: 43px;
  }
}
/* 아이디찾기 - 회원 */
.find_inform_wrap .inform_bg_wrap .text_inner{
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  font-size: 22px;
  line-height: 34px;
}
.find_inform_wrap .inform_bg_wrap .text_inner p > span.og{
  color: #e45149;
}
.find_inform_wrap.type02 .inform_bg_wrap{
  display: table;
  width: 100%;
  table-layout: fixed;
  min-height: 160px;
}
@media screen and (max-width: 768px){
  .find_inform_wrap .inform_bg_wrap .text_inner {
    font-size: 16px;
    line-height: 26px;
  }
  .find_inform_wrap .btn_wrap.num03 button{
    width: calc((100% - 22px) / 3);
  }
  .find_inform_wrap.type02 .inform_bg_wrap{
    min-height: 100px;
  }
}
/* 비밀번호찾기 - 본인인증 */
.find_inform_wrap .inform_bg_wrap .inner input.w100{
  margin-bottom: 15px;
}
@media screen and (max-width: 768px){
  .find_inform_wrap .inform_bg_wrap .inner input.w100{
    margin-bottom: 10px;
  }
}
/* 비밀번호찾기 - 비밀번호 재설정 */
.logIn_wrap .logIn_inner .pw_reset {
  max-width: 590px;
  /* margin: 30px auto 0; */
  margin: 0 auto;
}
.logIn_wrap .logIn_inner .pw_reset .pw_wrap{
  display: flex;
}
.logIn_wrap .logIn_inner .pw_reset .pw_wrap:not(:last-child){
  margin-bottom: 15px;
}
.logIn_wrap .logIn_inner .pw_reset label{
  display: inline-block;
  font-size: 18px;
  font-weight: 500;
  line-height: 58px;
  text-align: left;
  width: 135px;
}
.logIn_wrap .logIn_inner .pw_reset .input_wrap {
  width: calc(100% - 138px);
}
.logIn_wrap .logIn_inner .pw_reset .input_wrap input {
  display: inline-block;
  width: 100%;
  border: 1px solid #ccc;
  line-height: 56px;
  padding: 0px 20px;
  font-size: 18px;
}
.logIn_wrap .logIn_inner .pw_reset .input_wrap .gray{
  color: #828282;
  font-size: 15px;
  display:block;
  text-align: left;
  margin-top: 10px;
}
.pw_reset .btn_wrap{
  margin-top: 40px;
}
.pw_reset .btn_wrap button{
  min-width: 193px;
  font-size: 20px;
  line-height: 56px;
}
.pw_reset .btn_wrap button:not(:last-child) {
  margin-right: 8px;
}
@media screen and (max-width: 768px){
  .logIn_wrap .logIn_inner .pw_reset {
    max-width: 100%;
    margin: 20px auto 0;
  }
  .logIn_wrap .logIn_inner .pw_reset > img {
    max-width: 228px;
  }
  .pw_reset .btn_wrap{
    margin-top: 20px;
  }
  .logIn_wrap .logIn_inner .pw_reset .input_wrap input {
    line-height: 48px;
    padding: 0px 13px;
    font-size: 16px;
  }
  .logIn_wrap .logIn_inner .pw_reset .pw_wrap {
    display: block;
  }
  .logIn_wrap .logIn_inner .pw_reset label{
    font-size: 16px;
    line-height: inherit;
    width: 100%;
    margin-bottom: 12px;
  }
  .logIn_wrap .logIn_inner .pw_reset .input_wrap {
    width: 100%;
  }
  .logIn_wrap .logIn_inner .pw_reset .input_wrap .gray {
    font-size: 12px;
    line-height: 18px;
  }
  .pw_reset .btn_wrap button {
    width: calc((100% - 11px) / 2);
    max-width: 155px;
    min-width: auto;
    font-size: 14px;
    line-height: 43px;
  }
}
/* 비밀번호 찾기 - 비회원 */
@media screen and (max-width: 1024px){
  .find_inform_wrap .btn_wrap.num04 button {
    min-width: 174px;
  }
}
@media screen and (max-width: 768px){
  .find_inform_wrap{
    text-align: center;
  }
  .find_inform_wrap .btn_wrap.num04{
    max-width: 321px;
    margin: 20px auto 0;
  }
  .find_inform_wrap .btn_wrap.num04 button {
    min-width: auto;
    margin-top: 10px;
  }
  .find_inform_wrap .btn_wrap.num04 button:nth-of-type(2){
    margin-right: 0;
  }
}

/* 마이페이지 - 회원정보수정 */
.inform_revise_wrap{
  padding-bottom: 85px;
}
.inform_revise_wrap .txt{
  font-size: 22px;
  font-weight: 500;
  padding-bottom: 23px;
}
.inform_revise_wrap .revise_inner:not(:first-of-type){
  margin-top: 47px;
}
.inform_table{
  border-top: 3px solid #333e58;
}
.inform_table .tr{
  display: table;
  width: 100%;
  align-items: center;
  border-bottom: 1px solid #d2d2d2;
  min-height: 80px;
}
.inform_table .tr .th{
  display: table-cell;
  vertical-align: middle;
  background: #f5f5f5;
  color: #333e58;
  font-size: 18px;
  font-weight: 800;
  line-height: 24px;
  width: 200px;
  padding: 20px 5px 20px 28px;
}
.inform_table.add_info .tr .th {
  display: block;
  width: 100%;
  text-align: center;
}
.inform_table .tr .td{
  display: table-cell;
  vertical-align: middle;
  padding: 20px;
  font-size: 18px;
}
.inform_table.add_info .tr .td {
  display: block;
  width: 100%;

}
.inform_table .tr .td span{
  display: block;
}
.inform_table .tr .td input{
  border: 1px solid #cecece;
  line-height: 40px;
  padding-left: 20px;
  font-size: 18px;
  color: #828282;
  max-width: 300px;
  min-width: auto;
  width: 100%;
}
.inform_table .tr .td input[type="radio"]{
  border: none;
  max-width: fit-content;
}
.inform_table .tr .td input.w100{
  max-width: 100%;
}
.inform_table .tr .td input:not(:first-of-type){
  margin-top: 10px;
}
.inform_table .tr .td input.w_bg{
  background: #f8f8f8;
}
.inform_table .tr .td .gray{
  display: block;
  font-size: 15px;
  color: #828282;
  margin-top: 10px;
}
.inform_table .tr .td .address .input_wrap{
  display: flex;
  margin-bottom: 10px;
}
.inform_table .tr .td .address .input_wrap > input{
  margin-right: 10px;
}
.inform_table .tr .td .address .input_wrap > button{
  min-width: 150px;
  font-weight: 500;
  font-size: 18px;
}
.inform_table .tr .td .check_wrap:not(:last-child){
  margin-right: 20px;
}
.inform_table .tr .td .check_wrap label{
  color: #000;
}
.inform_table .tr .td .check_wrap input[type="checkbox"]+label:before{
  margin-bottom: 1px;
}
.inform_revise_wrap .btn_wrap {
  margin-top: 50px;
}
.inform_revise_wrap .btn_wrap button {
  min-width: 193px;
  font-size: 20px;
  line-height: 56px;
}
.inform_revise_wrap .btn_wrap button:not(:last-child) {
  margin-right: 8px;
}
@media screen and (max-width: 768px) {
  .inform_revise_wrap {
    padding-bottom: 0;
  }
  .inform_revise_wrap .txt {
    font-size: 16px;
    padding-bottom: 13px;
  }
  .inform_table {
    border-top: 2px solid #333e58;
  }
  .inform_table .tr{
    min-height: 40px;
  }
  .inform_table .tr .th {
    font-size: 14px;
    line-height: 20px;
    min-width: 95px;
    max-width: 96px;
    padding: 10px;
    word-break: keep-all;
  }
  .inform_table.add_info .tr .th {
    min-width: none;
    max-width: none;
  }
  .inform_table .tr .td {
    padding: 5px 0 5px 5px;
    font-size: 14px;
  }
  .inform_table.add_info .tr .td .inner{
    display: flex;
    flex-wrap: wrap;
  }
  .inform_table.add_info .tr .td .inner .check_wrap {
    flex-basis: 50%;
    margin-bottom: 5px;
    margin-right: 0;
  }
  .inform_table .tr .td input {
    line-height: 28px;
    padding: 0 9px;
    font-size: 14px;
    min-width: 100%;
  }
  .inform_table .tr .td .gray {
    font-size: 12px;
    line-height: 18px;
    margin-top: 3px;
  }
  .inform_table .tr .td .address .input_wrap > input {
    margin-right: 5px;
    width: calc(100% - 94px);
    min-width: auto;
  }
  .inform_table .tr .td .address .input_wrap > button {
    min-width: 88px;
    font-size: 12px;
  }
  .inform_table .tr .td .address .input_wrap {
    margin-bottom: 5px;
  }
  .inform_table .tr .td input:not(:first-of-type) {
    margin-top: 5px;
  }
  .inform_revise_wrap .revise_inner:not(:first-of-type) {
    margin-top: 27px;
  }
  .inform_table .tr .td .check_wrap input[type="checkbox"]+label:before {
    margin-bottom: 0;
  }
  .inform_revise_wrap .btn_wrap button {
    width: calc((100% - 11px) / 2);
    max-width: 155px;
    min-width: auto;
    font-size: 14px;
    line-height: 43px;
  }
  .inform_revise_wrap .btn_wrap {
    margin-top: 30px;
  }
}
/* 마이페이지 회원정보 수정 - 기업회원 */
.inform_table .tr .td .homepage{
  display: flex;
  align-items: center;
}
.inform_table .tr .td .radio_wrap{
  margin-right: 16px;
}
.inform_table .tr .td .code_btn{
  min-width: 150px;
  line-height: 40px;
  font-weight: 500;
  font-size: 18px;
}
.inform_table .tr .td .flex{
  display: flex;
  align-items: center;
}
.inform_table .tr .td .flex > button{
  min-width: 130px;
  line-height: 40px;
  font-weight: 500;
  font-size: 18px;
  margin-left: 20px;
}
.inform_table .tr .td .flex > input:not(:first-of-type){
  margin-top: 0;
  margin-left: 10px;
}
.revise_inner .board_wrap .board_table_wrap .table>li{
  display: flex;
}
.revise_inner .board_wrap .board_table_wrap .table>li .board_date{
  width: 130px;
}
.revise_inner .board_wrap .board_table_wrap .table>li .board_tit{
  padding-left: 20px;
  order: 4;
  width: 66%;
}
.revise_inner .board_wrap .board_table_wrap{
  border-bottom-color: #d2d2d2;
}
.inform_table .tr .td .file{
  margin-top: 2px;
}
.inform_table .tr .td .division{
  display: flex;
  align-items: center;
}
.inform_table .tr .td .division input.division01{
  max-width: 14%;
  margin-right: 10px;
}
.inform_table .tr .td .division input.division02{
  margin-top: 0;
  margin-right: 10px;
  max-width: 450px;
}
@media screen and (max-width: 1024px) {
  .inform_table .tr .td .division input.division01 {
    max-width: 21%;
    padding: 0 10px;
  }
  .inform_table .tr .td .division input.division02{
    padding: 0 10px;
    max-width: 490px;
  }
  .inform_table .tr .td .code_btn {
    min-width: 85px;
  }
}
@media screen and (max-width: 768px) {
  .inform_table .tr .td .code_btn {
    min-width: 100%;
    line-height: 28px;
    font-size: 12px;
    margin-bottom: 5px;
  }
  .inform_table .tr .td .homepage {
    display: block;
  }
  .inform_table .tr .td input[type="radio"]{
    min-width: auto;
  }
  .inform_table .tr .td .radio_wrap {
    display: inline-block;
  }
  .inform_table .tr .td .homepage > input{
    margin-top: 10px;
  }
  .inform_table .tr .td .flex {
    flex-wrap: wrap;
  }
  .inform_table .tr .td .flex > input:not(:first-of-type) {
    margin-top: 5px;
    margin-left: 0px;
  }
  .inform_table .tr .td .flex > button {
    min-width: 90px;
    line-height: 30px;
    font-size: 14px;
    margin-left: 9px;
  }
  .revise_inner .board_wrap .board_table_wrap .table>li.thead{
    display: none;
  }
  .revise_inner .board_wrap .board_table_wrap .table>li{
    display: block;
  }
  .revise_inner .board_wrap .board_table_wrap .table>li .board_tit {
    padding-left: 0;
    width: 100%;
  }
  .revise_inner .board_wrap .board_table_wrap .table>li .board_date {
    width: auto;
  }
  .board_wrap .board_table_wrap .table>li .board_date:last-child::after{
    display: none;
  }
  .inform_table .tr .td .division {
    display: block;
  }
  .inform_table .tr .td .division input.division01 {
    max-width: 100%;
    margin-right: 0px;
    margin-bottom: 5px;
    padding: 0 9px;
  }
  .inform_table .tr .td .division input.division02 {
    max-width: 100%;
    margin-right: 0px;
    margin-bottom: 5px;
    padding: 0 9px;
  }
}
/* 표준산업분류코드 팝업 */
.code_popup_wrap .search_info {
  margin-bottom: 25px;
}
.code_popup_wrap .search_info li{
  font-size: 18px;
  line-height: 28px;
  position: relative;
  padding-left: 10px;
}
.code_popup_wrap .search_info li:not(:last-of-type){
  margin-bottom: 3px;
}
.code_popup_wrap .search_info li::before{
  position: absolute;
  left: 0;
  top: 12px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #333;
  display: block;
  content: "";
}
.code_popup_wrap .search .input_wrap{
  display: flex;
  align-items: center;
}
.code_popup_wrap .search .input_wrap > p{
  font-size: 18px;
  white-space: nowrap;
  margin-right: 10px;
}
.code_popup_wrap .search .input_wrap input{
  border: 1px solid #cecece;
  line-height: 40px;
  padding-left: 20px;
  font-size: 18px;
  width: 100%;
}
.code_popup_wrap .search .input_wrap button{
  min-width: 70px;
  line-height: 40px;
  margin-left: 10px;
  font-size: 18px;
}
.code_popup_wrap .search .result_wrap{
  margin-top: 20px;
  border: 1px solid #cecece;
  padding: 15px;
  max-height: 150px;
  overflow-y: auto;
}
.code_popup_wrap .search .result_wrap > button{
  display: block;
  margin-bottom: 6px;
}
.code_popup_wrap .search .result_wrap > button:hover{
  text-decoration: underline;
}
.code_popup_wrap .btn_wrap button{
  min-width: 120px;
  line-height: 48px;
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  .code_popup_wrap .search .input_wrap button {
    line-height: 28px;
    margin-left: 5px;
    font-size: 14px;
  }
  .code_popup_wrap .search .input_wrap input {
    line-height: 28px;
    padding-left: 10px;
    font-size: 15px;
  }
  .code_popup_wrap .search .input_wrap > p {
    font-size: 16px;
  }
  .code_popup_wrap .search .result_wrap > button{
    font-size: 14px;
  }
  .code_popup_wrap .search_info li {
    font-size: 16px;
    line-height: 24px
  }
  .code_popup_wrap .search_info li::before{
    top: 10px;
  }
  .code_popup_wrap .btn_wrap button{
    line-height: 38px;
    font-size: 14px;
  }
}

/* 개인회원 정보입력 */
.inform_table .tr .td .id .input_wrap button.btn-bn_darkgray{
  min-width: 150px;
  font-weight: 500;
  font-size: 18px;
}
.inform_table .tr .td .id .input_wrap{
  display: flex;
  margin-bottom: 10px;
}
.inform_table .tr .td .id .input_wrap .input_inner{
  display: flex;
}
.inform_table .tr .td .id .id_duplicate_wrap{
  margin-left: 20px;
  display: block;
}
.inform_table .tr .td .id .id_duplicate_wrap span{
  font-size: 15px;
  line-height: 40px;
}
.inform_table .tr .td .id .id_not{
  color:#e45149;
}
.inform_table .tr .td .id .id_can{
  color:#0a4c86;
}

.inform_table .tr .td .id input{
  margin-right: 10px;
}
@media screen and (max-width: 967px){
  .inform_table .tr .td .id .input_wrap:nth-of-type(1){
    display: block;
  }
  .inform_table .tr .td .id .id_duplicate_wrap{
    margin-left: 0px;
    margin-right: 20px;
  }
  .inform_table .tr .td .id .id_duplicate_wrap span{
    margin-top: 10px;
    line-height: 18px;
  }
}
@media screen and (max-width: 768px){
  .inform_table .tr .td .id .input_wrap input[type="text"] {
    margin-right: 5px;
    width: calc(100% - 94px);
    min-width: auto;
  }
  .inform_table .tr .td .id .id_duplicate_wrap span{
    font-size: 12px;
    margin-top: 5px;
  }
  .inform_table .tr .td .id .input_wrap button.btn-bn_darkgray {
    min-width: 88px;
    font-size: 12px;
  }
  .inform_table .tr .td .id .input_wrap {
    margin-bottom: 5px;
  }
}
/* 기업회원 정보입력 */
.inform_table .tr .td .company_date input{
  padding-right: 20px;
}
.inform_table .tr .td .radio_inner {
  display: flex;
  align-items: center;
}
.inform_table .file_wrap input[type="file"] {
  width: 0;
  height: 0;
  padding: 0;
  overflow: hidden;
  border: 0;
}
.inform_table .file_wrap .file_btn {
  cursor: pointer;
  min-width: 150px;
  font-weight: 500;
  font-size: 18px;
  text-align: center;
  line-height: 38px;
}
.inform_table .file_wrap{
  margin-top: 10px;
}
.logIn_wrap .inform_revise_wrap{
  padding-bottom: 0;
}
@media screen and (max-width: 768px){
  .inform_table .tr .td .id .input_wrap input[type="file"]{
    width: 0px;
    min-width: 0px;
    margin-right: 0px;
  }
  .inform_table .tr .td .id .input_wrap input.upload-name {
    margin-right: 0px;
    width: calc(100% - 84px);
    min-width: auto;
  }
  .inform_table .tr .td .radio_inner{
    display: block;
  }
  .inform_table .tr .td .radio_inner > input{
    margin-top: 10px;
  }
  .inform_table .file_wrap .file_btn {
    min-width: 88px;
    font-weight: 500;
    font-size: 12px;
    line-height: 28px;
  }

  .inform_table .file_wrap{
    margin-top: 5px;
  }
}
/*이용약관, 개인정보처리방침*/
.sub_content.full {
  width: 100%;
}
.sub_content.full .title_wrap:not(:first-of-type) {
  margin-top: 80px;
}
.sub_content.full .con_list_wrap .con_list.point>li ul li {
  font-size: 16px;
  font-weight: 400;
}
.sub_content.full .integrity_tit {
  border-top: 2px solid #000;
}
.con_list_wrap .con_list.no_pt {
  padding-top: 0;
}
.con_list_wrap .single {
  font-size: 20px;
  font-weight: 500;
  padding-top: 25px;
  line-height: 30px;
  margin-bottom: 8px;
  margin-top: 0;
}
.con_list_wrap .con_list.number>li>p {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}
.con_list_wrap .con_list.number>li>p:not(:first-of-type) {
  margin-top: 10px;
}
.con_list_wrap .con_list.C_number>li {
  padding-left: 0;
  line-height: 26px;
}
.con_list_wrap .con_list.C_number>li .add_txt {
  margin-top: 18px;
  margin-bottom: 15px;
}
@media screen and (max-width: 1024px){
  .sub_content.full .integrity_tit .tit_top br {
    display: none;
  }
}
@media screen and (max-width: 768px){
  .sub_content.full .title_wrap:not(:first-of-type) {
    margin-top: 40px;
  }
  .sub_content.full .title_wrap h3 {
    text-align: left;
  }
  .sub_content.full .con_list_wrap .con_list.point>li ul {
    margin-top: 5px;
  }
  .sub_content.full .con_list_wrap .con_list.point>li ul li {
    font-size: 14px;
    line-height: 20px;
  }
  .con_list_wrap .single {
    font-size: 18px;
    line-height: 28px;
    padding-top: 20px;
  }
  .con_list_wrap .con_list.C_number>li .add_txt {
    margin-top: 12px;
    margin-bottom: 10px;
  }
  .con_list_wrap .con_list.number>li>p {
    font-size: 14px;
    line-height: 20px;
  }
}
/*찾아오시는길*/

.map_iframe {
  width: 100%;
  border: 1px solid #d9d9d9;
  border-top: 0;
  font-size: 0;
}
.map_iframe .iframe_info {
  display: flex;
  font-size: 16px;
  padding: 30px 20px;
}
.map_iframe .iframe_info .iframe_logo {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-basis: 216px;
  border-right: 1px solid #e9e9e9;
}
.map_iframe .iframe_info .iframe_txt {
  padding-left: 50px;
}
.map_iframe .iframe_info .iframe_txt li:first-child {
  font-size: 18px;
  margin-bottom: 20px;
}
.map_iframe .iframe_info .iframe_txt li span {
  font-weight: bold;
}
.map_iframe .iframe_info .iframe_txt li div {
  position: relative;
  display: inline-block;
}
.map_iframe .iframe_info .iframe_txt li div:first-of-type {
  padding-right: 10px;
  margin-right: 6px;
}
.map_iframe .iframe_info .iframe_txt li div:first-of-type::after {
  content: "";
  display: inline-block;
  width: 1px;
  height:15px;
  background: #c2c2c2;
  position: absolute;
  right:0;
  top:04px;
}
.contactus h4 {
  font-size: 32px;
  color: #1056ae;
  margin: 60px auto 0
}
.traffic_list > li {
  display: flex;
  justify-content: space-between;
  padding:50px 0;
}
.traffic_list > li:first-of-type {
  border-bottom: 1px solid #d2d2d2;
}
.traffic_list > li .info_wrap {
  width: calc(100% - 187px);
}
.traffic_list > li::before {
  content:"";
  display: block;
  width: 140px;
  height:140px;
  margin: 0 auto;
  background: url(../img/sub/traffic01.png) no-repeat;
}
.traffic_list > li:last-of-type:before {
  background-image: url(../img/sub/traffic02.png);
}
.info_wrap .info_tit {
  font-size: 26px;
  font-weight: 500;
  margin-bottom: 20px;
}
.info_wrap .info_tit br {
  display: none;
}
.info_wrap .info {
  display: flex;
  position: relative;
  padding-left: 10px;
  margin-bottom: 7px;
}
.info_wrap .info::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top:13px;
  width: 4px;
  height: 4px;
  background: #2156a4;
}
.info_wrap .info > li {
  line-height: 28px;
}
.info_wrap .info > li:first-of-type {
  min-width: 115px;
  font-weight: 500;
}
.info_wrap .info > li span.blue {
  font-weight: 500;
}
.info_wrap .info > li span.bus {
  display: inline-block;
  min-width: 52px;
  line-height: 30px;
  margin-right: 4px;
  color:#fff;
  text-align: center;
  background: #87c700;
  border-radius: 5px;
}
@media screen and (max-width: 768px) {
  .map_iframe .iframe_info {
    display: block;
  }
  .map_iframe .iframe_info .iframe_logo {
    border-right: none;
    padding-bottom: 18px;
    margin-bottom: 20px;
    border-bottom: 1px solid #e9e9e9;
  }
  .map_iframe .iframe_info .iframe_txt {
    padding: 0;
  }
  .map_iframe .iframe_info .iframe_txt li:first-child {
    font-size: 16px;
    margin-bottom: 15px;
  }
  .contactus h4 {
    font-size: 24px;
  }
  .traffic_list > li {
    display: block;
    padding: 30px 0;
  }
  .traffic_list > li:last-of-type {
    padding-bottom: 0;
  }
  .traffic_list > li::before {
    margin-bottom: 10px;
  }
  .traffic_list > li .info_wrap {
    width: 100%;
  }
  .info_wrap .info_tit {
    font-size: 18px;
    text-align: center;
  }
  .info_wrap .info_tit br {
    display: inline;
  }
  .info_wrap .info {
    display: block;
    margin-bottom: 12px;
  }
  .info_wrap .info > li {
    line-height: 24px;
  }
  .info_wrap .info > li span.bus {
    min-width: 48px;
    line-height: 24px;
  }
}

/* 마이페이지 - 본인인증 팝업 */
.code_popup_wrap .find_inform_wrap .inform_bg_wrap {
  background: none;
  padding: 0;
}
.code_popup_wrap .find_inform_wrap .inform_bg_wrap .txt{
  font-size: 20px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 17px;
}

@media screen and (max-width: 768px){
  .code_popup_wrap .find_inform_wrap .inform_bg_wrap .txt{
    font-size: 18px;
  }
}

/* 나의문의내역 */
.mp_board_inner{
  padding-top: 50px;
}
.mp_board_inner .board_wrap .board_table_wrap .table>li .board_situ{
  width: 90px;
  text-align: center;
}
.mp_board_inner .board_wrap .board_table_wrap .table>li:not(.thead) .board_tit{
  padding-left: 20px;
}
.mp_board_inner .board_wrap .board_table_wrap .table>li .board_date {
  width: 130px;
}
.mypage_board .flag.type02{
  font-weight: 800;
}
@media screen and (max-width: 768px){
  .mp_board_inner{
    padding-top: 30px;
  }
  .mp_board_inner .board_wrap .board_table_wrap .table>li .flag {
    width: 57px;
    line-height: 22px;
    font-size: 12px;
    margin-bottom: 6px;
  }
  .mp_board_inner .board_wrap .board_table_wrap .table>li .board_situ {
    width: auto;
    text-align: left;
  }
  .mp_board_inner .board_wrap .board_table_wrap .table>li:not(.thead) .board_tit {
    padding-left: 0;
  }
  .mp_board_inner .board_wrap .board_table_wrap .table>li .board_date {
    width: auto;
  }
}
@media screen and (max-width: 355px){
  .mypage_board .tab_container .tab_button a {
    font-size: 16px;
  }
}

/* 나의문의내역 - 상세 */
.detail_info .flag{
  width: 62px;
  line-height: 25px;
  font-size: 14px;
}
@media screen and (max-width: 768px){
  .detail_info .flag{
    width: 57px;
    line-height: 22px;
    font-size: 12px;
  }
  .mypage_board .detail_info .situ{
    width: 100%;
  }
   .detail_info .situ > .blue{
    margin-right: 20px;
  }
  .detail_info p{
    display: inline-block;
  }
  .detail_info .situ {
    width: 100%;
  }
  .detail_info .situ::after{
    display: none !important;
  }
  .detail_info p:not(:last-of-type)::after{
    display: inline-block;
  }
}

/* 나의문의내역 - 수정 */
.mypage_board_revise .file_attachments-wrap .file_remove{
  display: inline-block;
  border: 1px solid #ccc;
  width: 20px;
  height: 20px;
  border: 1px solid #ccc;
  background: url(../img/sub/ico_file_remove.png) no-repeat center center;
  margin-right: 14px;
  margin-left: 3px;
}
.mypage_board_revise .file_attachments-wrap input[type=file]{
  width: 0;
  height: 0;
  padding: 0;
  overflow: hidden;
  border: 0;
  position: absolute;
}
.mypage_board_revise .file_attachments-wrap label{
  display: inline-block;
  min-width: 88px;
  text-align: center;
  line-height: 33px;
  font-size: 16px;
  cursor: pointer;
}
.detail_answer .answer_contents textarea{
  border: 1px solid #cecece;
  padding: 10px 15px;
}

@media screen and (max-width: 768px){
  .mypage_board_revise .file_attachments-wrap label {
    min-width: 57px;
    line-height: 22px;
    font-size: 12px;
    margin-top: 2px;
  }
  .mypage_board_revise .file_attachments-wrap .file_remove{
    margin-right: 5px;
    margin-top: 2px;
  }
}

/* 파일첨부 */

.btn_bn-bk{
  display: block;
  max-width: 189px;
  line-height: 44px;
  height: 48px;
  text-align: center;
  font-size: 18px;
  font-weight: 300;
  letter-spacing: -0.04em;
  cursor: pointer;
  background: #565656;
  border: 1px solId #565656;
  color: #fff;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}
.btn_bn-bk:hover {
  background: #fff;
  color: #000;
}
.upload_btn {
  display: inline-block;
  line-height: 31px;
  height: 35px;
  min-width: 71px;
  font-size: 18px;
  font-weight: 300;
  letter-spacing: -0.04em;
}
[data-ax5uploader] {
  box-sizing: border-box;
  position: relative
}
[data-ax5uploader] *,
[data-ax5uploader] *:before,
[data-ax5uploader] *:after {
  box-sizing: border-box
}
[data-ax5uploader] [data-ax5uploader-button="selector"] {
  position: relative
}
[data-ax5uploader] [data-ax5uploader-dropzone] {
  background: #f3f3f3;
  border: 2px dashed #0087F7;
  border-radius: 5px;
  margin: 10px 0;
  padding: 7px;
  cursor: pointer
}
[data-ax5uploader] [data-ax5uploader-dropzone].dragover {
  background: #fff;
  border: 2px solid #0087F7;
  opacity: 0.6
}
[data-ax5uploader-uploaded-box] {
  background: #f3f3f3;
  border: 1px solid #ccc;
  border-radius: 5px;
  margin: 10px 0;
  padding: 7px;
  min-height: 100px
}
[data-ax5uploader-uploaded-box][data-ax5uploader-uploaded-box] {
  margin: 10px 0
}
[data-ax5uploader-uploaded-box][data-ax5uploader-uploaded-box] [data-ax5uploader-uploaded-item] {
  display: block;
  color: #333;
  border: 0px solid #ccc;
  border-radius: 4px;
  padding: 6px 12px;
  margin: 3px;
  background: #fff
}
[data-ax5uploader-uploaded-box][data-ax5uploader-uploaded-box] [data-ax5uploader-uploaded-item]:hover,
[data-ax5uploader-uploaded-box][data-ax5uploader-uploaded-box] [data-ax5uploader-uploaded-item]:focus,
[data-ax5uploader-uploaded-box][data-ax5uploader-uploaded-box] [data-ax5uploader-uploaded-item].focus {
  color: #333;
  text-decoration: none
}
[data-ax5uploader-uploaded-box][data-ax5uploader-uploaded-box] [data-ax5uploader-uploaded-item]:active,
[data-ax5uploader-uploaded-box][data-ax5uploader-uploaded-box] [data-ax5uploader-uploaded-item].active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125)
}
[data-ax5uploader-uploaded-box][data-ax5uploader-uploaded-box] [data-ax5uploader-uploaded-item].disabled,
[data-ax5uploader-uploaded-box][data-ax5uploader-uploaded-box] [data-ax5uploader-uploaded-item][disabled],
fieldset[disabled] [data-ax5uploader-uploaded-box][data-ax5uploader-uploaded-box] [data-ax5uploader-uploaded-item] {
  cursor: not-allowed;
  opacity: .65;
  -webkit-box-shadow: none;
  box-shadow: none
}
[data-ax5uploader-uploaded-box][data-ax5uploader-uploaded-box] [data-ax5uploader-uploaded-item] .uploaded-item-preview {
  display: none
}
[data-ax5uploader-uploaded-box][data-ax5uploader-uploaded-box] [data-ax5uploader-uploaded-item] .uploaded-item-holder {
  display: table
}
[data-ax5uploader-uploaded-box][data-ax5uploader-uploaded-box] [data-ax5uploader-uploaded-item] .uploaded-item-holder .uploaded-item-cell {
  display: table-cell;
  padding: 0 3px
}
[data-ax5uploader-uploaded-box][data-ax5uploader-uploaded-box] [data-ax5uploader-uploaded-item] .uploaded-item-holder [data-uploaded-item-cell="download"] {
  cursor: pointer
}
[data-ax5uploader-uploaded-box][data-ax5uploader-uploaded-box] [data-ax5uploader-uploaded-item] .uploaded-item-holder [data-uploaded-item-cell="download"]:hover,
[data-ax5uploader-uploaded-box][data-ax5uploader-uploaded-box] [data-ax5uploader-uploaded-item] .uploaded-item-holder [data-uploaded-item-cell="download"]:focus,
[data-ax5uploader-uploaded-box][data-ax5uploader-uploaded-box] [data-ax5uploader-uploaded-item] .uploaded-item-holder [data-uploaded-item-cell="download"].focus {
  color: #337ab7;
  text-decoration: none
}
[data-ax5uploader-uploaded-box][data-ax5uploader-uploaded-box] [data-ax5uploader-uploaded-item] .uploaded-item-holder [data-uploaded-item-cell="delete"] {
  cursor: pointer
}
[data-ax5uploader-uploaded-box][data-ax5uploader-uploaded-box] [data-ax5uploader-uploaded-item] .uploaded-item-holder [data-uploaded-item-cell="delete"]:hover,
[data-ax5uploader-uploaded-box][data-ax5uploader-uploaded-box] [data-ax5uploader-uploaded-item] .uploaded-item-holder [data-uploaded-item-cell="delete"]:focus,
[data-ax5uploader-uploaded-box][data-ax5uploader-uploaded-box] [data-ax5uploader-uploaded-item] .uploaded-item-holder [data-uploaded-item-cell="delete"].focus {
  color: #337ab7;
  text-decoration: none
}
[data-ax5uploader-uploaded-box][data-ax5uploader-uploaded-box="inline"]:after {
  content: " ";
  display: block;
  clear: both
}
[data-ax5uploader-uploaded-box][data-ax5uploader-uploaded-box="inline"] [data-ax5uploader-uploaded-item] {
  display: block;
  float: left
}
[data-ax5uploader-uploaded-box][data-ax5uploader-uploaded-box="thumbnail"]:after {
  content: " ";
  display: block;
  clear: both
}
[data-ax5uploader-uploaded-box][data-ax5uploader-uploaded-box="thumbnail"] [data-ax5uploader-uploaded-item] {
  display: block;
  float: left;
  width: 120px;
  padding: 0;
  background: transparent
}
[data-ax5uploader-uploaded-box][data-ax5uploader-uploaded-box="thumbnail"] [data-ax5uploader-uploaded-item]:active,
[data-ax5uploader-uploaded-box][data-ax5uploader-uploaded-box="thumbnail"] [data-ax5uploader-uploaded-item].active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: none;
  box-shadow: none
}
[data-ax5uploader-uploaded-box][data-ax5uploader-uploaded-box="thumbnail"] [data-ax5uploader-uploaded-item] .uploaded-item-preview {
  display: block
}
[data-ax5uploader-uploaded-box][data-ax5uploader-uploaded-box="thumbnail"] [data-ax5uploader-uploaded-item] .uploaded-item-preview.no-image {
  width: 120px;
  height: 120px;
  border: 0px solid #ccc;
  border-radius: 4px;
  background-color: #66b4fb;
  background-image: -webkit-linear-gradient(-290deg, #66b4fb, #ff78b2);
  background-image: linear-gradient(20deg, #66b4fb, #ff78b2);
  text-align: center;
  line-height: 120px;
  color: #fff
}
[data-ax5uploader-uploaded-box][data-ax5uploader-uploaded-box="thumbnail"] [data-ax5uploader-uploaded-item] .uploaded-item-preview.no-image:before {
  content: 'No Image'
}
[data-ax5uploader-uploaded-box][data-ax5uploader-uploaded-box="thumbnail"] [data-ax5uploader-uploaded-item] .uploaded-item-preview.no-image img {
  display: none
}
[data-ax5uploader-uploaded-box][data-ax5uploader-uploaded-box="thumbnail"] [data-ax5uploader-uploaded-item] .uploaded-item-preview img {
  width: 120px;
  height: 120px;
  border: 0px solid #ccc;
  border-radius: 4px
}
[data-ax5uploader-uploaded-box][data-ax5uploader-uploaded-box="thumbnail"] [data-ax5uploader-uploaded-item] .uploaded-item-holder {
  position: relative;
  display: block
}
[data-ax5uploader-uploaded-box][data-ax5uploader-uploaded-box="thumbnail"] [data-ax5uploader-uploaded-item] .uploaded-item-holder .uploaded-item-cell {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis
}
[data-ax5uploader-uploaded-box][data-ax5uploader-uploaded-box="thumbnail"] [data-ax5uploader-uploaded-item] .uploaded-item-holder [data-uploaded-item-cell="download"] {
  position: absolute;
  left: 5px;
  top: -115px;
  cursor: pointer;
  background: #fff;
  border-radius: 4px
}
[data-ax5uploader-uploaded-box][data-ax5uploader-uploaded-box="thumbnail"] [data-ax5uploader-uploaded-item] .uploaded-item-holder [data-uploaded-item-cell="delete"] {
  position: absolute;
  right: 5px;
  top: -115px;
  cursor: pointer;
  background: #fff;
  border-radius: 4px
}
[data-ax5uploader-uploaded-box][data-ax5uploader-uploaded-box="thumbnail"] [data-ax5uploader-uploaded-item] .uploaded-item-holder [data-uploaded-item-cell="filename"] {
  padding-top: 5px
}
[data-ax5uploader-input] {
  position: absolute;
  left: -1000px;
  top: -1000px;
  opacity: 0;
  cursor: pointer
}
[data-ax5uploader-progressbox] {
  box-sizing: border-box;
  z-index: 1000;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 200px;
  -webkit-perspective: 1000px;
  -moz-perspective: 1000px;
  perspective: 1000px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  -o-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-animation: ax-progressbox .1s;
  -o-animation: ax-progressbox .1s;
  animation: ax-progressbox .1s;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transform-origin: center top;
  -moz-transform-origin: center top;
  -ms-transform-origin: center top;
  transform-origin: center top;
  background-color: #fff;
  background-image: -webkit-linear-gradient(bottom, #fff);
  background-image: linear-gradient(to top, #fff);
  border: 1px solid;
  border-color: #ddd;
  border-radius: 5px;
  box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.175)
}
[data-ax5uploader-progressbox] .progress {
  overflow: hidden;
  height: 12px;
  margin-bottom: 0;
  background-color: #f5f5f5;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  font-size: 13px;
}
[data-ax5uploader-progressbox] .progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  line-height: 12px;
  color: #fff;
  text-align: center;
  background-color: #66b4fb;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease
}
[data-ax5uploader-progressbox] .progress-striped .progress-bar,
[data-ax5uploader-progressbox] .progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px
}
[data-ax5uploader-progressbox] .progress.active .progress-bar,
[data-ax5uploader-progressbox] .progress-bar.active {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite
}
[data-ax5uploader-progressbox] .ax-progressbox-body {
  padding: 10px;
  text-align: center
}
[data-ax5uploader-progressbox] .ax-progressbox-body .ax-picker-content {
  min-width: 50px
}
[data-ax5uploader-progressbox] .ax-progressbox-body .ax-picker-content .ax-picker-progressbox-box {
  border: 0px solid;
  border-color: none;
  border-radius: 0px;
  padding: 0px;
  overflow: hidden
}
[data-ax5uploader-progressbox] .ax-progressbox-body .ax-progressbox-buttons {
  text-align: right;
  padding: 5px 0px 0px 0px
}
[data-ax5uploader-progressbox] .ax-progressbox-body .ax-progressbox-buttons button.btn {
  padding: 3px 7px;
  font-size: .8em;
  min-width: calc((100% - 7px)/ 2);
  line-height: 29px;
  height: 33px;
}
[data-ax5uploader-progressbox] .ax-progressbox-body .ax-progressbox-buttons button:not(:last-child) {
  margin-right: 3px
}
[data-ax5uploader-progressbox].direction-top .ax-progressbox-arrow {
  position: absolute;
  width: 0;
  height: 0;
  left: 50%;
  top: 0
}
[data-ax5uploader-progressbox].direction-top .ax-progressbox-arrow:before {
  content: ' ';
  position: absolute;
  width: 0;
  height: 0;
  left: -6px;
  top: -12px;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 0 none;
  border-bottom: 12px solid #ddd
}
[data-ax5uploader-progressbox].direction-top .ax-progressbox-arrow:after {
  content: ' ';
  position: absolute;
  width: 0;
  height: 0;
  left: -6px;
  top: -10px;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 0 none;
  border-bottom: 12px solid #fff
}
[data-ax5uploader-progressbox].direction-right .ax-progressbox-arrow {
  position: absolute;
  width: 0;
  height: 0;
  right: 0;
  top: 50%
}
[data-ax5uploader-progressbox].direction-right .ax-progressbox-arrow:before {
  content: ' ';
  position: absolute;
  width: 0;
  height: 0;
  right: -12px;
  top: -6px;
  border-left: 12px solid #ddd;
  border-right: 0 none;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent
}
[data-ax5uploader-progressbox].direction-right .ax-progressbox-arrow:after {
  content: ' ';
  position: absolute;
  width: 0;
  height: 0;
  right: -10px;
  top: -6px;
  border-left: 12px solid #fff;
  border-right: 0 none;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent
}
[data-ax5uploader-progressbox].direction-bottom .ax-progressbox-arrow {
  position: absolute;
  width: 0;
  height: 0;
  left: 50%;
  bottom: 0
}
[data-ax5uploader-progressbox].direction-bottom .ax-progressbox-arrow:before {
  content: ' ';
  position: absolute;
  width: 0;
  height: 0;
  left: -6px;
  bottom: -12px;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 12px solid #ddd;
  border-bottom: 0 none
}
[data-ax5uploader-progressbox].direction-bottom .ax-progressbox-arrow:after {
  content: ' ';
  position: absolute;
  width: 0;
  height: 0;
  left: -6px;
  bottom: -10px;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 12px solid #fff;
  border-bottom: 0 none
}
[data-ax5uploader-progressbox].direction-left .ax-progressbox-arrow {
  position: absolute;
  width: 0;
  height: 0;
  left: 0;
  top: 50%
}
[data-ax5uploader-progressbox].direction-left .ax-progressbox-arrow:before {
  content: ' ';
  position: absolute;
  width: 0;
  height: 0;
  left: -12px;
  top: -6px;
  border-left: 0 none;
  border-right: 12px solid #ddd;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent
}
[data-ax5uploader-progressbox].direction-left .ax-progressbox-arrow:after {
  content: ' ';
  position: absolute;
  width: 0;
  height: 0;
  left: -10px;
  top: -6px;
  border-left: 0 none;
  border-right: 12px solid #fff;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent
}
[data-ax5uploader-progressbox].primary {
  background-color: #fff;
  background-image: -webkit-linear-gradient(bottom, #fff);
  background-image: linear-gradient(to top, #fff);
  border: 1px solid;
  border-color: #337ab7;
  border-radius: 5px;
  box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.175)
}
[data-ax5uploader-progressbox].primary .ax-progressbox-body {
  padding: 10px;
  text-align: center
}
[data-ax5uploader-progressbox].primary .ax-progressbox-body .ax-picker-content {
  min-width: 50px
}
[data-ax5uploader-progressbox].primary .ax-progressbox-body .ax-picker-content .ax-picker-progressbox-box {
  border: 0px solid;
  border-color: none;
  border-radius: 0px;
  padding: 0px;
  overflow: hidden
}
[data-ax5uploader-progressbox].primary .ax-progressbox-body .ax-progressbox-buttons {
  text-align: right;
  padding: 5px 0px 0px 0px
}
[data-ax5uploader-progressbox].primary .ax-progressbox-body .ax-progressbox-buttons button.btn {
  padding: 3px 7px;
  font-size: .8em
}
[data-ax5uploader-progressbox].primary .ax-progressbox-body .ax-progressbox-buttons button:not(:last-child) {
  margin-right: 3px
}
[data-ax5uploader-progressbox].primary.direction-top .ax-progressbox-arrow {
  position: absolute;
  width: 0;
  height: 0;
  left: 50%;
  top: 0
}
[data-ax5uploader-progressbox].primary.direction-top .ax-progressbox-arrow:before {
  content: ' ';
  position: absolute;
  width: 0;
  height: 0;
  left: -6px;
  top: -12px;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 0 none;
  border-bottom: 12px solid #337ab7
}
[data-ax5uploader-progressbox].primary.direction-top .ax-progressbox-arrow:after {
  content: ' ';
  position: absolute;
  width: 0;
  height: 0;
  left: -6px;
  top: -10px;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 0 none;
  border-bottom: 12px solid #fff
}
[data-ax5uploader-progressbox].primary.direction-right .ax-progressbox-arrow {
  position: absolute;
  width: 0;
  height: 0;
  right: 0;
  top: 50%
}
[data-ax5uploader-progressbox].primary.direction-right .ax-progressbox-arrow:before {
  content: ' ';
  position: absolute;
  width: 0;
  height: 0;
  right: -12px;
  top: -6px;
  border-left: 12px solid #337ab7;
  border-right: 0 none;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent
}
[data-ax5uploader-progressbox].primary.direction-right .ax-progressbox-arrow:after {
  content: ' ';
  position: absolute;
  width: 0;
  height: 0;
  right: -10px;
  top: -6px;
  border-left: 12px solid #fff;
  border-right: 0 none;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent
}
[data-ax5uploader-progressbox].primary.direction-bottom .ax-progressbox-arrow {
  position: absolute;
  width: 0;
  height: 0;
  left: 50%;
  bottom: 0
}
[data-ax5uploader-progressbox].primary.direction-bottom .ax-progressbox-arrow:before {
  content: ' ';
  position: absolute;
  width: 0;
  height: 0;
  left: -6px;
  bottom: -12px;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 12px solid #337ab7;
  border-bottom: 0 none
}
[data-ax5uploader-progressbox].primary.direction-bottom .ax-progressbox-arrow:after {
  content: ' ';
  position: absolute;
  width: 0;
  height: 0;
  left: -6px;
  bottom: -10px;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 12px solid #fff;
  border-bottom: 0 none
}
[data-ax5uploader-progressbox].primary.direction-left .ax-progressbox-arrow {
  position: absolute;
  width: 0;
  height: 0;
  left: 0;
  top: 50%
}
[data-ax5uploader-progressbox].primary.direction-left .ax-progressbox-arrow:before {
  content: ' ';
  position: absolute;
  width: 0;
  height: 0;
  left: -12px;
  top: -6px;
  border-left: 0 none;
  border-right: 12px solid #337ab7;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent
}
[data-ax5uploader-progressbox].primary.direction-left .ax-progressbox-arrow:after {
  content: ' ';
  position: absolute;
  width: 0;
  height: 0;
  left: -10px;
  top: -6px;
  border-left: 0 none;
  border-right: 12px solid #fff;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent
}
[data-ax5uploader-progressbox].success {
  background-color: #fff;
  background-image: -webkit-linear-gradient(bottom, #fff);
  background-image: linear-gradient(to top, #fff);
  border: 1px solid;
  border-color: #d6e9c6;
  border-radius: 5px;
  box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.175)
}
[data-ax5uploader-progressbox].success .ax-progressbox-body {
  padding: 10px;
  text-align: center
}
[data-ax5uploader-progressbox].success .ax-progressbox-body .ax-picker-content {
  min-width: 50px
}
[data-ax5uploader-progressbox].success .ax-progressbox-body .ax-picker-content .ax-picker-progressbox-box {
  border: 0px solid;
  border-color: none;
  border-radius: 0px;
  padding: 0px;
  overflow: hidden
}
[data-ax5uploader-progressbox].success .ax-progressbox-body .ax-progressbox-buttons {
  text-align: right;
  padding: 5px 0px 0px 0px
}
[data-ax5uploader-progressbox].success .ax-progressbox-body .ax-progressbox-buttons button.btn {
  padding: 3px 7px;
  font-size: .8em
}
[data-ax5uploader-progressbox].success .ax-progressbox-body .ax-progressbox-buttons button:not(:last-child) {
  margin-right: 3px
}
[data-ax5uploader-progressbox].success.direction-top .ax-progressbox-arrow {
  position: absolute;
  width: 0;
  height: 0;
  left: 50%;
  top: 0
}
[data-ax5uploader-progressbox].success.direction-top .ax-progressbox-arrow:before {
  content: ' ';
  position: absolute;
  width: 0;
  height: 0;
  left: -6px;
  top: -12px;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 0 none;
  border-bottom: 12px solid #d6e9c6
}
[data-ax5uploader-progressbox].success.direction-top .ax-progressbox-arrow:after {
  content: ' ';
  position: absolute;
  width: 0;
  height: 0;
  left: -6px;
  top: -10px;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 0 none;
  border-bottom: 12px solid #fff
}
[data-ax5uploader-progressbox].success.direction-right .ax-progressbox-arrow {
  position: absolute;
  width: 0;
  height: 0;
  right: 0;
  top: 50%
}
[data-ax5uploader-progressbox].success.direction-right .ax-progressbox-arrow:before {
  content: ' ';
  position: absolute;
  width: 0;
  height: 0;
  right: -12px;
  top: -6px;
  border-left: 12px solid #d6e9c6;
  border-right: 0 none;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent
}
[data-ax5uploader-progressbox].success.direction-right .ax-progressbox-arrow:after {
  content: ' ';
  position: absolute;
  width: 0;
  height: 0;
  right: -10px;
  top: -6px;
  border-left: 12px solid #fff;
  border-right: 0 none;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent
}
[data-ax5uploader-progressbox].success.direction-bottom .ax-progressbox-arrow {
  position: absolute;
  width: 0;
  height: 0;
  left: 50%;
  bottom: 0
}
[data-ax5uploader-progressbox].success.direction-bottom .ax-progressbox-arrow:before {
  content: ' ';
  position: absolute;
  width: 0;
  height: 0;
  left: -6px;
  bottom: -12px;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 12px solid #d6e9c6;
  border-bottom: 0 none
}
[data-ax5uploader-progressbox].success.direction-bottom .ax-progressbox-arrow:after {
  content: ' ';
  position: absolute;
  width: 0;
  height: 0;
  left: -6px;
  bottom: -10px;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 12px solid #fff;
  border-bottom: 0 none
}
[data-ax5uploader-progressbox].success.direction-left .ax-progressbox-arrow {
  position: absolute;
  width: 0;
  height: 0;
  left: 0;
  top: 50%
}
[data-ax5uploader-progressbox].success.direction-left .ax-progressbox-arrow:before {
  content: ' ';
  position: absolute;
  width: 0;
  height: 0;
  left: -12px;
  top: -6px;
  border-left: 0 none;
  border-right: 12px solid #d6e9c6;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent
}
[data-ax5uploader-progressbox].success.direction-left .ax-progressbox-arrow:after {
  content: ' ';
  position: absolute;
  width: 0;
  height: 0;
  left: -10px;
  top: -6px;
  border-left: 0 none;
  border-right: 12px solid #fff;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent
}
[data-ax5uploader-progressbox].info {
  background-color: #fff;
  background-image: -webkit-linear-gradient(bottom, #fff);
  background-image: linear-gradient(to top, #fff);
  border: 1px solid;
  border-color: #bce8f1;
  border-radius: 5px;
  box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.175)
}
[data-ax5uploader-progressbox].info .ax-progressbox-body {
  padding: 10px;
  text-align: center
}
[data-ax5uploader-progressbox].info .ax-progressbox-body .ax-picker-content {
  min-width: 50px
}
[data-ax5uploader-progressbox].info .ax-progressbox-body .ax-picker-content .ax-picker-progressbox-box {
  border: 0px solid;
  border-color: none;
  border-radius: 0px;
  padding: 0px;
  overflow: hidden
}
[data-ax5uploader-progressbox].info .ax-progressbox-body .ax-progressbox-buttons {
  text-align: right;
  padding: 5px 0px 0px 0px
}
[data-ax5uploader-progressbox].info .ax-progressbox-body .ax-progressbox-buttons button.btn {
  padding: 3px 7px;
  font-size: .8em
}
[data-ax5uploader-progressbox].info .ax-progressbox-body .ax-progressbox-buttons button:not(:last-child) {
  margin-right: 3px
}
[data-ax5uploader-progressbox].info.direction-top .ax-progressbox-arrow {
  position: absolute;
  width: 0;
  height: 0;
  left: 50%;
  top: 0
}
[data-ax5uploader-progressbox].info.direction-top .ax-progressbox-arrow:before {
  content: ' ';
  position: absolute;
  width: 0;
  height: 0;
  left: -6px;
  top: -12px;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 0 none;
  border-bottom: 12px solid #bce8f1
}
[data-ax5uploader-progressbox].info.direction-top .ax-progressbox-arrow:after {
  content: ' ';
  position: absolute;
  width: 0;
  height: 0;
  left: -6px;
  top: -10px;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 0 none;
  border-bottom: 12px solid #fff
}
[data-ax5uploader-progressbox].info.direction-right .ax-progressbox-arrow {
  position: absolute;
  width: 0;
  height: 0;
  right: 0;
  top: 50%
}
[data-ax5uploader-progressbox].info.direction-right .ax-progressbox-arrow:before {
  content: ' ';
  position: absolute;
  width: 0;
  height: 0;
  right: -12px;
  top: -6px;
  border-left: 12px solid #bce8f1;
  border-right: 0 none;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent
}
[data-ax5uploader-progressbox].info.direction-right .ax-progressbox-arrow:after {
  content: ' ';
  position: absolute;
  width: 0;
  height: 0;
  right: -10px;
  top: -6px;
  border-left: 12px solid #fff;
  border-right: 0 none;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent
}
[data-ax5uploader-progressbox].info.direction-bottom .ax-progressbox-arrow {
  position: absolute;
  width: 0;
  height: 0;
  left: 50%;
  bottom: 0
}
[data-ax5uploader-progressbox].info.direction-bottom .ax-progressbox-arrow:before {
  content: ' ';
  position: absolute;
  width: 0;
  height: 0;
  left: -6px;
  bottom: -12px;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 12px solid #bce8f1;
  border-bottom: 0 none
}
[data-ax5uploader-progressbox].info.direction-bottom .ax-progressbox-arrow:after {
  content: ' ';
  position: absolute;
  width: 0;
  height: 0;
  left: -6px;
  bottom: -10px;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 12px solid #fff;
  border-bottom: 0 none
}
[data-ax5uploader-progressbox].info.direction-left .ax-progressbox-arrow {
  position: absolute;
  width: 0;
  height: 0;
  left: 0;
  top: 50%
}
[data-ax5uploader-progressbox].info.direction-left .ax-progressbox-arrow:before {
  content: ' ';
  position: absolute;
  width: 0;
  height: 0;
  left: -12px;
  top: -6px;
  border-left: 0 none;
  border-right: 12px solid #bce8f1;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent
}
[data-ax5uploader-progressbox].info.direction-left .ax-progressbox-arrow:after {
  content: ' ';
  position: absolute;
  width: 0;
  height: 0;
  left: -10px;
  top: -6px;
  border-left: 0 none;
  border-right: 12px solid #fff;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent
}
[data-ax5uploader-progressbox].warning {
  background-color: #fff;
  background-image: -webkit-linear-gradient(bottom, #fff);
  background-image: linear-gradient(to top, #fff);
  border: 1px solid;
  border-color: #faebcc;
  border-radius: 5px;
  box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.175)
}
[data-ax5uploader-progressbox].warning .ax-progressbox-body {
  padding: 10px;
  text-align: center
}
[data-ax5uploader-progressbox].warning .ax-progressbox-body .ax-picker-content {
  min-width: 50px
}
[data-ax5uploader-progressbox].warning .ax-progressbox-body .ax-picker-content .ax-picker-progressbox-box {
  border: 0px solid;
  border-color: none;
  border-radius: 0px;
  padding: 0px;
  overflow: hidden
}
[data-ax5uploader-progressbox].warning .ax-progressbox-body .ax-progressbox-buttons {
  text-align: right;
  padding: 5px 0px 0px 0px
}
[data-ax5uploader-progressbox].warning .ax-progressbox-body .ax-progressbox-buttons button.btn {
  padding: 3px 7px;
  font-size: .8em
}
[data-ax5uploader-progressbox].warning .ax-progressbox-body .ax-progressbox-buttons button:not(:last-child) {
  margin-right: 3px
}
[data-ax5uploader-progressbox].warning.direction-top .ax-progressbox-arrow {
  position: absolute;
  width: 0;
  height: 0;
  left: 50%;
  top: 0
}
[data-ax5uploader-progressbox].warning.direction-top .ax-progressbox-arrow:before {
  content: ' ';
  position: absolute;
  width: 0;
  height: 0;
  left: -6px;
  top: -12px;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 0 none;
  border-bottom: 12px solid #faebcc
}
[data-ax5uploader-progressbox].warning.direction-top .ax-progressbox-arrow:after {
  content: ' ';
  position: absolute;
  width: 0;
  height: 0;
  left: -6px;
  top: -10px;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 0 none;
  border-bottom: 12px solid #fff
}
[data-ax5uploader-progressbox].warning.direction-right .ax-progressbox-arrow {
  position: absolute;
  width: 0;
  height: 0;
  right: 0;
  top: 50%
}
[data-ax5uploader-progressbox].warning.direction-right .ax-progressbox-arrow:before {
  content: ' ';
  position: absolute;
  width: 0;
  height: 0;
  right: -12px;
  top: -6px;
  border-left: 12px solid #faebcc;
  border-right: 0 none;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent
}
[data-ax5uploader-progressbox].warning.direction-right .ax-progressbox-arrow:after {
  content: ' ';
  position: absolute;
  width: 0;
  height: 0;
  right: -10px;
  top: -6px;
  border-left: 12px solid #fff;
  border-right: 0 none;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent
}
[data-ax5uploader-progressbox].warning.direction-bottom .ax-progressbox-arrow {
  position: absolute;
  width: 0;
  height: 0;
  left: 50%;
  bottom: 0
}
[data-ax5uploader-progressbox].warning.direction-bottom .ax-progressbox-arrow:before {
  content: ' ';
  position: absolute;
  width: 0;
  height: 0;
  left: -6px;
  bottom: -12px;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 12px solid #faebcc;
  border-bottom: 0 none
}
[data-ax5uploader-progressbox].warning.direction-bottom .ax-progressbox-arrow:after {
  content: ' ';
  position: absolute;
  width: 0;
  height: 0;
  left: -6px;
  bottom: -10px;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 12px solid #fff;
  border-bottom: 0 none
}
[data-ax5uploader-progressbox].warning.direction-left .ax-progressbox-arrow {
  position: absolute;
  width: 0;
  height: 0;
  left: 0;
  top: 50%
}
[data-ax5uploader-progressbox].warning.direction-left .ax-progressbox-arrow:before {
  content: ' ';
  position: absolute;
  width: 0;
  height: 0;
  left: -12px;
  top: -6px;
  border-left: 0 none;
  border-right: 12px solid #faebcc;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent
}
[data-ax5uploader-progressbox].warning.direction-left .ax-progressbox-arrow:after {
  content: ' ';
  position: absolute;
  width: 0;
  height: 0;
  left: -10px;
  top: -6px;
  border-left: 0 none;
  border-right: 12px solid #fff;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent
}
[data-ax5uploader-progressbox].danger {
  background-color: #fff;
  background-image: -webkit-linear-gradient(bottom, #fff);
  background-image: linear-gradient(to top, #fff);
  border: 1px solid;
  border-color: #ebccd1;
  border-radius: 5px;
  box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.175)
}
[data-ax5uploader-progressbox].danger .ax-progressbox-body {
  padding: 10px;
  text-align: center
}
[data-ax5uploader-progressbox].danger .ax-progressbox-body .ax-picker-content {
  min-width: 50px
}
[data-ax5uploader-progressbox].danger .ax-progressbox-body .ax-picker-content .ax-picker-progressbox-box {
  border: 0px solid;
  border-color: none;
  border-radius: 0px;
  padding: 0px;
  overflow: hidden
}
[data-ax5uploader-progressbox].danger .ax-progressbox-body .ax-progressbox-buttons {
  text-align: right;
  padding: 5px 0px 0px 0px
}
[data-ax5uploader-progressbox].danger .ax-progressbox-body .ax-progressbox-buttons button.btn {
  padding: 3px 7px;
  font-size: .8em
}
[data-ax5uploader-progressbox].danger .ax-progressbox-body .ax-progressbox-buttons button:not(:last-child) {
  margin-right: 3px
}
[data-ax5uploader-progressbox].danger.direction-top .ax-progressbox-arrow {
  position: absolute;
  width: 0;
  height: 0;
  left: 50%;
  top: 0
}
[data-ax5uploader-progressbox].danger.direction-top .ax-progressbox-arrow:before {
  content: ' ';
  position: absolute;
  width: 0;
  height: 0;
  left: -6px;
  top: -12px;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 0 none;
  border-bottom: 12px solid #ebccd1
}
[data-ax5uploader-progressbox].danger.direction-top .ax-progressbox-arrow:after {
  content: ' ';
  position: absolute;
  width: 0;
  height: 0;
  left: -6px;
  top: -10px;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 0 none;
  border-bottom: 12px solid #fff
}
[data-ax5uploader-progressbox].danger.direction-right .ax-progressbox-arrow {
  position: absolute;
  width: 0;
  height: 0;
  right: 0;
  top: 50%
}
[data-ax5uploader-progressbox].danger.direction-right .ax-progressbox-arrow:before {
  content: ' ';
  position: absolute;
  width: 0;
  height: 0;
  right: -12px;
  top: -6px;
  border-left: 12px solid #ebccd1;
  border-right: 0 none;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent
}
[data-ax5uploader-progressbox].danger.direction-right .ax-progressbox-arrow:after {
  content: ' ';
  position: absolute;
  width: 0;
  height: 0;
  right: -10px;
  top: -6px;
  border-left: 12px solid #fff;
  border-right: 0 none;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent
}
[data-ax5uploader-progressbox].danger.direction-bottom .ax-progressbox-arrow {
  position: absolute;
  width: 0;
  height: 0;
  left: 50%;
  bottom: 0
}
[data-ax5uploader-progressbox].danger.direction-bottom .ax-progressbox-arrow:before {
  content: ' ';
  position: absolute;
  width: 0;
  height: 0;
  left: -6px;
  bottom: -12px;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 12px solid #ebccd1;
  border-bottom: 0 none
}
[data-ax5uploader-progressbox].danger.direction-bottom .ax-progressbox-arrow:after {
  content: ' ';
  position: absolute;
  width: 0;
  height: 0;
  left: -6px;
  bottom: -10px;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 12px solid #fff;
  border-bottom: 0 none
}
[data-ax5uploader-progressbox].danger.direction-left .ax-progressbox-arrow {
  position: absolute;
  width: 0;
  height: 0;
  left: 0;
  top: 50%
}
[data-ax5uploader-progressbox].danger.direction-left .ax-progressbox-arrow:before {
  content: ' ';
  position: absolute;
  width: 0;
  height: 0;
  left: -12px;
  top: -6px;
  border-left: 0 none;
  border-right: 12px solid #ebccd1;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent
}
[data-ax5uploader-progressbox].danger.direction-left .ax-progressbox-arrow:after {
  content: ' ';
  position: absolute;
  width: 0;
  height: 0;
  left: -10px;
  top: -6px;
  border-left: 0 none;
  border-right: 12px solid #fff;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent
}
[data-ax5uploader-progressbox].destroy {
  -webkit-animation: ax-progressbox-destroy .1s cubic-bezier(0.6, -0.28, 0.735, 0.045) forwards;
  -o-animation: ax-progressbox-destroy .1s cubic-bezier(0.6, -0.28, 0.735, 0.045) forwards;
  animation: ax-progressbox-destroy .1s cubic-bezier(0.6, -0.28, 0.735, 0.045) forwards
}
[data-ax5uploader-progressbox].direction-top {
  -webkit-transform-origin: center top;
  -moz-transform-origin: center top;
  -ms-transform-origin: center top;
  transform-origin: center top
}
[data-ax5uploader-progressbox].direction-right {
  -webkit-transform-origin: right center;
  -moz-transform-origin: right center;
  -ms-transform-origin: right center;
  transform-origin: right center
}
[data-ax5uploader-progressbox].direction-bottom {
  -webkit-transform-origin: center bottom;
  -moz-transform-origin: center bottom;
  -ms-transform-origin: center bottom;
  transform-origin: center bottom
}
[data-ax5uploader-progressbox].direction-left {
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center
}
[data-ax5uploader-uploaded-box][data-ax5uploader-uploaded-box] [data-ax5uploader-uploaded-item] .uploaded-item-holder [data-uploaded-item-cell="previewUrl"] {
  cursor: pointer;
}
.text-center {
  text-align: center;
}

/* dialog */
@-webkit-keyframes ax-dialog {
  0% {
    opacity: 0.0;
    -webkit-transform: scale(1)
  }
  1% {
    opacity: 0.0;
    -webkit-transform: scale(0.3)
  }
  100% {
    opacity: 1.0;
    -webkit-transform: scale(1)
  }
}
@-moz-keyframes ax-dialog {
  0% {
    opacity: 0.0;
    -moz-transform: scale(1)
  }
  1% {
    opacity: 0.0;
    -moz-transform: scale(0.3)
  }
  100% {
    opacity: 1.0;
    -moz-transform: scale(1)
  }
}
@keyframes ax-dialog {
  0% {
    opacity: 0.0;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1)
  }
  1% {
    opacity: 0.0;
    -webkit-transform: scale(0.3);
    -moz-transform: scale(0.3);
    -ms-transform: scale(0.3);
    -o-transform: scale(0.3);
    transform: scale(0.3)
  }
  100% {
    opacity: 1.0;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1)
  }
}
@-webkit-keyframes ax-dialog-destroy {
  from {
    -webkit-transform: scale(1);
    opacity: 1.0
  }
  to {
    -webkit-transform: scale(0.5);
    opacity: 0.0
  }
}
@-moz-keyframes ax-dialog-destroy {
  from {
    -moz-transform: scale(1);
    opacity: 1.0
  }
  to {
    -moz-transform: scale(0.5);
    opacity: 0.0
  }
}
@keyframes ax-dialog-destroy {
  from {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1.0
  }
  to {
    -webkit-transform: scale(0.5);
    -moz-transform: scale(0.5);
    -ms-transform: scale(0.5);
    -o-transform: scale(0.5);
    transform: scale(0.5);
    opacity: 0.0
  }
}
.ax5-ui-dialog {
  -webkit-animation: ax-dialog .15s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-animation: ax-dialog .15s cubic-bezier(0.645, 0.045, 0.355, 1);
  animation: ax-dialog .15s cubic-bezier(0.645, 0.045, 0.355, 1);
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  box-sizing: border-box;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.175);
  z-index: 2000;
  position: fixed;
  left: 0px;
  top: 0px;
  overflow: hidden;
  border: 1px solid #ddd
}
.ax5-ui-dialog .ax-dialog-header {
  font-weight: 600;
  padding: 10px 15px;
  border-bottom: 1px solid transparent
}
.ax5-ui-dialog .ax-dialog-header .badge {
  font-size: 0.8em;
  color: #f5f5f5;
  background-color: #333
}
.ax5-ui-dialog .ax-dialog-body {
  padding: 15px;
  text-align: center
}
.ax5-ui-dialog .ax-dialog-body .ax-dialog-msg {
  padding-top: 15px;
  padding-bottom: 15px
}
.ax5-ui-dialog .ax-dialog-body .ax-dialog-prompt {
  text-align: left;
  padding-bottom: 7.5px
}
.ax5-ui-dialog .ax-dialog-body .ax-dialog-buttons {
  margin-top: 15px
}
.ax5-ui-dialog .ax-dialog-body .ax-dialog-buttons button:not(:last-child) {
  margin-right: 3px
}
.ax5-ui-dialog .ax-dialog-body [data-dialog-els="additional-content"] {
  margin-top: 15px
}
.ax5-ui-dialog .ax-dialog-header {
  color: #333;
  background: #f5f5f5
}
.ax5-ui-dialog .ax-dialog-header .badge {
  color: #f5f5f5;
  background-color: #333
}
.ax5-ui-dialog.primary {
  border: 1px solid #ddd
}
.ax5-ui-dialog.primary .ax-dialog-header {
  color: #fff;
  background: #337ab7
}
.ax5-ui-dialog.primary .ax-dialog-header .badge {
  color: #337ab7;
  background-color: #fff
}
.ax5-ui-dialog.success {
  border: 1px solid #ddd
}
.ax5-ui-dialog.success .ax-dialog-header {
  color: #3c763d;
  background: #dff0d8
}
.ax5-ui-dialog.success .ax-dialog-header .badge {
  color: #dff0d8;
  background-color: #3c763d
}
.ax5-ui-dialog.info {
  border: 1px solid #ddd
}
.ax5-ui-dialog.info .ax-dialog-header {
  color: #31708f;
  background: #d9edf7
}
.ax5-ui-dialog.info .ax-dialog-header .badge {
  color: #d9edf7;
  background-color: #31708f
}
.ax5-ui-dialog.warning {
  border: 1px solid #ddd
}
.ax5-ui-dialog.warning .ax-dialog-header {
  color: #8a6d3b;
  background: #fcf8e3
}
.ax5-ui-dialog.warning .ax-dialog-header .badge {
  color: #fcf8e3;
  background-color: #8a6d3b
}
.ax5-ui-dialog.danger {
  border: 1px solid #ddd
}
.ax5-ui-dialog.danger .ax-dialog-header {
  color: #a94442;
  background: #f2dede
}
.ax5-ui-dialog.danger .ax-dialog-header .badge {
  color: #f2dede;
  background-color: #a94442
}
.ax5-ui-dialog.destroy {
  -webkit-animation: ax-dialog-destroy .15s cubic-bezier(0.645, 0.045, 0.355, 1) forwards;
  -o-animation: ax-dialog-destroy .15s cubic-bezier(0.645, 0.045, 0.355, 1) forwards;
  animation: ax-dialog-destroy .15s cubic-bezier(0.645, 0.045, 0.355, 1) forwards
}
.trigger-file-input{
  display:inline-block;
  height: 36px;
  padding: 0 10px;
  border-color: #448aca;
  background-color: #448aca;
  color: #fff;
  line-height: 34px;
  cursor: pointer;
min-width: 150px;
}
.trigger-file-input span{
	display: inline-block;
}
.trigger-file-input:hover {
  border-color:#084a83;
  background-color:#084a83;
}
.btn-primary {
  display:inline-block;
  width:60px;
  height:36px;
  background-color: #7471e3;
  border-color: #7471e3;
  font-weight:500;
  line-height:34px;
  text-align:center;
  color:#fff;
}
.btn-primary:hover {
  background-color: #4946b4;
  border-color: #4946b4;
}
.file-txt{
	display: inline-block;
}
@media screen and (max-width: 768px){
	.trigger-file-input{
		width: 133px;
		font-size: 14px;
	}
	[data-ax5uploader-uploaded-box][data-ax5uploader-uploaded-box] [data-ax5uploader-uploaded-item] .uploaded-item-holder .uploaded-item-cell{
		display: inline-block !important;
	}
[data-ax5uploader-uploaded-box][data-ax5uploader-uploaded-box] [data-ax5uploader-uploaded-item]{
	padding: 4px !important;
}
}
/*cms스타일버튼*/
.ax5-ui-dialog .ax-dialog-body .ax-dialog-buttons .btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 3px;
}
.btn-warning {
  background-color: #656573;
  border-color: #656573;
  color:#fff;
}
.btn-default {
  background-color: #dce2ee;
  color: #000;
  border-color: #dce2ee;
}
.btn- {
  border-color: #dce2ee;
}

.file_attach{
  display: block;
  max-width: 189px;
  line-height: 44px;
  height: 48px;
  text-align: center;
  font-size: 18px;
  font-weight: 300;
  letter-spacing: -0.04em;
  cursor: pointer;
  background: #565656;
  border: 1px solId #565656;
  color: #fff;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
}
.file_attach:hover{
  background: #fff;
  color: #000;
}
.filebox input[type=file]{
  position: absolute;
  top: 0;
  left: 0;
  font-size: 0;
  width: 0;
  height: 0;
}
@media screen and (max-width: 768px){
  .btn_bn-bk{
    max-width: 210px;
    line-height: 33px;
    height: 37px;
    font-size: 14px;
    letter-spacing: -0.025em;
  }
  .filebox .txt_wrap .txt {
    font-size: 14px;
    line-height: 20px;
    display: block;
    margin-right: 0;
  }
  .upload_btn{
    min-width: 79px;
    line-height: 33px;
    height: 37px;
    font-size: 14px;
    letter-spacing: -0.025em;
    margin-top: 4px;
  }
}
/*사업안내-사업추진방향*/
.business_info .top_banner {
  color:#fff;
  width: 100%;
  height:330px;
  background: url(../img/sub/topbanner_bg.jpg) no-repeat;
  background-size: cover;
  padding-left: 60px;
  padding-top: 80px;
}
.business_info .top_banner .line{
  display: block;
  height:2px;
  width: 48px;
  margin-bottom: 32px;
  background: #fff;
}
.business_info .top_banner .banner_tit {
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 22px;
}
.banner_txt {
  font-size: 18px;
  line-height: 27px;
}
.business_info .mid_logo {
  text-align: center;
  margin-top: 50px;
}
.business_info .mid_logo > div:first-of-type {
  margin-bottom: 25px;
}
.b_list {
  display: grid;
  grid-template-columns: repeat(4,1fr);
  grid-column-gap:12px ;
  grid-row-gap: 30px;
}
.b_list .list_img_wrap {
  position: relative;
}
.b_list .list_img_wrap img {
  width: 100%;
}
.b_list .list_img_wrap .img_txt_wrap {
  position: absolute;
  width: 100%;
  text-align: center;
  color: #fff;
  top:33%;
  padding: 0 10px;
}
.b_list .info_txt_wrap {
  margin-top: 20px;
  padding: 0 5px;
}
.b_list .info_txt_wrap ul li {
  font-size: 16px;
  position: relative;
  padding-left: 8px;
}
.b_list .info_txt_wrap ul li::before {
  content: "";
  display: block;
  width: 3px;
  height:3px;
  position: absolute;
  top: 9px;
  left: 0;
  background: #000;
}
.b_list .info_txt_wrap ul li:not(:last-of-type) {
  margin-bottom: 10px;
}
.list_txt01 {
  font-size: 34px;
  font-weight: bold;
}
.list_txt02 {
  margin-top: 15px;
  font-size: 22px;
}
.list_txt02 > span {
  font-weight: bold;
}
@media screen and (max-width: 1024px){
  .b_list {
    grid-template-columns: repeat(2,1fr);
  }
}
@media screen and (max-width: 768px){
  .business_info .top_banner {
    padding-left: 22px;
    padding-right: 22px;
  }
  .business_info .top_banner .line {
    width: 37px;
    margin-bottom: 25px;
  }
  .business_info .top_banner .banner_tit {
    font-size: 28px;
  }
  .banner_txt {
    font-size: 15px;
  }
  .business_info .mid_logo > div:last-of-type img{
    height:65px;
    width:100%;
  }
  .business_info .mid_logo {
    margin-top: 30px;
  }
  .business_info .mid_logo > div:first-of-type {
    margin-bottom: 20px;
}
  .mid_logo .mobile {
    margin: 0 auto;
  }
  .b_list {
    display: block;
  }
  .b_list > li:not(:last-of-type) {
    margin-bottom: 32px;
  }
  .list_txt01 {
    font-size: 40px;
  }
  .list_txt02 {
    font-size: 24px;
    margin-top: 22px;
  }
  .b_list .info_txt_wrap {
    padding: 0;
  }
}
@media screen and (max-width: 420px){
  .banner_txt br {
    display: none;
  }
  .business_info .top_banner {
    background-image: url(../img/sub/b_topbanner_m.jpg);
  }
}


/*평택시 전략사업 육성*/
.b_info_list > li {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.b_info_list > li:not(:last-of-type) {
  margin-bottom: 60px;
}
.b_info_list > li > div {
  flex:1;
}
.b_info_list > li > div:first-of-type {
  padding-right: 40px;
}
.b_info_list .b_info_box {
  padding:30px 0 20px 10px;
  border-top: 2px solid #535353;
  border-bottom:1px solid #bdbdbd;
}
.b_info_box .b_num {
  color:#224594;
  font-size: 22px;
}
.b_info_box .b_num::after {
  content: "";
  display: block;
  width: 28px;
  height: 2px;
  margin-top: 8px;
  background: #224594;
}
.b_info_box .b_tit {
  margin-top: 15px;
  margin-bottom: 15px;
  font-size: 26px;
  font-weight: bold;
}
.business_list > li {
  position: relative;
  font-size: 18px;
  line-height: 24px;
  padding-left: 10px;
}
.business_list > li:not(:last-of-type) {
  margin-bottom: 5px;
}
.business_list > li::before {
  content: "";
  display: block;
  position: absolute;
  left:0;
  top:11px;
  width: 3px;
  height:3px;
  background: #000;
}
@media screen and (max-width: 768px){
  .b_info_list > li {
    display: block;
  }
  .b_info_list > li > div:first-of-type {
    padding-right: 0;
    text-align: center;
  }
  .b_info_list > li:not(:last-of-type) {
    margin-bottom:40px;
  }
  .b_info_list .b_info_box {
    margin-top: 20px;
    padding: 25px 0 25px 0px;
  }
  .b_info_box .b_num {
    font-size: 18px;
  }
  .b_info_box .b_num::after{
    width: 22px;
    margin-top: 7px;
  }
  .b_info_box .b_tit {
    font-size: 22px;
  }
  .business_list > li {
    font-size:15px;
    line-height: 22px;
  }
}

/* 평가위원 신청 목록 */
.board_wrap .board_table_wrap .table>li .board_check{
  width: 50px;
  text-align: center;
}
.board_wrap .board_table_wrap .table>li .board_check .checkbox input[type="checkbox"]+label:before{
  cursor: pointer;
}
.board_wrap .board_table_wrap .table>li .board_type{
  width: 20%;
  text-align: center;
  font-size: 18px;
}
.evaluation_wrap .board_wrap .board_table_wrap .table>li .board_tit{
  text-align: center;
}
.evaluation_wrap .mp_board_inner .board_wrap .board_table_wrap .table>li:not(.thead) .board_tit{
  padding-left: 0;
}
.evaluation_wrap .mp_board_inner .board_wrap .board_table_wrap .table>li .board_situ{
  font-weight: 700;
}
.evaluation_wrap .btn_wrap{
  margin: 30px auto 0;
  text-align: right;
}
.evaluation_wrap .btn_wrap > button{
  min-width: 190px;
  line-height: 56px;
  font-size: 20px;
}

@media screen and (max-width: 768px){
  .board_wrap .board_table_wrap .table>li .board_check{
    display: none;
  }
  .evaluation_wrap .board_wrap .board_table_wrap .table>li .board_tit{
    text-align: left;
    font-size: 14px;
    margin-bottom: 0;
  }
  .board_wrap .board_table_wrap .table>li .board_type {
    width: auto;
    text-align: left;
    font-size: 14px;
  }
  .evaluation_wrap .btn_wrap > button {
    min-width: 80px;
    line-height: 43px;
    font-size: 14px;
  }
}


/* 평가위원 신청 쓰기 */
.board_write_wrap .guide_text .sb_tit{
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 10px;
}
.input_board-list  .radio_inner{
  display: flex;
  align-items: center;
}
.input_board-list  .radio_inner .radio_wrap{
  display: flex;
  align-items: center;
}
.input_board-list  .radio_inner .radio_wrap{
  margin-right: 20px;
}
.input_board-list .td .radio_wrap input[type="radio"]{
  width: 18px;
  min-height: 18px;
  border: none;
}
.input_board-list .td .radio_wrap label{
  white-space: nowrap;
  font-size: 16px;
}
.evaluation_write_wrap .input_board-list li:last-child{
  border-bottom: 1px solid #d2d2d2;
}
.input_board-list .td.date input{
  width: calc(50% - 115px);
}
.input_board-list .td .tilde{
  display: inline-block;
  font-size: 24px;
  font-weight: 500;
  vertical-align: middle;
  margin: 0 8px;
}
.input_board-list textarea{
  padding: 15px;
}
.evaluation_write_wrap .btn_wrap{
  margin: 50px auto 0;
}
.evaluation_write_wrap .btn_wrap > button{
  font-size: 20px;
  min-width: 193px;
  line-height: 56px;
}
.evaluation_write_wrap .btn_wrap > button:first-child{
  margin-right:8px ;
}

@media screen and (max-width: 768px){
  .board_write_wrap .guide_text .sb_tit {
    font-size: 16px;
    margin-bottom: 5px;
  }
  .input_board-list .radio_inner {
    display: block;
  }
  .input_board-list .td .radio_wrap label {
    font-size: 14px;
  }
  .input_board-list .radio_inner .radio_wrap {
    margin-right: 7px;
    display: inline-block;
  }
  .input_board-list .radio_inner .radio_wrap:not(:last-of-type) {
    margin-bottom: 8px;
    margin-right: 0;
    display: block;
  }
  .input_board-list .radio_inner .etc{
    width: calc(100% - 60px);
    vertical-align: top;
  }
  .input_board-list .td.date .tilde{
    font-size: 18px;
    margin: 0 2px;
  }
  .input_board-list .td.date input {
    width: calc((100% - 20px) / 2);
  }
  .evaluation_write_wrap .btn_wrap > button {
    font-size: 14px;
    width: calc((100% - 11px) / 2);
    max-width: 155px;
    min-width: auto;
    line-height: 43px;
  }
  .input_board-list textarea {
    padding: 10px;
  }
}


/* 평가위원 신청 수정 */
.evaluation_view_wrap .input_board-list .td{
  display: table;
  table-layout: fixed;
}
.evaluation_view_wrap .input_board-list .td > *{
  display: table-cell;
  vertical-align: middle;
}
.evaluation_view_wrap .btn_wrap{
  margin: 50px auto 0;
}
.evaluation_view_wrap .btn_wrap > button{
  font-size: 20px;
  min-width: 193px;
  line-height: 56px;
}
.evaluation_view_wrap .btn_wrap > button:first-child{
  margin-right:8px ;
}
.evaluation_view_wrap .input_board-list li:last-child {
  border-bottom: 1px solid #d2d2d2;
}
.evaluation_view_wrap .input_board-list .td .flag{
  display: inline-block;
  margin-top: 5px;
}
.input_board-list li.half > .half{
  display: flex;
  width: 50%;
}

@media screen and (max-width: 768px){
  .evaluation_view_wrap .btn_wrap > button {
    font-size: 14px;
    width: calc((100% - 11px) / 2);
    max-width: 155px;
    min-width: auto;
    line-height: 43px;
  }
  .input_board-list li.half{
    display: block;
  }
  .input_board-list li.half > .half{
    min-height: 40px;
    width: 100%;
  }
  .input_board-list li.half > .half:not(:last-child){
    border-bottom: 1px solid #d2d2d2;
  }
  .evaluation_view_wrap .input_board-list .td .flag {
    margin-top: 2px;
    width: 57px;
    font-size: 12px;
    line-height: 22px;
}
}

/* 20230614 기업지원 추가 */
.propel_biz_list{
  padding-top: 70px;
}
.propel_biz_list .propel_biz_tit {
  font-size: 30px;
  font-weight: 500;
  padding-bottom: 25px;
  margin-bottom: 30px;
  border-bottom: 2px solid #535353;
}
.propel_biz_list .propel_con:not(:first-of-type){
  margin-top: 30px;
}
.propel_biz_list .propel_con .propel_tit{
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 15px;
  letter-spacing: -0.06em;
}
.propel_biz_list .propel_con li{
  display: flex;
  position: relative;
  padding-left: 10px;
}
.propel_biz_list .propel_con li:not(:last-of-type){
  margin-bottom: 5px;
}
.propel_biz_list .propel_con li::before{
  content: '';
  width: 3px;
  height: 3px;
  background: #000;
  position: absolute;
  left: 0;
  top: 12px;
}
.propel_biz_list .propel_con li > .shlink{
  flex-shrink: 0;
}
.propel_biz_list .propel_con li p{
  font-size: 18px;
  color: #333;
  line-height: 26px;
  letter-spacing: -0.06em;
}
.propel_biz_list .propel_con li .fr_wp{
  margin-left: 3px;
}
.bl_txt{
  color: #224594;
}

@media screen and (max-width: 768px){
  .propel_biz_list {
    padding-top: 35px;
  }
  .propel_biz_list .propel_biz_tit {
      font-size: 24px;
      padding-bottom: 20px;
      margin-bottom: 20px;
  }
  .propel_biz_list .propel_con .propel_tit {
    font-size: 20px;
    margin-bottom: 12px;
  }
  .propel_biz_list .propel_con li p {
    font-size: 15px;
    line-height: 23px;
  }
  .propel_biz_list .propel_con li::before{
    top: 10px;
  }
  .propel_biz_list .propel_con:not(:first-of-type) {
    margin-top: 23px;
  }
}

/* 정책연구사업 */
.b_info_list > li .main_tit{
  width: 100%;
  font-size: 30px;
  font-weight: 500;
  margin-bottom: 25px;
  letter-spacing: -0.06em;
}
.b_info_list > li .caution{
  font-size: 16px;
}

@media screen and (max-width: 768px){
  .b_info_list > li .main_tit {
    font-size: 20px;
  }
  .b_info_list > li .caution {
    font-size: 14px;
  }
}

/* 기업애로 신청안내 및 절차 */
.support_content_grid > ul{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
.support_content_grid > ul > li{
  display: flex;
  border: 1px solid #d2d2d2;
  padding: 35px 10px 35px 0;
  min-height: 205px;
  position: relative;
}
.support_content_grid > ul > li .wrap{
  flex: 1;
}
.support_content_grid > ul > li .con_tit{
  width: 130px;
  line-height: 42px;
  border-radius: 20px;
  background: #0e76bd;
  color: #fff;
  text-align: center;
  font-size: 20px;
  font-weight: 500;
}
.support_content_grid > ul > li:nth-of-type(2),.support_content_grid > ul > li:nth-of-type(3){
  padding-left: 20px;
}
.support_content_grid > ul > li::before{
  content: '';
  display: block;
  width: 210px;
  height: 145px;
  background: url(../img/sub/support_img01.png) no-repeat;
  background-position: center left;
  background-size: contain;
}
.support_content_grid > ul > li:nth-of-type(2):before{
  background-image: url(../img/sub/support_img02.png);
}
.support_content_grid > ul > li:nth-of-type(3):before{
  background-image: url(../img/sub/support_img03.png);
}
.support_content_grid > ul > li:nth-of-type(4):before{
  background-image: url(../img/sub/support_img04.png);
}
.support_content_grid > ul > li .con_text{
  font-size: 18px;
  margin-top: 15px;
  padding-left: 10px;
}
.bar_list > li{
  position: relative;
  font-size: 18px;
  line-height: 25px;
  padding-left: 10px;
}
.bar_list > li + li{
  margin-top: 7px;
}
.bar_list > li::before{
  content: '';
  position: absolute;
  top: 12px;
  left: 0;
  width: 6px;
  height: 1px;
  background: #000;
}
.biz_difficulty_wrap .con_list_wrap .list_tit{
  border-bottom: none;
}
.apply_step_wrap > ul{
  display: flex;
  gap: 80px;
}
.apply_step_wrap > ul > li{
  flex: 1;
  border: 1px solid #d2d2d2;
  position: relative;
}
.apply_step_wrap > ul > li:not(:last-of-type)::after{
  content: '';
  position: absolute;
  width: 59px;
  height: 48px;
  background: url(../img/sub/apply_step_arrow.png) no-repeat;
  top: 50%;
  transform: translateY(-50%);
  left: calc(100% + 12px);
}
.apply_step_wrap > ul > li .number{
  display: flex;
  align-items: center;
  justify-content: center;
  height: 70px;
  padding: 10px;
  background-color: #e7f5ff;
  font-size: 22px;
  font-weight: 500;
}
.apply_step_wrap > ul > li .list_wp{
  padding: 20px 25px;
  min-height: 180px;
}
.apply_step_wrap > ul > li .list_wp .bar_list{
  margin-top: 10px;
}
.apply_step_wrap > ul > li .list_wp .bar_list > li{
  font-size: 16px;
  line-height: 22px;
}
.apply_step_wrap > ul > li .list_wp .bar_list > li + li{
  margin-top: 5px;
}

@media screen and (max-width: 1250px){
  .support_content_grid > ul > li::before{
    max-width: 160px;
  }
}

@media screen and (max-width: 768px){
  .support_content_grid > ul {
    grid-template-columns: 1fr;
  }
  .support_content_grid > ul > li {
    padding: 25px 20px;
    min-height: 285px;
    flex-direction: column;
    gap: 25px;
  }
  .support_content_grid > ul > li::before{
    max-width: 100%;
    width: 256px;
    background-image: url(../img/sub/support_img01_m.png);
    background-position: top center;
    margin: 0 auto;
  }
  .support_content_grid > ul > li:first-of-type:before{
    height: 112px;
  }
  .support_content_grid > ul > li:nth-of-type(2):before{
    background-image: url(../img/sub/support_img02_m.png);
  }
  .support_content_grid > ul > li:nth-of-type(3):before{
    background-image: url(../img/sub/support_img03_m.png);
  }
  .support_content_grid > ul > li:nth-of-type(4):before{
    background-image: url(../img/sub/support_img04_m.png);
  }
  .support_content_grid > ul > li .con_tit {
    width: 110px;
    line-height: 38px;
    border-radius: 19px;
    font-size: 18px;
  }
  .support_content_grid > ul > li .con_text {
    font-size: 16px;
    margin-top: 15px;
    padding-left: 0;
  }
  .bar_list > li {
    font-size: 16px;
  }
  .apply_step_wrap > ul {
    flex-direction: column;
  }
  .apply_step_wrap > ul > li .number {
    height: 60px;
    font-size: 20px;
  }
  .apply_step_wrap > ul > li .list_wp {
    min-height: auto;
  }
  .apply_step_wrap > ul > li .list_wp .business_list > li {
    font-size: 16px;
  }
  .apply_step_wrap > ul > li .list_wp .bar_list > li {
    font-size: 14px;
    line-height: 20px;
  }
  .bar_list > li::before {
    top: 11px;
  }
  .apply_step_wrap > ul > li:not(:last-of-type)::after {
    width: 50px;
    height: 41px;
    background-size: contain;
    top: calc(100% + 20px);
    transform: translateY(0%) translateX(-50%) rotate(90deg);
    left: 50%;
    background-size: contain;
  }
}

/* 기업애로 상담 */
.btn_wrap.right{
  text-align: right;
}
.icon_box{
  display: flex;
  border: 1px solid #d2d2d2;
  padding: 40px 50px;
  align-items: center;
  gap: 30px;
  margin: 30px 0 50px;
}
.icon_box::before{
  content: '';
  display: block;
  width: 130px;
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  background-color: #f2f2f2;
  background-position: center center;
  background-repeat: no-repeat;
}
.icon_box.sound::before{
  background-image: url(../img/sub/ico_sound.png);
}
.icon_box .title{
  font-size: 24px;
  margin-bottom: 12px;
  font-weight: 500;
}
.icon_box .text{
  font-size: 18px;
  line-height: 30px;
  max-width: 650px;
}
.counseling_wrap .down_btn{
  display: flex;
  width: 180px;
  text-align: center;
  justify-content: center;
  align-items: center;
  padding: 4px 10px;
  height: 40px;
}
@media screen and (max-width:768px) {
  .counseling_wrap .inform_table .tr{
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
  }
  .counseling_wrap .inform_table .tr .td{
    display: block;
    width: calc(100% - 96px);
    display: flex;
    align-items: center;
  }
  .counseling_wrap .down_btn{
    width: 130px;
    padding: 3px 10px;
    height: 28px;
    line-height: normal;
    font-size: 12px;
  }
  .counseling_wrap .inform_table .tr  > div:nth-of-type(n+3){
    border-top: 1px solid #d2d2d2;
  }
  .counseling_wrap .inform_table .tr .th{
    padding: 5px 10px;
    line-height: normal;
    display: flex;
    height: 40px;
    align-items: center;
  }
  .icon_box{
    padding: 30px 10px;
    flex-direction: column;
    gap: 20px;
    text-align: center;
    margin: 20px 0 30px;
  }
  .icon_box .title{
    font-size: 20px;
  }
  .icon_box .text {
    font-size: 16px;
    line-height: 24px;
    max-width: 100%;
  }
  .icon_box::before{
    width: 100px;
    height: 100px;
  }
  .icon_box.sound::before{
    background-size: 48px 43px;
  }
  .counseling_wrap .input_form-wrap .btn_wrap .inquiry_btn{
    min-width: 80px;
    line-height: 38px;
  }
}

/* 중소기업 성장지원 */
.strategy_biz_wp{
  border-top: 2px solid #535353;
  padding-top: 45px;
}
.strategy_biz_wp .propel_biz_list {
  padding-top: 0px;
}
.propel_biz_list .propel_con .propel_txt{
  font-size: 20px;
}
.propel_biz_list .propel_con .propel_txt + ul{
  margin-top: 20px;
}
.basic_list > li::before{
  display: none;
}
.propel_biz_list .propel_con li{
  flex-direction: column;
}
.propel_biz_list .propel_con .basic_list{
  width: 100%;
}
.propel_biz_list .propel_con .basic_list li{
  padding-left: 0;
  margin-top:  4px;
  font-size: 18px;
  line-height: 28px;
}
.basic_table {
  border-top: 3px solid #333e58;
}
.basic_table thead th{
  font-size: 18px;
  height: 70px;
  background: #f5f5f5;
  color: #333e58;
  border-bottom: 1px solid #d2d2d2;
}
.basic_table thead th:not(:last-of-type){
  border-right: 1px solid #d2d2d2;
}
.basic_table tbody td{
  font-size: 18px;
  min-height: 70px;
  padding: 20px;
  border-bottom: 1px solid #d2d2d2;
}
.basic_table tbody td.bd{
  border-right: 1px solid #d2d2d2;
}
.basic_table tbody td:not(:last-of-type){
  border-right: 1px solid #d2d2d2;
}
.basic_table tbody td:first-of-type{
  text-align: center;
}
.basic_table tbody td.ta_c{
  text-align: center;
}
.basic_table tbody td.bg{
  background: #f5f5f5;
}
.strategy_biz_wp .basic_table thead th.w30{
  width: 30%;
}
.propel_biz_list .propel_con ul + .basic_table{
  margin-top: 15px;
}
.propel_biz_list .propel_con .propel_txt.small{
  font-size: 16px;
}
.propel_biz_list .propel_con .propel_txt + .basic_table{
  margin-top: 15px;
}
.propel_biz_list .propel_con .basic_table + .propel_txt{
  margin-top: 10px;
}
.propel_biz_list .propel_con .apply_step_box{
  margin-top: 20px;
}
.propel_biz_list .propel_con .apply_step_box + ul{
  margin-top: 20px;
}
.apply_step_box .box_inner{
  display: grid;
  gap: 45px 50px;
}
.apply_step_box.num8 .box_inner{
  grid-template-columns: repeat(4, 1fr);
}
.apply_step_box.num4 .box_inner{
  grid-template-columns: repeat(4, 1fr);
}
.apply_step_box.num3 .box_inner{
  grid-template-columns: repeat(3, 1fr);
}
.apply_step_box .wp{
  min-width: 0;
  border: 1px solid #d2d2d2;
  position: relative;
}
.apply_step_box .wp:not(:last-of-type)::after{
  content: '';
  position: absolute;
  width: 16px;
  height: 21px;
  background: url(../img/sub/apply_step_ar.png) no-repeat;
  top: 50%;
  transform: translateY(-50%);
  left: calc((100% + 16px));
  background-size: contain;
}
.apply_step_box.num8 .wp:nth-of-type(4)::after{
  transform: translateY(0) translateX(-50%) rotate(90deg);
  left: 50%;
  top: calc((100% + (21px / 2)));
}
.apply_step_box.num8 .wp:nth-of-type(n+5)::after{
  transform: translateY(-50%) rotateZ(180deg);
}
.apply_step_box .wp .title{
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: #f5f5f5;
  color: #333e58;
  font-size: 18px;
  font-weight: 600;
  min-height: 70px;
  padding: 0 10px;
  border-bottom: 1px solid #d2d2d2;
}
.apply_step_box .wp .cont{
  padding: 25px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 18px;
  line-height: 26px;
  height: calc(100% - 70px);
}
.propel_biz_list .propel_con .inform_txt{
  font-size: 18px;
  margin-top: 15px;
}
.propel_biz_list .propel_con .inform_txt + .apply_step_box{
  margin-top: 10px;
}
.propel_biz_list .propel_con .apply_step_box + .inform_txt{
  margin-top: 20px;
}
.propel_biz_list .basic_table.scroll{
  overflow-x: auto;
}
.propel_biz_list .basic_table.scroll table{
  min-width: 600px;
}
.propel_biz_list .propel_con .basic_list + .basic_list{
  margin-top: 15px;
}
.img_fl_wp ul{
  display: flex;
  gap: 30px;
}
.img_fl_wp ul li{
  flex: 1;
  min-width: 0;
}
.img_fl_wp ul li::before{
  display: none;
}
.propel_biz_list .propel_con .img_fl_wp ul li{
  padding-left: 0;
  border: 1px solid #d2d2d2;
}
.img_fl_wp ul li .txt{
  width: 100%;
  border-top: 1px solid #d2d2d2;
  padding: 20px 10px;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
}
.img_fl_wp .img{
  overflow: hidden;
  height: 100%;
  max-height: 320px;
  aspect-ratio: 1 / 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width:1024px) {
  .apply_step_box.num8 .box_inner {
    grid-template-columns: repeat(2, 1fr);
  } 
  .apply_step_box.num4 .box_inner {
    grid-template-columns: repeat(2, 1fr);
  }
  .apply_step_box .wp:nth-of-type(2n)::after{
    display: none;
  }
  .apply_step_box.num3 .wp:nth-of-type(2n)::after{
    display: block;
  }
  .apply_step_box .wp:nth-of-type(8){
    order: 5;
  }
  .apply_step_box .wp:nth-of-type(7){
    order: 6;
  }
  .apply_step_box .wp:nth-of-type(6){
    order: 7;
  }
  .apply_step_box .wp:nth-of-type(5){
    order: 8;
  }
  .apply_step_box.num8 .wp:nth-of-type(n+5)::after {
    transform: translateY(-50%) rotateZ(0deg);
    left: auto;
    right: calc(100% + 21px);
  }
}

@media screen and (max-width:768px) {
  .propel_biz_list .propel_con .propel_txt{
    font-size: 16px;
    line-height: 24px;
  }
  .basic_table thead th {
    font-size: 14px;
    height: 55px;
  }
  .basic_table tbody td {
    font-size: 14px;
    min-height: 55px;
    padding: 15px 10px;
  }
  .propel_biz_list .propel_con .basic_list li {
    font-size: 16px;
    line-height: 26px;
  }
  .apply_step_box .wp .title {
    font-size: 16px;
    min-height: 50px;
  }
  .apply_step_box .wp .cont {
    padding: 15px;
    font-size: 16px;
    line-height: 24px;
    height: calc(100% - 50px);
  }
  .propel_biz_list .propel_con .inform_txt{
    font-size: 16px;
  }
  .img_fl_wp ul{
    gap: 20px 15px;
  }
  .img_fl_wp ul li .txt{
    padding: 13px;
  }
  .img_fl_wp ul{
    flex-direction: column;
  }
}

@media screen and (max-width:500px) {
  .apply_step_box .wp:nth-of-type(2n)::after{
    display: block;
  }
  .strategy_biz_wp .apply_step_box .box_inner{
    grid-template-columns: 1fr;
  }
  .apply_step_box .wp:not(:last-of-type)::after{
    top: calc(100% + calc(21px / 2));
    left: 50%;
    transform: translateX(-50%) rotate(90deg);
  }
  .apply_step_box.num8 .wp:nth-of-type(n+5)::after {
    bottom: calc(100% + calc(21px / 2));
    top: auto;
    left: 50%;
    transform: translateX(-50%) rotate(90deg);
  }
  .img_fl_wp ul li .img{
    width: 100%;
  }
  .img_fl_wp ul li .img img{
    width: 100%;
  }
}

/* 2025.06.16 기업지원 컨텐츠 페이지 css 추가 */
.propel_biz_list .propel_con li > p + .basic_table{
  margin-top: 15px;
}
.basic_table thead th{
  text-align: center;
}
.propel_biz_list .propel_con .bar_list > li::before{
  width: 8px;
  height: 1px;
  top: 13px;
}
.propel_biz_list .propel_con li > p + .bar_list{
  margin-top: 5px;
  width: 100%;
}
.propel_biz_list .propel_con .bar_list > li{
  padding-left: 14px;
}

/* 평택시 반도체 컨퍼런스 */
.propel_con .icon_list{
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
  gap: 20px;
}
.propel_con .icon_item{
  text-align: center;
}
.propel_con .icon_item::before{
  content: '';
  display: block;
  width: 144px;
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  margin: 0 auto 15px;
  border: 1px solid #d2d2d2;
  background-repeat: no-repeat;
  background-position: center;
}
.propel_con .icon_item.type01::before{
  background-image: url(../img/sub/ico_semi01.png);
}
.propel_con .icon_item.type02::before{
  background-image: url(../img/sub/ico_semi02.png);
}
.propel_con .icon_item.type03::before{
  background-image: url(../img/sub/ico_semi03.png);
}
.propel_con .icon_item.type04::before{
  background-image: url(../img/sub/ico_semi04.png);
}
.propel_con .icon_item .title{
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
  margin-bottom: 5px;
}
.propel_con .icon_item .text{
  font-size: 16px;
  font-weight: 300;
}
.propel_con .arrow_text{
  max-width: 900px;
  margin: 40px auto 120px;
  padding: 25px 70px;
  border-radius: 62.5px;
  border: 5px solid #d2d2d2;
  font-size: 22px;
  color: #005bb0;
  font-weight: 700;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 32px;
  position: relative;
}
.propel_con .arrow_text::before{
  content: '';
  display: block;
  width: calc(100% - 130px);
  max-width: 757px;
  aspect-ratio: 757 / 66;
  bottom: -25px;
  background-image: url(../img/sub/ico_sub_cont_arrrow.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 100%);
}
.propel_con .num_box_list{
  display: grid;
  grid-template-columns: repeat(auto-fill,minmax(280px, 1fr));
  gap: 25px;
}
.propel_con .num_box{
  border: 1px solid #d2d2d2;
  padding: 25px 30px 40px;
}
.propel_con .num_box .num{
  font-size: 40px;
  font-weight: 100;
  color: #0e99a8;
  margin-bottom: 5px;
}
.propel_con .num_box .title{
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
}
.propel_con .num_box .text{
  font-weight: 300;
  font-size: 16px;
  line-height: 26px;
}
.img_fl_wp img{
  width: 100%;
  max-height: 100%;
  object-fit: cover;
}
.img_fl_wp ul.fr > li{
  min-width: 0;
  flex: 1;
}
@media screen and (max-width : 768px){
  .propel_con .arrow_text {
    padding: 15px 15px;
    font-size: 18px;
    font-weight: 500;
    line-height: 26px;
    margin: 20px auto 70px;
    border-radius: 30px;
  }
  .propel_con .arrow_text::before{
    width: calc(100% - 40px);
    bottom: -25px;
    max-width: 460px;
  }
}

/* 2025.06.18 ci 소개 추가 */
.sub_cont_wrap{
  margin-top: 60px;
}
.sub_cont_wrap .bold{
  font-weight: 700;
}
.sub_cont_title{
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 10px;
}
.sub_cont_text{
  font-size: 20px;
  line-height: 28px;
  font-weight: 300;
}
.sub_cont_text + .sub_frame{
  margin-top: 20px;
}
.sub_frame_title{
  color: #224594;
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 15px;
  line-height: 26px;
  text-align: center;
}
.sub_frame_wrap{
  display: flex;
  gap: 25px;
}
.sub_frame_item{
  min-width: 0;
  flex: 1;
}
.sub_frame_item .img_box{
  border: 1px solid #d2d2d2;
  padding: 40px 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 220px;
}
.sub_frame_item .img_box > img{
  max-width: 100%;
}
.sub_frame_item .text_box{
  font-size: 16px;
  font-weight: 700;
  margin-top: 10px;
  text-align: center;
  padding: 0 15px;
}
.sub_frame + .ci_text_wrap{
  margin-top: 40px;
}
.ci_text_wrap .ci_text{
  font-size: 18px;
  display: flex;
  padding: 0 10px;
  gap: 10px;
  align-items: center;
}
.ci_text_wrap .ci_text > p{
  flex: 1;
  min-width: 0;
}
.ci_text_wrap .ci_text::before{
  content: '';
  display: block;
  width: 159px;
  aspect-ratio: 159 / 114;
  background-position: center;
  background-repeat: no-repeat;
}
.ci_text_wrap .ci_text.type01::before{
  background-image: url(../img/sub/img_ci03.png);
}
.ci_text_wrap .ci_text.type02::before{
  background-image: url(../img/sub/img_ci04.png);
}
.ci_text_wrap .ci_text.type03::before{
  background-image: url(../img/sub/img_ci05.png);
}
.sub_cont + .sub_cont{
  margin-top: 50px;
}
.sub_frame_wrap + .sub_frame_wrap{
  margin-top: 25px;
}
.sub_frame_item .img_box.no_bd{
  border: none;
  height: 100%;
}
.sub_frame_item.pd_t{
  padding-top: 41px;
}
@media screen and (max-width :768px){
  .sub_cont_title {
    font-size: 20px;
  }
  .sub_cont_text {
    font-size: 16px;
    line-height: 24px;
  }
  .sub_frame_title{
    font-size: 18px;
    margin-bottom: 10px;
  }
  .sub_cont_text + .sub_frame{
    margin-top: 15px;
  }
  .sub_frame_wrap{
    gap: 15px;
    flex-direction: column;
  }
  .sub_frame_wrap .sub_frame_wrap{
    flex-direction: row;
  }
  .sub_frame + .ci_text_wrap{
    margin-top: 0px;
  }
  .ci_text_wrap .ci_text{
    display: block;
  }
  .ci_text_wrap .ci_text::before{
    transform: scale(0.9);
    margin: 0 auto;
  }
  .ci_text_wrap .ci_text > p{
    font-size: 14px;
  }
  .sub_cont + .sub_cont{
    margin-top: 35px;
  }
  .sub_frame_item .img_box{
    padding: 20px 10px;
    min-height: 200px;
  }
}

/* 평택시 전략산업 육성 - 은님 */
.propel_biz_list .propel_con li.propel_step_list::before {
  display: none;
}
.propel_biz_list .propel_con li.propel_step_list:not(:last-of-type) {
  margin-bottom: 0;
}
.propel_step_wrap {
  width: 100%;
  height: 230px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
  position: relative;
}
.propel_step_wrap .propel_step_list {
  width: calc((100% - 80px) / 3);
  height: 100%;
  text-align: center;
  flex: 1;
  padding-top: 160px;
}
.propel_biz_list .propel_con .propel_step_wrap .propel_step_list::before {
  content: '';
  display: block;
  width: 144px;
  height: 144px;
  margin-left: 50%;
  transform: translateX(-50%);
}
.propel_biz_list .propel_con .propel_step_list.step01::before {
  background: url(../img/sub/ico_propel01.png) no-repeat center/contain;
}
.propel_biz_list .propel_con .propel_step_list.step02::before {
  background: url(../img/sub/ico_propel02.png) no-repeat center/contain;
}
.propel_biz_list .propel_con .propel_step_list.step03::before {
  background: url(../img/sub/ico_propel03.png) no-repeat center/contain;
}
.propel_step_list:not(:last-child)::after {
  content: '';
  position: absolute;
  left: 100%;
  top: 25%;
 /*  transform: translateY(-50%); */
  width: 37px;
  height: 43px;
  background: url(../img/sub/ico_propel_next.png) no-repeat center;
}
.propel_step_list .step_num {
  font-size: 14px;
  font-weight: 300;
  padding-top: 8px;
}
.propel_step_list .step_tit {
  font-size: 18px;
  font-weight: 500;
  padding-top: 4px;
}

@media screen and (max-width:768px) {
  .propel_step_wrap {
    flex-direction: column;
    align-items: flex-start;
    padding: 10px 0 10px 50px;
    height: 350px;
    gap: 20px;
  }
  .propel_step_wrap .propel_step_list {
    width: 100%;
    display: inline-block;
    justify-content: flex-start;
    padding: 0;
    white-space: nowrap;
    text-align: start;
  }
  .propel_step_wrap .propel_step_list .step_box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 14px 0 0 40px;
  }
  .propel_biz_list .propel_con .propel_step_wrap .propel_step_list::before {
    margin: 0;
    width: 80px;
    height: 80px;
  }
  .propel_step_list:not(:last-child)::after {
    display: none;
  }
}