#alli-section > .inner_wrap.content-size {
    padding: 110px 0 200px;
    max-width: 1200px;
}

/* 탑 타이틀 */

.alli-title {
    text-align: center;
}

.alli-title > p {
    color: #222;
}

.alli-cate {
    margin-top: 70px;
}

.alli-cate > ul {
    display: flex;
    justify-content: center;
    align-items: center;

    width: 100%;
    height: 60px;
}

.alli-cate-inner {
    width: 25%;
    height: 100%;

    border: 1px solid #4b4b4b;

    background-color: #fff;
    color: #4B4B4B;
    text-align: center;

    cursor: pointer;
}

.alli-cate-inner:not(:first-child) {
    border-left: none;
}

.alli-cate-inner > p {
    line-height: 60px;
    font-weight: 600;
    font-size: 18px;
    color: inherit;
}

.alli-cate-inner.selected {
    background-color: #254AAF;
    color: #fff;
    border: none;
}

/* 검색창 */

.alli-search {
    margin-top: 30px;
}

.alli-search-inner {
    display: flex;
    justify-content: flex-end;
    align-items: center;

    gap: 0 10px;
}

.alli-search-select {
    width: 154px;
    height: 48px;
    line-height: 48px;

    border: 1px solid #BBBBBB;
    padding-right:20px;
}

.alli-search-select > select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;

    outline: none;
    border: none;
    width: 100%;
    background-image: url('../img/subpage/promo/alliance/select-btn.svg');
    background-repeat: no-repeat;
    background-position: right center;
    background-color: #fff;

    font-family: "Noto Sans KR";
    font-weight: 400;
    font-size: 16px;
    letter-spacing: -0.02em;
    color: #222;
}

.alli-search-input {
    width: 195px;
    padding: 11px 20px;

    border: 1px solid #BBBBBB;
}

.alli-search-input > input {
    width: 100%;
    appearance: none;
    border: none;
    outline: none;

    font-family: "Noto Sans KR";
    font-weight: 400;
    font-size: 16px;
    letter-spacing: -0.02em;
    color: #222;
}

.alli-search-input > input::placeholder {
    color: #BBBBBB;
}

.alli-search-button {
    width: 48px !important;
    height: 48px !important;
    background-color: #4B4B4B;
}

.alli-search-button > button {
    background-color: transparent;
    background-image: url('../img/subpage/promo/alliance/search-icon.svg');
    background-repeat: no-repeat;
    background-position: right 50% top 49%;
    width: 100%;
    height: 100%;
    appearance: none;
    border: none;
    outline: none;

    cursor: pointer;
}

/* 콘텐츠 */

.alli-con {
    margin-top: 30px;
}

.alli-con-wrap > ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;

    gap: 40px 18px;
}

.alli-inner {
    width: 25%;
    max-width: 286px;
}

.alli-inner > a {
    display: block;
    width: 100%;
    height: 100%;
}

.alli-inner-img {
    max-width: 285px;
    height: 180px;
}

.alli-inner-img > img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.alli-inner-text-wrap {
    border: 1px solid #DDDDDD;
    border-top: none;

    padding: 16px;
}

.alli-inner-title {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;

    font-family: "Noto Sans KR";
    font-weight: 400;
    font-size: 18px;
    letter-spacing: -0.02em;
    color: #222;
}

.alli-inner-text-btm {
    margin-top: 5px;

    display: flex;
    justify-content: space-between;
    align-items: center;
}

.alli-time {
    font-weight: 400;
    font-size: 15px;
    color: #999;
}

.alli-view {
    font-family: "Noto Sans KR";
    font-weight: 400;
    font-size: 14px;
    color: #777;
}

.alli-view > i {
    font-style: normal;
}

/* 페이지네이션 */

.alli-pagination {
    margin-top: 60px;
}

.alli-pagination > ul {
    display: flex;
    justify-content: center;
    align-content: center;

    gap: 0 40px;
}

.alli-page-num {
    font-weight: 400;
    font-size: 17px;
    color: #4b4b4b;

    position: relative;

    padding: 0 2px;
}

.alli-page-num.now-page {
    color: #005AC3;
    font-weight: 600;
}

.alli-page-num.now-page::after {
    content: '';
    display: block;
    width: 100%;
    height: 2px;
    background-color: #005AC3;

    position: absolute;
    bottom: 0;
    left: 0;
}

.alli-page-arrow {
    display: flex;
    align-items: center;
}

