@charset "utf-8";

html.html_scroll_none {
  touch-action: none;
  overflow: hidden;
  position: absolute;
  inset: 0px;
  height: auto;
}
html.html_scroll {
  height: 100%;
}
body.body_scroll {
  height: 100%;
  overflow: hidden;
}
.scroll_control {
  height: 100%;
  overflow: hidden;
}
.mi-navigation .mi-head-container {
  height: 52px;
  border-bottom: 0;
}
.head-wrapper {
  padding: 11px;
}
.back-layout {
  z-index: -1 !important;
}
/*페이지 하단에서 공간을 차지해서 넣음.(2017-05-30)*/
iframe[name="google_conversion_frame"] {
  height: 0 !important;
  width: 0 !important;
  line-height: 0 !important;
  font-size: 0 !important;
  margin-top: -13px;
  float: left;
}

.roboto {
  font-family: "HelveticaNeueLTStd" !important;
}

.direct_arrow {
  display: inline-block;
  width: 9px;
  height: 9px;
  width: 9px;
  height: 9px;
  background-color: transparent;
  box-sizing: border-box;
  border: solid #000;
  border-width: 1px 1px 0 0;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

.button_view_more {
  width: 100%;
  height: 40px;
  line-height: 40px;
  background-color: #ebebeb;
  font-size: 12px !important;
  color: #141414;
  border-radius: 5px;
  border: 0;
  box-sizing: border-box;
  display: block;
  text-align: center;
}
.button_view_more_h50 {
  height: 50px !important;
  font-size: 14px !important;
  padding: 15px 0;
  width: 100%;
  height: 40px;
  background-color: #ebebeb;
  color: #141414;
  border-radius: 5px;
  border: 0;
  box-sizing: border-box;
  display: block;
  text-align: center;
}
/*mobile layout common wrapper*/
.m_common_wrapper {
  padding: 30px 15px;
  background-color: #f9f9f9;
}

/*아코디언 박스*/
.accordion_box {
  border: 1px solid #e1e1e1;
  border-width: 0 1px;
}
.accordion_box .accordion_title {
  padding: 15px;
  background-color: #fff;
  font-size: 12px;
  color: #141414;
  border-bottom: 1px solid #e1e1e1;
  font-weight: bold;
}
.accordion_box .accordion_title * {
  color: #141414;
  font-size: 12px;
}
.accordion_box .accordion_contents {
  padding: 15px;
  background-color: #fafafa;
  display: none;
  border-bottom: 1px solid #e1e1e1;
}
.accordion_box:first-of-type .accordion_title {
  border-top: 1px solid #e1e1e1;
}
.accordion_box .accordion_contents p {
  color: #666;
  font-size: 12px;
}
.accordion_open {
  width: 9px;
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  margin-left: 10px;
}
.accordion_open.open_rotate {
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
}

/*라디오버튼 탭*/
.tab_radio ul {
  border: 1px solid #333;
}
.tab_radio li {
  float: left;
  width: auto;
  height: 40px;
  border-right: 1px solid #333;
  position: relative;
  box-sizing: border-box;
}
.tab_radio li.half_width {
  width: 50%;
}
.tab_radio li:last-child {
  border-right: 0;
}
.tab_radio li .hidden_radio {
  display: none;
}
.tab_radio li .fake_radio {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 14px 0;
  color: #222;
  text-align: center;
}
.tab_radio li .hidden_radio:checked + .fake_radio {
  background-color: #333;
  color: #fff;
  font-weight: bold;
}

/*테이블 - pc버전 스타일*/
.table_web_ver {
  width: 100%;
  table-layout: fixed;
  border: 1px solid #333;
  border-width: 1px 0;
  padding: 0;
}
.table_web_ver th {
  background-color: #f5f5f5;
  padding: 10px 0 10px 15px;
  border-bottom: 1px solid #ddd;
  text-align: left;
  font-weight: normal;
}
.table_web_ver td {
  padding: 7px 10px;
  border-bottom: 1px solid #ddd;
  text-align: left;
}
.table_web_ver tr:last-child th,
.table_web_ver tr:last-child td {
  border: 0;
}

/*테이블 - 화이트 스타일*/
.table_white_ver {
  width: 100%;
  table-layout: fixed;
  border: 1px solid #999;
  border-width: 1px 0;
  padding: 0;
}
.table_white_ver th {
  background-color: #fff;
  padding: 15px 5px;
  border-bottom: 1px solid #e3e3e3;
  border-right: 1px solid #e3e3e3;
  text-align: left;
  font-weight: bold;
  vertical-align: top !important;
  line-height: 20px;
}
.table_white_ver td {
  background-color: #fff;
  padding: 15px 10px;
  border-bottom: 1px solid #e3e3e3;
  text-align: left;
  vertical-align: top;
  text-align: left;
  line-height: 20px;
}
.table_white_ver tr:last-child th,
.table_white_ver tr:last-child td {
  border-bottom: 0;
}

/* 포인트 마크 */
.point_mark {
  padding: 3px 4px 1px;
  background-color: #d01f3c;
  color: #fff;
  font-weight: bold;
  font-style: normal;
  font-size: 11px;
}

.half_btn {
  display: block;
  width: 50%;
  float: left;
  box-sizing: border-box;
}
.half_btn:first-of-type {
  padding-right: 2px;
}
.half_btn:last-of-type {
  padding-left: 2px;
}

/*width:100%*/
.full_w {
  width: 100% !important;
}
.full_h {
  height: 100% !important;
}

/*inline-block처리*/
.d_inb {
  display: inline-block !important;
}
.d_b {
  display: block !important;
}

/*div - table*/
.div_tb {
  display: table;
  width: 100%;
  table-layout: fixed;
  box-sizing: border-box;
}
.div_cell {
  display: table-cell;
  vertical-align: middle;
}

/*input text*/
.input_wrapper {
  border: 1px solid #e1e1e1;
  background-color: #fff;
}
.new_textbox_transp {
  padding: 15px;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  color: #1e1e1e;
  border: 0;
  background-color: transparent;
}
.box_input {
  border: 1px solid #bfbfbf;
}
.box_input_d {
  border: 1px solid #ddd;
}
.m_new_text {
  width: 100%;
  height: 45px;
  padding: 0 10px;
  box-sizing: border-box;
  border: 0;
  outline: none;
}
.m_new_textarea {
  width: 100%;
  height: 75px;
  padding: 10px;
  box-sizing: border-box;
  border: 1px solid #bfbfbf;
  outline: none;
  resize: none;
}

/*image sprite*/
.img_group_left_menu {
  vertical-align: top;
  display: inline-block;
  background-image: url("https://static-ux.mustit.co.kr/img/m/m_main/img_sprite_left_menu_180319.png");
  background-repeat: no-repeat;
  background-size: 375px 250px;
  color: transparent;
  line-height: 0;
}

/*new마크*/
.common_new_mark {
  display: inline-block;
  width: 14px;
  height: 14px;
  font-size: 10px;
  font-weight: 300;
  border-radius: 7px;
  box-sizing: border-box;
  padding: 2px 0 0 3px;
  background-color: #d01f3c;
  color: #fff;
  vertical-align: top;
  line-height: 10px;
}

/*들여쓰기 라인맞추기*/
.indent_text {
  position: relative;
  padding-left: 10px;
  word-break: keep-all;
}
.indent_text:before {
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
}
.indent_text.star:before {
  content: "*";
}
.indent_text.dot:before {
  content: "ㆍ";
}

a.a_block {
  display: block;
}
a {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.05);
}
/*arrow 사이즈 조정*/
.arrow_scale_down {
  display: inline-block;
  transform: scaleY(0.6);
  -webkit-transform: scaleY(0.6);
}
.arrow_scale_down_mj {
  display: inline-block;
  transform: scaleY(0.8);
  -webkit-transform: scaleY(0.8);
  font-family: "Nanum Myeongjo";
  vertical-align: -1px;
}
.arrow_scale_down_mj.rotate_90 {
  transform: rotate(90deg) scaleY(0.8);
  -webkit-transform: rotate(90deg) scaleY(0.8);
}
.arrow_scale_down_mj.rotate_270 {
  transform: rotate(270deg) scaleY(0.8);
  -webkit-transform: rotate(270deg) scaleY(0.8);
}

