/*가이드애니메이션*/
@-webkit-keyframes ani {
  0%{
    -webkit-transform: scaleX(0);
  }
  100%{
    -webkit-transform: scaleX(1);
  }
}
@keyframes ani {
  0%{
      transform: scaleX(0);
  }
  100%{
      transform: scaleX(1);
  }
}
@-webkit-keyframes ani2 {
  0%{
      left: 0;
  }
  100%{
      left:100%;
  }
}
@keyframes ani2 {
  0%{
      left: 0;
  }
  100%{
      left:100%;
  }
}
/*메인배경*/
.section {
  padding: 0 20px;
  background-size: cover;
  background-repeat: no-repeat;
}
.footer_area.section {
  padding: 0;
}

/*섹션별 타이틀*/
.section h2 {
  text-align: center;
  font-size: 35px;
  color: #fff;
  padding-top: 126px;
  margin-bottom: 25px;
}
/* #section2.section h2,
#section4.section h2 {
  color: #000;
} */
.section h2 span.color_y {
  color: #fff496;
}
.section h2 span.color_o {
  color: #fff496;
}
.main-cont {
  max-width: 1500px;
  background: #fff;
  min-height: 670px;
  margin: 0 auto 20px;
  padding: 20px;
  border: 1px solid #dcdcdc;
  border-radius: 20px;
}
@media screen and (max-width:1024px) {
  .section {
    padding-bottom: 40px;
  }
  .section h2 {
    font-size: 21px;
    padding-top: 40px;
  }
}
@media screen and (max-width:768px) {
  .main-cont {
    min-height:0;
  }
}
/*anchor*/
.main-anchor {
  position: fixed;
  right: 25px;
  top: 50%;
	margin-top:-275px;
  z-index: 5;
}
.main-anchor li {
  margin-bottom: 10px;
}
.main-anchor li a {
  position: relative;
  padding: 8px 0 8px 30px;
  font-weight: 700;
  display: block;
  transition: all 0.35s ease-out;
}
.main-anchor li a:before {
  position: absolute;
  left: 10px;
  top: 50%;
  margin-top: -7px;
  width: 14px;
  height: 14px;
  background: url(../img/anchor_img.png) no-repeat;
  content: "";
}
.main-anchor li a::after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 35px;
  left: 17px;
  width: 1px;
  height: 18px;
  background: #000;
  transition: all 0.35s ease-out;
}
.main-anchor li:last-child a::after {
  display: none;
}
.main-anchor li a span {
  font-size: 18px;
  font-weight: 700;
  color: #000;
  transition: all 0.35s ease-out;
}
.main-anchor li a span:before {
  border-color: #000;
  opacity: 1;
}
.main-anchor .setup a {
  position: relative;
  display: block;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  transition: all 0.35s ease-out;
  padding: 8px 0 8px 30px;
}
.main-anchor .setup a:before {
  position: absolute;
  left: 7px;
  top: 50%;
  margin-top: -10px;
  width: 21px;
  height: 20px;
  background: url(../img/setup_icon.png) no-repeat;
  content: "";
}
.main-anchor li a span {
  color: #fff;
}
.main-anchor li a::after {
  background: #fff;
}
.main-anchor li.active a:before {
  background-position-y: -28px;
}
.main-anchor li.active a span {
  color: #00d8ff;
}
/* .fp-viewing-main-section_1 .main-anchor li a span,
.fp-viewing-main-section_2 .main-anchor li a span,
.fp-viewing-main-section_4 .main-anchor li a span,
.fp-viewing-main-section_6 .main-anchor li a span,
.fp-viewing-6 .main-anchor li a span {
  color: #fff;
}
.fp-viewing-main-section_1 .main-anchor li a::after,
.fp-viewing-main-section_2 .main-anchor li a::after,
.fp-viewing-main-section_4 .main-anchor li a::after,
.fp-viewing-main-section_6 .main-anchor li a::after,
.fp-viewing-6 .main-anchor li a::after {
  background: #fff;
}
.fp-viewing-main-section_1 .main-anchor li.active a:before,
.fp-viewing-main-section_2 .main-anchor li.active a:before {
  background-position-y: -28px;
}
.fp-viewing-main-section_1 .main-anchor li.active a span,
.fp-viewing-main-section_2 .main-anchor li.active a span {
  color: #00d8ff;
}
.fp-viewing-main-section_1 .main-anchor li a span:before,
.fp-viewing-main-section_2 .main-anchor li a span:before {
  border-color: #00d8ff;
}
.fp-viewing-main-section_1 .main-anchor li:hover a:before,
.fp-viewing-main-section_2 .main-anchor li:hover a:before {
  background-position-y: -28px;
}
.fp-viewing-main-section_1 .main-anchor li:hover a span,
.fp-viewing-main-section_2 .main-anchor li:hover a span {
  color: #00d8ff;
}
.fp-viewing-main-section_1 .main-anchor li:hover a span:before,
.fp-viewing-main-section_2 .main-anchor li:hover a span:before {
  border-color: #00d8ff;
}
.fp-viewing-main-section_3 .main-anchor li a:before,
.fp-viewing-main-section_5 .main-anchor li a:before {
  background-position-y: -14px;
}
.fp-viewing-main-section_3 .main-anchor li.active a:before,
.fp-viewing-main-section_5 .main-anchor li.active a:before {
  background-position-y: -42px;
}
.fp-viewing-main-section_3 .main-anchor li.active a span,
.fp-viewing-main-section_5 .main-anchor li.active a span {
  color: #ff6022;
}
.fp-viewing-main-section_3 .main-anchor li:hover a span,
.fp-viewing-main-section_5 .main-anchor li:hover a span,
.fp-viewing-main-section_3 .main-anchor .setup a:hover,
.fp-viewing-main-section_5 .main-anchor .setup a:hover {
  color: #ff6022;
}
.fp-viewing-main-section_3 .main-anchor li:hover a:before,
.fp-viewing-main-section_5 .main-anchor li:hover a:before {
  background-position-y: -42px;
}
.fp-viewing-main-section_3 .main-anchor .setup a:before,
.fp-viewing-main-section_5 .main-anchor .setup a:before {
  background-position-y: 100%;
}
.fp-viewing-main-section_3 .main-anchor .setup a,
.fp-viewing-main-section_5 .main-anchor .setup a {
  color: #000;
}
.fp-viewing-main-section_4 .main-anchor li.active a:before,
.fp-viewing-main-section_6 .main-anchor li.active a:before,
.fp-viewing-6 .main-anchor li.active a:before {
  background-position-y: -56px;
}
.fp-viewing-main-section_4 .main-anchor li.active a span,
.fp-viewing-main-section_6 .main-anchor li.active a span,
.fp-viewing-6 .main-anchor li.active a span {
  color: #fff694;
}
.fp-viewing-main-section_4 .main-anchor li a span:before,
.fp-viewing-main-section_6 .main-anchor li a span:before,
.fp-viewing-6 .main-anchor li a span:before {
  border-color: #fff694;
}
.fp-viewing-main-section_4 .main-anchor li:hover a:before,
.fp-viewing-main-section_6 .main-anchor li:hover a:before,
.fp-viewing-6 .main-anchor li:hover a:before {
  background-position-y: -56px;
}
.fp-viewing-main-section_4 .main-anchor li:hover a span,
.fp-viewing-main-section_6 .main-anchor li:hover a span,
.fp-viewing-main-section_4 .main-anchor .setup a:hover,
.fp-viewing-main-section_6 .main-anchor .setup a:hover,
.fp-viewing-6 .main-anchor .setup a:hover,
.fp-viewing-6 .main-anchor li:hover a span {
  color: #fff694;
}
.fp-viewing-main-section_4 .main-anchor li:hover a span:before,
.fp-viewing-main-section_6 .main-anchor li:hover a span:before,
.fp-viewing-6 .main-anchor li:hover a span:before {
  border-color: #fff694;
} */
.guide_mode .main-anchor li a span {
  color:#000;
}
.guide_mode .main-anchor li a::after {
  background: #000;
}
.guide_mode .main-anchor li a:before{
  background-position-y: -14px;
}
.guide_mode .main-anchor li.active a:before{
  background-position-y: -42px;
}
.guide_mode .main-anchor li.active a span{
  color: #ff6022;
}
.guide_mode .main-anchor li:hover a span,
.guide_mode .main-anchor .setup a:hover{
  color: #ff6022;
}
.guide_mode .main-anchor li:hover a:before {
  background-position-y: -42px;
}
.guide_mode .main-anchor .setup a:before {
  background-position-y: 100%;
}
.guide_mode .main-anchor .setup a {
  color: #000;
}
.guide {
  position: fixed;
  right: 78px;
  bottom: 33px;
  z-index: 5;
}
.guide .guide_btn {
  display: inline-block;
  width: 44px;
  height: 78px;
  background: url(../img/guide.png) no-repeat;
}
/* .fp-viewing-main-section_3 .guide .guide_btn,
.fp-viewing-main-section_5 .guide .guide_btn {
  background-image: url(../img/guide_bk.png);
} */
.fp-viewing-6 .guide {
  display: none;
}
@media screen and (max-width:1760px) {
  .main-anchor {
    right: -58px;
  }
  .main-anchor li a span,
  .main-anchor .setup a span {
    visibility: hidden;
  }
  .guide {
    right: 20px;
  }
  .guide .guide_btn {
    width: 30px;
    height: 54px;
    background-size: 30px auto;
  }
}
@media screen and (max-width:1610px) {
  .main-anchor,
  .guide {
    display: none;
  }
}
/* @media screen and (max-width:1024px) {
  .fp-section,
  .fp-tableCell {
    height: auto !important;
    display: block !important;
  }
} */
@media screen and (max-width:768px) {
  .section {
    padding: 40px 10px;
  }
  .section h2 {
    font-size: 21px;
    padding: 0;
    margin-bottom: 25px;
  }
  .main-cont {
    margin-bottom: 20px;
  }
}
/*//anchor*/