.alli-page-arrow > a {
    display: block;
    width: 7px;
    height: 12px;

    background-repeat: no-repeat;
    background-size: cover;
}

.alli-page-first > a {
    background-image: url('../img/subpage/promo/alliance/page-prev-on.svg');
}

.alli-page-last > a {
    background-image: url('../img/subpage/promo/alliance/page-next-on.svg');
}

.alli-page-first.no-more-page > a {
    background-image: url('../img/subpage/promo/alliance/page-prev-off.svg');
}

.alli-page-last.no-more-page > a {
    background-image: url('../img/subpage/promo/alliance/page-next-off.svg');
}

/* 목록버튼 */

.alli-to-list {
    margin-top: 35px;
    text-align: right;
}

.alli-to-list.in_detail_page {
    text-align: center;
}

.to-list-btn {
    display: inline-block;
    text-align: center;

    font-family: "Noto Sans KR";
    font-weight: 400;
    font-size: 15px;
    color: #fff;
    
    padding: 11px 40px;

    background-color: #4B4B4B;
}

/* 게시글페이지 */

.alli-detail {
    margin-top: 60px;
}

.alli-detail-top {
    border-top: 1px solid #222222;
}

.alli-detail-title {
    background-color: #F6F6F6;

    padding: 34px 40px 37px;
}

.alli-detail-title > p {
    font-family: "Noto Sans KR";
    font-weight: 400;
    font-size: 20px;
    color: #333;
}

.alli-detail-info {
    border-top: 1px solid #DDDDDD;

    padding: 17.5px 40px;
}

.alli-detail-info > ul {
    display: flex;
    justify-content: flex-start;
    align-items: center;

    gap: 0 80px;
}

.alli-detail-info > ul > li {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    
    gap: 0 8px;
}

.alli-detail-info > ul > li {
    font-family: "Noto Sans KR";
    font-weight: 400;
    font-size: 17px;
    color: #333;
}

.alli-detail-writer-text {
    font-weight: 500;
}

.alli-detail-main {
    border-top: 1px solid #DDDDDD;
    padding: 70px 50px;
}

/* 이전글 & 다음글 */

.alli-other-post {
    border-top: 1px solid #ddd;
}

.alli-other-post > div {
    border-bottom: 1px solid #ddd;
}

.alli-other-post > div > ul {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.alli-other-nav {
    font-family: "Noto Sans KR";
    font-weight: 400;
    font-size: 16px;
    color: #4b4b4b;

    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 0 12px;

    padding: 12.5px 40px 13.5px;
    background-color: #F6F6F6;
}

.alli-other-nav > img {
    display: block;
}

.alli-other-href {
    padding-left: 60px;

    font-family: "Noto Sans KR";
    font-weight: 400;
    font-size: 16px;
    color: #333;
}

/* 취급점 */

.alli-store {
    margin-top: 100px;
}

.alli-store-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.alli-store-title > span {
    font-weight: 800;
    font-size: 38px;
    letter-spacing: -0.02em;
    color: #222;

    margin-left: 5px;
}

/* 취급점 상단 셀렉트 */


.alli-search-wrap > form > ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 0 10px;
}

.alli-form-wrap > li {
    width: 160px;
    
    /* border: 1px solid #4B4B4B; */
}

.alli-form-wrap > li.alli-store-text {
    width: 200px;
}

.alli-form-wrap > li.alli-store-btn {
    width: auto;
    cursor: pointer;
}

.alli-form-wrap > li > select {
    width: 100%;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    border: none;
    outline: 1px solid #4b4b4b;

    background-image: url('../img/main/section3/sec3-select-btn.svg');
    background-repeat: no-repeat;
    background-position: right 20px center;
    background-color: #fff;

    padding: 12px 8px 12px 20px;

    font-family: "Noto Sans KR";
    font-weight: 400;
    font-size: 16px;
    letter-spacing: -0.02em;
    color: #222;
}

.alli-form-wrap > li > input {
    appearance: none;
    outline: 1px solid #4b4b4b;
    border: none;
    line-height: normal;
    height: auto;
    width: 100%;

    padding: 12px 8px 12px 20px;

    font-family: "Noto Sans KR";
    font-weight: 400;
    font-size: 16px;
    letter-spacing: -0.02em;
    color: #222;
}

.alli-store-btn > button {
    appearance: none;
    outline: none;
    border: 1px solid #4B4B4B;
    display: block;
    cursor: pointer;
}

.alli-store-btn > button > img {
    display: block;
}

/* 취급점 지역별 버튼 */

