@charset "utf-8";

section.donate-buy .prj_info h2 {
padding-left: 30px;
display: flex;
justify-content: center;
align-items: center;
gap: 10px;
}
section .prj_info h2 {
margin-bottom: 20px;
}
.round-illustBtn_s span.hidden_txt {
height: 100%;
}
.round-illustBtn_s span::after {
top: 42%;
}

section.donate-buy .prj_m_info h2 {
padding-left: 30px;
display: flex;
justify-content: center;
align-items: center;
gap: 10px;
margin-bottom: 10px;
}
section .prj_m_info h2 .round-illustBtn_s {
width: 30px;
height: 30px;
line-height: 28px;
}
section .prj_m_info h2 .round-illustBtn_s span {
width: 14px;
height: 17px;
top: 20%;
background-size: contain;
}
section .prj_m_info h2 .round-illustBtn_s span::after {
width: 18px;
top: 38%;
}

/*--------------*/

#go_main {
  position: absolute;
  height: 0;
}

#go_main a {
  opacity: 0;
}

#go_main a:focus {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99;
  padding: 10px;
  white-space: nowrap;
  opacity: 1;
  background-color: var(--gray5);
}

/*-----------------------*/

#allSitemap {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 1031;
  display: none;
}

#closeSitemapModal {
  position: absolute;
  top: 0;
  right: 0;
  padding: 15px;
  width: 50px;
  height: 50px;
  background-color: var(--sub-color1);
  line-height: 1px;
}

#allSitemap.sitemap .sitemap-container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 80vh;
}

#allSitemap.sitemap .sitemap-wrap {
  background-color: var(--main-color2);
  margin-bottom: 150px;
  display: flex;
  justify-content: flex-start;
  height: 80vh;
  overflow-x: hidden;
  overflow-y: scroll;
}

#allSitemap.sitemap .sitemap-wrap::-webkit-scrollbar-track {
  background: transparent;
}

#allSitemap.sitemap .sitemap-wrap::-webkit-scrollbar-thumb {
  background: var(--main-color1);
}

#allSitemap.sitemap .sitemap-wrap::-webkit-scrollbar-thumb:hover {
  background: var(--gray4);
}

#allSitemap .sNavi {
  width: 50%;
  height: 86vh;
  padding: 80px 40px;
  flex: 1 1 auto;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 0 60px;
}

#allSitemap .sNavi .all-main-menu {
  width: 40%;
  flex: 1 1 auto;
}

#allSitemap .sNavi .all-main-menu .lv1 > button {
  font-size: 21px;
  padding-bottom: 8px;
  border-bottom: 2px solid rgba(223, 222, 222, 0.4);
  font-weight: bold;
  text-indent: 20px;
  margin-bottom: 10px;
  width: 100%;
  text-align: left;
  color: #fff;
}

#allSitemap .sNavi .all-main-menu .lv1 > button:focus-visible {
  outline: 2px solid var(--gray3);
  border-radius: 2px;
}

#allSitemap .sNavi .all-main-menu .lv2 > a {
  padding: 8px 0;
  letter-spacing: -0.5px;
  font-size: 15px;
  white-space: nowrap;
}

#allSitemap .sNavi .all-main-menu .lv2 > a::before {
  display: inline-block;
  width: 9px;
  height: 9px;
  background-image: url("/_home/101818/g/icon/cli-icon_bullet-b.png");
  background-size: 9px auto;
  background-repeat: no-repeat;
}

#allSitemap .sitemap_main {
  background-color: rgba(255, 255, 255, 0.08);
}

@media screen and (max-width: 1280px) {
}

@media screen and (max-width: 1030px) {
  #allSitemap.sitemap .sitemap-wrap {
    flex-direction: column;
  }

  #allSitemap .sNavi {
    width: 100%;
  }

  #allSitemap.sitemap .all-main-menu .all-sub-menu {
    border-bottom: none;
  }

  #allSitemap .sNavi {
    padding: 60px 50px;
  }
}

@media screen and (max-width: 768px) {
  #allSitemap.sitemap .sitemap-wrap {
    width: 100%;
    margin: 0 0;
    top: 0;
    left: 0;
    transform: translate(0, 0);
    height: 100vh;
  }

  #allSitemap .sNavi {
    padding: 30px 20px;
    gap: 20px;
    height: unset;
  }

  #allSitemap .sNavi .all-main-menu {
    width: 100%;
  }

  #allSitemap.sitemap .all-main-menu .all-sub-menu {
    border-bottom: none;
  }
}

/*----------------------*/

