@charset "utf-8";

.inner{
    width: 90%;
    margin: auto;
}
.inner02,
.inner03{
    /* margin: auto auto auto 5%; */
    padding: 0 0 0 18px;
}
.inner05{
    width: 90%;
    margin: auto;
}
.flex{
    display: flex;
    flex-wrap: wrap;
}
button{
    padding: 0;
    border: none;
    outline: none;
    font: inherit;
    color: inherit;
    background: none;
}
@media screen and (min-width: 769px) {
    .inner{
        max-width: 960px;
    }
    .inner02{
        max-width: 1060px;
        margin: auto;
        padding: 0;
    }
    .inner03{
        max-width: 954px;
        margin: auto;
        padding: 0;
    }
    .inner04{
        max-width: 952px;
        margin: auto auto 50px;
    }
    .inner05{
        max-width: 710px;
        margin: auto auto 50px;
    }
    .inner06{
        max-width: 1028px;
        margin: auto auto 50px;
    }
}

/*----------------------
#mv
----------------------*/
#mv .wrap{
    background: #fff6f3;
    padding: 20px 0;
    margin-bottom: 20px;
}
#mv .wrap h1{
    text-align: center;
    font-weight: 500;
    font-size: 20px;
    line-height: 1.35;
}
@media screen and (min-width: 769px) {
    #mv .wrap{
        padding: 25px 0;
        margin-bottom: 50px;
    }
    #mv .contentInner{
        max-width: 960px;
        margin: auto;
    }
    #mv .contentInner.type02{
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    #mv .contentInner.type02 h1{
        text-align: left;
        width: calc(100% - 250px);
    }
}
/*----------------------
.bk
----------------------*/
.bk{
    background: #fff6f3;
    position: relative;
    /* padding-top: 50px; */
    /* margin-bottom: 30px; */
}
@media screen and (min-width: 769px) {
    .bk{
        /* padding-top: 52px; */
        /* margin-bottom: 60px; */
    }
}
/*----------------------
iconArea
----------------------*/
.iconArea{
    display: flex;
    margin-bottom: 11px;
    justify-content: space-between;
    width: 100%;
}
.iconArea .left{
    display: flex;
    align-items: center;
}
.iconArea .left div a,
.iconArea .left > p:first-of-type span,
.iconArea .left p:first-of-type a{
    display: flex;
    align-items: center;
}
.iconArea .left div a i,
.iconArea .left > p:first-of-type i,
.iconArea .left p:first-of-type a i{
    margin-right: 5px;
}
.iconArea .left > p.liked,
.bookmarked .fa-bookmark,
p.good_btn,
.bookmark_btn {
    cursor: pointer;
}
#photoGallery .iconArea p.comment,
.lowerLayerNewsArea .iconArea p.comment{
    margin-bottom: 0;
    display: flex;
}
.iconArea p.comment span {
    display: flex;
    align-items: center;
    cursor: pointer;
}
.iconArea p.comment i{
    margin-right: 5px;
}
.icon-bubble,
.iconArea .left span,
.iconArea .left a{
    color: #8E8E93;
    font-weight: bold;
    font-size: 16px;
}
.fa-heart,
.fa-bookmark{
    color: #8E8E93;
    font-size: 18px;
}
.iconArea .left > div,
.iconArea .left > p:first-of-type,
#photoGallery .iconArea .left > p:first-of-type{
    margin-right: 10px;
    margin-bottom: 0;
}
.liked .fa-heart,
.bookmarked .fa-bookmark{
    color: #ed1b29;
    font-weight: bold;
}
/*----------------------
#photoGallery
----------------------*/
.galleryCont{
    position: relative;
    /* padding-left: 32px; */
}
#photoGallery,
.lowerLayerNewsArea {
    position: relative;
    z-index: 1;
}
.galleryCont .gallery {
    overflow: hidden;
    margin-left: 32px;
}
#photoGallery .wrap{
    padding: 50px 0 0 0;
}
.photo_gallery #photoGallery .wrap{
    padding: 0 0 50px 0;
}
#photoGallery .galleryArea{
    overflow: hidden;
    padding-bottom: 40px;
}
/* .photo_gallery #photoGallery .galleryArea:last-of-type{
    padding-bottom: 0;
} */
#photoGallery .title{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 89%;
    margin: auto auto 30px;
}
#photoGallery .title h2{
    font-size: 20px;
    font-weight: bold;
    line-height: 1.2;
    text-align: left;
    width: calc(100% - 70px);
    margin-right: 5px;
}
#photoGallery .title a{
    width: calc(100% - 70px);
    margin-right: 5px;
}
#photoGallery .title a h2{
    width: 100%;
    margin-right: 0;
}
.top #photoGallery .title {
    width: 90%;
    margin: auto auto 30px;
    column-gap:1em;
}
.top #photoGallery .title h2{
    width: 100%;
    margin-right: 0;
}
/* #photoGallery .gallery{
    overflow: hidden;
} */
 .lowerLayerNewsWrap{
    position: relative;
 }