.alli-store-loca-wrap {
    margin-top: 40px;
}

.alli-store-loca-wrap > ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    
    gap: 10px 8.2px;
}

.alli-store-loca-btn {
    width: 126px;
    height: 46px;
    line-height: 46px;

    border: 1px solid #CCCCCC;
    border-radius: 5px;

    font-family: "Noto Sans KR";
    font-weight: 400;
    font-size: 17px;
    text-align: center;
    color: #555;

    background: #fff;
}

.alli-store-loca-btn.selected {
    font-weight: 600;
    color: #254AAF;
    border: 1px solid #254aaf;
}

.alli-store-loca-btn > a {
    display: block;
    width: 100%;
    height: 100%;
}

/* 가게들 나열 */

.alli-store-info-mobile {
    display: none;
}

.alli-store-detail {
    margin-top: 40px;
}

.alli-store-detail-top {
    height: 60px;

    background-color: #F6F6F6;

    border-top: 2px solid #222222;
    border-bottom: 1px solid #DDDDDD;
}

.alli-store-detail-top > ul {
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.alli-store-detail-top > ul > li {
    text-align: center;

    font-family: "Noto Sans KR";
    font-weight: 400;
    font-size: 16px;
    color: #333;

    /* border-right: 1px solid #ddd; */
}

.alli-store-detail-top > ul > li:first-child,
.alli-store-detail-inner > li:first-child {
    width: 9.16666%;
}

.alli-store-detail-top > ul > li:nth-child(2),
.alli-store-detail-inner > li:nth-child(2) {
    width: 16.33333%;
}

.alli-store-detail-top > ul > li:nth-child(3),
.alli-store-detail-inner > li:nth-child(3) {
    width: 43.33333%;
}

.alli-store-detail-inner > li:nth-child(3) {
    padding: 0 45px;
    text-align: left;
}

.alli-store-detail-top > ul > li:nth-child(4),
.alli-store-detail-inner > li:nth-child(4) {
    width: 15.16666%;
}

.alli-store-detail-top > ul > li:last-child,
.alli-store-detail-inner > li:last-child {
    width: 16.5%;
}

.alli-store-detail-top > ul > li:last-child {
    text-align: left;
    padding-left: 60px;
}

.alli-store-detail-inner > li:last-child {
    text-align: left;
    padding-left: 27px;
}

.alli-store-detail-each > ul {
    display: flex;
    justify-content: flex-start;
    align-items: center;

    height: 60px;
}

.alli-store-detail-each {
    border-bottom: 1px solid #DDDDDD;
}

.alli-store-detail-inner > li {
    text-align: center;

    font-family: "Noto Sans KR";
    font-weight: 400;
    font-size: 17px;
    color: #333;

    /* border-right: 1px solid #ddd; */
}

.alli-store-reserve-btn {
    display: block;
    width: 100px;
    height: 40px;
    line-height: 40px;

    text-align: center;
    color: #fff;
    background-color: #254AAF;
    font-size: 14px;
}

.alli-store-mobile-btn {
    display: none;
}

/* 댓글 입력 인풋 */

.alli-comment-wrap {
    margin-top: 40px;
}

.alli-comment-top {
    padding-bottom: 8px;

    border-bottom: 1px solid #222;

    display: flex;
    justify-content: flex-start;
    align-items: center;

    gap: 0 4px;
}

.comment-title {
    font-family: "Noto Sans KR";
    font-weight: 400;
    font-size: 18px;
    color: #222;
    line-height: 1.5;
    margin-bottom: 2px;
}

.comment-count {
    font-weight: 500;
    font-size: 20px;
    color: #254aaf;
    line-height: 1;
}

.comment-flexbox {
    display: flex;
    justify-content: space-between;
    align-items: center;

    width: 100%;
}

.alli-comment-input-wrap {
    margin-top: 16px;
}

.comment-inner-half {
    width: 50%;
    max-width: 595px;
    
    background-color: #F0F0F0;

    padding: 16px 30px;
}

.alli-comment-wrap input[type="text"],
.alli-comment-wrap input[type="password"] {
    appearance: none;
    border: none;
    outline: none;

    width: 100%;
    height: 100%;
    background-color: transparent;

    font-family: "Noto Sans KR";
    font-weight: normal;
    font-size: 16px;
    letter-spacing: -0.02em;
    text-align: left;
    color: #222;
}

.alli-comment-wrap input[type="text"]::placeholder,
.alli-comment-wrap input[type="password"]::placeholder,
.comment-textarea > textarea::placeholder {
    color: #999 !important;
}

.comment-mid {
    margin-top: 12px;
}

.comment-textarea {
    width: 100%;
    background-color: #f0f0f0;

    padding: 20px 30px;

    position: relative;
}

.comment-textarea > textarea {
    width: 100%;
    min-height: 88px;
    appearance: none;
    border: none;
    outline: none;

    background-color: transparent;
    resize: none;

    font-family: "Noto Sans KR";
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: -0.02em;
    color: #222;
}

#comment-btn {
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);

    appearance: none;
    border: none;
    outline: none;

    font-family: "Noto Sans KR";
    font-weight: 600;
    font-size: 16px;
    letter-spacing: -0.02em;
    text-align: center;
    color: #fff;

    background-color: #999999;
    border-radius: 50px;
    
    padding: 12px 50px;
    cursor: pointer;
}