/*바로가기*/
.notice_slide {
  display: flex;
  background: #3c4f72
}
.notice_slide .slide_tit {
  width: 175px;
  font-size: 21px;
  color: #fff;
  background: #25334c;
}
.notice_slide .slide_tit span {
  display: inline-block;
  position: relative;
  padding: 20px 0 0 70px;
}
.notice_slide .slide_tit span::before {
  content: "";
  display: inline-block;
  width: 25px;
  height: 26px;
  position: absolute;
  left: 35px;
  top: 21px;
  background: url(../img/speaker_icon.png) no-repeat;
}
.notice_slide .s1_slide01 {
  width: calc(100% - 223px);
}
.notice_slide .s1_slide01 .slick-slide li {
  color: #fff;
  height: 70px;
  padding: 22px 0 22px 20px;
}
.notice_slide .s1_slide01 .slick-slide li a {
  display: inline-block;
  position: relative;
  padding-left: 15px;
  font-size: 18px;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.notice_slide .s1_slide01 .slick-slide li a::before {
  content: "";
  display: inline-block;
  width: 5px;
  height: 5px;
  position: absolute;
  left: 0;
  top: 9px;
  border-radius: 100%;
  background: #6a84b4;
}
.notice_slide .ctl_btn {
  width: 48px;
  border-left: 1px solid #5a73a0;
}
.notice_slide .ctl_btn button {
  width: 47px;
  height: 36px;
}
.notice_slide .ctl_btn .slick-prev {
  background: url(../img/s1_prev.png) no-repeat 50% 50%;
}
.notice_slide .ctl_btn .slick-next {
  border-top: 1px solid #5a73a0;
  background: url(../img/s1_next.png) no-repeat 50% 50%;
}
.public_wrap {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}
.public_wrap .public_box {
  position: relative;
  width: calc((100% - 517px)/2);
  margin-right: 18px;
  border: 1px solid #cdcdcd;
}
.public_wrap .box_tit {
  line-height: 63px;
  padding: 0 20px;
  font-size: 23px;
  background: #f4f4f4;
  border-bottom: 1px solid #cdcdcd;
  font-weight: bold;
}
.public_wrap .box_inner {
  padding: 25px 20px;
}
.public_wrap .box_inner .box_list li {
  position: relative;
}
.public_wrap .box_inner .box_list li a {
  display: inline-block;
  width: 100%;
  font-size: 18px;
  line-height: 40px;
  padding-left: 15px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.public_wrap .box_inner .box_list li a::before {
  content: "";
  display: inline-block;
  width: 5px;
  height: 5px;
  position: absolute;
  left: 0;
  top: 18px;
  border-radius: 100%;
  background: #818181;
}
.public_wrap .public_box02 .box_inner .box_list li a {
  width: calc(100% - 85px);
  margin-right: 10px;
}
.public_wrap .public_box .add_btn {
  position: absolute;
  top: 17px;
  right: 20px;
}
.public_wrap .public_box .add_btn a {
  display: inline-block;
  width: 25px;
  height: 25px;
  background: url(../img/main_add.png) no-repeat;
}
.deadline {
  display: inline-block;
  min-width: 72px;
  line-height: 23px;
  text-align: center;
  vertical-align: top;
  margin-top: 7px;
  color: #b14a0d;
  border: 1px solid #b14a0d;
}
.public_wrap .notice_slide02 {
  width: 481px;
  min-height: 335px;
}
.public_wrap .notice_slide02 .slick-dots {
  position: absolute;
  bottom: 15px;
  left: 20px;
  padding: 3px 5px 5px 10px;
  border-radius: 20px;
  background-color: rgb(0, 0, 0, 0.5);
}
.public_wrap .notice_slide02 .slick-dots li {
  display: inline-block;
  margin-right: 7px;
}
.public_wrap .notice_slide02 .slick-dots li button {
  display: inline-block;
  text-indent: -9999px;
  width: 13px;
  height: 13px;
  background: #d4dbe1;
  border-radius: 100%;
  cursor: pointer;
}
.public_wrap .notice_slide02 .slick-dots li.slick-active button {
  background: #e28a3b;
  border: 3px solid #fff;
  width: 16px;
  height: 16px;
}
.notice_b_slide {
  margin-top: 20px;
  border: 1px solid #cdcdcd;
}
.notice_b_slide .s1_slide03 {
  min-height: 165px;
  padding: 40px 40px 0;
}
.notice_b_slide .s1_slide03 .icon_box {
  text-align: center;
}
.notice_b_slide .s1_slide03 .icon_box p {
  font-size: 16px;letter-spacing: -1px;
}
.notice_b_slide .s1_slide03 .icon_box .icon {
  display: inline-block;
  min-height: 57px;
  margin-bottom: 15px;
}
.notice_b_slide .s1_slide03 .icon_box .icon img {
  width: 95%;
}
.notice_b_slide .s1_slide03 .slick-arrow {
  position: absolute;
  top: 50%;
  margin-top: -11px;
  display: inline-block;
  width: 13px;
  height: 22px;
  text-indent: -9999px;
}
.notice_b_slide .s1_slide03 .slick-prev {
  left: 32px;
  background: url(../img/s1_slide03_prev.png) no-repeat;
}
.notice_b_slide .s1_slide03 .slick-next {
  right: 32px;
  background: url(../img/s1_slide03_next.png) no-repeat;
}
@media screen and (max-width:1024px) {
  .public_wrap {
    display: block;
    margin-top: 15px;
  }
  .public_wrap .public_box {
    width: 100%;
    margin-bottom: 15px;
  }
  .public_wrap .notice_slide02,
  .public_wrap .notice_slide02 img {
    width: 100%;
  }
}
@media screen and (max-width:768px) {
  .notice_slide {
    display: block;
  }
  .notice_slide .slide_tit {
    width: 100%;
    height: 50px;
    font-size: 19px;
    text-align: center;
  }
  .notice_slide .slide_tit span {
    padding: 13px 0 0 33px;
  }
  .notice_slide .slide_tit span::before {
    width: 20px;
    height: 21px;
    background-size: contain;
    left: 5px;
    top: 15px;
  }
  .notice_slide .s1_slide01 {
    width: 100%;
    padding: 25px 0 8px;
  }
  .notice_slide .s1_slide01 .slick-slide li {
    height: auto;
    padding: 0 10px;
    margin-bottom: 12px;
  }
  .notice_slide .s1_slide01 .slick-slide li a {
    font-size: 15px;
  }
  .public_wrap .notice_slide02 .slick-dots {
    left: 10px;
    padding: 3px 5px 5px 10px;
  }
  .public_wrap .notice_slide02 .slick-dots li button {
    width: 11px;
    height: 11px;
  } 
  .public_wrap .notice_slide02 .slick-dots li.slick-active button {
    width: 14px;
    height: 14px;
  }
  .notice_slide .ctl_btn {
    width: 100%;
    text-align: center;
    font-size: 0;
  }
  .notice_slide .ctl_btn .slick-prev {
    width: 30px;
    height: 30px;
    border: 1px solid #5a73a0;
    border-bottom: 0;
    background-image: url(../img/s1_prev_m.png);
  }
  .notice_slide .ctl_btn .slick-next {
    width: 30px;
    height: 30px;
    border-top: 1px solid #5a73a0;
    border-right: 1px solid #5a73a0;
    background-image: url(../img/s1_next_m.png);
  }
  .notice_b_slide .s1_slide03 {
    padding: 30px 10px 10px;
  }
  .notice_b_slide .s1_slide03 .icon_box {
    margin-bottom: 20px;
  }
  .notice_b_slide .s1_slide03 .icon_box .icon {
    font-size: 14px;
    margin-bottom: 5px;
  }
  .notice_b_slide .s1_slide03 .icon_box>p {
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  .notice_b_slide .s1_slide03 .slick-prev {
    left: 10px;
  }
  .notice_b_slide .s1_slide03 .slick-next {
    right: 10px;
  }
  .public_wrap .box_tit {
    line-height: 50px;
    font-size: 19px;
    padding: 0 15px;
  }
  .public_wrap .public_box .add_btn {
    top: 14px;
    right: 15px;
  }
  .public_wrap .public_box .add_btn a {
    width: 19px;
    height: 19px;
    background-size: contain;
  }
  .public_wrap .box_inner {
    padding: 20px 15px;
  }
  .public_wrap .box_inner .box_list li a {
    font-size: 15px;
    line-height: 28px;
    padding-left: 12px;
  }
  .public_wrap .box_inner .box_list li a::before {
    top: 13px;
  }
  .public_wrap .public_box02 .box_inner .box_list li a {
    width: calc(100% - 70px)
  }
  .deadline {
    font-size: 12px;
    min-width: 58px;
    line-height: 26px;
    margin: 0;
  }
}

/* 공고기관 */
#section1 .main-cont {
  padding-top: 33px;
}
.founded_list{
  position: relative;
}
.founded_list > li .nav_top_btn {
  position:absolute;
  top:0;
  right:0;
  width:50%;
}
.founded_list > li:first-of-type .nav_top_btn {
  left:0;
}
.founded_list > li .nav_top_btn button{
  width:100%;
  font-size: 19px;
  line-height: 58px;
  font-weight: 700;
  color: #000;
  background: #e0e0e0;
  border-radius: 10px 0 0 10px;
}
.founded_list > li .nav_top_btn.right button{
	border-radius: 0 10px 10px 0;
}
.founded_list > li .nav_top_btn.on button {
  color: #fff;
  background: #000;
}
.founded_list > li .nav_top_btn.right button{
	border-radius: 0 10px 10px 0;
}
.founded_list > li .flex_wrap{
  display: none;
}
.founded_list > li:first-of-type .flex_wrap{
  display: block;
}
.founded_wrap {
  display: flex;
  justify-content: space-between;
  padding-top: 81px;
}
.founded_wrap .nav_wrap {
  display: flex;
  flex-direction: column;
  width: 513px;
}
.founded_wrap.map .nav_wrap {
  width: 10%;
}
.founded_wrap .nav_wrap .map_btn_wrap,
.founded_wrap .nav_wrap .map_btn_wrap .map_btn_box_wrap{
  height:100%
}
.founded_wrap .nav_wrap .founded_nav {
  border: 1px solid #d0d0d0;
  border-radius: 10px 0 0 10px;
  overflow: hidden;
  background: #f6f6f6;
}
.founded_wrap .nav_wrap .founded_nav .nav_select{
  padding: 0 35px;
}
.founded_wrap .nav_wrap .founded_nav .nav_select .nav_title{
	padding: 30px 0 20px 0;
    border-bottom: 1px solid #000;
}
.founded_wrap .nav_wrap .founded_nav .nav_select .nav_title h4 {
	font-weight: 700;
	font-size: 19px;
	margin-bottom: 5px;
}
.founded_wrap .nav_wrap .founded_nav .nav_select .nav_title span {
	font-size: 15px;
    color: #4c4c41;
}
.founded_wrap .nav_wrap .founded_nav .nav_box {
  padding-top: 25px;
}
.founded_wrap .nav_wrap .founded_nav .nav_box h4 {
  /* font-weight: 700; */
  /* font-size: 18px; */
  /* margin-bottom: 5px; */
  position:relative;
}
.founded_wrap .nav_wrap .founded_nav .nav_box h4:before {
	content:'';
	width:5px;
	height: 5px;
	border-radius: 50%;
	background: #000;
	display: inline-block;
	position: absolute;
	top: 10px;
	margin-right: 10px;
}
.founded_wrap .nav_wrap .founded_nav .nav_box h4 span {
	font-weight: 700;
	font-size: 16px;
	margin-bottom: 5px;
	position: relative;
	padding-left: 10px;
}
.founded_wrap .nav_wrap .founded_nav .bottom_btn_wrap{
  display: flex;
  flex-wrap: wrap;
  margin: 28px 0 30px;
  padding: 0 35px;
}
.founded_wrap .nav_wrap .founded_nav .bottom_btn_wrap button {
  position: relative;
  display: inline-block;
  width: 49%;
  font-weight: bold;
  line-height: 43px;
  background: #000;
  border: 1px solid #000;
  border-radius: 4px;
  margin-right: 1%;
  font-size: 14px;
  color: #fff;
}
.founded_wrap .nav_wrap .founded_nav .bottom_btn_wrap button.nav_save_btn,
.founded_wrap .nav_wrap .founded_nav .bottom_btn_wrap button.nav_reset_btn {
    background: #fff;
    color: #000;
}
.founded_wrap .nav_wrap .founded_nav .bottom_btn_wrap button.nav_sch_btn::before {
  margin-bottom: 2px;
  background-image:url(../img/nav_sch.png);
}
.nav_box .btn_box {
	display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    justify-content: flex-start;
    padding-top: 7px;
    flex-wrap: wrap;
    align-content: space-between;
}
.nav_box .btn_box button {
  color: #000;
  line-height: 32px;
  border: 1px solid #dfdfdf;
  border-radius: 3px;
  padding: 0px 14px;
  background: #fff;
  letter-spacing: -0.5px;
  margin-right: 5px;
  margin-bottom: 5px;
}
.nav_box .btn_box button.act {
  color: #fff;
  background: #3175ea;
  border: 1px solid #3175ea;
}
.nav_box .btn_box button .txt {
  font-size: 13px;
}
.map_btn_wrap .map_btn_box {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height:100%;
}
.map_btn_wrap .map_btn_box_wrap{
	position:relative;
}
.map_btn_wrap .map_btn_box_wrap:after{
	display:block;
	content:"";
	width:1px;
	height:100%;
	background:#979797;
	position:absolute;
	right:0;
	top:0;
}
.map_btn_wrap .map_btn_box .map_btn {
  display: block;
  width: 100%;
  height: 33%;
  margin: 0;
  color: #fff;
  font-size: 17px;
  font-weight: bold;
  background: #666666;
  border-radius: 10px 0 0 10px;
}
.map_btn_wrap .map_btn_box .map_btn.on {
  color: #fff;
  background: #00366e;
  /* border-top:1px solid #979797; */
  /* border-bottom:1px solid #979797; */
  /* border-left:1px solid #979797; */
  position:relative;
  z-index:1;
  border-radius: 10px 0 0 10px;
}
.map_btn_wrap .map_btn_box .map_btn.on:after {
  /* content:""; */
  /* display: block; */
  /* margin:10px auto 0; */
  /* width:80px; */
  height:2px;
  background:#0f50aa;
}
.map_btn_wrap .map_btn_box .map_btn.on::before {
  background-position-y: 100%;
}
.founded_wrap .founded_sch {
  width: calc(100% - 513px);
  position: relative;
}
.founded_wrap .founded_sch .sch_more {
	border-bottom: 1px solid #d0d0d0;
	position: absolute;
	padding: 20px 35px;
	/* margin-bottom: 10px; */
	top: 0;
	width: 100%;
}
.founded_wrap .founded_sch .sch_more .more_txt {
	text-align: right;
	display: block;
	font-size: 14px;
	padding-right: 23px;
}
.founded_wrap .founded_sch .sch_more .more_txt span {
	color: #3a67ea;
}
.founded_wrap .founded_sch .sch_more .more_txt:after {
	content: "";
	display: inline-block;
	width: 25px;
	height: 26px;
	position: absolute;
	right: 25px;
	top: 22px;
	background: url(../img/founded_sch_li.png) no-repeat;
}
.founded_wrap .founded_sch .sch_result {
	border: 1px solid #d0d0d0;
	margin-left: -1px;
	padding: 60px 35px 42px;
	border-radius: 0 10px 10px 0;
}
.founded_wrap .founded_sch .detail_sch {
  display: inline-block;
  min-width: 135px;
  font-size: 18px;
  line-height: 40px;
  padding-left: 25px;
  border: 1px solid #b9b9b9;
  border-radius: 7px;
  background: url(../img/sch_icon.png) no-repeat 20px 11px;
}
.result_inner {
  height: 400px;
  overflow: hidden;
  overflow-y: auto;
  padding-right: 20px;
  margin-top: 25px;
}
.result_inner>li {
  line-height: 57px;
  border-bottom: 1px solid #d3d3d3;
}
.result_inner>li::after {
  content: "";
  display: block;
  clear: both;
}
.result_inner>li.no_data{
  padding:0 20px;
}
.result_inner>li .result_L {
  float: left;
  width: calc(100% - 5px);
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding-bottom: 2px;
}
.result_inner>li .result_R {
  float: right;
}
.result_inner>li .result_L>span {
  margin-left: 5px;
}
.result_inner>li .result_L .txt {
  font-size: 16px;
  font-weight: bold;
}
.flag {
  display: inline-block;
  font-size: 13px;
  line-height: 26px;
  padding: 0 8px;
  background: #fff;
  border-radius: 4px;
  letter-spacing: -1px;
}
.result_tag.type01 {
  color: #ab6500;
  border: 1px solid #ab6500;
}
.result_tag.type02 {
  color: #a624b6;
  border: 1px solid #a624b6;
}
.result_tag.type03 {
  color: #c14013;
  border: 1px solid #c14013;
}
.result_tag.type04 {
  color: #1274bf;
  border: 1px solid #1274bf;
}
.result_tag.type05 {
  color: #376316;
  border: 1px solid #376316;
}
.result_tag.type06 {
  color: #1a54d8;
  border: 1px solid #1a54d8;
}
.result_tag.type07 {
    color: #cd3870;
    border: 1px solid #cd3870;
}
.result_tag.type08 {
    color: #a624b6;
    border: 1px solid #a624b6;
}
.result_tag.type09 {
    color: #297c42;
    border: 1px solid #297c42;
}
.result_tga.type10 {
    color: #17837d;
    border: 1px solid #17837d;
}
.result_tag.type12 {
    color: #cb4529;
    border: 1px solid #cb4529;
}
.result_tag.type13 {
    color: #1274bf;
    border: 1px solid #1274bf;
}
.result_tag.type21 {
    color: #c14775;
    border: 1px solid #c14775;
}
.result_tag.type22 {
    color: #a624b6;
    border: 1px solid #a624b6;
}
.result_tag.type23 {
    color: #337e49;
    border: 1px solid #337e49;
}
.result_tag.type24 {
    color: #ab5100;
    border: 1px solid #ab5100;
}
.result_tag.type26 {
    color: #6547d3;
    border: 1px solid #6547d3;
}
.result_tag.type30 {
    color: #127f89;
    border: 1px solid #127f89;
}
.location_tag {
  display: inline-block;
  font-size:14px;
  line-height: 26px;
  padding: 0 12px;
  background: #fff;
}
.location_tag.type01 {
  color: #1a54d8;
  border: 1px solid #1a54d8
}
.bk_btn {
  display: inline-block;
  font-size: 13px;
  line-height: 26px;
  text-align: center;
  padding: 0 10px;
  min-width: 64px;
  border: 1px solid #a5a8af;
  background: #fff;
  border-radius: 3px;
  letter-spacing: -0.5px;
}
.red_btn {
  display: inline-block;
  font-size:14px;
  line-height: 26px;
  text-align: center;
  padding: 0 10px;
  min-width: 64px;
  border: 1px solid #d24326;
  color: #d24326;
}
.result_R button {
  line-height: 27px;
  text-align: center;
  margin-left: 1px;
  width: 87px;
}
.result_R button.result_btn01 {
  color: #346ca5;
  border: 1px solid #346ca5;
}
.result_R button.result_btn02 {
  color: #fff;
  background: #7765a1;
  border: 1px solid #7765a1;
}
.result_R button.result_btn03 {
  width: 29px;
  height: 29px;
  background: #4b4b4b url(../img/blank_icon.png) no-repeat 50% 50%;
}
.founded_wrap .map_content_wrap {
  width: 100%;
}

/* 창업인프라지도 */
.map_content {
  display: flex;
  justify-content: space-between;
  border: 1px solid #d0d0d0;
  border-left:0;
  border-radius: 0 10px 10px 0;
}
.map_content.map_content02,
.map_content.map_content03{
  display: none;
}
.map_content .select_wrap {
  width: 540px;
}
.map_content .mapapi_wrap {
  position: relative;
  width: 50%;
}
.map_content .mapapi_wrap .select_wrap {
  position: absolute;
  top:25px;
  left: 24px;
  z-index: 1;
}
.map_content .mapapi_wrap .select_wrap select {
  display: block;
  width: 196px;
  color: #454545;
  background: #fff url(../img/bg_select.png)no-repeat center right 12px;
  border: 1px solid #e5e5e5;
  border-radius: 2px;
  height: 37px;
  line-height: 35px;
  padding-left: 10px;
  font-size: 14px;
  margin-bottom: 10px;
}
.map_content .mapapi_wrap .select_wrap .txt {
  font-weight: bold;
}
.map_content .mapapi_wrap .mapapi {
  position: relative;
  padding-top:25px;
  text-align:center;
  padding-left: 100px;
}
.map_content .mapapi_wrap .mapapi .map {
  display: inline-block;
  max-height: 100%;
  /* max-width: 420px; */
  position:relative;
  /* margin-right: 0px; */
  width: 74%;
}
.map_content .map_result {
  width: calc(100% - 40%);
  padding: 30px;
}

.map_content .map_result .search_box {
	width: 100%;
	margin: 0 auto;
}
.map_content .map_result .search_box .input_group {
	padding: 0 0 15px;
	display: flex;
	justify-content: space-between;
}
.map_content .map_result .search_box .input_group button {
	width: 55px;
	height: 51px;
	background: #000;
	border-color: #000;
	border-radius: 0 5px 5px 0;
	position: relative;
}
.map_content .map_result .search_box .input_group button:after {
	position: absolute;
	content: '';
	width: 26px;
	height: 24px;
	background: url(../img/tabsearch.png) no-repeat;
	top: 13px;
	left: 15px;
}

.map_content .map_result .search_box .input_group .input_sch {
	height: 51px;
	border: 2px solid #000;
	background-color: #fff !important;
	border-right: 0;
	/* margin-right: 56px; */
	border-radius: 5px 0 0 5px !important;
	box-sizing: border-box;
	display: block;
	width: calc(100% - 55px);
	padding-left: 20px;
	font-size: 15px;
	font-weight: 500;
}
.map_content .map_result .result_select .top_select {
  display: flex;
  justify-content: space-between;
}
.map_content .map_result .result_select .top_select select {
  width: 100%;
  color: #454545;
  background: #fff url(../img/bg_select.png)no-repeat center right 15px;
  border: 1px solid #959595;
  height: 36px;
  line-height: 36px;
  padding-left: 15px;
}
.map_content.map_content01 .map_result .result_select .top_select select {
  width:49%;
}
.map_content .map_result .result_select .sch_box {
  position: relative;
  margin-top: 8px;
}
.map_content .map_result .result_select .sch_box input {
  width: 100%;
  color: #454545;
  background: #fff;
  border: 1px solid #959595;
  height: 36px;
  line-height: 36px;
  padding-left: 15px;
  padding-right: 40px;
}
.map_content .map_result .result_select .sch_box .result_sch {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 40px;
  height: 36px;
  background: #28659d url(../img/search_white.png)no-repeat center center;
}
.map_content .map_result .result_list_wrap {
  margin-top: 10px;
}
.map_content .map_result .result_list_wrap .count {
  font-weight: bold;
  text-align: right;
  margin-bottom: 10px;
  font-size: 14px;
  letter-spacing: -0.5px;
}
.result_list {
  border-top: 1px solid #777;
  border-bottom: 1px solid #777;
  overflow-y: auto;
  height: 369px;
}
.result_list>li {
  padding: 12px 0 10px;
  border-bottom: 1px solid #d3d3d3;
}
.result_list>li .list_info {
  line-height: 30px;
  margin-top: 8px;
}
.result_list>li .list_info::after {
  content: "";
  display: block;
  clear: both;
}
.result_list>li .list_info .name {
  display: inline-block;
  float: left;
  font-weight: bold;
  font-size: 17px;
}
.result_list>li .list_info .address {
  display: inline-block;
  width: calc(100% - 180px);
  float: left;
  font-weight: bold;
  font-size: 18px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.result_list>li .list_info .right_btn {
  float: right;
}
.result_list>li .list_info .right_btn button {
  font-size: 14px;
  color: #fff;
  line-height: 28px;
  background: #00366e;
  /* border: 1px solid #315b7e; */
  border-radius: 5px;
  padding: 0 16px;
}
@media screen and (max-width:1280px) {
  .map_content .select_wrap {
    width: auto;
  }
}
@media screen and (max-width:1200px) {
  /*.map_content .map_result .result_select .top_select {
    display: block;
  }*/
  .map_content .map_result .result_select .top_select select {
    width: 100%;
    margin-bottom: 8px;
  }
  .map_content .map_result .result_select .sch_box {
    margin: 0;
  }
  .result_list {
    height: 407px;
  }
  .result_list>li .list_info .name {
    float: none;
    font-size: 16px;
    margin-bottom: 8px;
  }
  .result_list>li .list_info .address {
    float: none;
    width: 100%;
    font-size: 16px;
    margin-bottom: 8px;
  }
  .result_list>li .list_info .right_btn {
    float: none;
  }
  .result_list .result_tag,
  .result_list .bk_btn,
  .result_list .red_btn {
    font-size: 12px;
  }
  .result_list>li .list_info {
    margin-top: 8px;
  }
  .result_list>li .list_info .right_btn button {
    font-size: 13px;
  }
}

@media screen and (max-width:1024px) {
  .founded_wrap {
    display: block;
  }
  .founded_wrap .nav_wrap,
  .founded_wrap.map .nav_wrap {
    width: 100%;
  }
  .founded_wrap .nav_wrap .founded_nav .nav_box {
    padding: 20px 15px;
  }
  .founded_wrap .founded_sch {
    width: 100%;
    margin-top: 15px;
  }
	.founded_wrap .founded_sch .sch_result {
	padding: 20px;
	border-radius: 10px;
	}
  .founded_wrap .founded_sch h3 {
    font-size: 16px;
    padding-left: 27px;
    background-size: 16px;
  }
  .result_inner {
    width: 100%;
    padding-right: 0;
    margin-top: 60px;
  }
	
  .result_inner>li {
    line-height: 32px;
    padding: 16px 0;
  }
  .result_inner>li.no_data{
    padding:16px 20px;
  }
  .result_inner>li .result_L {
    float: none;
    width: 100%;
    overflow: initial;
    white-space: initial;
    text-overflow: initial;
  }
  .result_inner>li .result_L>span {
    font-size: 12px;
    margin-left: 3px;
  }
  .result_inner>li .result_L .txt {
    display: block;
    font-size: 16px;
    width: 100%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
  }
  .result_inner>li .result_R {
    float: none;
    margin-left: 3px;
  }
  .result_R button {
    width: 65px;
    font-size: 12px;
  }
  .map_btn_wrap .map_btn_box {
    flex-direction: row;
  }
	.map_btn_wrap .map_btn_box_wrap:after{
		width:100%;
		height:1px;
		top:auto;
		bottom:0;
	}
  .map_btn_wrap .map_btn_box .map_btn {
    height: 70px;
    width: 33%;
    font-size: 16px;
    border-bottom:0;
    border-radius: 10px 10px 0 0;
  }
  .map_btn_wrap .map_btn_box .map_btn.on {
    border-right: 1px solid #979797;
    border-bottom:0;
    border-radius: 10px 10px 0 0;
  }

  .founded_wrap .map_content_wrap,
  .map_content .mapapi_wrap,
  .map_content .map_result {
    width: 100%;
  }
  .map_content {
    flex-wrap: wrap;
    border-left: 1px solid #d0d0d0;
    border-top: 0;
    border-radius: 0 0 10px 10px;
  }
  .map_content .mapapi_wrap .select_wrap {
    position: initial;
    display: block;
    padding: 20px 20px 0;
    height: auto;
  }
  .map_content .mapapi_wrap .select_wrap select {
    width: 100%;
  }
  .map_content .mapapi_wrap .select_wrap select:first-child {
    margin: 0 0 8px 0;
  }
  .map_content .mapapi_wrap .mapapi {
    padding-top: 0;
    text-align: center;
  }
  .map_content .mapapi_wrap .mapapi .map {
    margin: 0;
  }
  .map_content .map_result {
    margin-top: 15px;
    padding: 30px 20px;
  }
  .result_list {
    height: 460px;
  }
}

@media screen and (max-width:768px) {
  .map_content .mapapi_wrap .mapapi {
    overflow: hidden;
    overflow-x: auto;
    padding: 0;
    padding-left:0;
  }
  .map_content .mapapi_wrap .mapapi .map {
    width: 380px;
    text-align: center;
    padding-top: 0px;
	padding-left: 10px;
  }
  .founded_list > li .nav_top_btn button {
    font-size: 15px;
    letter-spacing: -0.5px;
  }
  .founded_wrap .nav_wrap .founded_nav .nav_box {
    padding: 0 0 20px;
  }
  .founded_wrap .nav_wrap .founded_nav .nav_box.step {
	margin-top: 20px;  
  }	
  .founded_wrap .nav_wrap .founded_nav {border-radius: 10px;}
  .founded_wrap .nav_wrap .founded_nav .nav_select {
    padding: 0 20px;
  }
  .founded_wrap .nav_wrap .founded_nav .nav_select .nav_title {
	padding: 25px 0 20px 0;
	}
  .founded_wrap .nav_wrap .founded_nav .nav_select .nav_title h4 {  
	font-size: 18px;
  }	
  .founded_wrap .nav_wrap .founded_nav .nav_select .nav_title span {
	font-size: 14px;
  }	
  .founded_wrap .nav_wrap .founded_nav .bottom_btn_wrap{
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 30px;
  padding: 0 20px;
  }	
  .founded_wrap .founded_sch .detail_sch {
    line-height:34px;
    min-width: 105px;
    font-size:16px;
    background-position: 13px 9px;
  }  
}

/*스케줄*/
.schedule_wrap {
  position: relative;
}
.schedule_wrap .schedule_btn {
  position: absolute;
  top:0;
  right:0;
  width:28%;
  padding-left:5px;
}
.schedule_wrap .schedule_btn.on{
  right:65px;
}
.schedule_wrap .schedule_btn button {
  display: inline-block;
  width: calc((100% - 10px) / 3);
  line-height: 36px;
  font-size: 16px;
  color: #000;
  border:1px solid #c4c4c4;
  border-radius: 5px;
}
.schedule_wrap .schedule_btn button.on {
  background: #2172c4;
  border:1px solid #2172c4;
  color: #fff;
}
.schedule_wrap .setup_box_wrap {
  border-top: 1px solid #000;
  border-bottom: 1px solid #cdcdcd;
  background: #f6f6f6;
  min-height: 510px;
}
.schedule_wrap .setup_box_wrap .setup_box{
  padding-top: 90px;
}
.schedule_wrap .setup_box_wrap .setup_box .text_box {
  text-align: center;
}
.schedule_wrap .setup_box_wrap .setup_box .text_box::before {
  content:"";
  display: inline-block;
  margin:0 auto;
  width: 118px ;
  height:120px;
  background: url(../img/main_Schedule.png) no-repeat;
}
.schedule_wrap .setup_box_wrap .setup_box .text_box h3 {
  font-size: 30px;
  margin-top:50px;
}
.schedule_wrap .setup_box_wrap .setup_box .text_box > p {
  margin-top: 30px;
  font-size: 20px;
  line-height: 36px;
  font-weight: bold;
  white-space: pre-line;
}
.schedule_wrap .schedule_box {
  position: relative;
  display: flex;
}
.calenda_wrap {
  width:72%;
}
.schedule_box.full .calenda_wrap {
  width:100%;
}
.schedule_box.full .schedule_list_wrap {
  display: none;
}
.fc button.fc-myList {
  background: url(../img/ico_myList_2.png) center 50% no-repeat ;
}
.fc button.fc-myList.fc-state-active {
  background: #2172c4 url(../img/ico_myList_2_active.png) center 50% no-repeat ;
}
.fc button.fc-month-button,
.fc button.fc-basicWeek-button,
.fc button.fc-myList {
  width: 30px;
  text-indent: -9999px;
}
.fc button.fc-month-button {
  background: url(../img/calenda_box.png) no-repeat ;
}
.fc button.fc-month-button.fc-state-active {
  background: #2172c4 url(../img/calenda_box.png) no-repeat ;
  background-position-y: 100%;
}
.fc button.fc-basicWeek-button {
  background: url(../img/calenda_bar.png) no-repeat ;
}
.fc button.fc-basicWeek-button.fc-state-active {
  background: #2172c4 url(../img/calenda_bar.png) no-repeat;
  background-position-y: 100%;
}
.fc button .fc-state-active {
  background-position-y: 100%;
}
.fc-content-skeleton {
  /* max-height: 467px;
  overflow: hidden;
  overflow-y: auto; */
}
#calendar .fc-day-header,
#calendar2 .fc-day-header {
  background:#324d76;
  color:#fff;
  height:45px;
  vertical-align:middle;
  text-align: left;
  padding:0 20px;
}
.fc-row .fc-bg tr {
	background: #f6f6f6;
}
.fc-basicWeek-view .fc-row .fc-bg tr {
	background:#fff;
}
.fc-unthemed td.fc-today .fc-day-number {
	color:#0065e3;
}
.fc-unthemed td.fc-today .fc-day-number::after {
  content:"";
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
  margin-bottom: 4px;
  width:6px;
  height:6px;
  border-radius: 100%;
  background: #0065e3;
}
#calendar .fc-day-top,
#calendar2 .fc-day-top {
  text-align: left;
  padding:0 20px;
}
#calendar .fc-more-cell > div,
#calendar2 .fc-more-cell > div {
  text-align: center;
}
.fc-row.fc-rigid .fc-content-skeleton .fc-sun {
  color:#bd573b;
}
.schedule_box .schedule_list_wrap {
	width:28%;
	margin-top:48px;
	border:1px solid #ddd;
	border-left:0;
}
.schedule_box .schedule_list_wrap .schedule_list {
	height:518px;
	overflow:hidden;
	overflow-Y:auto;
	padding:10px 20px 0;
}
.schedule_box .schedule_list_wrap .schedule_list > li {
	padding:19px 0 19px;
	border-bottom:1px solid #ddd;
}
.schedule_list > li .list_top {
	color:#606060;
}
.schedule_list > li .list_top .flag{
	padding:0 8px;
	margin-right:15px;
}
.schedule_list > li .schedule_tit {
	font-size:18px;
	margin-top: 15px;
	line-height:26px;
}
.schedule_wrap .schedule_info {
  margin-top:15px;
}
.schedule_wrap .schedule_info::after{
	clear:both;
	display:block;
	content:"";
}
.schedule_wrap .schedule_info .info_txt {
  width: calc(100% - 150px);
  margin-top:7px;
  float:left;
}
.schedule_wrap .schedule_info .info_btn {
	float:right;
}
.schedule_wrap .schedule_info .info_btn button {
	width:140px;
	line-height:38px;
	border:1px solid #8da1b9;
	border-radius: 5px;
}
.schedule_wrap .schedule_info .info_txt > li {
	position:relative;
	font-size:18px;
	padding-left:12px;
}
.schedule_wrap .schedule_info .info_txt > li::before {
	content:"";
	display:inline-block;
	position:absolute;
	left:0;
	top:10px;
	width:4px;
	height:4px;
	background:#000;
	border-radius:100%;
}
@media screen and (max-width:1200px) {
	.schedule_list > li .list_top {
		font-size:14px;
	}
	.schedule_list > li .list_top .flag {
		font-size:12px;
		margin-right:8px;
	}
	.schedule_list > li .schedule_tit {
		font-size:16px;
		line-height: 20px;
		margin-top:10px;
	}
}
@media screen and (max-width:1024px) {
	.schedule_wrap .schedule_btn button {
    font-size:14px;
  }
  .schedule_wrap .schedule_box {
		flex-wrap: wrap;
	}
	.calenda_wrap {
		width:100%;
	}
	.schedule_box .schedule_list_wrap {
		width:100%;
		margin-top:0;
		border-left:1px solid #ddd;
		border-top:0;
	}
  .schedule_wrap .schedule_info .info_txt {
		width:100%;
		float:none;
	}
	.schedule_wrap .schedule_info .info_btn {
		float:none;
		display:flex;
		justify-content: space-between;
	}
	.schedule_wrap .schedule_info .info_txt > li {
		font-size:15px;
		margin-bottom:15px;
	}
	.schedule_wrap .schedule_info .info_btn button {
		width: calc((100% - 10px)/2);
	}
  .schedule_wrap .schedule_btn.on{
    right:0;
  }
}
@media screen and (max-width:1024px) {
  .schedule_wrap .schedule_btn {
    display: flex;
    justify-content: space-between;
    width: 100%;
    top: 48px;
    padding-left:0;
  }
  .schedule_wrap .schedule_btn button {
    flex:1;
    min-width: 0;
    margin-left: 5px;
  }
  .schedule_wrap .schedule_btn button:first-child {
    margin-left: 0;
  }
}
@media screen and (max-width:768px) {
  .schedule_wrap .setup_box_wrap {
    min-height: 0;
  }
  .schedule_wrap .setup_box_wrap .setup_box {
    padding: 30px 10px;
  }
  .schedule_wrap .setup_box_wrap .setup_box .text_box::before {
    width: 84px;
    height: 85px;
    background-size: contain;
  }
  .schedule_wrap .setup_box_wrap .setup_box .text_box h3 {
    font-size:20px;
    margin-top:30px;
  }
  .schedule_wrap .setup_box_wrap .setup_box .text_box > p {
    margin-top: 22px;
    font-size: 14px;
    line-height: 24px;
    white-space:normal;
  }
  #calendar .fc-day-header,
  #calendar2 .fc-day-header {
    padding:0 10px;
  }
  #calendar .fc-basicWeek-view .fc-day-header,
  #calendar2 .fc-basicWeek-view .fc-day-header {
    padding:0;
    text-align: center;
  }
  #calendar .fc-day-top,
  #calendar2 .fc-day-top {
    padding:0 10px;
  }
  .fc button.fc-basicDay-button, .fc button.fc-month-button,.fc button.fc-basicWeek-button {
   min-width:0;
   padding:0 12px;
  }
  .fc-unthemed td.fc-today .fc-day-number::after {
    margin-left: 3px;
  }
}
@media screen and (max-width:420px){
  #calendar .fc-day-header, #calendar2 .fc-day-header {
    padding: 0;
    text-align: center;
  }
  #calendar .fc-day-top, #calendar2 .fc-day-top {
    padding: 0px 3px;
  }
  .schedule_wrap .schedule_btn{
    top:72px;
  }
  .schedule_box .fc-toolbar .fc-left{
    float:none;
    padding-top:36px;
  }
  .schedule_box .fc-toolbar .fc-right{
    position:absolute;
    right:0;
    top:0;
  }
}


