.faqCon {
    padding-bottom: 300px;
}
.category_banner {
    height: 280px;
    border-radius: 16px;
    position: relative;
}
.category_card_layer {
    width: 560px;
    height: 280px;
    position: absolute;
    left: 46.15%;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(28, 30, 33, 0.7);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    border-radius: 0 16px 16px 0;
    padding: 40px 60px;
}
.bg_img_arrow {
    background-position: 87% 50%;
    background-repeat: no-repeat;
    background-size: cover;
}
.flex_center {
    display: flex;
    justify-content: center;
    align-items: center;
}
.category_main_box {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.margin_b24 {
    margin-bottom: 24px;
}
.side_category_container {
    width: 100%;
    padding: 23px 20px;
    border-radius: 16px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    cursor: pointer;
    box-shadow: 0 8px 32px rgba(28, 30, 33, 0.08);
    transition: all 0.2s ease;
    max-height: 72px;
}
.category_subtitle_box {
    padding-left: 28px;
    opacity: 0;
    height: 0;
    transition: all 0.2s ease;
}
.category_subtitle_focus {
    text-decoration: underline;
    text-underline-position: under;
}
.category_subtitle,
.category_subtitle_focus {
    margin-top: 16px !important;
}
.category-arrow-img {
    transition: -webkit-transform 0.1s ease;
    transition: transform 0.1s ease;
    transition: transform 0.1s ease, -webkit-transform 0.1s ease;
}
.category-arrow-img-open {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}
.category_subtitle_box_open {
    opacity: 1;
    height: auto;
    margin-top: 24px;
    margin-bottom: 7px;
    transition: all 0.2s ease 0.1s;
}
.side_category_container-open {
    max-height: 211px;
}
.searchresult-box {
    padding-top: 40px;
    padding-bottom: 30px;
    margin-bottom: 60px;
    border-bottom: 1px solid var(--gray900);
}
.noresult-box {
    padding: 240px 0;
    text-align: center;
}
.noresult-box p {
    margin-top: 16px !important;
}
.cardc-frame {
    margin-bottom: 40px;
    height: 440px;
    border-radius: 16px;
    cursor: pointer;
    position: relative;
}
.cardc-frame:hover {
    transition: background-size 0.4s ease;
}
.cardc-gray-text {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.cardc-wrap-bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 0 40px 40px;
    width: 100%;
}
.cardc-heart {
    position: absolute;
    left: 68.41%;
    right: 20.91%;
    top: 85%;
    bottom: 9.09%;
    display: flex;
}
.cardc-heart,
.cardc-reply {
    align-items: center;
}
.cardc-half-rectangle {
    position: absolute;
    height: 230px;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(28, 30, 33, 0.7);
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
    border-radius: 0 0 16px 16px;
    padding: 40px;
}
.cardc-icon-p {
    margin-left: 4px !important;
    margin-top: -4px !important;
}
.cardd-frame {
    margin-bottom: 40px;
    height: 440px;
    border-radius: 16px;
    cursor: pointer;
    position: relative;
    padding: 106px 40px 0;
}
.cardd-text {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    line-height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
}
.cs-tab {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-top: 60px;
    padding: 3rem;
    border-radius: 7px;
    margin-bottom: 40px;
    border: 1px solid var(--Gold300);
}
.cs-tab p {
    margin-left: 40px;
    cursor: pointer;
}
.cs-story-container {
    margin: 0 auto;
    padding-top: 60px;
}


.cs-storydetail-container {
    margin: 10px auto 0;
    /* max-width: 960px; */
    width: 100%;
}
.cs-storydetail-container img {
    width: 100%;
}

/* faq 스타일 */
.wrap-faq-right {
    display: flex;
    justify-content: flex-end;
}
.faq-pill {
    width: 320px;
    height: 72px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    border-radius: 16px;
    padding: 0 20px;
    margin-bottom: 20px;
}
.faq-pill-active {
    border: 1px solid var(--gray900);
}
.faq-search {
    width: 440px;
    height: 60px;
    border: 1px solid var(--gray400);
    border-radius: 4px;
    padding-left: 60px;
    font-size: 20px;
}
.faq-search-icon {
    position: absolute;
    top: 18px;
    left: 20px;
}
.faq-box-list {
    margin-bottom: 40px;
    cursor: pointer;
}
.faq-list-detail {
    padding-top: 20px;
    padding-bottom: 30px;
}
.faq-list-detail > p {
    color: var(--gray600);
    font-size: 16px;
}
.faq-info-footer {
    background-color: var(--gray100);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
    height: 100px;
}
.faqDropIcon {
    width: 24px;
    height: 24px;
    transition: 0.2s;
}
.rotate {
    transform: rotate(180deg);
}

.faq-list-detail {
    display: none;
}

.faq-search-icon {
    width: 24px;
    height: 24px;
}
.swiper-pagination {
    font-size: 16px;
}

.swiper-button-next img,
.swiper-button-prev img {
    width: 32px;
    height: 32px;
}
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    position: relative;
    width: auto;
}
.mySwiper-main .pagination_bullet {
    margin-left: 15px;
}
.swiper-button-next,
.swiper-rtl .swiper-button-prev {
    right: 30px;

    display: flex;
    align-items: center;
    justify-content: center;
}
.swiper-button-prev,
.swiper-rtl .swiper-button-next {
    left: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next,
.swiper-button-next,
.swiper-rtl .swiper-button-prev {
    width: 48px;
    height: 48px;
    border-radius: 100px;
    position: relative;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.swiper-button-prev {
    background-image: url(/img/global/desktop/aura/default/next.png);
}
.swiper-button-next {
    background-image: url(/img/global/desktop/aura/default/prev.png);
}
.swiperMain {
    position: static;
    height: auto;
    padding-left: 4rem;
}
.swiper {
    position: relative;
    overflow: hidden;
    padding-bottom: 10rem;
}
.mySwiper{
	width: 100%;
}
.swiper-pageIcons {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}
.swiper-button-next img,
.swiper-button-prev img {
    width: 32px;
    height: 32px;
}
.mb-category {
    display: none;
}
.material-icons-outlined{
    transition: 0.2s;
}
.Gold100{
    color: var(--Gold100);
}
.rotate{
    transform: rotate(180deg);
}

.termsText{
    width: 100%;
    height: 100vh;
    resize: none;
    border: 1px solid var(--Gold300);
    border-radius: 7px;
    padding: 3rem;
    background-color: var(--bg);
}
.termsText:focus{
    outline: 0;
}
.swiper-button-prev,
.swiper-button-next{transition: 0.2s;}

.swiper-button-prev:hover,
.swiper-button-next:hover{
    opacity: 0.3;
}


/* 1110추가 */
.notice_container{
    padding: 30px;
    border-radius: 7px;
}
.title_container{
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid var(--Gold100);
    margin-bottom: 30px;
    align-items: center;
    padding-bottom: 30px;
}

.title_container .title{
    font-size: 34px;
    line-height: 72px;
    font-weight: 700;
}

.search_box{
    display: flex;
    width: 300px;
    border-radius: 4px;
}

.search_box button{
    width: 38.5px;
    height: 38.5px;
    border: none;
    outline: none;
    background-color: initial;
}
.search_box button span{ 
    width: 100%;
    height: 100%;  
    display: block;
    background-image: url(/images/squidNFT/default/icon/search.svg);
    background-position: center;
    background-size: 45% 45%;
    background-repeat: no-repeat;

}
.search_box input{
    flex: 1;
    border: none;
    outline: none;
    background-color: initial;
    padding-left: 10px;
}

.story-item {
    margin-bottom: 30px;
    cursor: pointer;
}
.story-item:nth-last-child(1){
    margin-bottom: 0;
}
.story-item .left {
    margin-right: 50px;
}
.story-item .left img {
    width: 260px;
    height: 196px;
}
.story-item .right{
    display: flex;
    flex: 1;
    flex-direction: column;
    justify-content: space-between;
    align-self: normal;
}
.story-item .right:hover{
    border-color: var(--Gold100);
    box-shadow: 0 0 0 2px var(--Gold300);
}

.story-item .title{
    font-size: 25px;
    line-height: 28px;
    margin-bottom: 5px;
}

.story-item .content{
    font-size: 16px;
    line-height: 19px;
	word-break: break-all;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.story-item .date{
    font-size: 14px;
    line-height: 19px;
    text-align: right;
}
.back_btn{
    font-size: 16px;
    color: #707F8D;   
    cursor: pointer; 
}

.cs-storydetail-container .title{
    margin-top: 30px;
    font-size: 25px;    
    border-bottom: #707F8D;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.cs-storydetail-container .content{
    font-size: 16px;    
    margin-top: 6px;
    min-height: 150px;
}
.cs-storydetail-container .date{
    margin-top: 10px;
    font-size: 16px;
    padding: 10px;
    text-align: right;
    border-radius: 4px;    
}
@media all and (max-width: 1400px) {
    .g4 {
        width: 33%;
    }
    .g4-3 {
        width: 67%;
    }
    .faq-pill {
        width: initial;
    }
    .w-920.swiper-slide{
        width: 100%;
    }
    .faqSubtitle{
        margin-right: 2rem;
    }
}
@media all and (max-width: 1200px) {
    .g4 {
        width: 28%;
    }
    .g4-3 {
        width: 72%;
    }

}
@media all and (max-width: 990px) {
    .faqSearch {
        flex-direction: column;
    }
    .faqSearch h3 {
        margin-bottom: 2rem;
    }
}
@media all and (max-width: 765px) {
    .story-item .content{
        padding-top: 8px ;
    }
    .faqSubtitleWrap{
        align-items: center;
    }
    .pc-category {
        display: none;
    }
    .mb-category {
        display: block;
    }
    /* faq */
    .faq-search {
        width: 100%;
    }
    .g4-3,
    .g4 {
        width: 100%;
    }
    .swiperMain {
        padding: 0;
    }
    .faqCon {
        padding-bottom: 20rem;
    }
    .category-menu-mb {
        background: var(--white);
        box-shadow: 0 8px 32px rgb(28 30 33 / 8%);
        border-radius: 16px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        height: 72px;
        padding: 0 40px;
    }
    .mb-c-ul {
        background: var(--white);
        box-shadow: 0 8px 32px rgb(28 30 33 / 8%);
        border-radius: 16px;
        padding: 20px 40px;
        display: none;
        margin-bottom: 6rem;
    }
    .mb-c-li {
        margin: 2rem 0;
    }
    .cs-tab {
        /* flex-direction: column; */
        height: auto;
        flex-wrap: wrap;
        padding: 3rem;
    }
    .cs-tab .flex-row {
        margin-top: 1rem;
        width:100%;
        justify-content: space-between;
        font-size: 16px;
    }
    .cs-tab .fqaTitle{
        width: 100%;
    }
    .cs-tab .flex-row a {
        padding: 0;
    }
    .cs-tab p {
        margin-left: 0;
        margin: 1rem 0;
        text-align: center;
    }
    
    .story-item{
        flex-direction: column !important;
        align-items: center;

    }
    .story-item .left{
        margin-right: 0;
        margin-bottom: 20px;
    }
    .story-item .right{
        padding-bottom: 30px;
        border-bottom: 1px solid var(--Gray200);
    }
    /* .story-item:nth-last-child(1) .right{
        border: 0;
    } */
    .title_container{
        flex-direction: column;
        align-items: baseline;
    }
    #contents .container{
        padding: 0 2rem;
    }
    .search_box{
        width: 100%;
    }
    .search_box input{
        width: calc(100% - 38.5px);
    }
}
@media all and (max-width: 460px) {
    .story-item .title{
        font-size: 18px;
        line-height: 20px;
        width: 100%;
        text-overflow: ellipsis;
        overflow: hidden;
        word-break: break-word;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }
    .story-item .content{
        font-size: 13px;
        width: 100%;
        text-overflow: ellipsis;
        overflow: hidden;
        word-break: break-word;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }
    .story-item .date{
        font-size: 13px;
    }
    .cs-tab p{
        font-size: 15px;
    }
    .story-item .left img{
        width: 100%;
        height: initial;
    }
}