.index_main {
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}
.index_main img {
    width: 60%;
}
/* header */
header{
    width: 100%;
    height: 8rem;
    position: fixed;
    left: 0;
    top: 0;
    background-color: #fff;
    display: flex;
    align-items: center;
    z-index: 500;
}
.header_top a {
    width: 100%;
    height: 100%;
    padding: 0 2rem ;
}
.header_top img {
    width: 50%;
}
footer{
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 8rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #fff;
    z-index: 500;
}
footer a {
    width: 25%;
    display: flex;
    align-items: center;
    flex-flow: column nowrap;
    gap: 1rem;
}
footer a img {
    height: 3rem;
}
footer a span {
    font-size: 1.6rem;
    font-weight: 600;
}
/* home */
main {
    padding: 8rem 2rem 8rem;
}
.home_cate{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 1rem;
    margin-bottom: 1.5rem;
}
.home_cate a{
    width: 32%;
    display: flex;
    align-items: center;
    flex-flow: column nowrap;
    border-radius: 1rem;
    padding: 1rem;
}
.cate_info1 {
    background-color: #FBF3DF;
}
.cate_info2 {
    background-color: #FEF9D1;
}
.cate_info3 {
    background-color: #FBF9F7;
}
.home_cate a img {
    height: 5rem;
}

.home_cate a span {
    margin-top: 1rem;
    font-size: 1.9rem ;
    font-weight: 700;
}
.home_cate a em {
    font-size: 1.7rem;
    margin-top: .3rem;
    font-weight: 500;;
}

.main_titles {
    padding: 2.5rem 0 4rem;
    font-size: 1.9rem;
    font-weight: 800;
}
.qna_text p {
    font-size: 1.6rem;font-weight: 600;
    margin-bottom: 1rem;
    line-height: 1.2;
}
.qna_btn {
    width: 100%;
    background-color: #BC8963;
    display: flex; align-items: center;
    justify-content: center;
    padding: 2rem 0;
    border-radius: 1rem;
    gap: 1rem;
    margin-top: 2rem;
}
.qna_btn span {
    color: #fff;
    font-size: 1.9rem;
    font-weight: 400;
}
.qna_btn img {
    width: 2rem;
}
.child_cont {
    display: flex;
    justify-content: space-between;
    margin-bottom: 2rem;
}
.child_cont a {
    width: 48%;
    display: flex;
    height: 11rem;
    padding: 2rem 1rem;
    border-radius: 1rem;
}
.child_cont a span {
    color: #fff ;
    font-size: 1.7rem;
    font-weight: 600;
    line-height: 1.2;
}
.child_cont a em {
    color: #fff ;
    font-size: 1.9rem;
    font-weight: 700;
}
.clid_left{
    background-color: #817970;
    background-image: url(../img/main-btn-icon-4.png);
    background-repeat: no-repeat;
    background-size: 5rem;
    background-position: 90% 85%;
}
.clid_right {
    background-color: #A6655E;   
    background-image: url(../img/main-btn-icon-5.png);
    background-repeat: no-repeat;
    background-size: 5rem;
    background-position: 90% 85%;
}
.giude_top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 5rem;
}
.main_titles2 {
    /* padding: 2.5rem 0 1rem; */
    font-size: 1.9rem;
    font-weight: 800;
}
.giude_top a {
    border: 1px solid #000;
    font-size: 1.7rem;
    padding: .3rem 1rem;
    border-radius: 2rem;
}
.giude_bottom h3 {
    color: #B88158;
    font-size: 1.9rem;
    font-weight: 700;
    padding: 1rem 0 2rem;
}
.giude_bottom p {
    font-size: 1.6rem;
    font-weight: 600;
    margin-bottom: 1rem;
    line-height: 1.4;
}
.giude_bottom {
    margin-top: 2rem;
    padding: 1rem;
    background-color: #FBF9F7;
    border-radius: 1rem;
    height: 17rem !important;
}
.home_swriper {
    margin-bottom: 4rem;
}
.home_giude {
    /* margin-bottom: 3rem; */
}
.swiper-container {
    overflow: hidden;
}
/* sub1 */
.sub1_contents {
    padding: 1.3rem 1rem;
    margin-bottom: 2rem;
    background-color: #FBF9F7;
    border-radius: 1rem;
}
.sub1_top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 1rem 0;
}
.sub1_top h3 {
    color: #BE8C67;
    font-size: 1.9rem;
    font-weight: 700;
}
.sub_andsub_1 a {
    color: #fff ;
    font-size: 1.7rem ;
    background-color: #BC8963;
    border-radius: .5rem;
    padding: .3rem;
}
.sub1_contents pre {
    line-height: 1.5;
    font-size: 1.6rem;
    font-weight: 600;
}
/* sub2 */
.sub2_contents {
    padding: 1rem 2rem;
    background-color: #FBF9F7;
    border-radius: 1rem;
    margin-bottom: 2rem;
}
.sub2_contents h3 {
    color: #BE8C67;
    font-size: 1.9rem;
    font-weight: 700;
    padding-right: 3em;
}

