@charset "utf-8";
@import url(button.css);
@import url(input.css);
@import url(reset.css);
@import url(https://cdn.jsdelivr.net/gh/moonspam/NanumSquare@1.0/nanumsquare.css);

*{
  font-size:14px;
  color:#1D2129;
  font-family:'Noto Sans KR', sans-serif;
  margin:0;
  border:0;
  padding:0;
  line-height:1.48;
  box-sizing:border-box;
}
html{
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
  text-size-adjust: none;
}
a,
input,
label{
  -webkit-tap-highlight-color:transparent;
}
a:active{
  background-color:#F6F6F6;
}
a:target{
  background-color:#F6F6F6;
}
/* font weight */
.bold{
  font-weight:700;
}
/* font color */
.red{
  color:#FF511A !important;
}
.yellow{
  color:#FFC400 !important;
}
#wrap{
  overflow:hidden;
}
/* a태그 css */
.link_a{
  font-size:14px;
  display:block;
  color:#bababa;
  font-weight:700;
}
.underLine{
  text-decoration:underline;
}
/* data form */
.data__wrap{
  margin-top:18px;
}
.data__wrap:first-child{
  margin-top:0;
}
.data__wrap::after{
  display:block;
  clear:both;
  content:'';
}
.data_title{
  display:flex;
  align-items:center;
  justify-content:space-between;
}
.data_title p{
  font-size:14px;
  font-weight:700;
}
.data_title .sub_text{
  font-size:8px;
  color:#adadad;
  font-weight:400;
}
.data_title .count{
  font-size:14px;
  color:#d5d5d5;
  font-weight:400;
}
.data_cont{
  position:relative;
}
.data_cont:first-child{
  margin-top:0;
}

