@import url("reset.css");
@font-face {font-family: 'Noto Sans KR'; font-style: normal; font-weight: 400; font-display: swap; src: url("/mdg/v4/ui/ui_index/css/font/notokr-regular.woff2") format('woff2'); }
@font-face {font-family: 'NotoSansKR-Medium'; font-style: normal; font-weight: 100; src:url("/mdg/v4/ui/ui_index/css/font/notokr-medium.woff2") format('woff2');}

body {
  background: #fff;
  font-family: "Noto Sans KR", "Malgun Gothic", "Sans-serif";
  color: #2b2b2b;
}
button{cursor:pointer;}
input[type="radio"]{cursor:pointer;}

.overflowWrap {
  width:600px;
  margin:0px auto;
  overflow: hidden;
  padding-bottom: 18px;
  background-color:#efeff4;
}

.overflowWrap.unpadding{
  padding: 0;
}

/* 해더 */
.ui_header {
  font-family: "NotoSansKR-Medium", "Malgun Gothic", "Sans-serif";
  position: fixed;
  top: 0;
  left:50%;
  width: 600px;;
  height: 42px;
  margin-left:-300px;
  background: #ffffff;
  z-index: 2;
  border-bottom: 1px solid #ececec;
}

.ui_header h1 {
  font-size: 16px;
  padding-top: 12px;
  color: #262626;
  text-align: center;
  vertical-align: baseline;
}

.ui_header .back {
  position: absolute;
  top: 8px;
  left: 8px;
  height: 28px;
  width: 28px;
  cursor:pointer;
  background: url(../img/header_back.png) no-repeat;
  background-size: 100% 100%;
  z-index: 2;
}

.header_padding {
  top: 0;
  width: 100%;
  height: 43px;
}

.header_hide {
  top: -43px;
}

/* 푸터 */
.ui_footer {
  position: fixed;
  bottom: 0;
  left:50%;
  margin-left:-300px;
  width: 600px;
  height: 55px; /*kyj1204 수정*/
  background: #fafafa;
  z-index: 1;
}
.ui_footer ul {
  overflow: hidden;
  border-top: 1px solid #ececec;
  text-align: center;
  width: 100%;
  height: 49px;
  display: table;
}
.ui_footer ul li {
  width: 0%;
  min-width: 50px;
  height: 36px;
  padding: 10px 0 3px;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  cursor:pointer;
}

.ui_footer ul li > a {
  display: inline-block;
  text-indent: -9999px;
  background-repeat: no-repeat;
  background-size: auto 100%;
  width: 45px;
  height: 36px;
}

.ui_footer ul li > a.hotdeal {
  background-image: url("../img/hotdeal_new_off.png");
}
.ui_footer ul li > a.hotdeal:active,
.ui_footer ul li > a.hotdeal.selected {
  background-image: url("../img/hotdeal_new_on.png");
}

/*kyj1204추가*/
.ui_footer ul li a.dh_store {
  margin-right: 5px;
  background-image: url("../img/dhstore_new_off.png");
}
.ui_footer ul li > a.dh_store:active,
.ui_footer ul li > a.dh_store.selected {
  background-image: url("../img/dhstore_new_on.png");
}
/*congan추가*/
.ui_footer ul li a.pick {
  margin-right: 5px;
  background-image: url("../img/TV_new_off.png");
}
.ui_footer ul li > a.pick:active,
.ui_footer ul li > a.pick.selected {
  background-image: url("../img/TV_new_on.png");
}

.ui_footer ul li a.pick.os {
  background-image: url("../img/market_sns_off_22.png");
}

.ui_footer ul li > a.pick.os:active,
.ui_footer ul li > a.pick.os.selected {
  background-image: url("../img/market_sns_off_5.png");
}


.ui_footer ul li a.market {
  margin-right: 5px;
  background-image: url("../img/market_new_off.png");
  /* background-image: url("../img/market_new_off_20221227.png");  */
}
.ui_footer ul li > a.market:active,
.ui_footer ul li > a.market.selected {
  background-image: url("../img/market_new_on.png");
  /* background-image: url("../img/market_new_on_20221227.png");  */
}


.ui_footer ul li a.market_1025 {
  margin-right: 5px;
  background-image: url("../img/market_new_off_20221025.png");
}
.ui_footer ul li > a.market_1025:active,
.ui_footer ul li > a.market_1025.selected {
  background-image: url("../img/market_new_on_20221025.png");
}


