/* event, sns list */
.event-page {
    font-size: 12px;
}

.event-page .eventHeader {
    overflow: hidden;
    padding-bottom: 20px;
    border-bottom: 1px solid #e3e3e3;
    margin-bottom: 20px;
}

.event-page .eventHeader ul {
    list-style: none;
    overflow: hidden;
    padding: 0;
    text-align: center;
}

.event-page .eventHeader li {
    width: 20%;
    display: inline-block;
    background-color: white;
    font-size: 15px;
    padding: 10px 0px;
    color: #7a7a7a;
    border-top: 1px solid #dcdcdc;
    border-bottom: 1px solid #dcdcdc;
    cursor: pointer;
    margin-left: -2px;
}

.event-page .eventHeader li:first-child {
    border-left: 1px solid #dcdcdc;
}

.event-page .eventHeader li:nth-child(2n) {
    border-left: 1px solid #dcdcdc;
    border-right: 1px solid #dcdcdc;
}

.event-page .eventHeader li:last-child {
    border-right: 1px solid #dcdcdc;
}

.event-page #headerActive {
    border-color: #ff626d;
    background-color: #ff515d;
    color: #fff;
    font-size: 15px;
    font-weight: 400;
}


.event-page .eventContent {
    display: flex;
    flex-wrap: wrap;
}

.event-page .eventItem {
    display: flex;
    width: 31%;
    box-sizing: border-box;
    margin: 0 1% 30px;
}

.event-page .eventItem a {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    width: 100%;
}

.event-page .eventImg {
    text-align: center;
}

.event-page .eventImg img {
    max-width: 100%;
}

.event-page .eventInfo {
    margin-top: 15px;
}

