form,fieldset,img{border:0;}
table{border-spacing:0;border-collapse:collapse;}
hr,legend,caption{display:none;}
img,fieldset{border:0 none;}
ul,ol,li{list-style:none outside;}
img,input,select,textarea{vertical-align:middle;}
a{text-decoration:none;color:#3b3b3b;}
a:link,a:hover,a:active{text-decoration:none;}
select{height:27px;padding:2px 0 2px 3px;letter-spacing:0;font-size:12px;}/*130115 font-sizeÃß°¡*/


/* COMMON CLASS */
.ir{overflow:hidden;text-indent:-1000em;}
.hp{visibility:hidden;width:0;height:0;overflow:hidden;position:absolute;top:-10000px;font-size:0;line-height:0}
.orange{color:#ff3b00;}
.red{color:#ec3939 !important;}
.borderNone{border:none !important;}
.marb30{margin-bottom:30px !important;}
.mart5{margin-top:5px !important;}
.mart15{margin-top:15px !important;}
.btn_bg{height:50px;text-align:center;background:url(../images/common/bg_my_btn.gif) repeat-x left top;}
.btn_bg a{display:block;width:100%;}
.btn_bg .bmore{display:block;width:100%;height:50px;overflow:hidden;text-indent:-1000em;border:0;cursor:pointer;background:url(http://pics.auction.co.kr/mobile/MW/320/btn_view_more.gif) no-repeat 50% 0;}
.btn_ct{margin-bottom:20px;text-align:center;}
.input{height:19px;padding:2px 0;border:1px solid #d1d1d1;font-size:1em;color:#434343;background:#FFF;}
.noBorder{-webkit-tap-highlight-color:rgba(0,0,0,0);}
.input.noBorder, .textarea.noBorder, .select.noBorder{-webkit-tap-highlight-color:rgba(0,0,0,0);}


/* Content Slider */
.content-slider {
  position: relative;
  margin-bottom: 2.1875rem;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
}
.layer--full--opened .content-slider {
  display: none;
}
.content-slider img {
  max-width: 100%;
  vertical-align: middle;
}
.content-slider_viewport {
  width: 100%;
  overflow: hidden;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);
}
.content-slider_list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  list-style: none;
  position: relative;
  left: -100%;
  padding: 0;
  margin: 0;
}
.content-slider--snap .content-slider_list {
  -webkit-transition: -webkit-transform .2s ease;
  transition: transform .2s ease;
}
.content-slider_item {
  display: none;
}
.content-slider_item:before,
.content-slider_item:after {
  content: " ";
  display: table;
}
.content-slider_item:after {
  clear: both;
}
.content-slider_item.prev,
.content-slider_item.next {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.content-slider--single .content-slider_item,
.content-slider_item.active {
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  display: block;
}
.content-slider_item.next {
  -webkit-transform: translateX(200%);
  -ms-transform: translateX(200%);
  transform: translateX(200%);
}
.content-slider_pagination {
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  list-style: none;
  position: absolute;
  bottom: -1.3125em;
  left: 50%;
  padding: 0;
  margin: 0;
}
.content-slider_pagination:before,
.content-slider_pagination:after {
  content: " ";
  display: table;
}
.content-slider_pagination:after {
  clear: both;
}
.content-slider_pagination li {
  float: left;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 0.5em;
  height: 0.5em;
  border-radius: 50%;
  border: 1px solid #cccccc;
  background: #ffffff;
}
.content-slider_pagination li + li {
  margin-left: 0.3125em;
}
.content-slider_pagination li.active {
  border-color: #ed252f;
  background: #fe434c;
}
.content-slider_prev,
.content-slider_next {
  position: absolute;
  top: 0;
  height: 100%;
  padding: 0 6px;
  border: 0;
  margin: 0;
  background: transparent;
  color: transparent;
  font-size: 0;
  line-height: 0;
  text-shadow: none;
  text-indent: -200px;
  overflow: hidden;
}
.content-slider--single .content-slider_prev,
.content-slider--single .content-slider_next {
  display: none;
}
.content-slider_prev:before,
.content-slider_next:before {
  background-image: url(../images/vip/sprite--vip-v3.png);
  background-repeat: no-repeat;
  content: '';
  display: block;
  width: 12px;
  height: 20px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 13/10), only screen and (min-device-pixel-ratio: 1.3), only screen and (min-resolution: 120dpi), only screen and (min-resolution: 1.3dppx) {
  .content-slider_prev:before,
  .content-slider_next:before {
    background-image: url(../images/vip/sprite--vip-v3@2x.png);
    background-size: 256px 49px;
  }
}
.content-slider_prev {
  left: 0;
  padding-right: 7px;
}
.content-slider_prev:before {
  background-position: -7px 0;
}
.content-slider_next {
  right: 0;
  padding-left: 7px;
}
.content-slider_next:before {
  background-position: -20px 0;
}
.content-slider_layer-control {
  position: absolute;
  bottom: -2.91666667em;
  right: 0;
  color: #666;
  padding: 1em 0 0.91666667em;
  font-size: 0.75em;
  line-height: 1;
  text-decoration: none;
}
.content-slider_layer-control:after {
  background-image: url(../images/N_index/sprite--index-v2.png);
  background-repeat: no-repeat;
  content: "";
  display: inline-block;
  vertical-align: baseline;
  width: 10px;
  height: 10px;
  margin-left: 0.25em;
  background-position: 0 0;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 13/10), only screen and (min-device-pixel-ratio: 1.3), only screen and (min-resolution: 120dpi), only screen and (min-resolution: 1.3dppx) {
  .content-slider_layer-control:after {
    background-image: url(../images/N_index/sprite--index-v2@2x.png);
    background-size: 77px 73px;
  }
}
.content-slider {
  min-height: 300px;
  margin-bottom: 0;
}
.content-slider_pagination {
  bottom: 0.675em;
}

/* »óÇ° Á¤º¸ */
.product-info_header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 3.25em;
}
.product-info_name {
  display: block;
  padding: 0 0.66666667em;
  max-height: 2.4em;
  overflow: hidden;
  font-size: 0.9375em;
  line-height: 1.2;
}
/* »óÇ° Á¤º¸ ±×·ì */
.product-info_group {
  max-width: 300px;
  margin: 0 auto;
}
.product-info_group--main {
  max-width: 100%;
  margin: 0;
}
/* »óÇ° ÀÌ¹ÌÁö */
.product-info_image {
  margin-bottom: 0.625rem;
}
@media only screen and (min-width: 768px) {
  .product-info:before,
  .product-info:after {
    content: " ";
    display: table;
  }
  .product-info:after {
    clear: both;
  }
  .product-info_group {
    float: left;
    width: 300px;
    margin-right: 1.25em;
    margin-left: 0.5em;
  }
  .product-info_group--main {
    overflow: hidden;
  }
}

.pr_data { width:100%; overflow:hidden;}
.pr_data ul { padding:0 !important; margin-top:0 !important;border-top: 1px solid #e5e5e5; position:relative;}

.pr_data li{ width:100%; list-style:none;  padding: 0.46153846em 0.61538462em; border-bottom: 1px solid #e5e5e5;  color: #666;  font-size: 0.8125em;  line-height: 1.15384615em;}
.pr_data li span{ width: 6.15384615em; display: inline-block; padding-top: 0.30769231em; padding-bottom: 0.30769231em;font:normal 1em 'ngb';}
.pr_data .price {  color: #fe434c !important;  line-height: 1;font:normal  1.53846154em 'ngb';}
.pr_data .text {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  max-height: 2.66666667em;
  padding: 0.73333333em 0.6em 0.66666667em;
  border: 1px solid #ccc;
  font-size: 0.9375em;
  line-height: 1.13333333;
  text-align: left;
  width:50px;
}


.pr_data .styled1 {
	width:150px;
  background-image: url(../images/common/bg-select.png);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 2.66666667em;
  padding-left: 0;
  border: 1px solid #ccc;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: 100% 50%;
  font-size: 0.9375em;
  line-height: 2.53333333;
}


.pr_data .delvery{position: absolute;
top: -1px;
right: 0.72727273em;
width: 5.81818182em;
padding: 0.27272727em 0 0.18181818em;
background: #f88139;
color: #fff;
font-weight: bold; font-style:normal;
font-size: 0.84615385em;
line-height: 1.4;
text-align: center;}





/* ±¸¸ÅÇÏ±â */
.button--buy,
.button--basket,
.button--star {
  font-weight: bold;
}
.button--buy {
  border-color: #fe434c;
  background: #fe434c;
  color: #fff;
}
.product-actions {
  position: fixed;
  z-index: 100;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 0.375em 0.5em;
  border-top: 2px solid #36394b;
  background: #fff;
}
.layer--full--opened .product-actions {
  display: none;
}
.product-actions .button-group {
  display: table;
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}
.product-actions .button-group:before,
.product-actions .button-group:after {
  content: " ";
  display: table;
}
.product-actions .button-group:after {
  clear: both;
}
.product-actions .button-group_item {
  display: table-cell;
  float: none;
}
.product-actions .button-group_item + .button-group_item {
  padding-left: 0.3125em;
}
.product-actions .button--normal {
  padding: 0.73333333em 0;
  font-size: 0.9375em;
}


/* »óÇ°Á¤º¸ÅÇ */
.l-main_body .tab-list {
  height: 3.0625rem;
}
.l-main_body .tab-list_item {
  background-color: #eaeaea;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f4f4f4), to(#eaeaea));
  background-image: -webkit-linear-gradient(top, #f4f4f4, #eaeaea);
  background-image: linear-gradient(to bottom, #f4f4f4, #eaeaea);
  background-repeat: repeat-x;
  border-width: 1px 0;
  border-style: solid;
  border-color: #cccccc;
  color: #999;
  font-weight: bold;
  font-size: 0.9375em;
  line-height: 1;
}
.l-main_body .tab-list_item + .tab-list_item {
  border-left: 1px solid #cccccc;
}
.l-main_body .tab-list_item.active + .tab-list_item {
  border-left: 0;
}
.l-main_body .tab-list_item:first-child {
  border-left: 0 !important;
}
.l-main_body .tab-list_item:last-child {
  border-right: 0 !important;
}
.l-main_body .tab-list_item a {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 3.2em;
  padding-top: 1.13333333em;
  color: inherit;
}
.l-main_body .tab-list_item.active {
  background-color: #757a89;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#8c92a0), to(#757a89));
  background-image: -webkit-linear-gradient(top, #8c92a0, #757a89);
  background-image: linear-gradient(to bottom, #8c92a0, #757a89);
  background-repeat: repeat-x;
  border-width: 1px;
  border-color: #5f6470;
  color: #fff;
}
.l-main_body .tab-list_item.has-counter a {
  padding-top: 0.625rem;
}
.l-main_body .tab-list_item.has-extra a {
  padding-top: 0.66666667em;
}
.tab-list_item_counter {
  display: block;
  font-size: 0.8125rem;
}
.tab-list_item_extra {
  display: block;
  margin-top: 0.16666667em;
  font-weight: normal;
  font-size: 0.8em;
}


/* »óÇ°»ó¼¼ */
.product-detail-preview,
.product-detail-view {
  position: relative;
  padding: 0.625em 0.5em;
  border-top: 1px solid #e5e5e5;
}
.product-detail-preview img,
.product-detail-view img {
  display: block;
  width: 100%;
}
h3.in_type01{color:#292929;background:transparent url(../images/common/bg_h3.png) left 3px no-repeat;padding-left:25px;margin-bottom:18px;font:normal 15px 'ngb';}
h4.in_type01{ font:normal .9em 'ngb';color:#fff;background: #b70630  !important;padding:5px 5px 5px 5px !important; margin: 0 0 10px 0 !important; }

h5.in_type01{font-size:0.8em;color:#292929; margin: 0 0 5px 0 !important; border-bottom:#CCC 1px solid; padding-bottom:5px; padding-top:5px;}
.pdta_viw { margin:0 !important; padding-left:0 !important; color:#999999}
.pdta_viw li{ list-style:none;background:transparent url(../images/common/bg_gl_list_Type01.jpg) left 8px no-repeat;padding:0 0 5px 10px;line-height:1.6em;clear:both;font:normal; font-size:0.77em;}

/* »óÇ°»ó¼¼ È®Àå */
.icon--expand {
  background-image: url("../images/vip/sprite--vip-v3.png");
  background-repeat: no-repeat;
  display: inline-block;
  width: 16px;
  height: 17px;
  background-position: -33px 0;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 13/10), only screen and (min-device-pixel-ratio: 1.3), only screen and (min-resolution: 120dpi), only screen and (min-resolution: 1.3dppx) {
  .icon--expand {
    background-image: url("../images/vip/sprite--vip-v3@2x.png");
    background-size: 256px 49px;
  }
}
.detail-view-toggle {
  background-color: rgba(117, 122, 137, 0.9);
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(140, 146, 160, 0.9)), to(rgba(117, 122, 137, 0.9)));
  background-image: -webkit-linear-gradient(top, rgba(140, 146, 160, 0.9), rgba(117, 122, 137, 0.9));
  background-image: linear-gradient(to bottom, rgba(140, 146, 160, 0.9), rgba(117, 122, 137, 0.9));
  background-repeat: repeat-x;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  width: 1.23076923em;
  padding: 0.53846154em 0.61538462em 0.38461538em;
  border: 1px solid #5f6470;
  border-right: 0;
  background-color: transparent;
  color: #fff;
  font-weight: bold;
  font-size: 0.8125em;
  line-height: 1;
  text-shadow: 0 -1px 0 #36394b;
  text-align: center;
  text-decoration: none;
}
.detail-view-toggle .icon--expand {
  display: block;
  margin: 0 auto 0.54545455em;
}
.product-detail-preview .detail-view-toggle {
  position: absolute;
  z-index: 1;
  top: 1.25rem;
  right: 0;
}
.product-detail-preview.detail-view-toggle-fixed .detail-view-toggle,
.detail-view-toggle.stick {
  position: fixed;
  top: 5rem;
  z-index: 1;
}
.product-detail-view .detail-view-toggle {
  position: fixed;
  right: 0.5rem;
  bottom: 0.5rem;
}


/* »óÇ°Æò */
.slot {
  position: relative;
  border-top: 1px solid #333;border-bottom: 1px solid #e5e5e5;
}
.slot_header {
  padding: 0.6875em 0.5em;
}
.slot_title {
  margin: 0;
  color: #333;
  font-weight: bold;
  font-size: 1.0625em;
  line-height: 1;
}
.slot.collapsed .slot_body {
  display: none;
}
.slot_body .pagination {
  padding-top: 0.625rem;
  padding-bottom: 0.9375rem;
}
.slot_more-link {
  position: absolute;
  top: 0.38333333em;
  right: 0.66666667em;
  font-size: 0.75em;
  line-height: 1;
}
.slot_block-link {
  display: block;
  padding: 0.6875em 0.5em;
  text-decoration: none;
}

.link--small {
  color: #666;
  font-size: 0.92307692em;
  line-height: 1.91666667em;
  text-decoration: none;
}
.link--small:after {
  background-image: url("../images/vip/sprite--vip-v3.png");
  background-repeat: no-repeat;
  content: '';
  display: inline-block;
  width: 6px;
  height: 10px;
  margin-left: 0.25em;
  background-position: 0 0;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 13/10), only screen and (min-device-pixel-ratio: 1.3), only screen and (min-resolution: 120dpi), only screen and (min-resolution: 1.3dppx) {
  .link--small:after {
    background-image: url("../images/vip/sprite--vip-v3@2x.png");
    background-size: 256px 49px;
  }
}

/* »óÇ°Æò2 */
.feedback-list {
  list-style: none;
  padding: 0;
  margin: 0;
  border-bottom: 1px solid #e5e5e5;
}
.feedback-list_item + .feedback-list_item {
  border-top: 1px solid #e5e5e5;
}
.feedback {
  padding: 0.625rem 0.5rem 0.5rem;
}
.feedback:before,
.feedback:after {
  content: " ";
  display: table;
}
.feedback:after {
  clear: both;
}
.feedback_thumbnail,
.feedback_thumbnail--empty {
  position: relative;
  float: left;
  width: 65px;
  margin-right: 0.5rem;
}
.feedback_thumbnail > img {
  width: 65px;
  height: 65px;
}
.feedback_thumbnail--empty {
  height: 95px;
}
.feedback_badge-group {
  float: left;
}
.feedback_badge-group + .feedback_badge-group {
  margin-left: 0.3125rem;
}
.feedback_badge-label {
  display: block;
  margin: 0.125rem 0 0.1875rem;
  color: #999999;
  font-size: 0.6875rem;
  text-align: center;
}
.feedback_badge--good,
.feedback_badge--soso,
.feedback_badge--bad,
.feedback_badge--na {
  display: inline-block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 2.25rem;
  height: 2.25rem;
  padding-top: 0.8125rem;
  border-radius: 50%;
  color: #fff;
  font-weight: bold;
  font-size: 0.6875rem;
  line-height: 1;
  text-align: center;
}
.feedback_thumbnail .feedback_badge--good,
.feedback_thumbnail .feedback_badge--soso,
.feedback_thumbnail .feedback_badge--bad,
.feedback_thumbnail .feedback_badge--na {
  position: absolute;
  top: -0.375rem;
  left: -0.25rem;
}
.feedback_thumbnail--empty .feedback_badge--good,
.feedback_thumbnail--empty .feedback_badge--soso,
.feedback_thumbnail--empty .feedback_badge--bad,
.feedback_thumbnail--empty .feedback_badge--na {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.feedback_badge--good {
  background-color: #fe434c;
}
.feedback_badge--soso {
  background-color: #01c0c8;
}
.feedback_badge--bad {
  background-color: #999;
}
.feedback_badge--na {
  border: 1px solid #999;
  background-color: #fff;
  color: #666;
  letter-spacing: -0.0625rem;
}
.feedback_badge--answered,
.feedback_badge--not-answered {
  display: inline-block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 3.25rem;
  padding: 0.3em 0;
  border: 1px solid #e5e5e5;
  background-color: #fff;
  color: #999999;
  font-size: 0.625rem;
  line-height: 1;
  text-align: center;
}
.feedback_badge--answered {
  border-color: #858aa7;
  background: #858aa7;
  color: #fff;
}
.feedback_content {
  padding-top: 0.125rem;
  overflow: hidden;
}
.feedback_badge-group + .feedback_content {
  padding-left: 0.625rem;
}
.feedback_title {
  margin: 0 0 0.3125rem;
  color: #858aa7;
  font-weight: normal;
  font-size: 0.75rem;
  line-height: 0.875rem;
}
.feedback_body {
  color: #333333;
  font-size: 0.875rem;
  line-height: 1rem;
}
.feedback_meta {
  list-style: none;
  padding: 0;
  margin: 0.3125rem 0 0;
}
.feedback_meta_item,
.feedback_meta_item--new-line {
  padding-left: 0.25rem;
  color: #999999;
  font-size: 0.75rem;
  white-space: nowrap;
}
.feedback_meta_item a,
.feedback_meta_item--new-line a {
  color: inherit;
  text-decoration: underline;
}
.feedback_meta_item {
  display: inline;
}
.feedback_meta_item + .feedback_meta_item {
  border-left: 1px solid #e5e5e5;
}
.feedback_meta_item--new-line {
  display: block;
}
.icon--mobile {
  background-image: url("../images/pdp/sprite--pdp.png");
  background-repeat: no-repeat;
  width: 7px;
  height: 10px;
  background-position: -64px 0;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 13/10), only screen and (min-device-pixel-ratio: 1.3), only screen and (min-resolution: 120dpi), only screen and (min-resolution: 1.3dppx) {
  .icon--mobile {
    background-image: url("../images/pdp/sprite--pdp@2x.png");
    background-size: 71px 14px;
  }
}
.feedback_meta_item .icon--mobile {
  margin-right: 0.25rem;
}
.feedback-detail,
.feedback-detail--qna {
  border-top: 1px solid #e5e5e5;
  background: #f2f2f2;
  color: #333333;
}
.collapsed .feedback-detail,
.collapsed .feedback-detail--qna {
  display: none;
}
.feedback-detail img,
.feedback-detail--qna img {
  display: block;
  width: 100%;
  margin-bottom: 0.2625rem;
}
.feedback-detail {
  padding: 0.625rem 0.5rem 0.375rem;
  font-size: 0.875rem;
  line-height: 1rem;
}
.feedback-detail--qna {
  font-size: 0.8125rem;
  line-height: 1.25;
}
.feedback-detail_control {
  margin-top: 0.25rem;
  text-align: right;
}
.feedback-detail_control .content-toggle-button {
  color: #333333;
  font-size: 0.8125rem;
}
.feedback-detail_block {
  padding: 1rem 0.6875rem;
  overflow: hidden;
}
.feedback-detail_block + .feedback-detail_block {
  border-top: 1px solid #fff;
}
.feedback-detail_label,
.feedback-detail_label--q,
.feedback-detail_label--a {
  float: left;
  margin-right: 0.6875rem;
  font-size: 1.625rem;
  line-height: 1;
}
.feedback-detail_label--q {
  color: #999999;
}
.feedback-detail_label--a {
  color: #858aa7;
}
.feedback-detail_content {
  overflow: hidden;
}
.feedback-detail_meta {
  margin-top: 0.1875rem;
  color: #999;
  font-size: 0.6875rem;
}
.feedback-list + .content-control,
.feedback-list + .button-holder {
  margin-bottom: 0.625rem;
}
/* ¤º¤º¤º */
.no-content {
  padding: 2.5rem 0;
}
.no-content_icon {
  display: block;
  width: 100px;
  height: 84px;
  margin: 0 auto;
}
.no-content_msg {
  margin: 0.8125rem 0 0;
  color: #333;
  font-weight: bold;
  font-size: 1rem;
  line-height: 1.125;
  text-align: center;
}


/* control-group */
.control-group {
  margin: 0.5rem;
  overflow: hidden;
}
.control-group_unit {
  float: left;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.control-group_unit + .control-group_unit {
  padding-left: 0.5rem;
}
.col-3 .control-group_unit {
  width: 33%;
}
.col-3 .control-group_unit:last-child {
  width: 34%;
}
.control-group_unit select,
.control-group_unit input,
.control-group_unit .button,
.control-group_unit .button--normal {
  width: 100%;
  vertical-align: middle;
}
.control-group_unit select,
.control-group_unit .button,
.control-group_unit .button--normal {
  height: 2.25rem;
}
.control-group_unit a.button,
.control-group_unit a.button--normal {
  padding-bottom: 0.5rem;
}

/* info */
.info-block {
  border-top: 1px solid #333333;
  color: #999999;
  font-size: 0.8125rem;
  line-height: 1.23076923;
}
.info-block.first {
  border-top: 0;
}
.info-block p {
  margin: 1.23076923em 0 0;
}
.info-block .list {
  list-style: none;
  padding: 0;
  margin: 0 0 1.23076923em;
}
.info-block .list li {
  position: relative;
  padding-left: 0.46153846em;
}
.info-block .list li:before {
  content: '\00B7';
  position: absolute;
  top: 0;
  left: 0;
}
.info-block strong {
  color: #333333;
}
.info-block_header {
  position: relative;
  padding: 0.875rem 0.5rem 0.6875rem;
}
.info-block_title {
  margin: 0;
  color: #333333;
  font-weight: bold;
  font-size: 0.875rem;
  line-height: 1;
}
.info-block_header_link,
.info-block_toggle {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  padding: 0.6875rem 0.5rem;
  color: #333333;
  font-size: 0.8125rem;
  line-height: 1;
  text-decoration: none;
}
.info-block_header_link:after,
.info-block_toggle:after {
  background-image: url("../images/vip/sprite--vip.png");
  background-repeat: no-repeat;
  content: '';
  display: inline-block;
  vertical-align: text-top;
  margin-left: 5px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.3), only screen and (min--moz-device-pixel-ratio: 1.3), only screen and (-o-min-device-pixel-ratio: 13/10), only screen and (min-device-pixel-ratio: 1.3), only screen and (min-resolution: 120dpi), only screen and (min-resolution: 1.3dppx) {
  .info-block_header_link:after,
  .info-block_toggle:after {
    background-image: url("../images/vip/sprite--vip@2x.png");
    background-size: 565px 55px;
  }
}
.info-block_header_link:after {
  width: 8px;
  height: 14px;
  background-position: -442px 0;
}
.info-block_toggle:after {
  width: 14px;
  height: 8px;
  margin-top: 0.1875rem;
  background-position: -66px 0;
}
.collapsed .info-block_toggle {
  color: #cccccc;
}
.collapsed .info-block_toggle:after {
  background-position: -52px -8px;
}
.info-block_body {
  padding: 0 0.5rem;
  border-top: 1px solid #cccccc;
}
.collapsed .info-block_body {
  display: none;
}
.info-block_body > *:first-child {
  margin-top: 0.5rem;
}
.info-block_body > table:first-child {
  margin-top: 0.625rem;
}
.info-block_body > *:last-child {
  margin-bottom: 1rem;
}
.info-block_body > table:last-child {
  margin-bottom: 0.625rem;
}
.info-block_body > table + p {
  margin-top: 0.625rem;
}
/* info block */
@media screen and (min-width: 768px) {
  .info-block.first {
    font-size: 100%;
  }
  .info-block {
    font-size: 100%;
  }
  .info-block .info-block_body {
    font-size: 130%;
  }
  .info-block .seller-eval_name {
    font-size: 0.8125em;
  }
  .info-block .info-table th,
  .info-block .info-table td {
    font-size: 0.8125em;
  }
  .info-block .info-table .button--link {
    font-size: 0.6875em;
  }
  .info-block .info-block_body > *:last-child {
    font-size: 0.8125em;
  }
}
/* table */
.info-table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  border-bottom: 1px solid #e5e5e5;
}
.info-table caption {
  position: absolute;
  color: transparent;
  font-size: 0;
  line-height: 0;
  text-shadow: none;
}
.info-table th,
.info-table td {
  padding: 0.76923077em 0 0.76923077em 0.61538462em;
  border-top: 1px solid #e5e5e5;
  color: #333333;
  font-weight: normal;
  font-size: 0.8125rem;
  line-height: 1.23076923;
  text-align: left;
  vertical-align: top;
}
.info-table th {
  width: 32.56578947%;
  background: #f2f2f2;
}
.info-table .button--link {
  padding: 0.5rem 0.3125rem 0.3125rem;
  margin: 0;
  font-size: 0.6875rem;
}
.info-table .button--link:after {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  position: static;
  display: inline-block;
  vertical-align: text-top;
  width: 7px;
  height: 12px;
  margin: 0 0 0 5px;
  background-position: -450px 0;
}
.info-table .in-table-positioner {
  position: relative;
  margin: 0;
}
.info-table .in-table-positioner .button--link {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

/* oder */
.ord_ctl{clear:both;overflow:hidden;}
.ord_ctl .my_tbl{margin-bottom:10px;}
.ord_ctl .cbtn{padding:8px 0 20px 0;text-align:center;}

/* oder table */

.my_tbl{clear:both;width:100%;border-top:1px solid #636363;border-bottom:1px solid #e2e2e2;}
.my_tbl caption { display:none;}
.my_tbl.bd_none{border-top:0;}
.my_tbl th{padding:10px 0;border-bottom:1px solid #e2e2e2;font-size:0.8em;text-align:center;color:#7a7a7a;background:#f5f5f5;}

.my_tbl th.th2{border-right:none;}


.my_tbl td{padding:6px 4px;border-top:1px solid #e2e2e2;font-size:0.8em;line-height:1.3em;color:#434343;word-break:keep-all; position:relative;}
.my_tbl td.wtd1{width:70%;}
.my_tbl td.wtd2{width:29%;border-right:none;}
.my_tbl td.td2{padding:7px 1px;border-right:0;text-align:center;word-break:keep-all;color:#222;}
.my_tbl td.td2 .fee{display:block;padding-top:5px;font-size:0.9em;color:#767676;}
.my_tbl td.td2 .bt{display:block;width:58px;padding-top:5px;margin:0 auto;}

.my_tbl td.td8{padding:12px 4px;border-right:0;border-bottom:1px solid #636363;text-align:right;}

.my_tbl td .thumbnail{ width:50px; height:50px;margin-right: 0.5rem;}
.my_tbl td .chk{min-width:1.2em;min-height:1.2em;}
.my_tbl td a{ text-decoration:none; color:#333; font-weight:bold;}
.my_tbl td .text{
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  max-height: 1.96666667em;
  padding: 0.73333333em 0.6em 0.66666667em;
  border: 1px solid #ccc;
  font-size: 0.9375em;
  line-height: 1.13333333;
  text-align: left;
  width:35px;
}

.my_tbl td .size{display:block;color:#000;}
.my_tbl td .size strong{margin-right:10px;color:#cc1414;}
.my_tbl td .pd{display:block;padding:8px 0 4px px; width:auto;}
.my_tbl td .pd2{ margin-top:2px;}

.my_tbl td.add{padding:10px 10px 10px 3px;background:#f5f5f5;}
.my_tbl td.add input{min-width:1.2em;min-height:1.2em;}
.my_tbl td .pri{display:block;color:#ea1e1e;font-size:1em;font-weight:bold;text-align:right;}










.tabs{list-style:none;padding:0 .38461538461538464rem;border-bottom:1px solid #333;margin:.7692307692307693rem 0 0;font-size:1.0769230769230769rem;line-height:2.857142857142857}
.tabs:before,.tabs:after{content:" ";display:table}
.tabs:after{clear:both}
.tabs>li{float:left;width:33.3333333333%}
.tabs.cols-2>li{width:50%}
.tabs>li+li{margin-left:-1px}
.tabs>li>a{float:left;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;width:100%;border:1px solid #8b8f95;border-bottom:0;background:#e6e6e6;color:#999;text-align:center;text-decoration:none}
.tabs>li.active{position:relative}
.tabs>li.active>a{border-color:#333;padding-bottom:1px;margin-bottom:-1px;background:#fff;color:#333}
.tabs>li.active>a:before{content:'';display:inline-block;vertical-align:text-top;width:20px;height:15px;margin-right:.3076923076923077rem;}


.info-list{padding:0;border-bottom:1px solid #333;margin:.0714285714em 0 0;list-style:none;font-size:1.0769230769230769rem;line-height:1.2857142857}
.info-list>li{padding-left:.7692307692rem}
.info-list>li:before,.info-list>li:after{content:" ";display:table}
.info-list>li:after{clear:both}
.info-list>li+li{border-top:1px solid #ccc}
.info-list--set{border-bottom:0}
.info-list--set>li+li{border-top:0}
.info-list--set>.info-list--set_separator{border-top:1px solid #333}
.info-list .item-label{float:left;min-width:4em;padding:1em 0 .8571428571em;margin-right:.2857142857em;color:#999; display:inline-block;}
.info-list--set .item-label{min-width:7em}
.info-list .item-label--short{min-width:5em}
.info-list .item-content{display:block;padding:1em 0 .8571428571428571em;overflow:hidden}
.info-list .item-content .button{margin-top:-0.9230769231rem;margin-bottom:-0.3846153846rem}
.info-list .item-content input[type=text].middle,.info-list .item-content input[type=password].middle{width:60%}
.info-list .item-content.new-add{color:#999;}
.info-list .item-content.has-control{padding-top:.5714285714285714em;padding-right:.35714285714285715em;padding-bottom:.5714285714285714em;line-height:0}
.info-list .item-content.has-control.justified{padding-bottom:.2857142857142857em}
.info-list .item-content.has-control .button{margin-top:0;margin-bottom:0}
.info-list .item-content.has-control .address-holder{padding-top:.42857142857142855em;overflow:hidden;margin-bottom:.5em}
.info-list .item-content.has-control .address-holder .button{float:right;margin-top:-0.42857142857142855em;margin-left:.5em}
.info-list .item-content.has-control .address-holder .address-text{line-height:1.2857142857}
.info-list .item-content-check{margin:.6666666666666666em 0;color:#999;font-size:.8571428571428571em;line-height:1.2857142857}
.info-list .item-content .item-content-check:last-child{margin-bottom:0}
.info-list .item-content-check a{display:inline-block;color:inherit;text-decoration:none}
.info-list .item-content-check a.icon--plus:before{content:'';display:inline-block;vertical-align:middle;width:28px;height:28px;border:1px solid #e3e3e3;margin-right:.7692307692307693rem;background:#fff url('http://pics.auction.co.kr/mobile/order/v2/icon--plus.png') 0 0}
@media only screen and (-webkit-min-device-pixel-ratio:2),only screen and (min--moz-device-pixel-ratio:2),only screen and (-o-min-device-pixel-ratio:2/1),only screen and (min-device-pixel-ratio:2),only screen and (min-resolution:192dpi),only screen and (min-resolution:2dppx){
	.info-list .item-content-check a.icon--plus:before{background-image:url("http://pics.auction.co.kr/mobile/order/v2/icon--plus@2x.png");background-size:28px 28px}
}
.info-list .item-content-note{margin:.6666666667em 0 0;color:#999;font-size:.8571428571em;line-height:1.2857142857}
.info-list-button{padding:.38461538461538464rem 0 .9230769230769231rem;border-top:1px solid #fff;margin-top:-1px;text-align:center}
.info-list-note{padding:1.3636363636363635em 2.090909090909091em;border-top:1px solid #ccc;margin-top:-1px;color:#333;font-size:.8461538461538461rem;line-height:1.3636363636363635}
.info-list-note p,.info-list-note ul,.info-list-note li{margin:0}
.info-list-note ul{list-style:none;padding:0}



.info-list .button{display:inline-block;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;padding:.5em 1em .4166666666666667em;border:1px solid #ababab;-webkit-box-shadow:1px 1px 2px rgba(0,0,0,0.35);box-shadow:1px 1px 2px rgba(0,0,0,0.35);background-color:#ededed;background-image:-moz-linear-gradient(top,#fff,#ededed);background-image:-webkit-gradient(linear,0 0,0 100%,from(#fff),to(#ededed));background-image:-webkit-linear-gradient(top,#fff,#ededed);background-image:-o-linear-gradient(top,#fff,#ededed);background-image:linear-gradient(to bottom,#fff,#ededed);background-repeat:repeat-x;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff',endColorstr='#ffededed',GradientType=0);color:#333;text-decoration:none;font-size:.9230769230769231rem;line-height:normal}

.oder_list{padding:0;border-bottom:1px solid #333;margin:.0714285714em 0 0;list-style:none;font-size:0.89rem;line-height:1;}
.oder_list>li{padding-left:.7692307692rem}
.oder_list>li:before,.info-list>li:after{content:" ";display:table}
.oder_list>li:after{clear:both}
.oder_list>li+li{border-top:1px solid #ccc}


.displaynone {
	display: none !important;
}
.toggleArea {
	position: relative;
	margin: 7px 0 0;
	font-size: 12px;margin-left:.2692307692rem;  margin-right:.2692307692rem;
}
.toggleArea > .title, .toggleArea .toggleArea > .title {
	position: relative;
	padding: 14px 34px 14px 14px;
	cursor: pointer;
	line-height: 1.3em;
	background-color: #949599;
	color: #fff;
	-webkit-tap-highlight-color: rgba(255,255,255,0);
}
.toggleArea > .title:after, .toggleArea .toggleArea > .title:after {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	content: "";
	width: 40px;
	height: 100%;
	background-repeat: no-repeat;
	background-size: 20px;
	background-position: center;
	background-image: url(../images/common/ico_arrow_white.png);
}
.toggleArea.selected > .title:after, .toggleArea .toggleArea.selected > .title:after {
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	transform: rotate(180deg);
}
.toggleArea.disable > .title:after, .toggleArea .toggleArea.disable > .title:after {
	background-image: none !important;
}
.toggleArea > .title h2, .toggleArea .toggleArea > .title h2 {
	display: inline-block;
	font-size: 13px;
}
.toggleArea > .contents, .toggleArea .toggleArea > .contents {
	display: none;
	box-sizing: border-box;
	border: 1px solid #d5d5d5;
	border-top: 0;
	border-bottom: 0;
}
.toggleArea.selected > .contents, .toggleArea.disable > .contents, .toggleArea .toggleArea.selected > .contents, .toggleArea .toggleArea.disable > .contents {
	display: block;
}
.toggleArea .toggleArea .title, .toggleArea .toggleArea .contents {
	border: 0;
}
.priceArea .toggleArea > .title:after {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	content: "";
	width: 40px;
	height: 100%;
	background-repeat: no-repeat;
	background-size: 20px;
	background-position: center;
	background-image: url(../images/common/ico_arrow_gray.png);
}
.toggleArea.type2 {
	margin: 0;
}
.toggleArea.type2 > .title {
	position: relative;
	margin: 0;
	padding: 0;
	cursor: pointer;
	font-weight: normal;
	background-color: #f9f9f9;
	color: #1b1b1b;
	-webkit-tap-highlight-color: rgba(255,255,255,0);
}
.toggleArea.type2 > .title:after {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	content: "";
	width: 40px;
	height: 100%;
	background-repeat: no-repeat;
	background-size: 20px;
	background-position: center;
	background-image: url(../images/common/ico_arrow_gray.png);
}
.toggleArea.type2 .contents {
	margin: 14px 0 0;
}
.toggleArea.type2.selected > .contents, .toggleArea.type2.disable > .contents {
	display: block;
	border-bottom: 0;
}
.title {
	padding: 21px 34px 14px 14px;
	background-color: #949599;
	color: #fff;
}
.title h3, .title p {
	display: inline;
	font-size: 13px;
}
.orderArea h3 {
	padding: 0 0 0 14px;
	line-height: 43px;
	font-size: 13px;
	color: #000;
	border-bottom: 1px solid #d5d5d5;
	background-color: #f0f0f0;
}





.recipient h4 {
	padding: 0 0 0 14px;
	line-height: 43px;
	border-bottom: 1px solid #d5d5d5;
	font-size: 13px;
	color: #000;
	background-color: #f0f0f0; margin-top:0 !important;
}

.toggleArea .contents.prdArea {
	border-bottom: 1px solid #d5d5d5;
}
.orderArea .prdInfo {
	padding: 3px 10px 0;
	border-bottom: 1px solid #d5d5d5;
	background-color: #fff;
}
.orderArea .description {position: relative; height:auto; overflow:hidden; padding: 7px 0 0 90px; margin-left:0 !important;}
.orderArea .description .prdImg {position: absolute;left: 0;top: 7px;z-index: 10;width: 75px;border: 1px solid #d5d5d5; margin:0 !important;}
.orderArea .description .prdImg img {width: 75px; height:75px; }
.orderArea .description .prdName {display: block;margin:0 0 10px;font-size: 13px;}
.orderArea .description .info { padding:0 !important;  }

.orderArea .description .info li {margin: 0 0 5px; list-style:none;font-size: 12px;color: #757575;}
.orderArea .description .info li.mileage img {margin: 0 0 2px;	vertical-align: top;}
.orderArea .description .info li.price {padding: 7px 0 7px;font-size: 13px;color: #000;}
.orderArea .description .info li.price span > span {font-size: 11px;}
.orderArea .description .quantity {
	position: relative;
	display: inline-block;
	margin: 0 0 0 10px;
	padding: 0 0 0 14px;
	font-size: 13px;
}
.orderArea .description .quantity:before {
	display: block;
	content: ;
	position: absolute;
	top: 1px;
	left: 0;
	width: 1px;
	height: 13px;
	background: #989899;
}
.orderArea .description .price span.discount {
	display: block;
	text-decoration: line-through;
}
.orderArea .description .price span.discount strong, .orderArea .description .price span.discount span {
	font-weight: normal;
	font-size: 11px;
}
.orderArea .option {
	padding: 14px 0;
	border-top: 1px solid #ececec;
}
.orderArea .option .file a {
	margin: 0 0 0 4px;
	padding: 0 0 0 11px;
	color: #80aeef;
	text-decoration: underline;
	background: url(../images/common/ico_attach.png) no-repeat 0 0;
	background-size: 8px 13px;
}
.orderArea .prdTotal {
	margin: 0 -10px !important;
	padding: 10px 14px;
	font-size: 13px;
	text-align: right;
	background-color: #f1f1f1;
}
.orderArea .prdTotal span {
	font-size: 11px;
}
.orderArea .totalPrice {
	padding: 14px 0px 14px 14px;
	border-bottom: 1px solid #d5d5d5;
	font-size: 13px;
	line-height: 18px;
	background-color: #f9f9f9;
}
.orderArea .totalPrice .txtTitle {
	display: block;
	font-size: 13px;
	font-weight: bold;
	color: #1b1b1b;
}
.orderArea .totalPrice span {
	font-weight: normal;
	font-size: 12px;
}



.bwrt  {border: 1px solid #ccc !important;}

.Write_form  table caption {
	display: none;
}
.Write_form  th,  .Write_form td {
	border: 0;
	line-height: 18px;
}
.Write_form tbody {display: table-row-group;vertical-align: middle;border-color: inherit;}
.Write_form table legend {height: 0;width: 0;display: block;text-indent: -9999em;}
.Write_form  table label {cursor: pointer;}


.Write_form {background-color: #fff;}
.Write_form table {width: 100%;table-layout: fixed;border: 0 none;border-spacing: 0;border-collapse: collapse;}

.Write_form th {width: 80px;padding: 7px 0 7px 10px;border-bottom: 1px solid #d5d5d5;font-size: 13px;font-weight: normal;text-align: left;color: #757575;}
.Write_form td {padding: 7px 14px 7px 0;border-bottom: 1px solid #d5d5d5;font-size: 13px;}
.Write_form td.name {font-size: 11px;color: #757575;padding: 7px 14px 3px 0;}
.Write_form td.zipcode {	font-size: 11px;color: #757575;	padding: 7px 14px 2px 0;}
.Write_form .payment li {margin: 3px 0 0;}
.Write_form .payment li strong {	color: #757575;	font-weight: normal;font-size: 13px;}
.Write_form ul li.startDay {
	font-size: 11px;
	color: #757575;
}
.Write_form td.write {
padding: 14px;
}



.Write_form .help {
	margin: 0;
	color: #757575;
	background: url("../images/common/ico_help.png") 14px 15px no-repeat;
	background-size: 14px;
}
.Write_form .help p {
	margin: 0;
	padding: 7px 0 7px 34px;
	font-size: 11px;
}
.Write_form.discount th {
	padding: 14px 0 14px 14px;
	width: 68px;
	vertical-align: top;
}
.Write_form.discount td {
	padding: 14px 10px 14px 0;
}
.Write_form.discount p {
	padding: 14px 0 0;
}
.Write_form.discount strong {
	color: #000;
	font-weight: normal;
}
.Write_form.discount button, .Write_form.discount a {
	margin: 0 7px 0 0;
}
.Write_form.discount #input_mile, .Write_form.discount #input_deposit {
	width: 90px;
}
.Write_form.discount .eTip {
	background: url("../images/common/ico_help.png") right center no-repeat;
	background-size: 14px 15px;
	letter-spacing: normal;
	padding: 0 0 0 5px;
	margin: 0;
	border: 0;
	letter-spacing: normal;
	word-spacing: normal;
	text-transform: none;
	white-space: nowrap;
	overflow: hidden;
	width: 14px;
	height: 15px;
	text-indent: 150%;
	cursor: pointer;
}

.Write_form input[type=text], .Write_form input[type=password], .Write_form input[type=number], .Write_form input[type=tel], .Write_form textarea {
	padding: 7px;
	font-weight: inherit;
	border: 1px solid #cccccc;
	border-radius: 2px;
	outline-style: none;
	line-height: 13px;
	color: #353535;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.Write_form input[type="file"] {
	overflow: hidden;
	max-width: 100%;
}
.Write_form input[type=text], .Write_form input[type=password], .Write_form input[type=number], .Write_form input[type=tel] {
	height: 29px;
}
.Write_form textarea, .Write_form input, .Write_form select {
	vertical-align: middle;
}
.Write_form textarea {
	resize: none;
	line-height: 1.2em;
}
.Write_form select {
	max-width: 100%;
	height: 29px;
	margin: 0;
	padding: 0 35px 0 3px;
	color: #353535;
	font-weight: inherit;
	border: 1px solid #ccc;
	background: #fff url("../images/common/bg_selectbox.gif") no-repeat right center;
	background-size: 32px 27px;
	-webkit-border-radius: 3px;
	-webkit-appearance: none;
}
.Write_form select.disabled {
	color: #bfbfbf;
	background-image: url("../images/common/bg_selectbox_disabled.gif");
}
.Write_form input[type="button"], .Write_form input[type="text"], .Write_form input[type="password"], .Write_form input[type="tel"], .Write_form input[type="image"], .Write_form textarea {
	-webkit-appearance: none;
}
.Write_form input:checked[type="checkbox"] {
	background-color: #fff;
	-webkit-appearance: checkbox;
}
.wsp_in1{width:95%;margin: 3px 0 0;}
.wsp_in2{width:25%;margin: 0 4px;}
.wsp_in3{width:33%;}
.member_id {width: 113px;}

.btnArea {
	max-width: 320px;
	margin: 10px auto;
	text-align: center;
	font-size: 0;
	line-height: 0;
	letter-spacing: -4px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	vertical-align: top;
}
.btnArea:after {
	content: "";
	display: block;
	clear: both;
}
.btnArea > a:first-child, .btnArea > button:first-child {
	margin-left: 0;
}
.btnArea > a, .btnArea > span, .btnArea > button {
	position: relative;
	display: inline-block;
	letter-spacing: 0;
	text-align: center;
	cursor: pointer;
	font-family: Verdana, "¸¼Àº °íµñ", Malgun Gothic, "µ¸¿ò", Dotum;
	font-weight: bold;
	border-radius: 2px;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.btnNormal, .btnStrong, .btnBasic {
	display: inline-block;
	height: 28px;
	line-height: 26px;
	margin: 0;
	padding: 0 10px;
	cursor: pointer;
	vertical-align: middle;
	font-family: Verdana, "¸¼Àº °íµñ", Malgun Gothic, "µ¸¿ò", Dotum;
	font-size: 13px;
	font-weight: 400;
	border: 0;
	border-radius: 2px;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.btnNormal {
	color: #1b1b1b;
	border: 1px solid #bcbcbc;
	background: #fff;
}
.btnStrong {
color: #fff;
border: 1px solid #717171;
background: #A3A1A1;
}
.btnBasic {
	color: #1b1b1b;
	border: 1px solid #bcbcbc;
	background: #f0f0f0;
}

.btnArea.type1 > a, .btnArea.type1 > button {
	width: 100%;
	margin: 0;
	height: 38px;
	margin: 0;
	font-size: 15px;
	line-height: 38px;
}

.btnArea .btnSubmit {height: 36px;line-height: 36px;color: #fff;border: 1px solid #96515F;background: #BD0D00; vertical-align:auto;border-radius: 2px;}

.btnArea .btnSubmit2 {height: 36px;line-height: 36px;color: #fff;border: 1px solid #6799FF;background: #6799FF; vertical-align:auto;border-radius: 2px;}






.xans-member-login .loginWrap {
	background: #fff;
}
.xans-member-login .titleArea {
	max-width: 320px;
	height: 43px;
	margin: 0 auto;
}
.xans-member-login .tab {
	width: 100%;
	margin: -1px 0 0;
	font-size: 13px;
	background: #f1f1f1;
}
.xans-member-login .tab ul {
	height: 36px;
	border: 1px solid #c8cdd2;
	border-bottom: none;
	font-size: 0; padding-left:0 !important;
}
.xans-member-login .tab ul:after {
	content: "";
	display: block;
	clear: both;
}
.xans-member-login .tab li {
	float: left;
	width: 50%;
	height: 36px;
	text-align: center;
	vertical-align: middle;
	background: #f1f1f1;
}
.xans-member-login .tab li.selected {
	background: #fff;
}
.xans-member-login .tab li a {
	display: inline-block;
	width: 100%;
	border-left: 1px solid #c8cdd2;
	border-bottom: 1px solid #c8cdd2;
	color: #333;
	font-size: 14px;
	line-height: 35px;
}
.xans-member-login .tab li:first-child a {
	border-left: none;
}
.xans-member-login .tab li.selected a {
	border-bottom: none;
	color: #333;
	font-weight: bold;
}
.xans-member-login .loginHeader {
	padding-right: 14px;
}
.xans-member-login .loginHeader:after {
	content: "";
	display: block;
	clear: both;
}
.loginWrap {
	line-height: 43px;
	text-align: right;
}
.xans-member-login .keyboard .btnKey {
	position: relative;
	padding: 0 20px 0 0;
	color: #757575;
	font-size: 11px;
	cursor: pointer;
	border: 0;
	background: none;
}
.xans-member-login .keyboard .btnKey.korean {
	display: inline-block;
	margin: 0 14px 0 0;
}
.xans-member-login .keyboard .btnKey.special {
	display: inline-block;
	margin: 0;
}
.xans-member-login .keyboard .btnKey:focus {
	outline: none;
}
.xans-member-login .keyboard .btnKey:before {
	content: "";
	position: absolute;
	right: 0;
	top: 50%;
	width: 13px;
	height: 8px;
	margin: -3px 0 0;
	background: url(../images/common/ico_toggle_arrow_down.png) no-repeat 0 50%;
	background-size: 100% 100%;
}
.xans-member-login .keyboard .btnKey.selected {
	color: #000;
	border: none;
}
.xans-member-login .keyboard .btnKey.selected:before {
	background-image: url(../images/common/ico_toggle_arrow_up.png);
}
.xans-member-login .view {
	text-align: center;
}
.xans-member-login .view > div {
	display: none;
	padding: 0 0 14px;
}
.xans-member-login .formBox {
	position: relative;
	margin: 0px 14px 0;
	font-size: 11px;
}
.xans-member-login .formBox:after {
	content: "";
	display: block;
	cler: both;
}
.xans-member-login .formBox .form {
	margin: 0 0px 0 0;
}
.xans-member-login .formBox .form input[type="text"], .xans-member-login .formBox .form input[type="password"] {
	width: 100%;
	height: 43px;
}
.xans-member-login .formBox .form input[type="text"] {
	margin: 0 0 7px;
}

.xans-member-login .formBox .form .send_name, .xans-member-login .formBox .form .orderid {
width: 100%;
height: 43px;
font-size: 15px;}


.xans-member-login .formBox .option {
	overflow: hidden;
	line-height: 43px;
	font-size: 13px;
}
.xans-member-login .formBox .option > span {
	float: left;
	margin: 0 10px 0 0;
}
.xans-member-login .formBox .option > span img {
	margin-top: -3px;
}
.xans-member-login .formBox .option > span:last-child {
	margin-right: 0;
}
.xans-member-login .formBox .option input[type="checkbox"], .xans-member-login .formBox .option .ssl img {
	width: 14px;
	margin: 0 3px 0 0;
	vertical-align: middle;
}
.xans-member-login .formBox .option .ssl em {
	color: #757575;
	vertical-align: middle;
}
.xans-member-login .formBox .btnArea.type1 {
	margin: 10px auto 0;
	padding: 0;
}
.xans-member-login .btnArea.type1 {
	width: 100%;
	margin: 10px auto 0;
	padding: 0 14px;
	text-align: center;
	font-size: 13px;
}
.xans-member-login .btnArea.typeLogin {
	height: 43px;
	margin: 0 auto;
	font-size: 13px;
	font-family: "¸¼Àº °íµñ", Malgun Gothic, "µ¸¿ò", Dotum;
	text-align: center;
	line-height: 43px;
}
.xans-member-login .btnArea.typeLogin .btnLogin {
	position: relative;
	display: inline-block;
	padding: 0 14px 0 15px;
	color: #858585;
	font-weight: normal;
}
.xans-member-login .btnArea.typeLogin .btnLogin:before {
	display: block;
	content: "";
	position: absolute;
	top: 16px;
	left: 0;
	width: 1px;
	height: 13px;
	background: #848484;
}
.xans-member-login .btnArea.typeLogin .btnLogin:first-child:before {
	display: none;
}
.xans-member-login .btnArea.typeLogin .btnLogin .icon {
	display: inline-block;
	width: 5px;
	padding: 0 7px 0 6px;
}
.xans-member-login #id, .xans-member-login #passwd {
	font-size: 15px;
}
.xans-myshop-orderhistorynologin {
	display: none;
	margin: 14px auto 29px;
	background: #fff;
}
.xans-myshop-orderhistorynologin .tab {
	width: 100%;
	font-size: 13px;
	background: #f1f1f1;
}
.xans-myshop-orderhistorynologin .tab ul {
	height: 36px;
	border: 1px solid #c8cdd2;
	border-bottom: none;
	font-size: 0;
}
.xans-myshop-orderhistorynologin .tab ul:after {
	content: "";
	display: block;
	clear: both;
}
.xans-myshop-orderhistorynologin .tab li {
	float: left;
	width: 50%;
	height: 36px;
	text-align: center;
	vertical-align: middle;
	background: #f1f1f1;
}
.xans-myshop-orderhistorynologin .tab li.selected {
	background: #fff;
}
.xans-myshop-orderhistorynologin .tab li a {
	display: inline-block;
	width: 100%;
	border-left: 1px solid #c8cdd2;
	border-bottom: 1px solid #c8cdd2;
	color: #333;
	font-size: 14px;
	line-height: 35px;
}
.xans-myshop-orderhistorynologin .tab li:first-child a {
	border-left: none;
}
.xans-myshop-orderhistorynologin .tab li.selected a {
	border-bottom: none;
	color: #333;
	font-weight: bold;
}
.xans-myshop-orderhistorynologin .loginHeader {
	padding-right: 14px;
}
.xans-myshop-orderhistorynologin .loginHeader:after {
	content: "";
	display: block;
	clear: both;
}
.xans-myshop-orderhistorynologin .keyboard {
	line-height: 43px;
	text-align: right;
}
.xans-myshop-orderhistorynologin .keyboard .btnKey {
	position: relative;
	padding: 0 20px 0 0;
	color: #757575;
	font-size: 11px;
	cursor: pointer;
	border: 0;
	background: none;
}
.xans-myshop-orderhistorynologin .keyboard .btnKey.korean {
	display: inline-block;
	margin: 0px 14px 0px 0;
}
.xans-myshop-orderhistorynologin .keyboard .btnKey.special {
	display: inline-block;
	margin: 0px 0 0px;
}
.xans-myshop-orderhistorynologin .keyboard .btnKey:focus {
	outline: none;
}
.xans-myshop-orderhistorynologin .keyboard .btnKey:before {
	content: "";
	position: absolute;
	right: 0;
	top: 50%;
	width: 13px;
	height: 8px;
	margin: -3px 0 0;
	background: url(../images/common/ico_toggle_arrow_down.png) no-repeat 0 50%;
	background-size: 100% 100%;
}
.xans-myshop-orderhistorynologin .keyboard .btnKey.selected {
	color: #508bed;
	border: none;
}
.xans-myshop-orderhistorynologin .keyboard .btnKey.selected:before {
	background-image: url(../images/common/ico_toggle_arrow_up.png);
}
.xans-myshop-orderhistorynologin .view {
	text-align: center;
}
.xans-myshop-orderhistorynologin .view > div {
	display: none;
	padding: 0 0 14px;
}
.xans-myshop-orderhistorynologin .formBox {
	position: relative;
	margin: 0px 14px 0;
	font-size: 11px;
}
.xans-myshop-orderhistorynologin .formBox:after {
	content: "";
	display: block;
	cler: both;
}
.xans-myshop-orderhistorynologin .formBox .form {
	margin: 0 0px 14px 0;
}
.xans-myshop-orderhistorynologin .formBox .form #order_name, .xans-myshop-orderhistorynologin .formBox .form #order_password {
	width: 100%;
	height: 43px;
	font-size: 15px;
}
.xans-myshop-orderhistorynologin .formBox .form #order_name {
	margin: 0 0 7px;
}
.xans-myshop-orderhistorynologin .formBox .form #order_password {
	margin: 7px 0 0;
}
.xans-myshop-orderhistorynologin .formBox .form #order_id1, .xans-myshop-orderhistorynologin .formBox .form #order_id2 {
	width: 48%;
	height: 42px;
	font-size: 15px;
}
.xans-myshop-orderhistorynologin .formBox .form #order_id1 {
	margin: 0 0.7% 0 0;
}
.xans-myshop-orderhistorynologin .formBox .form #order_id2 {
	margin: 0 0 0 0.7%;
}
.xans-myshop-orderhistorynologin .formBox .btnArea.type1 {
	margin: 7px auto 0;
}
.xans-myshop-orderhistorynologin .formBox .btnJoin.btnArea.type1 {
	margin: 14px auto 0;
}
.xans-myshop-orderhistorynologin .formBox .btnArea .btnBasic2 {
	background: #e8e8e8;
	border: 1px solid #bcbcbc;
}
.xans-myshop-orderhistorynologin .formBox .help {
	margin: 14px 0 14px;
	padding: 0 0 0 22px;
	color: #757575;
	font-size: 11px;
	background: url(../images/common/ico_help.png) 0 50% no-repeat;
	background-size: 14px;
}
.xans-myshop-orderhistorynologin .formBox .help p {
	margin: 0 0 8px;
}
.xans-myshop-orderhistorynologin #member_id, .xans-myshop-orderhistorynologin #member_passwd {
	font-size: 15px;
}



.xans-member-join {
	margin: 14px 7px 0px;
	padding: 0 0 29px;
	color: #63666e;
	font-size: 11px;
}
.xans-member-join .agreeArea {
	margin: 0 0 7px;
	border: 1px solid #ccc;
	background: #fff;
}
.xans-member-join .title2 {
	position: relative;
	line-height: 36px;
	color: #333;
	border-bottom: 1px solid #ccc;
}
.xans-member-join .title2 h3 {
	padding: 0 0 0 14px;
	font-size: 13px;
	font-weight: normal; margin:0 !important;
}
.xans-member-join .title2 h3 label {
	display: none;
}
.xans-member-join .title2 h3 label.check {
	display: inline;
}
.xans-member-join .title2 a.btnMore {
	position: absolute;
	top: 0px;
	right: 14px;
	font-size: 11px;
	text-decoration: underline;
}
.xans-member-join .contents {
	overflow: hidden;
	height: 90px;
	margin: 14px;
	color: #757575;
	font-size: 11px;
}

.xans-member-join .contents p{ margin:0 !important;}

.xans-member-join .titleArea h3 {
height: 30px;
padding: 13px 0 0 14px;
border: 1px solid #d5d5d5;
font-size: 13px;
font-weight: bold;
color: #4a5164;
font-family: "¸¼Àº °íµñ",Malgun Gothic,"µ¸¿ò",Dotum;
background: #f1f1f1;
}



.xans-member-join .btnArea.type2 {
	margin: 14px auto 0;
}

.btnArea.type2 {
	padding: 0 3px;
}
.btnArea.type2 > a, .btnArea.type2 > button {
	width: 50%;
	height: 34px;
	margin: 0;
	font-size: 13px;
	line-height: 34px;
}

.btnArea.type2 input {
	width: 50%;
	height: 34px;
	margin: 0;
	font-size: 13px;
	line-height: 34px;
}
.btnArea.type2 > a:nth-child(1), .btnArea.type2 > button:nth-child(1) {
	left: -3px;
}
.btnArea.type2 > a:nth-child(2), .btnArea.type2 > button:nth-child(2) {
	right: -3px;
}
.btnArea.type3 {
	padding: 0 6px;
}
.btnArea.type3 > a, .btnArea.type3 > button {
	width: 33.333%;
	margin: 0;
	height: 32px;
	margin: 0;
	font-size: 12px;
	line-height: 32px;
}
.btnArea.type3 > a:nth-child(1), .btnArea.type3 > button:nth-child(1) {
	left: -6px;
}
.btnArea.type3 > a:nth-child(3), .btnArea.type3 > button:nth-child(3) {
	right: -6px;
}
.btnArea.type5 {
	padding: 0 6px;
}
.btnArea.type5 > a, .btnArea.type5 > button {
	width: 18.9%;
	margin: 0;
	height: 32px;
	margin: 0;
	font-size: 12px;
	line-height: 32px;
}
.btnArea.type5 > a:nth-child(1), .btnArea.type5 > button:nth-child(1) {
	left: -6px;
}
.btnArea.type5 > a:nth-child(3), .btnArea.type5 > button:nth-child(3) {
	right: -6px;
}
.btnArea.type4 {
	padding: 0 6px;
}
.btnArea.type4 > a, .btnArea.type4 > button {
	width: 25%;
	height: 28px;
	margin: 0;
	font-size: 11px;
	line-height: 25px;
	font-weight: normal;
}
.btnArea.type4 > a:nth-child(1), .btnArea.type4 > button:nth-child(1) {
	left: -5px;
}
.btnArea.type4 > a:nth-child(2), .btnArea.type4 > button:nth-child(2) {
	left: 5px;
}
.btnArea.type4 > a:nth-child(3), .btnArea.type4 > button:nth-child(3) {
	right: -15px;
}
.btnArea.type4 > a:nth-child(4), .btnArea.type4 > button:nth-child(4) {
	right: -25px;
}
.btnArea.typeFull {
	max-width: 100%;
	padding: 0 6px;
}
.btnArea .gLeft {
	float: left;
}
.btnArea .gLeft a, .btnArea .gLeft button {
	margin: 0 0 0 5px;
}
.btnArea .gLeft a:first-child, .btnArea .gLeft button:first-child {
	margin-left: 0;
}
.btnArea .gRight {
	float: right;
}
.btnArea .gRight a, .btnArea .gRight button {
	margin: 0 5px 0 0;
}
.btnArea .gRight a:last-child, .btnArea .gRight button:last-child {
	margin-right: 0;
}
.gCenter {
	text-align: center;
}
.gCenter a, .gCenter button {
	margin: 0 0 0 2px;
}
.gCenter a:first-child {
	margin-left: 0;
}

.btnArea .btnEm {
	height: 36px;
	line-height: 32px;
	border: 1px solid #717171;
	background: #fff;
}


.xans-member-findid {
margin: 14px 7px 0;
padding: 0 0 29px;
color: #1b1b1b;
font-size: 13px;
}