@charset "UTF-8";
/*cmn*/
.listCnt_wrap {
    background: #FFFBE1;
    padding-top: 20px;
    padding-bottom: 60px;
}
.listCnt_flx {
    max-width: 1200px;
    margin: 0 auto;
}
.listCnt_main {
    width: 100%;
    max-width: 1200px;
    box-sizing: border-box;
    position: relative;
}
.listCnt_ttl {
    font-size: 34px;
    font-weight: bold;
}
.searchTab_wrap {
    padding: 20px 30px 40px;
    margin: 30px 0 0;
    background: #FFE036;
    border-radius: 6px 6px 0 0;
}
.searchTab_ttl {
    font-size: 14px;
    font-weight: bold;
    margin: 0 0 10px;
}
.searchTab_in {
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -ms-flex-wrap: wrap;
	flex-wrap: wrap;
    margin: 0 0 0 -10px;
}
.searchTab_in .tab {
    cursor: pointer;
    color: #CCCCCC;
    font-size: 13px;
    font-weight: bold;
    line-height: 1;
    box-sizing: border-box;
    padding: 9.5px 19px;
    border: 1px solid #fff;
    border-radius: 6px;
    background: #fff;
    margin: 0 0 0 10px;
}
.searchTab_in .tab.active {
    color: #fff;
    background: #222222;
    border: 1px solid #222222;
}
/*list*/
.panel {
    display: none;
    text-align: center;
  }
.panel.active {
    display: block;
}
.searchLst_wrap {
    padding: 40px 40px 80px;
    background: #fff;
}
.searchLst_top {
    margin: 0 0 33px;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.searchLst_top .result {
    font-size: 16px;
}
.searchLst_top .result span {
    font-weight: bold;
}
.searchLst_top .sort {
    font-size: 14px;
    position: relative;
}
.searchLst_top .sort select {
    border: 1px solid #E5E5E5;
    border-radius: 6px;
    width: 160px;
    font-size: 14px;
}
.searchLst_top .sort:before {
    content: "";
    position: absolute;
    display: block;
    top: 50%;
    right: 15px;
    margin-top: -4px;
    z-index: 10;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 5px 0 5px;
    border-color: #000 transparent transparent transparent;
}
.searchDtl_wrap {
    border-bottom: 1px solid #E5E5E5;
}
.searchDtl_in {
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
    height: 100%;
    min-height: 50px;
    box-sizing: border-box;
    padding: 8px 30px;
    position: relative;
}
.searchDtl_wrap.is-new .searchDtl_in:before {
    content: "";
    position: absolute;
    display: block;
    width: 34px;
    height: 34px;
    top: 0;
    left: 0;
    z-index: 10;
    background: url("../svg/pop_new.svg") no-repeat 0 0/34px auto;
}
.searchDtl_wrap .name {
    font-size: 14px;
    font-weight: bold;
    width: 539px;
    text-decoration: underline;
    text-align: left;
}
.searchDtl_wrap .comment {
    width: 120px;
    text-align: left;
}
.searchDtl_wrap .comment-icn {
    position: relative;
    display: inline-block;
}
.searchDtl_wrap .comment-icn + .comment-icn {
    margin-left: 15px;
}
.searchDtl_wrap.comment-on .comment-quantity {
    position: absolute;
    top: -10px;
    right: -9px;
    z-index: 9;
    font-size: 11px;
    width: 16px;
    line-height: 16px;
    text-align: center;
    background: #FFE036;
    border-radius: 99px
}
.searchDtl_wrap .date {
    font-size: 14px;
    width: 168px;
    text-align: left;
}
.searchDtl_wrap .classification {
    font-size: 14px;
    width: 153px;
    text-align: left;
}
.searchDtl_wrap .station {
    font-size: 14px;
    width: 120px;
    text-align: left;
}
.searchDtl_wrap.is-head {
    border-bottom: none;
    background: #F5F5F5;
}
.searchDtl_wrap.is-head .name {
    text-decoration: none;
}
/*pager*/
.listCnt_pager {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 60px;
}
.listCnt_pager li {
    width: 40px;
    text-align: center;
}
.listCnt_pager li.prev {
    margin-right: 40px;
}
.listCnt_pager li.next {
    margin-left: 40px;
}
.listCnt_pager li a {
    display: block;
    width: 100%;
    font-size: 16px;
    font-weight: bold;
    line-height: 1;
}
.listCnt_pager li.on a {
    color: #FFE036;
    pointer-events: none;
}
@media (min-width: 768px) {
    .searchTab_in .tab:hover {
        color: #222222;
        border: 1px solid #222222;
        background: #fff;
    }
    .listCnt_in {
        width: 1200px;
        margin: 0 auto;
    }
    .listCnt_pager li a:hover {
        opacity: .8;
    }
    a.searchDtl_in:hover {
        background: #FFFBE1;
    }
}
@media only screen and (max-width: 767px) {
    /*cmn*/
    .listCnt_wrap {
        padding-top: 0;
    }
    .listCnt_flx {
        display: block;
    }
    .listCnt_side {
        max-width: 100%;
        width: 100%;
        height: 100vh;
        position: fixed;
        top: 0;
        z-index: 9999;
        display: none;
    }
    .listCnt_side.active {
        display: block;
    }
    .listCnt_main {
        padding: 0;
    }
    /*list*/
    .listCnt_ttl {
        font-size: 24px;
        line-height: 1.6;
        padding: 0 20px;
    }
    .searchTab_wrap {
        padding: 20px;
        border-radius: 0;
    }
    .searchTab_in {
        margin: -10px 0 0 -10px;
    }
    .searchTab_in .tab {
        padding: 9.5px 29px;
        margin: 10px 0 0 10px;
    }
    .searchTab_in .tab.active {
        color: #fff;
        background: #222222;
        border: 1px solid #222222;
    }
    .searchLst_wrap {
        padding: 32px 20px 60px;
    }
    .searchLst_top {
        margin: 0 0 27px;
    }
    .searchLst_top .result {
        font-size: 14px;
    }
    .searchDtl_in {
        height: auto;
        padding: 15px 10px 15px 20px;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .searchDtl_in:first-child {
        border-top: 1px solid #E5E5E5;
    }
    .searchDtl_wrap .name {
        width: auto;
        text-decoration: underline;
    }
    .searchDtl_wrap .comment {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 63px;
        margin: 0 0 0 15px;
        flex-shrink: 0;
        text-align: left;
    }
    .searchDtl_wrap .comment-icn {
        position: relative;
        display: inline-block;
    }
    .searchDtl_wrap .comment-icn + .comment-icn {
        margin-left: 15px;
    }
    .searchDtl_wrap.comment-on .comment-quantity {
        position: absolute;
        top: -8px;
        right: -9px;
        z-index: 9;
        font-size: 11px;
        width: 16px;
        line-height: 16px;
        text-align: center;
        background: #FFE036;
        border-radius: 99px
    }
    .searchDtl_wrap .date,
    .searchDtl_wrap .classification,
    .searchDtl_wrap .station {
        display: none;
    }
    .searchDtl_wrap.is-head {
        display: none;
    }
    /*pager*/
    .listCnt_pager li {
        width: 44px;
    }
    .listCnt_pager li.prev {
        margin-right: 20px;
    }
    .listCnt_pager li.next {
        margin-left: 20px;
    }
}