/*텍스트 오버 (1줄)*/
.over {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
/*텍스트 오버 (2줄)*/
.over2 {
  max-height: 3em;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.5;
  word-break: break-all;
}

/*더보기 버튼 영역*/
.more {
  padding: 25px 15px;
}
.more .more_btn {
  width: 100%;
  height: 40px;
  border: 1px solid #c3c3c3;
  background-color: #fff;
  color: #222;
  font-size: 14px;
}

/*가상클래스 clear처리*/
.after_clear:after {
  content: "";
  display: block;
  clear: both;
}

/*회색박스*/
.box_gray {
  background-color: #f5f5f5;
}
.box_gray_f9 {
  background-color: #f9f9f9;
}
.box_gray_fa {
  background-color: #fafafa;
}
.box_gray_f0 {
  background-color: #f0f0f0;
}
.box_white {
  background-color: #fff !important;
}
.box_transparent {
  background-color: transparent !important;
}

/* 전체공통 */
#mask {
  background-color: #000;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9998;
  display: none;
  opacity: 0.5;
}
.white_mask {
  background: rgba(255, 255, 255, 0.5);
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.input_error {
  padding: 0 0 5px 0 !important;
  font-size: 11px;
  color: #d01f3c;
  display: none;
}
.container {
  position: relative;
  background-color: #fff !important;
}
.show_none {
  padding: 30px 0 35px !important;
  color: #999 !important;
  text-align: center !important;
}

.left_header {
  padding: 0 0 0 5px;
  margin: 0 0 10px 0;
  border-left: 1px solid #d01f3c;
  font-size: 15px;
  line-height: 18px;
  font-weight: bold;
  color: #222;
}
.midLine_header {
  position: absolute;
  top: -8px;
  left: 0;
  right: 0;
  text-align: center;
}
.midLine_header span {
  padding: 0 10px;
  font-size: 14px;
  background-color: #fff;
  color: #222;
}

/* 페이지 공통 */
.page_boundary {
  width: 100%;
  height: 10px;
  background-color: #fafafa;
  clear: both;
}
.boundary_bar {
  width: 1px;
  height: 18px;
  margin: 0 10px;
  background-color: #c8c8c8;
  display: inline-block;
  vertical-align: middle;
}
/* 최하단 버튼영역 */
.btn_area {
  margin-top: 20px;
  overflow: auto;
  text-align: center;
}
.btn_area input[type="button"],
.btn_area button,
.btn_area input[type="submit"] {
  width: 100%;
  height: 40px;
  font-size: 14px;
  line-height: 18px;
}
.btn_area .padding_btn {
  width: 50%;
  float: left;
}
.btn_area .padding_btn:nth-child(odd) p {
  margin-right: 2.5px;
}
.btn_area .padding_btn:nth-child(even) p {
  margin-left: 2.5px;
}

/******************************* 태그 ****************************************/
/* 중고상품 */
.tag_used {
  padding: 2px;
  border: 1px solid #f29e27;
  font-size: 11px;
  font-weight: normal;
  color: #f29e27;
  display: inline-block;
  text-align: center;
  letter-spacing: -1px;
  box-sizing: border-box;
}
/* 판매자우수태그 */
.seller_best .best_tag {
  display: inline-block;
  margin-bottom: 10px;
  padding: 1px 10px;
  font-size: 11px;
  background-color: #f0f0f0;
  line-height: 18px;
}
/*.seller_best .best_tag.send{ border-color:#5bbacf; color:#5bbacf; }*/
/*.seller_best .best_tag.qna{ border-color:#ec6386; color:#ec6386; }*/
/*.seller_best .best_tag.bad_stock{ border-color:#4E4E4E; color:#4E4E4E; }*/
/*.seller_best .best_tag.bad_send{ border-color:#4E4E4E; color:#4E4E4E; }*/
/*.seller_best .best_tag.bad_qna{ border-color:#4E4E4E; color:#4E4E4E; }*/

.seller_best .best_badge {
  display: inline-block;
  margin-bottom: 10px;
  padding: 1px 10px;
  font-size: 11px;
  background-color: #f0f0f0;
  line-height: 18px;
}
/*불량판매자태그*/
.seller_best .bad_tag {
  margin-bottom: 10px;
  padding: 1.5px 6px 1.5px;
  border: 1px solid #666;
  border-radius: 20px;
  font-size: 11px;
  color: #666;
  display: inline-block;
}
/* 상품후기 만족도 */
.satisfy {
  color: #d01f3c !important;
}
.satisfy img {
  height: 16px;
  display: inline !important;
}

/******************************* 메뉴영역 ****************************************/
/* 탭메뉴공통 */
.menu_tab {
  height: 40px;
  margin-bottom: 15px;
}
.menu_tab li {
  width: 50%;
  height: 40px;
  line-height: 40px;
  background-color: #f3f3f3;
  float: left;
  text-align: center;
  position: relative;
}
.menu_tab li.on {
  background-color: #666;
  color: #fff;
}
.menu_tab li img {
  position: absolute;
  bottom: -5px;
  display: none;
}
.menu_tab li.on img {
  display: inline-block;
}

/* 탭메뉴공통(여러개) */
.tab_menu {
  margin-bottom: 10px;
  border: 1px solid #333;
}
.tab_menu:after {
  content: "";
  display: block;
  clear: both;
}
.tab_menu li {
  width: 25%;
  float: left;
}
.tab_menu li div {
  border-right: 1px solid #333;
  color: #222;
  text-align: center;
  position: relative;
  padding: 11px 0 11px;
}
.tab_menu li:last-child div {
  border-right: 0;
}
.tab_menu li.on div {
  background-color: #333;
  color: #fff;
}

/*탭메뉴 (new)*/
.new_tab_menu {
  border: 1px solid #333;
}
.new_tab_menu:after {
  content: "";
  display: block;
  clear: both;
}
.new_tab_menu li {
  float: left;
  width: 50%;
}
.new_tab_menu li .tab_link {
  display: block;
  padding: 12.5px 0;
  text-align: center;
  color: #222;
  background-color: #fff;
  width: 100%;
  border: 0;
  outline: none;
}
.new_tab_menu li.on .tab_link {
  background-color: #333;
  color: #fff;
}

/******************************* 테이블영역 ****************************************/
/* 연관 기획전 & 이벤트 */
.relation_service {
  margin: 25px 15px 0 15px;
  padding-top: 10px;
  border-top: 1px solid #333;
  position: relative;
}
.relation_service .service_box {
  width: 100%;
}
.relation_service .service_box tr td {
  line-height: 1.4;
  padding: 15px 0;
  border-bottom: 1px solid #ddd;
  color: #666;
}
.relation_service .service_box tr:last-child td {
  border-bottom: 0;
}
.relation_service .service_box tr td .selling_theme {
  margin-bottom: 5px;
  padding: 3px 7px 1px;
  border: 1px solid #333;
  border-radius: 10px;
  font-size: 11px;
  background-color: #fff;
  color: #333;
  display: inline-block;
}

#related_content .selling_theme {
  margin-bottom: 5px;
  padding: 3px 7px 1px;
  border: 1px solid #333;
  border-radius: 10px;
  font-size: 11px;
  background-color: #fff;
  color: #333;
  display: inline-block;
}
#related_content .service_sub {
  color: #222;
  margin-bottom: 0;
  display: block;
  font-weight: bold;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
}