/*사업소개*/
.business_wrap {
  border: 1px solid #dcdcdc;
}
.business_wrap .m_tab_btn {
  display: none;
}
.business_wrap .business_tab {
  position: relative;
}

.business_wrap .business_tab>li .btn_tab {
  position: absolute;
  display: block;
  width: 229px;
  height: 69px;
  top:-1px;
  left:-1px;
  text-align: center;
  background: #f5f5f5;
  border: 1px solid #dcdcdc;
}
.business_wrap .business_tab>li:nth-child(2) .btn_tab {
  top: 69px;
}
.business_wrap .business_tab>li:nth-child(3) .btn_tab {
  top: 138px;
}
.business_wrap .business_tab>li:nth-child(4) .btn_tab {
  top: 207px;
}
.business_wrap .business_tab>li:nth-child(5) .btn_tab {
  top: 276px;
}
.business_wrap .business_tab>li:nth-child(6) .btn_tab {
  top: 345px;
}
.business_wrap .business_tab>li:nth-child(7) .btn_tab {
  top: 414px;
}
.business_wrap .business_tab>li:nth-child(8) .btn_tab {
  top: 483px;
}
.business_wrap .business_tab>li:nth-child(9) .btn_tab {
  top: 552px;
}
.business_wrap .business_tab>li.active .btn_tab {
  color: #fff;
  background: #2d69a1;
  border: 1px solid #2d69a1;
}
.business_wrap .business_tab>li .btn_tab span {
  font-weight: bold;
  font-size: 20px;
  line-height: 69px;
}
.business_wrap .tab_content {
  padding-left: 228px;
  min-height: 623px;
}
.business_wrap .tab_content .content_inner {
  display: flex;
}
.tab_content .imglist_wrap {
  width: 72%;
  padding: 25px 40px 18px;
}
.tab_content .imglist_wrap .imglist {
  display: flex;
  flex-wrap: wrap;
  padding-top:20px;
  min-height: 554px;
}
.tab_content .imglist_wrap .imglist.all {
  padding-top:0;
}
.tab_content .imglist_wrap .imglist>li {
  width: 28%;
  margin-left: 8%;
  margin-bottom: 30px;
}
.tab_content .imglist_wrap .imglist.all>li {
  margin-bottom: 20px;
}
.tab_content .imglist_wrap .imglist>li .thumb {
  border: 2px solid transparent
}
.tab_content .imglist_wrap .imglist>li:hover .thumb {
  border: 2px solid #ff4e00;
}
.tab_content .imglist_wrap .imglist>li:nth-child(3n-2) {
  margin-left: 0;
}
.tab_content .imglist_wrap .imglist>li .info {
  padding-top:4px;
}
.tab_content .imglist_wrap .imglist>li .info .tit {
  font-size: 20px;
  line-height: 42px;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.tab_content .business_detail {
  width: 28%;
  padding: 27px 35px 0;
  border-left: 1px solid #dcdcdc;
}
.tab_content .imglist_wrap .imglist>li .info .txt {
  font-size: 18px;
  color: #194d8c;
  padding-top: 7px;
  border-top: 1px solid #d1d1d1;
}
.tab_content .business_detail h3 {
  position: relative;
  font-size: 26px;
  padding-bottom: 30px;
  margin-bottom: 5px;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.tab_content .business_detail h3::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 65px;
  background: #000;
}
.tab_content .business_detail .detail_inner {
  min-height:469px;
}
.tab_content .business_detail .detail_inner li {
  padding: 15px 0;
  border-bottom: 1px solid #ddd;
}
.tab_content .business_detail .detail_inner li:last-of-type {
  border-bottom: 0;
}
.tab_content .business_detail .detail_inner h4 {
  font-size: 23px;
  margin-bottom: 15px;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.tab_content .business_detail .detail_inner p {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
}
.tab_content .business_detail .detail_btn {
  display: flex;
  justify-content: space-around;
}
.tab_content .business_detail .detail_btn button {
  line-height: 44px;
  background: #b14a0d;
  width: 49%;
  color: #fff;
}
@media screen and (max-width:1024px) {
  .business_wrap {
    border: 0;
  }
  .business_wrap .m_tab_btn {
    display: block;
    width: 100%;
    line-height: 47px;
    font-size: 20px;
    padding: 0 20px;
    text-align: left;
    color: #fff;
    background: #2d69a1 url(../img/m_tab_arrow.png) no-repeat right 20px top 50%;
    border-bottom: 1px solid #dcdcdc;
  }
  .business_wrap .tab_content {
    flex-direction: column;
    padding: 0;
    min-height: 0;
  }
  .business_wrap .tab_content .content_inner {
    flex-direction: column;
  }
  .business_wrap .business_tab>li .btn_tab {
    width: 100%;
    height: 48px;
    padding: 0 20px;
    top:0;
    text-align: left;
    display: none;
  }
  .business_wrap .business_tab>li .btn_tab span {
    font-size: 20px;
    line-height: 46px;
  }
  .business_wrap .business_tab>li:nth-child(2) .btn_tab {
    top: 48px;
  }
  .business_wrap .business_tab>li:nth-child(3) .btn_tab {
    top: 96px;
  }
  .business_wrap .business_tab>li:nth-child(4) .btn_tab {
    top: 144px;
  }
  .business_wrap .business_tab>li:nth-child(5) .btn_tab {
    top: 192px;
  }
  .business_wrap .business_tab>li:nth-child(6) .btn_tab {
    top: 240px;
  }
  .business_wrap .business_tab>li:nth-child(7) .btn_tab {
    top: 288px;
  }
  .business_wrap .business_tab>li:nth-child(8) .btn_tab {
    top: 336px;
  }
  .business_wrap .business_tab>li .btn_tab:hover {
    color: #fff;
    background: #2d69a1;
    border: 1px solid #2d69a1;
  }
  .tab_content .imglist_wrap {
    width: 100%;
    padding: 0;
    margin-top: 20px;
    padding-bottom: 30px;
    border-bottom: 1px solid #dddddd;
  }
  .tab_content .imglist_wrap .imglist {
    padding-top:0;
    min-height: 0;
  }
  .tab_content .imglist_wrap .imglist>li {
    margin-bottom: 20px;
  }
  .tab_content .imglist_wrap .imglist>li .thumb img {
    width: 100%;
  }
  .tab_content .imglist_wrap .imglist>li .info .txt {
    font-size: 17px;
  }
  .tab_content .business_detail {
    display: none;
    width: 100%;
    padding: 32px 0 0;
    border-left: 0;
  }
  .tab_content .business_detail h3 {
    font-size: 23px;
  }
  .tab_content .business_detail .detail_inner {
    min-height: 0;
  }
  .tab_content .business_detail .detail_inner h4 {
    font-size: 20px;
  }
  .tab_content .business_detail .detail_btn {
    margin-top: 10px;
  }
}
@media screen and (max-width:768px) {
  .tab_content .imglist_wrap .imglist>li,
  .tab_content .imglist_wrap .imglist>li:nth-child(3n-2) {
    width: 49%;
    margin-left: 2%;
  }
  .tab_content .imglist_wrap .imglist>li:nth-child(odd) {
    margin-left: 0;
  }
}
@media screen and (max-width:420px) {
  .tab_content .imglist_wrap .imglist>li,
  .tab_content .imglist_wrap .imglist>li:nth-child(3n-2),
  .tab_content .imglist_wrap .imglist>li:nth-child(odd) {
    width: 100%;
    margin-left: 0;
    margin-bottom: 25px;
  }
}
/*알림마당*/
.slide_notice .slide_notice_top {
  display: flex;
  justify-content: space-between;
}
.slide_notice .slide_notice_top .slide_notice01 {
  position: relative;
  width: 66%;
}
.slide_notice .slide_notice_top .slide_notice01 h3 {
  display: inline-block;
  font-size: 24px;
}
.slide_notice .slide_notice_top .slide_notice01 .slide_ctl {
  display: inline-block;
  margin-left: 25px;
}
.slide_notice .notice_wrap h3 {
  display: inline-block;
  font-size: 24px;
}
.slide_notice .slide_notice_bottom {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}
.slide_notice .slide_notice_bottom .slide_notice02 {
  position: relative;
  width: 66%;
}
.slide_notice .slide_notice_bottom .slide_notice02 h3 {
  display: inline-block;
  font-size: 24px;
}
.slide_notice .slide_notice_bottom .slide_notice02 .slide_ctl {
  display: inline-block;
  margin-left: 25px;
}
.notice_wrap .noti_content {
  padding-top: 10px;
}
.notice_wrap .noti_content>li {
  position: relative;
  line-height: 42px;
  padding-left: 20px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.notice_wrap .noti_content>li::before {
  content: "";
  position: absolute;
  top: 18px;
  left: 0;
  display: inline-block;
  height: 4px;
  width: 4px;
  border-radius: 100%;
  background: #737373;
}
.notice_wrap .noti_content>li a {
  font-size: 18px;
}
.slide_notice01 {
  width: 65%;
}
.slide_notice .notice_wrap {
  position:relative;
  width: 32.7%;
}
.s4_slide .thumb {
  position: relative;
  height: 0;
  width: 100%;
  padding-bottom: 89%;
  overflow: hidden;
  border: 1px solid #ddd;
}
.s4_slide .thumb img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.slide_notice .s4_slide .slick-slide {
  margin-right: 15px;
}
.slide_notice .s4_slide .slick-slide:hover .thumb {
  border: 1px solid #ff4e00;
}
.slide_notice .s4_more {
  position: absolute;
  right: 0;
  top: 8px;
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url(../img/main_add2.png) no-repeat;
}
.slide_notice .slide_notice01 .s4_more,
.slide_notice .slide_notice02 .s4_more {
  right: 10px;
}
.slide_notice .slide_info .tit {
  width: 100%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  font-size: 20px;
  font-weight: bold;
  margin-top: 8px;
  letter-spacing: -1.5px;
}
.slide_notice .slide_info .date {
  font-size: 18px;
  color: #747474;
}
.slide_notice .tit_wrap {
  line-height: 30px;
  margin-bottom: 10px;
}
.slide_notice .notice_wrap .tit_wrap {
  padding-bottom:20px;
  border-bottom:2px solid #7c7c7c;
}
.slide_notice .slide_ctl {
  vertical-align: top;
}
.slide_notice .slide_ctl button {
  display: inline-block;
  width: 27px;
  height: 27px;
}
.slide_notice .slide_ctl .s4_prev {
  background: url(../img/sliclk_prev.png) no-repeat;
}
.slide_notice .slide_ctl .s4_stop {
  background: url(../img/sliclk_stop.png) no-repeat;
}
.slide_notice .slide_ctl .s4_play {
  display: none;
  background: url(../img/sliclk_play.png) no-repeat;
}
.slide_notice .slide_ctl .s4_next {
  background: url(../img/sliclk_next.png) no-repeat;
}
@media screen and (max-width:1024px) {
  .slide_notice .slide_notice_top .slide_notice01,
  .slide_notice .slide_notice_bottom .slide_notice02 {
    width: 49%;
  }
  .slide_notice .notice_wrap {
    width: 49%;
  }
}
@media screen and (max-width:768px) {
  .slide_notice .slide_notice_top,
  .slide_notice .slide_notice_bottom {
    display: block;
  }
  .slide_notice .slide_notice_bottom {
    margin-top: 35px;
  }
  .slide_notice .slide_notice_top .slide_notice01,
  .slide_notice .slide_notice_bottom .slide_notice02 {
    width: 100%;
    margin-bottom: 35px;
  }
  .slide_notice .notice_wrap {
    width: 100%;
  }
  .notice_wrap .noti_content>li {
    line-height: 30px;
  }
  .notice_wrap .noti_content>li a {
    font-size: 16px;
  }
  .slide_notice .slick-slide img {
    width: 100%;
  }
  .slide_notice .slide_notice_top .slide_notice01 h3,
  .slide_notice .slide_notice_bottom .slide_notice02 h3 {
    font-size: 21px;
  }
  .slide_notice .slide_notice_top .slide_notice01 .slide_ctl,
  .slide_notice .slide_notice_bottom .slide_notice02 .slide_ctl {
    margin-left: 5px;
  }
  .slide_notice .s4_slide .slick-slide {
    margin: 0;
    padding: 0 5px;
  }
  .slide_notice .s4_more {
    top: 6px;
  }
  .slide_notice .slide_notice01 .s4_more,
  .slide_notice .slide_notice02 .s4_more {
    right: 5px;
  }
  .slide_notice .slide_info .tit {
    font-size: 18px;
  }
  .slide_notice .slide_info .date {
    font-size: 16px;
  }
  .notice_wrap .noti_content {
    padding-top: 5px;
  }
}

/*가이드 모드*/
.guide_mode .section .fp-tableCell > h2,
.guide_mode .section .fp-tableCell > .inner {
  display: none;
}

.section .guide_wrap {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
	z-index:2;
  display: none;
  background:#fff;
}


/* 가이드 */
#fullpage .section:nth-of-type(even) .gud_slide-wrap .gud_slide{
  flex-direction: row-reverse;
}
.gud_slide-wrap {
  display:flex;
  justify-content:center;
  margin-top:205px;
  height:calc(100vh - 335px);
  position:relative;
}
.gud_slide-wrap .slide_inner{
  max-width:1500px;
  width:100%;
  border:1px solid #dcdcdc;
  border-radius:10px;
}
.gud_slide-wrap .gud_slide{
  display:flex !important;
  justify-content: space-between;
  align-items:center;
  padding:76px 100px 55px;
  max-height:calc(100vh - 240px);
}
.gud_slide-wrap .gud_slide .text_box{
  display:flex;
  align-items:center;
  flex-direction: column;
}
.gud_slide-wrap .gud_slide .img_wrap{
  width:100%;
}
.gud_slide-wrap .gud_slide .text_box .txt{
  font-size:22px;
  line-height:32px;
  letter-spacing:-0.04em;
  padding-top:58px;
  width:100%;
}
.gud_slide-wrap .gud_slide .text_box .btn_wrap{
  padding-top:54px;
  width:100%;
}
.gud_slide-wrap .gud_slide .text_box .btn_start{
  min-width:205px;
  height:60px;
  border:2px solid #000;
  border-radius:30px;
  font-size:22px;
  letter-spacing:-0.04em;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  display:inline-block;
  text-align:center;
  line-height:56px;
  z-index: 1;
  position:relative;
  overflow:hidden;
  /* outline: none; */
}
.gud_slide-wrap .gud_slide .text_box .btn_start:hover{
  color:#fff;
  border-color:#2856c5;
  background:#2856c5;
}
.gud_slide-wrap .gud_slide .text_box .btn_start:after {
  position: absolute;
  content: "";
  width: 0;
  height: 100%;
  top: 0;
  right: 0;
  z-index: -1;
  background-color: #2856c5;
  transition: all 0.5s ease;
}
.gud_slide-wrap .gud_slide .text_box .btn_start:hover:after {
  left: 0;
  width: 130%;
}
/* 가이드화면 슬라이드 버튼 */
.gud_progress_wrap{
  position:absolute;
  bottom:-62px;
  display:flex;
  width:100%;
  justify-content: center;
  align-items:center;
  left:50%;
  -webkit-transform:translateX(-50%);
  -moz-transform:translateX(-50%);
  -ms-transform:translateX(-50%);
  -o-otransform:translateX(-50%);
  transform:translateX(-50%);
}
.page_bar .slick-dots{
  display:flex;
}
.page_bar .slick-dots > li {
  position: relative;
  display: block;
}
.page_bar .slick-dots > li button {
  display: inline-block;
  width:100%;
  height:1px;
  width:90px;
  background: #b3b3b3;
  text-indent: -9999px;
  position: relative;
}
.page_bar .slick-dots > li button .bar {
  display: block;
  transform-origin: left;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height:1px;
  background: #565656;
  transform: scaleX(0);
}
.page_bar .slick-dots > li.slick-active button .bar {
  -o-animation: 6000ms linear ani;
  -webkit-animation: 6000ms linear ani;
  -moz-animation: 6000ms linear ani;
  -ms-animation: 6000ms linear ani;
  animation: 6000ms linear ani;
  -moz-animation-fill-mode: forwards;
  -o-animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
  -ms-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.page_bar .slick-dots > li.slick-active .point {
  display: block;
  width:9px;
  height:9px;
  border-radius: 100%;
  position: absolute;
  left:0;
  top:8px;
  z-index: 3;
  background: #9a9a9a ;
  animation: 6000ms linear ani2;
  -moz-animation-fill-mode: forwards;
  -o-animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
  -ms-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.page_bar .slick-dots > li:not(.slick-active) button .bar {
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -o-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
}
.gud_progress_wrap .slick-prev{
  width:14px;
  height:26px;
  font-size:0;
  color:transparent;
  background:url(../img/ico_gud-slide-prev.png) no-repeat;
  margin-right:25px;
  cursor:pointer;
}
.gud_progress_wrap .slick-next{
  width:14px;
  height:26px;
  font-size:0;
  color:transparent;
  background:url(../img/ico_gud-slide-next.png) no-repeat;
  margin-left:25px;
  cursor:pointer;
}
.gud_slide-wrap .control_wrap{
  padding-left:10px;
}
.gud_slide-wrap .control_wrap button{
  width:24px;
  height:24px;
  font-size:0;
  color:transparent;
}
.gud_slide-wrap .btn_pse{
  background:url(../img/ico_gud-slide-pse.png) no-repeat;
  background-size:24px;
}
.gud_slide-wrap .btn_ply{
  background:url(../img/ico_gud-slide-ply.png) no-repeat;
  background-size:24px;
  display:none;
}
@media screen and (max-width:1610px){
  .gud_slide-wrap{
    display:none;
  }
}
@media screen and (max-height:900px){
  .gud_slide-wrap{
    height:calc(100vh - 235px);
    margin-top:155px;
  }
  .gud_slide-wrap .slide_inner{
    display:flex;
    align-items:center;
  }
  .gud_slide-wrap .gud_slide .text_box .txt{
    padding-top:30px;
    font-size:18px;
    line-height:28px;
  }
  .gud_slide-wrap .gud_slide .text_box .btn_wrap{
    padding-top:24px;
  }
  .gud_slide-wrap .gud_slide .text_box .btn_start{
    min-width:150px;
    height:50px;
    line-height:46px;
    font-size:18px;
  }
  .gud_slide-wrap .gud_slide .img_box img{
    max-height:calc(100vh - 330px);
    margin:0 50px;
  }
}

/* ~~~~~~~~~~~~~~~~ 팝업 ~~~~~~~~~~~~~~~~ */
/* 개인화설정 팝업 */
.personali_settings-pop {
  padding: 36px 25px 40px;
  max-width: 1500px;
  width: calc(100vw - 40px);
}
.personali_settings-pop .title {
  font-size: 30px;
  font-weight: bold;
  line-height: 38px;
  letter-spacing: -0.04em;
  text-align: center;
  padding-bottom: 26px;
  word-break: keep-all;
}
.personali_settings-pop .tab-button02 {
  position: relative;
}
.personali_settings-pop .btn_tab {
  position: absolute;
  left: 0;
  height: 0;
  min-height: calc((100% - 21px) / 2);
  width: 230px;
  margin-bottom: 21px;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: -0.04em;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px 0 0 10px;
  background: #f5f5f5;
  border: 1px solid #dcdcdc;
  border-right: 0;
}
.personali_settings-pop .btn_tab:after {
  content: '';
  font-size: 0;
  min-height: inherit;
}
.personali_settings-pop li:last-of-type .btn_tab {
  margin-bottom: 0;
}
.personali_settings-pop .tab-button02 li.active .btn_tab {
  color: #fff;
  background: #195da2;
  border-color: #195da2;
}
.personali_settings-pop .tab-button02>li:nth-of-type(1) .btn_tab {
  top: 0;
}
.personali_settings-pop .tab-button02>li:nth-of-type(2) .btn_tab {
  bottom: 0;
}
.personali_settings-pop .btn_tab br {
  display: none;
}
.personali_settings-pop .tab_content02 {
  margin-left: 230px;
  max-height: 100%;
  border: 1px solid #dcdcdc;
  border-radius: 0 15px 15px 0;
}
.area_settings-wrap {
  padding: 0 30px 26px;
}
.area_settings-wrap .row_wrap {
  font-size: 0;
  text-align: right;
}
.area_settings-wrap .row_wrap .i_txt {
  display: inline-block;
  vertical-align: middle;
  font-size: 15px;
  letter-spacing: -0.04em;
  text-align: left;
  width: calc(100% - 262px);
  padding-right: 10px;
}
.area_settings-wrap .btn_wrap {
  display: inline-block;
  vertical-align: middle;
  font-size: 0;
}
.area_settings-wrap .btn_wrap button {
  display: inline-block;
  min-width: 126px;
  height: 38px;
  border-radius: 5px;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: -0.02em;
  line-height:36px;
  margin-right: 10px;
}
.area_settings-wrap .btn_wrap button:last-of-type {
  margin-right: 0;
}
.area_settings-wrap .area_list:not(:last-of-type) {
  border-bottom: 1px solid #c1c1c1;
}
.area_settings-wrap .area_list {
  padding-top: 26px;
}
.area_settings-wrap .area_list .a_tit {
  font-size: 20px;
  font-weight: 600;
  letter-spacing: -0.04em;
  padding-bottom: 18px;
}
.area_settings-wrap .set_list {
  display: flex;
  flex-wrap: wrap;
}
.area_settings-wrap .set_list li {
  width:calc((100% - 190px) / 3);
  margin-right: 94px;
  text-align: center;
}
.area_settings-wrap .set_list li:nth-of-type(3n){
  margin-right:0;
}
.area_settings-wrap .set_list li.unused .img_wrap:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
}
.area_settings-wrap .set_list li.unused input {
  cursor: inherit;
}
.area_settings-wrap .set_list .img_wrap {
  border: 1px solid #dcdcdc;
  margin-bottom: 12px;
  position: relative;
  padding-bottom: 48%;
  overflow: hidden;
}
.area_settings-wrap .set_list .img_wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.area_settings-wrap .set_list .s_tit {
  font-size: 16px;
  line-height: 20px;
  letter-spacing: -0.04em;
}
.area_settings-wrap .set_list .switch_wrap {
  padding: 9px 0 20px;
}
.area_settings-wrap .input_wrap {
  padding-top: 8px;
  padding-bottom: 23px;
}
.area_settings-wrap .input_wrap input {
  border: 1px solid #b0b0b0;
  max-width: 58px;
  height: 30px;
  font-size: 16px;
  text-align: center;
}
.area_settings-wrap .input_wrap input:disabled {
  background: #f3f3f3;
}
.area_settings-wrap .service_list {
  border: 1px solid #b0b0b0;
  background: #f3f3f3;
  padding: 14px 30px;
  margin-bottom: 10px;
}
.area_settings-wrap .service_list:last-of-type {
  margin-bottom: 23px;
}
.area_settings-wrap .service_list .dot_tit {
  padding-left: 10px;
  font-size: 17px;
  line-height: 1;
  letter-spacing: -0.04em;
}
.area_settings-wrap .service_list .dot_tit:before {
  display: inline-block;
  content: "";
  vertical-align: middle;
  width: 3px;
  height: 3px;
  background: #000;
  margin: -2px 7px 0 -13px;
}
.area_settings-wrap .check_list {
  padding-top: 7px;
  font-size: 0;
}
.area_settings-wrap .check_list li {
  display: inline-block;
  vertical-align: middle;
  margin-right: 30px;
  padding-top: 6px;
}
.area_settings-wrap .check_list .check_wrap {
  padding-left: 0;
}
.area_settings-wrap .check_list label {
  padding: 0;
  font-size: 16px;
  letter-spacing: -0.04em;
  cursor: pointer;
}
.area_settings-wrap .check_list .check_wrap input[type="checkbox"]+label:before {
  margin: -3px 10px 0 0;
}
@media screen and (max-width:1320px){
  .area_settings-wrap .set_list li{
    width:calc((100% - 109px) / 3);
    margin-right:54px;
  }
}
@media screen and (max-width:1024px) {
  .personali_settings-pop .title {
    font-size: 24px;
    line-height: 32px;
  }
  .personali_settings-pop .btn_tab {
    width: 180px;
    font-size: 22px;
  }
  .personali_settings-pop .tab_content02 {
    margin-left: 180px;
  }
  .area_settings-wrap .set_list {
    flex-wrap: wrap;
  }
  .area_settings-wrap .set_list li {
    flex: none;
    width: calc((100% - 19px) / 3);
    margin-right:8px;
  }
  .area_settings-wrap .set_list li:nth-of-type(3) {
    margin-right: 0;
  }
  .area_settings-wrap .row_wrap {
    text-align: center;
  }
  .area_settings-wrap .row_wrap .i_txt {
    padding-right: 0;
    width: 100%;
    font-size: 14px;
    line-height: 20px;
  }
  .area_settings-wrap .btn_wrap {
    padding-top: 18px;
  }
  .area_settings-wrap .service_list:last-of-type {
    margin-bottom: 2px;
  }
}
@media screen and (max-width:768px) {
  .personali_settings-pop {
    padding: 24px 20px 30px;
  }
  .personali_settings-pop .title {
    font-size: 18px;
    line-height: 26px;
    padding-bottom: 16px;
  }
  .personali_settings-pop .btn_tab {
    min-height: auto;
    height: 80px;
    width: calc((100% - 10px) / 2);
    border-radius: 10px 10px 0 0;
    margin-bottom: 0;
    font-size: 17px;
    border-right: 1px solid #dcdcdc;
    border-bottom: 0;
    text-align: center;
  }
  .personali_settings-pop .tab-button02>li:nth-of-type(2) .btn_tab {
    bottom: auto;
    top: 0;
    right: 0;
    left: auto;
  }
  .personali_settings-pop .btn_tab br {
    display: block;
  }
  .personali_settings-pop .tab_content02 {
    margin-left: 0;
    padding-top: 80px;
    border-top: 0;
    border-radius: 0 0 15px 15px;
  }
  .personali_settings-pop .tab_content02:before {
    display: block;
    content: "";
    widtH: 100%;
    height: 1px;
    background: #dcdcdc;
  }
  .area_settings-wrap {
    padding: 0 19px 19px;
  }
  .area_settings-wrap .area_list {
    padding-top: 18px;
    padding-bottom: 10px;
  }
  .area_settings-wrap .area_list .a_tit {
    font-size: 18px;
  }
  .area_settings-wrap .set_list li {
    width: 100%;
    padding-right: 0;
  }
  .area_settings-wrap .set_list .img_wrap {
    margin-bottom: 12px;
  }
  .area_settings-wrap .set_list .switch_wrap {
    padding: 8px 0 10px;
  }
  .area_settings-wrap .input_wrap {
    padding: 10px 0;
  }
  .area_settings-wrap .input_wrap input {
    max-width: 40px;
    height: 27px;
    font-size: 16px;
  }
  .area_settings-wrap .btn_wrap {
    width: 100%;
  }
  .area_settings-wrap .btn_wrap button {
    width: calc((100% - 8px) / 2);
    min-width: auto;
    margin-right: 8px;
    font-size: 16px;
  }
  .area_settings-wrap .service_list {
    padding: 16px 14px;
  }
  .area_settings-wrap .service_list .dot_tit {
    padding-left: 9px;
  }
  .area_settings-wrap .service_list .dot_tit:before {
    margin: -2px 6px 0 -9px;
  }
  .area_settings-wrap .check_list {
    padding-top: 13px;
    display: flex;
    flex-wrap: wrap;
  }
  .area_settings-wrap .check_list li {
    min-width: 50%;
    margin-right: 0;
    display: block;
    padding-left: 26px;
    margin-bottom: 15px;
    padding-top: 0;
  }
  .area_settings-wrap .check_list label {
    line-height: 22px;
  }
  .area_settings-wrap .check_list .check_wrap input[type="checkbox"]+label:before {
    margin: -3px 6px 0 -26px;
  }
}
/* 사업공고 기본정보 팝업 */
.basic_ann-info-pop .b_tit {
  padding-top: 45px;
  font-size: 26px;
  font-weight: 600;
  letter-spacing: -0.04em;
  line-height: 36px;
  color: #2c57ae;
}
.basic_ann-info-pop .b_txt {
  padding-top: 24px;
  font-size: 20px;
  font-weight: 400;
  line-height: 32px;
  letter-spacing: -0.04em;
}
.basic_ann-info-pop .bg_box {
  background: #f6f6f6;
  border: 1px solid #a2a2a2;
}
.basic_ann-info-pop .bg_box {
  padding: 35px 0;
  margin-top: 24px;
}
.basic_ann-info-pop .bg_box {
  display: flex;
}
.basic_ann-info-pop .bg_box .dot_list-wrap {
  flex: 1;
  padding: 3px 10px 12px 45px;
  word-break: keep-all;
  border-right: 1px solid #d9d9d9;
}
.basic_ann-info-pop .bg_box .dot_list-wrap:last-of-type {
  border-right: 0;
}
.basic_ann-info-pop .bg_box .dot_list:not(:last-of-type) {
  margin-bottom: 23px;
}
.basic_ann-info-pop .box {
  padding: 42px 35px 37px;
}
.basic_ann-info-pop .box .tit_bl {
  font-size: 26px;
  font-weight: 600;
  letter-spacing: -0.04em;
  color: #2c57ae;
}
.basic_ann-info-pop .box .txt {
  font-size: 20px;
  font-weight: 300;
  letter-spacing: -0.04em;
  line-height: 32px;
  padding-top: 23px;
}
.basic_ann-info-pop .box .date {
  padding-top: 21px;
  font-size: 18px;
  letter-spacing: -0.04em;
  line-height: 29px;
  font-weight: 600;
}
.basic_ann-info-pop .dot_list-wrap .dot_list:not(:last-of-type) {
  margin-bottom: 24px;
}
.dot_list-wrap .dot_list .table_inner {
  display: table;
  width: 100%;
  table-layout: fixed;
}
.basic_ann-info-pop .dot_list-wrap .dot_list .table_inner .tit,
.basic_ann-info-pop .dot_list-wrap .dot_list .table_inner .txt {
  display: table-cell;
  vertical-align: top;
}
.basic_ann-info-pop .dot_list-wrap .dot_list .table_inner .tit {
  width: 120px;
}
.basic_ann-info-pop .dot_list-wrap .dot_list .tit {
  padding-left: 16px;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: -0.04em;
  word-break: break-all;
  padding-right: 5px;
}
.basic_ann-info-pop .dot_list-wrap .dot_list .tit:before {
  display: inline-block;
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 100%;
  background: #000;
  vertical-align: top;
  margin: 11px 10px 0 -15px;
}
.basic_ann-info-pop .dot_list-wrap .dot_list.bl .tit {
  color: #2c57ae;
}
.basic_ann-info-pop .dot_list-wrap .dot_list.bl02 .tit {
  color: #34466b;
}
.basic_ann-info-pop .dot_list-wrap .dot_list.bl .tit:before {
  background: #2c57ae;
}
.basic_ann-info-pop .dot_list-wrap .dot_list.bl02 .tit:before {
  background: #34466b;
}
.basic_ann-info-pop .dot_list-wrap .dot_list .txt {
  font-size: 20px;
  font-weight: 400;
}
.basic_ann-info-pop .btnWrap {
  padding-top: 30px;
}
.btnWrap.type_right {
  text-align: right;
}
.btnWrap.type_right button {
  display: inline-block;
}
.basic_ann-info-pop .btnWrap button {
  min-width: 214px;
  height: 52px;
  border-radius: 8px;
  font-size: 18px;
  font-weight: 600;
  margin-right: 10px;
}
.basic_ann-info-pop .btnWrap button:last-of-type {
  margin-right: 0;
}
@media screen and (max-width:1024px) {
  .basic_ann-info-pop .b_txt br {
    display: none;
  }
  .basic_ann-info-pop .bg_box {
    display: block;
    padding: 3px 20px 25px;
  }
  .basic_ann-info-pop .app_notice_details-wrap .bg_box .dot_list-wrap {
    padding: 27px 0 0;
    border-right: 0;
  }
  .basic_ann-info-pop .app_notice_details-wrap .bg_box .dot_list-wrap:not(:last-of-type) {
    padding-bottom: 26px;
    border-bottom: 1px solid #d9d9d9;
  }
  .basic_ann-info-pop .dot_list-wrap .dot_list:not(:last-of-type) {
    margin-bottom: 14px;
  }
  .basic_ann-info-pop .app_notice_details-wrap .box .tit_bl {
    font-size: 22px;
    line-height: 32px;
  }
  .basic_ann-info-pop .app_notice_details-wrap .box .txt {
    font-size: 18px;
    line-height: 26px;
  }
}
@media screen and (max-width:768px) {
  .basic_ann-info-pop .b_tit {
    padding-top: 25px;
    font-size: 20px;
    line-height: 30px;
  }
  .basic_ann-info-pop .b_txt {
    padding-top: 11px;
    font-size: 16px;
    line-height: 24px;
  }
  .basic_ann-info-pop .bg_box {
    margin-top: 24px;
  }
  .basic_ann-info-pop .dot_list-wrap .dot_list .table_inner .tit {
    font-size: 16px;
    line-height: 22px;
    padding-left: 13px;
    width: 88px;
  }
  .basic_ann-info-pop .dot_list-wrap .dot_list .tit:before {
    margin: 10px; padding-left:0
  }
  .basic_ann-info-pop .dot_list-wrap .dot_list .txt {
    font-size: 16px;
    line-height: 22px;
  }
  .btnWrap.type_right {
    text-align: center;
    font-size: 0;
  }
  .basic_ann-info-pop .btnWrap button {
    min-width: calc((100% - 8px) / 2);
    height: 40px;
    border-radius: 5px;
    font-size: 16px;
    margin-right: 8px;
  }
}
/*개인화서비스*/
.personal {
  display: flex;
  justify-content: space-between;
}
.personal .personal_left {
  width: 74%;
  /* width: 100%; */
}
.personal .personal_left .listwrap {
  position: relative;
  border: 1px solid #dcdcdc;
  margin-bottom:22px;
}
.personal .personal_left .listwrap>li:not(:first-child) .personal_list {
  display: none;
}
.listwrap>li .tab_btn {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  background: #e0e0e0;
  font-weight: bold;
  text-align: left;
  color: #000;
  font-size: 22px;
  line-height: 53px;
  padding: 0 25px;
}
.listwrap>li .tab_btn.on {
  background: #195da2;
  color: #fff;
}
.listwrap>li:nth-child(2) .tab_btn {
  left: 50%;
}
/*
.listwrap>li .tab_btn .more_btn {
  display: inline-block;
  float: right;
  color: #c2c2c2;
  font-size: 16px;
  line-height: 26px;
  margin-top: 12px;
  padding: 0 27px 0 17px;
  border: 1px solid #c2c2c2;
  border-radius: 15px;
  background: url(../img/right_arrow.png)no-repeat right 10px top 50%;
}
.listwrap>li .tab_btn.on .more_btn {
  color: #fff;
  background-image: url(../img/right_arrow_on.png);
}*/


.listwrap>li:nth-child(2) .more_btn {
  right:20px;
}
.listwrap>li .more_btn {
/*   display: block; */
  position: absolute;
  top: 0;
  right: 52%;
/*   width: 50%; */
  background: #e0e0e0;
  font-weight: bold;
  text-align: left;
  color: #000;
  font-size: 22px;
  line-height: 53px;
  padding: 0 25px;
  
/*   display: inline-block; */
/*   float: right; */
  color: #000;
  font-size: 16px;
  line-height: 26px;
  margin-top: 12px;
  padding: 0 27px 0 17px;
  border: 1px solid #888;
  border-radius: 15px;
  background: url(../img/right_arrow.png)no-repeat right 10px top 50%;
}
.listwrap>li .more_btn.on {
  color: #fff;
  background-image: url(../img/right_arrow_on.png);
  border: 1px solid #fff;
}
.listwrap .personal_list {
  padding: 53px 15px 0;
  height: 372px;
  overflow: hidden
}
.listwrap .personal_list>li {
  padding: 18px 0;
  border-bottom: 1px solid #c1c1c1;
}
.listwrap .personal_list.type02>li {
  position: relative;
  padding: 13px 0;
}

.listwrap .personal_list>li:after {
  content: "";
  display: block;
  clear: both;
}
.listwrap .personal_list>li:nth-child(5) {
  border-bottom: 0;
}
.listwrap .personal_list.type02>li:nth-child(4) {
  border-bottom: 0;
}
.listwrap .personal_list>li .list_tit {
  float: left;
  width: calc(100% - 155px);
  font-size: 20px;
  line-height: 24px;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.listwrap .personal_list.type02>li .list_tit {
  float:none;
  width: calc(100% - 105px);
}

.listwrap .personal_list>li .list_tit .flag {
  display: inline-block;
  line-height: 24px;
  padding:0 10px;
  font-size: 14px;
  text-align: center;
  font-weight: 500;
  margin-right: 8px;
  vertical-align: top;
}
.listwrap .personal_list.type02>li .list_tit .list_tag {
  display: inline-block;
  line-height: 24px;
  min-width: 100px;
  font-size: 14px;
  color: #fff;
  text-align: center;
  font-weight: normal;
  margin-right: 8px;
  vertical-align: top;
}



.listwrap .personal_list>li .list_tit .list_tag.type01 {
  background: #d17625;
}
.listwrap .personal_list>li .list_tit .list_tag.type02 {
  background: #519b1b;
}
.listwrap .personal_list>li .list_info {
  float: right;
}
.listwrap .personal_list.type02>li .list_info {
  float:none;
  margin-top: 8px;
}
.listwrap .personal_list>li .list_info .date {
  display: inline-block;
}
.listwrap .personal_list.type02>li .list_info .date {
  margin-right:25px;
}

.listwrap .personal_list>li .list_info .deadL {
  display: inline-block;
}
.listwrap .personal_list>li .list_info .bold_txt {
  position: relative;
  font-weight: bold;
  padding-right: 10px;
  margin-right: 10px;
}
.listwrap .personal_list>li .list_info .bold_txt::after {
  content: "";
  position: absolute;
  right: 0;
  top: 6px;
  display: inline-block;
  width: 1px;
  height: 15px;
  background: #c1c1c1;
}
.listwrap .personal_list.type02>li .progress {
  display: block;
  width: 100px;
  position: absolute;
  top:21px;
  right:0;
  color: #fff;
  font-size: 16px;
  line-height: 35px;
  text-align: center;
  background: #19539a;
  border-radius: 7px;
}
.listwrap .personal_list.type02>li .progress.step02 {
  background: #d88002;
}
.listwrap .personal_list.type02>li .progress.step03 {
  background: #979797;
}

.listwrap .personal_list .empty_logo {
  margin-top:30px;
  text-align: center;
}
.listwrap .personal_list .empty_tit {
  font-size:28px;
  font-weight: bold;
  text-align: center;
  margin-top:25px;
}
.listwrap .personal_list .empty_txt {
  font-size:20px;
  line-height: 32px;
  text-align: center;
  margin-top:25px;
}
.listwrap .personal_list .personal_btn {
  text-align: center;
  margin-top: 25px;
}
.listwrap .personal_list .personal_btn button {
  background: #195da2;
    min-width: 300px;
    font-size: 18px;
    color: #fff;
    text-align: center;
    line-height: 50px;
}
.listwrap .personal_list .login_txt{
	font-size:0;
	text-align:center;
	margin-top:70px;
}
.listwrap .personal_list .login_txt:before{
	display:inline-block;
	content:"";
	width:90px;
	height:90px;
	background:url(../img/login_ico.png) no-repeat;
	margin:-2px 20px 0 0;
	vertical-align:middle;
}
.listwrap .personal_list .login_txt .txt{
	font-size:22px;
	font-weight:700;
	line-height:40px;
	display:inline-block;
	vertical-align:middle;
}
.listwrap .personal_list .personal_btn.type_login{
	margin-top:50px;
}
.personal .personal_right {
  width: 23.5%;
}
.edu_wrap {
  height:100%;
  border:1px solid #dcdcdc;
}
.edu_wrap h3{
  font-size: 22px;
  line-height: 53px;
  text-align: center;
  color:#fff;
  background:#314b80;
}
.edu_wrap .edu_list {
  position: relative;
  padding-top:360px;

}
.edu_wrap .edu_list .icon_box {
  position: absolute;
  width: 50%;
  height:180px;
  text-align: center;
  border-bottom:1px solid #dcdcdc;
}
.edu_wrap .edu_list .icon_box a {
  display: inline-block;
  width:100%;
  height:100%;
}
.edu_wrap .edu_list .icon_box a.on {
  background:#e3e3e3;
}
.edu_wrap .edu_list .icon_box a.act {
  background:#1d83d2;
  color: #fff;
}
.edu_wrap .edu_list .icon_box .cate_name::before {
  content:"";
  display: inline-block;
  width:100%;
  height:57px;
  margin-bottom: 12px;
}
.edu_wrap .edu_list .icon_box a.act .cate_name::before {
  background-position-y: 100%;
}
.edu_cate01 .icon_box {
  top:0;
  left:0;
  border-right:1px solid #dcdcdc;
}
.edu_cate02 .icon_box {
  top:0;
  right:0;
}
.edu_cate03 .icon_box {
  top:180px;
  left:0;
  border-right:1px solid #dcdcdc;
}
.edu_cate04 .icon_box {
  top:180px;
  right:0;
}
.edu_cate01 .cate_name::before {
  background: url(../img/edu_icon11.png) no-repeat center top;
}
.edu_cate02 .cate_name::before {
  background: url(../img/edu_icon12.png) no-repeat center top;
}
.edu_cate03 .cate_name::before {
  background: url(../img/edu_icon13.png) no-repeat center top;
}
.edu_cate04 .cate_name::before {
  background: url(../img/edu_icon14.png) no-repeat center top;
}

.edu_wrap .edu_list .icon_box .cate_name{
  font-size: 20px;
  font-weight: bold;
  padding-top:34px;
}
.edu_wrap .edu_list .cate_box {
  display: none;
}
.edu_wrap .edu_list > li:first-of-type .cate_box {
  display: block;
}
.edu_cate_2depth {
  margin-top: 18px;
  padding:0 30px;
  height:200px;
  overflow:hidden;
  overflow-y:auto;
}
.edu_cate_2depth > li {
  line-height: 28px;
  font-weight: bold;
  padding-left:16px;
}
.edu_cate_2depth > li:before{
  display:inline-block;
  content:"";
  width: 3px;
  height:3px;
  background:#000;
  vertical-align:middle;
  margin:0 13px -2px -16px;
}
.edu_cate_2depth > li a:hover {
  color:#195da2;
  background-image: url(../img/ico_edu-link-on.png);
}
.edu_cate_2depth > li a{
  display:inline-block;
  text-overflow:ellipsis;
  white-space:nowrap;
  overflow:hidden;
  background:url(../img/ico_edu-link.png) no-repeat right center;
  background-size:15px 15px;
  vertical-align:middle;
  width:100%;
  padding-right:18px;
}
.info_box_wrap {
  display: flex;
  justify-content: space-between;
}
.info_box_wrap .info_box {
  border: 1px solid #dcdcdc;
  width: calc((100% - 22px) /2);
}
.info_box_wrap .info_box h3 {
  font-size: 20px;
  background: #ecf1f6;
  line-height: 54px;
  text-align: center;
}
.info_box_wrap .info_box .inner_box {
  position: relative;
  padding: 13px 36px;
  text-align: center;
}
.inner_box .step_btn_wrap {
  position: absolute;
  top: 15px;
  right: 15px;
}
.inner_box .step_btn_wrap .step_btn {
  display: flex;
}
.inner_box .step_btn_wrap .step_btn>li {
  margin-left: 3px;
}
.inner_box .step_btn_wrap .step_btn>li a {
  display: inline-block;
  width: 26px;
  height: 26px;
  text-align: center;
  line-height: 24px;
  border: 1px solid #b0b0b0;
}
.inner_box .step_btn_wrap .step_btn>li.on a {
  color: #fff;
  background: #0797b6;
  border-color: #0797b6;
}
.inner_box .name {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}
.inner_box .name .step_tag{
  display: inline-block;
  font-size: 16px;
  margin-right: 8px;
  line-height: 26px;
  font-weight: normal;
  color: #fff;
  background: #1b5388;
  width: 60px;
  text-align: center;
}
.inner_box .info_txt {
  display: inline-block;
  text-align: center;
  padding: 10px;
  margin: 10px 0;
  border-top: 1px solid #d6d6d6;
  border-bottom: 1px solid #d6d6d6;
  min-width: 63%;
}
.inner_box .info_txt p {
  line-height: 26px;
}
.inner_box .info_box_btn {
  display: flex;
  justify-content: center;
  padding: 0 0px 6px;
}
.inner_box .info_box_btn button {
  flex-basis: 395px;
  font-size: 18px;
  color: #fff;
  text-align: center;
  line-height: 45px;
}
.inner_box.type02 .info_box_btn button{
  font-size: 16px;
}
.inner_box .info_box_btn button:not(:first-child) {
  margin-left: 10px;
}
.inner_box .info_box_btn button.type01 {
  background: #3d80c4;
}
.inner_box .info_box_btn button.type02 {
  background: #265d96;
}

/* 20220204 수정 */
.info_box_wrap .info_box .inner_box .bg_box.first .bg_info{
	background: url(../img/info_box_bg01.png) no-repeat bottom right;
	min-height: 114px;
}
.info_box_wrap .info_box .inner_box .bg_box.first .bg_info p{
	text-align: left;
	font-size: 21px;
	line-height: 29px;
	letter-spacing: -0.06em;
	padding-left: 50px;
	padding-top: 30px;
}
.info_box_wrap .info_box .inner_box .bg_box.first .bg_info p::before{
	display: block;
	/* content: ''; */
	/* background: url(../img/info_box_img01.png) no-repeat; */
	width: 83px;
	height: 25px;
	margin-bottom: 12px;
}
.info_box_wrap .info_box .inner_box .bg_box.first .bg_info p span{
	font-weight: 800;
}
.info_box_wrap .info_box .inner_box .bg_box.second .bg_info{
	background: url(../img/info_box_bg02.png) no-repeat bottom center;
	min-height: 118px;
	display: flex;
	color: #fff;
	font-size: 15px;
	line-height: 18px;
	justify-content: space-between;
	padding: 0 14px;
}
.info_box_wrap .info_box .inner_box .bg_box.second .bg_info .ball.type01{
	background: #007cb5;
	border-radius: 50%;
}
.info_box_wrap .info_box .inner_box .bg_box.second .bg_info .ball.type02{
	background: #1666b2;
	border-radius: 50%;
}
.info_box_wrap .info_box .inner_box .bg_box.second .bg_info .ball{
	display: table;
	width: 102px;
	height: 102px;
}
.info_box_wrap .info_box .inner_box .bg_box.second .bg_info .ball p{
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}
@media screen and (max-width:1200px) {
  .listwrap>li .tab_btn {
    padding: 0 10px;
  }
  .info_box_wrap .info_box .inner_box .bg_box.first .bg_info{
		background-size: 55%;
  }
.info_box_wrap .info_box .inner_box .bg_box.second .bg_info{
	background-size: 50%;
	padding: 0 0px;
  }
  .info_box_wrap .info_box .inner_box .bg_box.first .bg_info p{
	padding-left: 0;
  }
  .inner_box.type02 .info_box_btn button{
    font-size: 14px;
  }
  /* .personal .personal_left {
    width: calc(100% - 400px);
  } */
  /* .personal .personal_right {
    width: 380px;
    margin-left: 20px;
  } */
}
@media screen and (max-width:1024px) {
  .personal {
    display: block;
  }
  .personal .personal_left {
    width: 100%;
  }
  .personal .personal_right {
    margin: 0;
    width: 100%;
  }
  .listwrap>li .tab_btn {
    font-size: 17px;
    line-height: 48px;
  }
  .listwrap .personal_list {
    padding: 48px 10px 0;
    height:auto;
  }
  .listwrap .personal_list>li .list_tit {
    width:100%;
    font-size: 16px;
    white-space: initial;
		float:none;
  }
  .listwrap .personal_list.type02>li .list_tit {
    width: 100%;
  }
	.listwrap .personal_list>li .list_info{
		float:none;
		padding-top:8px;
	}
  .listwrap .personal_list.type02>li .list_info {
    margin-top: 4px;
  }
  .listwrap .personal_list>li .list_tit .list_tag {
    font-size: 12px;
  }
  .listwrap .personal_list>li .list_tit .txt {
    display: block;
    margin-top: 5px;
  }
  .listwrap .personal_list.type02>li .list_tit .txt {
    margin-top: 10px;
  }
  .listwrap .personal_list .personal_btn {
  padding-bottom: 25px;
  }
  .listwrap .personal_list.type02>li .progress{
    position: initial;
    width:100%;
    margin-top:12px;
  }
  .edu_cate_2depth{
    height:auto;
    margin:11px 0;
  }
}
@media screen and (max-width:768px) {
  .listwrap>li .tab_btn {
    text-align: center;
    line-height: 18px;
    padding: 10px 0 50px;
  }
  .listwrap>li .tab_btn span {
    display: block;
		line-height:24px;
		font-weight:500;
  }
	.listwrap>li .tab_btn span b{
		display:block;
		font-weight:500;
	}
/*   .listwrap>li .tab_btn .more_btn {
    float: none;
    font-size: 12px;
    margin-top: 8px;
    line-height: 20px;
  } */
  
  .listwrap>li .more_btn {
  	display: block;
  	position: absolute;
    float: none;
    font-size: 12px;
    margin-top: 65px;
    line-height: 20px;
  }
  .listwrap>li #tab1_more {
  	right: 69%;
  }
  .listwrap>li #tab2_more {
  	right: 19%;
  }
  
  .listwrap .personal_list {
    padding: 102px 10px 0;
    min-height:290px;
  }
  .listwrap .personal_list>li .list_tit .flag,
  .listwrap .personal_list.type02>li .list_tit .list_tag {
    font-size: 12px;
    margin-right:0;
  }
  .listwrap .personal_list.type02>li .list_tit .list_tag {
    min-width: 80px;
  }
  .listwrap .personal_list>li .list_tit .txt {
    display: -webkit-box;
    max-height: 48px;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
  }
  .listwrap .personal_list>li .list_info {
    font-size: 14px;
  }
  .listwrap .personal_list>li .list_info .date {
    margin-right: 10px;
  }
  .listwrap .personal_list.type02>li .list_info .date {
    display: block;
    margin-right: 0;
  }
  .listwrap .personal_list>li .list_info .deadL {
    display: block;
    margin-top:7px;
  }
  .listwrap .personal_list>li .list_info .bold_txt {
    padding-right: 5px;
    margin-right: 5px;
  }
  .listwrap .personal_list>li .list_info .bold_txt::after {
    top: 4px;
    height: 14px;
  }
  .info_box_wrap .info_box h3 {
    font-size: 18px;
    line-height: 48px;
  }
  .info_box_wrap .info_box01 .inner_box {
    padding: 16px 14px 29px;
  }
   .info_box_wrap .info_box02 .inner_box{
	padding: 24px 14px 29px;
   }
   .info_box_wrap .info_box .inner_box .bg_box.first .bg_info{
   	background: url(../img/info_box_bg01.png) no-repeat bottom right -40px;
	background-size: 175px;
    min-height: 105px;
   }
   .info_box_wrap .info_box .inner_box .bg_box.second .bg_info{
	background-size: 120px;
    min-height: 98px;
	font-size: 12px;
    line-height: 16px;
   }
   .info_box_wrap .info_box .inner_box .bg_box.second .bg_info .ball{
	width: 82px;
    height: 82px;
   }
  .inner_box .step_btn_wrap {
    right: 10px;
  }
  .inner_box .step_btn_wrap .step_btn>li a {
    font-size: 12px;
    width: 20px;
    height: 20px;
    line-height: 18px;
  }
  .inner_box .name {
    font-size: 17px;
  }
  .inner_box .info_txt {
    width: calc(100% - 20px);
  }
  .inner_box .info_box_btn button {
    font-size: 16px;
    line-height: 24px;
    padding: 10px;
    min-height:44px;
	  flex-basis: 100%;
  }
  .info_box_wrap .info_box .inner_box .bg_box.first .bg_info p{
	padding-top: 0;
	font-size: 18px;
  }
  .inner_box .info_box_btn{
	padding: 0;
  }
  .edu_wrap .edu_list .icon_box{
    height:160px;
  }
  .listwrap .personal_list .personal_btn button{
    min-width:auto;
    max-width: 314px;
    width:100%;
  }
  .info_box_wrap{
    display:block;
  }
  .info_box_wrap .info_box{
    width:100%;
    margin-bottom:10px;
  }
  .edu_cate_2depth{
    padding:0 25px;
  }
  .edu_wrap .edu_list .icon_box .cate_name{
    font-size:18px;
    padding-top:30px;
  }
  .edu_wrap .edu_list .icon_box .cate_name::before{
    height:51px;
    background-size:63px;
  }
  .edu_cate_2depth > li{
    padding-left:13px;
    font-size:14px;
    line-height:26px;
  }
  .edu_cate_2depth > li:before{
    margin:0 10px -2px -13px;
  }
  .edu_cate04 .icon_box,
  .edu_cate03 .icon_box{
    top:160px;
  }
  .edu_wrap .edu_list{
    padding-top:320px;
  }
  .edu_wrap h3{
    line-height:48px;
    font-size:18px;
  }
  .listwrap .personal_list .empty_tit{
    font-size:20px;
    margin-top:29px;
  }
  .listwrap .personal_list .empty_txt{
    font-size:15px;
    line-height:26px;
    margin-top:12px;
  }
  .listwrap .personal_list .personal_btn{
    margin:19px 0 29px;
    padding-bottom: 0;;
  }
  .listwrap .personal_list .personal_btn button{
    line-height:44px;
    font-size:16px;
  }
  .personal .personal_left .listwrap{
    margin-bottom:10px;
  }
	/* 개인화 비로그인 시 */
	.listwrap .personal_list .login_txt{
		margin-top:30px;
	}
	.listwrap .personal_list .login_txt:before{
		display:block;
		margin:0 auto 11px;
	}
	.listwrap .personal_list .login_txt .txt{
		display:block;
		font-size:16px;
		line-height:34px;
		margin:0 auto;
		max-width:314px;
	}
	.listwrap .personal_list .login_txt .txt br{
		display:none;
	}
	.listwrap .personal_list .personal_btn.type_login{
		margin-top:20px;
	}
}

@media screen and (max-width:540px) {
  .listwrap>li #tab1_more {
  	right: 66%;
  }
  .listwrap>li #tab2_more {
  	right: 16%;
  }
}

