@charset "utf-8";



/* =======================================================
  tab
========================================================*/
.tab-nav {
  position: relative;
}
.tab-nav ul {
  display: table;
  margin: 0 auto;
}
.tab-nav ul li {
  position: relative;
  display: table-cell;
  width: 1%;
  text-align: center;
  vertical-align: middle;
}
.tab-nav ul li + li {
  background-image: url("/AppData/images/mediacommerce/common/tab_bar.png");
  background-repeat: no-repeat;
  background-position: left center;
}
.tab-nav .tab-menu {
  display: block;
  width: 100%;
  margin: 0 auto;
  padding: 20px 20px;
  font-size: 14px;
  line-height: 1;
  color: #888;
  box-sizing: border-box;
}

.tab-contents:after {content: ""; clear: both; display: block; height: 0; visibility: hidden; }


/* tab-nav02 */
.tab-nav02 {}
.tab-nav02:after {content: ""; clear: both; display: block; height: 0; visibility: hidden; }

.tab-nav02 .tab-menu {
  float: left;
  width: 50%; height: 50px;
  padding: 0 10px;
  background-color: #b0b0b0;
  border: none;
  box-sizing: border-box;
  font-size: 14px;
  font-weight: 400;
  line-height: 48px;
  color: #fff;
  text-align: center;
}

.tab-nav02 .tab-menu.current {
  background-color: #fff;
  color: #242424;
}




/* =======================================================
  pagination
========================================================*/
.pagination-wrapper {
  margin: 20px auto;
  text-align: center;
}

.pagination {display: inline-block; }
.pagination:after {content: ""; clear: both; display: block; height: 0; visibility: hidden; }

.pagination > li {display: inline; }

.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  display: inline-block;
  min-width: 22px; height: 22px;
  margin: 0 5px;
  padding: 0 5px;
  box-sizing: border-box;
  border-radius: 5px;
  font-size: 14px;
  line-height: 22px;
  color: #444;
  font-weight: 400;
}

.pagination .page-pprev {
  background: url("/AppData/images/common/page_pprev.png") no-repeat center center;
  background-size: 10px 10px;
}
.pagination .page-prev {
  background: url("/AppData/images/common/page_prev.png") no-repeat center center;
  background-size: 6px 10px;
}
.pagination .page-next {
  background: url("/AppData/images/common/page_next.png") no-repeat center center;
  background-size: 6px 10px;
}
.pagination .page-nnext {
   background: url("/AppData/images/common/page_nnext.png") no-repeat center center;
  background-size: 10px 10px;
}
.pagination .current > a {
  color: #fff;
  background-color: #222;
}




/* =======================================================
  quantity-wrapper
========================================================*/
.quantity-wrapper {position: relative; }
.quantity-wrapper:after {content: ""; clear: both; display: block; height: 0; visibility: hidden; }


.quantity-count {}
.quantity-count:after {content: ""; clear: both; display: block; height: 0; visibility: hidden; }


.btn-quantity {
  float: left;
  width: 26px; height: 26px;
  margin-top: 1px;
  border: 0;
  border-radius: 999px;
  overflow: hidden;
  box-sizing: border-box;/*
  background-color: #dfdfdf;*/
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  outline: none;
}

.btn-quantity .icon {
  display: block;
  width: 26px; height: 26px;
}
/*.quantity-minus {
  -webkit-mask-image: url("../images/mediacommerce/button/quantity_minus.svg");
  mask-image: url("../images/mediacommerce/button/quantity_minus.svg");
  -webkit-mask-size: 10px 10px;
  mask-size: 10px 10px;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
}
.quantity-plus {
  -webkit-mask-image: url("../images/mediacommerce/button/quantity_plus.svg");
  mask-image: url("../images/mediacommerce/button/quantity_plus.svg");
  -webkit-mask-size: 10px 10px;
  mask-size: 10px 10px;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
}*/


