@charset "utf-8";
/* 확인 팝업 */
#ebric_mobile_wrap #main-content-wrap .bread-crumb-wrap { margin: 0 auto; box-shadow: none; padding-bottom: 5px; margin-bottom: 20px; }
#ebric_mobile_wrap #main-content-wrap .bread-crumb-wrap>div { width: 100%; padding: 0 20px; }
#ebric_mobile_wrap #main-content-wrap { background: #fff; }
#ebric_mobile_wrap #main-content-wrap .bread-crumb-wrap .main-product-category-title { font-size: 2rem; }
#ebric_mobile_wrap #main-content-wrap .sub-view-wrap .btn-wrap { text-align: center; margin-top: 25px; }
#ebric_mobile_wrap #main-content-wrap .sub-view-wrap .btn-wrap a { height: 40px; line-height: 40px; margin: 0 5px; padding: 0 40px; }

#ebric_mobile_wrap #main-content-wrap .sub-view-wrap.buy-option-view-wrap .confirm-notice-wrap { text-align: center; }
#ebric_mobile_wrap #main-content-wrap .sub-view-wrap.buy-option-view-wrap .confirm-notice-wrap p { font-size: 1.4rem; display: block; }

#ebric_mobile_wrap #main-content-wrap .sub-view-wrap .shopping-list .product-list-wrap .product-list-table { border: 1px solid #ddd; background: #fff; padding: 0; margin-top: 8px; }
#ebric_mobile_wrap #main-content-wrap .sub-view-wrap .shopping-list .product-list-wrap .product-list-table table { width: 100%; font-size: 1.2rem; }
#ebric_mobile_wrap #main-content-wrap .sub-view-wrap .shopping-list .product-list-wrap .product-list-table>table>tbody>tr { border-bottom: 1px solid #e5e5e5; }
#ebric_mobile_wrap #main-content-wrap .sub-view-wrap .shopping-list .product-list-wrap .product-list-table>table>tbody>tr>th { text-align: center; padding: 13px 0; font-weight: 500; background: #f6f7fb; border-right: 1px solid #eee; display: none; }
#ebric_mobile_wrap #main-content-wrap .sub-view-wrap .shopping-list .product-list-wrap .product-list-table table tbody tr th:last-child { border-right: none;}
#ebric_mobile_wrap #main-content-wrap .sub-view-wrap .shopping-list .product-list-wrap .product-list-table table tbody tr th.check { width: 10%; }
#ebric_mobile_wrap #main-content-wrap .sub-view-wrap .shopping-list .product-list-wrap .product-list-table table tbody tr th.name { width: 90%; }
#ebric_mobile_wrap #main-content-wrap .sub-view-wrap .shopping-list .product-list-wrap .product-list-table>table>tbody>tr>td { padding: 10px; border-right: 1px solid #eee; text-align: center; position: relative; }
#ebric_mobile_wrap #main-content-wrap .sub-view-wrap .shopping-list .product-list-wrap .product-list-table table tbody tr td:last-child { border-right: none; }
#ebric_mobile_wrap #main-content-wrap .sub-view-wrap .shopping-list .product-list-wrap .product-list-table table tbody tr td .delete-btn { border: 1px solid #ddd; display: block; height: 30px; border-radius: 4px; line-height: 28px; font-size: 1.2rem; font-weight: 400; text-align: center; background: #F5F7F9; letter-spacing: -0.5px; transition: background .2s ease,  color .2s ease, border-color .2s ease; width: 60px; }

#ebric_mobile_wrap #main-content-wrap .sub-view-wrap .shopping-list .product-list-wrap .product-list-table table tbody tr td .img-box { width: 100px; height: 100px; border: 1px solid #e5e5e5; background: #fff; position: relative; overflow: hidden; display: inline-block; vertical-align: middle; float: left; }
#ebric_mobile_wrap #main-content-wrap .sub-view-wrap .shopping-list .product-list-wrap .product-list-table table tbody tr td .img-box .thumbnail { position: absolute; top: 0; left: 0; right: 0; bottom: 0; -webkit-transform: translate(50%,50%); -ms-transform: translate(50%,50%); transform: translate(50%,50%); width: 100%; height: 100%; z-index: 1; }
#ebric_mobile_wrap #main-content-wrap .sub-view-wrap .shopping-list .product-list-wrap .product-list-table table tbody tr td .img-box .thumbnail img { position: absolute; top: 0; left: 0; -webkit-transform: translate(-50%,-50%) scale3d(1,1,1) rotate3d(0,0,0,0.01deg); -ms-transform: translate(-50%,-50%) scale3d(1,1,1) rotate3d(0,0,0,0.01deg); transform: translate(-50%,-50%) scale3d(1,1,1) rotate3d(0,0,0,0.01deg); z-index: 1; transition: all 0.3s ease-out; max-height: 100%; max-width: 100%; }
#ebric_mobile_wrap #main-content-wrap .sub-view-wrap .shopping-list .product-list-wrap .product-list-table table tbody tr td.name { text-align: left; }
#ebric_mobile_wrap #main-content-wrap .sub-view-wrap .shopping-list .product-list-wrap .product-list-table table tbody tr td.name .product-property { display: inline-block; vertical-align: middle; text-align: left; max-width: 325px; float: left; padding: 5px 0 0 15px; }
#ebric_mobile_wrap #main-content-wrap .sub-view-wrap .shopping-list .product-list-wrap .product-list-table table tbody tr td.name .product-property .product-name { font-size: 1.5rem; font-weight: 700; display: block; max-width: 100%; overflow: hidden; white-space: nowrap; text-overflow: ellipsis; }
#ebric_mobile_wrap #main-content-wrap .sub-view-wrap .shopping-list .product-list-wrap .product-list-table table tbody tr td.name .product-property .product-name:hover { text-decoration: underline; }
#ebric_mobile_wrap #main-content-wrap .sub-view-wrap .shopping-list .product-list-wrap .product-list-table table tbody tr td.name .product-property .option { color: #999; }