/* 하단 고정 */
.btm-fixd{
  width:100%;
  padding:0 24px 32px;
  position:fixed;
  bottom:0;
  left:0;
  background-color:#fff;
}
.btm-fixd.btn_bg::after{
  display:block;
  clear:both;
  content:'';
  width:100%;
  height:19px;
  background:-moz-linear-gradient(bottom, rgba(255,255,255,1) 22%, rgba(255,255,255,0) 100%);
  /* FF3.6-15 */
  background:-webkit-linear-gradient(bottom, rgba(255,255,255,1) 22%,rgba(255,255,255,0) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background:linear-gradient(to top, rgba(255,255,255,1) 22%,rgba(255,255,255,0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=0 );
  /* IE6-9 */
  position:absolute;
  top:-19px;
  left:0;
}

.flex{
  display:flex;
  align-items:center;
  justify-content:space-between;
}

/* 글자 숨기기 */
.hide{
  display:block;
  text-indent:-9999em;
  white-space:nowrap;
  overflow:hidden;
  height:0;
}

.txt-center{
  text-align:center;
}

/* modal */
/* modal 위치 */
/* modal */
.model__wrap{
  position:relative;
}
.modal{
  display:none;
  width:100%;
  max-width:600px;
  height:auto;
  
  position:fixed;
  top:50%;
  left:50%;
  transform:translate(-50%, -50%);
  z-index:2001;
}
.modal-wrap{
  margin:0 40px;
}
.modal-inner{
  position:relative;
  border-radius:10px;
  background-color:#fff;
  overflow:hidden;
  border:1px solid #5F5F5F;
}
.modal_header [class^="tit"]{
  padding:0 50px 0 10px;
  margin:14px 0;
  font-size:18px;
  font-weight:700;
  text-align:center;
}
.modal_header .tit02{
  padding:0;
}
.model_cont{
  max-height:400px;
  
  overflow-y:scroll;
}
.model_alert{
  max-height:520px;
}
.center_modal .txt_box{
  padding:14px;
  font-weight:700;
  text-align:center;
}
.alert_modal .txt_box{padding-top:32px;font-size:16px;}
.center_modal .txt_box img{
  width:100%;
}
.center_modal .beans_info {padding:14px 14px 0;}
.center_modal .beans_info .name {width:100%;font-size:16px;}
.center_modal .price_wrap {padding:14px 14px 0;}
.center_modal .price_wrap .price {font-size:20px;}
.center_modal .price_wrap .price em,
.center_modal .price_wrap .price em span {font-size:14px;font-style:initial;color:#aeaeae;}
.modal-inner .up_down_btn {margin-top:0;}
.modal-inner .btn_group{
  margin:14px;
}
.modal-inner .btn_group .btn {margin-top:0;}

.center_modal .close_btn{display:block;position:absolute;top:16px;right:14px;width:24px;height:24px;background:url(../_img/close_icon.png) no-repeat center; background-size:cover;cursor:pointer;}
.backon{
  display:none;
  content:'';
  width:100%;
  height:100%;
  background-color:#0f0e0e8c;
  position:absolute;
  top:0;
  left:0;
  z-index:2000;
}

/* 풀팝업 */
.modal.pullpopup{
  width:100%;
  height:100%;
  background-color:#fff;
}
.modal.pullpopup .modal-wrap{
  margin:0;
}

/* 커튼레이어 팝업 */
.modal.bottom_modal{
  height:auto;
  top:auto;
  bottom:0;
  left:0;
  transform:inherit;
  transition:all 0.5s ease-in-out;
  border-top-right-radius:12px;
  border-top-left-radius:12px;
}
.modal.file_modal .tit{
  font-size:2.0em;
  text-align:left !important;
  color:#1D2129;
  padding:40px 24px 14px !important;
}
.modal.bottom_modal .tit{
  font-size:2.0em;
  text-align:center;
  color:#1D2129;
  padding:40px 24px 0;
  margin-bottom:0;
}
.modal.file_modal .model_cont .filebox{
  padding:0 24px;
}
.modal.file_modal .model_cont .filebox:active {
  background-color: #F6F6F6;
}
.modal.file_modal .model_cont .filebox:target {
  background-color: #F6F6F6;
}
.modal.file_modal .model_cont .del_btn{
  font-size:1.6em;
  text-align:left;
  letter-spacing:-0.1px;
  padding:12px 24px;
  width:100%;
}
.modal.file_modal .model_cont .del_btn:active {
  background-color: #F6F6F6;
}
.modal.file_modal .model_cont .del_btn:target {
  background-color: #F6F6F6;
}
.filebox label{ 
  font-size:1.6em;
  letter-spacing:-0.1px;
  display:inline-block;
  line-height:normal;
  vertical-align:middle;
  padding:12px 0;
  width:100%;
}
.filebox label::before{
  content:'';
  display:inline-block;
  clear:both;
  width:24px;
  height:24px;
  background-image:url(../images/file_modal_btn1.svg);
  background-size:20px;
  background-position:center;
  background-repeat:no-repeat;
  vertical-align:text-bottom;
  margin-right:10px;
}
.file_modal .del_btn::before{
  content:'';
  display:inline-block;
  clear:both;
  width:24px;
  height:24px;
  background-image:url(../images/file_modal_btn2.svg);
  background-size:20px 21px;
  background-position:center;
  background-repeat:no-repeat;
  vertical-align:text-bottom;
  margin-right:10px;
}
.filebox input[type="file"] { 
  /* 파일 필드 숨기기 */ 
  position:absolute;
  width:1px;
  height:1px;
  padding:0;
  margin:-1px;
  overflow:hidden;
  clip:rect(0,0,0,0);
  border:0; 
}
.file_modal .btn_group{
  margin:16px 0 32px;
}
.bottom_modal .btn_group{
  margin-bottom:32px;
  padding:0 24px;
}

/* 1줄 */
.line1{  
  white-space:normal;
  display:-webkit-box;
  -webkit-box-orient:vertical;
  -webkit-line-clamp:1;
  overflow:hidden;
}
/* // 1줄 */
/* 2줄 */
.line2{  
  white-space:normal;
  display:-webkit-box;
  -webkit-box-orient:vertical;
  -webkit-line-clamp:2;
  overflow:hidden;
}
/* // 2줄 */
/* 3줄 */
.line3{  
  white-space:normal;
  display:-webkit-box;
  -webkit-box-orient:vertical;
  -webkit-line-clamp:3;
  overflow:hidden;
}
/* // 3줄 */

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

select {
    box-sizing: border-box;
    width: 100px;
    padding: 4px;
    font-size: 14px;
    border:1px solid #eee;
    border-radius: 6px;
  }
  
  option {
    padding: 4px;
    font-size: 14px;
    color: #fff;
    background: #272822;
  }