@charset "utf-8";



/* =======================================================
  tab
========================================================*/
.tab-nav {
  position: relative;
}
.tab-nav ul {
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.tab-nav ul li {
  position: relative;
  text-align: center;
  vertical-align: middle;
  width: 50%;
}
.tab-nav ul li + li {
  background-image: url("/AppData/images/mediacommerce/white/etc/tab_bar.png");
  background-repeat: no-repeat;
  background-position: left center;
}
.tab-nav .tab-menu {
  display: block;
  width: 100%;
  margin: 0 auto;
  padding: 20px;
  line-height: 1;
  color: #888;
  box-sizing: border-box;
  white-space: normal;

}
.tab-nav .tab-menu.current{font-weight: 600;}

.tab-contents:after {content: ""; clear: both; display: block; height: 0; visibility: hidden; }


/* tab-nav02 */
.tab-nav02 {margin-top: 30px;}
.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: #ddd;
  border: none;
  box-sizing: border-box;
  font-size: 14px;
  font-weight: 400;
  line-height: 48px;
  color: #666;
  text-align: center;
}

.tab-nav02 .tab-menu.current {
  background-color: #6ab5d5;
  color: #fff;
}




/* =======================================================
  pagination
========================================================*/
.pagination-wrapper {
  margin: 20px auto;
  text-align: center;
  overflow: auto;
}

.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: 20px;
  color: #444;
  font-weight: 400;
}

.pagination .page-pprev {
  background: url("/AppData/images/mediacommerce/white/button/page_pprev.png") no-repeat center center;
  background-size: 10px 10px;
}
.pagination .page-prev {
  background: url("/AppData/images/mediacommerce/white/button/page_prev.png") no-repeat center center;
  background-size: 6px 10px;
}
.pagination .page-next {
  background: url("/AppData/images/mediacommerce/white/button/page_next.png") no-repeat center center;
  background-size: 6px 10px;
}
.pagination .page-nnext {
   background: url("/AppData/images/mediacommerce/white/button/page_nnext.png") no-repeat center center;
  background-size: 10px 10px;
}
.pagination .current > a {
  color: #fff;
  background-color: #222 ;
}









/* =======================================================
  form-container
========================================================*/
.form-container {
  border-bottom: 1px solid #ececec
}
.form-header {
  padding: 20px 0px 10px;
  box-sizing: border-box;
  border-bottom: 1px solid #ececec;
}
.form-container .form-wrapper {
  padding: 20px 0;
}
.form-container .form-field {
  width: 100%;
  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;
}




/* 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% - 150px);
}
.input-btn-group .btn,
.input-btn-group .btn02 {
  float: left;
  width: 140px; 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: 220px;
}
.input-email-group .input-sign {
  float: left;
  margin: 0 5px;
  line-height: 40px;
}
.input-email-group .email02 {
  width: calc(100% - 245px);
}
.input-email-group .email { width: 100%; }
.input-email-group .select {
  width: calc(50% - 100px);
  margin-left: 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 0px;
  border-bottom: 1px solid #ececec;
  box-sizing: border-box;
}
.agree-allcheck .checkbox-allcheck input[type="checkbox"] + label:before {content: ""; margin-top: -1px; }
.agree-allcheck .checkbox-allcheck input[type="checkbox"] + label::before {content: ""; margin-top: -1px; }

.checkbox-allcheck .checkbox-text {
  font-size: 16px;
  font-weight: 500;
  color: #222;
}
.agree-checklist {
  padding: 20px 0px;
  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 + .btn-text {
  float: right;
  line-height: 20px;
}

/* 간편로그인 회원가입 추천친구 입력 */
.rcmnd-area{margin: 30px auto;}