.ui_footer ul li a.pick_1212 {
  margin-right: 5px;
  background-image: url("../img/TV_new_off_20201212.png");
}
.ui_footer ul li > a.pick_1212:active,
.ui_footer ul li > a.pick_1212.selected {
  background-image: url("../img/TV_new_on_20201212.png");
}



.ui_footer ul li a.store {
  margin-right: 5px;
  padding-right: 2px; /*kyj1204 추가 */
  background-image: url("../img/foreign_store_new_off.png");
}
.ui_footer ul li > a.store:active,
.ui_footer ul li > a.store.selected {
  background-image: url("../img/foreign_store_new_on.png");
}
.ui_footer ul li > a.live {
  width: 100%;
  background-position: center;
  background-image: url("../img/live_new_off_2.png");
}
.ui_footer ul li > a.live:active,
.ui_footer ul li > a.live.selected {
  background-image: url("../img/live_new_on_2.png");
}
.ui_footer ul li > a.mypage {
  background-image: url("../img/mypage_new_off.png");
}
.ui_footer ul li > a.mypage:active,
.ui_footer ul li > a.mypage.selected {
  background-image: url("../img/mypage_new_on.png");
}

/* jp image */
.ui_footer ul li > a.hotdeal_jp {
  background-image: url("../img/hotdeal_new_off_jp.png");
}
.ui_footer ul li > a.hotdeal_jp:active,
.ui_footer ul li > a.hotdeal_jp.selected {
  background-image: url("../img/hotdeal_new_on_jp.png");
}
.ui_footer ul li a.pick_jp {
  margin-right: 5px;
  background-image: url("../img/TV_new_off_jp.png");
}
.ui_footer ul li > a.pick_jp:active,
.ui_footer ul li > a.pick_jp.selected {
  background-image: url("../img/TV_new_on_jp.png");
}
.ui_footer ul li a.market_jp {
  margin-right: 5px;
  background-image: url("../img/market_new_off_jp.png");
}
.ui_footer ul li > a.market_jp:active,
.ui_footer ul li > a.market_jp.selected {
  background-image: url("../img/market_new_on_jp.png");
}
.ui_footer ul li > a.live_jp {
  width: 100%;
  background-position: center;
  background-image: url("../img/live_new_off_2_jp.png");
}
.ui_footer ul li > a.live_jp:active,
.ui_footer ul li > a.live_jp.selected {
  background-image: url("../img/live_new_on_2_jp.png");
}
.ui_footer ul li > a.mypage_jp {
  background-image: url("../img/mypage_new_off_jp.png");
}
.ui_footer ul li > a.mypage_jp:active,
.ui_footer ul li > a.mypage_jp.selected {
  background-image: url("../img/mypage_new_on_jp.png");
}
/* /jp image */

/* vn image */
.ui_footer ul li > a.hotdeal_vn {
  background-image: url("../img/hotdeal_new_off_vn.png");
}
.ui_footer ul li > a.hotdeal_vn:active,
.ui_footer ul li > a.hotdeal_vn.selected {
  background-image: url("../img/hotdeal_new_on_vn.png");
}
.ui_footer ul li a.pick_vn {
  margin-right: 5px;
  background-image: url("../img/TV_new_off_vn.png");
}
.ui_footer ul li > a.pick_vn:active,
.ui_footer ul li > a.pick_vn.selected {
  background-image: url("../img/TV_new_on_vn.png");
}
.ui_footer ul li a.market_vn {
  margin-right: 5px;
  background-image: url("../img/market_new_off_vn.png");
}
.ui_footer ul li > a.market_vn:active,
.ui_footer ul li > a.market_vn.selected {
  background-image: url("../img/market_new_on_vn.png");
}
.ui_footer ul li > a.live_vn {
  width: 100%;
  background-position: center;
  background-image: url("../img/live_new_off_2_vn.png");
}
.ui_footer ul li > a.live_vn:active,
.ui_footer ul li > a.live_vn.selected {
  background-image: url("../img/live_new_on_2_vn.png");
}
.ui_footer ul li > a.mypage_vn {
  background-image: url("../img/mypage_new_off_vn.png");
}
.ui_footer ul li > a.mypage_vn:active,
.ui_footer ul li > a.mypage_vn.selected {
  background-image: url("../img/mypage_new_on_vn.png");
}
/* /vn image */

.footer_padding {
  position: absolute;
  width: 100%;
  height: 49px;
  bottom: 0;
}

/* 리스트 */
.ui_list_wrap_01 {
  background: #ffffff;
  width: 600px;
  margin:0px auto;
}

