/*
 * picturebookmuseum.net 전용 CSS
 * 기존 사이트(/resources/css/)와 완전히 분리된 파일입니다.
 * 퍼블리싱 담당자가 이 파일에서 작업해주세요.
 */

/* ===========================
   Reset / Base
   =========================== */

/* ===========================
   Layout
   =========================== */

/* ===========================
   Header (#net-header)
   =========================== */
#net-header {

}

.net-header-inner {

}

.net-logo {

}

.net-gnb {

}

/* 검색폼 레이아웃 - site layout.css 동일 스타일 적용 */
.search_area .search_box .search_form {
    display: flex;
}

.search_area .search_box .search_input .select {
    position: relative;
    padding-right: 10px;
    width: 35%;
}

.search_area .search_box .search_input .select select {
    height: 100%;
    width: 100%;
    font-size: .875rem;
    color: #444;
    padding: 0;
    border-radius: 50px;
    background: #f2f2f2;
    border: 0;
    text-align: center;
    cursor: pointer;
    transition: all 0.3s;
}

.search_area .search_box .search_input .select select:focus-within {
    outline: 1px solid #224d35;
}

.search_area .search_box .search_input .select:after {
    content: '';
    width: 10px;
    height: 10px;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    background: url("/resources/images/layout/board/ico_select.png") center no-repeat;
    background-size: 70%;
}

.search_area .search_box input {
    width: 65%;
}

/* ===========================
   Tab Menu (.net-tab-menu)
   =========================== */
.net-tab-menu {

}

.net-tab-btn {

}

.net-tab-btn.active {

}

/* ===========================
   Tab Content (.net-tab-content)
   =========================== */
.net-tab-content {
    display: none;
}

.net-tab-content.active {
    display: block;
}

/* ===========================
   그림책 탭 (.net-book-list)
   =========================== */
.net-book-list {

}

.net-book-card {

}

.net-book-thumb {

}

.net-book-thumb img {

}

.net-book-title {

}

.net-book-writer {

}

.net-book-publisher {

}

/* ===========================
   작가 탭 (.net-author-list)
   =========================== */
.net-author-list {

}

.net-author-card {

}

.net-author-thumb {

}

.net-author-name {

}

.net-author-book-cnt {

}

/* ===========================
   출판사 탭 (.net-publisher-list)
   =========================== */
.net-publisher-list {

}

.net-publisher-card {

}

.net-publisher-thumb {

}

.net-publisher-name {

}

.net-publisher-book-cnt {

}

/* ===========================
   Footer (#net-footer)
   =========================== */
#net-footer {

}

.net-footer-inner {

}

.net-copyright {

}
