.main {
    width: 100%;
    max-width: 1050px;
    margin: 0 auto;
}
.top_section {
    margin: 30px auto 0;
    overflow: hidden;
    border-bottom: 1px solid #ddd;
}
.location {
    width: 100%;
    padding: 0 0 10px 20px;
    border-bottom: 1px solid #ddd;
    font-size: 13px;
}
.item {
    overflow: hidden;
    border-bottom: 1px solid #ddd;
    padding: 20px 0;
}
.item_img_container {
    width: 500px;
    height: 500px;
    position: relative;
    float: left;
}
.item_img {
    width: 500px;
    height: 500px;
    position: absolute;
    top:0;
    left:0;
}
.item_img:nth-child(1) {
    background: url(../img/detail/B002383132.jpg) no-repeat center / cover;
}
.item_img:nth-child(2) {
    background: url(../img/diary/B002749022-1.jpg) no-repeat center / cover;
    display: none;
}
.item_img:nth-child(3) {
    background: url(../img/diary/B002753350.jpg) no-repeat center / cover;
    display: none;
}
.item_img:nth-child(4) {
    background: url(../img/diary/A002759895_01.jpg) no-repeat center / cover;
    display: none;
}


ul {
    list-style: none;
}
.item_title, .item > ul, .btn_area {
    padding: 20px 0 20px 40px;
    overflow: hidden;
}
.item_title, .btn_area {
    width: calc(100% - 500px - 0.01px);
}
.item_title > p:nth-child(1),.item_title > p:nth-child(2) {
    display: inline-block;
}
.item_title > p:nth-child(1) {
    color: #888;
    font-size: 12px;
    font-weight: 900;
}
.item_title > p:nth-child(2) {
    padding: 2px 6px;
    background: #888;
    font-size: 11px;
    color: #fff;
    margin-left: 3px;
}
.item_title > p:nth-child(3) {
    font-weight: 900;
    font-size: 17px;
}
.item_title img {
    transform: scale(0.8);
    vertical-align: middle;
}
.item > ul {
    float: left;
    font-size: 13px;
}
.item > ul:nth-of-type(1) {
    width: 100px;
    color: #888;
}
.item > ul:nth-of-type(2) {
    padding-left: 20px;
}
.item li {
    padding: 10px 0;
    height: 40px;
}
.item li > p {
    display:inline-block;
    font-size: 11px;
    text-decoration: underline;
    color: #888;
    cursor: pointer;
}
.txt_value {
    font-size: 15px;
    width: 40px;
    border:none;
    outline: none;
    text-align: center;
}
.txt_btn {
    right:0;
    width: 20px;
    height: 20px;
    font-size: 16px;
    font-weight: 900;
    background: #fff;
    border: none;
    /* border-radius: 50%; */
    user-select: none;
    outline: none;
    cursor: pointer;
}
.item > ul:nth-of-type(2) > li:nth-child(7) {
    color: #d50c0c;
    font-weight: 600;
}
.item > ul:nth-of-type(2) > li:nth-child(7) > img {
    vertical-align: middle;
}

.item_img_thum_box {
    width: 250px;
    overflow: hidden;
    padding-left: 40px;
}
.item_img_thum {
    width: 50px;
    height: 50px;
    float: left;
    margin-right: 10px;
    cursor: pointer;
    /* border: 2px solid transparent; */
}
.item_img_thum:nth-child(1) {
    background: url(../img/diary/B002749022-1.jpg) no-repeat center / cover;
}
.item_img_thum:nth-child(2) {
    background: url(../img/diary/B002753350.jpg) no-repeat center / cover;
}
.item_img_thum:nth-child(3) {
    background: url(../img/diary/A002759895_01.jpg) no-repeat center / cover;
}
select {
    outline: none;
}