.relation_service .service_box tr td .service_sub {
  margin-bottom: 5px;
  font-weight: bold;
  color: #333;
}
.relation_service .service_box tr td .service_name {
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
}
/* 연관글 - 리스트형 */
.relation_word {
  margin: 20px 15px;
}
.relation_word .word_desc {
  line-height: 1.4;
  padding-bottom: 5px;
  border-bottom: 1px solid #333;
  color: #666;
}
.relation_word .word_list {
  margin-top: 10px;
  line-height: 1.8;
}
.relation_word .word_list p {
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
/* 연관박스 - 가로 두개씩 */
.relation_service .service_box_other {
  width: 100%;
}
.relation_service .service_box_other tr td:nth-child(odd) {
  padding-right: 5px;
}
.relation_service .service_box_other tr td:nth-child(even) {
  padding-left: 5px;
}
.relation_service .service_box_other tr td .other_tab {
  margin-top: 10px;
  border: 1px solid #e3e3e3;
}
.relation_service .service_box_other tr td .other_tab .other_desc {
  line-height: 1.6;
  padding: 15px 10px;
}
.relation_service .service_box_other tr td .other_tab .other_title {
  height: 40px;
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
}
.relation_service .service_box_other tr td .other_tab .other_date {
  font-size: 12px;
}

/* 상세검색 테이블 */
.open_search {
  width: 100%;
  background-color: #f9f9f9;
  display: none;
}
.open_search tr td {
  padding: 5px 0;
}
.open_search tr td:nth-child(odd) {
  padding-right: 5px;
}
.open_search tr td:nth-child(even) {
  padding-left: 5px;
}
.open_search tr td select {
  width: 100%;
  height: 35px;
  padding-left: 10px;
  border: 1px solid #bfbfbf;
}

/* 기본테이블 - 디자인없음 */
.basic_table {
  width: 100%;
}
.basic_table tr th {
  padding: 5px 0;
  font-weight: normal;
  text-align: left;
}
.basic_table tr.double_line th {
  padding-top: 18px;
  vertical-align: top !important;
}
.basic_table tr td {
  padding: 5px 0 5px 10px;
}
.basic_table tr td .half {
  width: 50%;
  margin: 5px 0;
  float: left;
}
.basic_table select {
  width: 100%;
  height: 40px;
  padding: 0 10px;
}
.basic_table input[type="text"],
.basic_table input[type="number"],
.basic_table input[type="tel"] {
  width: 100%;
  height: 38px;
  border: 0;
}
.basic_table textarea {
  width: 100%;
  margin: 10px 0 5px 0;
  border: none;
}
.basic_table .phone_input {
  width: 100%;
  margin: 0;
  padding: 7px 0;
  border: 1px solid #bfbfbf;
}
/* 테이블공통 - 박스형 */
.box_table {
  width: 100%;
  margin: 10px 0 5px 0;
  border: 1px solid #bfbfbf;
  background-color: #fff;
}
.box_table:not(.non-set-border) input[type="text"],
.box_table:not(.non-set-border) input[type="number"],
.box_table:not(.non-set-border) input[type="tel"],
.login_input input[type="password"] {
  width: 100%;
  height: 45px;
  border: 0;
}
.box_table .radio_idt {
  margin: 12px 0;
}
.box_table tr th {
  padding: 5px 15px;
  border: 1px solid #ddd;
  border-width: 0 1px 1px 0;
  font-weight: normal;
  text-align: left;
}
.box_table:not(.non-set-border) tr td {
  padding: 0 10px;
  border-bottom: 1px solid #ddd;
}
.box_table tr:last-child th,
.box_table tr:last-child td {
  border-bottom: 0;
}
.box_table select {
  width: 100%;
  height: 31px;
  padding: 0 10px 0 15px;
  border: 0;
}
.box_table textarea {
  width: 100%;
  margin: 10px 0;
  border: none;
  line-height: 20px;
}
.box_table tr td .icon_new {
  width: 14px;
  vertical-align: -3px;
}
/* 박스형테이블 - 중앙점선 */
.box_table.box_dotted tr td {
  padding: 15px 0;
  border-right: 1px dotted #ccc;
  text-align: center;
}
.box_table.box_dotted tr td:last-child {
  border-right: 0;
}
/* 박스형테이블 - 중앙라인 */
.box_table.box_solid tr.double_line th {
  padding-top: 18px;
  vertical-align: top !important;
}
.box_table.box_solid tr td {
  padding: 10px 15px;
  border-right: 1px solid #ddd;
}
.box_table.box_solid tr td:last-child {
  border-right: 0;
}
.box_table.box_solid tr td .half {
  width: 50%;
  margin: 5px 0;
  float: left;
}
.box_table.box_solid .radio_idt {
  margin: 0;
}
.box_table.box_solid select {
  padding-left: 0;
}
/* 테이블내부 전화입력부 */
.phone_input {
  width: 100%;
  margin: 7px 0;
}
.phone_input tr td {
  padding: 0;
}
.phone_input tr td.text_input {
  padding: 0 10px;
  border-left: 1px solid #bfbfbf;
}
.phone_input select {
  height: 31px;
  border: none;
}
.phone_input input[type="text"],
.phone_input input[type="tel"] .phone_input input[type="number"] {
  height: 31px;
}

/* 테이블공통 - 리스트형 */
.list_table {
  width: 100%;
}
.list_table tr th,
.list_table tr td {
  line-height: 1.4;
  padding: 15px;
  border-bottom: 1px solid #ddd;
  word-break: break-all;
}
.list_table tr td .icon_new {
  width: 14px;
  vertical-align: -3px;
}
.list_table tr.list_answer td {
  line-height: 1.6;
  background-color: #f9f9f9;
}
.list_table tr td .list_title {
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
}
.list_table tr td .list_desc {
  max-height: 35px;
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.list_table tr td .list_date {
  margin-top: 5px;
  font-size: 12px;
  color: #999;
}
/* 테이블공통 - 데이터형 */
.data_table {
  width: 100%;
  border: 1px solid #999;
  border-width: 1px 0;
}
.data_table tr th {
  padding: 10px 5px;
  font-weight: bold;
  color: #333;
  border: 1px solid #e3e3e3;
  border-width: 0 1px 1px 0;
  text-align: left;
}
.data_table tr td {
  line-height: 1.6;
  padding: 10px;
  border: 1px solid #e3e3e3;
  border-width: 0 1px 1px 0;
  word-break: break-all;
}
.data_table tr:last-child th,
.data_table tr:last-child td {
  border-bottom: 0;
}
.data_table tr th:last-child,
.data_table tr td:last-child {
  border-right: 0;
}
.data_table tr td .data_one {
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
}
/* 테이블하단 디스크립션 */
.table_bottom_desc {
  line-height: 1.6;
  margin-top: 5px;
}
.table_bottom_desc p {
  font-size: 11px;
  color: #666;
}

/* 테이블공통 - 데이터없는테이블 */
.none_table {
  width: 100%;
  text-align: center;
}
.none_table tr td {
  height: 200px;
  background-color: #f9f9f9;
}

/******************************* 상품영역 ****************************************/
/* 관련상품테이블 1개씩 */
.relation_one {
  width: 100%;
  border: 1px solid #e3e3e3;
}
.relation_one img {
  max-width: 100%;
}
.relation_one tr td {
  padding: 10px;
}
.relation_one tr td .relation_brand {
  font-size: 14px;
  font-weight: bold;
  color: #222;
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
  text-align: left;
}
.relation_one tr td .relation_brand img {
  width: inherit;
}
.relation_one tr td .relation_name {
  font-size: 13px;
  max-height: 3em;
  line-height: 1.5;
  color: #222;
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
  text-align: left;
}
.relation_one tr td .relation_author {
  font-size: 12px;
  color: #999;
}
.relation_one tr td .relation_price {
  margin-top: 3px;
  font-size: 14px;
  font-weight: bold;
  color: #d01f3c;
  text-align: left;
}
/* 상품테이블 - relataion_one과 함께 사용
 * (구매중인내역 & 주문상세내역 & 장바구니) */
.product_one {
  border-bottom: none;
  background-color: #fff;
}
.product_one tr td {
  border-bottom: 1px solid #e3e3e3;
}
.product_one tr.product_box td {
  padding-bottom: 0;
  border-bottom: 0;
}
.product_one tr td .relation_brand {
  margin-bottom: 5px;
}
.product_one tr td .relation_name {
  margin-bottom: 10px;
}
.product_one tr td .relation_btn .send {
  line-height: 24px;
  font-weight: bold;
}
.product_one tr td .product_btn {
  float: right;
}
.product_one tr td .product_btn img {
  height: 18px;
}
/* 상품테이블 - 두개 나란한 상품
 * (기획전 & 메인) */
.product_tab {
  width: 50%;
  float: left;
}
.product_tab .product_box {
  /*padding:10px 10px 15px 10px;*/
}
.product_tab:nth-child(odd) .product_box {
  margin-left: 5px;
}
.product_tab:nth-child(even) .product_box {
  margin-right: 5px;
}
.product_box .product_img {
  position: relative;
}
.product_box .product_img .coupon_badge {
  width: 40px;
  position: absolute;
  left: 5px;
  top: 5px;
  cursor: pointer;
}
.product_box .product_desc {
  line-height: 1.4;
  margin-top: 10px;
  position: relative;
}
.product_box .product_desc .brand {
  font-size: 14px;
  font-weight: bold;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-line-clamp: 1;
  overflow: hidden;
  word-break: break-all;
}
.product_box .product_desc .pname {
  line-height: 1.5em;
  height: 2.8em;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
}
.product_box .product_desc .price {
  font-size: 15px;
}
.product_box .product_desc .price .num {
  font-size: 15px;
  font-weight: bold;
}
.product_box .product_desc .btn_love {
  width: 20px;
  position: absolute;
  right: 0;
  bottom: 2px;
}
.product_box .product_tag {
  padding: 5px;
  border-top: 1px solid #e3e3e3;
}
.product_box .product_tag .option {
  padding: 2px 4px;
  border: 1px solid #999;
  font-size: 10px;
  color: #999;
  display: inline-block;
  letter-spacing: -1px;
  vertical-align: middle;
}

/* 상품 가로롤링 - 이미지 사이즈 고정 */
.relation {
  height: auto;
  background-color: #fff;
  position: relative;
  overflow-y: hidden;
  margin: 0 -15px;
}
.relation .relation_product .relation_box {
  line-height: 1.6;
  margin: 8px 0 0 15px;
  text-align: center;
  float: left;
}
.relation .relation_product .relation_box:last-of-type {
  margin-right: 15px;
}
.relation .relation_product .relation_box p {
  width: 150px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.relation .relation_product .relation_box .relation_img {
  width: 110px;
  height: 110px;
}
.relation .relation_product .relation_box .relation_price {
  color: #d01f3c;
}

/* 약관동의 */
.rule_area {
  position: relative;
  border-bottom: 1px solid #ccc;
}
.rule_area.rull_all {
  height: 44px;
  line-height: 44px;
  background-color: #f5f5f5;
}
.rule_area .rule_title {
  padding: 14px 0 12px;
  position: relative;
}
.rule_area .rule_title .rule_click {
  height: 44px;
  line-height: 47px;
  padding: 0;
  position: absolute;
  top: 0;
  left: 23px;
  right: 0;
}
.rule_area .rule_title .rule_click .btn_rule_img {
  height: 6px;
  padding: 19px 5px;
  float: right;
}
.rule_area .rule_title .rule_click .btn_rule_txt {
  color: #666;
  float: right;
  white-space: normal;
  overflow: hidden;
}
.rule_area .rule_desc {
  padding: 10px 0;
  display: none;
}

/* 댓글영역 */
.reply_area {
  padding-bottom: 10px;
}
.reply_area .reply_count {
  margin: 0 0 5px 15px;
  font-weight: bold;
  font-size: 14px;
  color: #333;
}
.reply_area .reply_input {
  padding: 15px 86px 15px 15px;
  border-bottom: 1px solid #e3e3e3;
  position: relative;
}
.reply_area .reply_input .text_idt {
  width: 100%;
  height: 50px;
}
.reply_area .reply_input textarea {
  width: 100%;
  height: 40px;
  padding: 5px 10px;
}
.reply_area .reply_input .btn_new {
  width: 50px;
  height: 52px;
  border-color: #bfbfbf;
  position: absolute;
  right: 15px;
  top: 15px;
}
.reply_area .reply_list {
  margin: 10px 15px 25px 15px;
}
.reply_area .reply_list .reply_box {
  padding: 20px 5px 10px 5px;
  border-bottom: 1px solid #e3e3e3;
}
.reply_area .reply_list .reply_box_default {
  padding: 20px 5px 10px 5px;
  border-bottom: 1px solid #e3e3e3;
}
.reply_area .reply_list .reply_box .reply_contents {
  overflow: auto;
}
.reply_area .reply_list .reply_box .reply_contents .reply_input {
  padding: 10px 75px 15px 0;
  border-bottom: 0;
}
.reply_area .reply_list .reply_box .reply_contents .reply_input .btn_new {
  height: 27px !important;
  top: 10px;
  right: 0;
}
.reply_area .reply_list .reply_box .reply_text {
  line-height: 1.4;
  margin: 10px 0;
  color: #666;
  white-space: pre-wrap;
}
.reply_area .reply_list .reply_box .reply_btn {
  margin-bottom: 15px;
}
.reply_area .reply_list .reply_box .reply_btn input[type="button"] {
  width: 50px;
  height: 25px;
  padding: 0;
}
.reply_area .reply_list .reply_box .reply_comment {
  height: 25px;
  padding: 0 75px 0 20px;
  background: url("https://static-ux.mustit.co.kr/img/m/m_community/bg_comment.png")
    no-repeat;
  background-size: 25px;
  position: relative;
  display: none;
}
.reply_area .reply_list .reply_box .reply_comment input[type="button"] {
  width: 50px;
  height: 25px;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.reply_area .reply_list .reply_box .reply_comment_div {
  height: 25px;
  padding: 0 75px 0 20px;
  position: relative;
  display: none;
}
.reply_area .reply_list .reply_box .reply_comment_div input[type="button"] {
  width: 50px;
  height: 25px;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
}

/*상품리스트 (2열)*/
.md_choice_wrap li {
  float: left;
  width: 50%;
}
.md_choice_box {
  border: 1px solid #ddd;
  margin: 5px;
}
.md_choice_box .md_choice_imagearea {
  position: relative;
  height: 0;
  padding-bottom: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.md_choice_box .md_choice_imagearea img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
.md_choice_box .md_choice_info {
  padding: 5px 10px;
  height: 85px;
  box-sizing: border-box;
}
.md_choice_box .md_choice_info .md_choice_brand {
  padding-top: 1px;
  font-size: 13px;
  font-weight: bold;
  margin-bottom: 5px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: block;
}
.md_choice_box .md_choice_info .md_choice_product {
  font-size: 12px;
  margin-bottom: 5px;
}
.md_choice_box .md_choice_info .md_choice_before {
  color: #999;
  font-size: 12px;
  text-decoration: line-through;
  display: block;
}
.md_choice_box .md_choice_info .md_choice_before small {
  color: inherit;
  font-size: 11px;
}
.md_choice_box .md_choice_info .md_choice_after {
  font-size: 14px;
  font-weight: bold;
  display: block;
}
.md_choice_box .md_choice_info .md_choice_after small {
  font-weight: normal;
  font-size: 12px;
}

.option_list .option_item {
  height: 38px;
  box-sizing: border-box;
  position: relative;
}
.option_list .option_link {
  display: block;
  padding: 0 15px;
  font-size: 13px;
  line-height: 38px;
}
.option_list .mi-hidden:checked + .option_link {
  background-color: #eee;
  color: #222;
}

.ellipsis {
  line-height: 1.4;
  max-height: 2.6em;
  overflow: hidden;
  text-overflow: ellipsis;
  word-wrap: break-word;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
}

/* home tab */
.icon-nav {
  display: inline-block;
  background-image: url("https://static-ux.mustit.co.kr/img/m/m_sprites/icon_m_common_sprites_v5.png");
  background-repeat: no-repeat;
  background-size: 420px 350px;
}

.icon-bnav-new.icon-eyes-black {
  width: 36px;
  height: 36px;
  display: inline-block;
  background-image: url("https://static-ux.mustit.co.kr/img/m/m_icon/icon_bnav_eyes_black.svg");
  background-repeat: no-repeat;
  background-size: 24px 24px;
  background-position: 6px 6px;
}

.icon-bnav-new.icon-eyes-red {
  width: 36px;
  height: 36px;
  display: inline-block;
  background-image: url("https://static-ux.mustit.co.kr/img/m/m_icon/icon_bnav_eyes_red.svg");
  background-repeat: no-repeat;
  background-size: 24px 24px;
  background-position: 6px 6px;
}

.icon-nav.icon-menu-black {
  width: 36px;
  height: 36px;
  background-position: -108px -314px;
}

.icon-nav.icon-brand-black {
  width: 36px;
  height: 36px;
  background-position: -36px -314px;
}

.icon-nav.icon-home-black {
  width: 36px;
  height: 36px;
  background-position: -72px -314px;
}

.icon-nav.icon-mypage-black {
  width: 36px;
  height: 36px;
  background-position: -144px -314px;
}

.icon-nav.icon-heart-black {
  width: 36px;
  height: 36px;
  background-position: -0px -314px;
}

.icon-nav.icon-eyes-black {
  width: 36px;
  height: 36px;
  background-position: -384px -36px;
}

.icon-nav.icon-menu-red {
  width: 36px;
  height: 36px;
  background-position: -288px -314px;
}

.icon-nav.icon-brand-red {
  width: 36px;
  height: 36px;
  background-position: -216px -314px;
}

.icon-nav.icon-home-red {
  width: 36px;
  height: 36px;
  background-position: -252px -314px;
}

.icon-nav.icon-mypage-red {
  width: 36px;
  height: 36px;
  background-position: -324px -314px;
}

.icon-nav.icon-heart-red {
  width: 36px;
  height: 36px;
  background-position: -180px -314px;
}

.icon-nav.icon-eyes-red {
  width: 36px;
  height: 36px;
  background-position: -384px -0px;
}

.icon-nav.icon-back {
  width: 36px;
  height: 36px;
  background-position: -273px -115px;
}

.icon-nav.icon-search {
  width: 36px;
  height: 36px;
  background-position: -1px -263px;
}

.icon-nav.icon-basket {
  width: 36px;
  height: 36px;
  background-position: -115px -263px;
}

.icon-nav.icon-exit {
  width: 36px;
  height: 36px;
  background-position: -273px -191px;
}

.icon-footer-review {
  display: inline-block;
  background-image: url("https://static-ux.mustit.co.kr/img/m/m_sprites/icon_m_review.png");
  background-repeat: no-repeat;
  background-size: 48px 24px;
}

.icon-footer-review.icon-top {
  width: 22px;
  height: 22px;
  background-position: -1px -1px;
}

.icon-nav.icon-footer-logo {
  width: 60px;
  height: 12px;
  background-position: -1px -301px;
}

.icon-nav.icon-circle-arrow {
  width: 14px;
  height: 14px;
  background-position: -333px -276.3px;
}

.icon-nav.icon-facebook {
  width: 32px;
  height: 32px;
  background-position: -311px -74.3px;
}

.icon-nav.icon-youtube {
  width: 32px;
  height: 32px;
  background-position: -311px -210.3px;
}

.icon-nav.icon-instagram {
  width: 32px;
  height: 32px;
  background-position: -311px -108.3px;
}

.icon-nav.icon-kakaotalk {
  width: 32px;
  height: 32px;
  background-position: -311px -142.3px;
}

.icon-nav.icon-naver {
  width: 32px;
  height: 32px;
  background-position: -311px -176.3px;
}

.icon-nav.icon-setting {
  width: 36px;
  height: 36px;
  background-position: -348px -108px;
}

.icon-nav.icon-exit {
  width: 36px;
  height: 36px;
  background-position: -273px -191px;
}

.icon-nav.icon-home-hotdeal {
  width: 46px;
  height: 46px;
  background-position: -1px -177px;
}

.icon-nav.icon-home-promotion {
  width: 46px;
  height: 46px;
  background-position: -97px -177px;
}

.icon-nav.icon-home-review {
  width: 46px;
  height: 46px;
  background-position: -145px -177px;
}

.icon-nav.icon-home-event {
  width: 46px;
  height: 46px;
  background-position: -177px -97px;
}

.icon-nav.icon-home-magazine {
  width: 46px;
  height: 46px;
  background-position: -49px -177px;
}

.icon-nav.icon-home-as {
  width: 46px;
  height: 46px;
  background-position: -177px -1px;
}

.icon-nav.icon-home-cleaning {
  width: 46px;
  height: 46px;
  background-position: -177px -49px;
}

.icon-nav.icon-home-shop {
  width: 46px;
  height: 46px;
  background-position: -225px -49px;
}

.icon-nav.icon-home-reward {
  width: 46px;
  height: 46px;
  background-position: -225px -1px;
}

.icon-nav.icon-heart {
  width: 18px;
  height: 18px;
  background-position: -177px -145px;
}

.icon-nav.icon-heart-sel {
  width: 18px;
  height: 18px;
  background-position: -197px -145px;
}

.icon-nav.icon-add {
  width: 30px;
  height: 30px;
  background-position: -311px -244.3px;
}

.youtube_container {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  top: 50%;
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  margin: 0 auto;
}
.youtube_wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.youtube_wrapper iframe {
  width: 100%;
  height: 100%;
}
.youtube_play_btn {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5)
    url("https://static-ux.mustit.co.kr/img/m/m_icon/icon_vidio_play.png")
    no-repeat right 5px bottom 5px/15%;
  z-index: 5;
}

.youtube_play_btn.center {
  background-position: center;
}

.youtube_play_btn:active {
  background-color: rgba(0, 0, 0, 0.4);
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.c-g34 {
  color: #222;
}
.divider {
  display: block;
  border: solid #f5f5f5;
  border-width: 8px 0 0;
  margin: 0;
}

/*버튼 fade animation*/
.video_fade_in {
  animation: fade_in 0.5s forwards;
  -webkit-animation: fade_in 0.5s forwards;
}
.ani_fade_in {
  animation: fade_in 0.25s forwards;
  -webkit-animation: fade_in 0.25s forwards;
}
.ani_fade_out {
  animation: fade_out 0.25s forwards;
  -webkit-animation: fade_out 0.25s forwards;
}

.p-sticky {
  position: -webkit-sticky;
  position: -moz-sticky;
  position: -ms-sticky;
  position: -o-sticky;
  position: sticky;
}
.speech-bubble {
  border-radius: 2em;
  padding: 1em 2em;
  position: relative;
  display: inline-block;
  border: 1px solid #ccc;
  background-color: #fff;
}
.speech-bubble[data-placement="top"]::before,
.speech-bubble[data-placement="top"]::after {
  position: absolute;
  border-style: solid;
  border-width: 0.5em;
  content: "";
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
.speech-bubble[data-placement="top"]::before {
  top: 100%;
  border-color: #ccc transparent transparent transparent;
}
.speech-bubble[data-placement="top"]::after {
  top: calc(100% - 1px);
  top: -webkit-calc(100% - 1px);
  border-color: #fff transparent transparent transparent;
}

.icon-simple-login-v2 {
  display: inline-block;
  background: url("https://static-ux.mustit.co.kr/img/m/m_sprites/sprite_simple_login_v2.png")
    no-repeat;
  background-size: 172px 39px;
  width: 36px;
  height: 36px;
}
.icon-simple-login-v2.naver {
  background-position: -77px -1.6px;
}
.icon-simple-login-v2.kakao {
  background-position: -152.3px -1.6px;
  width: 18px;
  height: 17px;
}
.icon-simple-login-v2.facebook {
  background-position: -39.3px -1.6px;
}
.icon-simple-login-v2.apple {
  background-position: -1.6px -1.6px;
}
.icon-simple-login-v2.wemakeprice {
  background-position: -114.6px -1.6px;
}

.icon-simple-login-v3{display: inline-block; background: url('https://static-ux.mustit.co.kr/img/m/m_sprites/sprite_simple_login_v3.png') no-repeat; background-size: 72px 36px; width: 24px; height: 24px;}
.icon-simple-login-v3.kakao { background-position:0 -5px; }
.icon-simple-login-v3.naver { background-position:-26px -5px; }
.icon-simple-login-v3.apple { background-position:-49px -5px; }


/* 신고하기 */
.DeclareReview {
  display: none;
  position: absolute;
  background-color: #fff;
  box-shadow: 0 2px 4px 0 rgb(0 0 0 / 5%);
  border: solid 1px #ddd;
  border-radius: 4px;
  padding: 8px 0;
  top: -15px;
}
.DeclareReview.tooltip-tr {
  top: 42px;
  right: 8px;
}
.DeclareReview.tooltip-br {
  bottom: 22px;
  right: -48px;
}
.DeclareReview button {
  padding: 8px 14px;
  line-height: 16px;
}
.DeclareReview button:hover {
  background-color: #f5f5f5;
}
.mi-bg-red {
  background-color: #D00000 !important;
}
.mi-bg-g51 {
  background-color: #333333 !important;
}
.WriterBlock {
  display: none;
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  z-index: 9999;
  left: 30px;
  right: 30px;
  background-color: #fff;
  padding: 16px;
  border-radius: 8px;
}
.WriterBlock h4 {
  color: #222;
  line-height: 19px;
}
.WriterBlock p {
  margin-bottom: 33px;
}
.WriterBlock button {
  padding: 15px 13px 14px 14px;
  border-radius: 4px;
}

@-webkit-keyframes fade_in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes fade_out {
  from {
    opacity: 1;
    display: block;
  }
  to {
    opacity: 0;
    display: none;
  }
}
@keyframes fade_in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fade_out {
  from {
    opacity: 1;
    display: block;
  }
  to {
    opacity: 0;
    display: none;
  }
}

/* The snackbar - position it at the bottom and in the middle of the screen */
.snackbar {
  visibility: hidden; /* Hidden by default. Visible on click */
  min-width: 250px; /* Set a default minimum width */
  transform: translateX(-50%); /* Divide value of min-width by 2 */
  background-color: #333; /* Black background color */
  color: #fff; /* White text color */
  text-align: center; /* Centered text */
  border-radius: 2px; /* Rounded borders */
  padding: 16px; /* Padding */
  position: fixed; /* Sit on top of the screen */
  z-index: 99999; /* Add a z-index if needed */
  left: 50%; /* Center the snackbar */
  top: 60px; /* 30px from the top */
  word-break: break-all;
  opacity: .7;
}

/* Show the snackbar when clicking on a button (class added with JavaScript) */
.snackbar.show {
  visibility: visible; /* Show the snackbar */
  /* Add animation: Take 0.5 seconds to fade in and out the snackbar.
  However, delay the fade out process for 2.5 seconds */
  -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
  animation: fadein 0.5s, fadeout 0.5s 2.5s;
}

/* Animations to fade the snackbar in and out */
@-webkit-keyframes fadein {
  from {top: 0; opacity: 0;}
  to {top: 60px; opacity: .7;}
}

@keyframes fadein {
  from {top: 0; opacity: 0;}
  to {top: 60px; opacity: .7;}
}

@-webkit-keyframes fadeout {
  from {top: 60px; opacity: .7;}
  to {top: 0; opacity: 0;}
}

@keyframes fadeout {
  from {top: 60px; opacity: .7;}
  to {top: 0; opacity: 0;}
}

#layerAll {
  left: 0;
  right: 0;
  bottom: 0;
}

#layerAll.full {
  top: env(safe-area-inset-top);
  top: constant(safe-area-inset-top);  
}

#layerAll.default {
  top: calc(55px + env(safe-area-inset-top));
  top: calc(55px + constant(safe-area-inset-top));
}