.main-search-box {
    position: fixed;
    top: 0px;
    width: 100%;
    background: #fff;
    height: 100%;
    background: linear-gradient(#fff 40%, rgba(0, 0, 0, 0.6) 40%);
    display: none;
    z-index: 1031;
    /* padding-top:50px; */
}

.search_top {
    padding: 24px 0;
    height: 80px;
    text-align: center;
}

.search_top h3 {
    font-size: 26px;
}

.closeSearchField {
    position: absolute;
    right: 30px;
    top: 50px;
    transform: translate(0, -50%);
}

.closeSearchField img {
    transform: translate(-2px, -2px);
}

.search_bar {
    background-color: var(--main-color2);
    /* border: solid var(--gray4);
    border-width: 1px 0; */
}

.search_bar .center {
    padding: 16px 0;
    max-width: 900px;
    position: relative;
}


.keyword_bar .center,
.search_bar .center,
serch-input-area {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.search_bar .center {
    justify-content: center;
}

.search-tit {
    /* font-size: 16px !important; */
    color: var(--gray2);
    line-height: 30px;
}

.search-main {
    display: inline-block;
    position: relative;
    text-align: left;
    border-radius: 5px;
}

.serch-input-area {
    display: block;
    min-width: 320px;
    background-color: #fff;
    padding: 2px 0;
    /* border-bottom: 3px solid transparent; */
}

.serch-input-area input {
    height: 38px;
    border: 0;
    /* background-color: transparent; */
    width: 90%;
    position: relative;
    z-index: 100;
}

.serch-input-area input[type='search'] {
    background-image: none !important;
}

.serch-input-area.focuson {
    /* border-bottom: 3px solid var(--main-color1); */

}

.serch-input-area.focuson input[type='search'] {
    outline: none;
    box-shadow: none;
}

.serch-input-area button {
    line-height: 1em;
}

.main-search-box p {
    font-size: 14px;
    color: #fff;
    padding: calc(var(--margin-padding-4) * 3) 0;
}

/* 자동완성 창*/
.serch-auto-keyword-box {
    position: absolute;
    font-size: 14px;
    background-color: #fff;
    width: 100%;
    left: 0px;
    top: 40px;
    z-index: 1;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.16);
}

.serch-auto-keyword-box ul {
    padding: 12px 0;
}

.serch-auto-keyword-box li {
    padding: 0 10px 0 18px;
    height: 25px;
    overflow: hidden;
    line-height: 25px;
    color: var(--gray2);
    cursor: pointer;
}

.serch-auto-keyword-box li:hover,
.serch-auto-keyword-box li.on {
    background-color: #f9fafb;
}

.serch-auto-keyword-box-sub {
    border-top: 1px solid var(--gray5);
}

.serch-auto-keyword-box-sub span {
    float: right;
    padding: 10px 20px 15px;
    color: var(--gray3);
    cursor: pointer;
}

.serch-auto-keyword-box-sub span img {
    margin-left: 6px;
    transform: translateY(-1px);
}

/* 키워드 */
.keyword_bar {
    width: 100%;
    height: 266px;
    background-color: #fff;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}

.keyword_bar .center {
    max-width: 900px;
    height: inherit;
    padding: 30px 0 50px;
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
}

.keyword_bar .center .keyword_wrap {
    min-width: 48%;
}

.keyword_bar .center .keyword_wrap:last-child {
    /* border-left: 1px solid var(--gray4); */
    padding-left: 20px;
}

.header-title {
    font-size: 16px;
    font-weight: bold;
    color: var(--gray2);
    white-space: nowrap;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding-bottom: 14px;
}

.popular-keyword,
.header-keyword {
    width: 100%;
    text-align: center;
}

.popular-keyword {
    height: 165px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap
}

.popular-keyword .keyword {
    padding: 6px 0;
}

.popular-keyword .keyword .pointRed {
    margin-right: 10px;
}

.popular-keyword .keyword .pointRed::after {
    content: ". ";
}

.header-keyword {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 6px;
}

.keyword {
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.header-keyword .keyword {
    padding: 6px 10px 4px;
    border: 2px solid var(--gray4);
    border-radius: 20px;
    max-width: 180px;
}

.header-keyword.noneR {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    height: 180px;
}

.keyword .icon-img {
    transform: translateY(-2px);
}

@media screen and (max-width:1030px) {
    .main-search-box {
        top: 0px;
    }

    .search_top {
        padding: 12px 0;
        height: 50px;
        line-height: 20px;
    }

    .search_top h3 {
        font-size: 18px;
    }

    .search_top .logo img {
        height: 24px !important;
    }

    .closeSearchField {
        right: 20px;
        top: 28px;
    }

    .closeSearchField .close_txt {
        display: none;
    }

    /*
    .closeSearchField img {
        transform: translate(0, 0);
    } */
}


@media screen and (max-width:768px) {

    .search-tit {
        font-size: 14px !important;
    }

    .main-search-box {
        background: #fff;
        /*  position: absolute;
        height: unset; */
        padding-bottom: 35px;
    }

    .search_bar {
        background-color: var(--main-color2);
    }

    .keyword_bar {
        height: 73vh;
        overflow-x: hidden;
        overflow-y: scroll;
        box-shadow: none;
    }

    .search_bar .center,
    .keyword_bar .center {
        flex-direction: column;
        padding: 20px 0;
    }

    .search_bar .center {
        gap: 10px;
    }

    .search-main {
        width: 100%;
        background: #fff;
    }

    .header-title {
        padding-bottom: 4px;
    }

    .header-keyword {
        padding-top: 10px;
    }

    .keyword_bar .center .keyword_wrap:last-child {
        border: none;
        padding: 0px 0px 30px;
        order: -1;
    }

    .popular-keyword {
        height: unset;
    }

    .popular-keyword .keyword {
        width: 100%;
        text-align: left;
        padding: 10px 0;
        border-bottom: 1px solid var(--gray4);
    }

    .popular-keyword .keyword:last-child {
        border: none;
    }


}