@charset "UTF-8";
/*-------------------------------------------------
title       : 컴포넌트 반응형
Author      : PLAN I
Create date : 2024-10-25
-------------------------------------------------*/
@media (max-width: 1200px) {
  .list_gallery {
    margin: 0 -1rem;
  }
  .list_gallery > li > a {
    padding: 3rem 1rem;
  }
  .list_gallery > li > a ul {
    gap: 1.5rem;
  }
  .list_gallery > li > a ul li + li::before {
    left: -0.75rem;
  }
  .list_gallery ul:not(.type1) li {
    display: block;
  }
  .list_gallery ul:not(.type1) li + li::before {
    display: none;
  }
  .board_write th {
    padding: 2rem 1rem;
    white-space: normal;
  }
  .type_wrap {
    padding: 6rem 2rem;
  }
}
@media (max-width: 1023px) {
  #utile {
    bottom: auto;
    top: 1rem;
  }
  #utile .btn {
    display: inline-block;
    overflow: hidden;
    width: 3.5rem;
    height: 3.5rem;
    text-align: center;
    line-height: 3.5rem;
    vertical-align: middle;
  }
  #utile .print {
    display: none;
  }
  .member_form .row_group {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .member_form .row_group .m_row.col_group {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .member_form .row_group .m_row.col_group .col {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .contents_info .info {
    display: block;
    padding-bottom: 5.5rem;
  }
  .contents_info .info li:nth-last-child(n+2):nth-child(n+2)::before {
    display: none;
  }
  .contents_info .info li:nth-last-child(n+2) strong {
    display: inline-block;
    width: 6rem;
    margin-right: 0;
    vertical-align: middle;
  }
  .contents_info .info li:nth-child(4):last-child {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 1rem;
    border-top: 1px dashed var(--bdc);
    text-align: right;
  }
  .board_info {
    display: block;
  }
  .board_info .search {
    margin-bottom: 2rem;
    padding: 2rem;
    border-radius: var(--brd);
    background-color: #efefef;
  }
  .board_info .search fieldset {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .board_info .search .form_text {
    width: 100%;
    -webkit-box-flex: 1;
        -ms-flex: 1 1;
            flex: 1 1;
  }
  .board_info .form_text {
    margin: 1rem 0;
  }
  .board_list table {
    display: block;
    width: 100%;
  }
  .board_list table thead {
    display: none;
  }
  .board_list table tr {
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: relative;
    width: 100%;
    padding: 2rem 0 2rem 4.5rem;
    border-bottom: 1px solid var(--bdc);
    text-align: left;
  }
  .board_list table tbody {
    display: block;
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .board_list table td {
    display: block;
    padding: 0;
    border-bottom: 0 none;
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .board_list table td.txt_left::before, .board_list table td[aria-label=번호]::before, .board_list table td[aria-label=첨부파일]::before, .board_list table td[aria-label=처리상태]::before, .board_list table td[aria-label=링크]::before {
    display: none;
  }
  .board_list table td.txt_left {
    display: block;
    margin-bottom: 1rem;
    font-size: 1.8rem;
    color: #222 !important;
  }
  .board_list table td[aria-label=번호]:first-child {
    display: inline-block;
    overflow: hidden;
    width: 3rem;
    height: 3rem;
    text-align: center;
    line-height: 3rem;
    vertical-align: middle;
    padding: 0 !important;
    color: #fff !important;
    text-align: center !important;
    position: absolute;
    left: 0;
    top: 2rem;
    line-height: 3rem;
    border-radius: 100%;
    background-color: #000;
    font-size: 1.2rem;
    color: #fff;
  }
  .board_list table td[aria-label=카테고리], .board_list table td[aria-label=조회수] {
    display: none;
  }
  .board_list table td[aria-label=첨부파일], .board_list table td[aria-label=처리상태], .board_list table td[aria-label=링크] {
    display: inline;
  }
  .board_list table td img {
    height: 2.5rem;
  }
  .board_list table td img, .board_list table td .icon1, .board_list table td .btn_s {
    margin: 1rem 0 0;
  }
  .board_list table td::before {
    display: inline-block;
    margin-right: 1rem;
    font-weight: 600;
    content: attr(aria-label);
    vertical-align: middle;
    color: #222;
  }
  .board_pager .group > a:first-child, .board_pager .item a:not(.active) {
    display: none;
  }
  .board_pager .item .active {
    display: inline;
    background: none;
    color: var(--cl);
  }
  .board_pager .group {
    margin: 0 1rem;
  }
  .board_pager .group > a:last-child {
    display: inline;
    width: auto;
    padding: 0;
  }
  .board_pager .group > a:last-child::before {
    position: static;
    content: "/ ";
    opacity: 1;
  }
  .board_write colgroup {
    display: none;
  }
  .board_write td {
    display: block;
    width: 100%;
    height: auto;
    border-left: 0 none;
    padding: 1.5rem 1rem;
  }
  .board_write th {
    display: block;
    width: 100%;
    padding-left: 1rem;
    font-size: 1.7rem;
    border-bottom: 0 none;
    border-right: 0 none;
    padding: 1.5rem 1rem;
    border-bottom: 1px solid var(--bdc);
  }
  .board_write th span[aria-label=필수항목] {
    position: static;
  }
  .board_write .file-list li label {
    font-size: 1.6rem;
    padding-left: 11rem;
  }
  .board_write .file-list li label::before {
    width: 9rem;
  }
  .board_write .file-list li label::after {
    left: 10rem;
    width: calc(100% - 10rem);
  }
  .board_write #btnAddFile {
    display: block;
    margin-left: auto;
  }
  .agreement_wrap .agreement {
    padding: 4rem 2rem;
  }
  .list_gallery {
    display: grid;
    grid-template-columns: repeat(2, calc(50% - 0px));
    -webkit-column-gap: 0px;
       -moz-column-gap: 0px;
            column-gap: 0px;
    row-gap: 0px;
    margin: 0 -0.5rem;
  }
  .list_gallery > li > a {
    padding: 2rem 0.5rem;
  }
  .list_blog > li > a {
    padding: 3rem 0;
  }
  .list_blog > li > a > i {
    width: 25rem;
    margin-right: 3rem;
  }
  .login-wrap .login_area {
    padding: 4rem 2rem;
  }
  .login_form .dupl_number {
    gap: 0.4rem;
  }
  .join_step ol {
    gap: 0;
    position: relative;
  }
  .join_step ol::before {
    content: "";
    width: calc(100% - 4rem);
    height: 0.3rem;
    border-radius: 3rem;
    background: #9FB1C8;
    display: block;
    position: absolute;
    left: 2rem;
    top: 2.4rem;
  }
  .join_step ol li {
    padding: 0 0.7rem;
  }
  .join_step ol li + li::before {
    display: none;
  }
  .terms_wrap {
    padding: 4rem 2rem;
  }
  .terms_wrap .agree_head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .terms_wrap .agree_head .krds-check-area {
    margin-left: auto;
  }
  .type_wrap {
    padding: 6rem 2rem;
  }
  .type_wrap h3 {
    margin-bottom: 2rem;
  }
  .type_wrap > div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .find_wrap {
    padding: 5rem 2rem;
  }
  #search_result .total-search-list .total-search-item {
    padding: 2rem 1rem;
  }
  #search_result .total-search-list .date {
    margin-top: 0.5rem;
  }
  #search_result .total-search-list.type2 li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  #search_result .total-search-list.type2 li .info-body {
    width: 100%;
  }
  #search_result .total-search-list.type3 li .info-body-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  #search_result .total-search-list.type3 li .info-body {
    width: 100%;
  }
  .search-result-info span {
    font-size: 2.2rem;
  }
}
@media (max-width: 500px) {
  .contents_info .survey {
    padding: 2rem 2rem 5.5rem;
  }
  .contents_info .survey small {
    top: auto;
    bottom: 1rem;
    right: 2rem;
    width: calc(100% - 4rem);
    padding-top: 1rem;
    border-top: 1px dashed var(--bdc);
    text-align: right;
  }
  .contents_info .survey strong {
    font-size: inherit;
  }
  .contents_info .survey li {
    display: block;
  }
  .board_gallery .thumb .list button {
    width: 10rem;
  }
  .board_reply .info {
    position: static;
    margin: 0 -2rem 2rem;
    padding: 0 2rem 2rem;
    border-bottom: 1px solid var(--bdc);
    font-size: 90%;
  }
  .board_view > h2 {
    padding: 1.5rem 0 1rem;
  }
  .board_view > h2 + .info {
    padding-bottom: 1.5rem;
    text-align: left;
  }
  .board_view > h2 + .info li {
    display: block;
    width: 18rem;
    margin: 0 auto !important;
  }
  .board_view > h2 + .info li + li {
    margin-left: 0;
  }
  .board_view .contents {
    padding: 3rem 0;
  }
  .board_file {
    display: block;
    padding: 2rem;
  }
  .board_file strong {
    display: block;
    padding: 0 0 1.5rem;
  }
  .board_file li + li {
    margin-top: 0.5rem;
  }
  .board_file img {
    height: 2rem;
  }
  .board_comment .list .btns {
    display: block;
    position: static;
    margin-top: 1rem;
    text-align: right;
  }
  .list_blog > li > a {
    padding: 2rem 0;
    -webkit-box-align: inherit;
        -ms-flex-align: inherit;
            align-items: inherit;
  }
  .list_blog > li > a .item {
    padding-bottom: 0;
  }
  .list_blog > li > a > i {
    width: 12rem;
    min-width: 12rem;
    max-width: 12rem;
    margin-right: 2rem;
  }
  .list_blog > li > a > i::before {
    margin-top: 0;
  }
  .list_blog > li > a > i::after {
    display: none;
  }
  .list_gallery {
    display: grid;
    grid-template-columns: repeat(1, calc(100% - 0px));
    -webkit-column-gap: 0px;
       -moz-column-gap: 0px;
            column-gap: 0px;
    row-gap: 0px;
  }
  .join_step ol li {
    padding: 0 0.4rem;
  }
  .join_step ol li .step-tit {
    letter-spacing: -1px;
  }
  .member_form {
    padding: 6rem 1.2rem;
  }
  .member_form .form_head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 1rem;
  }
  .member_form .form_head .tip {
    margin-left: auto;
  }
  .member_form .form_group .btn {
    width: 100%;
  }
  .member_form .email > div,
  .member_form .biz_num > div {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 0.8rem 0.3rem;
  }
  .member_form .email .update_btn,
  .member_form .email select,
  .member_form .biz_num .update_btn,
  .member_form .biz_num select {
    width: 100%;
    min-width: 100%;
  }
  .member_form .col_group {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .member_form .col_group .col {
    width: 100%;
  }
  .member_form .address {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .member_form .address > div {
    width: 100%;
  }
  .member_form .address > div:first-child {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0.8rem;
  }
  .member_form .modify_wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 2rem;
    padding: 2rem 1.2rem;
  }
  .member_form input {
    padding: 1.2rem 1rem;
  }
  .member_form select {
    padding: 0 1rem;
  }
  .search-result-info span {
    font-size: 1.8rem;
  }
  #search_result .total-search-list .total-search-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #search_result .total-search-list .date {
    margin-top: 0.5rem;
  }
  #search_result .total-search-list .download {
    width: 100%;
    border-radius: 0.6rem;
    height: 4.8rem;
    margin-top: 1.5rem;
  }
  #search_result .total-search-list .download i {
    margin-right: 1rem;
  }
  #search_result .total-search-list .download::after {
    content: "다운로드";
  }
  #search_result .total-search-list.type1 li .info-body {
    width: 100%;
  }
  #search_result .total-search-list.type2 li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 0;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  #search_result .total-search-list.type2 li .info-body {
    width: 100%;
  }
  #search_result .total-search-list.type3 li .info-body-wrap {
    width: 100%;
  }
}
@media (max-width: 500px) {
  .id_wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}