|
|
@@ -580,13 +580,14 @@ ul.maintabs li [class^='box_depth'] {display:none; position:absolute; left:100%;
|
|
|
.filter_content .sort.tap02 {padding-left:0; padding-right:0;}
|
|
|
.filter_content .sort.tap02 ul::after {content:''; display: block; clear:both;}
|
|
|
.filter_content .sort.tap02 ul li {float:left; padding-left:40px; padding-right:40px; margin-bottom:20px;}
|
|
|
-.filter_content .sort.tap03 ul li {border-bottom: 1px solid #ccc;}
|
|
|
+.filter_content .sort.tap03 ul li {position: relative; border-bottom: 1px solid #ccc; padding-left: 100px;}
|
|
|
.filter_content .sort.tap03 ul li::after {content: ''; display: block; clear: both;}
|
|
|
.filter_content .sort.tap03 ul li:first-child {padding-bottom: 30px;}
|
|
|
+.filter_content .sort.tap03 ul li:first-child strong {top: 2px;}
|
|
|
.filter_content .sort.tap03 ul li:nth-child(2) {padding-top: 30px;padding-bottom: 30px;}
|
|
|
.filter_content .sort.tap03 ul li:last-child {padding-top: 30px; border: none;}
|
|
|
-.filter_content .sort.tap03 ul li strong {/*margin-right:40px;*/width:100px;color:#222; font-weight:300; height: 21px;float: left;}
|
|
|
-.filter_content .sort.tap03 ul li label {color:#666; margin-right:40px; line-height: 1.4; display: inline-block; word-break:keep-all;position:relative;}
|
|
|
+.filter_content .sort.tap03 ul li strong {/*margin-right:40px;*/width:100px;color:#222; font-weight:300; height: 21px;float: left; position: absolute; top: 32px; left: 0;}
|
|
|
+.filter_content .sort.tap03 ul li label {color:#666; margin-right:40px; margin-bottom: 3px; line-height: 1.4; display: inline-block; word-break:keep-all;position:relative;}
|
|
|
.filter_content .sort.tap03 ul li label:last-child {margin-right:0}
|
|
|
.filter_content .sort.tap03 ul li label span {}
|
|
|
.filter_content .sort.tap03 ul li .size_btn,
|
|
|
@@ -1905,7 +1906,7 @@ ul.maintabs li [class^='box_depth'] {display:none; position:absolute; left:100%;
|
|
|
.cmt_wrap .pics .picsThumbs {max-width: 100%; max-height: 100%;}
|
|
|
.cmt_wrap .cmt_write .cmt_tarea {margin-bottom: 20px;}
|
|
|
.cmt_wrap .cmt_write .cmt_tarea textarea {background: #fff; padding: 20px; resize: none; width: 100%; height: 140px; font-size: 14px; line-height: 1.3;}
|
|
|
- .cmt_wrap .cmt_write .cmt_thumb + .btn {display:block; margin-top:40px; margin-left:auto; margin-right:auto; width:220px; height:60px; font-size:13px; font-weight:300;}
|
|
|
+ .cmt_wrap .cmt_write .cmt_thumb + .btn {display:block; margin-top:40px; margin-left:auto; margin-right:auto; width:220px; height:60px; font-size:18px; font-weight:300;}
|
|
|
.cmt_wrap .cmt_group {margin-top:90px}
|
|
|
.cmt_wrap .cmt_group .cmt_list_tit {padding-bottom:30px; border-bottom:1px solid #ddd;}
|
|
|
.cmt_wrap .cmt_group .cmt_list_tit strong {margin-right: 10px; font-size: 26px; font-weight: 500;}
|
|
|
@@ -4253,7 +4254,10 @@ ul.maintabs li [class^='box_depth'] {display:none; position:absolute; left:100%;
|
|
|
.survey .survey_wrap .survey_con .survey_row .answer textarea {height:220px; padding:20px;}
|
|
|
.survey .survey_wrap .survey_con .survey_row .answer ul {/*margin-top:-30px;*/ margin-right:-60px}
|
|
|
.survey .survey_wrap .survey_con .survey_row .answer ul li {float:left; position:relative; margin-bottom:42px; margin-right:48px;}
|
|
|
- .survey .survey_wrap .survey_con .survey_row .answer input[type='text'].etc_input {visibility:hidden;margin-left:20px; width:300px !important; max-width:300px !important; height:52px;}
|
|
|
+ .survey .survey_wrap .survey_con .survey_row .answer ul li:last-child {}
|
|
|
+
|
|
|
+ .survey .survey_wrap .survey_con .survey_row .answer input[type='text'].etc_input {visibility:hidden;margin-left:20px; width:300px !important; max-width:300px !important; height:52px; margin-top: -33px;}
|
|
|
+ .survey .survey_wrap .survey_con .survey_row .answer ul li .etc_radio:checked + label + .etc_input {margin-top: 0;}
|
|
|
.survey .survey_wrap .survey_con .btn_wrap {margin-top:20px}
|
|
|
|
|
|
/* ev_rank 회원등급 혜택 */
|