.sub2_contents pre {
    font-size: 1.6rem;
    line-height: 1.4;
    border-top: 1px dashed #BE8C67;;
    padding-top: 1.5rem;
}

.sub2_top  {
    padding: 1rem 0 ;
    background-position: 95%;
    background-repeat: no-repeat;
    background-size: 1.5rem;
    background-image: url(../img/arrow-down.png);
}
.open .sub2_top {
    background-image: url(../img/arrow-up.png);

}
.sub2_pre {display: none   ;}
.open .sub2_pre {
    display: block;
}

#selectionForm div {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 2rem;
}
.sub_titles{
    color: #BC8963;
    font-size: 1.9rem;
    font-weight: 600;
}
#selectionForm div select{
    width: 75%;
    padding: 1.2rem;
    border-radius: 1rem;
    border: 2px solid #B8835B;
    font-size: 1.8rem;
    color: #CECECE;
    background-image: url(../img/arrow-down.png);
    background-repeat: no-repeat;
    background-size: 1.5rem;
    background-position: 90%;
}
.search_box {
    width: 100%;
    display: flex;
    align-items: center !important;
    justify-content: center !important;
    margin-top: 4rem;
}
.search_btn {
    color: #fff;
    background-color: #BC8963;
    display: flex;
    width: 50%;
    align-items: center;
    justify-content: center ;
    padding: 1rem;
    font-size: 1.9rem;
    border-radius: 1rem;
}
.search_border {
    margin: 3rem 0;
    width: 50%;
    height: 6rem;
    background-color: #fff;
    position: relative;
}
.search_border::after{
    content: "";
    display: block;
    height: 6rem;
    border-right: 1px dashed #BC8963;
}

#orgInfo {
    width: 100%;
}
#orgInfo table{
    border-collapse: collapse; /* 셀 사이의 간격을 제거합니다 */
    width: 100%; /* 원하는 너비 설정 */
    table-layout: fixed;
    border-bottom: 2px solid #BC8963;
}
#orgInfo table tr th{
    padding: 1rem;
    width: 33%;
    font-size: 1.8rem;
    color: #BC8963;
    font-weight: 700;
    border-bottom: 2px solid #BC8963;
    border-top: 2px solid #BC8963;
}
#orgInfo table tr th:nth-of-type(1){
    border-right: 2px solid #BC8963;
}
#orgInfo table tr th:nth-of-type(2){
    border-right: 2px solid #BC8963;
}
#orgInfo table tr td {
    width: 33%;
    padding: 1rem;
    text-align: center;
    font-size: 1.6rem;
    word-wrap: break-word;
}
#orgInfo table tr td:nth-of-type(2){
    border-left: 2px solid #676767;
    border-right: 2px solid #676767;
}
select option {
    font-size: 2rem;
        color: #000;
}
tbody tr {
    border-bottom: 2px solid #676767;;
}
tbody tr:nth-last-of-type(1){
    border-bottom: 0;
}
.search1_contetns {
    padding: 1.5rem;
    background-color: #FBF9F7;
    margin-bottom: 1.5rem;
    border-radius: 1rem;
}
.search1_top {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.search1_top .title {
    color: #BC8963;
    font-size: 1.9rem;
    width: 60%;
    word-wrap: break-word;
}
.search1_top a {
    display: flex;
    color: #fff ;
    background-color:#BC8963 ;
    padding: .5rem .5rem;
    border-radius: .5rem;
    font-size: 1.7rem;
}
.search1_sub_contetns {
    margin-bottom: 4rem;
}
.srachsub_title {
    padding: 1rem 0 ;
    font-size: 1.9rem;
    font-weight: 700;
    display: flex;
}
.search1_contetns pre {
    font-size: 1.7rem ;
    line-height: 1.2;
}

.search1_sub_contetns h3 {
    font-size: 1.9rem;
    font-weight: 700;
    color: #BC8963;
    padding: 2rem 0;
}
.search1_sub_contetns  pre {
    font-size: 1.7rem;
    line-height: 1.3;
}

.search-container form {
    position: relative;
    margin-bottom: 3rem;
}
.search-container form input {
    background-image: url(../img/arrow-search.png);
    border: 2px solid #BC8963;
    padding: 1rem 5rem;width: 100%;
    border-radius: 2rem;
    font-size: 1.8rem;
    background-repeat: no-repeat;
    background-size: 2rem;
    background-position: 5%;
    height: 4.5rem;
}
.search-container form button  {
position: absolute; right: 1.5%;
background-color: #BC8963;
color: #fff;
border-radius: 2rem;
height: 3.5rem;
font-size: 2rem;
padding: 0 3rem;
transform: translateY(5px);
top: 0;}

.no-results {
    width: 100%;
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: center;
    gap: 2rem;
    margin-top: 10rem;
}
.no-results img {
    width: 30%;
}
.no-results p {
    font-size: 1.7rem;
    color: #D0D0D0;
}

#orgInfo {
    margin-bottom: 4rem;
}
.search-container {
    margin-top: 4rem;
}
#loading p {
    font-size: 2rem;
}