@charset "utf-8";
/* 전체검색결과 스킨 */
#sch_res_detail {float:right;margin-bottom:20px}
#sch_res_detail legend {position:absolute;margin:0;padding:0;font-size:0;line-height:0;text-indent:-9999em;overflow:hidden}
#sch_res_ov {border-bottom:1px solid #e9e9e9;margin:0 0 10px;padding:10px;border-bottom:1px solid #e9e9e9;background:#f5f6fa;zoom:1}
#sch_res_ov:after {display:block;visibility:hidden;clear:both;content:""}
#sch_res_ov h2 {float:left}
#sch_res_ov dl {float:left;margin:0 0 0 10px}
#sch_res_ov dt {float:left}
#sch_res_ov dd {float:left;margin:0 10px 0 5px}
#sch_res_ov p {float:right;margin:0;padding:0;line-height:1em}
#sch_res_detail label{line-height:30px;float:left}
#sch_res_detail input{float:left;}
#sch_res_detail input[type="radio"]{margin:10px 5px 10px 20px}
#sch_res_detail .frm_input{ border: 1px solid #dcdcdc;border-radius: 5px 0 0 5px;}
#sch_res_detail .btn_submit{  float: left;  background: #3e3c52;  border-radius: 0 5px 5px 0;  height: 32px;  padding: 0 10px;  border: 1px solid #3e3c52;  letter-spacing: 0.05em;  font-weight: bold;  border-left: 0;}

#sch_res_board {display: flex;flex-wrap: wrap;margin:0 0 10px;padding-left:1px;list-style:none;zoom:1}
/* #sch_res_board:after {display:block;visibility:hidden;clear:both;content:""} */
#sch_res_board li {margin-bottom:-1px}
#sch_res_board a {display:block;position:relative;margin-left:-1px;padding:10px 0 ;width:180px;border:1px solid #ddd;text-align:center;letter-spacing:-0.1em;line-height:1.2em;cursor:pointer}
#sch_res_board a:focus, #sch_res_board a:hover, #sch_res_board a:active {text-decoration:none}
#sch_res_board .cnt_cmt {font-weight:normal !important}

.sch_res_list {margin:0 0 10px;padding:10px 0 15px}
.sch_res_list h2 {margin:0 0 15px;font-size:1.2em}
.sch_res_list ul {margin:0;padding:0;list-style:none}
.sch_res_list li {position: relative;margin:0 0 10px;padding:0 0 10px;border-bottom:1px solid #e9e9e9}
.sch_res_list li:before {    content: "";position: absolute;top: 10.5px;left: -12px;display: block;width: 5px;height: 5px;background-color: #999999;}
.sch_res_title {display:inline-block;margin:0 0 5px;font-weight: bold;font-size: 16px;}
.sch_res_list p {margin:0 0 10px;line-height:1.8em;font-size: 16px;}
.sch_more {text-align:right}
.sch_on {color:#ff3061}

#sch_result{margin-top:30px;border-top:1px solid #eee;padding:20px 0;clear:both}

/* 추가 */
#hd {
    display: none;
}

#wrapper {
    padding-top: 20px;
}

#sub_tit {
    display: none;
}


.keyword-links-box {
    background-color: #f8f9fa;
    border: 1px solid #ddd;
    border-radius: 5px;
    padding: 15px;
    margin-bottom: 20px;
}

.keyword-links-box h2 {
    font-size: 18px;
    margin-top: 0;
    margin-bottom: 15px;
    color: #333;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
}

.keyword-section {
    margin-bottom: 15px;
}

.keyword-section h3 {
    font-size: 16px;
    margin-bottom: 8px;
    color: #555;
}

.keyword-section ul {
    list-style: none;
    padding-left: 10px;
    margin: 0;
}

.keyword-section ul li {
    margin-bottom: 5px;
}

.keyword-section ul li a {
    color: #0066cc;
    text-decoration: none;
    display: inline-block;
    padding: 3px 0;
}

.keyword-section ul li a:hover {
    text-decoration: underline;
    color: #004080;
}


.keyword-links-box {
    background-color: #f8f9fa;
    border: 1px solid #ddd;
    border-radius: 5px;
    padding: 15px;
    margin-bottom: 20px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.05);
}

.keyword-links-box h2 {
    font-size: 18px;
    margin-top: 0;
    margin-bottom: 15px;
    color: #333;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
    font-weight: bold;
}