/* 창업스케줄  스케줄러설정 팝업 */
.schedule_settings-pop .bg_box {
  border: 1px solid #c5c5c5;
  background: #f5f5f5;
  padding: 31px 31px 19px;
  margin-top: 40px;
}
.sh_settings_list-wrap select,
.sh_settings_list-wrap input,
.sh_settings_list-wrap input[type=text][readonly] {
  background: #fff;
  border: 1px solid #c3c3c3;
  height: 42px;
  width: 100%;
  padding-left: 19px;
  font-size: 16px;
  letter-spacing: -0.04em;
  text-overflow: ellipsis;
}
.sh_settings_list-wrap input::-webkit-input-placeholder {
  color: #000;
}
.sh_settings_list-wrap input::-moz-placeholder {
  color: #000;
}
.sh_settings_list-wrap input:-ms-input-placeholder {
  color: #000;
}
.sh_settings_list-wrap input::-ms-input-placeholder {
  color: #000;
}
.sh_settings_list-wrap input::placeholder {
  color: #000;
}
.sh_settings_list-wrap select {
  padding-right: 22px;
  background: #fff url(../img/ico_select-bk.png) no-repeat right 13px center;
}
.sh_settings_list-wrap {
  display: flex;
  flex-wrap: wrap;
}
.sh_settings_list-wrap li {
  width: calc((100% - 42px) / 4);
  margin-right: 14px;
  margin-bottom: 12px;
}
.sh_settings_list-wrap li:nth-of-type(4n) {
  margin-right: 0;
}
.sh_settings_list-wrap li.w100 {
  width: 100%;
  margin-right: 0;
}
.schedule_settings-pop .row_wrap {
  padding-top: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.schedule_settings-pop .dot_list {
  padding-left: 11px;
  font-size: 18px;
  letter-spacing: -0.04em;
}
.schedule_settings-pop .dot_list:before {
  display: inline-block;
  content: "";
  width: 3px;
  height: 3px;
  background: #e0763c;
  vertical-align: middle;
  margin: -3px 8px 0 -11px;
}
.schedule_settings-pop .btnWrap {
  font-size: 0;
  width: 438px;
}
.schedule_settings-pop .btnWrap button {
  display: inline-block;
  max-width: 214px;
  width: calc((100% - 10px) / 2);
  border-radius: 8px;
  height: 52px;
  font-size: 18px;
  margin-right: 10px;
}
.schedule_settings-pop .btnWrap button:last-of-type {
  margin-right: 0;
}
@media screen and (max-width:1024px) {
  .sh_settings_list-wrap li {
    width: calc((100% - 14px) / 2);
  }
  .sh_settings_list-wrap li:nth-of-type(2n) {
    margin-right: 0;
  }
}
@media screen and (max-width:768px) {
  .schedule_settings-pop .bg_box {
    margin-top: 30px;
    padding: 29px 19px 21px;
  }
  .sh_settings_list-wrap li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 8px;
  }
  .sh_settings_list-wrap select,
  .sh_settings_list-wrap input,
  .sh_settings_list-wrap input[type=text][readonly] {
    height: 40px;
    font-size: 16px;
    color: #454545;
    padding-left: 11px;
  }
  .sh_settings_list-wrap input::-webkit-input-placeholder {
    color: #454545;
  }
  .sh_settings_list-wrap input::-moz-placeholder {
    color: #454545;
  }
  .sh_settings_list-wrap input:-ms-input-placeholder {
    color: #454545;
  }
  .sh_settings_list-wrap input::-ms-input-placeholder {
    color: #454545;
  }
  .sh_settings_list-wrap input::placeholder {
    color: #454545;
  }
  .schedule_settings-pop .row_wrap {
    display: block;
    padding-top: 18px;
  }
  .schedule_settings-pop .dot_list {
    font-size: 16px;
    line-height: 24px;
  }
  .schedule_settings-pop .btnWrap {
    width: 100%;
    padding-top: 18px;
  }
  .schedule_settings-pop .btnWrap button {
    max-widtH: none;
    width: calc((100% - 8px) / 2);
    margin-right: 8px;
    height: 40px;
    font-size: 16px;
  }
}
/* 창업연관사업공고 팝업 */
.ann_related-pop .layerWrap .tit_wrap {
  border-color: #707070;
}
.ann_related-pop .data {
  color: #e0763c;
}
.ann_related-pop .result_inner {
  border-bottom: 1px solid #707070;
  max-height: calc(100vh - 250px);
  height: 100%;
}
.ann_related-pop .result_tag {
  min-width: 77px;
  text-align: center;
}
.ann_related-pop .bk_btn {
  min-width: 64px;
  padding: 0 13px;
  font-weight: 600;
}
.ann_related-pop .red_btn {
  min-width: 64px;
  padding: 0 13px;
  font-weight: 600;
}
.ann_related-pop .result_inner>li .result_L .txt {
  letter-spacing: -0.06em;
}
.ann_related-pop .result_inner>li .result_L {
  width: calc(100% - 125px);
}
.ann_related-pop .btnWrap {
  text-align: center;
  padding-top: 30px;
}
.ann_related-pop .btnWrap button {
  min-width: 214px;
  border-radius: 8px;
  height: 52px;
  font-size: 18px;
  font-weight: 600;
}
@media screen and (max-width:1024px) {
  .ann_related-pop .result_inner>li .result_L {
    width: 100%;
  }
}
@media screen and (max-width:768px) {
  .ann_related-pop .result_inner {
    border-color: #d3d3d3;
    max-height: calc(100vh - 210px);
  }
  .ann_related-pop .bk_btn {
    min-width: 59px;
    padding: 0 5px;
  }
  .ann_related-pop .red_btn {
    min-width: 59px;
    padding: 0 5px;
  }
  .ann_related-pop .result_tag {
    min-width: 65px;
  }
  .ann_related-pop .btnWrap button {
    min-width: auto;
    width: 100%;
    height: 40px;
    border-radius: 5px;
    font-size: 16px;
  }
}
/* 창업인프라지도 팝업 */
.startup_infra_info-pop .pop_wrap {
  padding: 0 19px 19px;
}
.startup_infra_info-pop .layerWrap .tit_wrap {
  height: 70px;
  font-size: 16px;
  line-height: 20px;
}
.startup_infra_info-pop .layerWrap .btn_pop-close {
  width: 32px;
  height: 32px;
  right: 20px;
  border: 1px solid #d4d4d4;
  border-radius: 100%;
  background: url(../img/btn_pop-close.png) no-repeat center;
  background-size: 13px 12px;
}
.startup_infra_info-pop .txt_list-wrap {
  padding-top: 12px;
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
  letter-spacing: -0.04em;
  color: #454545;
}
.startup_infra_info-pop .txt_list-wrap li:not(:last-of-type) {
  margin-bottom: 3px;
}
.startup_infra_info-pop .btnWrap {
  padding-top: 17px;
}
.startup_infra_info-pop .btnWrap button {
  width: 100%;
  height: 40px;
  border-radius: 5px;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: -0.02em;
}

