@charset "utf-8";

/* common */
.container {
  margin-right: auto;
  margin-left: auto;
  width: 100%;
  max-width: 1100px;
}

@media screen and (max-width: 768px) {
  .container {
    padding-left :15px !important;
    padding-right :15px !important;
    word-break: keep-all;
  }
  .container br{
    display: none;
  }
}

.ctt_admin, .ctt_intro, #ctt {display: none;}

.mb100 {margin-bottom: 100px !important;}
.pb0 {padding-bottom: 0 !important;}
.mb0 {margin-bottom: 0 !important;}
.orange {color: #DB5435;}
.yellow {color: #F1C519;}
.green {color: #6DBB5A;}
.bgGray {background-color: #f9f9fa;}
.bgIvory {background-color: #FFFAE4}
.bgWhite {background-color: #fff !important;}

@media screen and (max-width: 768px) {
  .mb100 {margin-bottom: 50px !important;}
}

.mobile {display: none;}
.pc {display: block;}
@media screen and (max-width: 768px) {
  .pc {display: none;}
  .mobile {display: block;}
}

header {
  border-bottom: 1px solid #DEDEDE;
}

/* 상단 탑메뉴 */
#top {
  height: 40px;
  border-bottom: 1px solid #EAEAEA;
  background-color: #F9F9FA;
}

#top .top-wrap {
  display: flex;
  height: 100%;
  font-size: 14px;
  overflow: hidden;
}

#top .top-wrap div.main {
  display: flex;
  align-items: center;
  padding: 0 18px;
  border-left: 1px solid #EAEAEA;
}

#top .top-wrap div:first-child,
#top .top-wrap div.favorite {
  border-right: 1px solid #EAEAEA;
}

#top .top-wrap div.admin {
  margin-left: auto;
}

#top .top-wrap div.admin ul {
  display: flex;
}

#top .top-wrap div.admin li {
  border-right: 1px solid #dcdcdc;
  background-color: #ECECEC;
  padding: 11px 18px;
}


/* 상단 메뉴 */

#menu {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100px;
}

#menu nav {
  position: relative;
  z-index: 2;
  top: 7px;
}

.menu-last {
  display: flex;
  margin-top: 15px;
}
.menu-last .recruit {
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 18px;
  padding: 0 15px;
  border-radius: 50px;
  margin-right: 7px;
  height: 40px;
  background-color: #DB5435;
}


@media screen and (max-width:1024px) {
  .menu-last {display: none;}
  #top {display: none;}
  #menu {height: 70px; padding: 0 !important;}
  #menu img {width: 170px;}
  #menu nav {
    position: absolute;
    top: 0;
    text-align: center;
  }
}

@media screen and (max-width: 768px) {
  .logo {z-index: 10; margin-left: 10px;}
  #menu {height: 70px; padding: 0 !important;}
}



/** 메인 슬라이드 **/
#mainslider {
  height: 500px;
}

#mainslider li {
  z-index: 9999 !important;
}

#mainslider .small {
  display: none;
}

.bx-wrapper {
  margin-bottom: 0 !important
}

.bx-wrapper .bx-pager {
  bottom: 20px !important;
}

.bx-wrapper .bx-prev {
    left: 10px;
    background: url(../img/controls_prev.svg) no-repeat center !important;
}

.bx-wrapper .bx-next {
    right: 10px;
    background: url(../img/controls_next.svg) no-repeat center !important;
}

@media screen and (max-width: 768px) {
  .slider .bx-viewport {
    height: 250px;
  }
  #mainslider .big {
    display: none;
  }
  #mainslider .small {
    display: block;
    width: 100%;
  }
}



.main-title {
  text-align: center;
  margin-bottom: 50px;
}

.main-title h2 {
  font-size: 29px;
  font-weight: 600;
  color: #202020;
  letter-spacing: -1px;
  margin-bottom: 5px;
}

.main-title p {
  font-size: 17px;
  font-weight: 400;
  color: #838383;
  letter-spacing: -0.2px;
}


@media screen and (max-width: 768px) {
  .main-title h2 {font-size: 25px;}
  .main-title p {font-size: 15px; word-break: keep-all;}
  .main-title {
    margin-bottom: 30px;
  }
}


/** 메인 사업영역 **/
.main-business {
  display: flex;
  padding: 60px 0;
  background-color: #F9F9FA;
}
.vision-info {
  display: flex;
  justify-content: center;
}

.vision-info li {
  text-align: center;
}

.vision-info li.line {
  display: flex;
  height: 217px;
  padding: 0 30px;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .vision-info li.line {
    display: inline;
    line-height: 217px;
  }
  .vision-info li.line img {
    height: 10px;
  }
}

.vision-info li.item .circle {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 220px;
  height: 220px;
  border-radius: 50%;
  background-color: #fff;
  margin-bottom: 20px;
}

.vision-info li.item:hover a.circle {
  transition: .2s ease-in-out;
  background-color: #f1f1f1;
}
.vision-info li.item.b-1:hover a.circle {
  box-shadow: -7px -7px #DB5435;
}
.vision-info li.item.b-2:hover a.circle {
  box-shadow: -7px -7px #F1C519;
}
.vision-info li.item.b-3:hover a.circle {
  box-shadow: -7px -7px #6DBB5A;
}

