
html {
  background: #fff;
}
body {
  max-width: unset;
}
.sub-title-m {
  font-size: 19px;
  line-height: 1.5em;
  box-sizing: border-box;
  margin-top: -10px;
  padding-top: 40px;
  letter-spacing: -0.5px;
}
.d-md-table-none {
  display: inline-table;
}
#phone_img {
  width: 24px;
  margin-right: 5px;
  margin-left: 10px;
}
.notification-icon .link-box .inner > ul li .middleLink-ic-block {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100px;
  height: 100px;
  border-radius: 20px;
  background: #c4c4c4;
  margin: 0px 10px;
  -webkit-transition: all 1s ease;
  transition: all 0.5s ease;
}
.notification-icon .link-box .inner > ul li .middleLink-ic-block:hover {
  background: #368e9f;
}
.mainMiddle .notification-icon .link-box .inner > ul li a.middleLink-ic-link {
  color: #000;
}
.mainMiddle
  .notification-icon
  .link-box
  .inner
  > ul
  li
  a.middleLink-ic-link:hover {
  color: #368e9f;
}
.mainMiddle
  .notification-icon
  .link-box
  .inner
  > ul
  li
  a.middleLink-ic-link
  span {
  font-size: 16px;
  margin-top: 10px;
  color: inherit;
  font-weight: bold;
  text-align: center;
  display: block;
}
.mainMiddle .notification-icon .link-box .inner > ul {
  position: relative;
  display: flex;
  width: 100%;
  height: auto;
  font-size: 0;
  justify-content: center;
}
.mainMiddle .half .link-box .inner {
  width: 100%;
}
.notification-icon .noti-icon {
  /*width: 25px;*/
}
.banner-footer {
  display: flex;
}
.notification-icon .inner-foot {
  border-top: none;
}
.banner-footer .inner-foot h3,
.banner-footer .inner-foot p {
  color: #767676;
}

.mainMiddle:after {
  width: 100%;
  height: 70%;
  position: absolute;
  content: "";
  top: 30%;
  z-index: -1;
  background: #f2f2f2;
}

.main_visual .inner-width {
  display: flex;
  height: 400px;
  justify-content: space-between;
  align-items: stretch;
  /* max-height: 450px; */
  /* width: 1340px; */
}
.main_quick ul li a {
  display: flex;
  width: 100%;
  height: 100%;
  text-align: center;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.main_quick ul {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.main_quick ul li {
  flex: 1;
  border-bottom: 1px solid #c4c4c4;
}
.main_quick ul li img {
  max-width: 64px;
}
.main_quick ul li h2 {
  font-size: 15px;
  color: #fff;
  margin: 1px 0;
}
.main_quick p {
  font-size: 15px;
  line-height: 22px;
  text-align: center;
  color: #3c3c3c;
  font-weight: 500;
  margin-top: 10px;
}
#mainSlide .bx-controls.bx-has-controls-auto.bx-has-pager {
  left: 90% !important;
}
.main_quick ul li:first-child img {
  margin-top: 20px;
}
#sub-nav {
  border-top: 1px solid #f5f5f5;
  background: #fff;
  border-bottom: 1px solid #f5f5f5;
}
.main_visual {
  background: url(/images/main/main-back.jpg) no-repeat top center;
  padding-top: 37px;
  padding-bottom: 50px;
  position: relative;
  background-size: cover;
}
.main_img {
  background: url(/images/main/left_img.png) no-repeat center center;
  background-size: cover;
  width: 24%;
  /* height: 400px; */
  border-radius: 40px;
  box-shadow: 0px 4px 10px rgb(0 0 0 / 25%);
}
#mainSlide {
  width: 55.5%;
  box-shadow: 0px 4px 10px rgb(0 0 0 / 25%);
}

.main_quick {
  width: 12.5%;
  background: #ffffff;
  box-sizing: border-box;
  box-shadow: 0px 4px 10px rgb(0 0 0 / 25%);
}