.btn_area {
    overflow: hidden;
    float: right;
}
.btn {
    width: calc((100% - (10px * 2)) / 3  - 0.01px);
    height: 50px;
    margin-right: 10px;
    float: left;
    line-height: 50px;
    text-align: center;
    cursor: pointer;
    font-size: 13px;
    font-weight: 900;
}
.buy_now {
    background: #d50c0c;
    color: #fff;
}
.cart {
    line-height: 49px;
    border: 1px solid #d50c0c;
    color: #d50c0c;
}
.heart {
    border: 1px solid #ddd;
    margin-right: 0;
}
.heart > img {
    vertical-align: middle;
}
.category_area {
    width: 100%;
    max-width: 1050px;
    height: 45px;
    overflow: hidden;
    background: #fff;
    z-index: 999;
}
.category_area > li {
    float: left;
    padding: 0px 20px;
    height: 100%;
    cursor: pointer;
    border-right: 1px solid #ddd;
    font-size: 14px;
    font-weight: 900;
    line-height: 45px;
}
.category_area > li:first-child {
    color: #d50c0c;
}
.category_area > li:last-child {
    border-right: 0;
}
.delivery_info {
    width: 100%;
    /* height: 150px; */
    background: #f8f8f8;
    padding: 50px 0;
    position: relative;
}
.delivery_icon {
    width: 90px;
    height: 90px;
    position: absolute;
    top: 50%;
    left: 7%;
    transform: translateY(-50%);
    background: url(../img/detail/bg_sprite_noti.png) no-repeat;
}
.delivery_info > h3, .delivery_info > p {
    padding-left: 200px;
}
.item_detail > h3, .item_info > h3, .item_feedback > h3, .item_qna > h3, .item_notice > h3 {
    padding: 20px 20px 20px 0px;
}
.item_detail > img {
    width: 100%;
}
/* .item_info {
    margin-bottom: 100px;
} */
.item_info_box {
    width: 100%;
    /* height: 100px; */
    overflow: hidden;
    background: #f8f8f8;
    font-size: 12px;
    padding: 25px 25px;
}
.item_info_box li {
    float: left;
    margin: 5px 10px;
}
.item_feedback {
    width:100%;
    overflow: hidden;
}
.feedback_tabmenu {
    width: 100%;
    overflow: hidden;
}
.feedback_tabmenu > ul:nth-of-type(1), .feedback_tabmenu > ul:nth-of-type(2) {
    overflow: hidden;
    font-size: 13px;
}
.feedback_tabmenu > ul:nth-of-type(1) {
    float: left;
}
.feedback_tabmenu > ul:nth-of-type(1) > li {
    float: left;
    width: 120px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    cursor:pointer;
}
.feedback_tabmenu > ul:nth-of-type(1) > li:nth-child(1) {
    background: #ddd;
}
.feedback_tabmenu > ul:nth-of-type(1) > li:nth-child(2) {
    background: #f8f8f8;
    color: #888;
}
.feedback_tabmenu > ul:nth-of-type(1) > li:nth-child(3) {
    background: #f8f8f8;
    color: #888;
}
.feedback_tabmenu > ul:nth-of-type(2) {
    float: right;
}
.feedback_tabmenu > ul:nth-of-type(2) > li {
    float: left;
    padding: 0 5px;
    font-size: 12px
}
.feedback_tabmenu > ul:nth-of-type(2) > li > select {
    height: 18px;
    font-size: 12px;
}
.feedback_tabmenu > ul:nth-of-type(2) > li:nth-child(3) {
    background: #888;
    color: #fff;
    margin: 0 5px;
    cursor: pointer;
}
.feedback_tabmenu > ul:nth-of-type(2) > li:nth-child(4) {
    background: #d50c0c;
    color: #fff;
    margin: 0 5px;
    cursor: pointer;
}
.feedback_container_box {
    display: none;
}
.feedback {
    width: 100%;
    height: 70px;
    border-bottom: 1px solid #ddd;
}
.feedback_container {
    border-top: 1px solid #ddd;
}
.all {
    display: block;
}
.photo, .store {
    display: none;
}
.rating {
    width: 150px;
    height: 100%;
    padding: 20px 0;
    text-align: center;
    float: left;
}
.feedback > p {
    text-align: center;
    padding: 25px 0;
    font-size: 13px;
}
.feedback_txt {
    width: 50%;
    height: 100%;
    font-size: 13px;
    padding: 15px 0;
    float: left;
}
.feedback_txt > p:nth-child(1) {
    color: #888;
}
.feedback_txt > p:nth-child(2) {
    color: #000;
    cursor: pointer;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space:nowrap;
}
.feedback_info {
    float: right;
    font-size: 13px;
}
.feedback_info > p:nth-child(1), .feedback_info > p:nth-child(2){
    padding: 0 20px;
    height: 100%;
    line-height: 70px;
    float: left;
}
.feedback_info > p:nth-child(2) {
    width: 130px;
}
.feedback_box {
    width: 100%;
    /* height: auto; */
    display: none;
    overflow: hidden;
    background: #f8f8f8;
    font-size: 11px;
}
.feedback_box > ul {
    width: 120px;
    padding-right: 20px;
    float: left;
    margin: 20px;
}
.feedback_box > ul > li {
    padding: 2px 0;
    border-bottom: 1px solid #ddd;
}

.feedback_box > ul > li:last-child {
    border-bottom: none;
}
.feedback_box > ul > li > img {
    margin-top: 4px;
    float: right;
}
.feedback_box > p:nth-of-type(1) {
    margin-top: 20px;
    font-size: 13px;
}
.feedback_box > p:nth-of-type(2) {
    font-size: 12px;
}
.feedback_box > img {
    width: 50%;
    margin: 20px 0;
}
.page > ul {
    margin: 20px 0;
    overflow: hidden;
    text-align: center;
    font-size: 0;
}
.page li {
    display: inline-block;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    margin: 5px;
    border: 1px solid #888;
    font-size: 10px;
    cursor: pointer;
}
.feedback_page_active, .qna_page_active {
    color: #d50c0c;
    border: 1px solid #d50c0c !important;
}