.event-page .eventInfo .subject {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 8px;
    width: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.event-page .snsItem .subject {
    display: flex;
    align-items: center;
}

.event-page .snsItem .subject img {
    width: 24px;
    height: 24px;
    margin-right: 7px;
}

.event-page .eventInfo .date {
    display: flex;
    align-items: center;
}

.event-page .eventInfo .icon {
    display: inline-flex;
    margin-right: 10px;
}

.event-page .eventInfo .eventIcon {
    background-color: #ffa251;
    padding: 4px 10px;
    border-radius: 11px;
    color: #fff;
}

.event-page .eventInfo .eventIcon.expire {
    background-color: black;
    color: #fff;
}

.event-page .eventInfo .period {
    color: #878787;
    font-size: 13px;
    margin-right: 7px;
}

.event-page .eventInfo .left {
    font-size: 13px;
}

.event-page .eventTitle {
    word-break: break-all;
    text-align: left;
    font-size: 13px;
    font-weight: bold;
    font-family: inherit;
}

.event-page .eventTitle h1 {
    font-size: 20px;
    font-weight: bold;
    font-family: inherit;
    line-height: 25px;
    padding: 0;
    margin: 12px 0 10px 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
}

.event-page .eventTitleInfo {
    background-color: #ecf0f1;
    color: #888;
    font-size: 11px;
    padding: 0 0 0 10px;
    border-top: 1px solid #bdc3c7;
    border-bottom: 1px solid #bdc3c7;
    line-height: 40px;
    height: 40px;
    display: flex;
    align-items: center;
}

.event-page .eventTitleInfo .writer {
    display: inline-block;
}

.event-page .eventTitleInfo .date {
    display: inline-block;
    margin-left: 10px;
}

.event-page .eventTitleInfo .date span:last-child {
    margin-left: 5px;
}

.event-page .eventContent[type='blog'] {
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
}

.event-page .eventContent[type='blog'] a {
    display: flex;
    align-items: center;
    text-decoration: none !important;
    width: 50%;
    margin-bottom: 15px;
}

.event-page .eventContent[type='blog'] .item {
    display: flex;
    position: relative;
    flex-basis: 95%;
    background-color: #fff;
    text-decoration: none;
    box-shadow: 1px 1px 3px 0 rgb(0 0 0 / 8%);
    cursor: pointer;
    width: 100%;
    border: 1px solid rgb(0 0 0 / 8%);
    flex-direction: column;
}

.event-page .eventContent[type='blog'] a .item .thumb {
    height: 200px;
    overflow: hidden;
}

.event-page .eventContent[type='blog'] a .item .thumb img {
    max-width: 100%;
    top: -60px;
    position: relative;
}

.event-page .eventContent[type='blog'] a .item .info {
    font-size: 13px;
    padding: 17px 20px;
    flex-direction: column;
    box-sizing: border-box;
    justify-content: center;
    display: flex;
}

.event-page .eventContent[type='blog'] a .item .info .t {
    font-size: 15px;
    font-weight: 500;
    letter-spacing: -0.4px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.event-page .eventContent[type='blog'] a .item .info .c {
    color: #999;
    line-height: 15px;
    margin: 5px 0 8px;
    font-size: 12.5px;
}

.event-page .eventContent[type='blog'] a .item .info .l {
    color: #00a832;
}

.event-page .eventView .contents {
    word-break: break-all;
    min-height: 150px;
    padding: 20px 10px;
    border: 0;
    background-color: #fff;
    line-height: 22px;
    color: #000;
    font-size: 1.1em;
    font-family: inherit;
}

.event-page .eventView .contents img {
    max-width: 100%;
}

.event-page .eventButtons {
    margin-top: 30px;
}

.event-page .eventContainer .fa-button {
    background: #fff;
    color: #696969;
}

.event-page .eventContainer .fa-button span {
    margin-left: 5px;
}


/* event notice list */
.comm-board {
    margin: 20px 0px;
    width: 100%;
    font-size: 12px;
    border: 1px solid #e8e8e8;
}

.comm-board thead tr {
    text-align: center;
    background-color: #efefef;
}

.comm-board thead th {
    padding: 15px 0;
}

.comm-board tbody tr {
    text-align: center;
    border-bottom: 1px solid #e8e8e8;
    background: none !important;
}

.comm-board tbody td {
    vertical-align: middle;
    color: #7b7b7b;
    padding: 15px 8px 15px 2px;
}

.comm-board tbody td a {
    color: #000;
}

.comm-board .color-red {
    color: #ff5000 !important;
    margin-left: 7px;
}

.noticeBtn {
    background-color: #2b1b0a;
    color: #fff;
    width: 32px;
    padding: 3px 0;
    font-size: 11px;
    font-weight: 200;
    margin-left: 10px;
    border-radius: 3px;
}


/* thumb style */
.comm-board.thumbList {
    display: flex;
    flex-wrap: wrap;
    border: none;
}

.thumbList .articleContainer {
    display: flex;
    flex-direction: column;
    width: 31%;
    margin: 0 1% 30px;
}

.thumbList .articleContainer .thumbWrap {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    width: 100%;
    border: 1px solid #e3e3e3;
    box-shadow: 1px 1px 5px 0px #cfcfcf;
    background-color: #f3f3f3;
}

.thumbList .articleContainer .thumbWrap .thumb {
}

.thumbList .articleContainer .thumbWrap .thumb img {
    max-width: 100%;
    max-height: 226px;
}

.thumbList .articleContainer .thumbWrap .info {
    padding: 15px 7px;
    background-color: #f3f3f3;
    font-size: 14px;
}

.thumbList .articleContainer .thumbWrap .info .title {
    font-size: 16px;
    display: block;
    margin-bottom: 10px;
    color: #131313;
}

.thumbList .articleContainer .thumbWrap .info .contents {
    overflow: hidden;
    white-space: normal;
    word-wrap: break-word;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    margin-bottom: 15px;
    line-height: 17px;
    min-height: 51px;
    color: #3a3a3a;
}

.thumbList .articleContainer .thumbWrap .info .sub {
    font-size: 13px;
    display: flex;
    justify-content: space-between;
}




/* community list */
.boardWriteBtn {
    background-color: #676767;
    color: #fff;
    font-size: 13px;
    padding: 3px 12px;
    border-radius: 3px;
}
img.check-new {
    width: 9px;
}


/* community read */
.genboard-page .find-box .white-body .my-box {
    overflow: hidden;
}
.editor-view {
    text-align: left;
}
.editor-view p {
    margin: initial;
    line-height: unset;
    /* padding: 3px 0px; */
}
.storeFooterHeader {
    display: flex;
    flex-direction: row;
    margin: 20px 0;
    border-bottom: 1px solid #c5c5c5;
    align-items:center;
}
.sfText {
    border-bottom: 2px solid #777;
    padding-bottom: 4px;
    padding: 6px 38px 9px 14px;
    font-size: 19px;
    font-weight: 500;
    position: relative;
    top: 1px;
}
.sfBtn {
    margin-left: auto;
    background-color: #333;
    color: #fff;
    display: flex;
    align-items: center;
    font-size: 13px;
    padding: 1px 11px;
    height: 24px;
    cursor: pointer;
}
.storeread-page .reply-box {
    border: 0;
    background: #fff;
    box-sizing: border-box;
}
.storeread-page .reply-box table.reply-read {
    width: 100%;
    box-shadow: 1px 1px 2px 2px rgba(0, 0, 0, 0.1);
    padding: 20px 0;
    margin-top: 30px;
}
.storeread-page .reply-box table.reply-read tr {
    border-bottom: 1px solid #eee;
}
.storeread-page .reply-box table.reply-read tr:last-child {
    border-bottom: 0;
}
.storeread-page .reply-box table.reply-read tr th,
.storeread-page .reply-box table.reply-read tr td {
    padding: 10px 0 10px;
}
.storeread-page .reply-box table.reply-read tr th {
    text-align: center;
    width: 80px;
    line-height: 1.5em;
}
.storeread-page .reply-box table.reply-read tr td {
    padding-right: 20px;
    line-height: 1.5em;
}
.storeread-page .reply-box table.reply-read tr td:last-child {
    width: 80px;
    vertical-align: bottom;
}
.storeread-page .reply-box table.reply-read tr td:last-child span.date {
    font-size: 12px;
    color: #666;
}
.storeread-page .reply-box .removed-comment {
    color: #ccc !important;
    font-weight: 300;
    display: inline-block;
}
#replyForm, #reviewForm {
    margin-bottom: 42px;
    margin-top:0;
}
.storeread-page .reply-box .write-outer {
    overflow: hidden;
    padding: 15px 10px;
    box-sizing: border-box;
    border-bottom: 1px solid #dadada;
    margin-top: 50px;
}
.storeread-page .reply-box .write-outer.read-outer {
    border-bottom: none;
    border-top: none;
    background: #fff;
    margin-top: 0;
}
.storeread-page .reply-box .write-outer.read-outer:last-child {
    border-bottom: 0;
}
.storeread-page .reply-box .write-outer.read-outer .read-box .content {
    flex: 1;
    font-size: 13px;
    color: #333;
    font-weight: 400;
    padding: 16px 20px;
    background-color: #FAFAFA;
    border: 1px solid #F1F1F1;
    line-height:20px;
}
.storeread-page .reply-box .write-outer.read-outer .read-box button {
    display: none;
}
.storeread-page .reply-box .write-outer.read-outer .comment-footer {
    display: flex;
    justify-content: flex-start;
    margin-top: 10px;
}
.storeread-page .reply-box .write-outer.read-outer .comment-footer .left {
    flex: 20;
}
.storeread-page .reply-box .write-outer.read-outer .comment-footer .left ul {
    overflow: hidden;
}
.storeread-page .reply-box .write-outer.read-outer .comment-footer .left ul li {
    float: left;
    font-size: 12px;
    color: #999;
    cursor: pointer;
    font-weight: 200;
}
.storeread-page .reply-box .write-outer.read-outer .comment-footer .left ul li::after {
    content: "|";
    padding: 0 3px;
}
.storeread-page .reply-box .write-outer.read-outer .comment-footer .left ul li:last-child::after {
    display: none;
}
.storeread-page .reply-box .write-outer.read-outer .comment-footer .right {
    flex: 4;
    text-align: right;
}
.storeread-page .reply-box .write-outer.read-outer .comment-footer .right .date {
    font-size: 12px;
    color: #999;
    font-weight: 300;
}
.storeread-page .reply-box .write-outer .write-box {
    display: flex;
    justify-content: space-between;
}
.storeread-page .reply-box .write-outer .write-box button {
    background: #ff7417;
    border: 1px solid #ff7417;
    padding: 20px 30px;
    color: #fff;
    margin-left: 10px;
}
.storeread-page .reply-box .write-outer .write-box textarea {
    flex: 25;
    resize: none;
    border: none;
    outline: none;
    padding: 10px;
    box-sizing: border-box;
    height: 60px;
    background: #fff;
    border: 1px solid #ccc;
}
.storeread-page .reply-box .write-outer .write-box textarea::placeholder {
    color: #aaa;
}
.storeread-page .reply-box .reply-write-outerbox {
    display: none;
}
.storeread-page .reply-box .reply-write-box {
    margin-top: 15px;
    display: flex;
    justify-content: space-between;
}
.storeread-page .reply-box .reply-write-box button {
    background: #ff7417;
    border: 1px solid #ff7417;
    padding: 20px 30px;
    color: #fff;
    margin-left: 10px;
}
.storeread-page .reply-box .reply-write-box textarea {
    flex: 25;
    resize: none;
    border: none;
    outline: none;
    padding: 10px;
    box-sizing: border-box;
    height: 60px;
    background: #fff;
    border: 1px solid #ccc;
}
.storeread-page .reply-box .reply-write-box textarea::placeholder {
    color: #aaa;
}
.storeread-page .reply-box .commentreply-box {
    padding: 15px 10px;
    box-sizing: border-box;
    border-bottom: 1px solid #f7f7f7;
    border-top: none;
    margin-top: 15px;
}
.storeread-page .reply-box .commentreply-box:first-child {
    border-top: 1px solid #ccc;
}
.storeread-page .reply-box .commentreply-box .commentreply {
    border-bottom: 1px dashed #ccc;
    padding-bottom: 15px;
    margin-bottom: 15px;
}
.storeread-page .reply-box .commentreply-box .commentreply:last-child {
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 0;
}
.storeread-page .reply-box .commentreply-box .commentreply > .content {
    flex: 1;
    font-size: 13px;
    line-height: 19px;
    color: #666;
    padding: 0 20px;
}
.storeread-page .reply-box .commentreply-box .commentreply > button {
    display: none;
}
.storeread-page .reply-box .commentreply-box .commentreply .read-box {
    position: relative;
}
.storeread-page .reply-box .commentreply-box .commentreply .read-box::before {
    content: "";
    width: 15px;
    height: 15px;
    background: url("/assets/front/images/icon/reply_arrow.png") 10% 10% no-repeat;
    background-size: 100%;
    position: absolute;
}
.storeread-page .reply-box .commentreply-box .comment-footer {
    display: flex;
    justify-content: space-around;
    margin-top: 20px;
}
.storeread-page .reply-box .commentreply-box .comment-footer .left {
    flex: 20;
}
.storeread-page .reply-box .commentreply-box .comment-footer .left ul {
    overflow: hidden;
}
.storeread-page .reply-box .commentreply-box .comment-footer .left ul li {
    cursor: pointer;
    float: left;
    font-size: 13px;
    color: #999;
}
.storeread-page .reply-box .commentreply-box .comment-footer .left ul li::after {
    content: "|";
    padding: 0 3px;
}
.storeread-page .reply-box .commentreply-box .comment-footer .left ul li:last-child::after {
    display: none;
}
.storeread-page .reply-box .commentreply-box .comment-footer .right {
    flex: 4;
    text-align: right;
}
.storeread-page .reply-box .commentreply-box .comment-footer .right .date {
    font-size: 12px;
    color: #999;
}
.storeread-page .reply-box .user-name {
    font-size: 14px;
    color: #666;
    font-weight: normal;
}
.storeread-page .reply-box .user-name a {
    font-size: 14px !important;
    color: #666 !important;
    font-weight: normal;
}
.storeread-page .reply-box button.orange-button {
    padding: 10px 30px;
    width: 200px;
    font-size: 15px;
}
.storeread-page .reply-box button.white-button {
    background: #fff;
    border: 1px solid #666;
    color: #666;
}
.storeread-page .reply-box .reply-read td {
    font-size: 14px;
    line-height: 1.5em;
    color: #333;
}
.nick-box {
    margin-bottom: 12px;
    display: flex;
    align-items: center;
}
.nick-box img {
    width: 22px;
    display: inline-block;
    margin-right: 0px;
    vertical-align: bottom;
}
.nick-box span {
    font-size: 14px;
    font-weight: 400;
    color: #666;
    margin-left: 6px;
}
.nick-box .left {
    display: flex;
    align-items: center;
}
.nick-box .right {
    margin-left: auto;
}
.nick-box .right span {
    margin-left: 3px;
    font-size:13px;
}
.storeadd-page .button-white {
    background: #fff;
    color: #575757 !important;
    text-shadow: none !important;
    text-align: center;
    border: 1px solid #bdbdbd;
    padding: 10px 20px;
    font-size: 14px;
}

.articleFooterNav .row {
    padding: 10px;
    border-bottom: 1px solid #ccc;
    font-size: 14px;
}

.articleFooterNav .row span:first-child {
    width: 85px;
    padding-right: 12px;
    display: inline-block;
    box-sizing: border-box;
}

.articleFooterNav .row span:last-child {
    text-overflow: ellipsis;
    overflow: hidden;
    width: calc(100% - 90px);
    display: inline-block;
    white-space: nowrap;
}

.articleFooterNav .row a {
    color: inherit;
    font-weight: 400;
}


/* community write */
.storeadd-page table {
    width: 100%;
    font-size: 14px;
    border: 1px solid #ededed;
    border-collapse: collapse;
}
.storeadd-page table td {
    vertical-align: middle;
    font-size: 13px;
    width: 35%;
    border: 1px solid #ededed;
    border-collapse: collapse;
    padding: 8px 12px;
}
.storeadd-page table th {
    font-size: 13px;
    background-color: #f3f3f3;
    padding: 15px;
    text-align: center;
    width: 7%;
    border: 1px solid #ededed;
    border-collapse: collapse;
    vertical-align: middle;
}
.storeadd-page table td input {
    margin: 0 !important;
}
.storeadd-page input,
.storeadd-page select {
    height: 30px;
}
.storeadd-page input {
    width: 100%;
    box-sizing: border-box;
}


/* CKEDITOR5 START */

.ck.ck-dropdown__panel.ck-dropdown__panel-visible {
    max-height: 280px;
    overflow-y: auto;
}

.ck-content blockquote {
    border-left: 5px solid #ccc;
    font-style: italic;
    margin-left: 0;
    margin-right: 0;
    overflow: hidden;
    padding-left: 1.5em;
    padding-right: 1.5em;
}

.ck-content .marker-yellow {
    background-color: #fdfd77;
}

.ck-content .marker-green {
    background-color: #62f962;
}

.ck-content .marker-pink {
    background-color: #fc7899;
}

.ck-content .marker-blue {
    background-color: #72ccfd;
}

.ck-content .pen-red {
    background-color: transparent;
    color: #e71313;
}

.ck-content .pen-green {
    background-color: transparent;
    color: #128a00;
}

.ck-content a {
    text-decoration: none !important;
    color: initial;
}

.ck-editor a {
    text-decoration: underline !important;
}

.ck-content hr {
    background: #dedede;
    border: 0;
    height: 4px;
    margin: 15px 0;
    display: block !important;
}

.ck-content .image {
    clear: both;
    display: table;
    margin: .9em auto;
    min-width: 50px;
    text-align: center;
}

.ck-content .image.image_resized {
    box-sizing: border-box;
    display: block;
    max-width: 100%;
}

.ck-content .image-style-block-align-left {
    margin-left: 0;
    margin-right: auto;
}

.ck-content .image-style-block-align-right {
    margin-left: auto;
    margin-right: 0;
}

.ck-content .image-style-block-align-left, .ck-content .image-style-block-align-right {
    max-width: calc(100% - 1.5em);
}

.ck-content .image.image_resized img {
    width: 100%;
    max-width: 100% !important;
}

.ck-content .image img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    min-width: 100%;
}