.comment-btm {
    margin-top: 12px;
}

.comment-inner-half.defense-spam {
    background-color: transparent;
    border: 1px solid #BBBBBB;
    max-height: 56px;

    display: flex;
    justify-content: center;
    align-items: center;

    gap: 0 5px;
}

.spam-words {
    font-weight: 400;
    font-size: 18px;
    color: #777;
}

.spam-words-color {
    color: #E32C41;
}

.spam-notice {
    font-family: "Noto Sans KR";
    font-weight: 400;
    font-size: 16px;
    letter-spacing: -0.02em;
    color: #777;
}

/* 댓글 */

.alli-comment-view-wrap {
    border-top: 1px solid #DDDDDD;
    border-bottom: 1px solid #DDDDDD;

    margin-top: 16px;
}

.alli-comment-view-wrap > ul {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
}

.alli-comment-inner {
    padding: 25px 0;
    width: 100%;
}

.alli-comment-inner:not(:last-child) {
    border-bottom: 1px dashed #DDDDDD;
}

.alli-comment-inner-top {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;

    position: relative;
}

.alli-comment-profile {
    margin-right: 14px;
}

.alli-comment-writer {
    font-family: "Noto Sans KR";
    font-weight: 400;
    font-size: 18px;
    letter-spacing: -0.02em;
    color: #333;
    margin-right: 8px;
}

.alli-comment-writer-name {
    font-weight: 500;
}

.alli-comment-date {
    font-weight: 300;
    font-size: 16px;
    color: #999;

    margin-top: 2px;
}

.alli-comment-info {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.alli-comment-opt-wrap {
    position: absolute;
    top: 25px;
    right: 0;
    cursor: pointer;
}


.alli-comment-opt-wrap > div {
    width: 100%;
    padding: 0 20px;
    position: relative;
}

.alli-comment-opt-wrap > div > img {
    display: block;
    margin: 0 auto;
}

.alli-comment-opt-more {
    position: absolute;
    top: 30px;
    right: 30px;

    width: 54px;

    border: 1px solid #999999;

    padding: 15px;
    background-color: #fff;

    display: none;
}

.alli-comment-opt-more > li {
    font-family: "Noto Sans KR";
    font-weight: 400;
    font-size: 13px;
    text-align: center;
    color: #555;
    white-space: nowrap;
}

.alli-comment-opt-more > li:last-child {
    margin-top: 15px;
}

.alli-comment-inner-mid {
    padding-left: 68.5px;
}

.alli-comment-area {
    font-family: "Noto Sans KR";
    font-weight: 400;
    font-size: 16px;
    letter-spacing: -0.02em;
    line-height: 1.625;
    color: #555;
}

.alli-comment-re-comment {
    padding-left: 68.5px;
    margin-top: 10px;
}

.alli-comment-re-comment > a {
    display: inline-block;

    padding: 6px 13px;
    background: #fff;
    border: 1px solid #ddd;

    font-family: "Noto Sans KR";
    font-weight: 400;
    font-size: 12px;
    text-align: center;
    color: #555;
    
}

@media all and (max-width:1200px) {
    /* 제휴이벤트 리스트페이지 시작 */

    #alli-section > .inner_wrap.content-size {
        padding: 110px 16px 200px;
    }

    .alli-con-wrap > ul {
        gap: 30px 12px;
    }

    .alli-inner {
        width: calc(25% - 9px);
        max-width: unset;
    }

    .alli-inner-img > img {
        display: block;
        width: 100%;
    }

    .alli-inner-text-wrap {
        padding: 12px;
    }

    /* 제휴이벤트 리스트페이지 끝 */

    /* 제휴이벤트 게시글페이지 시작 */

    .alli-detail-main img {
        width: 100%;
        display: block;
    }

    .alli-store-loca-wrap > ul {
        gap: 8px;
        justify-content: flex-start;
    }

    .alli-store-loca-btn {
        width: calc(20% - 8px);
    }

    .comment-inner-half {
        width: calc(50% - 8px);
    }

    /* 제휴이벤트 게시글페이지 끝 */
}