@media only screen and (min-width: 1230px) {
  .d-md-none {
    display: block !important;
  }
  .d-md-block {
    display: none !important;
  }
  main {
    padding-top: 0px;
  }
  .section-subSlider {
    padding-bottom: 0px;
  }
  .volunteer-demand-table colgroup col:nth-child(1) {
    width: 115px;
  }
  .volunteer-demand-table colgroup col:nth-child(2) {
    width: 198px;
  }
  .img-reward-1 {
    position: absolute;
    z-index: 1;
    right: 40px;
    top: -45px;
  }
  .reward-img-div {
    width: 100%;
    height: 90px;
  }
  .sub-title-bar:before {
    content: "";
    width: 15px;
    height: 15px;
    display: block;
    background: url(/images/sub/bl.png) no-repeat center center;
    background-size: 15px;
    /* background-color: #e91063; */
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  .sub-container * {
    font-family: 'Noto Sans KR', sans-serif;
  }
  .sub-top-title h2 {
    font-family: 'Noto Sans KR', sans-serif;
  }
  .sub-title-bar.sub-title-bar2:before {
    content: "";
    width: 15px;
    height: 15px;
    display: block;
    background: url(/images/sub/bl.png) no-repeat center center;
    background-size: 15px;
    /* background-color: #e91063; */
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  .content.board {
    min-height: 550px;
  }
  .sub-container * {
    font-size: 17px;
  }
  .notification-text,
  .notification-doc {
    width: calc(50% - 20px) !important;
  }
  .mainMiddle .half .post_latest-box {
    border-radius: 20px;
    box-shadow: 0px 5px 5px 0px #00000040;
  }
  .mainMiddle .notification-doc {
    margin-left: 20px;
  }
  .notification-doc-block {
    margin-top: 100px;
  }
  #mainSlide .bx-wrapper img {
    max-width: inherit;
    width: 100% !important;
    height: 100%;
    object-fit: cover;
    /* border-radius: 45px; */
  }
  .main_quick {
    border: 1px solid #9e9a9a;
    /* border-radius: 40px; */
    min-width: 200px;
    padding: 0px 20px;
    border-radius: 40px;
    height: 100%;
  }
  /* #mainSlide{
        border-radius: 45px;
    } */
  .main_quick ul li:last-child {
    border-bottom: none;
  }
  .banner-footer {
    padding-left: 20px;
  }
  .sub-nav-active ul li {
    padding-left: 20px;
    height: 275px !important;
  }
  #sub-nav ul li {
    color: #555;
    border-right: 1px solid #f5f5f5;
  }
  #sub-nav ul li > div a {
    color: inherit;
  }
  #sub-nav ul li:hover {
    color: #504e4e;
  }
  .sub-nav-active ul li:hover {
    background: #f6f6f6;
  }
  #sub-nav ul li > div a:hover {
    text-decoration: underline;
    color: #004ab9;
  }
  .main_img p {
    color: #3e461b;
    margin-top: 100px;
    padding: 10px;
    font-size: 15px;
    /* line-height: 22px; */
    font-weight: 500;
    text-align: center;
  }
  .mainSlide li {
    height: 400px;
  }
}