.ck-content .image>figcaption {
    background-color: #ebebeb !important;
    caption-side: bottom;
    color: #333;
    display: block;
    font-size: .75em;
    outline-offset: -1px;
    padding: .6em;
    word-break: break-word;
}

.ck-content .image-style-align-left, .ck-content .image-style-align-right {
    clear: none;
}

.ck-content .image-style-align-left {
    float: left;
    margin-right: 1.5em;
}

.ck-content .image-style-align-right {
    float: right;
    margin-right: 1.5em;
}

.ck-content .media {
    clear: both;
    display: block;
    margin: .9em 0;
    min-width: 15em;
}

.ck-content h2, .ck-content h3, .ck-content h4 {
    font-weight: normal !important;
}

.ck-content ol, .ck-content ul {
    list-style: unset;
    padding-left: 40px !important;
    margin: 12px 0;
}

.ck-content p, .ck-content li {
    margin: initial;
    line-height: initial;
}

/* CKEDITOR5 END */



@media screen and (max-width: 480px) {
    .thumbList .articleContainer {
        width: 100%;
        margin: 0 0 30px;
    }

    .jt-read-container table.jt-read tr td {
        font-size: 13px;
        padding: 10px;
        border-bottom: 1px solid #ccc;
        word-break: break-all;
    }
}