.vision-info li.item.b-1 img {
  width: 70%;
}

.vision-info li.item.b-2 img {
  width: 83%;
}

.vision-info li.item.b-3 img {
  width: 50%;
}

.vision-info li.item span {
  font-size: 20px;
  font-weight: 600;
  line-height: 27px;
  color: #2F2F2F;
  margin-top: 21px;
}

.business-bt {display: none}


@media screen and (max-width: 768px) {
  .main-business ul li.line {display: none;}
  .main-business ul {
    flex-direction: column;
  }
  .main-business ul li {
    display: flex;
    background-color: #fff;
    border-radius: 10px;
    justify-content: space-between;
    align-items: center;
    padding: 15px 30px;
  }
  .main-business ul li:first-child {
    margin-bottom: 20px;
  }
  .main-business ul li:last-child {
    display:none;
  }
  .main-business ul li.item .circle {
    width: 120px;
    height: 120px;
    background-color: #f7f7f7;
  }
  .main-business ul li.item p {
    width: calc(100% - 162px);
    text-align: left;
    margin-top: 0px;
  }
  .business-bt {
    display: block;
    border: 1px solid #ddd;
    border-radius: 5px;
    font-size: 13px;
    padding: 4px 8px;
    width: 80px;
    text-align: center;
    margin-top: 9px;
    color: #3c3c3c;
    font-weight: 500;
  }
}

/** 메인 최신글 영역 **/
.main-least {
  background-color: #F1C519;
}

.main-least .container {
  padding: 70px 0;
  display: flex;
  justify-content: space-between;
}

.main-least .item {
  width: 45%;
}


.main-gallery {
  padding: 80px 0;
}


.m-support {
  color: #fff;
  padding: 25px 30px;
  background-color: #27B558;
  background-image: url(../img/main-support.svg);
  background-position: -24px bottom;
  background-repeat: no-repeat;
  background-size: 67%;
}

.m-support h3 {
  font-size: 22px;
  font-weight: 500;
}

.m-support p {
  font-size: 17px;
  font-weight: 300;
  line-height: 24px;
  margin: 15px 0;
  white-space: pre-line;
  letter-spacing: -1.1px;
}

.m-support a {
  font-size: 15px;
  font-weight: 300;
  border-radius: 30px;
  border: 1px solid #fff;
  color: #fff;
  padding: 5px;
  text-align: center;
  width: 100px;
  margin-left: auto;
  margin-top: 9px;
}

.m-support a:hover {
  background-color: #fff;
  color: #27B558;
  font-weight: 500;
}

@media screen and (max-width: 768px) {
  .main-least .container {
    flex-direction: column;
  }
  .main-least {flex-direction: column;}
  .main-least .item {
    width: 100%;
    padding: 0 20px;
  }
  .main-least .item:nth-child(2) {
    margin-top: 50px;
  }
  .latest-list li .lt_date {display: none;}
  .main-gallery {padding: 50px 20px;}
}



/** 하단 카피라이트 **/
#ft {
  border-top: 1px solid #EAEAEA;
  min-width: auto;
}

.copyright {
  display: flex;
  padding: 20px 0 40px;
  color: #4E4E4E;
  align-items: flex-end;
}

.copyright img {
  margin-right: 30px;
}

.copyright span {
  color: #DB5435;
  font-weight: 600;
}



@media screen and (max-width: 768px) {
  .copyright img {display: none;}
  .copyright {    padding: 20px 20px 40px;}
}


/***********************************
  서브페이지
***********************************/

.location {
  width: 100%;
  background-color: #444;
  height: 50px;
}

.location .container {
  display: flex;
  height: 100%;
}

.location .item {
  display: flex;
  align-items: center;
  border-right: 1px solid #656565;
  font-size: 16px;
  font-weight: 300;
  color: #fff;
  min-width: 160px;
  padding: 0 20px;
}

