#lineArticles {
    padding-top: 10px;
}

.itemContainer {
    margin-top: 30px;
}

.icSpacer {
    padding-bottom: 40px;
}

.icSpacer .sectionHeadText .normal::after {
    display: none;
}

.bannerContainer img {
    max-width: 100%;
}

.topSelectContainer {
    display: flex;
    position: relative;
    top: -50.7px;
    margin-top: 0;
}

.newStoreList {
    width: 405px;
    margin-right: 10px;
}

.newStoreList .tscHeader {
    font-size: 17px;
}

.searchStoreWrap {
    width: 835px;
}

.tscHeader {
    display: flex;
    height: 50px;
    align-items: center;
    color: #fff;
    box-sizing: border-box;
}

.newStoreList .tscHeader {
    background-color: #505050;
    padding: 0 20px;
}

.tscHeader div {
    display: flex;
    height: 100%;
    align-items: center;
    padding: 0 20px;
    box-sizing: border-box;
}

.tscHeader div .ctIcon {
    background-size: 13px 7px;
    width: 13px;
    height: 7px;
    margin-left: auto
}

.tscHeader div .ctOpen {
    background: url('/assets/front/images/icon/mainCategoryOpen.svg')
}

.tscHeader div .ctClose {
    background: url('/assets/front/images/icon/mainCategoryClose.svg')
}

.tscHeader .categorySelect {
    cursor: pointer
}

.tscHeader .categorySelect[type=loc] {
    color: #474747;
    width: 25%;
    background-color: #fff
}

.tscHeader .categorySelect[type=theme] {
    width: 25%;
    background-color: #eee;
    color: #999
}

.tscHeader .mainSearch {
    background-color: #ff6c00;
    width: 50%
}

.tscHeader .mainSearch input {
    outline: 0;
    border: 0;
    background: 0 0;
    color: #fff;
    width: 80%
}

.tscHeader .mainSearch input::placeholder {
    color: #fff;
    font-size: 16px
}

.tscHeader .mainSearch button {
    background: 0 0;
    border: 0;
    outline: 0;
    margin-left: auto
}

.tscContents {
    border: 1px solid #d1d1d1;
    padding: 20px 10px 20px 20px;
    position: relative;
    margin-bottom: 0 !important
}

.nsWrap {
    position: relative;
    padding-bottom: 2px
}

.nsWrap .name {
    color: #ff6c00;
    font-weight: 500;
    font-size: 20px;
    margin-top: 10px;
    margin-bottom: 18px
}

.nsWrap .title {
    font-size: 16px;
    height: 40px;
    line-height: 20px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-wrap: break-word;
    overflow: hidden;
    margin-bottom: 40px;
    color: #000
}

.nsWrap .icons {
    color: #777;
    font-size: 14px;
    display: flex;
    margin-bottom: 6px
}

.nsWrap .icons div {
    display: flex;
    align-items: center;
    margin-right: 20px
}

.nsWrap .icons img {
    margin-right: 3px
}

.nsWrap .move {
    position: absolute;
    bottom: 0;
    right: 0
}

.nsWrap .move img {
    width: 40px;
    height: 40px
}

.tscContents .categoryList {
    display: flex;
    flex-wrap: wrap
}

.tscContents .categoryList a {
    display: flex;
    flex-direction: column;
    margin-bottom: 10px;
    justify-content: center;
    align-items: center
}

.tscContents .categoryList a .img {
    display: flex;
    justify-content: center;
    align-items: center;
    border-right: 1px solid #e5e5e5
}

.tscContents .categoryList a .img img {
    max-width: 100%
}

.tscContents .categoryList a .txt {
    margin-top: 9px;
    color: #656565;
    font-size: 13px
}

.tscContents .categoryList[type=theme] a .txt {
    margin-top: 22px
}

.tscContents .categoryList[type=loc] a {
    flex-basis: 9%
}

.tscContents .categoryList[type=loc] a:nth-child(-n+11) {
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 15px
}

.tscContents .categoryList[type=loc] a:nth-child(n+12) {
    margin-top: 0
}

.tscContents .categoryList[type=loc] a:nth-child(11n) .img {
    border-right: 0
}

.tscContents .categoryList[type=loc] a .img {
    width: 100%;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-right: 1px solid #e5e5e5
}

.tscContents .categoryList[type=theme] {
    height: 120px;
    padding: 15px 0
}

.tscContents .categoryList[type=theme] a {
    flex-basis: 12.5%;
    margin-bottom: 0;
    border-right: 1px solid #e5e5e5;
    box-sizing: border-box
}

.tscContents .categoryList[type=theme] a:nth-child(n+5) {
    margin-top: 0
}

.tscContents .categoryList[type=theme] a:last-child {
    border-right: 0
}

.tscContents .categoryList[type=theme] a .img {
    width: 100%;
    height: 35px;
    border-right: 0
}

.tscContents .slick-dots {
    top: -45px;
    right: 10px;
    text-align: right;
    height: 35px;
}

.tscContents .slick-dots li {
    width: 10px;
    height: 10px;
    margin: 0 2px;
    padding: 0;
}

