|
|
@@ -919,7 +919,7 @@ ul.maintabs li [class^='box_depth'] {display:none; position:absolute; left:100%;
|
|
|
.tbl.type1 table th {padding:10px 0px 10px 40px; font-weight:500;}
|
|
|
.tbl.type1 table td {padding:10px 40px 10px 0px;}
|
|
|
.tbl.type1 table tr td:first-child {padding-left:40px}
|
|
|
-.tbl.type1 table tr td:last-child {padding-right:40px}
|
|
|
+.tbl.type1 table tr td:last-child {padding-right:40px;}
|
|
|
|
|
|
/* 테이블 type2 - 수직형 행,열별 구분선 있음 */
|
|
|
.tbl.type2 {padding:0; border-top:1px solid #000;}
|
|
|
@@ -991,7 +991,7 @@ ul.maintabs li [class^='box_depth'] {display:none; position:absolute; left:100%;
|
|
|
.tbl td .single_line ul li:first-child::before {display:none;}
|
|
|
.tbl td .single_line ul li > span {margin-right:0}
|
|
|
.tbl td .block_line {position:relative;}
|
|
|
-.tbl td .block_line ul li {margin-top:5px; height:1.625em; /*line-height:1;*/}
|
|
|
+.tbl td .block_line ul li {margin-top:5px; height:100%; /*line-height:1;*/}
|
|
|
.tbl td .block_line ul li:first-child {margin-top:0}
|
|
|
.tbl td .block_line ul li > span {vertical-align:top;}
|
|
|
.tbl td .block_line ul li .tag {margin-left:6px; margin-top:2px; vertical-align:top;}
|
|
|
@@ -1937,7 +1937,7 @@ ul.maintabs li [class^='box_depth'] {display:none; position:absolute; left:100%;
|
|
|
.cmt_wrap .cmt_group .cmt_list li .cmt_cont .btn {width:72px; height:34px; background:none; border-color:#a1a1a1; padding:0px; margin-top:20px; font-size:14px; color:#222; font-weight:200;}
|
|
|
.cmt_wrap .cmt_group .cmt_list li .cmt_cont .btn.btn_del span {position:relative; padding-left:20px;}
|
|
|
.cmt_wrap .cmt_group .cmt_list li .cmt_cont .btn.btn_del span::before {content:''; position:absolute; left:0; top:50%; transform:translateY(-50%); margin-top:-1px; width:13px; height:16px; background:url('/images/pc/ico_trash.png') no-repeat 0% 50%; opacity:0.85;}
|
|
|
- .cmt_wrap .cmt_group .nodata {margin-top:120px}
|
|
|
+ .cmt_wrap .cmt_group .nodata {margin-top:120px;}
|
|
|
.cmt_wrap .pageNav > li > a,
|
|
|
.cmt_wrap .pageNav > li > span {background-color:transparent;}
|
|
|
.cmt_wrap .paging_wrap {margin-top: 50px; margin-bottom: 0; box-sizing:content-box;}
|
|
|
@@ -1945,8 +1945,9 @@ ul.maintabs li [class^='box_depth'] {display:none; position:absolute; left:100%;
|
|
|
/* dp_기획전상세 : 중간 배너 */
|
|
|
.dp .dp_mid_banner {padding-top:60px; padding-bottom:60px;}
|
|
|
.dp .dp_mid_banner .mid_banner {position:relative;}
|
|
|
- .dp .dp_mid_banner .mid_banner .swiper-button-prev {left:70px}
|
|
|
- .dp .dp_mid_banner .mid_banner .swiper-button-next {right:70px}
|
|
|
+ .dp .dp_mid_banner img {width:100%; height:auto;}
|
|
|
+ .dp .dp_mid_banner .mid_banner .swiper-button-prev {left:70px;}
|
|
|
+ .dp .dp_mid_banner .mid_banner .swiper-button-next {right:70px;}
|
|
|
.dp .dp_mid_banner .mid_banner .swiper-pagination {position:relative; width:100%; margin-top:40px;}
|
|
|
|
|
|
/* dp_기획전상세 : 대표상품 노출 */
|
|
|
@@ -4046,6 +4047,8 @@ ul.maintabs li [class^='box_depth'] {display:none; position:absolute; left:100%;
|
|
|
.myOrderView .tbl table td .input_wrap {width:100%;}
|
|
|
.myOrderView .tbl table td .input_wrap textarea {width:100%; height:82px; padding:14px 15px; font-size:14px; color:#222;}
|
|
|
.myOrderView .tbl table td .input_wrap .txt_cnt {margin-top:10px;}
|
|
|
+ .myOrderView .tbl table td .block_line ul li:nth-of-type(3) > span {vertical-align:top; display:inline-block; max-width:calc(100% - 135px); width:auto;}
|
|
|
+ .myOrderView .tbl.type1 table tr:nth-of-type(3) td:last-child > span {display:inline-block; width:auto; max-width:calc(100% - 135px); vertical-align:top;}
|
|
|
.myOrderView .tbl.type6 {position: relative;}
|
|
|
.myOrderView .tbl.type6 table + p {position: absolute;top: auto;bottom: -25px;left: 0;right: auto;}
|
|
|
.myOrderView .retrieve_method .form_field > div {margin-right:30px}
|