/* 스케쥴러 */
.schedule_text_box{
	display: flex;
	justify-content: center;
	align-items: center;
	background: #f8f8f8;
	height: 560px;
	padding: 0 80px;
}
.schedule_text_box .text_box p{
	font-size: 26px;
	line-height: 45px;
	font-weight: 700;
}
.schedule_text_box .text_box p span{
	color: #203c90;
}
.schedule_text_box .text_box{
	width: 49%;
	padding-right: 10%;
}
@media screen and (max-width:1250px){
	.schedule_text_box .text_box{
		width: 80%;
		padding-right: 10%;
	}
}
@media screen and (max-width:1024px){
	.schedule_text_box {
		display: block;
		height: 100%;
		padding: 25px 15px 20px;
	}
	.schedule_text_box .text_box {
		width: 100%;
		padding: 0 15px 40px;
	}
	.schedule_text_box .img_box{
		text-align: center;
	}
	.schedule_text_box .text_box p {
		font-size: 16px;
		line-height: 28px;
	}
}

/*가이드 모드*/
.guide_mode .section .fp-tableCell > h2,
.guide_mode .section .fp-tableCell > .inner {
  display: none;
}

.section .guide_wrap {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;  
  display: none;
  background:#fff;
    z-index:-1;
}
.guide_mode .section .guide_wrap {
    z-index:2;
}