#ebric_mobile_wrap #main-content-wrap .sub-view-wrap .imp-notice { display: block; margin-top: 5px; font-size: 1.2rem; color: #2f6ed5; }
#ebric_mobile_wrap #main-content-wrap .sub-view-wrap .imp-notice i { margin-right: 3px; }

/* 인풋 가로 UI 공통 */
#ebric_mobile_wrap #main-content-wrap .sub-view-wrap .option-table { margin-bottom: 20px; border: 1px solid #ddd; margin-top: 10px; }
#ebric_mobile_wrap #main-content-wrap .sub-view-wrap .option-table table { width: 100%; border-left: 2px solid #363e4e; }
#ebric_mobile_wrap #main-content-wrap .sub-view-wrap .option-table table tbody tr { border-bottom: 1px solid #e5e5e5; }
#ebric_mobile_wrap #main-content-wrap .sub-view-wrap .option-table table tbody tr td,
#ebric_mobile_wrap #main-content-wrap .sub-view-wrap .option-table table tbody tr th { padding: 10px 15px; }
#ebric_mobile_wrap #main-content-wrap .sub-view-wrap .option-table table tbody tr td { background: #fff; }
#ebric_mobile_wrap #main-content-wrap .sub-view-wrap .option-table table tbody tr th { background: #f6f7fb; font-weight: 500; border-right: 1px solid #eee; width: 200px; width: 30%; }
#ebric_mobile_wrap #main-content-wrap .sub-view-wrap .option-table table tbody tr td input[type=text] { height: 30px; width: 100%; border-radius: 3px; padding-left: 10px; }

/* 날짜 선택 인풋 */
#ebric_mobile_wrap #main-content-wrap .sub-view-wrap table tbody tr td .date-select-wrap { display: block; }
#ebric_mobile_wrap #main-content-wrap .sub-view-wrap table tbody tr td .date-select-wrap .date-select { display: inline-block; position: relative; height: 30px; width: 140px; }
#ebric_mobile_wrap #main-content-wrap .sub-view-wrap table tbody tr td .date-select-wrap .date-select input[type=text] { width: 100%; height: 100%; border: 1px solid #dcdcdc; border-radius: 3px; padding-left: 10px; padding-right: 30px; font-size: 1.2rem; line-height: 28px; }
#ebric_mobile_wrap #main-content-wrap .sub-view-wrap table tbody tr td .date-select-wrap .date-select .calendar-btn { position: absolute; z-index: 2; top: 5px; right: 10px; opacity: 0.5; transition: opacity .2s ease; }
#ebric_mobile_wrap #main-content-wrap .sub-view-wrap table tbody tr td .date-select-wrap .date-select .calendar-btn:hover { opacity: 1; }

/* 상품평 작성 */
#ebric_mobile_wrap #main-content-wrap .sub-view-wrap .shopping-list .product-list-wrap .product-list-table table tbody tr.review>td { padding: 0; }
#ebric_mobile_wrap #main-content-wrap .sub-view-wrap .shopping-list .product-list-wrap .product-list-table table tbody tr.review>td .option-table { margin: 0; border: none; border-top: 1px solid #2F6ED5; }
#ebric_mobile_wrap #main-content-wrap .sub-view-wrap .shopping-list .product-list-wrap .product-list-table table tbody tr.review>td .option-table table { border-left: none; }
#ebric_mobile_wrap #main-content-wrap .sub-view-wrap .shopping-list .product-list-wrap .product-list-table table tbody tr.review>td .option-table table tr th { width: 20%; }
#ebric_mobile_wrap #main-content-wrap .sub-view-wrap .shopping-list .product-list-wrap .product-list-table table tbody tr.review>td .option-table table tr td .star-select li { display: inline-block; margin-right: 10px; }
#ebric_mobile_wrap #main-content-wrap .sub-view-wrap .shopping-list .product-list-wrap .product-list-table table tbody tr.review>td .option-table table tr td .star-select li:last-child { margin-right: 0; }
#ebric_mobile_wrap #main-content-wrap .sub-view-wrap .shopping-list .product-list-wrap .product-list-table table tbody tr.review>td .option-table table tr td .star-select li label i { font-size: 1.1rem; line-height: 15px; margin-right: 1px; }
#ebric_mobile_wrap #main-content-wrap .sub-view-wrap .shopping-list .product-list-wrap .product-list-table table tbody tr.review>td .option-table table tr td textarea { width: 100%; height: 150px; padding: 5px 10px; }