.quantity-minus {
  background-image: url("/AppData/images/mediacommerce/button/quantity_minus.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 10px 10px;
  background-color: #dfdfdf;
}

.quantity-plus {
  background-image: url("/AppData/images/mediacommerce/button/quantity_plus.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 10px 10px;
  background-color: #dfdfdf;
}

.btn-quantity.btn-disabled .icon {
  background-image: url("/AppData/images/mediacommerce/button/quantity_minus_disable.svg");
}

.input-quantity {
  float: left;
  width: 50px; height: 28px;
  margin: 0 5px;
  padding: 0 5px;
  background-color: #fff;
  border: 1px solid #ececec;
  border-radius: 5px;
  box-sizing: border-box;
  font-size: 14px;
  color: #444;
  vertical-align: middle;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  text-align: center;
}
.input-quantity:focus {
  border-color: #222;
}



/* round type */
.quantity-wrapper.type-round {
	position: relative;
	height: 40px;
	border: 1px solid #ececec;
	border-radius: 999px;
	box-sizing: border-box;
}
.quantity-wrapper.type-round :after {content: ""; clear: both; display: block; height: 0; visibility: hidden; }


.quantity-wrapper.type-round .btn-quantity {
  width: 38px; height: 38px;
  background: transparent;
}
.quantity-wrapper.type-round .btn-quantity .icon {
  width: 38px; height: 38px;
  background-color: transparent;
}
.quantity-wrapper.type-round .input-quantity {
  width: 50px; height: 38px;
  margin: 0;
  padding: 0;
  background: none;
  border: none
}
.quantity-wrapper.type-round .input-quantity:focus {
  border: none;
}




/* =======================================================
  form-container
========================================================*/
.form-container {
  border-bottom: 1px solid #ececec
}
.form-header {
  padding: 20px 20px 10px;
  box-sizing: border-box;
  border-bottom: 1px solid #ececec;
}
.form-header .text-guide {
  font-size: 12px;
  color: #888;
  font-weight: 400;
  font-style: normal;
}
.form-container .form-wrapper {
  padding: 20px 0;
}
.form-container .form-field {
  width: 100%;
  padding: 0 20px;
  box-sizing: border-box;
}
.form-field + .form-field {
  margin-top: 30px;
}
.form-field dt {
  margin-bottom: 10px;
}
.form-field dd {}
.form-field dd:after {content: ""; clear: both; display: block; height: 0; visibility: hidden; }
.form-field dd .text-guide {
  margin-top: 5px;
  font-size: 12px;
  font-weight: 400;
  font-style: normal;
  color: #888;
}
/* SMS 수신 동의 */
.form-field .checkbox-sms {
  margin-top: 10px;
  font-size: 14px;
  color: #666;
}
.form-field .checkbox-sms span {
  font-size: 13px;
}



/* input-btn-group
---------------------------------------------------*/
.input-btn-group {}
.input-btn-group:after {content: ""; clear: both; display: block; height: 0; visibility: hidden; }

.input-btn-group .input-text {
  float: left;
  width: calc(100% - 130px);
}
.input-btn-group .btn,
.input-btn-group .btn02 {
  float: left;
  width: 120px; height: 40px;
  margin-left: 10px;
  padding: 0 10px;
  line-height: 38px;
}


/* input-email-group
---------------------------------------------------*/
.input-email-group {}
.input-email-group:after {content: ""; clear: both; display: block; height: 0; visibility: hidden; }
.input-email-group .input-text {
  float: left;
  width: 156px;
}
.input-email-group .input-sign {
  float: left;
  margin: 0 5px;
  line-height: 40px;
}
.input-email-group .email02 {
  width: calc(100% - 180px);
}
.input-email-group .select {
  margin-top: 10px;
}



/* input-phone-group
---------------------------------------------------*/
.input-phone-group {}
.input-phone-group:after {content: ""; clear: both; display: block; height: 0; visibility: hidden;}

.input-phone-group .select {
  float: left;
  width: calc((100vw - 60px) / 3);
}
.input-phone-group .input-text {
  float: left;
  width: calc((100vw - 60px) / 3);
  margin-left: 10px;
}


/* input-birthday-group
---------------------------------------------------*/
.input-birthday-group {}
.input-birthday-group:after {content: ""; clear: both; display: block; height: 0; visibility: hidden; }

.input-birthday-group > label {
  position: relative;
  display: inline-block;
  float: left;
  width: calc((100% - 20px) / 3);
  height: 40px;
  font-weight: 400;
  color: #444;
}
.input-birthday-group > label + label {
  margin-left: 10px;
}
.input-birthday-group span {
  position: absolute;
  top: 0; right: 10px;
  display: inline-block;
  font-size: 14px;
  font-weight: 400;
  color: #444;
  text-align: right;
  line-height: 40px;
}


/* input-address-group
---------------------------------------------------*/
.input-address-group {}
.input-address-group:after {content: ""; clear: both; display: block; height: 0; visibility: hidden; }

.input-address-group .input-text {margin-top: 10px; }
.input-address-group .input-btn-group .input-text {margin-top: 0; }



/* select-group
---------------------------------------------------*/
.select-group {}
.select-group:after {content: ""; clear: both; display: block; height: 0; visibility: hidden; }

.select-group .select {
  float: left;
  width: calc(50% - 5px) ;
}
.select-group .select + .select {
  margin-left: 10px;
}


/* =======================================================
  agree-container
========================================================*/
.agree-allcheck {
	padding: 20px 20px;
  border-bottom: 1px solid #ececec;
  box-sizing: border-box;
}
.checkbox-allcheck .checkbox-text {
	font-size: 16px;
  font-weight: 500;
  color: #222;
}
.agree-checklist {
	padding: 20px 20px;
  box-sizing: border-box;
}
.agree-checklist li:after {content: ""; clear: both; display: block; height: 0; visibility: hidden; }

.agree-checklist li + li {
	margin-top: 20px;
}
.agree-checklist .checkbox {
	float: left;
}
.agree-checklist .checkbox-text {
	font-size: 14px;
  color: #666;
}
.agree-checklist .checkbox-text span {
	font-size: 13px;
}
.agree-checklist .checkbox + .btn-text {
	float: right;
  line-height: 20px;
}


/* =======================================================
  accordion-container
========================================================*/
.accordion-wrapper {
  position: relative;
  margin: 0;
  border-bottom: 1px solid #e9eaee;
}
.accordion-btn {
  position: relative;
  width: 100%;
  padding: 20px 50px 20px 20px;
  background-color: #fff;
  background-image: url("/AppData/images/mediacommerce/button/accordion_down.svg");
  background-repeat: no-repeat;
  background-position: right 20px top 24px;
  background-size: 12px 8px;
  box-sizing: border-box;
  font-size: 14px;
  color: #444;
  text-align: left;
}
.accordion-btn.active {
  background-image: url("/AppData/images/mediacommerce/button/accordion_up.svg");
}
.accordion-contents {
  display: none;
  position: relative;
  width: 100%;
  padding: 20px 20px;
  box-sizing: border-box;
  background-color: #f7f7f7;
}
.accordion-contents.active {
  display: block;
  border-top: 1px solid #f2f2f2;
}



/* =======================================================
  attachment-list
========================================================*/
.attachment-list {
	box-sizing: border-box;
}
.attachment-list:after {content: ""; clear: both; display: block; height: 0; visibility: hidden; }

.attachment-list li {
	float: left;
  width: calc((100vw - 60px)/3);
  height: calc((100vw - 60px)/3);
  box-sizing: border-box;
  margin-top: 10px;
}
.attachment-list li + li {
	margin-left: 10px;
}

.attachment-btn {
	position: relative;
  display: block;
  width: 100%; height: 100%;
  border: 1px solid #e9eaee;
  border-radius: 5px;
  box-sizing: border-box;
  overflow: hidden;
  background-color: #fafafa;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% auto;
}
.attachment-btn img {
	position: relative;
	z-index: 1;
	display: block;
	width: 100%;
	border: 0;
}




/* =======================================================
 	upload-wrapper
========================================================*/
.upload-wrapper {
	box-sizing: border-box;
}
.upload-wrapper:after {content: ""; clear: both; display: block; height: 0; visibility: hidden; }

.upload-wrapper li {
	float: left;
  width: calc((100vw - 60px)/3);
  height: calc((100vw - 60px)/3);
  box-sizing: border-box;
}
.upload-wrapper li + li {
	margin-left: 10px;
}
.upload-file {
  position: relative;
  display: block;
  width: calc((100vw - 60px)/3);
  height: calc((100vw - 60px)/3);
}
.upload-btn {
	position: relative;
  display: block;
  width: 100%; height: 100%;
  border: 1px solid #e9eaee;
  border-radius: 5px;
  box-sizing: border-box;
  overflow: hidden;
}
.upload-btn .icon {
	width: 34px; height: 27px;
  margin: 0 auto;
}
.upload-btn img {
	position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  border: 0;
}
.upload-btn-delete {
	position: absolute;
  top: 0; right: 0; bottom: 0; left: 0;
  z-index: 3;
  width: 100%; height: 100%;
  border-radius: 5px;
  box-sizing: border-box;
  overflow: hidden;
  background-color: rgba(34, 34, 34, 0.3);
  background-image: url("/AppData/images/mediacommerce/button/file_delete.svg");
  background-repeat: no-repeat;
  background-position: right 5px top 5px;
  background-size: 24px 24px;
}





/* =======================================================
  rating
========================================================*/
.rating-wrapper {margin-left: 4px; }

.rating-wrapper span {
  display: inline-block;
  width: 18px; height: 18px;
  /*margin-left: -4px;
  -webkit-mask-image: url("../images/icon/rating.svg");
  mask-image: url("../images/icon/rating.svg");
  -webkit-mask-size: 18px 18px;
  mask-size: 18px 18px;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;*/
}
/*.rating-wrapper .star-off-png {
  background-color: #ccc;
}*/






/* =======================================================
  bpopup
========================================================*/
.bpopup {
  position: relative;
  width: 100%;
  padding: 0 20px;
  box-sizing: border-box;
}
.bpopup-container {
  position: relative;
  width: 100%; height: 500px;
  overflow: hidden;
  margin: 0 auto;
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 0px 3px 12px 5px rgba(7, 7, 7, 0.2);
  box-sizing: border-box;
}
.bpopup-header {
  width: 100%;
  padding: 15px 20px;
  box-sizing: border-box;
  border-bottom: 1px solid #ddd;
}
.bpopup-header:after {content: ""; clear: both; display: block; height: 0; visibility: hidden; }
.bpopup-header .title {
  font-size: 15px;
  font-weight: 500;
  color: #444;
}
.bpopup-bottom {
  position: absolute;
  left: 0; bottom: 0;
  width: 100%;
  padding: 10px 20px;
  background-color: #fff;
  box-sizing: border-box;
}
.bpopup-bottom:after {content: ""; display: block; clear: both; height: 0; visibility: hidden; }


/* 메인팝업 */
.bpopup-banner {}
.bpopup-banner .bpopup-container {
  width: 315px; height: auto; max-height: 400px;
  padding-bottom: 50px;
}
.bpopup-banner .bpopup-container img {
  width: 100%;
  max-height: 350px;
}
.bpopup-banner .bpopup-bottom {
  padding: 0;
}
.bpopup-banner button {
  width: 50%; height: 50px;
  float: left;
  line-height: 50px;
}

/* 쿠폰 적용 */
.bpopup-target {display: none;}
.bpopup-target .bpopup-body {
  width: 100%; height: 377px;
  padding: 20px 20px;
  overflow: hidden; overflow-y: auto;
  box-sizing: border-box;
}


/* 이용약관 */
.bpopup-terms {
  display: none;
}
.bpopup-terms .bpopup-body {
  width: 100%; height: 377px;
  padding: 20px 20px;
  overflow: hidden; overflow-y: auto;
  box-sizing: border-box;
}


/* 언어선택 */
.bpopup-language {display: none;}
.bpopup-language .bpopup-container {
  height: auto;
}
.bpopup-language .bpopup-header {
   border-bottom: 0;
}
.bpopup-language .bpopup-header .btn-close {
  float: right;
}

.bpopup-language .bpopup-body {
  width: 100%;
  padding: 0 20px 40px;
  box-sizing: border-box;
}
.bpopup-language .title {
  margin-bottom: 40px;
  font-size: 26px;
  font-weight: 500;
  color: #222;
  text-align: center;
}
.bpopup-language .select {margin-bottom: 20px; }



/* =======================================================
	fixed-btn-group
========================================================*/
.fixed-btn-group {
	position: fixed;
	left: 0; bottom: 0;
	z-index: 50;
	width: 100%;
	padding: 20px 20px;
	background-color: #fff;
	box-sizing: border-box;
}



/* =======================================================
* Device = 아이폰 320px 이하
* Screen = 321px에서 374px 사이
========================================================*/
@media all and (max-width: 321px) {

	/* 메인팝업 */
	.bpopup-banner {}
	.bpopup-banner .bpopup-container {
	  width: auto;
	}


} /* 반응형 끝 */


/* =======================================================
* Device = 아이폰 375px 이하
* Screen = 321px에서 374px 사이
========================================================*/
@media all and (min-width: 321px) and (max-width: 374px) {

	/* 메인팝업 */
	.bpopup-banner {}
	.bpopup-banner .bpopup-container {
	  width: 310px;
	}


} /* 반응형 끝 */




/* =======================================================
* Device = 태블릿, 아이패드(세로), PC
* Screen = 768px 이상
* ========================================================*/
@media all and (min-width: 690px){

/* =======================================================
  upload-wrapper
========================================================*/
.upload-wrapper li {
  width: 204px; height: 204px;
}
.upload-file {
  width: 204px; height: 204px;
}


/* =======================================================
  bpopup
========================================================*/
  .bpopup {
    width: 100%;
    padding: 0 20px;
    box-sizing: border-box;
  }
  .bpopup-container {
    width: 500px;
  }


/* =======================================================
		fixed-btn-group
========================================================*/
	.fixed-btn-group {
		position: fixed;
		left: 0; bottom: 0;
		z-index: 50;
		width: 100%;
		padding: 20px 20px;
		/*background-color: #efefef;*/
		box-sizing: border-box;
	}
	.fixed-btn-group .btn-big,
	.fixed-btn-group .btn-full {
		width: 650px;
		margin: 0 auto;
	}
}  /* 반응형 끝 */
