@charset "UTF-8";

/* label */
.label {
    position: relative;
    min-width:2.6rem;
    padding: .1rem .5rem;
    font-size: 1.2rem;
    font-weight: 800;
    letter-spacing: -.1rem;
    white-space: nowrap;
    text-align: center;
    border-radius: 5rem;
}
.label-square{
    border-radius:.2rem;
}
.label-outline-blue{
    color:#206ae5;
    border:1px solid #afc9f6;
    background:#fff;
}
.label-outline-violet{
    color: #7775f0;
    border: 1px solid #cbcaf6;
    background: #fff;
}
.label-outline-cyan{
    color: #06b6d4;
    border: 1px solid #c4e3e8;
    background: #fff;
}
@media only screen and (max-width: 768px){
    .label{
        min-width: auto;
        font-size: 1.25rem;
        padding: .25rem .375rem;
    }
}

/* 게시판 list */
#notice .sub-cont-wrap,
#community .community-cont{
    margin-top:6rem;
}
.notice-lst-wrap{
    font-size: 1.5rem;
    font-weight: 700;
    text-align: center;
    line-height: 1;
    padding-bottom: 2.5rem;
}
.notice-lst-tit{
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    line-height: 1.6;
    padding: 2.1rem 0 2.2rem;
    border-top: 1px solid #ECECEC;
    background: #F8F8F9;
}
.notice-lst-wrap .lst{
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.notice-lst-wrap .lst-left{
    width: 65%;
}
.notice-lst-wrap .lst-left .num{
    color: #777;
    display: inline-block;
    min-width: 9rem;
    padding: 0 1rem;
}
.notice-lst-wrap .lst-left .type{
    display: inline-block;
    min-width: 11.5rem;
    text-align: center;
}
.notice-lst-wrap .lst-left .text span{
    color:#3182F6;
    font-size:13px;
}
.notice-lst-wrap .lst-left .text strong{
    font-weight:800;
}
.notice-lst-wrap .lst-right{
    color: #777;
    width:26%;
    margin-right:3rem;
}
.notice-lst-wrap .lst-right span{
    padding:0 .6rem;
}
.notice-lst-wrap .lst-right .info{
    width:56%;
}
.notice-lst-wrap .lst-right .empathy{
    width:44%;
}
.notice-lst-tit .lst-left .text{
    width: calc(100% - 17.6rem);
    padding:0 2.5rem 0 3rem;
}
.notice-lst-item{
    border-top: 1px solid #ECECEC;
}
.notice-lst-item:last-child{
    border-bottom : 1px solid #ECECEC;
}
.notice-lst-item a{
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    padding: 2.6rem 0 2.4rem;
}
.notice-lst-item a:hover{
    color: #333;
}
.notice-lst-item .lst-left .fix{
    display: inline-block;
    min-width:9rem;
}
.notice-lst-item .lst-left .fix::after{
    content: '';
    display: inline-block;
    width: 10px;
    height: 16px;
    vertical-align: middle;
    background: url(../../../images/home/celeb/img_sprite.svg) no-repeat;
    background-position: -1px -139px;
}
.notice-lst-item .lst-left .text{
    width: 100%;
    text-align: left;
    font-size: 0;
    line-height: 1.6;
}
.notice-lst-item .lst-left .type{
    font-size: 1.5rem;
    vertical-align: middle;
}
.notice-lst-item .lst-left .text p{
    display: inline-block;
    width: calc(100% - 11.5rem);
    font-size: 1.5rem;
    vertical-align: middle;
    padding: 0 2.5rem 0 3rem;
}
.notice-lst-item .lst-left .count-reply{
    display: inline-block;
    color: #3182F6;
    font-size: 1.3rem;
    line-height: 1.308;
    margin-left: .4rem;
}
.notice-lst-item .lst-left .count-reply strong{
    font-weight: 800;
}
.notice-lst-item .lst-right{
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.notice-lst-item .lst-right .empathy span{
    display: inline-block;
}
.notice-lst-item .lst-right empathy span + span{
    margin-left: .5rem;
}
.notice-lst-item .lst-right .empathy span::before{
    content: '';
    display: inline-block;
    width: 1.7rem;
    height: 1.7rem;
    vertical-align: text-bottom;
    margin-right: .4rem;
}
.notice-lst-item .lst-right .empathy span.thumbs-up::before{
    background-image: url("data:image/svg+xml,%0A%3Csvg width='14' height='14' viewBox='0 0 14 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_4585_17711)'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.5 6.03906C0.5 5.76292 0.723858 5.53906 1 5.53906H3.76924C4.04538 5.53906 4.26924 5.76292 4.26924 6.03906V13.4237C4.26924 13.6999 4.04538 13.9237 3.76924 13.9237H1C0.723858 13.9237 0.5 13.6999 0.5 13.4237V6.03906ZM1.5 6.53906V12.9237H3.26924V6.53906H1.5Z' fill='%23AAAAAA'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M6.51955 0.362639C6.58088 0.147989 6.77707 0 7.00031 0C8.296 0 9.34647 1.05048 9.34647 2.34616V5.53848H11.1542C12.4499 5.53848 13.5003 6.58896 13.5003 7.88465C13.5003 7.91218 13.4981 7.93966 13.4935 7.96682L12.6992 12.7341C12.5847 13.42 11.9907 13.9231 11.2954 13.9231H3.76953C3.49339 13.9231 3.26953 13.6993 3.26953 13.4231V6.03848C3.26953 5.90588 3.32221 5.7787 3.41598 5.68493L5.63206 3.46884L6.51955 0.362639ZM7.36332 1.04952L6.55799 3.86814C6.53465 3.94985 6.49087 4.02425 6.43079 4.08434L4.26953 6.24559V12.9231H11.2954C11.5019 12.9231 11.6787 12.7735 11.7128 12.5697M11.7128 12.5697L12.4998 7.84646C12.4796 7.12071 11.8848 6.53848 11.1542 6.53848H8.84647C8.57033 6.53848 8.34647 6.31463 8.34647 6.03848V2.34616C8.34647 1.72853 7.93042 1.20798 7.36332 1.04952' fill='%23AAAAAA'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_4585_17711'%3E%3Crect width='14' height='14' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
}
.notice-lst-item .lst-right .empathy span.thumbs-down::before{
    background-image: url("data:image/svg+xml,%0A%3Csvg width='14' height='14' viewBox='0 0 14 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_4585_17704)'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M13.5 7.96094C13.5 8.23708 13.2761 8.46094 13 8.46094L10.2308 8.46094C9.95462 8.46094 9.73076 8.23708 9.73076 7.96094L9.73076 0.576291C9.73076 0.300149 9.95462 0.0762917 10.2308 0.0762918L13 0.076292C13.2761 0.076292 13.5 0.300149 13.5 0.576292L13.5 7.96094ZM12.5 7.46094L12.5 1.07629L10.7308 1.07629L10.7308 7.46094L12.5 7.46094Z' fill='%23AAAAAA'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M7.48045 13.6374C7.41912 13.852 7.22293 14 6.99969 14C5.704 14 4.65353 12.9495 4.65353 11.6538L4.65353 8.46151L2.84582 8.46151C1.55014 8.46151 0.499663 7.41104 0.499663 6.11535C0.499663 6.08782 0.501938 6.06034 0.506463 6.03318L1.30077 1.26593C1.41533 0.579998 2.0093 0.0768692 2.70459 0.0768693L10.2305 0.0768699C10.5066 0.0768699 10.7305 0.300727 10.7305 0.57687L10.7305 7.96152C10.7305 8.09412 10.6778 8.2213 10.584 8.31507L8.36794 10.5312L7.48045 13.6374ZM6.63668 12.9505L7.44201 10.1319C7.46535 10.0502 7.50913 9.97575 7.56921 9.91566L9.73047 7.75441L9.73047 1.07687L2.70459 1.07687C2.4981 1.07687 2.32131 1.22645 2.28718 1.43028M2.28718 1.43028L1.50019 6.15354C1.52041 6.87928 2.11519 7.46151 2.84582 7.46151L5.15353 7.46151C5.42967 7.46151 5.65353 7.68537 5.65353 7.96151L5.65353 11.6538C5.65353 12.2715 6.06958 12.792 6.63668 12.9505' fill='%23AAAAAA'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_4585_17704'%3E%3Crect width='14' height='14' fill='white' transform='translate(14 14) rotate(-180)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
}
.notice-lst-item .lst-right .empathy .lst-status-reply{
    display: none;
}
.notice-lst-item .lst-right .empathy .lst-status-reply::before{
    background-image: url("data:image/svg+xml,%0A%3Csvg width='17' height='15' viewBox='0 0 17 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_4580_10362)'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M13.8898 10.0204L13.9336 9.98676C15.232 8.98994 15.9375 7.70572 15.9375 6.375C15.9375 5.024 15.2098 3.71989 13.8729 2.71719C12.5356 1.71425 10.6395 1.0625 8.5 1.0625C6.36045 1.0625 4.46435 1.71425 3.12709 2.71719C1.79016 3.71989 1.0625 5.024 1.0625 6.375C1.0625 7.67563 1.7358 8.93039 2.97787 9.9176C4.22163 10.9062 5.99365 11.5828 8.01784 11.6764L9.03125 11.7233V13.3469C9.49864 13.1291 10.0186 12.8525 10.5652 12.5239C11.6999 11.8419 12.8792 10.9781 13.8498 10.0583L13.8898 10.0204ZM9.03125 14.5088C8.64073 14.6724 8.28169 14.7968 7.96875 14.875V12.7378C3.5218 12.5321 0 9.762 0 6.375C0 2.85418 3.80558 0 8.5 0C13.1944 0 17 2.85418 17 6.375C17 8.10847 16.0775 9.68034 14.5806 10.8295C12.9052 12.4172 10.6856 13.8157 9.03125 14.5088Z' fill='%23AAAAAA'/%3E%3Cpath d='M5.97153 6.52031C5.97153 7.04498 5.5462 7.47031 5.02153 7.47031C4.49686 7.47031 4.07153 7.04498 4.07153 6.52031C4.07153 5.99564 4.49686 5.57031 5.02153 5.57031C5.5462 5.57031 5.97153 5.99564 5.97153 6.52031Z' fill='%23AAAAAA'/%3E%3Cpath d='M9.37153 6.52031C9.37153 7.04498 8.9462 7.47031 8.42153 7.47031C7.89686 7.47031 7.47153 7.04498 7.47153 6.52031C7.47153 5.99564 7.89686 5.57031 8.42153 5.57031C8.9462 5.57031 9.37153 5.99564 9.37153 6.52031Z' fill='%23AAAAAA'/%3E%3Cpath d='M12.7715 6.52031C12.7715 7.04498 12.3462 7.47031 11.8215 7.47031C11.2969 7.47031 10.8715 7.04498 10.8715 6.52031C10.8715 5.99564 11.2969 5.57031 11.8215 5.57031C12.3462 5.57031 12.7715 5.99564 12.7715 6.52031Z' fill='%23AAAAAA'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_4580_10362'%3E%3Crect width='17' height='15' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
}
.notice-lst-item .lst-right .empathy .lst-status-reply.active{
    color:#3182F6;
}
.notice-lst-item .lst-right .empathy .lst-status-reply.active::before{
    background: url("data:image/svg+xml,%3Csvg width='18px' height='18px' viewBox='0 0 18 19' xmlns='http://www.w3.org/2000/svg' class='DiscussListItem_icon__dOewp'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath d='M9 15.128V17.5s8-4 8-8.936C17 4.94 13.418 2 9 2S1 4.939 1 8.564s3.582 6.564 8 6.564z' stroke='%233182F6' stroke-linejoin='round'%3E%3C/path%3E%3Cpath d='M5.5 9.5a1 1 0 1 0 0-2 1 1 0 0 0 0 2zm3.5 0a1 1 0 1 0 0-2 1 1 0 0 0 0 2zm3.5 0a1 1 0 1 0 0-2 1 1 0 0 0 0 2z' fill='%233182F6'%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
}
@media only screen and (max-width: 991px){
    .notice-lst-wrap .lst-left .num,
    .notice-lst-item .lst-left .fix{
        min-width:7.6rem;
    }
    /*.notice-lst-wrap .lst-left .type{*/
    /*    min-width: 10rem;*/
    /*}*/
    .notice-lst-item .lst-left .text p{
        width: calc(100% - 17.6rem);
    }
    .notice-lst-wrap .lst-right{
        width:35%;
        margin-right:2rem;
    }
    .notice-lst-wrap .lst-right .info{
        width: 55%;
    }
}
@media only screen and (max-width: 768px){
    .notice-lst-wrap{
        font-size: 1.75rem;
    }
    .notice-lst-tit{
        display: none;
    }
    .notice-lst-wrap .lst-left{
        display: block;
        width: 100%;
        text-align: left;
    }
    .notice-lst-wrap .lst-left .type{
        min-width: auto;
        color:#3182F6;
        font-size:1.625rem;
        font-weight: 700;
    }
    .notice-lst-wrap .lst-left .num,
    .notice-lst-item .lst-left .count-reply{
        display: none;
    }
    .notice-lst-wrap .lst-right{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        -webkit-flex-direction: column;
        flex-direction: column;
        width: 100%;
        margin:.8rem 0 0;
    }
    .notice-lst-wrap .lst-right .info{
        width: 100%;
        font-size:1.625rem;
        line-height: 1.231;
        text-align: left;
    }
    .notice-lst-wrap .lst-right .info span{
        padding: 0;
    }
    .notice-lst-wrap .lst-right .info span + span{
        padding-left: 1rem;
    }
    .notice-lst-wrap .lst-right .info span + span::before{
        content: '';
        display: inline-block;
        width: .1rem;
        height: 1.5rem;
        vertical-align: middle;
        margin:0 1rem 0.2rem 0;
        background: #E8E8E8;
    }
    .notice-lst-wrap .lst-right .empathy{
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        -webkit-justify-content: space-between;
        justify-content: space-between;
        width: 100%;
        margin-top:.9rem;
        font-size:1.5rem;
        line-height: 1.334;
    }
    .notice-lst-wrap .lst-right .lst-status-recommend span{
        padding: 0 1.2rem 0 0;
    }
    .notice-lst-item .lst-right .empathy span::before{
        width:1.625rem;
        height:1.625rem;
        margin-right: .5rem;
    }
    .notice-lst-item .lst-right .empathy .lst-status-reply::before{
        width:2rem;
        height:1.75rem;
    }
    .notice-lst-item a{
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        -webkit-flex-direction: column;
        flex-direction: column;
        padding:2rem 0 2.1rem;
    }
    .notice-lst-item .lst-left .fix{
        position:relative;
        top:-.2rem;
        min-width: auto;
        margin-bottom: .5rem;
    }
    .notice-lst-item .lst-left .text{
        font-weight:800;
    }
    .notice-lst-item .lst-left .text p{
        display: inline;
        width: auto;
        font-size: 1.75rem;
        padding: 0 0 0 .625rem;
    }
    .notice-lst-item .lst-left .text span{
        display:none;
    }
    .notice-lst-item .lst-right .empathy .lst-status-reply{
        display: block;
    }
    .notice-lst-item .lst-left .count-reply::before{
        content:'';
        background: url("data:image/svg+xml,%3Csvg width='18px' height='18px' viewBox='0 0 18 19' xmlns='http://www.w3.org/2000/svg' class='DiscussListItem_icon__dOewp'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath d='M9 15.128V17.5s8-4 8-8.936C17 4.94 13.418 2 9 2S1 4.939 1 8.564s3.582 6.564 8 6.564z' stroke='%23979A9E' stroke-linejoin='round'%3E%3C/path%3E%3Cpath d='M5.5 9.5a1 1 0 1 0 0-2 1 1 0 0 0 0 2zm3.5 0a1 1 0 1 0 0-2 1 1 0 0 0 0 2zm3.5 0a1 1 0 1 0 0-2 1 1 0 0 0 0 2z' fill='%23979A9E'%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
        background-size: 100%;
        background-position: center;
        background-repeat: no-repeat;
    }
}
@media only screen and (max-width: 425px) {
    #notice .sub-cont-wrap{
        margin-top: 5.625rem;
    }
    .notice-lst-item .lst-left .fix {
        margin-bottom: 0;
    }
    .notice-lst-item .lst-left .fix::after {
        width: 8px;
        height: 12px;
        margin-top: -2px;
        background-position: -14px -139px;
    }
}


/* 게시판 view(공지사항,커뮤니티 공통) */
.board-view-wrap{
    max-width:96rem;
    padding:2rem 2.8rem;
    margin:0 auto;
    font-weight:700;
    border-radius:.8rem;
    box-shadow: 0 0 0 1px #e3e5e8, 0 1px 2px 0 rgba(0,0,0,.2);
}
.board-view-header{
    padding:2.2rem .5rem 2rem;
    border-bottom: 1px solid #f0f0f0;
}
.board-view-header h3{
    font-size:1.8rem;
    font-weight: 800;
    line-height:1.5;
}
.board-view-type{
    display:block;
    margin-bottom:.3rem;
    color:#3182F6;
    font-size:1.3rem;
}
.board-writer{
    color: #777;
    font-size:1.3rem;
    margin-top:.8rem;
}
.board-writer span{
    position: relative;
    padding-left: 2rem;
}
.board-writer span::before{
    content: '';
    position: absolute;
    top: 50%;
    left: .8rem;
    width: 1px;
    height: 13px;
    background: #E8E8E8;
    transform: translateY(-50%);
}
.board-view-content{
    padding:2.4rem .5rem;
}
.board-view-txt{
    font-size:1.4rem;
    min-height:20rem;
}
.board-view-txt p{
    line-height: 1.8;
}
.board-view-txt img{
    margin: 1rem auto;
}
.board-view-status{
    font-size: 0;
    text-align: center;
    padding-top: 3rem;
}
.board-view-status a{
    color: #777;
    font-size: 1.3rem;
    font-weight: 800;
    padding:1rem 2.2rem;
    margin: 0 .24rem;
    border: 1px solid #E6E6EA;
}
.board-view-status a:hover{
    color: #777;
    border-color: #E6E6EA;
}
.board-view-status a::before{
    content: '';
    display: inline-block;
    width:1.6rem;
    height:1.6rem;
    vertical-align: middle;
    margin-right: .5rem;
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
}
.board-view-status a.btn-thumbs-up::before{
    background-image: url("data:image/svg+xml,%0A%3Csvg width='14' height='14' viewBox='0 0 14 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_4585_17711)'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.5 6.03906C0.5 5.76292 0.723858 5.53906 1 5.53906H3.76924C4.04538 5.53906 4.26924 5.76292 4.26924 6.03906V13.4237C4.26924 13.6999 4.04538 13.9237 3.76924 13.9237H1C0.723858 13.9237 0.5 13.6999 0.5 13.4237V6.03906ZM1.5 6.53906V12.9237H3.26924V6.53906H1.5Z' fill='%23AAAAAA'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M6.51955 0.362639C6.58088 0.147989 6.77707 0 7.00031 0C8.296 0 9.34647 1.05048 9.34647 2.34616V5.53848H11.1542C12.4499 5.53848 13.5003 6.58896 13.5003 7.88465C13.5003 7.91218 13.4981 7.93966 13.4935 7.96682L12.6992 12.7341C12.5847 13.42 11.9907 13.9231 11.2954 13.9231H3.76953C3.49339 13.9231 3.26953 13.6993 3.26953 13.4231V6.03848C3.26953 5.90588 3.32221 5.7787 3.41598 5.68493L5.63206 3.46884L6.51955 0.362639ZM7.36332 1.04952L6.55799 3.86814C6.53465 3.94985 6.49087 4.02425 6.43079 4.08434L4.26953 6.24559V12.9231H11.2954C11.5019 12.9231 11.6787 12.7735 11.7128 12.5697M11.7128 12.5697L12.4998 7.84646C12.4796 7.12071 11.8848 6.53848 11.1542 6.53848H8.84647C8.57033 6.53848 8.34647 6.31463 8.34647 6.03848V2.34616C8.34647 1.72853 7.93042 1.20798 7.36332 1.04952' fill='%23AAAAAA'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_4585_17711'%3E%3Crect width='14' height='14' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}
.board-view-status a.btn-thumbs-up.active::before{
    background-image: url("data:image/svg+xml,%0A%3Csvg width='14' height='14' viewBox='0 0 14 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_4585_17701)'%3E%3Cpath d='M1 6H4V13H1V6Z' fill='%233182F6'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.5 6.03906C0.5 5.76292 0.723858 5.53906 1 5.53906H3.76924C4.04538 5.53906 4.26924 5.76292 4.26924 6.03906V13.4237C4.26924 13.6999 4.04538 13.9237 3.76924 13.9237H1C0.723858 13.9237 0.5 13.6999 0.5 13.4237V6.03906ZM1.5 6.53906V12.9237H3.26924V6.53906H1.5Z' fill='%233182F6'/%3E%3Cpath d='M6.00024 3.5L7.00024 0.5L8.00024 1L9.00024 2V6H12.0002L13.0002 7.5L12.0002 12.5L11.5002 13.5H3.50024V6.5L4.50024 5.5L6.00024 3.5Z' fill='white'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M6.51955 0.362639C6.58088 0.147989 6.77707 0 7.00031 0C8.296 0 9.34647 1.05048 9.34647 2.34616V5.53848H11.1542C12.4499 5.53848 13.5003 6.58896 13.5003 7.88465C13.5003 7.91218 13.4981 7.93966 13.4935 7.96682L12.6992 12.7341C12.5847 13.42 11.9907 13.9231 11.2954 13.9231H3.76953C3.49339 13.9231 3.26953 13.6993 3.26953 13.4231V6.03848C3.26953 5.90588 3.32221 5.7787 3.41598 5.68493L5.63206 3.46884L6.51955 0.362639ZM7.36332 1.04952L6.55799 3.86814C6.53465 3.94985 6.49087 4.02425 6.43079 4.08434L4.26953 6.24559V12.9231H11.2954C11.5019 12.9231 11.6787 12.7735 11.7128 12.5697M11.7128 12.5697L12.4998 7.84646C12.4796 7.12071 11.8848 6.53848 11.1542 6.53848H8.84647C8.57033 6.53848 8.34647 6.31463 8.34647 6.03848V2.34616C8.34647 1.72853 7.93042 1.20798 7.36332 1.04952' fill='%233182F6'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_4585_17701'%3E%3Crect width='14' height='14' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}
.board-view-status a.btn-thumbs-up.active{
    color: #3182F6;
    border-color: #3182F6;
    background: #F0F6FF;
}
.board-view-status a.btn-thumbs-down::before{
    background-image: url("data:image/svg+xml,%0A%3Csvg width='14' height='14' viewBox='0 0 14 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_4585_17704)'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M13.5 7.96094C13.5 8.23708 13.2761 8.46094 13 8.46094L10.2308 8.46094C9.95462 8.46094 9.73076 8.23708 9.73076 7.96094L9.73076 0.576291C9.73076 0.300149 9.95462 0.0762917 10.2308 0.0762918L13 0.076292C13.2761 0.076292 13.5 0.300149 13.5 0.576292L13.5 7.96094ZM12.5 7.46094L12.5 1.07629L10.7308 1.07629L10.7308 7.46094L12.5 7.46094Z' fill='%23AAAAAA'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M7.48045 13.6374C7.41912 13.852 7.22293 14 6.99969 14C5.704 14 4.65353 12.9495 4.65353 11.6538L4.65353 8.46151L2.84582 8.46151C1.55014 8.46151 0.499663 7.41104 0.499663 6.11535C0.499663 6.08782 0.501938 6.06034 0.506463 6.03318L1.30077 1.26593C1.41533 0.579998 2.0093 0.0768692 2.70459 0.0768693L10.2305 0.0768699C10.5066 0.0768699 10.7305 0.300727 10.7305 0.57687L10.7305 7.96152C10.7305 8.09412 10.6778 8.2213 10.584 8.31507L8.36794 10.5312L7.48045 13.6374ZM6.63668 12.9505L7.44201 10.1319C7.46535 10.0502 7.50913 9.97575 7.56921 9.91566L9.73047 7.75441L9.73047 1.07687L2.70459 1.07687C2.4981 1.07687 2.32131 1.22645 2.28718 1.43028M2.28718 1.43028L1.50019 6.15354C1.52041 6.87928 2.11519 7.46151 2.84582 7.46151L5.15353 7.46151C5.42967 7.46151 5.65353 7.68537 5.65353 7.96151L5.65353 11.6538C5.65353 12.2715 6.06958 12.792 6.63668 12.9505' fill='%23AAAAAA'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_4585_17704'%3E%3Crect width='14' height='14' fill='white' transform='translate(14 14) rotate(-180)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}
.board-view-status a.btn-thumbs-down.active{
    color: #333;
    border-color: #797979;
    background: #f9fafb;
}
.board-view-status a.btn-thumbs-down.active::before{
    background-image: url("data:image/svg+xml,%0A%3Csvg width='14' height='14' viewBox='0 0 14 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_4585_17708)'%3E%3Cpath d='M10.4997 7.99988V0.499882H12.9997V7.99988H10.4997Z' fill='%23333333'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M13.4997 7.96082C13.4997 8.23696 13.2759 8.46082 12.9997 8.46082H10.2305C9.95433 8.46082 9.73047 8.23696 9.73047 7.96082L9.73047 0.576171C9.73047 0.300029 9.95433 0.0761719 10.2305 0.0761719L12.9997 0.0761721C13.2759 0.0761721 13.4997 0.300029 13.4997 0.576172L13.4997 7.96082ZM12.4997 7.46082L12.4997 1.07617L10.7305 1.07617L10.7305 7.46082H12.4997Z' fill='%23333333'/%3E%3Cpath d='M2.50009 0.499305H10.0001V8.4993L8.00009 10.4993L7.00009 13.4993H6.50009L5.50009 12.4993L5.00009 11.4993V7.9993H2.50009L1.50009 6.9993L1.00009 4.9993L2.00009 1.4993L2.50009 0.499305Z' fill='white'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M7.48079 13.6367C7.41946 13.8513 7.22326 13.9993 7.00002 13.9993C5.70434 13.9993 4.65386 12.9488 4.65386 11.6531L4.65386 8.46082H2.84616C1.55048 8.46082 0.5 7.41034 0.5 6.11466C0.5 6.08712 0.502275 6.05964 0.5068 6.03248L1.30111 1.26523C1.41567 0.579301 2.00964 0.0761718 2.70493 0.0761719L10.2308 0.0761725C10.5069 0.0761726 10.7308 0.30003 10.7308 0.576173L10.7308 7.96082C10.7308 8.09343 10.6781 8.2206 10.5844 8.31437L8.36827 10.5305L7.48079 13.6367ZM6.63702 12.9498L7.44234 10.1312C7.46569 10.0495 7.50947 9.97505 7.56955 9.91497L9.73081 7.75371V1.07617L2.70493 1.07617C2.49844 1.07617 2.32165 1.22576 2.28751 1.42958M2.28751 1.42958L1.50053 6.15284C1.52075 6.87859 2.11553 7.46082 2.84616 7.46082H5.15386C5.43001 7.46082 5.65386 7.68468 5.65386 7.96082L5.65386 11.6531C5.65386 12.2708 6.06992 12.7913 6.63702 12.9498' fill='%23333333'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_4585_17708'%3E%3Crect width='14' height='14' fill='white' transform='translate(14 14) rotate(-180)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}
.board-view-btn{
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    padding:.8rem 0 1.6rem;
    border-bottom: 1px solid #e3e5e8;
}
.board-view-btn a + a{
    margin-left:.2rem;
}
.board-view-btn .btn-prev::before{
    content: '';
    display: inline-block;
    width: 12px;
    height: 12px;
    margin: 0 4px -2px 0;
    background: url(../../../images/home/celeb/img_sprite.svg) no-repeat;
    background-position: -76px -160px;
}
.board-view-btn .btn-next::after{
    content: '';
    display: inline-block;
    width: 12px;
    height: 12px;
    margin: 0 0 -2px 4px;
    background: url(../../../images/home/celeb/img_sprite.svg) no-repeat;
    background-position: -91px -160px;
}
@media (max-width:768px){
    .board-view-box{
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        -webkit-flex-direction: column-reverse;
        flex-direction: column-reverse;
        border-top:1px solid #e3e5e8;
    }
    .board-view-wrap{
        padding:0;
        box-shadow:none;
    }
    .board-view-header{
        padding:2.2rem .5rem 2.1rem;
    }
    .board-view-header h3{
        font-size: 2rem;
    }
    .board-view-type{
        margin-bottom:.4rem;
        font-size: 1.625rem;
    }
    .board-writer{
        font-size: 1.625rem;
        margin-top: 1rem;
    }
    .board-view-content{
        padding:2.8rem .5rem;
        margin: 0 -.5rem;
    }
    .board-view-txt{
        min-height:15rem;
        font-size: 1.75rem;
    }
    .board-view-status a{
        font-size: 1.625rem;
    }
    .board-view-status a::before{
        width:2rem;
        height:2rem;
    }
    .board-view-btn{
        padding:3.2rem 20px 1.6rem;
        margin:0 -20px;
        border-bottom:9px solid #F3F4F6;
    }
}
@media only screen and (max-width: 425px){
    .board-view-wrap{
        padding-bottom: 4rem;
    }
    .board-writer em::after{
        right: 7px;
        height: 12px;
    }
}

/* 댓글 */
.board-nodata-comment{
    padding:5rem 2rem 6rem;
    color:#969696;
    text-align:center;
}
@media(max-width:768px){
    .board-nodata-comment{
        padding:8rem 2rem 10rem;
        font-size:1.5rem;
        border-bottom:1px solid #f0f0f0;
    }
}
@media(min-width:769px){
    .board-comment-wrap{
        margin-top:1.8rem;
        border-top:1px solid #e3e5e8;
    }
}
.board-comment-box{
    font-size: 1.3rem;
}
.board-comment-head{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding:2.4rem 0 1rem;
    line-height: 1;
}
.board-comment-head strong{
    color: #3182F6;
    font-weight: 800;
    padding-right: .2rem;
}
.board-comment-head .btn-refresh{
    width:2rem;
    height:2rem;
    padding: 0;
    margin-left:.6rem;
    border-radius: 50%;
    border:1px solid #E6E6EA;
    background-image: url("data:image/svg+xml,%0A%3Csvg width='11' height='11' viewBox='0 0 11 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M11 5.5C11 5.22386 10.7761 5 10.5 5C10.2239 5 10 5.22386 10 5.5C10 7.98528 7.98528 10 5.5 10C3.01472 10 1 7.98528 1 5.5C1 3.01472 3.01472 1 5.5 1C6.83233 1 8.02984 1.57884 8.85424 2.5H7.375C7.09886 2.5 6.875 2.72386 6.875 3C6.875 3.27614 7.09886 3.5 7.375 3.5H9.875C10.1511 3.5 10.375 3.27614 10.375 3V0.5C10.375 0.223858 10.1511 0 9.875 0C9.59886 0 9.375 0.223858 9.375 0.5V1.59697C8.38117 0.61028 7.01202 0 5.5 0C2.46243 0 0 2.46243 0 5.5C0 8.53757 2.46243 11 5.5 11C8.53757 11 11 8.53757 11 5.5Z' fill='%23949494'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-size:1rem;
    background-position: center;
}
.board-comment-list{
    margin-top:2rem;
}
.board-comment-list-item:first-child{
    border-top: 1px solid #ECECEC;
}
.board-comment-write-area .write-profile{
    display: none;
    padding: 2rem 1.8rem 1.5rem;
}
.board-comment-write-area .write-form{
    line-height: 1;
    padding: 1.4rem 1.5rem 1.2rem;
}
.board-comment-write-area .write-form .form-control{
    overflow: hidden;
    width: 100%;
    min-height: auto;
    color:#333;
    font-size:1.3rem;
    padding: 0;
    font-weight:700;
    line-height: 1.572;
    border: none;
    border-radius: unset;
    background: transparent;
    outline-style:none;
}
.board-comment-upload{
    display: none;
}
.board-comment-upload .write-count{
    color: #969696;
    font-size:1.2rem;
    margin-right: 1.6rem;
}
.board-comment-upload .write-count strong{
    font-weight: 400;
}
.board-comment-upload .btn{
    padding:.8rem 1.8rem;
}
.board-comment-upload .btn.btn-outline-gray{
    margin-right: .4rem;
}

/* 댓글박스 클릭시 */
.board-comment-write-box{
    border-radius: .5rem;
    border:1px solid #E0E4F0;
    background:#F8FAFD;
}
.board-comment-write-box.box-focus .board-comment-write-area .write-profile{
    display: block;
}
.board-comment-write-box.box-focus .board-comment-write-area .write-form{
    padding:0 1.8rem;
    border: none;
}
.board-comment-write-box.box-focus .board-comment-write-area .write-form .form-control{
    overflow-y: auto;
    height: 10rem;
    line-height: normal;
}
.board-comment-write-box.box-focus .board-comment-upload{
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    padding:.4rem 1.8rem 1.6rem;
}
.board-comment-list-area + .board-comment-write-box.box-focus{
    margin: 1.2rem 0;
}
.board-comment-list-area + .board-comment-write-box.box-focus::after{
    content: '';
    z-index: 1;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -1.3rem;
    height: 1px;
    background: #F0F2F4;
}
.board-reply-list-item .board-comment-write-box.box-focus{
    margin: 1.2rem 0 1.2rem 1.6rem;
}
.board-reply-list-item .board-comment-write-box.box-focus::after{
    content: '';
    z-index: 1;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -1.3rem;
    height: 1px;
    background: #F0F2F4;
}

/* board-comment-list */
.board-comment-list-box{
    position: relative;
}
.board-comment-list-area{
    padding: 1.8rem 2.8rem 1.6rem;
    margin: 0 -2.8rem;
}
.board-comment-list-area::after{
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background: #f0f0f0;
}
.board-comment-list-area.mine{
    background: #fcfff9;
}
.board-comment-info{
    position: relative;
}
.board-comment-info > strong{
    display: inline-block;
    line-height: 1.4;
}
.board-comment-info .btn-more{
    position: absolute;
    top: -1.1rem;
    right: -1rem;
    width: 4.2rem;
    height: 4.2rem;
    padding: 0;
    background-image: url("data:image/svg+xml,%0A%3Csvg width='42' height='42' viewBox='0 0 42 42' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='21.3548' cy='26.6452' r='1.35484' transform='rotate(-90 21.3548 26.6452)' fill='%23949494'/%3E%3Ccircle cx='21.3548' cy='21.306' r='1.35484' transform='rotate(-90 21.3548 21.306)' fill='%23949494'/%3E%3Ccircle cx='21.3548' cy='15.9667' r='1.35484' transform='rotate(-90 21.3548 15.9667)' fill='%23949494'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
}
.board-comment-info .btn-box{
    display: none;
    position: absolute;
    top: 2.5rem;
    right: 0;
    padding:.4rem 0 .2rem;
    color: #333;
    border: 1px solid #E6E6EA;
    border-radius: .3rem;
    background-color: #fff;
}
.board-comment-info .btn-box.active{
    display: block;
}
.board-comment-info .btn-box .btn-sm{
    display: block;
    font-size:1.1rem;
    line-height: 1;
    padding:.8rem 1.6rem;
}
.board-comment-info .label{
    font-size: 1rem;
    padding:.1rem .4rem;
    line-height: 1.2;
}
.board-comment-text{
    line-height: 1.6;
    padding: .6rem 0 1rem;
}
.board-comment-write{
    display:flex;
    align-items:center;
    color:#999;
    font-weight:400;
    font-size:1.2rem;
}
.board-comment-write .btn-report{
    position: relative;
    display: inline-block;
    color: #999;
    font-size: 1.2rem;
    font-weight:400;
    padding:.1rem .6rem;
    vertical-align: top;
    margin-left:.8rem;
}
.board-comment-write .btn-report::before{
    content: '';
    position: absolute;
    top: 50%;
    left:0;
    width: .1rem;
    height: 1.3rem;
    background: #E8E8E8;
    transform: translateY(-50%);
}
.board-comment-tool{
    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;
    -webkit-align-items: center;
    align-items: center;
    margin-top:1rem;
}
.board-comment-tool .btn-reply:hover,
.board-comment-tool .btn-reply:focus{
    border-color: #E6E6EA;
    background-color: #fff;
}
.board-comment-status{
    font-size: 0;
    margin-left: auto;
}
.board-comment-status a{
    color: #777;
    font-weight: 700;
    line-height: 1;
    padding: .4rem;
    border: none;
}
.board-comment-status a::before{
    content: '';
    display: inline-block;
    width:1.4rem;
    height:1.4rem;
    margin-right: .5rem;
    vertical-align: middle;
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
}
.board-comment-status a.btn-thumbs-up::before{
    background-image: url("data:image/svg+xml,%0A%3Csvg width='14' height='14' viewBox='0 0 14 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_4585_17711)'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.5 6.03906C0.5 5.76292 0.723858 5.53906 1 5.53906H3.76924C4.04538 5.53906 4.26924 5.76292 4.26924 6.03906V13.4237C4.26924 13.6999 4.04538 13.9237 3.76924 13.9237H1C0.723858 13.9237 0.5 13.6999 0.5 13.4237V6.03906ZM1.5 6.53906V12.9237H3.26924V6.53906H1.5Z' fill='%23AAAAAA'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M6.51955 0.362639C6.58088 0.147989 6.77707 0 7.00031 0C8.296 0 9.34647 1.05048 9.34647 2.34616V5.53848H11.1542C12.4499 5.53848 13.5003 6.58896 13.5003 7.88465C13.5003 7.91218 13.4981 7.93966 13.4935 7.96682L12.6992 12.7341C12.5847 13.42 11.9907 13.9231 11.2954 13.9231H3.76953C3.49339 13.9231 3.26953 13.6993 3.26953 13.4231V6.03848C3.26953 5.90588 3.32221 5.7787 3.41598 5.68493L5.63206 3.46884L6.51955 0.362639ZM7.36332 1.04952L6.55799 3.86814C6.53465 3.94985 6.49087 4.02425 6.43079 4.08434L4.26953 6.24559V12.9231H11.2954C11.5019 12.9231 11.6787 12.7735 11.7128 12.5697M11.7128 12.5697L12.4998 7.84646C12.4796 7.12071 11.8848 6.53848 11.1542 6.53848H8.84647C8.57033 6.53848 8.34647 6.31463 8.34647 6.03848V2.34616C8.34647 1.72853 7.93042 1.20798 7.36332 1.04952' fill='%23AAAAAA'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_4585_17711'%3E%3Crect width='14' height='14' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}
.board-comment-status a.btn-thumbs-up.active{
    color: #3182F6;
}
.board-comment-status a.btn-thumbs-up.active::before{
    background-image: url("data:image/svg+xml,%0A%3Csvg width='14' height='14' viewBox='0 0 14 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_4585_17701)'%3E%3Cpath d='M1 6H4V13H1V6Z' fill='%233182F6'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.5 6.03906C0.5 5.76292 0.723858 5.53906 1 5.53906H3.76924C4.04538 5.53906 4.26924 5.76292 4.26924 6.03906V13.4237C4.26924 13.6999 4.04538 13.9237 3.76924 13.9237H1C0.723858 13.9237 0.5 13.6999 0.5 13.4237V6.03906ZM1.5 6.53906V12.9237H3.26924V6.53906H1.5Z' fill='%233182F6'/%3E%3Cpath d='M6.00024 3.5L7.00024 0.5L8.00024 1L9.00024 2V6H12.0002L13.0002 7.5L12.0002 12.5L11.5002 13.5H3.50024V6.5L4.50024 5.5L6.00024 3.5Z' fill='white'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M6.51955 0.362639C6.58088 0.147989 6.77707 0 7.00031 0C8.296 0 9.34647 1.05048 9.34647 2.34616V5.53848H11.1542C12.4499 5.53848 13.5003 6.58896 13.5003 7.88465C13.5003 7.91218 13.4981 7.93966 13.4935 7.96682L12.6992 12.7341C12.5847 13.42 11.9907 13.9231 11.2954 13.9231H3.76953C3.49339 13.9231 3.26953 13.6993 3.26953 13.4231V6.03848C3.26953 5.90588 3.32221 5.7787 3.41598 5.68493L5.63206 3.46884L6.51955 0.362639ZM7.36332 1.04952L6.55799 3.86814C6.53465 3.94985 6.49087 4.02425 6.43079 4.08434L4.26953 6.24559V12.9231H11.2954C11.5019 12.9231 11.6787 12.7735 11.7128 12.5697M11.7128 12.5697L12.4998 7.84646C12.4796 7.12071 11.8848 6.53848 11.1542 6.53848H8.84647C8.57033 6.53848 8.34647 6.31463 8.34647 6.03848V2.34616C8.34647 1.72853 7.93042 1.20798 7.36332 1.04952' fill='%233182F6'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_4585_17701'%3E%3Crect width='14' height='14' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}
.board-comment-status a.btn-thumbs-down::before{
    background-image: url("data:image/svg+xml,%0A%3Csvg width='14' height='14' viewBox='0 0 14 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_4585_17704)'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M13.5 7.96094C13.5 8.23708 13.2761 8.46094 13 8.46094L10.2308 8.46094C9.95462 8.46094 9.73076 8.23708 9.73076 7.96094L9.73076 0.576291C9.73076 0.300149 9.95462 0.0762917 10.2308 0.0762918L13 0.076292C13.2761 0.076292 13.5 0.300149 13.5 0.576292L13.5 7.96094ZM12.5 7.46094L12.5 1.07629L10.7308 1.07629L10.7308 7.46094L12.5 7.46094Z' fill='%23AAAAAA'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M7.48045 13.6374C7.41912 13.852 7.22293 14 6.99969 14C5.704 14 4.65353 12.9495 4.65353 11.6538L4.65353 8.46151L2.84582 8.46151C1.55014 8.46151 0.499663 7.41104 0.499663 6.11535C0.499663 6.08782 0.501938 6.06034 0.506463 6.03318L1.30077 1.26593C1.41533 0.579998 2.0093 0.0768692 2.70459 0.0768693L10.2305 0.0768699C10.5066 0.0768699 10.7305 0.300727 10.7305 0.57687L10.7305 7.96152C10.7305 8.09412 10.6778 8.2213 10.584 8.31507L8.36794 10.5312L7.48045 13.6374ZM6.63668 12.9505L7.44201 10.1319C7.46535 10.0502 7.50913 9.97575 7.56921 9.91566L9.73047 7.75441L9.73047 1.07687L2.70459 1.07687C2.4981 1.07687 2.32131 1.22645 2.28718 1.43028M2.28718 1.43028L1.50019 6.15354C1.52041 6.87928 2.11519 7.46151 2.84582 7.46151L5.15353 7.46151C5.42967 7.46151 5.65353 7.68537 5.65353 7.96151L5.65353 11.6538C5.65353 12.2715 6.06958 12.792 6.63668 12.9505' fill='%23AAAAAA'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_4585_17704'%3E%3Crect width='14' height='14' fill='white' transform='translate(14 14) rotate(-180)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}
.board-comment-status a.btn-thumbs-down.active{
    color: #333;
}
.board-comment-status a.btn-thumbs-down.active::before{
    background-image: url("data:image/svg+xml,%0A%3Csvg width='14' height='14' viewBox='0 0 14 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_4585_17708)'%3E%3Cpath d='M10.4997 7.99988V0.499882H12.9997V7.99988H10.4997Z' fill='%23333333'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M13.4997 7.96082C13.4997 8.23696 13.2759 8.46082 12.9997 8.46082H10.2305C9.95433 8.46082 9.73047 8.23696 9.73047 7.96082L9.73047 0.576171C9.73047 0.300029 9.95433 0.0761719 10.2305 0.0761719L12.9997 0.0761721C13.2759 0.0761721 13.4997 0.300029 13.4997 0.576172L13.4997 7.96082ZM12.4997 7.46082L12.4997 1.07617L10.7305 1.07617L10.7305 7.46082H12.4997Z' fill='%23333333'/%3E%3Cpath d='M2.50009 0.499305H10.0001V8.4993L8.00009 10.4993L7.00009 13.4993H6.50009L5.50009 12.4993L5.00009 11.4993V7.9993H2.50009L1.50009 6.9993L1.00009 4.9993L2.00009 1.4993L2.50009 0.499305Z' fill='white'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M7.48079 13.6367C7.41946 13.8513 7.22326 13.9993 7.00002 13.9993C5.70434 13.9993 4.65386 12.9488 4.65386 11.6531L4.65386 8.46082H2.84616C1.55048 8.46082 0.5 7.41034 0.5 6.11466C0.5 6.08712 0.502275 6.05964 0.5068 6.03248L1.30111 1.26523C1.41567 0.579301 2.00964 0.0761718 2.70493 0.0761719L10.2308 0.0761725C10.5069 0.0761726 10.7308 0.30003 10.7308 0.576173L10.7308 7.96082C10.7308 8.09343 10.6781 8.2206 10.5844 8.31437L8.36827 10.5305L7.48079 13.6367ZM6.63702 12.9498L7.44234 10.1312C7.46569 10.0495 7.50947 9.97505 7.56955 9.91497L9.73081 7.75371V1.07617L2.70493 1.07617C2.49844 1.07617 2.32165 1.22576 2.28751 1.42958M2.28751 1.42958L1.50053 6.15284C1.52075 6.87859 2.11553 7.46082 2.84616 7.46082H5.15386C5.43001 7.46082 5.65386 7.68468 5.65386 7.96082L5.65386 11.6531C5.65386 12.2708 6.06992 12.7913 6.63702 12.9498' fill='%23333333'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_4585_17708'%3E%3Crect width='14' height='14' fill='white' transform='translate(14 14) rotate(-180)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}

/* 답글 리스트 */
.board-reply-list{
    padding:0 2.8rem;
    margin:0 -2.8rem;
}
.board-reply-list .board-comment-list-box::before{
    content: '';
    position: absolute;
    top:2.2rem;
    left:.4rem;
    width:.8rem;
    height:.8rem;
    border-color:#777;
    border-style:solid;
    border-width: 0 0 .1rem .1rem;
}
.board-reply-list-item{
    position: relative;
}
.board-reply-list-item .board-comment-list-area{
    padding-left:5.2rem;
}

/* 답글 */
.board-reply-box{
    display: none;
}
.board-reply-box.show{
    display: block;
}
.board-reply-write-wrap{
    position: relative;
    padding: 1.8rem 2.8rem 1.8rem 5.2rem;
    margin: 0 -2.8rem;
    background: #F8F8F9;
}
.board-reply-write-wrap .board-comment-write-area::before{
    content: '';
    position: absolute;
    top:2.2rem;
    left:3.2rem;
    width:.8rem;
    height:.8rem;
    border-color:#777;
    border-style:solid;
    border-width: 0 0 .1rem .1rem;
}

/* 답글 접기 */
.board-reply-fold{
    display: block;
    font-size: 1.4rem;
    text-align: center;
    line-height: 3;
    min-height: 4rem;
    margin: 0 -2.8rem;
    border-bottom: 1px solid #ECECEC;
    background: #F8F8F9;
}
.board-reply-fold:hover{
    color: #333;
}
.board-reply-fold::before{
    content: '';
    display: block;
    width: calc(100% - 5.6rem);
    height: .1rem;
    margin: 0 auto;
    background: #ECECEC;
}
.board-reply-fold span::after{
    content: '';
    display: inline-block;
    width: 1.3rem;
    height: .8rem;
    vertical-align: middle;
    margin: -.2rem 0 0 .6rem;
    background-image: url("data:image/svg+xml;utf-8,%0A%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.38477 12L9.04679 6.70534C9.14942 6.63441 9.28525 6.63441 9.38788 6.70534L17.0499 12' stroke='%23333' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
}
@media only screen and (max-width: 768px){
    .board-comment-list-area{
        padding: 1.8rem 2.5rem 1.6rem;
        margin: 0 -2.5rem;
    }
    .board-reply-list-item .board-comment-list-area{
        padding-left: 5rem;
    }
    .board-comment-head .btn-refresh{
        width:2.4rem;
        height:2.4rem;
    }
    .board-comment-box{
        font-size: 1.75rem;
    }
    .board-comment-write{
        font-size: 1.5rem;
    }
    .board-comment-write .btn-report{
        font-size: 1.5rem;
    }
    .board-comment-write-area .write-profile{
        font-size:1.625rem;
    }
    .board-comment-write-area .write-form .form-control{
        font-size:1.625rem;
    }
    .board-comment-upload .write-count{
        font-size:1.5rem;
    }
    .board-comment-status a::before{
        width: 1.875rem;
        height: 1.875rem;
    }
    .board-reply-write-wrap{
        padding: 1.8rem 2.5rem 1.8rem 5rem;
        margin: 0 -2.5rem;
    }
    .board-reply-fold{
        font-size: 1.625rem;
        margin: 0 -2.5rem;
    }
    .board-comment-info .btn-box{
        width: auto;
    }
    .board-comment-info .btn-box .btn-sm{
        font-size: 1.5rem;
        padding: 1.5rem 2rem;
    }
    .board-comment-info .label{
        font-size: 1.25rem;
        padding:.125rem .477rem;
    }
    .board-reply-list .board-comment-list-box::before{
        top:2.4rem;
        left:.2rem;
        width:1rem;
        height:1rem;
    }
}
@media only screen and (max-width: 425px){
    .board-comment-box{
        font-size: 1.625rem;
    }
}


/*FAQ*/
#faq .sub-tab-wrap{
    padding: 4.5rem 0 2.9rem;
    margin: 0 auto;
}
#faq .sub-tab-wrap ul{
    width: 97.8rem;
    font-size: 0;
    margin: 0 auto;
}
#faq .sub-tab-wrap li{
    position: relative;
    display: inline-block;
}
#faq .sub-tab-wrap li::after{
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    width: 1px;
    height: 15px;
    background: #F0F0F0;
    transform: translateY(-50%);
}
#faq .sub-tab-wrap li a{
    display: block;
    font-size: 1.7rem;
    font-weight: 700;
    text-align: center;
    padding: 1.3rem 2.8rem;
}
#faq .sub-tab-wrap li a.active{
    color: #3182F6;
    font-weight: 800;
}
#faq .sub-tab-wrap li a.active::before{
    content: '';
    display: inline-block;
    width: 14px;
    height: 10px;
    margin-right: 6px;
    background: url(../../../images/home/celeb/img_sprite.svg) no-repeat;
    background-position: -36px -139px;
}
#faq .sub-tab-wrap li:last-child::after{
    display: none;
}
#faq .faq-lst-wrap{
    font-size: 1.5rem;
    border-top: 1px solid #ECECEC;
}
#faq .faq-lst-wrap li{
    border-bottom: 1px solid #ECECEC;
}
#faq .faq-question{
    cursor: pointer;
    position: relative;
    font-weight: 700;
    padding: 3rem 2.6rem 2.9rem;
}
#faq .faq-question::after{
    content: '';
    position: absolute;
    width: 14px;
    height: 14px;
    top: 46%;
    right: 26px;
    background: url(../../../images/home/celeb/img_sprite.svg) no-repeat;
    background-position: -255px -139px;
    transform: translateY(-50%);
}
#faq .faq-question p{
    word-break: keep-all;
    position: relative;
    padding: 0 4rem 0 2.7rem;
}
#faq .faq-question p::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 15px;
    height: 16px;
    background: url(../../../images/home/celeb/img_sprite.svg) no-repeat;
    background-position: -66px -139px;
}
#faq .faq-question.active{
    color: #3182F6;
    font-weight: 800;
}
#faq .faq-question.active::after{
    top: 50%;
    transform: translateY(-50%) rotate(180deg);
}
#faq .faq-answer{
    display: none;
    padding: 2.6rem 5.3rem;
    background: #F8F8F9;
}
#faq .faq-answer p{
    word-break: keep-all;
    color: #777;
    line-height: 1.8;
}
@media only screen and (max-width: 768px){
    #faq .sub-tab-wrap{
        padding-bottom: 3.5rem;
    }
    #faq .sub-tab-wrap ul{
        width: 100%;
        text-align: center;
    }
    #faq .sub-tab-wrap li a{
        font-size: 2rem;
        padding: .875rem 3.25rem 1rem;
    }
    #faq .faq-lst-wrap{
        font-size: 1.75rem;
    }
    #faq .faq-question{
        padding: 2.625rem 2rem 2.375rem;
    }
    #faq .faq-question p{
        line-height: 1.75;
        padding: 0 2.75rem;
    }
    #faq .faq-question p::before{
        top: 4px;
        width: 13px;
        height: 14px;
        background-position: -84px -139px;
    }
    #faq .faq-question::after{
        width: 11px;
        height: 11px;
        right: 16px;
        background-position: -272px -139px;
    }
    #faq .faq-answer{
        padding: 2.5rem 4.75rem;
    }
}
@media only screen and (max-width: 640px){
    #faq .sub-tab-wrap{
        padding: 3.625rem 0 3.125rem;
    }
    #faq .sub-tab-wrap li{
        margin: .125rem 0;
    }
}
@media only screen and (max-width: 425px){
    #faq .sub-tab-wrap{
        padding: 2.75rem 0 2rem;
    }
    #faq .sub-tab-wrap li::after{
        height: 12px;
    }
    #faq .sub-tab-wrap li a.active::before{
        width: 10px;
        height: 8px;
        margin-right: .5rem;
        background-position: -53px -139px;
    }
    #faq .sub-tab-wrap li a{
        font-size: 1.75rem;
        min-width: 8.25rem;
        line-height: 1.0715;
        padding: 0.875rem 2.5rem 1rem 2.375rem ;
    }
    #faq .faq-lst-wrap{
        font-size: 1.625rem;
    }
    #faq .faq-question{
        padding: 2.25rem .875rem 2rem;
    }
    #faq .faq-question p{
        line-height: 1.616;
        padding: 0 2.375rem;
    }
    #faq .faq-question p::before{
        top: 2px;
    }
    #faq .faq-question::after{
        right: 8px;
    }
    #faq .faq-answer{
        padding: 2rem;
    }
    #faq .faq-answer p{
        line-height: 1.77;
    }
}