@media only screen and (max-width: 1600px) {
  .mainMiddle .half .link-box .inner > ul li a.middleLink-ic-02 {
    background: #368e9f;
    width: 100px;
    height: 100px;
  }
  .mainMiddle .half .link-box .inner > ul li a.middleLink-ic-02 span {
    font-size: 14px;
    margin-top: 10px;
  }
}
@media only screen and (max-width: 1230px) {
  body {
    min-width: auto;
  }
  .d-md-none {
    display: none !important;
  }
  .d-md-block {
    display: block !important;
  }
  .inner-width {
    width: 100%;
  }
  #container {
    padding-top: 0px;
  }
  .mainMiddle .inner-width {
    display: flex;
    flex-direction: column;
  }
  .mainMiddle .half {
    width: 100%;
    height: unset;
    padding: 10px;
    box-sizing: border-box;
  }
  .mainMiddle .half .post_latest-box {
    padding: 40px 200px;
  }
  #floatMenu {
    display: none;
  }
  .mainBottomTop h3 {
    font-size: 20px;
    margin-bottom: 22px;
  }
  main {
    padding-bottom: 0px;
  }
  ul.post_latest li a {
    font-size: 16px;
    width: 100%;
  }
  ul.post_latest li {
    display: flex;
  }
  .post_latest-box h3 {
    font-size: 20px !important;
  }
  .mainMiddle .half .post_latest-box .inner .moreBtn {
    position: absolute;
    z-index: 5;
    right: 0;
    top: 0px;
    display: block;
    width: 20px;
    height: 20px;
    border: 1px solid #ddd;
    box-sizing: border-box;
    background-image: url(/m/images/common/assets.png);
    background-size: 375px;
    background-repeat: no-repeat;
    background-position: left -2px top -96px;
    cursor: pointer;
  }
  .mainBottomSlide li a,
  .mainBottomSlide li h3 {
    width: 100%;
  }
  .mainBottomSlide span {
    display: none;
  }
  .mainBar:after {
    display: none;
  }
  .subSlider .next-prev {
    padding: 0px !important;
  }
  .bx-wrapper .bx-pager,
  .bx-wrapper .bx-controls-auto {
    position: absolute !important;
    bottom: -30px;
    width: 100%;
  }
  .sub-top-title > h2 {
    font-size: 25px;
    font-weight: 500;
    letter-spacing: -0.7px;
    color: #000;
  }
  .sub-top-title {
    margin-top: 0px;
  }
  .greeting-1 {
    width: 100%;
  }
  .sub-con-inner p {
    font-size: 14px;
    letter-spacing: -0.4px;
    color: #414141;
    font-weight: 400;
  }
  .sub-content h3 {
    font-size: 18px;
    letter-spacing: -0.6;
    color: #414141;
    font-weight: 500;
  }
  .tab_panel {
    border-top: 0px;
    padding-top: 40px;
  }
  #about-greeting .tab_panels-inner img {
    max-width: 180px;
  }
  .sub-title-m {
    font-size: 16px;
    letter-spacing: -0.6;
    color: #414141;
  }
  .center-info .line .half {
    width: 100%;
  }
  .mt40 {
    margin-top: 20px !important;
  }
  .sub-con-inner .line {
    padding-bottom: 0px;
  }
  .volunteer-demand-table colgroup col:nth-child(1) {
    width: 10%;
  }
  .volunteer-demand-table colgroup col:nth-child(2) {
    width: 20%;
  }
  .sub-top-title2 h2 {
    color: #474748;
    font-size: 25px;
    font-weight: 500;
    letter-spacing: -0.7px;
  }
  .pageArea a {
    display: -webkit-inline-box;
  }
  .page-text {
    display: none;
  }
  .d-md-table-none {
    display: none;
  }
  .galleryList > li a {
    max-width: 100%;
  }
  .sub-title-bar:before {
    content: "";
    width: 10px;
    height: 2px;
    background-color: #e91063;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
  }
  .sub-content .sub-top-title {
    padding-left: 0px;
  }
  .location-text {
    display: none;
  }
  .location-map iframe {
    height: 250px;
  }
  .sub-content {
    padding-bottom: 40px;
  }
  #volunteer-about h2 {
    font-size: 16px;
    color: #414141;
    padding: 0px;
  }
  #reward-01 .sub-link-box p {
    padding-left: 0px;
  }
  .lnb .bundle > li.on > a > span {
    letter-spacing: -0.5px !important;
  }
  .applyCon-div table th span {
    height: auto;
  }
  .lnb li .depth2 {
    z-index: 1000;
  }
  .section-subSlider {
    margin-top: 30px;
    background: #fff;
  }
  .mainBottomSlide li {
    border-bottom: 0px;
  }
  .section-subSlider .mainBottomTop {
    padding-top: 40px;
  }
  .sub-v .inner .Img {
    background-position: 40% center;
  }
  #mainSlide {
    height: auto;
  }
  #mainSlide .bx-wrapper img {
    /* max-height: 350px !important; */
    max-height: 400px !important;
    /* max-height: 450px !important; */
    min-height: 200px !important;
    object-fit: inherit !important;
    object-position: 50% 50% !important;
    width: 100% !important;
  }
  .mainMiddle .half .link-box {
    padding-bottom: 32px;
  }
  .mainMiddle .notification-icon .link-box .inner > ul {
    flex-wrap: wrap;
  }
  .middleLink-ic-link {
    display: block;
    margin-bottom: 20px;
  }
  .inner-foot h3:before {
    border-top: 1px solid #c4c4c4;
    width: 80%;
    content: "";
    position: absolute;
    left: 10%;
    top: -3px;
  }
  .mainMiddle {
    padding-bottom: 50px;
  }
  .main_quick {
    padding: 0px 10px;
    margin-top: 14px;
  }
  .main_quick ul {
    flex-direction: row;
    padding: 10px 0px;
    height: auto;
  }
  .main_visual {
    padding: 40px 3%;
  }
  .main_visual .inner-width {
    display: flex;
    flex-flow: wrap;
    height: auto;
  }

  .main_quick ul li {
    flex: 1;
    border-right: 1px solid #c4c4c4;
    border-bottom-width: 0px;
  }
  .main_quick ul li:last-child {
    border-right: none;
  }
  .main_quick ul li:first-child img {
    margin-top: 20px;
  }
  .main_quick ul li:first-child p {
    margin-top: 10px;
  }
  .main_quick ul li img {
    max-width: 38px;
  }
  .main_quick p {
    font-size: 10px;
  }
  .banner-footer {
    flex-direction: column;
    align-items: center;
  }
  .boardContents .cnts {
    width: 100%;
  }
  .boardContents div.info dl {
    display: flex;
  }
  .boardContents div.info dd {
    width: auto;
  }
  .content.board .boardContents div.info dt {
    width: 50px;
  }
  .file-table {
    margin-top: 0px !important;
  }
  .inner-foot h3 {
    font-size: 17px;
  }
  .content.board .faq table tr td.answer {
    box-sizing: border-box;
  }
  #banner_left_img {
    max-width: 112px;
  }
  #mainSlide {
    width: 70%;
  }
  .main_img {
    width: 27%;
  }
  .main_quick {
    width: 100%;
  }

  .main_img p {
    padding: 10px;
    font-size: 0px;
    line-height: 20px;
    font-weight: 500;
  }
}
@media only screen and (max-width: 500px) {
  .mainMiddle .half .post_latest-box {
    padding: 52px 16px 30px 16px;
  }
  .sub-link-box {
    width: 75%;
  }
  .sub-link-box a {
    font-size: 13px;
    display: block;
    width: 75%;
    margin: 0 auto;
    height: 32px;
    line-height: 32px;
    font-size: 13px;
    color: #fff;
    background: #061d45;
    box-sizing: border-box;
    padding: 0 7px;
    text-align: center;
    max-width: 310px;
    min-width: 230px;
    margin-top: 20px;
  }
  .sub-link-box2 a {
    font-size: 13px;
    margin-top: 20px;
    display: block;
    width: 75%;
    margin: 0 auto;
    height: 42px;
    line-height: 42px;
    font-size: 13px;
    color: #fff;
    background: #061d45;
    box-sizing: border-box;
    padding: 0 7px;
    text-align: center;
    max-width: 310px;
    min-width: 230px;
    margin-top: 20px;
  }
  .sub-link-box2 a:nth-child(n + 2) {
    margin-left: auto;
  }
  .calendar-top button {
    padding: 0 15px;
  }
  .main_img p {
    font-size: 0px;
  }
  #mainSlide {
    width: 100%;
    margin-top: 14px;
    border-radius: 4px;
  }
  .main_img {
    background: url(/images/main/left_img_m4.png) no-repeat center center;
    background-size: cover;
    width: 100%;
    height: 70px;
    border-radius: 4px;
  }
  .main_quick {
    border-radius: 4px;
  }
  .main_wrap > * {
    box-shadow: 3px 3px 15px rgba(0, 0, 0, 0.15);
  }
  .main_quick ul {
    height: auto;
  }
  ul.post_latest li a {
    font-size: 12px;
  }
  ul.post_latest li span {
    font-size: 12px;
  }
}

