@charset "utf-8";

#event_wrap {
    position: relative;
    top: 0;
    left: 0;
    width: 880px;
    margin: 15px auto;
    background: #ffffff;
}
#event_wrap img {
    vertical-align: top;
}
#event_wrap a {
    display: block;
}

/*버튼*/
.event_foot_btn {
    /*버튼부 배경*/
    background: #11183c;
    padding: 30px 0;
}
.event_foot_btn ul li:nth-child(1) a {
    /*왼쪽*/
    background: #f4d6a8;
    color: #312633;
    margin: 0 10px 0 30px;
}
.event_foot_btn ul li:nth-child(2) a {
    /*오른쪽*/
    background: #f4d6a8;
    color: #312633;
    margin: 0 30px 0 10px;
}
.event_foot_btn ul li a {
    padding: 20px 0;
    width: 90%;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    font-size: 25px;
    font-weight: bold;
}
.event_foot_btn ul {
    display: table;
    table-layout: fixed;
    width: 100%;
}
.event_foot_btn ul li {
    display: table-cell;
    text-align: center;
}

/*상품*/
.item-wrap {
    background: url("/images/event_magazine/event/20211228_2/bg.jpg");
    width: 100%;
}
.item-box {
    text-align: center;
    margin-top: 3%;
}
.item-box:first-child {
    margin-top: 0%;
}
.item-img {
    position: relative;
    top: 0;
    left: 0;
    width: calc(100% - 13%);
    margin: 0 auto;
}

.item-img > span {
    position: absolute;
    bottom: 15%;
    left: 40%;
}

/*댓글*/
.commts_wraper {
    background: #f6f6f6;
}
.commts_layer {
    padding: 5% 3% 4%;
}
.commts_number_wrap {
    margin-bottom: 2%;
    font-size: 20px;
    font-weight: 700;
    line-height: 28px;
}
.commts_left_wrap {
    width: 80%;
    float: left;
    position: relative;
    left: 0;
    top: 0;
}
.commts_left_wrap > textarea {
    width: 100%;
    height: 100px;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: -0.025em;
    font-weight: 300;
    border: 1px solid #cecece;
    box-sizing: border-box;
    resize: none;
    padding: 1% 2%;
    background-color: #fff;
}
.commts_img_upload {
    position: absolute;
    right: 18px;
    bottom: 10px;
    width: 30px;
    height: 30px;
}
.commts_img_upload > button {
    background: url("/images/event_magazine/event/20211228_2/poto_icon.png") no-repeat;
    cursor: pointer; /*text-indent:-9999px;*/
    width: 100%;
    height: 100%;
}
.commts_right_wrap {
    width: 20%;
    float: left;
}
.commts_right_btn a {
    width: 100%;
    height: 100px;
    text-align: center;
    color: #fff;
    font-size: 18px;
    line-height: 100px;
    background: rgba(16, 16, 17, 1);
    cursor: pointer;
    transition: all 0.5s;
}
.add_comment:hover {
    background: rgba(16, 16, 17, 0.5);
}
.commts_my_writing {
    margin: 3% 0 1%;
    clear: both;
    display: inline-block;
    width: 100%;
    text-align: right;
}
.commts_my_writing > .writ_btn {
    font-size: 16px;
    background: #666;
    color: #fff;
    width: 20%;
    line-height: 38px;
    cursor: pointer;
    transition: all 0.5s;
}
.commts_my_writing > .writ_btn:hover {
    background: #444;
}
.comment_info_btn > .info_btn_del {
    background: none;
    cursor: pointer;
}
.commts_info_id {
    font-size: 20px;
    font-weight: 700;
    margin: 0 1% 0 0;
    float: left;
    color: #333;
}
.commts_lst {
    background: #fff;
    padding: 3%;
    margin: 0 0 2%;
}
.commts_info_data {
    font-size: 14px;
    line-height: 26px;
    float: left;
    color: #aaa;
}
.comment_info_btn {
    float: right;
}
.commts_txt_desc {
    clear: both;
    font-size: 18px;
    padding: 1% 0 0;
    line-height: 28px;
    word-break: break-all;
}
.commts_lst_img {
    display: block;
    clear: both;
    overflow: hidden;
    width: 20%;
    padding: 2% 0 0;
}
.commts_lst_img > img {
    width: 100%;
}
.commts_lst_img > a > img {
    width: 100%;
    height: auto;
}
.commts_paging {
    width: 100%;
    overflow: hidden;
    text-align: center;
    margin-top: 3%;
}
.commts_paging > span {
    display: inline-block;
    margin: 0;
}
.commts_paging > span > button {
    text-indent: -9999px;
    width: 40px;
    height: 40px;
    font-size: 26px;
    color: #73717d;
    vertical-align: %;
middle;
    overflow: hidden;
    cursor: pointer;
    background-color: transparent;
}
.commts_paging > span > a {
    width: 40px;
    height: 40px;
    display: inline-block !important;
    vertical-align: middle;
    color: #fff;
    font-size: 18px;
    background: #dedede;
    line-height: 40px;
    margin: 0 2px;
    transition: all 0.5s;
}
.commts_paging > span > a:hover {
    background: rgba(16, 16, 17, 1);
}
.commts_paging_nmb > .on {
    background: rgba(16, 16, 17, 1);
}
.commts_paging_first {
    background: url("/images/event_magazine/event/20211228_2/paging_first.png") no-repeat;
}
.commts_paging_prev {
    background: url("/images/event_magazine/event/20211228_2/paging_prev.png") no-repeat;
}
.commts_paging_next {
    background: url("/images/event_magazine/event/20211228_2/paging_next.png") no-repeat;
}
.commts_paging_last {
    background: url("/images/event_magazine/event/20211228_2/paging_last.png") no-repeat;
}
.commts_paging_hover {
    transition: all 0.5s;
}
.commts_paging_hover:hover {
    filter: invert(7%);
}

input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
    color: transparent;
}
input:focus:-moz-placeholder,
textarea:focus:-moz-placeholder {
    color: transparent;
}
input:focus::-moz-placeholder,
textarea:focus::-moz-placeholder {
    color: transparent;
}
input:focus:-ms-input-placeholder,
textarea:focus:-ms-input-placeholder {
    color: transparent;
}
textarea::placeholder {
    font-size: 12px;
    font-weight: normal;
}