/* QNA 섹션 */

.item_qna {
    width:100%;
    overflow: hidden;
}
.qna_tabmenu {
    /* width: 100%; */
    overflow: hidden;
    font-size: 13px;
}
.qna_tabmenu > ul {
    float: right;
}
.qna_tabmenu > ul > li {
    padding: 0 5px;
    font-size: 12px;
    background: #d50c0c;
    color: #fff;
    margin: 0 5px;
    cursor: pointer;
}
.qna_container {
    display: none;
}
.qna {
    width: 100%;
    height: 50px;
    border-bottom: 1px solid #ddd;
    cursor: pointer;
}
.qna:nth-of-type(1) {
    border-top: 1px solid #ddd;
}
.qna_none {
    line-height: 50px;
    text-align: center;
    font-size: 13px;
}
.qna_complete {
    width: 100px;
    height: 100%;
    padding: 15px 0;
    font-size: 13px;
    font-weight: 900;
    text-align: center;
    float: left;
}
.qna_txt {
    width: 50%;
    height: 100%;
    font-size: 13px;
    padding: 15px 0;
    float: left;
}
.qna_txt > p:nth-child(1) {
    color: #888;
}
.qna_txt > p:nth-child(2) {
    color: #000;
    cursor: pointer;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space:nowrap;
}
.qna_txt img {
    margin-right: 10px;
}
.qna_info {
    float: right;
    font-size: 13px;
}
.qna_info > p:nth-child(1), .qna_info > p:nth-child(2){
    padding: 0 20px;
    height: 100%;
    line-height: 50px;
    float: left;
}
.qna_info > p:nth-child(2) {
    width: 130px;
}
.qna_box {
    width: 100%;
    /* height: auto; */
    display: none;
    overflow: hidden;
    background: #f8f8f8;
    font-size: 11px;
}
.qna_box img {
    vertical-align: middle;
    margin-right: 10px;
}
.question, .answer {
    width: 100%;
    height: 70px;
    padding: 20px;
    border-bottom: 1px solid #ddd;
}

/* 배송정보 부분 */
.notice_container {
    margin-bottom: 30px;
}
.item_notice {
    width:100%;
    overflow: hidden;
}
.notice_tabmenu {
    overflow: hidden;
    font-size: 13px;
}
.notice_tabmenu > ul {
    float: right;
}
.notice_tabmenu > ul > li {
    padding: 0 5px;
    font-size: 12px;
    background: #d50c0c;
    color: #fff;
    margin: 0 5px;
    cursor: pointer;
}
.notice {
    width: 100%;
    overflow: hidden;
    border-bottom: 1px solid #ddd;
}
.notice li {
    margin: 3px 0;
}
.notice:nth-of-type(1) {
    border-top: 1px solid #ddd;
}
.notice_complete {
    width: 150px;
    height: 100%;
    padding: 15px 0;
    font-size: 13px;
    font-weight: 900;
    text-align: center;
    float: left;
}
.notice_txt {
    width: calc(100% - 150px  - 0.01px);
    height: 100%;
    font-size: 13px;
    padding: 15px 0;
    float: left;
}
.notice_txt img {
    vertical-align: middle;
    margin-right: 5px;
}

@media screen and (max-width: 920px) {
    .item_img_container {
        width: 100%;
    }
    .item_img {
        width: 100%;
    }
    .item_title, .btn_area {
        width: 500px;
    }
    .item_img_thum_box {
        width:100%;
    }
}

@media screen and (max-width:776px) {
    .feedback_txt {
        width: 30%;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space:nowrap;
    }
    .qna_txt {
        width: 30%;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space:nowrap;
    }
    .feedback_tabmenu ul:nth-child(2) {
        margin: 10px 0;
    }
}

@media screen and (max-width: 555px) {
    .feedback {
        overflow: hidden;
    }
    .rating {
        width: 100px;
    }
    .feedback > p {
        text-align: center;
        padding: 25px 0;
        font-size: 13px;
    }
    .feedback_txt > p:nth-child(1) {
        color: #888;
    }
    .feedback_txt > p:nth-child(2) {
        color: #000;
        cursor: pointer;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space:nowrap;
    }
}

@media screen and (max-width: 482px) {
    .item > ul > li:nth-child(5) {
        display: none;
    }
    .btn_area {
        width: 100%;
        padding: 0;
    }
    .btn {
        width: 100%;
        margin-bottom: 10px;
    }
    .category_area > li {
        padding: 0px 10px;
        font-size: 11px;
    }
    .delivery_info > h3 {
        padding-left: 150px;
    }
    .delivery_info > p {
        display: none;
    }
    .feedback_info {
        display: none;
    }
    .qna_info {
        display: none;
    }
    .feedback_txt {
        width: 60%;
    }
    .qna_txt {
        width: 60%;
    }
    .feedback_tabmenu > ul:nth-of-type(1) > li {
        width: 70px;
    }
    .page li {
        margin: 0px;
    }
}