@charset "utf-8";

#mobile_event img {
    width: 100%;
    height: auto;
    vertical-align: top;
}
.btn_warp > li {
    float: left;
    width: 50%;
}
#mobile_event {
    width: 100%;
    height: auto;
    background: #fff;
    padding-bottom: 30px;
}
#mobile_event ul {
    width: 100%;
    height: 100%;
}
#mobile_event a {
    display: block;
}

.event_foot_btn {
    background: #1d1230;
    padding: 30px 0;
}
.event_foot_btn ul li a {
    color: #1d1230;
    margin: 0 auto;
    padding: 20px 0;
    width: 90%;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    font-size: 100%;
    font-weight: bold;
}
.event_foot_btn ul li:nth-child(1) a {
    background: #fede6a;
}
.NH_ent {
    display: table;
}
.NH_ent li {
    display: table-cell;
}
.event_foot_btn ul li:nth-child(2) a {
    background: #fede6a;
}
/* 2020 10 E */
.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("../img/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%;
    width: calc(100% - 70%);
}

.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: 100%;
    position: relative;
    left: 0;
    top: 0;
}
.commts_left_wrap > textarea {
    width: 100%;
    height: 100px;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: -0.025em;
    font-weight: 700;
    border: 1px solid #cecece;
    box-sizing: border-box;
    resize: none;
    padding: 1% 2%;
    background-color: #fff;
}
.commts_img_upload {
    position: absolute;
    right: 20px;
    bottom: 10px;
    width: 30px;
    height: 30px;
}
.commts_img_upload > button {
    background: url("../img/poto_icon.png") no-repeat;
    cursor: pointer; /*text-indent:-9999px;*/
    width: 100%;
    height: 100%;
    border: none;
}
.commts_right_wrap {
    width: 100%;
    margin: 10px 0 0;
}
.commts_right_btn {
    width: 40%;
    margin: 0 auto;
}
.commts_right_btn a {
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: 100%;
    line-height: 50px;
    background: rgba(16, 16, 17, 1);
    cursor: pointer;
}
.commts_my_writing {
    margin: 8% 0 2%;
    clear: both;
    display: inline-block;
    width: 100%;
    text-align: right;
}
.commts_my_writing > .writ_btn {
    font-size: 80%;
    background: #666;
    color: #fff;
    width: 30%;
    line-height: 38px;
    cursor: pointer;
    border: none;
}
.comment_info_btn > .info_btn_del {
    background: none;
    cursor: pointer;
    border: none;
}
.commts_info_id {
    font-size: 100%;
    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: 85%;
    line-height: 22px;
    float: left;
    color: #aaa;
}
.comment_info_btn {
    float: right;
}
.info_btn_del {
    font-size: 90%;
}
.commts_txt_desc {
    clear: both;
    font-size: 100%;
    padding: 2% 0 0;
    line-height: 20px;
    word-break: break-all;
}
.commts_lst_img {
    display: block;
    clear: both;
    overflow: hidden;
    width: 50%;
    padding: 2% 0 0;
}
.commts_lst_img > img {
    width: 100%;
}
.commts_paging {
    width: 100%;
    overflow: hidden;
    text-align: center;
    margin: 10% 0 6%;
}
.commts_paging > .commts_paging_next {
    display: inline-block;
    margin: 0 0.5%;
}
.commts_paging > .commts_paging_next > button {
    width: 100%;
    font-size: 100%;
    font-weight: 700;
    color: #73717d;
    vertical-align: middle;
    border: none;
    overflow: hidden;
    cursor: pointer;
    background-color: transparent;
}
.commts_paging_next {
    position: relative;
    top: 0;
    left: 0;
}
.commts_paging_next > button::after {
    content: "V";
    width: 100%;
    position: absolute;
    bottom: 2px;
    left: 48px;
    font-size: 80%;
    font-weight: normal;
}

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;
}