#photoGallery .swiper-slide,
.lowerLayerNewsArea .swiper-slide{
    /* max-width: 300px; */
    /* margin-right: 20px; */
    min-height: 359px;
    width: 225px;
    margin-right: 18px;
    display: flex;
    /* flex-wrap: wrap; */
    justify-content: flex-start;
    align-items: stretch;
    flex-direction: column;
}
.lowerLayerNews .swiper-slide img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover; /* または contain, 使い分け */
    /* aspect-ratio: 4 / 3; */
}
/* #photoGallery .swiper-slide{
    max-width: 220px;
} */
#photoGallery .swiper-slide a,
.lowerLayerNewsArea .swiper-slide a{
    width: 100%;
}
.author{
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}
#photoGallery .plofileImage{
    width: 42px;
    padding-top: 42px;
    margin: 0 5px 0 0;
}
#photoGallery .img,
.lowerLayerNewsArea .img{
    border-radius: 10px;
    margin-bottom: 10px;
    overflow: hidden;
    width: 100%;
}
.lowerLayerNewsArea .img{
    max-height: 225px;
    min-height: 225px;
    display: flex;
    align-items: center;
    justify-content: center;
}
#photoGallery .img img{
    width: 100%;
    height: 225px;
    display: block;
    object-fit: cover;
}
#photoGallery p,
.lowerLayerNewsArea p{
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 5px;
}
#photoGallery .gallery .swiper-wrapper p{
    text-align: left;
}
.time,
.lowerLayerNewsArea .time{
    font-size: 12px;
    line-height: 1.5;
    color: #aeaeb2;
}
#photoGallery .link_btn,
.lowerLayerNewsArea .link_btn{
    text-align: center;
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    min-height: 359px;
}
#photoGallery .link_btn p,
.lowerLayerNewsArea .link_btn p{
    display: inline-block;
    border-bottom: 1px solid #292f44;
    font-size: 14px;
    line-height: 1.5;
}
/* 2���ڈȍ~�� "prev" �{�^����\��
�Ō��"next" �{�^�����\�� */
#photoGallery .swiper-button-next.swiper-button-disabled,
#photoGallery .swiper-button-prev.swiper-button-disabled,
.lowerLayerNewsArea .swiper-button-prev.swiper-button-disabled,
.lowerLayerNewsArea .swiper-button-next.swiper-button-disabled{
    display: none;
}
.swiper-button-next{
    right: 0;
    background-image: url(/community/img/arrow_right.png);
}
.swiper-button-prev{
    left: 0;
    background-image: url(/community/img/arrow_left.png);
}
.swiper-button-next,
.swiper-button-prev{
    width: 27px;
    height: 27px;
    background-size: contain;
    background-repeat: no-repeat;
    display: none;
}
.swiper-button-next:after,
.swiper-button-prev:after{
    display: none;
}
@media screen and (min-width: 769px) {
    #photoGallery .wrap{
        padding: 50px 0 47px;
    }
    .photo_gallery #photoGallery .wrap{
        padding: 0 0 50px;
    }
    #photoGallery .galleryArea{
        padding-bottom: 101px;
    }
    #photoGallery .galleryArea:nth-last-of-type(2){
        padding-bottom: 44px;
    }
    #photoGallery .title{
        max-width: 964px;
        width: 100%;
    }
    #photoGallery .title h2{
        font-size: 24px;
        width: calc(100% - 200px);
        margin-right: 10px;
    }
    #photoGallery .title a {
        width: calc(100% - 200px);
        margin-right: 10px;
    }
    /* #photoGallery .swiper-slide,
    .lowerLayerNewsArea .swiper-slide{
        max-width: 225px;
    } */
    /* #photoGallery .swiper-slide{
        max-width: 100%;
    } */
    #photoGallery .gallery{
        max-width: 954px;
        margin: auto;
    }
    .swiper-button-next,
    .swiper-button-prev {
        display: none;
    }
    .swiper-button-next{
        /* display: block; */
        background-image: url(/community/img/arrow_right02.png);
    }
    .swiper-button-prev{
        /* display: block; */
        background-image: url(/community/img/arrow_left02.png);
    }


}
/*----------------------
.lowerLayerNewsArea
----------------------*/
.top .lowerLayerNewsArea {
    padding: 50px 0;
    /* margin-bottom: 30px; */
}
.lowerLayerNewsArea {
    padding: 60px 0 45px;
}
.lowerLayerNewsArea .wrap{
    padding: 0 0 0 18px;
}
.lowerLayerNewsArea .newsTitle{
    margin-bottom: 20px;
}
.lowerLayerNewsArea .titleArea{
    display: flex;
    align-items: flex-end;
}
.lowerLayerNewsArea .titleArea h2{
    font-size: 40px;
    letter-spacing: 0.02em;
    line-height: 1.35;
    font-weight: 500;
    margin-right: 20px;
    font-family: "Roboto", sans-serif;
}
.lowerLayerNewsArea .titleArea span{
    font-size: 16px;
    letter-spacing: 0.02em;
    margin-bottom: 10px;
    font-family: "Roboto", sans-serif;
}
.lowerLayerNewsArea .lowerLayerNews{
    overflow: hidden;
    padding-bottom: 20px;
}
@media screen and (min-width: 769px) {
    .lowerLayerNewsArea {
        padding: 50px 0;
    }
    .lowerLayerNewsArea .wrap{
        padding: 0;
    }
    .lowerLayerNewsArea .newsTitle{
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 20px;
    }
    .lowerLayerNewsArea .lowerLayerNews{
        /* margin-left: 18vw; */
        max-width: 954px;
        margin: auto;
        padding-bottom: 0;
    }
    .lowerLayerNewsArea .btnArea{
        max-width: 175px;
        width: 100%;
    }
}
#photoGallery .title .GalleryListBtn{
    margin: 0;
    padding: 3px 5px 4px;
    max-width: 65px;
    width: 100%;
    box-sizing: border-box;
}
#photoGallery .title .GalleryListBtn p{
    padding-left: 15px;
    margin-bottom: 0;
}
#photoGallery .title .GalleryListBtn p span{
    max-width: 10px;
    max-height: 10px;
    background-image: url(/community/img/gallery/btn_icon02.png);
}
#photoGallery .title .GalleryListBtn p.mode_tbsp{
    display: inline-block;
}
#photoGallery .title .GalleryListBtn p.mode_pc{
    display: none;
}
@media screen and (min-width: 769px) {
    #photoGallery .title .GalleryListBtn{
        max-width: 190px;
        padding: 5px 5px 6px;
    }
    #photoGallery .title .GalleryListBtn p{
        padding-left: 30px;
        font-size: 12px;
    }
    #photoGallery .title .GalleryListBtn p span{
        max-width: 20px;
        max-height: 20px;
        background-image: url(/community/img/gallery/btn_icon.png);
    }
    #photoGallery .title .GalleryListBtn p.mode_tbsp{
        display: none;
    }
    #photoGallery .title .GalleryListBtn p.mode_pc{
        display: inline-block;
    }
}
/*----------------------
communityBtn
----------------------*/
.listMoreBtn,
.communityBtn{
    max-width: 175px;
    margin: auto;
    text-align: center;
}
.communityBtn a{
    display: block;
    background: #fff;
    border-radius: 100px;
}
.listMoreBtn button,
.communityBtn p,
#photoGallery .communityBtn p,
.lowerLayerNewsArea .communityBtn p{
    font-size: 12px;
    font-weight: bold;
    line-height: 1.5;
    letter-spacing: 0.02em;
    color: #292f44;
    padding: 11px 0;
    margin-bottom: 0;
}
.listMoreBtn button,
.communityBtn a{
    cursor: pointer;
    border: 1px solid #AEAEB2;
    border-radius: 100px;
    width: 100%;
    overflow: hidden;
}