/* =======================================================
  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/white/button/accordion_down.svg");
  background-repeat: no-repeat;
  background-position: right 20px center;
  background-size: 12px 8px;
  box-sizing: border-box;
  color: #444;
  text-align: left;
  white-space: normal;
}
.accordion-btn.active {
  background-image: url("/AppData/images/mediacommerce/white/button/accordion_up.svg");
}

.accordion-btn span.txtClr{
  display:inline-block;
  padding: 0 5px 5px 0;
  font-size:13px;
  vertical-align: middle;
  font-weight: 600;
}


.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/white/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: fixed !important; top:50% !important; left:50% !important; transform:translate(-50%, -50%) !important; width: 100%; max-width: 700px; padding: 0 20px; box-sizing: border-box; } 

.bpopup-container {position: relative; width: 100%; height: auto; 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 #ececec; }
.bpopup-header:after {content: ""; clear: both; display: block; height: 0; visibility: hidden; }

.bpopup-header .title {font-size: 15px; 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: 450px; 
}
.bpopup-container .bpopup-contents { overflow: auto; height: auto; max-height: 450px; min-height: 350px; }
.bpopup-banner .bpopup-container img {
  width: 100%!important;
  
}
.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: 340px;
  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;
}


/* 언어선택 모달팝업 */
.modal-container {display: none; position: fixed; top: 0; left: 0; z-index: 500; width: 100%; height: 100%; }
.modal-container .dimlayer {position: absolute; top: 0; left: 0; z-index: 600;width: 100%; height: 100%; background-color: rgba(0,0,0,0.6); }
.modal-contents {position: absolute; top: 50%; left: 50%; z-index: 700; width:100%; max-width: 500px; background-color: #fff; transform: translate(-50%, -50%); }

.modal-header {position: relative; height: 50px; padding: 0 20px; border-bottom: 1px solid #eee; box-sizing: border-box; }
.modal-header:after {content: ""; clear: both; display: block; height: 0; visibility: hidden; }

.modal-header .modal-title {float: left; width: calc(100% - 30px); color: #000; font-size: 18px; font-weight: 500; text-overflow: ellipsis; white-space: nowrap; line-height: 49px; overflow: hidden; } 
.modal-header .modal-close {float: right; width: 30px; height: 49px; background-image: url("/AppData/images/site/button/modal_close.png"); background-repeat: no-repeat; background-size: 14px 14px; background-position: center right; }

.modal-body {padding: 20px 20px; box-sizing: border-box; }

.modal-lang .modal-body{overflow: auto; height: 170px;}
.modal-lang .modal-contents{width: 90%; max-width: 500px; height: 220px; }
.modal-lang .modal-contents { height: 300px; }
.modal-lang .select-custom {margin-bottom: 10px; }
.modal-lang .select-custom.active .selectbox { background-image: url("/AppData/images/site/common/select_active.png");}

select,
.selectbox {display: block; width: 100%; height: 45px; border: 1px solid #ccc; font-size: 14px; line-height: 1.5; color: #444; background-image: url("/AppData/images/site/common/select.png"); background-repeat: no-repeat; background-position: right 10px center; box-sizing: border-box; -webkit-border-radius: 0; vertical-align: middle; -webkit-appearance: none; -moz-appearance: none; appearance: none; outline: none; font-weight: 400; vertical-align: middle;  }
select:focus,
.selectbox:focus {border-color: #111; background-color: #fff; }


.select-custom {position: relative; width: 100%; box-sizing: border-box; }
.select-custom .selectbox {text-align: left; }

.select-custom-list {display: none; position: absolute; top: 40px; width: 100%; padding-top: 4px; background-color: #fff; border: 1px solid #ccc; border-top: none; box-sizing: border-box; border-bottom-left-radius: 5px; border-bottom-right-radius: 5px; }
.select-custom-list li {border-top: 1px solid #ddd; }
.select-custom-item {display: block; width: 100%; height: 40px; line-height: 40px; color: #444; padding: 0 10px; text-align: left;  outline: none; vertical-align: middle; }
.select-custom-item:hover {background-color: #f2f2f2; }


/* select-lang  */ 
.select-lang { position: relative; padding: 0 10px 0 50px; }
.select-lang img { position: absolute; width: 30px; left: 10px; top: 50%; transform: translateY(-50%); }
.selectbox img { position: absolute; width: 30px; left: 10px; top: 50%; transform: translateY(-50%); }
.selectbox { padding: 0 10px 0 50px; }





@media (max-width: 425px) {



  /* =======================================================
    modal
  ========================================================*/
  .modal-container .modal-contents {width: 90%; height: 400px; }
  .modal-container .modal-body {height: 350px; }
  





/* =======================================================
  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;
  display:block;
}

.fixed-btn-group.pc{position: relative; display:none;}
.fixed-btn-group.pc .btn-big{width: 300px !important;}


}
/* =======================================================
* 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;
  }



/* =======================================================
    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;
    display:none;
  }
  .fixed-btn-group .btn-big,
  .fixed-btn-group .btn-full {
    width: 650px;
    margin: 0 auto;
  }

  .fixed-btn-group.pc{
    display:block;
  }
}  /* 반응형 끝 */

@media(max-width:768px){
  .tab-nav .tab-menu{padding: 15px 10px; font-size: 13px;}
}

@media(max-width:500px){
/*  .bpopup-container div { max-height: 325px; }*/

  .input-email-group .input-text{width: 33%;}
  .input-email-group .email02{width: calc(67% - 23px);}
  .input-email-group .select{width: 100%; margin-left: 0; margin-top: 10px;}


}
@media (min-width: 374px) and (max-width:500px) {
  .bpopup-banner .bpopup-container { width: 100%; }
}