@charset "utf-8"; /* 검색창 */
.search {
    position: relative;
    width: 840px;
    margin: 0 auto 20px auto
}

.search .srhTop {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.search .searhArea {
    position: relative;
    width: 745px;
    height: 71px;
    ;border: 2px solid #525252;
    border-radius: 50px;
    box-sizing: border-box;
    font-size: 0
}

.search .searhArea select {
    width: 175px;
    height: 100%;
    padding-left: 40px;
    border: none;
    background: url(../../images/ko/common/ico/selArrow2.png) no-repeat right center transparent;
    color: #060606;
    font-family: PretendardB,sans-serif;
    font-size: 16px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    box-sizing: border-box;
}

.search .searhArea input[type="text"] {
    width: calc(100% - 175px);
    height: 100%;
    padding: 0 168px 0 36px;
    color: #000;
    font-family: PretendardM,sans-serif;
    border: none;
    background: transparent;
    vertical-align: top;
    box-sizing: border-box;
}

.search .searhArea input[type="text"]::placeholder {
    color: #7c7c7c;
}

.search .searchBtnW {
    display: flex;
    align-items: center;
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    padding-right: 16px
}

.search .searchBtn {
}

.search .detailSearch {
    display: inline-block;
    margin-left: 12px;
    padding: 9px 24px;
    background: #ff9a02;
    color: #fff;
    border-radius: 20px;
    font-family: PretendardM,sans-serif;
    letter-spacing: -0.025em;
}

.srhBtnArea {
    position: relative;
    font-size: 0
}

.srhBtnArea a {
    display: inline-block
}

.srhBtnArea a:not(:last-child) {
    margin-right: 8px
}

.srhBottom {
    font-size: 0;
    margin: 12px 0 0 40px
}

.srhBottom>li {
    display: inline-block
}

.srhBottom>li:not(:last-child) {
    margin-right: 16px
}

.srhBottom>li label {
    padding-left: 30px;
    color: #b2b2b2
}

.srhBottom>li .customChk:checked + label {
    color: #000
}

/* 도움말팝업 */
.srhHelpPop {
    display: none;
    position: absolute;
    top: 48px;
    right: 0;
    width: 625px;
    padding: 28px 20px 52px 20px;
    border: 1px solid #e6e6e6;
    border-radius: 15px;
    background: #fff;
    z-index: 1;
    box-sizing: border-box;
    box-shadow: -8px 5px 29px 0px rgba(0, 0, 0, 0.13);
    z-index: 2;
}

.helpTab {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.helpTab>li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 190px;
    height: 57px;
    margin-bottom: 40px;
    padding: 0 12px;
    border: 2px solid #525252;
    border-radius: 40px;
    box-sizing: border-box;
}

.helpTab>li>a {
    display: block;
    color: #4c4c4c;
    font-family: NanumSquareNeoEB,sans-serif;
    font-size: 16px;
    letter-spacing: -0.005em;
}

.helpTab>li.on {
    background: #000;
    border: 2px solid #000
}

.helpTab>li.on>a {
    color: #fff
}

.helpTabCont {
    display: none
}

.helpTabCont.on {
    display: block
}

.helpTabCont>ul>li:not(:last-child) {
    margin-bottom: 32px
}

.helpTabCont>ul>li .tit {
    position: relative;
    margin-bottom: 14px;
    padding-left: 38px;
    color: #010101;
    font-family: NanumSquareNeoEB,sans-serif;
    font-size: 16px;
    line-height: 20px;
}

.helpTabCont>ul>li .num {
    position: absolute;
    top: -5px;
    left: 0;
    display: inline-block;
    width: 29px;
    height: 29px;
    background: #000;
    color: #fff;
    text-align: center;
    line-height: 29px;
    border-radius: 100%;
}

.helpTabCont>ul>li>ul {
    margin: 0 0 20px 40px
}

.helpTabCont>ul>li>ul>li {
    color: #545454;
    font-family: PretendardM,sans-serif;
}

/* atozList */
.atozList {
    margin-top: 20px;
    padding: 28px 16px 16px 16px;
    border: 1px solid #dbdbdb;
    border-radius: 25px;
}

.atozTab {
    margin-bottom: 24px
}

.atozTab .inner {
    overflow: hidden;
    overflow: auto;
    padding-bottom: 5px;
}

.atozTab .inner::-webkit-scrollbar {height: 13px;}
.atozTab .inner::-webkit-scrollbar-thumb { 
    background-color: #ccc;
    border-radius: 10px;
    background-clip: padding-box;  
    border: 2px solid transparent;
  }
.atozTab .inner::-webkit-scrollbar-track {
    background-color: transparent;
    border-radius: 10px;
    box-shadow: inset 0px 0px 5px white;
}

.atozTab .inner .item {
    width: auto
}

.atozTab .inner .item:not(:last-child) {
    margin-right: 12px
}

.atozTab .inner .item>a {
    display: block;
    padding: 14px 17px;
    border: 1px solid #d7d7d7;
    border-radius: 30px;
    color: #272525;
    font-size: 16px;
    letter-spacing: -0.005em;
}

.atozTab .inner .item>a .cnt {
    color: #ff9902;
    font-size: 16px;
    letter-spacing: -0.005em;
}

.atozTab .inner .item.on>a {
    background: #ff9902;
    border: 1px solid #ff9902;
    color: #fff
}

.atozTab .inner .item.on>a .cnt {
    color: #fff
}

.atozCont {
    display: none;
    background: #f8f8f8;
    border: 1px solid #f0f0f0;
    border-radius: 25px;
}

.atozCont.on {
    display: block
}

.atozCont .atozDepth2 {
    font-size: 0;
    padding: 20px 28px 0 28px;
}

.atozCont .atozDepth2.on {
    border-bottom: 1px solid #ececec;
}

.atozCont .atozDepth2>li {
    display: inline-block;
    margin-bottom: 18px
}

.atozCont .atozDepth2>li:not(:last-child) {
    margin-right: 24px
}

.atozCont .atozDepth2 .atozContTit {
    position: relative;
    color: #333;
    font-family: PretendardB,sans-serif;
    font-size: 18px;
    letter-spacing: -0.005em;
}

.atozCont .atozContTit .cnt {
    color: #333;
    font-family: PretendardB,sans-serif;
    font-size: 18px;
    letter-spacing: -0.005em;
}

.atozCont .atozDepth2>li.on .atozContTit {
    color: #ff7100
}

.atozCont .atozDepth2>li.on .atozContTit::after {
    content: "";
    display: block;
    position: absolute;
    bottom: -6px;
    left: 0;
    width: 100%;
    height: 2px;
    background: #ff7100
}

.atozCont .atozDepth2>li.on .atozContTit .cnt {
    color: #ff7100
}

.atozCont ul.atozDepth3 {
    display: none;
    padding: 26px 28px 0 28px;
    font-size: 0;
}

.atozCont ul.atozDepth3.on {
    display: block
}

.atozCont ul.atozDepth3>li {
    display: inline-block;
    width: 24%;
    margin-bottom: 28px;
    vertical-align: top;
}

.atozCont ul.atozDepth3>li>a {
    position: relative;
    padding-left: 12px;
    color: #313131
}

.atozCont ul.atozDepth3>li>a:hover {
    text-decoration: underline;
}

.atozCont ul.atozDepth3>li>a::before {
    content: "";
    display: block;
    position: absolute;
    top: 7px;
    left: 0;
    width: 3px;
    height: 3px;
    background: #4f4f4f
}

/* atozKeyword */
.atozKeyword {
    margin-top: 12px;
    padding: 17px;
    border: 1px solid #dbdbdb;
    border-radius: 25px;
    text-align: center;
}

.atozKeyword a {
    display: inline-block;
    margin: 0 2px;
    padding: 10px 13px;
    background: #f8f8f8;
    color: #3b3b3b;
    border: 1px solid #ececec;
    border-radius: 10px;
    font-family: PretendardB,sans-serif;
    letter-spacing: -0.005em;
}

.atozKeyword a.selected {
    background: #525252;
    color: #fff;
    border: 1px solid #525252
}

/* 검색목록화면 */
.searchResult {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    align-items: start;
    margin-top: 40px
}

.facet {
    width: 260px;
    border: 1px solid #e3e3e3;
    border-radius: 15px;
    box-sizing: border-box;
}

.briefList {
    width: 1120px
}

.searchResult.noFacet .briefList {
    width: 100%
}

/* 권호정보 추가 */
.fBookInfo {
    padding: 20px 6px 20px 16px;
}

.fBookInfo .title {
    margin-bottom: 8px;
    color: #1e1e1e;
    font-family: PretendardM,sans-serif;
    font-size: 17px;
}

.fBookList>li:not(:last-child) {
    margin-bottom: 4px
}

.fBookInfo .fBookTit {
    position: relative;
    padding-left: 18px;
}

.fBookInfo .fBookTit::after {
    content: "";
    display: block;
    position: absolute;
    top: 2px;
    left: 0;
    width: 14px;
    height: 14px;
    background: url(../../images/ko/common/ico/bookPlus.png) no-repeat center;
}

.fBookInfo li.on>.fBookTit::after {
    background: url(../../images/ko/common/ico/bookMinus.png) no-repeat center;
}

.fBookInfo .fBookList>li>ul {
    display: none;
    margin-left: 18px
}

.fBookInfo .fBookList>li>ul>li>a {
    color: #555;
    font-size: 14px
}

.facetList>li {
    padding: 20px 0 0 0
}

.facetList>li:not(:last-child) {
    border-bottom: 1px solid #d7d7d7
}

.facetList>li .facetTit {
    margin-bottom: 8px;
    padding: 0 6px 0 16px;
    color: #1e1e1e;
    font-family: PretendardM,sans-serif;
    font-size: 17px;
}

.facetList>li>ul {
    max-height: 172px;
    padding: 0 0 15px 16px;
    margin-right: 6px;
    overflow-y: auto;
}

.facetList>li>ul::-webkit-scrollbar {
    width: 6px
}

.facetList>li>ul::-webkit-scrollbar-thumb {
    background: #d4d4d4;
    border-radius: 5px;
}

.facetList>li>ul::-webkit-scrollbar-track {
    background: transparent;
    border-radius: 5px;
}

.facetList>li>ul>li:not(:last-child) {
    margin-bottom: 8px
}

.facetList>li>ul>li input[type="checkbox"] {
    width: 16px;
    height: 16px;
    vertical-align: -3px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 1px solid #cdcdcd;
    border-radius: 3px;
}

.facetList>li>ul>li label {
    margin-left: 8px;
    color: #555;
    font-family: PretendardM,sans-serif;
}

.facetList>li>ul>li input[type="checkbox"]::after {
    content: "";
    display: none;
    position: relative;
    left: 38%;
    top: 15%;
    transform: rotate(45deg);
    width: 15%;
    height: 40%;
    border: solid #fff;
    border-width: 0 2px 2px 0;
}

.facetList>li>ul>li input[type="checkbox"]:checked {
    background: #505bf0;
    border: 1px solid #505bf0;
}

.facetList>li>ul>li input[type="checkbox"]:checked::after {
    display: block;
}

.facetList>li>ul>li label .total {
    color: #ff9902;
    font-family: PretendardM,sans-serif;
}

.facetList>li .inpuiryW {
    position: relative;
    min-height: 42px;
    text-align: center;
    box-sizing: border-box;
}

.facetList>li .inpuiryW .more a {
    padding: 10px 0;
    background: #fafafa;
    color: #2c2c2c
}

.facetList>li .inpuiryW .more span {
    position: relative;
    padding-right: 16px
}

.facetList>li .inpuiryW .more .moreOpen span::after {
    content: "";
    display: block;
    position: absolute;
    top: 5.5px;
    right: 0;
    width: 10px;
    height: 6px;
    background: url(../../images/ko/common/ico/selArrow3.png)
}

.facetList>li .inpuiryW .more .moreClose span::after {
    content: "";
    display: block;
    position: absolute;
    top: 4.5px;
    right: 0;
    width: 10px;
    height: 6px;
    background: url(../../images/ko/common/ico/selArrow3.png);
    transform: rotate(180deg);
}

.facetList>li .inpuiry {
    position: absolute;
    top: 6px;
    right: 4px;
    width: 32px;
    height: 32px;
    background: url(../../images/ko/common/ico/facetSrhBtn.png) no-repeat;
    border: none;
    text-indent: -9999px;
    cursor: pointer;
}

.briefListTop {
    padding-bottom: 14px;
    border-bottom: 2px solid #d2d2d2
}

.briefListTop::after {
    content: "";
    display: block;
    clear: both
}

.briefListTop .keywordInfo {
    float: left;
    margin-top: 3px
}

.briefListTop .keywordInfo .keyword {
    display: inline-block;
    margin-right: 12px;
    color: #373737;
    font-size: 18px;
    vertical-align: top;
}

.briefListTop .keywordInfo .keyword span {
    color: #ff9902;
    font-size: 18px;
    font-family: PretendardB,sans-serif;
}

.briefListTop .keywordInfo .cnt {
    display: inline-block;
    color: #000;
    font-family: PretendardM,sans-serif;
    vertical-align: -2px;
}

.briefListTop .keywordInfo .cnt>span {
    color: #000;
    font-family: PretendardM,sans-serif;
}

.briefListTop .choiceMajor {
    display: inline-block;
    background: #ebebeb;
    color: #373737;
    border-radius: 20px;
    margin: -3px 0 0 16px;
    padding: 5px 17px;
    font-size: 14px;
    vertical-align: top;
}

.briefListTop .choiceMajor .arrow {
    display: inline-block;
    width: 6px;
    height: 8px;
    margin: 0 8px;
    background: url(../../images/ko/common/ico/arrow1.png) no-repeat
}

.briefListTop .array {
    float: right
}

.briefListTop .array .selType2 {
    margin-right: 20px;
    vertical-align: middle;
}

.briefListTop .arrayBtn {
    padding: 5px 15px;
    background: #525252;
    border: none;
    border-radius: 20px;
    color: #fff;
    font-size: 14px;
    font-family: PretendardM,sans-serif;
    cursor: pointer;
}

.result>li {
    position: relative;
    margin-left: 40px;
    padding: 20px 0;
    border-bottom: 1px solid #e3e3e3;
}

.result .bookChk {
    position: absolute;
    top: 41px;
    left: -30px
}

.result .bookChk input[type="checkbox"] {
    width: 16px;
    height: 16px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 1px solid #cdcdcd;
    border-radius: 3px;
}

.result .bookChk input[type="checkbox"]::after {
    content: "";
    display: none;
    position: relative;
    left: 38%;
    top: 15%;
    transform: rotate(45deg);
    width: 15%;
    height: 40%;
    border: solid #fff;
    border-width: 0 2px 2px 0;
}

.result .bookChk input[type="checkbox"]:checked {
    background: #505bf0;
    border: 1px solid #505bf0;
}

.result .bookChk input[type="checkbox"]:checked::after {
    display: block;
}

.result .bookInfo .type {
    color: #ff9902;
    font-family: PretendardM,sans-serif;
    letter-spacing: -0.05em;
}

.result .bookInfo .bookTit {
    color: #333;
    font-family: PretendardB,sans-serif;
    font-size: 18px;
}

.result .bookInfo .bookTit:hover {
    text-decoration: underline;
}

.result .bookInfoList {
    font-size: 0
}

.result .bookInfoList>li {
    display: inline-block;
    color: #979797;
    font-family: PretendardM,sans-serif;
}

.result .bookInfoList>li:not(:last-child) {
    margin-right: 8px
}

.bookBtns {
    font-size: 0;
    margin-top: 8px
}

.bookBtns>li {
    display: inline-block
}

.bookBtns>li:not(:last-child) {
    margin-right: 8px
}

.bookBtns .bookBtn {
    display: block;
    padding: 5px 30px 5px 12px;
    background: url(../../images/ko/common/ico/goIco.png) no-repeat right 12px top 12px;
    border: 1px solid #525252;
    border-radius: 20px;
    color: #525252;
    font-family: PretendardM,sans-serif;
    font-size: 14px;
    letter-spacing: -0.01em;
    transition: .3s
}

.bookBtns .bookBtn:hover {
    background: url(../../images/ko/common/ico/goIcoOn.png) no-repeat right 12px top 12px #525252;
    color: #fff
}

/* 검색상세 */
.bookBriefInfo {
    padding: 0 16px 24px 16px;
    border-bottom: 1px solid #e3e3e3
}

.bookBriefInfo .titArea {
    margin-bottom: 20px
}

.bookBriefInfo .bookTit {
    color: #333;
    font-family: PretendardB,sans-serif;
    font-size: 22px;
}

.bookBriefInfo .translated {
    color: #333;
    font-size: 16px
}

.bookBriefInfo .related>li {
    color: #979797;
    font-family: PretendardM,sans-serif;
}

.bookBriefInfo .related>li>a {
    color: #164bd3;
    font-family: PretendardM,sans-serif;
    text-decoration: underline;
}

.bookDetailInfo {
    padding: 32px 0 36px 16px;
    border-bottom: 1px solid #e3e3e3
}

.detailArea>li::after {
    content: "";
    display: block;
    clear: both
}

.detailArea>li:not(:last-child) {
    margin-bottom: 8px
}

.detailArea .eleName {
    float: left;
    width: 95px;
    color: #888;
}

.detailArea .eleMeta {
    display: block;
    margin-left: 105px;
    color: #000;
    font-family: PretendardM,sans-serif;
}

.detailArea .eleMeta>a {
    color: #000;
    font-family: PretendardM,sans-serif;
    text-decoration: underline;
}

/* 이미지 있을경우 */
.bookDetailInfo.img {
    position: relative
}

.bookDetailInfo.img::after {
    content: "";
    display: block;
    clear: both
}

.bookDetailInfo .bookImg {
    float: left;
    border: 1px solid #e3e3e3
}

.bookDetailInfo .bookImg img {
    display: block;
    width: 130px
}

.bookDetailInfo.img .detailArea>li {
    margin-left: 160px;
    overflow: hidden;
}

.bookContents {
    padding: 36px 16px 52px 16px;
    border-bottom: 1px solid #e3e3e3
}

.bookContents .bookContent:not(:last-child) {
    margin-bottom: 48px
}

.bookContents .bookContent .bcTit {
    margin-bottom: 8px;
    color: #333;
    font-family: PretendardB,sans-serif;
    font-size: 18px;
}

.bookContents .bookContent .bcTxt {
    color: #666;
    line-height: 26px;
    max-height: 78px;
    overflow: hidden;
    white-space: normal;
    text-align: left;
    word-wrap: break-word;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.bookContents .bookContent .bcTxt.on {
    overflow: visible;
    -webkit-line-clamp: inherit;
    max-height: none;
}

.bookContents .bookContent .moreBtn {
    color: #164bd3;
    font-family: PretendardB,sans-serif;
    font-size: 14px;
    text-decoration: underline;
}

/* 반출버튼 */
.briefList .btns2 {
    margin-top: 24px;
    text-align: right;
}

.briefList .btns2 #itemExport {
    display: inline-block;
    padding: 5px 15px;
    background: #525252;
    border: none;
    border-radius: 20px;
    color: #fff;
    font-size: 14px;
    font-family: PretendardM,sans-serif;
}