.tscContents .slick-dots li button {
    width: 10px;
    height: 10px;
}

.tscContents .slick-dots li.slick-active button:before {
    content: '●';
    font-size: 11px;
    opacity: 1;
}

.tscContents .slick-dots li button:before {
    color: #a2a2a2;
    opacity: 1;
    font-size: 5px;
    width: 10px;
    height: 10px;
    content: '◆';
}

.headText {
    margin-top: 20px
}

.headText h1 {
    font-size: 24px
}

.sectionHeadText {
    text-align: center;
    padding-top: 20px
}

.sectionHeadText .normal {
    font-size: 22px;
    color: #000;
    margin-bottom: 15px
}

.sectionHeadText .normal::after {
    content: '';
    display: flex;
    width: 50px;
    height: 4px;
    background-color: #fec763;
    margin: 15px auto 0
}

.sectionHeadText .normal b {
    font-weight: 600
}

.sectionHeadText .small {
    color: #656565;
    font-size: 13px
}

.sectionDataWrap {
    margin-top: 30px
}

.sectionDataWrap .sectionDataHead {
    display: flex;
    border: 1px solid #000;
    margin-bottom: 20px
}

.sectionDataWrap .sectionDataHead .shItem {
    flex-basis: 25%;
    text-align: center;
    padding: 13px 0;
    color: #502200;
    box-sizing: border-box;
    border-right: 1px solid #000;
    cursor: pointer;
    font-weight: 500;
    font-size: 18px
}

.sectionDataWrap .sectionDataHead .shItem.selected {
    background-color: #aa8767;
    color: #fff
}

.sectionDataWrap .sectionDataHead .shItem:last-child {
    border-right: 0
}

.realTimeWrap {
    border: 1px solid #cdcdcd;
    padding: 30px 25px;
    display: flex
}

.realTimeWrap .left {
    width: calc(100% - 270px);
    box-sizing: border-box;
    padding-right: 40px;
    border-right: 1px solid #cdcdcd
}

.realTimeWrap .right {
    width: 270px;
    box-sizing: border-box;
    padding-left: 25px
}

.realTimeWrap .head {
    display: flex;
    align-items: center;
    font-size: 22px;
    color: #222;
    margin-bottom: 20px;
    position: relative;
    height: 35px
}

.realTimeWrap .head img {
    width: 30px;
    height: 35px;
    margin-right: 15px;
    position: relative;
    top: 2px
}

.realTimeWrap .head p span {
    color: #f40
}

.realTimeWrap .conData {
    display: flex;
    align-items: center;
    padding: 8px 0;
    height: 21px
}

.realTimeWrap .conData a {
    color: #000;
    font-size: 15px
}

.realTimeWrap .left .conData .subject {
    width: 810px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap
}

.realTimeWrap .left .conData .location {
    background-color: #f19224;
    color: #fff;
    padding: 4px 16px;
    font-size: 13px;
    border-radius: 10px;
    margin-left: auto
}

.realTimeWrap .right .conData a {
    display: flex
}

.realTimeWrap .right .conData a .rank {
    margin-right: 9px
}

.realTimeWrap .right .conData:nth-child(odd) {
    background-color: #faf6f3
}

.realTimeWrap .right .conData {
    padding-left: 10px
}

.snsWrap {
    display: flex;
    margin-top: 15px;
    margin-bottom: 50px;
    padding-bottom: 20px
}

.snsWrap div {
    width: 300px;
    box-sizing: border-box;
    margin: auto
}

.snsWrap div:nth-child(4n) {
    margin-right: 0
}

.snsWrap div:nth-child(4n+1) {
    margin-left: 0
}

.snsWrap div img {
    max-width: 100%
}

.appContainer {
    display: none
}

.remarkContainer {
    padding-top: 10px;
    margin-top: 10px
}

.remarkItem {
    overflow: hidden;
    font-size: 14px;
    margin-bottom: 30px
}

.remarkItemImg {
    float: left;
    width: 270px;
    box-shadow: 2px 2px 4px 3px rgb(128, 128, 128, .17)
}

.remarkItemImg img {
    max-width: 270px
}

.remarkItemBody {
    float: left;
    width: calc(100% - 270px);
    word-break: break-word;
    box-sizing: border-box;
    padding-left: 15px
}

.remarkItemHead {
    background-color: #fafafa;
    padding: 20px;
    font-weight: 500;
    font-size: 18px;
    color: #444
}

.remarkItemContent {
    box-sizing: border-box;
    color: #888;
    border: 1px solid #ededed;
    padding: 10px 15px;
    line-height: 1.5em;
    max-height: 19em;
    position: relative;
    text-align: justify
}

.remarkItemContent::after {
    content: "";
    text-align: right;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 1.5em;
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 70%, rgba(255, 255, 255, 1) 100%)
}

@media screen and (max-width: 1024px) {
    .store-board-new .itemBox {
        flex-basis: 100%!important;
        margin: 15px 4px!important;
        max-width: 98%!important;
    }
}