/*----------------------
footer
----------------------*/

#footer {
    position: relative;
    z-index: 10;
}

/* #footer:before {
    content: "";
    position: absolute;
    top: -8px;
    left: 0;
    right: 0;
    background-image: url("/community/img/bg_wave.png");
    background-position: center top;
    background-repeat: repeat-x;
    background-size: auto 8px;
    padding: 8px 0 0 0;
} */

#footer .community_nav {
    text-align: center;
    background-color: #ffffff;
    /* padding: 10px 0; */
}

#footer .community_nav ul {
    padding: 5px 0;
}

#footer .community_nav li {
    display: inline-block;
    position: relative;
    color: #000000;
}

/* #footer .community_nav li:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    height: 1em;
    margin: auto;
    border-right: 1px solid #7f7f7f;
}

#footer .community_nav li:last-child:after {
    display: none;
} */

#footer .community_nav li a {
    display: inline-block;
    font-size: 12px;
    font-size: 1.2rem;
    padding: 10px;
}

#footer .community_nav .logo {
    width: 32.8%;
    margin: auto;
    padding: 20px 0;
}
@media screen and (min-width: 641px) {

}
@media screen and (min-width: 769px) {
    #footer .community_nav .contentInner {
        overflow: hidden;
        padding: 30px 0;
        display: flex;
        flex-direction: row-reverse;
        justify-content: space-between;
    }
    #footer .community_nav .contentInner>ul {
        text-align: left;
        width: calc(100% - 170px - 40px);
    }
    #footer .community_nav li:after {
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        right: 0;
        height: 1em;
        margin: auto;
        border-right: 1px solid #7f7f7f;
    }

    #footer .community_nav li:last-child:after {
        display: none;
    }
    #footer .community_nav .contentInner>.logo {
        float: left;
        width: 170px;
        margin: 0;
        padding: 0;
    }
    #footer .community_nav+.contentInner {
        padding: 0;
    }
}
/*----------------------
 bannerArea
----------------------*/
#footerWrap .bannerArea .wrap{
    padding: 30px 0;
    background-color: #fff;
}
#footerWrap .flex{
    justify-content: center;
}
#footerWrap .bannerArea .banner{
    text-align: center;
}
#footerWrap .bannerArea .banner:not(.type02){
    margin-bottom: 10px;
}
#footerWrap .bannerArea .banner.type02{
    width: 48%;
    display: flex;
    justify-content: center;
}
#footerWrap .bannerArea .banner.type02:nth-of-type(2){
    margin-right: 4%;
}
#footerWrap .bannerArea .banner a{
    display: block;
    border: 4px solid #ed6d00;
    background: #fff;
    border-radius: 10px;
    padding: 16px 0;
}
#footerWrap .bannerArea .banner.type02 a{
    display: flex;
    flex-direction: column;
    padding: 25px 0;
    border: 3px solid #292F44;
    width: 100%;
}
#footerWrap .bannerArea .banner .img{
    max-width: 56%;
    margin: auto auto 10px;
}
#footerWrap .bannerArea .banner.type02 .img{
    max-width: 50px;
    margin: auto auto 14px;
}
#footerWrap .bannerArea .banner p{
    font-size: 12px;
    letter-spacing: -0.01em;
    line-height: 1.6;
}
#footerWrap .bannerArea .banner.type02 p{
    color: #292F44;
    font-size: 14px;
    font-weight: 500;
}
@media screen and (min-width: 769px) {
    #footerWrap .bannerArea .wrap{
        padding: 60px 0;
    }
    #footerWrap .flex{
        justify-content: space-between;
    }
    #footerWrap .bannerArea .banner{
        width: 30%;
        max-width: 306px;
    }
    #footerWrap .bannerArea .banner:not(.type02){
        margin-bottom: 0;
    }
    #footerWrap .bannerArea .banner.type02{
        width: 30%;
        max-width: 306px;
        display: flex;
        justify-content: center;
    }
    #footerWrap .bannerArea .banner.type02:first-of-type{
        margin-right: 20px;
        margin-left: 20px;
    }
    #footerWrap .bannerArea .banner a{
        border-radius: 10px;
        padding: 21px 0;
    }
    #footerWrap .bannerArea .banner.type02 a{
        padding: 25px 0;
        width: 100%;
    }
    #footerWrap .bannerArea .banner .img{
        max-width: 197px;
        margin: auto auto 10px;
    }
    #footerWrap .bannerArea .banner.type02:nth-of-type(2){
        margin: 0 20px;
    }
    #footerWrap .bannerArea .banner.type02 .img{
        max-width: 61px;
        margin: auto auto 14px;
    }
    #footerWrap .bannerArea .banner.type02:last-of-type .img{
        max-width: 64px;
    }
    #footerWrap .bannerArea .banner p{
        font-size: 10px;
        letter-spacing: inherit;
    }
}
@media screen and (min-width: 1100px) {
    #footerWrap .bannerArea .banner{
        width: 100%;
    }
    #footerWrap .bannerArea .banner.type02{
        width: 100%;
    }
}
/*----------------------
    Modal����
----------------------*/
.ModalClose{
    position: relative;
    max-width: 36px;
    height: 36px;
    width: 100%;
    margin: auto 0 auto auto;
    background-image: url(/community/img/close_icon.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
}
.modalHeader{
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #e5e5ea;
    box-sizing: border-box;
    padding: 18px 20px 13px;
    margin-bottom: 10px;
}
.modalHeader .ModalClose{
    margin: 0;
}
.modalInner{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 50%);
    overflow: auto;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
    box-sizing: border-box;
    z-index: 3100;
}
.modalCont{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 92%;
    max-width: 360px;
    height: 100%;
    height: 199px;
    padding: 15px 20px 20px;
    margin: auto;
    background: #fff;
    box-sizing: border-box;
    border-radius: 20px;
}
.modalCont > p{
    text-align: center;
    font-size: 14px;
    line-height: 1.8;
    margin-bottom: 30px;
}
.modalFooter{
    margin-top: 20px;
    border-top: 1px solid #e5e5ea;
    padding: 16px 20px 20px;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.modalFooter p{
    line-height: 1.41;
    font-size: 12px;
    color: #000;
    margin-left: 10px;
}
/*----------------------
    signInModal
----------------------*/
.signInModalActive{
    cursor: pointer;
}
.signInModal{

}

.signInModal .modalInner {
    z-index: 4000;
}
.modalInner.active {
    opacity: 1;
    visibility: visible;
}

.commentModal .modalCont{
    padding: 0;
    height: 522px;
    min-height: 522px;
}
.commentModal.news_comment .modalCont{
    height: 382px;
    min-height: 382px;
    min-height: 570px;
}
.commentModal .authorDate{
    position: relative;
    width: 100%;
    margin-bottom: 5px;
}
.rightCont{
    display: flex;
    align-items: center;
    margin-left: 10px;
}
.commentModal .rightCont{
    flex-direction: column;
    align-items: center;
    /* margin-left: 18px; */
}
.modalCont .plofileImage{
    width: 42px;
    padding-top: 42px;
    margin: 0 5px 0 0;
}
.detailInfo{
    padding: 0 20px 10px;
    border-bottom: 1px solid #e5e5ea;
    box-sizing: border-box;
    margin-bottom: 20px;
}
.detailInfo h3{
    font-weight: bold;
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 5px;
    color: #292f44;
}
.news_comment .detailInfo h3{
    width: calc(100% - 85px);
}
.detailInfo .textarea{
    display: flex;
    justify-content: space-between;
}
.detailInfo .textarea p{
    font-size: 14px;
    line-height: 1.8;
}
/*----------------------
    commentModal
----------------------*/
.commentModal .modalCont .time{
    position: absolute;
    right: 0;
    display: block;
}
.commentModal .modalCont .detailInfo .time{
    top: 10px;
}
.commentModal.news_comment .modalCont .detailInfo .time{
    top: 5px;
}
.commentArea{

}
.commentArea .commentInner{
    padding: 0 10px 0 20px;
    margin-right: 10px;
    box-sizing: border-box;
    height: 252px;
    /* min-height: 200px; */
    overflow-y: auto;
    overflow-x: hidden;
}
.login .commentArea .commentInner{
    height: 242px;
}
.news_comment .commentArea .commentInner{
    height: 292px;
}
.commentArea .author .plofileImage{
    max-width: 24px;
    max-height: 24px;
    min-width: 24px;
    width: 24px;
    padding-top: 24px;
}
.commentArea .author > p:not(.time){
    font-weight: bold;
    font-size: 12px;
    line-height: 1.5;
    letter-spacing: -0.01em;
}
.commentArea .author .time{
    position: relative;
    margin-left: 6px;
}
.commentArea .comment{
    position: relative;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 12px;
}
.commentArea .comment.child{
    margin-left: 30px;
}
.commentArea .comment .iconArea{
    max-width: 18px;
    flex-direction: row;
    justify-content: center;
    margin-bottom: 0;
    /* margin-left: 18px; */
}
.commentArea .comment .iconArea .fa-heart,
.commentArea .comment .iconArea .fa-bookmark,
.commentArea .comment .iconArea #favorite_like_count{
    font-size: 13px;
}
.commentArea .comment .iconArea p > span{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.commentArea .commenter > p{
    font-size: 12px;
    line-height: 1.5;
    letter-spacing: -0.01em;
    margin-left: 30px;
}
.commentArea .commenter > p.reply{
    margin-top: 4px;
    font-size: 10px;
    cursor: pointer;
}
.commentArea .commenter{
    width: calc(100% - 36px);
    min-height: 24px;
}

.modalFooter .commentInputArea{
    display: flex;
    align-items: center;
    width: 100%;
}
.modalFooter .commentInputArea .commentInput{
    background: #F2F2F7;
    border: none;
    /* display: inline-block; */
    font-size: 16px;
    box-sizing: border-box;
    padding: 5px 10px;
    border-radius: 6px;
    max-width: 216px;
    width: 100%;
    height: 30px;
    resize:none;
    /* overflow: hidden; */
}
.modalFooter .commentInputArea .inputArea{
    display: flex;
    flex-wrap: wrap;
    width: calc(100% - 42px);
}
.modalCont .modalBtn{
    max-width: 112px;
    width: 100%;
    text-align: center;
    background: #ED1B29;
    display: block;
    margin: auto;
    color: #fff;
    padding: 13px 10px;
    box-sizing: border-box;
    border-radius: 6px;
    cursor: pointer;
}
.modalCont .commentSubmitBtn{
    max-width: 42px;
    font-size: 14px;
    padding: 8px 0;
    margin-left: 3%;
}
.modalCont .signInButton.type02{
    font-size: 14px;
    padding: 9px 10px;
    margin: 0;
    max-width: 102px;
}
.modalCont .deleteSubmitButton{
    max-width: 64px;
}
.noCommentArea{
    text-align: center;
}
.noCommentArea h4{
    font-size: 20px;
    font-weight: bold;
    line-height: 1.5;
}
.noCommentArea p{
    font-size: 14px;
    line-height: 1.5;
}
.commenter .author{
    position: relative;
    margin-bottom: 0;
}
p.errorMessage,
.postModal p.errorMessage{
    margin-top: 10px;
    color: red;
    margin-bottom: 0;
    font-weight: 500;
}
.modalPostBtn{
	display: inline-block;
	color: #fff;
	font-size: 14px;
	text-align: center;
	max-width: 147px;
	padding: 10px;
	box-sizing: border-box;
	margin-bottom: 10px;
	background: #ed1b29;
	border-radius: 100px;
	width: 100%;
	cursor: pointer;
}
.editArea{
    background-color: #f2f2f7;
    padding: 10px;
    box-sizing: border-box;
    border-radius: 6px;
}
.editArea .editTextarea{
    background: #F2F2F7;
    border: none;
    font-size: 16px;
    box-sizing: border-box;
    padding: 5px 10px;
    border-radius: 6px;
    width: 100%;
    height: 30px;
    resize: vertical;
    margin-bottom: 10px;
}
.editArea .editBtnArea{
    display: flex;
}
.editArea .editBtnArea p{
    display: inline-block;
    color: #ed1b29;
    border-bottom: 1px solid #ed1b29;
    cursor: pointer;
}
.editArea .editBtnArea p:last-of-type{
    margin-left: 15px;
}
.editArea p.errorMessage{
    margin-bottom: 10px;
}
@media screen and (min-width: 769px) {
    .commentModal .modalCont{
        max-width: 700px;
        height: 423px;
    }
    .commentModal .login .modalCont {
        height: 495px;
        /* max-height: 100%; */
    }
    .detailInfo{
        padding-bottom: 9px;
    }
    .modalHeader{
        padding: 12px 20px;
    }
    .commenter .author{
        margin-bottom: 5px;
    }
    .commentArea .commentInner{
        /* max-height: 168px; */
        height: 258px;
        /* height: 248px; */
    }
    .login .commentArea .commentInner{
        /* max-height: 225px; */
        height: 245px;
        /* height: 248px; */
    }
    .news_comment .commentArea .commentInner{
        height: 298px;
    }
    .news_comment .login .commentArea .commentInner{
        height: 280px;
    }
    .commentModal.news_comment .modalCont{
        min-height: 512px;
    }
    .modalFooter p{
        font-size: 14px;
    }
    .modalCont .signInButton.type02{
        padding: 7px 10px;
    }
    .modalFooter .commentInputArea .commentInput{
        max-width: 100%;
        width: 100%;
        padding: 3px 10px;
    }
    .modalPostBtn{
		padding: 13px 10px;
	}
    .editArea{
        padding: 10px 30px;
    }
    .editArea .editTextarea{
        margin-bottom: 4px;
    }
}
/*----------------------
    communityMenuBtn
----------------------*/
.communityMenuBtn{
    max-width: 24px;
    min-height: 24px;
    background-image: url(/community/img/menuBtn.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    display: block;
    width: 100%;
    height: 100%;
    cursor: pointer;
}
.commentModal .communityMenuBtn{
    margin-bottom: 10px;
}
.commentModal .authorArea{
    position: relative;
    display: flex;
    margin-bottom: 10px;
}
/*----------------------
    deleteModal
----------------------*/
@media screen and (min-width: 769px) {
    .deleteModal .modalCont > p{
        font-size: 16px;
    }
}
/*----------------------
    reportModal
----------------------*/
.postModal p{
	font-size: 12px;
	font-weight: bold;
	color: #8e8e93;
	margin-bottom: 10px;
}
#reportModal .modalCont{
    height: 370px;
    padding: 20px;
}
#reportModal .modalHeader{
    padding: 0;
    border: none;
    margin-bottom: 10px;
}
#reportModal .reportTextarea{
    background: #F2F2F7;
    border: none;
    font-size: 16px;
    box-sizing: border-box;
    padding: 5px 10px;
    border-radius: 6px;
    width: 100%;
    height: 180px;
    resize:none;
    /* margin-bottom: 20px; */
}
#reportModal .postBtnArea{
    text-align: center;
    margin-bottom: 0;
}
#reportModal .postArea > div{
    margin-bottom: 20px;
}
@media screen and (min-width: 769px) {
    #reportModal .modalCont{
        max-width: 700px;
        /* padding: 20px; */
    }
}
/*----------------------
    completeModal
----------------------*/
.completeModal .modalCont{
    display: flex;
    align-items: flex-end;
    justify-content: center;
    padding: 30px 20px 30px;
}
.completeModal .completeTextArea p{
    text-align: center;
    font-size: 14px;
    line-height: 1.8;
    margin-bottom: 30px;
}
@media screen and (min-width: 769px) {
    .completeModal .completeTextArea p{
        font-size: 16px;
    }
}
/*----------------------
    menuBalloon
----------------------*/
.communityMenuArea{
    position: relative;
    min-width: 24px;
}
#detailArea .communityMenuArea{
    margin-left: 10px;
}
.menuBalloon {
    position: absolute;
    top: 36px;
    left: auto;
    background-color: #fff;
    border-radius: 10px;
    /* padding: 20px 20px 20px 10px; */
    box-sizing: border-box;
    max-width: 90%;
    width: 100%;
    right: 10px;
    z-index: 10;
    display: none;
    filter: drop-shadow(2px 2px 10px rgb(0 0 0 / .25));
}
.menuBalloon:before {
    content: '';
    position: absolute;
    right: 0;
    top: -15px;
    margin: auto;
    width: 100%;
    max-width: 48px;
    height: 100%;
    max-height: 48px;
    background-color: #fff;
    border-radius: 0 6px 0 0;
    clip-path: polygon(100% 0, 100% 100%, 0 100%);
    /* box-shadow: 2px 2px 20px rgba(0, 0, 0, 0.25); */
    z-index: 0;
}
.menuBalloon.active{
    display: block;
}
.commentModal .menuBalloon {
    top: 28px;
}
/* .commentModal .menuBalloon.active {
    display: flex;
} */