.ui_list_wrap_01 ul li {
  width: 100%;
  line-height: 15px;
  background: #ffffff;
  position: relative;
  cursor:pointer;
  box-sizing:border-box;
}
.ui_list_wrap_01 ul li a {
  display: block;
}

.ui_list_wrap_01 ul li a:active {
  background: #efefef;
}

/* 201116 광군제 기간 고객단 입고대기 공지 노출 */
.overflowWrap > .notice {
  padding-bottom: 15px;
  padding-left: 15px;
  font-size: 12px;
}
/* End 201116 광군제 기간 고객단 입고대기 공지 노출 */

.ui_list_wrap_01 ul li .list_item_text01 {
  font-size: 15px;
  line-height: 15px;
  padding: 18px 30px 19px 0;
  margin: 0 0 0 17px;
  display: block;
}

.ui_list_wrap_01 ul li .list_item_text01 .sub {
  float: right;
}

.ui_list_wrap_01 ul li .list_item_text01.icon_margin {
  margin: 0 0 0 59px;
}

.ui_list_wrap_01 ul li .list_item_text01.under_line {
  border-bottom: 1px solid #ececec;
  padding: 18px 30px 18px 0;
  cursor:pointer;
}

.ui_list_wrap_01 ul li img.list_item_icon {
  position: absolute;
  top: 0;
  width: 30px;
  height: 30px;
  padding: 11px 14px 11px 16px;
}

.ui_list_wrap_01 ul li img.list_item_checkbox {
  position: absolute;
  top: 0;
  width: 29px;
  height: 29px;
  padding: 11px 17px;
}

.ui_list_wrap_01 ul li .list_item_arrow {
  position: absolute;
  top: 0;
  right: 0;
  width: 20px;
  height: 20px;
  padding: 16px 10px 16px 0;
  cursor:pointer;
}

.ui_list_wrap_01 ul li .list_item_arrow_delete {
  position: absolute;
  top: 0;
  right: 0;
  width: 20px;
  height: 20px;
  padding: 16px 10px 16px 0;
}

.ui_list_wrap_01 ul li .list_item_arrow_down {
  position: absolute;
  top: 5px;
  right: 20px;
  width: 20px;
  height: 20px;
  padding: 16px 10px 16px 0;
}

.ui_list_wrap_01 ul li .list_item_arrow_down2 {
  position: absolute;
  top: 5px;
  right: 20px;
  width: 20px;
  height: 20px;
  padding: 16px 10px 16px 0;
}

.ui_list_wrap_01 ul li .list_item_arrow_up {
  position: absolute;
  top: 0;
  right: 0;
  width: 20px;
  height: 20px;
  padding: 16px 10px 16px 0;
}

.ui_list_wrap_01 ul li .list_item_arrow div {
  width: 100%;
  height: 100%;
  background: url(../img/arrow_right_20170307.png) no-repeat;
  background-size: 100% 100%;
}
.ui_list_wrap_01 ul li .list_item_arrow_delete div {
  width: 100%;
  height: 100%;
  background: url(../img/arrow_delete_20190423.png) no-repeat;
  background-size: 100% 100%;
}

.ui_list_wrap_01 ul li .list_item_arrow_down div {
  width: 30px;
  font-size: 13px;
} 

.ui_list_wrap_01 ul li .list_item_arrow_down2 div {
  width: 100%;
  height: 100%;
  background: url(../../ui_account/img/agree_down.png) no-repeat;
  background-size: 100% 100%;
} 

.ui_list_wrap_01 ul li .list_item_arrow_up div {
  width: 100%;
  height: 100%;
  background: url(../../ui_account/img/agree_up.png) no-repeat;
  background-size: 100% 100%;
}

.ui_list_wrap_01 > ul > li .list_item_text02 {
  font-size: 15px;
  line-height: 15px;
  padding: 11px 15px 2px 59px;
  display: block;
}

.ui_list_wrap_01 > ul > li .list_item_text02_sub {
  font-size: 12px;
  color: #aeaeae;
  line-height: 12px;
  margin: 0 0 0 59px;
  padding: 0px 15px 12px 0px;
  display: block;
}

.ui_list_wrap_01 > ul > li .list_item_text02_sub.under_line {
  border-bottom: 1px solid #ececec;
  padding: 0px 15px 11px 0px;
}

.ui_list_wrap_02 {
  width: 100%;
  padding: 15px 0;
  margin-bottom: 20px;
  margin-top: 10px;
}

.ui_list_wrap_02 ul li {
  display: block;
  position: relative;
}