@media all and (max-width:768px) {

    /* 제휴이벤트 리스트페이지 시작 */

    .alli-detail-top {
        border-top: 2px solid #222;
    }

    #alli-section > .inner_wrap.content-size {
        padding: 50px 16px 130px;
    }

    .alli-cate {
        margin-top: 35px;
    }

    .alli-cate > ul {
        height: 40px;
    }

    .alli-cate-inner {
        border: 1px solid #dedede;
        color: #555;
    }

    .alli-cate-inner > p {
        font-size: 13px;
        line-height: 40px;
    }

    .alli-search {
        margin-top: 20px;
    }

    .alli-search-inner {
        gap: 0;
        justify-content: space-between;
    }

    .alli-search-select {
        width: 35%;
        max-height: 33px;
        height: auto;
        line-height: normal;
        padding: 4px 12px 7px;
    }

    .alli-search-select > select {
        font-size: 13px;
    }

    .alli-search-input {
        width: 52%;
        max-height: 33px;
        padding: 4px 12px 7px;
    }

    .alli-search-input > input {
        font-size: 13px;
    }

    .alli-search-button {
        width: 33px !important;
        height: 33px !important;
    }

    .alli-search-button > button {
        background-size: 62%;
        background-position: center;
    }

    .alli-con {
        margin-top: 20px;
    }

    .alli-con-wrap > ul {
        gap: 20px 10px;
    }

    .alli-inner {
        width: calc(50% - 6px);
    }

    .alli-inner-img {
        max-width: unset;
        height: 28vw;
    }

    .alli-inner-text-wrap {
        padding: 10px 12px 8px;
    }

    .alli-inner-title {
        font-size: 13px;
    }

    .alli-inner-text-btm {
        margin-top: 4px;
    }

    .alli-time {
        font-size: 12px;
    }

    .alli-view {
        display: none;
    }

    .alli-pagination {
        margin-top: 30px;
    }

    .alli-page-arrow > a {
        width: 5px;
        height: 10px;
    }

    .alli-page-num:nth-child(5),
    .alli-page-num:nth-child(6) {
        display: none;
    }

    .alli-page-num {
        font-size: 15px;
    }

    .alli-to-list {
        text-align: center;
    }

    .to-list-btn {
        font-size: 14px;
        padding: 9px 37px;
    }

    /* 제휴이벤트 리스트페이지 끝 */

    /* 제휴이벤트 게시글페이지 시작 */

    .mobile-hr {
        display: block;
        width: 1px;
        height: 12px;
        background-color: #BBBBBB;
        margin: 0 6.5px;
    }

    .alli-detail {
        margin-top: 20px;
    }

    .alli-detail-title {
        padding: 14px 12px;
    }

    .alli-detail-title > p {
        font-size: 15px;
    }

    .alli-detail-info {
        padding: 12px;
    }

    .alli-detail-info > ul > li {
        font-size: 13px;
        gap: 0;
        color: #777;
    }

    .alli-detail-info > ul > li:not(:first-child) {
        display: none;
    }

    .alli-detail-main {
        padding: 30px 0;
    }

    .alli-other-nav {
        padding: 11px 12px;
        font-size: 12px;
    }

    .alli-other-href {
        padding-left: 16.5px;
        font-size: 13px;
    }

    .alli-store {
        margin-top: 50px;
    }

    .alli-store-top {
        gap: 20px 0;
        flex-direction: column;
    }

    .alli-store-top > li {
        width: 100%;
    }

    .alli-store-title {
        text-align: center;
    }

    .alli-store-title > img {
        display: inline-block;
        width: 13px;
        height: 14px;
    }

    .alli-store-title > span {
        font-size: 20px;
        margin-left: 0;
    }

    .alli-search-wrap > form > ul {
        gap: 0;
        justify-content: space-between;
    }

    .alli-form-wrap > li {
        max-height: 33px;
    }

    .alli-form-wrap > li:first-child {
        width: 25%;
    }

    .alli-form-wrap > li:nth-child(2) {
        width: 28%;
    }

    .alli-form-wrap > li.alli-store-text {
        width: 31%;
    }

    .alli-form-wrap > li > select,
    .alli-form-wrap > li > input {
        padding: 6px 10px;
        font-size: 13px;
    }

    .alli-store-loca-wrap {
        display: none;
    }

    .alli-store-detail {
        margin-top: 20px;
    }

    .alli-store-detail-top {
        display: none;
    }

    .alli-store-detail-wrap {
        border-top: 2px solid #222;
    }

    .alli-store-detail-each > ul {
        position: relative;
        width: 100%;
        height: auto;
        flex-direction: column;
        align-items: flex-start;
        padding: 16px 0 14px;
    }

    .alli-store-detail-inner > li {
        width: 100% !important;
        padding: 0 !important;
        text-align: left;
        font-size: unset;
    }

    .alli-store-detail-inner > li:first-child {
        display: none;
    }

    .alli-store-detail-inner > li:nth-child(2) {
        margin-bottom: 10px;
    }

    .alli-store-detail-inner > li:nth-child(3) {
        width: 80% !important;
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
    }

    .alli-store-detail-name {
        font-size: 15px;
        font-weight: 600;
        color: #222;
    }

    .alli-store-info-mobile {
        display: inline;
    }

    .alli-store-detail-location,
    .alli-store-detail-num,
    .alli-store-info-mobile {
        font-family: 'Noto Sans KR' !important;
        font-weight: 400;
        font-size: 13px;
        line-height: 1.5;
        letter-spacing: -0.02em;
        color: #555;
    }

    .alli-store-mobile-btn {
        display: inline-block;

        font-family: "Noto Sans KR";
        font-weight: 400;
        font-size: 13px;
        letter-spacing: -0.02em;
        text-align: center;
        color: #fff;

        padding: 4px 13px 5px;
        background-color: #254AAF;

        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: 0;
    }

    .alli-store-reserve-btn {
        display: none;
    }

    /* 댓글 */

    .alli-comment-top {
        gap: 0 2px;
    }

    .comment-title {
        font-size: 14px;
    }

    .comment-count {
        font-size: 15px;
    }

    .alli-comment-input-wrap {
        margin-top: 12px;
    }

    .comment-inner-half {
        padding: 9px 16px;
    }

    .alli-comment-wrap input[type="text"],
    .alli-comment-wrap input[type="password"] {
        font-size: 14px;
    }

    .comment-mid,
    .comment-btm {
        margin-top: 10px;
    }

    .comment-textarea {
        padding: 9px 90px 9px 16px;
    }

    .comment-textarea > textarea {
        min-height: 80px;
        font-size: 14px;
    }

    .comment-btm {
        flex-direction: column;
        gap: 10px 0;
    }

    .comment-btm > li {
        width: 100% !important;
        max-width: unset;
    }

    .spam-words {
        font-size: 14px;
    }

    .spam-notice {
        font-size: 12px;
        margin-bottom: 2px;
    }

    #comment-btn {
        right: 12px;
        padding: 7px 28px;
        font-size: 13px;
    }

    .alli-comment-view-wrap {
        margin-top: 25px;
    }

    .alli-comment-inner {
        padding: 14px 0;
    }

    .alli-comment-profile {
        width: 40px;
        height: 40px;
        margin-right: 10px;
    }

    .alli-comment-profile > img {
        display: block;
        width: 100%;
    }

    .alli-comment-writer {
        font-size: 15px;
    }

    .alli-comment-opt-wrap {
        top: 15px;
    }

    .alli-comment-date {
        font-size: 13px;
        margin-top: 2px;
    }

    .alli-comment-inner-mid,
    .alli-comment-re-comment {
        padding: 0 30px 0 50px;
    }

    .alli-comment-area {
        font-size: 13px;
        line-height: 1.4;
    }

    .alli-comment-re-comment {
        margin-top: 14px;
    }

    .alli-comment-re-comment > a {
        font-size: 12px;
        padding: 5px 12px;
    }

    .alli-comment-opt-wrap > div > img {
        width: 3px;
        height: 17px;
    }

    .alli-comment-opt-more {
        padding: 10px 9px;
        width: 42px;
        height: 66px;
    }

    .alli-comment-opt-more > li {
        font-size: 12px;
    }

    .alli-comment-opt-more > li:last-child {
        margin-top: 10px;
    }
}


.ev_box {display:inline-block; background:#3f47cc; padding:2px 8px; font-size:12px; color:#fff; border-radius:4px;}
.ev_box.ev_end {background:#666}