.keyword-section {
    margin-bottom: 15px;
}

.keyword-section h3 {
    font-size: 16px;
    margin-bottom: 8px;
    color: #555;
    font-weight: bold;
}

.keyword-section ul {
    list-style: none;
    padding-left: 10px;
    margin: 0;
}

.keyword-section ul li {
    margin-bottom: 5px;
}

.keyword-section ul li a {
    color: #0066cc;
    text-decoration: none;
    display: inline-block;
    padding: 5px 10px;
    background-color: #e9f0f7;
    border-radius: 3px;
    transition: all 0.2s ease;
    position: relative;
    padding-right: 25px;
}

.keyword-section ul li a:after {
    content: "\f08e";  /* 외부 링크 아이콘 (Font Awesome) */
    font-family: "FontAwesome";
    position: absolute;
    right: 8px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 12px;
    opacity: 0.7;
}

.keyword-section ul li a:hover {
    background-color: #d0e0f0;
    color: #004080;
    text-decoration: none;
    box-shadow: 0 1px 3px rgba(0,0,0,0.1);
}

/* 키워드 링크 박스 스타일 */
.keyword-links-box {
    background-color: #f8f9fa;
    border: 1px solid #ddd;
    border-radius: 5px;
    padding: 15px;
    margin-bottom: 20px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.05);
}

.keyword-links-box h2 {
    font-size: 18px;
    margin-top: 0;
    margin-bottom: 15px;
    color: #333;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
    font-weight: bold;
}

.keyword-section {
    margin-bottom: 15px;
}

.keyword-section h3 {
    font-size: 16px;
    margin-bottom: 8px;
    color: #555;
    font-weight: bold;
}

.keyword-section ul {
    list-style: none;
    padding-left: 10px;
    margin: 0;
}

.keyword-section ul li {
    margin-bottom: 5px;
}

.keyword-section ul li a {
    color: #0066cc;
    text-decoration: none;
    display: inline-block;
    padding: 5px 10px;
    background-color: #e9f0f7;
    border-radius: 3px;
    transition: all 0.2s ease;
    position: relative;
    padding-right: 25px;
}

.keyword-section ul li a:after {
    content: "\f08e";  /* 외부 링크 아이콘 (Font Awesome) */
    font-family: "FontAwesome";
    position: absolute;
    right: 8px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 12px;
    opacity: 0.7;
}

.keyword-section ul li a:hover {
    background-color: #d0e0f0;
    color: #004080;
    text-decoration: none;
    box-shadow: 0 1px 3px rgba(0,0,0,0.1);
}

/* 검색 결과 컨테이너 */
.search-results-container {
    margin-top: 20px;
}

/* 검색 결과 섹션 스타일 */
.search-board-section {
    position: relative;
    margin-bottom: 30px;
    padding-left: 15px;
}

.search-board-section h2 {
    font-size: 18px;
    margin-bottom: 15px;
    color: #333;
    margin-left: -15px;
    padding: 0 10px;
    border-left: 4px solid #ffcc00;
}

.search-board-section ul {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.search-board-section li {
    position: relative;
    margin-bottom: 12px;
    padding-bottom: 12px;
    border-bottom: 1px dashed #eee;
}

.search-board-section li:last-child {
    border-bottom: none;
}

.search-board-section .sch_more {
    margin-top: 10px;
    text-align: right;
}

.search-board-section .sch_more a {
    display: inline-block;
    padding: 5px 12px;
    background-color: #f5f6fa;
    border-radius: 3px;
    color: #555;
    font-size: 13px;
    transition: all 0.2s ease;
}

.search-board-section .sch_more a:hover {
    background-color: #e9ecef;
    color: #333;
}

.sch_new_window {
    font-size: 0;
    color: transparent;
    text-decoration: none;
    position: relative;
    margin-left: 5px;
    vertical-align: middle;
}

.sch_new_window:after {
    content: "\f08e";  /* 외부 링크 아이콘 (Font Awesome) */
    font-family: "FontAwesome";
    font-size: 12px;
    color: #777;
    position: relative;
    margin-left: 3px;
    opacity: 0.8;
    transition: all 0.2s ease;
}

.sch_new_window:hover:after {
    color: #3e3c52;
    opacity: 1;
}

.bible-society-section ul li {
    width: 30%;
}

#wrapper {
    max-width: 1000px;
}