.ui_list_wrap_02 ul li:after {
  content: "";
  display: table;
  /*table-layout: fixed;*/
  clear: both;
}
.ui_list_wrap_02 ul li a {
  display: block;
  margin: 5px 10px 5px 10px;
  background: #ffffff;
  position: relative;
}

.ui_list_wrap_02 ul li a:active {
  background: #efefef;
}

.ui_list_wrap_02 ul li .uil_img_wrap {
  width: 44%;
}

.ui_list_wrap_02 ul li .uil_img_wrap > div {
  position: relative;
  border-right: 1px solid #ececec;
}

.ui_list_wrap_02 ul li .uil_img_wrap > div:before {
  content: "";
  display: block;
  padding-top: 100%;
}

.ui_list_wrap_02 ul li .thumb {
  position: absolute;
  top: 0%;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  margin: auto 0;
}

.ui_list_wrap_02 ul li .uil_text_wrap {
  position: absolute;
  top: 0;
  left: 44%;
  right: 0;
  bottom: 0;
  white-space: nowrap;
  display: block;
  overflow: hidden;
  padding: 10px;
  box-sizing: border-box;
  white-space: nowrap;
}

.ui_list_wrap_02 ul li .uil_text_wrap:after {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: top;
}

.ui_list_wrap_02 ul li .uil_text_wrap .uil_title_wrap {
  position: relative;
  display: inline-block;
  box-sizing: border-box;
  vertical-align: top;
  max-width: 100%;
  word-wrap: break-word;
  white-space: normal;
  width: 100%;
}

.ui_list_wrap_02 ul li .uil_text_wrap .uil_content_wrap {
  margin-top: 16px;
}

.ui_list_wrap_02 ul li .uil_text_wrap .uil_count {
  font-size: 10px;
  display: block;
  color: #afafaf;
  top: 0;
  right: 0;
  padding: 0;
}

.ui_list_wrap_02 ul li .uil_text_wrap .uil_store {
  font-size: 10px;
  display: block;
  color: #262626;
  height: 20px;
  margin-left: -3px;
}

.ui_list_wrap_02 ul li .uil_text_wrap .uil_store img {
  height: 100%;
}

.ui_list_wrap_02 ul li .uil_text_wrap .uil_prod_name {
  font-size: 13px;
  display: block;
  color: #262626;
  padding: 0 0 3px 0;
  height: 45px;
}

.ui_list_wrap_02 ul li .uil_text_wrap .uil_price_wrap {
  top: 0;
  left: 0;
}

.ui_list_wrap_02 ul li .uil_text_wrap .uil_price_wrap .uil_prod_price01 {
  font-size: 10px;
  color: #afafaf;
  display: block;
  padding: 9px 0 3px 0;
}

.ui_list_wrap_02 ul li .uil_text_wrap .uil_price_wrap .uil_prod_price02 {
  font-size: 10px;
  color: #262626;
  display: block;
}

.ui_list_wrap_02 ul li .uil_text_wrap .uil_price_wrap .uil_prod_price02 > span {
  font-weight: bold;
  font-size: 13px;
  color: #262626;
  padding-left: 5px;
}

.ui_list_wrap_03 {
  width: 600px;
  margin:0px auto;
  font-size: 14px;
}

.ui_list_wrap_03 ul li {
  display: block;
  position: relative;
  margin: 0 0 13px 0;
  background: #ffffff;
}

.ui_list_wrap_03 ul li a {
  display: block;
}

.ui_list_wrap_03 ul li a:active {
  background: #efefef;
}

.ui_list_wrap_03 ul li:after {
  content: "";
  display: table;
  /*table-layout: fixed;*/
  clear: both;
}

.ui_list_wrap_03 ul li .top {
  position: relative;
  width: 100%;
  height: 46px;
  letter-spacing: -1px;
}
.ui_list_wrap_03 ul li .top:after {
  clear: both;
}

.ui_list_wrap_03 ul li .top .pack_num {
  float: left;
  padding: 15px 3px 15px 15px;
  display: inline-block;
}

.ui_list_wrap_03 ul li .top .warehouse_tag {
  float: left;
  font-size: 11px;
  border: 1px solid #262626;
  border-radius: 3px;
  margin: 14px 0 0 3px;
  padding: 2px 4px;
}

.ui_list_wrap_03 ul li .top .store_name {
  float: right;
  padding: 14px 4px;
}

.ui_list_wrap_03 ul li .middle {
  position: relative;
  padding: 18px 0 14px 0;
  width: 100%;
  border-bottom: 1px solid #ececec;
}

.ui_list_wrap_03 ul li .middle:after {
  content: "";
  display: table;
  /*table-layout: fixed;*/
  clear: both;
}