@media (min-width: 1180px) {
  #left_example_image_large {
    display: block;
    border-radius: 40px;
    box-shadow: 0px 4px 10px rgb(0 0 0 / 25%);
  }
  #left_example_image_small {
    display: none;
  }
}

/* @media (max-width: 1179px) {
  #left_example_image_large {
    display: none;
  }
  #left_example_image_small {
    height: inherit;
    display: block;
    width: 100%;
  }
} */

#gnb_Bg {
  position: absolute;
  top: 0px;
  left: 0;
  width: 40%;
  height: 280px;
  background: #f6f6f6;
  overflow: hidden;
  border-bottom: 1px solid #f5f5f5;
}

.bg_box span {
  width: 350px;
  height: 290px;
  font-size: 18px;
  line-height: 30px;
  position: absolute;
  right: 0;
  padding: 35px 0 0 10px;
  font-family: "NanumSquare";
}
.bg_box span .sm {
  font-size: 14px;
  color: #666;
  line-height: 1.3;
  font-family: "Malgun Gothic";
}

/*컨텐츠 중앙정렬*/
@media only screen and (max-width: 890px) {
    .mainMiddle .half .post_latest-box {
    padding: 40px 100px;
  }
}

@media only screen and (max-width: 700px) {
    .mainMiddle .half .post_latest-box {
    padding: 40px 20px;
  }
}