.location .item a {color: #fff;}

.location span {
  /*width: 100%;
  background-image: url(../img/location-next.png);
  background-repeat: no-repeat;
  background-position: center right;*/
}

.location .home {
  justify-content: center;
  min-width: 50px;
  border-left: 1px solid #656565;
}

.location .home i {color: #fff;}

/** 서브페이지 탭메뉴 **/
.tabNav {
  margin-bottom: 40px;
}

.tabNav ul {
  display: flex;
  justify-content: space-between;
}

.tabNav ul.tab li {
  width: calc(100% / 4);
}

.tabNav ul.tab3 li {
  width: calc(100% / 2);
}

.tabNav ul.tab2 li,
.tabNav ul.tab4 li {
  width: calc(100% / 3);
}

.tabNav ul li a {
  display: block;
  text-align: center;
  height: 55px;
  line-height: 55px;
  font-size: 18px;
  color: #666666;
  border: 1px solid #ddd;
  margin-left: -1px;
  background-color: #fff;
}

.tabNav ul li a.active {
  border: 2px solid #00b551;
  color: #00b551;
  font-weight: normal;
}

.sub-title {
    font-size: 33px;
    font-weight: 500;
    text-align: center;
    padding: 80px 0 40px;
    letter-spacing: -2px;
}

.sub-tl {
  height: 55px;
  font-size: 30px;
  font-weight: 500;
  text-align: center;
  padding-bottom: 70px;
  margin-bottom: 40px;

  background-image: url(../img/title-dot.svg);
  background-position: bottom center;
  background-repeat: no-repeat;
}

.section {padding: 70px 0;}

.sub-text {
  font-size: 19px;
  font-weight: 300;
  text-align: center;
  white-space: pre-line;
  color: #222;
}

.content {
}

.content .hd {
  text-align: center;
  font-size: 17px;
  color: #666666;
  padding-bottom: 40px;
  font-weight: 300;
}

/*테이블*/
.table {
  border-top: 1px solid #000;
}

@media screen and (max-width: 768px) {
  .section {
    padding-left: 15px;
    padding-right: 15px;
  }
  .location {display: none;}
  .tabNav.container {
    padding: 0 !important;
  }
  .sub-title {
    font-size: 25px;
    padding: 30px 0;
  }
  .sub-text {
    white-space: inherit;
    word-break: keep-all;
  }
  .tabNav ul li {

  }

  .tabNav ul li a {
    font-size: 16px;
    line-height: 16px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

}

/** 인사말 **/
.welcome {margin-top: -40px;}

.ceo {
  background-color: #FFFAE4;
}

.ceo .container {
  background: url(../img/ceo.png) no-repeat 95% -10%;
  background-size: 320px;
  height: 280px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.ceo .container p {
  font-size: 30px;
  white-space: pre-line;
  letter-spacing: -1px;
  line-height: 43px;
}

.intro {margin-top: -40px;}

.vision {
  background-color: #FDF9EB;
}

.welcome-text {
  font-size: 18px;
  font-weight: 300;
  color: #000;
  padding: 50px 0;
  line-height: 24px;
}

.welcome-text p {
  padding: 10px 0;
  word-break: keep-all;
}

@media screen and (max-width: 768px) {
  .welcome-text {
    font-size: 19px;
    padding: 30px 0;
  }
  .ceo {
    font-size: 23px;
    line-height: 29px;
    white-space: inherit;
    padding-top: 25px;
  }
  .ceo .container {
    background-position: 115% 0;
    background-size: 192px;
    white-space: pre-line;
    text-align: center;
    height: 210px;
  }
  .ceo .container p {
    width: 243px;
    word-break: keep-all;
    font-size: 22px;
    line-height: 31px;
    text-align: left;
    margin-top: -23px;
    margin-left: 11px;
  }

  .ceo p {
    margin-top: 25px;
  }
}


/** 사업안내 **/
.about {
  background-color: #FDF9EB;
  padding: 70px 0;
}

.about .container {
  display: flex;
  justify-content: space-between;
}

.about .text {
  font-size: 18px;
  align-self: center;

}

.about .text h3 {
  font-size: 28px;
  letter-spacing: -1px;
  font-weight: 500;
  margin-bottom: 20px;
}

.about .text h3::after {
  content: '';
  display: block;
  width: 100px;
  height: 3px;
  margin-top: 20px;
  background-color: #00b551;
}

.about .container .text p {
  font-weight: 300;
  white-space: pre-line;
  line-height: 31px;
  font-size: 19px;
  letter-spacing: -0.2px;
}

.business .vision {
  background-color: #fff;
  padding: 70px 0;
}

.business .vision-info li {
  width: 230px;
}

.business .vision-info li img {width: 50% !important;}
.business .vision-info li.line {
  width: 135px;
  padding: 0 45px;
}
.business .vision-info li.line img {width: 100% !important;}
.business .vision-info li .circle {
  width: 200px;
  height: 200px;
  margin-left: 10px;
}
.business .vision-info li.b-1 .circle {background-color: #DB5435}
.business .vision-info li.b-2 .circle {background-color: #F1C519}
.business .vision-info li.b-3 .circle {background-color: #6DBB5A}

.business .vision-info li.item span {
  font-weight: 500;
  padding-bottom: 5px;
  display: block;
}

.business .vision-info ul li {
  text-align: left;
  padding-top: 5px;
  font-size: 15px;
  color: #000;
  font-weight: 300;
  white-space: pre-line;
  word-break: keep-all;
}

.business .member {
  padding: 70px 0;
}

.member .master {
  margin-bottom: 80px;
}

.member .master .inner {
  display: flex;
}

.member h3 {
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 20px;
}

.member h3::before {
  content: '';
  display: block;
  margin-bottom: 5px;
  width: 57px;
  height: 3px;
  background-color: #db5435;
}

.member .master .master-img {
  width: 275px;
  margin-right: 50px;
}

.member .master .master-img img {
  width: 100%;
  overflow: hidden;
}

.member .master h4 {
  font-size: 26px;
  padding-bottom: 15px;
  margin-bottom: 20px;
  border-bottom: 2px solid #eee;
  color: #004058;
}

.member .master h4 span {
  font-size: 15px;
  padding-right: 10px;
  letter-spacing: 3px;
  color: #607D8B;
}

.member .master ul li {
  font-size: 14px;
  padding-bottom: 3px;
}

.member .master ul li::before {
  content: '·';
  margin-right: 11px;
  display: inline-block;
  float: left;
}

.member .master ul li p {
  white-space: pre-line;
  padding-left: 16px;
}

.member .master ul li p::before {
  content: '(현)';
  display: inline-block;
  width: 25px;
}

.member .master ul li p:not(:first-child)::before {
  color: #fff;
  opacity: 0;
}

.member .master ul {
  margin-left: 3px;
}

.staff-tab {
  background-color: #fff;
  border: 1px solid #ddd;
  padding: 40px;
  display: flex;
  justify-content: space-evenly;
}

.staff-tab .tab-nav {
  width: 170px;
  margin-right: 30px;
}

.staff-tab .tab-nav .nav a {
  display: block;
  width: 100%;
  background-color: #f9f9fa;
  text-align: center;
  padding: 10px 0;
  margin-bottom: 5px;
  border: 1px solid #ddd;
  font-size: 14px;
  font-weight: 500;
}

.staff-tab .tab-nav .nav.on a{
  background-color: #db5435;
  color: white;
}

.staff-tab .tab-con {
  width: calc(100% - 200px);
}

.staff-tab ul {
  flex-wrap: wrap;
  display: flex;
}

.staff-tab ul li {
  width: calc(25% - 12px);
  margin-bottom: 15px;
  margin-right: 15px;
  border: 1px solid #ddd;
  padding: 10px;
}

.staff-tab ul li:nth-child(4n) {
  margin-right: 0
}

.staff-tab ul li .staff-img {
  width: 100%;
  height: 170px;
  overflow: hidden;
}

.staff-tab ul li .staff-img img {
  width: 100%;
}

.staff-tab ul li .staff-name {
  background-color: #eaeaea;
  text-align: center;
  padding: 5px 0;
  margin-top: 2px;
  font-weight: 500;
}

.staff-tab ul li .staff-name span {
  color: #737373;
  padding-right: 3px;
}

.tabmenu-wrap .tab-con .con-box {
  display: none;
}

.business .info-1 ul li {
  text-align: center;
  letter-spacing: -0.2px;
}

.business .vision-info ul li::before {
  content: '·';
  margin-right: 4px;
  display: inline-block;
  margin-left: -7px;
}

.vision-img {
  text-align: center;
  margin-top: 50px;
}

.mission {
  text-align: center;
  font-size: 30px;
}

.mission h3 {
  font-weight: 400;
  padding: 35px 0 15px;;
}

.mission span {
  font-weight: 600;
}

.organization {
  text-align: center;
  margin-top: 30px;
}

.organization img {
  width: 100%;
  max-width: 700px;
}

.work {
  background-color: #F9F9FA;
}

.work .inner {
  display: flex;
  justify-content: space-between;
}

.work .item {
  width: 32%;
  border: 1px solid #e2e2e2;
  text-align: center;
}

.work .item:hover {
  box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}

.work .item img {
  width: 100%;
}

.work .item p {
  font-size: 20px;
  color: #20264A;
  padding: 20px 0;
}


.tb-staff {

}

.tb-staff .item {
  display: flex;
  justify-content: space-between;
  font-size: 17px;
}

.tb-staff .item div{
  border-bottom: 1px solid #ddd;
  align-self: stretch;
  justify-content: center;
  display: flex;
  align-items: center;
  margin: 0 auto;
}

.tb-staff .staff-tl {
  background-color: #F1F1F1;
  height: 50px;
}

.tb-staff .staff-tl .cate {
  background-color: #F1F1F1 !important;
}

.tb-staff .cate {
  width: 8%;
  background-color: #FDF9EB;
  margin: 0 !important;
}

.tb-staff .name {
  display: flex;
  flex-direction: column;
  width: 23%
}
.tb-staff .name span {
  width: 150px;
  border: 2px solid #000;
  border-radius: 50%;
  overflow: hidden;
  margin-bottom: 10px;
  margin-top: 15px;
}

.tb-staff .name p {
  margin-bottom: 15px
}

.tb-staff .name img {width: 100%;}

.tb-staff .career {
  width: 35%;
  justify-content: inherit !important;
  padding-left: 50px;
}
.tb-staff .career ul {margin: 20px 0;}
.tb-staff .career ul li {
  font-size: 16px;
}
.tb-staff .career ul li .empty {
  opacity: 0;
}

.tb-staff .career ul li::before {
  content: '·';
  margin-right: 11px;
  display: inline-block;
  margin-left: -7px;
}

.tb-staff .period {width: 10%}
.tb-staff .role {width: 15%; text-align: center;}

@media screen and (max-width: 768px) {
  .about {text-align: center;}
  .about img {display: none}
  .about .text h3::after {margin: 20px auto;}
  .about .container .text p {
    white-space: initial;
    word-break: inherit;
    line-height: 29px;
  }

  .vision-info {
      flex-direction: column;
  }

  .business .vision-info > li {
    width: 100%;
    padding-top: 20px;
  }

  .business .vision-info > li:not(:last-child) {
    border-bottom: 1px dotted #ddd;
    padding-bottom: 20px;
  }

  .business .vision-info li .circle {
    width: 100px;
    height: 100px;
    float: left;
    margin-right: 20px;
  }

  .business .vision-info li p,
  .business .vision-info ul {
    float: left;
  }

    .business .vision-info li p {
      margin-top: -20px;
    }

  .business .vision-info ul li {
    text-align: left;
  }

  .business .vision-info li.line {
    display: none;
  }


  .member h3 {
    position: relative;
    text-align: center;
    padding-top: 8px;
  }

  .member h3::before {
    top: 0;
    position: absolute;
    left: calc(50% - 28px);
  }

  .member .master h4 {
    text-align: center;
  }

  .member .master .inner {
    display: initial;
  }

  .member .master .master-img {
      width: 100%;
      height: 350px;
      margin-bottom: 20px;
      overflow: hidden;
      margin-right: 0;
  }

  .member .master ul li {
    padding-left: 15px;
    font-size: 15px;
  }

  .member .master ul li p {
      padding-left: 0;
  }

  .member .master ul li p:not(:first-child) {
        padding-left: 25px;
  }

  .member .master ul li::before {
    margin-left: -9px;
    margin-right: 5px;
  }

  .staff-tab {
    display: block;
  }

  .staff-tab {
    padding: 20px;
  }

  .staff-tab ul li .staff-img {
    height: 150px;
  }

  .staff-tab .tab-nav {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
      margin-right: 0;
      justify-content: space-between;
  }

  .staff-tab .tab-nav .nav {
    width: calc(100% / 3 - 5px);
  }

  .staff-tab .tab-nav .nav a {
    padding: 5px 0;
  }

  .staff-tab .tab-con {
    width: 100%;
    margin-top: 20px;
  }

  .staff-tab ul li {
    width: calc(100% / 2 - 5px);
    margin-right: 10px;
  }

  .staff-tab ul li:nth-child(2n) {
    margin-right: 0;
  }

 .content img {width: 100%;}
 .work img {width: 100%;}
 .direction {padding: 30px 15px;}
 .direction .inner .text {white-space: pre-line; line-height: 20px;}
 .direction .inner li span {font-size: 20px; padding-top: 10px;}
 .work .inner {    flex-direction: column;}
 .work .item {width: 100%; display: flex;}
 .work .item:not(:last-child) {margin-bottom: 10px;}
 .work .item img {width: 30%; margin-right: 20px;}
 .mission h3 {
   font-size: 25px;
   line-height: 32px;
   white-space: pre-line;
   word-break: keep-all;
  }
 .mission img{width: auto;}

   .tb-staff .item {
     display: block;
     font-size: 20px;
   }
   .tb-staff .staff-tl {display: none;}
   .tb-staff div {
     width: 100% !important;
     font-size: 16px;
     justify-content: initial !important;
     padding: 5px 0;
   }

   .tb-staff .career ul {
     margin: 5px 0;
   }

   .tb-staff .role ul{
     width: calc(100% - 100px)
   }

   .tb-staff div::before {
     background-color: #F1F1F1;
     display: block;
     text-align: center;
     width: 70px;
     height: 100%;
     margin-right: 20px;
     font-size: 13px;
   }


   .tb-staff .career {
     padding-left: 0px;
   }
   .tb-staff .career::before {
     content: '약력';
   }

   .tb-staff .period::before {
     content: '재임기간';
   }

   .tb-staff .role::before {
     content: '역할';
   }

  .tb-staff .role ul li {
    float: left;
    line-height: 17px;
  }

  .tb-staff .role ul li:not(:last-child)::after {
      content: '|';
      color: #ccc;
      padding: 0 5px;
      position: relative;
      top: -2px;
      font-size: 12px;
  }

  .tb-staff .cate {
    padding: 10px 0;
    margin-top: -10px !important;
  }

  .tb-staff .cate p {
    margin: auto;
  }
}

/** 정관 **/
.articles {
  font-size: 15px;
  margin-bottom: 80px;
}

.articles h3{
  font-size: 20px;
  margin-top: 50px;
  margin-bottom: 10px;
}

.articles h3:first-child {
  margin-top: 0;
}

.articles p{
  margin-left: 55px;
  margin-bottom: 10px;
  text-align: justify;
  line-height: 24px;
}

.articles p span {
  font-weight: 500;
}


/** 연혁 **/
.history ul{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 100px;
}

.history ul li {
  width: 48%;
  display: flex;
  border-bottom: 1px dotted #ddd;
  padding: 10px 0;
  font-size: 16px;
}

.history ul li span {
  color: #009688;
  width: 180px;
}

.history ul li p {
  word-break: keep-all;
  width: calc(100% - 180px);
}

@media screen and (max-width: 768px) {
  .history ul {
    margin-bottom: 50px;
    margin-top: -50px;
  }
  .history ul li {
    width: 100%;
    font-size: 14px;
    white-space: pre-line;
  }
  .history ul li span {
    width: 120px;
  }
  .history ul li p {
    width: calc(100% - 120px);
  }
}

/** 사업소개 **/
.business-eng {
  margin-bottom: 25px;
}

.business .sub-text {
  white-space: pre-line;
}

.business .sub-text span {
  color: #9F6900;
}

.center-vision {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 1000px;
  margin: auto;
}

.center-vision .item {
  width: 48%;
  border-bottom: 1px solid #ddd;
  padding: 30px 0;
  font-size: 17px;
}

.center-vision .item h3 {
  font-size: 20px;
  margin-bottom: 15px;
}

.center-vision .item:nth-child(1),
.center-vision .item:nth-child(2) {
  border-top:1px solid #000;
}

.nanum-img {
  max-width: 950px;
  margin-top: 50px;
}

.nanum-img img {width: 100%;}

.operation {
  background-color: #fff;
  margin-top: 50px;
  text-align: center;
  padding: 30px 100px;
  font-size: 18px;
}

.operation h3 {
  font-size: 25px;
  margin-bottom: 15px;
}

.operation ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.operation ul li {
  width: 49.5%;
  border: 2px solid #ddd;
  padding: 10px 0;
  margin: 5px 0;
}

.business .info  {
  background-color: #F9F9FA;
}

.business .info .container{
  padding: 70px 0;
  max-width: 1000px;
}

.info .item {
  display: flex;
  justify-content: space-between;
  font-size: 18px;
}

.info .item h3 {
  width: 150px;
  padding: 20px 0;
  border-bottom: 1px solid #ddd;
}

.info .item p {
  width: calc(100% - 170px);
  padding: 20px 0;
  border-bottom: 1px solid #ddd;
}

.info .item p span {
  font-size: 14px;
  position: relative;
  top: -3px;
  padding: 0 10px;
  color: #969696;
}

@media screen and (max-width: 768px) {
  .center-vision .item {width: 100%;}
  .center-vision .item:nth-child(2) {
    border-top:1px solid #ddd;
  }
  .info .item h3 {width: 100px;}
  .info .item p {width: calc(100% - 120px);}
  .info .item p span{display: table-column;}
  .info .item p span::after {
    content: '';
    display: block;
  }

  .operation { padding: 30px 20px;}
  .operation ul li {width: 100%; white-space: pre-line;}
}


/** 오시는 길 **/
.contact{text-align:center;padding-bottom:40px;}
.contact dl{display:inline-block;}
.contact dl dt{float:left; color:#000;font-weight:normal;padding:0 20px;position:relative;font-size: 16px;}
.contact dl dd{font-size:16px;color:#666666;padding-right:20px;position:relative; float: left;}
.contact dl dd + dt:after{content:'';width:1px;height:13px;background-color:#dddddd;position:absolute;left:0;top:7px;}
#map {
  width:100%;height:400px;
}

@media screen and (max-width: 768px) {
  .contact {
    padding-bottom: 20px;
  }
  .contact dl {
    padding: 0 15px;
  }
  .contact dl dt {
    padding: 0;
    width: 50px;
    text-align: left;
  }
  .contact dl dd {
    float: left;
    width: calc(100% - 51px);
    text-align: left;
    word-break: keep-all;
  }
}


/***********************************
  게시판 정리
***********************************/

#bo_v, #bo_list, #bo_w, #bo_gall {
  padding: 0px 0 30px;
  margin-right: auto;
  margin-left: auto;
  width: 100%;
  max-width: 1100px;
}

@media screen and (max-width: 768px) {
  #bo_v, #bo_list, #bo_w, #bo_gall {
    padding: 0 15px;
  }
}

/***********************************
  팝업정리
***********************************/
.blocker {
    z-index: 3 !important;
}

.modal {
  z-index: 4 !important;
  padding: 0 !important;
  max-width: 800px !important;
}

.modal h2 {
  border-radius: 8px 8px 0 0;
  background-color: #20264A;
  color: #fff;
  font-size: 18px;
  padding: 10px 20px;
  font-weight: 500;
}

.modal-cont {
  font-size: 16px;
  padding: 30px;
}

.partner-tl-box {
  text-align: center;
  color: #fff;
  white-space: pre-line;
  margin-top: -40px;
  margin-bottom: 10px;
  padding: 60px 0 70px;
  background-image: url(../img/support-tl-bg.jpg);
}

.partner-tl-box h3 {
  font-size: 25px;
  font-weight: 400;
  line-height: 32px;
}

.partner-tl-box p {
  font-size: 15px;
  font-weight: 300;
}

.partner-tl-box a {
  display: inline-block;
  border: 1px solid #fff;
  color: #fff;
  border-radius: 28px;
  padding: 7px 10px;
  margin-top: 5px;
}

.partner .box {
  padding: 60px 0 60px;
}

.partner .box:last-child {
  margin-bottom: 0;
}

.partner h4 {
  font-size: 26px;
  text-align: center;
  font-weight: 500;
  letter-spacing: -1px;
  margin-bottom: 30px;
}

.partner .text {
  font-size: 15px;
  font-weight: 400;
}

.partner .apply  ul {
  display: flex;
  justify-content: space-between;
}

.partner .apply  ul li {
  width: 49%;
}

.partner .apply  ul li img {
  width: 100%;
  margin-bottom: 15px;
}

.partner .apply .cont {
  display: flex;
}

.partner .apply .cont strong {
  width: 140px;
  font-size: 20px;
  font-weight: 400;
}

.partner .apply .cont p {
  font-size: 17px;
  color: #666;
  letter-spacing: -0.01em;
  font-weight: 300;
  line-height: 1.52;
}

.partner .apply a.support-bt {
  display: block;
    width: 200px;
    text-align: center;
    border-radius: 50px;
    background-color: #DB5435;
    color: #fff;
    font-size: 19px;
    padding: 10px 0;
    margin: 30px auto 0;
}

.partner .apply a.support-bt i {
  padding-left: 5px;
}

.partner .how ul {
  display: flex;
  justify-content: center;
}

.partner .how ul li {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  width: 200px;
  height: 200px;
  text-align: center;
  color: #fff;
  border-radius: 50%;
}

.partner .how ul li.circle {
  z-index: 1;
}

.partner .how ul li.list {
  color: #000;
}

.partner .how ul li.list p {
  font-size: 14px;
  font-weight: 400;
  width: 107px;
  text-align: center;
  margin: 3px auto;
  padding: 4px 0;
  border-radius: 3px;
  color: #fff;
}

.partner .how ul li.list-1 p {
  background-color: #80c3de;
}

.partner .how ul li.list-2 p {
  background-color: #80aedf;
}

.partner .how ul li.list strong {
  display: none;
}

.partner .how ul li:nth-child(1) {background-color: #eaeaea; margin-right: -30px; border: 3px solid #80c3de;}
.partner .how ul li:nth-child(2) {background-color: #80C3DE; margin-right: -5px;}
.partner .how ul li:nth-child(3) {background-color: #80AEDF; margin-left: -5px;}
.partner .how ul li:nth-child(4) {background-color: #eaeaea; margin-left: -30px; border: 3px solid #80aedf;}

.partner .how ul li img {
  width: 25%;
  align-self: center;
}

.partner .how ul li strong {
  display: block;
  font-size: 17px;
  font-weight: 500;
  margin: 10px 0 5px;
  color: #F6FDA8;
}

.partner .how ul li p {
  white-space: pre-line;
  line-height: 16px;
  font-weight: 300;
}

.partner .how-box {
  display: flex;
  justify-content: space-evenly;
  background-color: #fff;
  margin: 30px auto 0;
  width: 750px;
  padding: 20px;
}

.partner .how-box strong {
  font-size: 17px;
  font-weight: 500;
  padding-right: 15px;
}

.partner .info .col {
  height: 120px;
  padding: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}

.partner .info .img {
  width: 150px;
  padding: 0 30px;
  text-align: center;
  border-bottom: 1px solid #ddd;
}

.partner .info .img img {
  width: 80px;
}

.partner .info h3 {
  font-weight: 400;
  width: 180px;
  align-self: center;
}

.partner .info p {
  font-size: 16px;
  color: #666;
  font-weight: 300;
}

.partner .account .container {
  display: flex;
  justify-content: center;
}

.partner .account .item {
  background-color: #fff;
  width: 380px;
  margin: 0 10px;
  padding: 30px 25px;
  border: 1px solid #ddd;
}

.partner .account .item strong {
  display: block;
  font-size: 17px;
  font-weight: 500;
  margin-bottom: 10px;
  background-color: #f1f1f1;
  padding: 10px;
  text-align: center;
}

.partner .account .item strong span {
  color: #666;
  font-size: 14px;
  padding-left: 5px;
  font-weight: 300;
}

.partner .account .item li {
  font-size: 15px;
  padding-top: 10px;
}

.partner .account .item li:not(:last-child) {
  border-bottom: 1px dotted #bdbdbd;
  padding-bottom: 10px;
}

.partner .account .item li::before {
  content: '>';
  color: #DB5435;
  padding-right: 8px;
  padding-left: 7px;
}

@media screen and (max-width: 768px) {
  .partner-tl-box {
    padding: 10px 15px 30px;
  }

  .partner-tl-box h3 {
    font-size: 22px;
    word-break: keep-all;
  }

  .partner-tl-box p {
    word-break: keep-all;
  }

  .partner .apply ul {
    flex-direction: column;
  }

  .partner .apply ul li {
    width: 100%;
  }

  .partner .apply ul li:first-child {
    margin-bottom: 15px;
  }

  .partner .apply .cont p span{
    word-break: keep-all;
  }

  .partner .how ul {
    flex-direction: row;
    justify-content: space-between;
  }

  .partner .how ul li {
    width: 100%;
    border-radius: 10px;
    height: auto;
    margin: 10px 0 !important;
  }

  .partner .how ul li.circle {
    display: none;
  }

  .partner .how ul li.list {
    padding: 0;
    overflow: hidden;
    width: 48%;
  }

  .partner .how ul li.list-1 {
    border: 3px solid #80c3de;
  }

  .partner .how ul li.list-2 {
    border: 3px solid #80aedf;
  }

  .partner .how ul li.list strong {
    display: block;
    margin: 0;
    padding: 7px 0;
  }

  .partner .how ul li.list-1 strong {
    background-color: #80c3de;
  }

  .partner .how ul li.list-2 strong {
    background-color: #80aedf;
  }

  .partner .how ul li.list .list-cont {
    margin: 10px 0;
  }

  .partner .how-box {
    width: 100%;
    margin-top: 10px;
    border: 1px solid #ddd;
  }

  .partner .info .img {
    padding: 0;
  }

  .partner .account .container {
    flex-direction: column;
  }

  .partner .account .item {
    width: calc(100% - 15px);
  }

  .partner .account .item:nth-child(1) {
    margin-bottom: 15px;
  }
}

/** 다운로드 버튼 **/
.downBtn {
  display: flex;
  height: 40px;
  margin-top: 10px;
}

.downBtn a {
  display: flex;
  align-items: center;
  border-radius: 5px 0 0 5px;
  font-size: 15px;
  background-color: #3F51B5;
  color: #fff;
  padding: 0 15px;
}

.downBtn .downIcon {
  text-align: center;
  padding-top: 5px;
  border-radius: 0 5px 5px 0;
  width: 40px;
  height: 100%;
  color: white;
  background-color: #1b2a80;
}

.downBtn .downIcon .fas {

}


/***********************************
  자원봉사자 모집
***********************************/
.support {
  display: flex;
  justify-content: space-between;
}

.support .img {
  width: 50%;
}

.support .text {
  display: flex;
  align-items: center;
  width: 50%;
  background-color: #f1c519;
  text-align: center;
  font-size: 25px;
  font-weight: 500;
  color: #000000;
  white-space: pre-line;
}

.support .text p {
  width: 100%;
  text-align: center;
}

.support .text p::before {
  display: block;
  content: '\f10d';
  font-family: "Font Awesome 5 Free";
  font-size: 20px;
  padding-bottom: 15px;
}

.support .text p::after {
  display: block;
  content: '\f10e';
  font-family: "Font Awesome 5 Free";
  font-size: 18px;
  padding-top: 20px;
}

.info a {
  color: #DB5435;
}

.supportBtn {
  justify-content: center;
  height: 50px;
  margin-top: 35px;
}

.supportBtn a {
  font-size: 18px;
  color: #fff;
  padding: 0 20px;
}

.supportBtn .downIcon {
  width: 50px;
  font-size: 18px;
  padding-top: 9px;
}

.support-part .item {
  width: 31%;
  padding: 0;
}

.support-part .item:nth-child(3) {
    border-top: 1px solid #000;
}

.suport-tl {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  text-align: center;
  border-bottom: 1px solid #949494;
  padding: 25px 0 15px;
}

.img-circle {
  display: flex;
  justify-content: center;
  align-self: center;
  margin-bottom: 10px;
  background-color: white;
  width: 130px;
  height: 130px;
  border-radius: 50%;
}

.support-part ul li {
  padding: 15px 0;
  border-bottom: 1px solid #ddd;
  text-align: center;
}

.support-part .item:nth-child(3) ul li:last-child {
  border-bottom: 0;
}

.part-list {
  display: flex;
  justify-content: space-between;
  max-width: 1000px;
  margin: auto;
}

.part-list li {
  width: calc(100% / 5 - 15px);
  height: 200px;
  border: 5px solid #ececec;
  display: flex;
  align-items: center;
}

.part-list .item {
  text-align: center;
}

.part-list .item span {
  font-size: 18px;
  padding-bottom: 15px;
  color: #404040;
  display: block;
}

.part-list .item img {
  width: 40%;
}

@media screen and (max-width: 768px) {
  .part-list {
    flex-direction: column;
  }

  .part-list li {
    width: 100%;
    height: auto;
    padding: 15px 30px;
  }

  .part-list li:not(:last-child) {
    margin-bottom: 15px;
  }

  .part-list .item {
      display: flex;
      align-items: center;
      justify-content: space-between;
      width: 100%;
  }

  .part-list .item img {
    width: 77px;
  }

  .part-list .item span {
    font-size: 22px;
    font-weight: 600;
  }

  .support {
    display: block;
  }

  .support .img {
    width: 100%;
  }

  .support .text {
    width: 100%;
    padding: 20px 0;
  }

  .support .text p {
    font-size: 20px;
  }

  .support-part .item {
    width: 100%;
  }
}



/** 공익위반신고 **/
.declaration {
  border: 1px dotted #ddd;
  background-color: #f7f7f7;
  display: flex;
  justify-content: center;
  padding: 15px;
  font-size: 14px;
  margin-bottom: 30px;
}

.declaration a {
  background-color: #00b551;
  color: #fff;
  border-radius: 3px;
  padding: 0 8px;
  font-size: 13px;
  margin-left: 10px;
  display: flex;
  align-items: center;
  height: 23px;
}

.declaration i {
  margin-left: 5px
}

@media screen and (max-width: 425px) {
  .declaration {
    word-break: keep-all;
  }

  .declaration p {
    word-break: keep-all;
  }

  .declaration a {
    line-height: 1.3;
  }

  .declaration a i {
    display: none
  }
}