.ui_list_wrap_03 ul li .middle .uil_img_wrap02 {
  width: 37%;
  float: left;
}

.ui_list_wrap_03 ul li .middle .uil_img_wrap02 > div {
  margin: 0 21px 0 15px;
  position: relative;
  border: 1px solid #ececec;
}

.ui_list_wrap_03 ul li .middle .uil_img_wrap02 > div:before {
  content: "";
  display: block;
  padding-top: 100%;
}

/*.ui_list_wrap_03 ul li .middle .thumb {
    width: 100%;
    min-height: 89px;
    vertical-align: middle;
    border: 1px solid #ececec;
}*/
.ui_list_wrap_03 ul li .middle .uil_img_wrap02 .thumb {
  position: absolute;
  top: 0%;
  right: 0;
  bottom: 0;
  left: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.ui_list_wrap_03 ul li .middle .uil_text_wrap03 {
  position: absolute;
  top: 18px;
  left: 37%;
  right: 0;
  bottom: 14px;
  white-space: nowrap;
  display: block;
  overflow: hidden;
  padding: 0 15px 0 0;
  box-sizing: border-box;
  white-space: nowrap;
  margin: 0 0 0 0;
}

.ui_list_wrap_03 ul li .middle .uil_text_wrap03:after {
  content: "";
  display: inline-block;
  height: 100%;
}

.ui_list_wrap_03 ul li .middle .uil_text_wrap03 .uil_text_top {
  position: relative;
  box-sizing: border-box;
  vertical-align: top;
  max-width: 100%;
  word-wrap: break-word;
  white-space: normal;
  width: 100%;
}

.ui_list_wrap_03 ul li .middle .uil_text_wrap03 .uil_text_top .name {
  color: #2d2d2d;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding: 0 0 11px 0;
}

.ui_list_wrap_03 ul li .middle .uil_text_wrap03 .uil_text_top .name02 {
  color: #2d2d2d;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  padding: 0 0 5px 0;
}
.ui_list_wrap_03 ul li .middle .uil_text_wrap03 .uil_text_top .qty {
  padding: 0 0 11px 0;
}

.ui_list_wrap_03 ul li .middle .uil_text_wrap03 .uil_text_top .total_price {
  padding: 0 0 11px 0;
}

.ui_list_wrap_03 ul li .middle .uil_text_wrap03 .uil_text_bottom {
  width: 100%;
  position: absolute;
  bottom: 0;
  font-size: 14px;
  display: block;
  color: #262626;
}

.ui_list_wrap_03 ul li .middle .uil_text_wrap03 .uil_text_bottom .state {
    padding-top: 10px;
}

.ui_list_wrap_03 ul li .middle .uil_text_wrap03 .uil_text_bottom .tracking_seller {
  position: absolute;
  bottom:0;
  right:15px;
  background-color:#32B1CA;
  color:#fff;
  padding:5px; 
  font-size:12px;
  border-radius:5px;    
  cursor: pointer;
}

.ui_list_wrap_03 ul li .middle .uil_text_wrap03 .uil_text_bottom .tracking_seller:active {  
  background-color: rgb(48, 89, 177);
}

.ui_list_wrap_03 ul li .middle .uil_text_wrap03 .uil_text_bottom .buy_price {
  padding: 12px 0 0 0;
}

.ui_list_wrap_03 ul li .middle .uil_text_wrap03 .uil_text_bottom .text_right {
  position: absolute;
  right: 0;
  bottom: 0;
  text-align: center;
}

.ui_list_wrap_03 ul li .middle .uil_text_wrap03 .uil_text_bottom .price_sub {
  font-size: 11px;
  color: #262626;
  padding: 0 0 2px 0;
}

.ui_list_wrap_03 ul li .middle .uil_text_wrap03 .uil_text_bottom .btn_right {
  width: 96px;
  height: 28px;
  position: absolute;
  right: 8px;
  bottom: 29px;
  background: #3897f0;
  text-align: center;
  border-radius: 2px;
  font-size: 14px;
  color: #ffffff;
  line-height: 28px;
  letter-spacing: -1px;
}

.ui_list_wrap_03 ul li .middle .uil_text_wrap03 .uil_text_bottom .btn_right a {
  font-size: 14px;
  color: #ffffff;
}

.ui_list_wrap_03
  ul
  li
  .middle
  .uil_text_wrap03
  .uil_text_bottom
  .btn_right
  a:active {
  background: #5eb1ff;
}

.ui_list_wrap_03 ul li .bottom {
  width: 100%;
  line-height: 15px;
  background: #ffffff;
  position: relative;
}

.ui_list_wrap_03 ul li .bottom .btn_detail_text {
  font-size: 15px;
  line-height: 15px;
  padding: 18px 15px 19px 0;
  margin: 0 0 0 17px;
  display: block;
  cursor:pointer;
}

.list_item_arrow {
  position: absolute;
  top: 0;
  right: 10px;
  width: 20px;
  height: 20px;
  padding: 16px 10px 16px 0;
  cursor:pointer;
}

.list_item_arrow div {
  width: 100%;
  height: 100%;
  background: url(../img/arrow_right_20170307.png) no-repeat;
  background-size: 100% 100%;
}

.list_item_arrow_down {
  position: absolute;
  top: 0;
  right: 0;
  width: 20px;
  height: 20px;
  padding: 16px 10px 16px 0;
}

/* .list_item_arrow_down div {
  width: 100%;
  height: 100%;
  background: url(../../ui_account/img/agree_down.png) no-repeat;
  background-size: 100% 100%;
} */

.list_item_arrow_up {
  position: absolute;
  top: 0;
  right: 0;
  width: 20px;
  height: 20px;
  padding: 16px 10px 16px 0;
}

.list_item_arrow_up div {
  width: 100%;
  height: 100%;
  background: url(../../ui_account/img/agree_up.png) no-repeat;
  background-size: 100% 100%;
}

.wide_text_wrap {
  background: #ffffff;
  position: relative;
  font-size: 15px;
  display: block;
  width:600px;
  margin:0px auto;
}

a.wide_text_wrap:active {
  background: #efefef;
}

.wide_text_wrap .wide_text {
  padding: 15px 15px 16px 0;
  margin: 0 0 0 17px;
  height: 20px;
  cursor:pointer;
}

.wide_text_wrap .wide_text {
  line-height: 20px;
}

.wide_text_wrap .wide_text02 {
  padding: 0px 15px 0px 15px;
}

.wide_text_wrap .wide_text03 {
  font-size: 13px;
  padding: 15px;
  line-height: 20px;
}

.wide_text_wrap .wide_text03 div {
  font-size: 11px;
  line-height: 15px;
  padding: 4px 0;
}

.wide_text_wrap .wide_text_right {
  position: absolute;
  top: 18px;
  right: 30px;
}

.font_shipget {
  color: #32b1ca;
}

.font_blue {
  color: #3897f0;
}
.font_red {
  color: #ff7293;
}
.center {
  text-align: center;
}

/* 탭 */
.tab_wrap {
  overflow: hidden;
  background-color: #ffffff;
  width:600px;
  height: auto;
  text-align: center;
  margin: 0;
  border-bottom: 1px solid #ececec;
  position: fixed;
  top: 43px;
  left: 50%;
  margin-left:-300px;
  transition: top 0.2s ease-in-out;
  z-index: 1;
}
.tab_wrap .tab {
  float: left;
  width: 50%;
  height: 38px;
  color: #999999;
  font-size: 13px;
  line-height: 40px;
  display: block;
  cursor:pointer;
}
.tab_wrap .tab:active {
  background: #efefef;
}
.tab_wrap .selected {
  border-bottom: 2px solid #32b1ca;
  color: #32b1ca;
}

.tab_wrap.top_fixed {
  top: 60px;
  left:50%;
  z-index: 2;
  width:600px; 
  margin-left:-300px;
}

.tab_padding {
  width: 100%;
  height: 42px;
}

/* 마이페이지 환영합니다 */
.welcome {
  position: fixed;
  top: 43px;
  left:50%;
  margin-left:-300px;
  width: 600px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  color: #262626;
  background: #ffffff;
  transition: top 0.2s ease-in-out;
  z-index: 2;
}

.welcome_padding {
  width: 100%;
  height: 50px;
}

.welcome.login {
  color: #3897f0;
}

.welcome.hide {
  top: -43px;
}

.welcome_padding.hide {
  display: none;
}

.font_gray {
  color: #afafaf;
}

/* 토니 요청으로 gray_header 전부변경.
.gray_header{
    font-size: 13px;
    height: 13px;
    color: #808080;
    width: 100%;
    padding: 17px 15px 10px 15px;
    background: #efeff4;
}
*/

.gray_header {
  font-family: "NotoSansKR-Medium", "Malgun Gothic", "Sans-serif";
  font-size: 16px !important;
  height: 13px;
  color: #2b2b2b;
  width: 100%;
  padding: 17px 15px 15px 15px;
  background: #efeff4;
}

/*input css*/

input[type="checkbox"] {
  display: none;
}
input[type="checkbox"] + label {
  background-image: url("https://shipget.co.kr/mdg/v4/ui/common/img/checkbox_off.png");
  background-repeat: no-repeat;
  background-size: contain;
  padding-left: 34px;
  float: left;
  height: 29px;
  cursor:pointer;
}
input[type="checkbox"]:checked + label {
  background-image: url("https://shipget.co.kr/mdg/v4/ui/common/img/checkbox_on.png");
}

.submit {
  margin-top: 35px;
  margin-bottom: 35px;
  background: rgba(56, 151, 240, 1);
  width: 500px;
  text-align: center;
  border: none;
  border-radius: 4px;
  height: 44px;
  line-height: 40px;
  color: #ffffff;
  font-size: 1em;
  outline: none;
}

.margin_top_50 {
  margin-top: 50px;
}

.margin_top_40 {
  margin-top: 40px;
}

.margin_top_35 {
  margin-top: 35px;
}

.margin_top_20 {
  margin-top: 20px;
}

.margin_top_15 {
  margin-top: 15px;
}

.margin_bottom_15 {
  margin-bottom: 15px;
}

.margin_bottom_20 {
  margin-bottom: 20px;
}

.border_top {
  border-top: 1px solid #ececec;
}

.border_bottom {
  border-bottom: 1px solid #ececec;
}

.border_top_bottom {
  border-top: 1px solid #ececec;
  border-bottom: 1px solid #ececec;
}

.list_check_right {
  position: absolute;
  top: 0;
  right: 0;
  padding: 12px 0 0 0;
}

.list_check_right02 {
  position: absolute;
  top: 0;
  right: 0;
  padding: 7px 7px 0 0;
}

.detail_check_right_1 {
  position: absolute;
  top: 0;
  left: 0;
  padding: 12px 0 0 0;
  margin: 10px 0 0 20px;
}

.detail_check_right_2 {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 12px 0 0 0;
  margin: 0 0 8px 20px;
}

.btn_wide_wrap {
  width: 380px;
  text-align: center;
  padding: 0 110px;
  display: block;
}

.btn_wide {
  display: block;
  border-radius: 5px;
  color: #ffffff;
  font-size: 14px;
  padding: 12px 0 12px 0;
  text-align: center;
  background: #3897f0;
  cursor:pointer;
}

.btn_wide.disabled {
  background: #afafaf;
}
.btn_wide.disabled:active {
  background: #afafaf;
}

.btn_wide:active {
  background: #5eb1ff;
}

.info {
  background: url("../img/img_info_170310.png") no-repeat;
  background-size: 15px 15px;
  width: 15px;
  height: 15px;
  display: block;
  margin: 0 0 0 5px;
  cursor:pointer;
}

.header_info {
  background: url(../img/img_info_170310.png) 0px 2px no-repeat;
  background-size: 20px 20px;
  width: 20px;
  height: 25px;
  position: absolute;
  top: 10px;
  line-height: 40px;
  right: 0;
  margin: 0 18px 0 5px;
  z-index: 100;
  cursor:pointer;
}

.header_info:after {
  content: "";
  display: inline-block;
  overflow: hidden;
}

.float_left {
  float: left;
}

.margin_bottom {
  margin-bottom: 15px;
}

.scan_percent {
  display: block;
  position: absolute;
  top: 18px;
  right: 10px;
  font-size: 15px;
  color: #3897f0;
}

.padding_left_17 {
  padding-left: 17px;
}

.text_align_center {
  text-align: center;
}

.text_align_left {
  text-align: left;
}

/*왼쪽에 쉽겟알림 아이콘이 추가 되면서 background-size 조정 하였다. (광군제 아이콘) 
기본 아이콘으로 변경 시 background-size 재조정 필요 (김윤진)*/
.hotdeal_header {
  background-image: url("../img/hotdeal_header_201116.png");
  background-repeat: no-repeat;
  background-size: 25%;
  background-position: 50%;
  display: inline-block;
  height: 100%;
  width: 100%;
}

.hotdeal_header_1025 {
  background-image: url("../img/hotdeal_header_221025.png");
  background-repeat: no-repeat;
  background-size: 38%;
  background-position: 50%;
  display: inline-block;
  height: 100%;
  width: 100%;
}

.dh_icon {
  float: left;
  margin: 15px 0 0 3px;
  height: 15px;
}

.font_11 {
  font-size: 11px;
}

.no_list_img {
  width: 42%;
  padding-bottom: 25%;
}

.no_list_img_02 {
  width: 40%;
  padding-top:30px;
  margin-left:30%;
}

.order_tab_info_img {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 100%;
  padding-top: 20%;
}

.order_tab_info_img_02 {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  padding-top: 130%;
  margin-bottom: 5%;
}

.order_tab_info_img_02.exception {
  padding-top: 145%;
}

.order_tab_info_img_02.exception_02 {
  background-size: cover;
  padding-top: 100% !important;
}


.order_tab_info_text {
  font-size: 13px;
  padding-top: 10px;
  text-align: center;
}

.order_tab_info_text_02 {
  font-size: 13px;
  padding: 0px 10px;
  text-align: left;
}


.order_tab_info_img_02.exception_03 {
  margin-bottom: unset;
  padding-top : 137%;
}
.scan_ui_container {
  width: 100%;
  height: 100%;
  background: #ffffff;
  position: fixed;
  top: 0;
  z-index: 3;
}

.scan_ui_wrap {
  width: 100%;
  height: 100%;
}

.scan_ui_wrap .header {
  width: 100%;
  height: 43px;
  position: absolute;
  top: 0;
  left: 0;
}

.scan_ui_wrap .header .back {
  position: absolute;
  top: 8px;
  left: 8px;
  height: 28px;
  width: 28px;
  background: url(https://shipget.co.kr/mdg/v4/ui/common/img/header_back.png)
    no-repeat;
  background-size: 100% 100%;
  z-index: 2;
}

.scan_ui_wrap .top {
  width: 100%;
  height: 30%;
  padding-top: 43px;
  box-sizing: border-box;
}

.scan_ui_wrap .top .logo {
  background: url(https://shipget.co.kr/mdg/v4/ui/common/modal/img/modal_logo.png) center center no-repeat;
  width: 600px;
  height: 100%;
  margin:0px auto;
}

.scan_ui_wrap .top .logo_jp {
  background: url(https://shipget.co.kr/mdg/v4/ui/common/modal/img/modal_logo_jp.png) center center no-repeat;
  width: 600px;
  height: 100%;
  margin:0px auto;
}

.scan_ui_wrap .top .logo_vn {
  background: url(https://shipget.co.kr/mdg/v4/ui/common/modal/img/modal_logo_vn.png)
    50% 90% no-repeat;
  background-size: 40%;
  width: 100%;
  height: 100%;
}

.scan_ui_wrap .top .logo_toy {
  background: url(https://shipget.co.kr/mdg/v4/ui/common/modal/img/modal_logo_toy.png)
    50% 90% no-repeat;
  background-size: 40%;
  width: 100%;
  height: 100%;
}

.scan_ui_wrap .middle {
  width: 100%;
  display: table;
  min-height:200px;
}

.scan_ui_wrap .middle .text {
  text-align: center;
  /* padding: 10%; */
  font-size: 16px;
  display: table-cell;
  vertical-align: middle;
}

.scan_ui_wrap .middle .text .text_big {
  font-size: 20px;
  padding-bottom: 30px;
}

.scan_ui_wrap .bottom {
  width: 100%;
  height: 35%;
}

.scan_ui_wrap .bottom .rate {
  font-size: 18px;
  text-align: center;
  color: #3897f0;
}

.uil_discount {
  position: absolute;
  right: 20px;
  bottom: 0px;
  width: 32px;
  height: 31px;
  letter-spacing: -1px;
  background: #ed4956;
  border-radius: 50%;
  color: #ffffff;
  display: table;
  text-align: center;
  vertical-align: middle;
  font-size: 15px;
}

.uil_discount div {
  display: table-cell;
  vertical-align: middle;
  padding-top: 2px;
}

.uil_discount span {
  font-size: 10px;
}

.btn_focus {
  background: #5eb1ff;
}

.list_item_focus {
  background: #efefef;
}

.btn_right:active {
  background: #5eb1ff;
}

.address_notice {
  font-size: 15px;
  padding: 12px;
  line-height: 19px;
  background-color: #efeff4;
  color: #ff7293;
}

.box_warning .box_padding {
  padding-bottom: 7px;
}

.box_warning p {
  font-size: 12px;
  line-height: 15px;
}

.wide_text_wrap .wide_text_height {
  padding: 15px 15px 16px 0;
  margin: 0 0 0 17px;
  height: auto;
  font-size: 13px;
  line-height: 17px;
}
/*마이페이지 궁금증*/
#main_wrapper{width:600px; margin:0px auto;}

#main_content_wrapper{width:600px; margin:0px auto;}

.langWrpper{width:600px; margin:0px auto;}