/*----------------------
    menuWrap
----------------------*/
.menuWrap{
    /* padding: 18px; */
    /* max-width: 264px;
    width: 100%; */
    padding: 18px;
}
/* .commentModal .menuWrap {
    max-width: 120px;
} */
.menuWrap li {
    cursor: pointer;
}
.menuWrap li:not(:last-of-type){
    margin-bottom: 15px;
    border-bottom: 1px dotted #8e8e93;
}
.menuWrap li p{
    font-size: 14px;
    padding-bottom: 15px;
    line-height: 1.5;
    display: flex;
}
.menuWrap li p.note{
    font-size: 11px;
    color: #8e8e93;
    line-height: 1.45;
    padding-bottom: 0;
    display: block;
    text-align: left;
    text-align-last: left;
}
.menuWrap li:last-of-type p:not(.note){
    padding-bottom: 5px;
}
.menuWrap li span{
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-right: 5px;
    background-image: url(/community/img/menu_icon01.png);
    background-size: contain;
    background-repeat: no-repeat;
}
.menuWrap li.menuPostDelete span,
.menuWrap li.menuComeDelete span{
    background-image: url(/community/img/menu_icon02.png);
}
.menuWrap li.menuReport span{
    background-image: url(/community/img/menu_icon03.png);
}
.cookie_consent-persistent-cookie-btn{
    z-index: 3000 !important;
}
@media screen and (min-width: 769px) {
    .communityMenuArea{
        position: relative;
        min-width: 24px;
        /* margin-left: 5px; */
    }
    .menuBalloon {
        /* padding: 20px 0px 17px 10px; */
        max-width: 300px;
        /* top: 39px; */
    }
    /* .commentModal .menuBalloon {
        top: 36px;
    } */
    .menuWrap{
        max-width: 300px;
        width: 100%;
        box-sizing: border-box;
    }
    /* .commentModal .menuWrap {

    } */
    .menuWrap li {
        cursor: pointer;
    }
    .menuWrap li:not(:last-of-type){
        margin-bottom: 15px;
        border-bottom: 1px dotted #8e8e93;
    }
    .menuWrap li p{
        font-size: 14px;
        padding-bottom: 15px;
        line-height: 1.5;
        display: flex;
    }
    .menuWrap li p.note{
        font-size: 11px;
        color: #8e8e93;
        line-height: 1.45;
        padding-bottom: 0;
    }
    .menuWrap li:last-of-type p:not(.note){
        padding-bottom: 5px;
    }
    .menuWrap li span{
        display: inline-block;
        width: 20px;
        height: 20px;
        margin-right: 5px;
        background-image: url(/community/img/menu_icon01.png);
        background-size: contain;
        background-repeat: no-repeat;
    }
    .menuWrap li.menuPostDelete span,
    .menuWrap li.menuComeDelete span{
        background-image: url(/community/img/menu_icon02.png);
    }
    .menuWrap li.menuReport span{
        background-image: url(/community/img/menu_icon03.png);
    }
    .cookie_consent-persistent-cookie-btn{
        z-index: 3000 !important;
    }
}
