@charset "utf-8";

@font-face {
    font-family: 'NotoSansKR';
    font-style: normal;
    font-weight: 400;
    src: local('NotoSansKR-Regular'),
         local('NotoSansKR Regular'),
         url(../fonts/NotoSansKR-Regular.eot),
         url(../fonts/NotoSansKR-Regular.woff2) format('woff2'),
         url(../fonts/NotoSansKR-Regular.woff) format('woff'),
         url(../fonts/NotoSansKR-Regular.otf) format('opentype');
}

@font-face {
    font-family: 'NotoSansKR';
    font-style: normal;
    font-weight: 500;
    src: local('NotoSansKR-Medium'),
         local('NotoSansKR Medium'),
         url(../fonts/NotoSansKR-Medium.eot),
         url(../fonts/NotoSansKR-Medium.woff2) format('woff2'),
         url(../fonts/NotoSansKR-Medium.woff) format('woff'),
         url(../fonts/NotoSansKR-Medium.otf) format('opentype');
}

@font-face {
    font-family: 'NotoSansKR';
    font-style: normal;
    font-weight: 700;
    src: local('NotoSansKR-Bold'),
         local('NotoSansKR Bold'),
         url(../fonts/NotoSansKR-Bold.eot),
         url(../fonts/NotoSansKR-Bold.woff2) format('woff2'),
         url(../fonts/NotoSansKR-Bold.woff) format('woff'),
         url(../fonts/NotoSansKR-Bold.otf) format('opentype');
}

*{margin:0;padding:0;box-sizing:border-box;}
html{overflow-y:auto; font-size:17px;}
body{padding:0;background:#fff;font-family:'NotoSansKR', MalgunGothic, 'Malgun Gothic', 맑은고딕, '맑은 고딕', dotum,'돋움', Arial, sans-serif;color:#333;font-weight:400;line-height:1.4;-webkit-text-size-adjust:none;word-break:keep-all;word-wrap:break-word}

img{vertical-align:top}
img,fieldset,iframe{border:0 none}
li{list-style:none}
table, td{border-collapse:collapse}
/* h1, h2, h3, h4, h5, h6{font-weight:400} */
em{font-style:normal}

textarea,select{overflow:auto;margin:0;padding:0;border:1px solid #ccc;background-color:#fff;font-family:'NotoSansKR', MalgunGothic, 'Malgun Gothic', 맑은고딕, '맑은 고딕', dotum,'돋움', Arial, sans-serif;color:#555;vertical-align:middle}

input, textarea, button{/*-webkit-appearance:none;-moz-appearance:none;appearance:none;*/font-family:'NotoSansKR', MalgunGothic, 'Malgun Gothic', 맑은고딕, '맑은 고딕', dotum,'돋움', Arial, sans-serif;font-weight:400}
input, textarea, button, select{-webkit-border-radius:0;-moz-border-radius:0;-o-border-radius:0;border-radius:0;}
input:focus, textarea:focus, button:focus, select:focus {outline: none;}

a{color:#555;text-decoration:none}
a,button {cursor: pointer;}

/* 웹 접근성 텍스트 숨김처리 */
legend, .ally-hidden{position:absolute;overflow:hidden;width:1px;height:1px;margin:-1px;clip-path:polygon(0 0, 0 0, 0 0)}
caption{width:0;height:0;line-height:0;text-indent:-9999px}
.clearfix:after{content:"";display:block;clear:both}
.noScroll{overflow-y:hidden}
input[type='radio'], input[type='checkbox']{cursor:pointer;border:none}
input[type='radio'] + label, input[type='checkbox'] + label{cursor:pointer}
input{font-family:'NotoSansKR', MalgunGothic, 'Malgun Gothic', 맑은고딕, '맑은 고딕', dotum,'돋움', Arial, sans-serif;font-size:1rem;vertical-align:middle}
input:read-only{background:#fafafa}

/* input type number remove*/
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* IE9 이하를 위한 css */
.placeholder {color:#a5a5a5 !important}
/* IE10 이상을 위한 css */
input::placeholder{color:#a5a5a5 !important;opacity:1 /* 파이어폭스에서 뿌옇게 나오는 현상을 방지하기 위한 css */}
input::-webkit-input-placeholder{color:#a5a5a5}
/* IE */
input:-ms-input-placeholder{color:#a5a5a5 !important} 
/* Firefox */
input:-moz-input-placeholder{color:#a5a5a5 !important}

/* select::-ms-expand{display:none} */ /* delete select arrow */  
button{cursor:pointer;border:none;background:none;font-family:'NotoSansKR', MalgunGothic, 'Malgun Gothic', 맑은고딕, '맑은 고딕', dotum,'돋움', Arial, sans-serif}
input[type="submit"]{cursor:pointer}
article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary{display:block}
sup, sub{font-size:10px !important}

/* 글자자르기 */
.txtCut{overflow:hidden;width:95%;white-space:nowrap;text-overflow:ellipsis;text-align:left}



/* nobg */
.nobg{background:none !important}
.nobg:after{content:"";background:none !important}
.clear{clear:both !important}
.floatL{float:left !important}
.floatR{float:right !important}
.txtL{text-align:left !important}
.txtC{text-align:center !important}
.txtR{text-align:right !important}
.inline{display:inline !important}
.clearfix{display:block}
.clearfix:after{display:block;clear:both;content:".";visibility:hidden;height:0}
.flex{display:flex !important}
.flex_center{display:flex; flex-wrap:wrap; justify-content:center;}
.flex_even{display:flex; flex-wrap:nowrap; justify-content:space-evenly;}
.hidden{display:none !important}
.daume{display:none !important}
.tip{font-size:14px; font-weight:600; color:#6161fe; text-align:center; margin:0 0 20px 0}
.tip2, .broke{font-size:14px; font-weight:600; color:#ff2c2c; text-align:center; margin:0 0 20px 0}

.w90{width:90% !important}
.mL5{margin-left:5px !important}
.mR15{margin-right:15px !important}
.f12_100{font-size:12px; font-weight:100 !important}
.f13_600{font-size:13px; font-weight:600 !important}
.tmini{font-size:13px; font-weight:400 !important}
.tbold{font-weight:600 !important}

/* color */
.tdel{text-decoration:line-through !important}
.tred{color:#d24652 !important}
.tgold{color:#fbc63e !important}
.tblue{color:#091546 !important}
.tcyan{color:#1c5b57 !important}
.tgrey{color:#777 !important}
.tpple{color:#9d5ef3 !important}


/* 타이틀 및 텍스트 */
.h3_tit{position:relative; margin-top:12px; padding-top:8px; padding-bottom:10px; color:#555;  font-size:1.250rem; font-weight:500; }
.h3_tit:before{content:''; position:absolute; left:0; top:0; display:inline-block; width:20px; height:3px; background-color:#44d2ca;}
.h4_tit{margin-top:8px; padding-bottom:6px; color:#444;  font-size:1.125rem; font-weight:600;}
.h5_tit{margin-top:6px; padding-bottom:4px; color:#444;  font-size:0.9rem; font-weight:600;}
.cont_txt{font-size:0.8rem; color:#333; font-weight:500;letter-spacing:-0.9px;}
.cont_txt1{font-size:0.8rem; color:#333; font-weight:400;letter-spacing:-0.9px;}
.cont_txt2{padding:0 0 0 6px; font-size:0.95rem; color:#333; letter-spacing:-0.9px;}
.cont_txt3{font-size:0.85rem; color:#333; font-weight:400;letter-spacing:-0.9px;}
.cont_txt b,
.cont_txt strong{color:#333; font-weight:700;}

/* listStyle - 개인정보처리방침식의 스타일 */
.listStyle{margin-top:12px;}
.listStyle > li{position:relative; margin-top:6px; color:#555; word-break:keep-all; font-size:0.875rem;}
.listStyle > li:first-child{margin-top:0;}
.listStyle > li ul{margin:4px 0;}
.listStyle > li li{position:relative; margin-top:4px; padding-left:10px;  color:#6c6b6b}
.listStyle > li li::after{content:''; position:absolute; left:0; top:9px; display:inline-block; width:5px; height:1px; background-color:#701fde;}
.listStyle > li li:first-child{margin-top:0;}
.listStyle b, .listStyle strong {color:#202020; font-weight:600;}

/* table */
table.conTable{width:100%;border-top:1px solid #e2e2e2; margin-bottom:15px;}
table.conTable th,
table.conTable td{padding:8px 10px;line-height:1.5;border-left:1px solid #e2e2e2;border-bottom:1px solid #e2e2e2; vertical-align:middle; }
table.conTable td{font-size: 0.875rem;}
table.conTable th{background:#f7f7f7;color:#4f4f4f;font-weight:500}
table.conTable th strong{font-weight:normal;}
table.conTable td{color:#828181;}
table.conTable td.borR{border-right:1px solid #e2e2e2 !important;}
table.conTable td.borL{border-left:1px solid #e2e2e2 !important;}
table.conTable thead tr th:first-child,
table.conTable tbody tr th:first-child,
table.conTable tbody tr td:first-child,
table.conTable tfoot tr th:first-child,
table.conTable tfoot tr td:first-child{border-left:0 none;}
table.conTable thead th{padding:10px 10px;}
table.conTable select{padding:10px;}
table.conTable input{height:33px;padding:0 10px;}

/* 텍스트 버튼 -- 버튼 1개 혹은 버튼 2개 이상을 나란히 배치*/
.btn_wrap{width:100%; padding:8px 10px; text-align:center;}
.btt{color:#fff; font-weight:600; border-radius: 50px; padding: 4px 15px; margin: 2px 0; line-height: 1.1; font-size:1rem;}
.btt.line_btn{background-color:#fff; color:#777; }
.btt.more{margin: 10px 37% 0 37%; text-align:center;}
.btt.thro{color:#aaa; font-weight:300; text-decoration:line-through; padding: 4px 8px; border: 1px solid #aaa; background-color:#fff; }

.btt.grey{border: 1px solid #777; background-color:#777;}
.btt.cyan{border: 1px solid #56b9b3; background-color:#56b9b3;}
.btt.pple{border: 1px solid #9d5ef3; background-color:#9d5ef3;}
.btt.blue{border: 1px solid #476cff; background-color:#476dd7;}
.btt.red{border: 1px solid #df6c69; background-color:#e38683;}
.btt.green{border: 1px solid #009347; background-color:#00ab52;}

.btt.line_btn.grey{border: 1px solid #777; color:#777; background-color:#fff;}
.btt.line_btn.cyan{border: 1px solid #00bfb2; color:#00bfb2; background-color:#fff;}
.btt.line_btn.pple{border: 1px solid #8e3dfe; color:#8e3dfe; background-color:#fff;}
.btt.line_btn.blue{border: 1px solid #476cff; color:#476cff; background-color:#fff;}
.btt.line_btn.red{border: 1px solid #df6c69; color:#df6c69; background-color:#fff;}
.btt.line_btn.green{border: 1px solid #009347; color:#009347; background-color:#fff;}

.bts{color:#fff; font-weight:500; border-radius: 50px; padding: 0px 8px; font-size:15px;/*margin: 1px 0; font-size:0.9rem;*/}
.bts.line_btn{background-color:#fff; color:#777; }

.bts.grey{border: 1px solid #777; background-color:#777;}
.bts.cyan{border: 1px solid #56b9b3; background-color:#56b9b3;}
.bts.pple{border: 1px solid #8e3dfe; background-color:#9d57ff;}
.bts.blue{border: 1px solid #476cff; background-color:#476dd7;}
.bts.red{border: 1px solid #df6c69; background-color:#e38683;}
.bts.green{border: 1px solid #009347; background-color:#00ab52;}

.bts.line_btn.grey{border: 1px solid #777; color:#777; background-color:#fff;}
.bts.line_btn.cyan{border: 1px solid #00bfb2; color:#00bfb2; background-color:#fff;}
.bts.line_btn.pple{border: 1px solid #9d5ef3; color:#9d5ef3; background-color:#fff;}
.bts.line_btn.blue{border: 1px solid #476cff; color:#476dd7; background-color:#fff;}
.bts.line_btn.red{border: 1px solid #df6c69; color:#df6c69; background-color:#fff;}
.bts.line_btn.green{border: 1px solid #009347; color:#009347; background-color:#fff;}

/* list */
.list li { padding: 20px 0; display: flex; border-bottom: 1px solid #dedede;}
.list li:first-child{padding-top:0;}
.list li .img_wrap{position:relative; width: 60px; height:90px; border-radius: 10px; overflow:hidden; background-color:#edf0f5; margin-right:10px; }
.list li .img_wrap img{position: absolute; width: 100%; top: 50%; left: 50%; transform: translate(-50%, -50%);}
.list li .img_wrap2{position:relative; width: 90px; height:135px; border-radius: 10px; overflow:hidden; background-color:#edf0f5; margin-right:10px; }
.list li .img_wrap2 img{position: absolute; width: 100%; top: 50%; left: 50%; transform: translate(-50%, -50%);}
.list .btn_wrap{display:flex; width:60px; flex-wrap: wrap; flex-direction: column; align-items: stretch;}
.list button i {color: #56b9b3; width:25px; height:25px;}
.list button img { position:absolute; width:25px; height:25px; right:35px; }
textarea.textarea1 { font-size:17px; border:none; width:100%; height:200px; line-height:1.5; padding:15px 20px; color:#000; resize:none; }
textarea.textarea1::placeholder{color:#999;}


/* list */
.log_list li { padding: 20px 0; display: flex; border-bottom: 1px solid #dedede;}
.log_list li:first-child{padding-top:0;}
.log_list li .img_wrap{position:relative; width: 20px; border-radius: 10px; overflow:hidden; background-color:#edf0f5; margin-right:10px; }
.log_list li .img_wrap img{position: absolute; width: 100%; top: 50%; left: 50%; transform: translate(-50%, -50%);}
.log_list li txt{font-size: 14px; font-weight: 400;}
.log_list li txts{font-size: 12px; font-weight: 200;}



.top_tab + .text_list{margin-top:15px;}
.text_list{position:relative; margin:0 20px;}
.text_list li{position:relative; display: table; width: 100%; margin-bottom:20px; padding:10px 0; background: #fefefe;  border-bottom: 1px solid #dedede;} 
.text_list li .title{width:calc(100% - 70px); font-size: 15px; font-weight: 500; padding: 5px; line-height: 20px; max-height: 44px; overflow: hidden; display: -webkit-box;  text-overflow: ellipsis; -webkit-line-clamp: 2; -webkit-box-orient: vertical; word-wrap: break-word; }
.text_list li .title .cate{display:inline-block; font-size:13px; margin-right:5px; vertical-align: bottom; color:#888;}
.text_list li i.new{position: absolute; right: 5px; top: 14px; display:inline-block; width:18px; height:18px; line-height:18px; background:#df6c69; text-align:center; font-style: normal; font-size:11px; -webkit-border-radius: 50%; -khtml-border-radius: 50%; -moz-border-radius: 50%; border-radius: 50%; color:#fff; }
/* .text_list li i.new::before{content:'N';} */
.text_list li::after{content:''; display:block; position:absolute;  width: 20px; height: 25px; top: 12px; right: 5%; background-repeat: no-repeat; background-size: 100%; transition: 0.2s;}
.text_list li .content{width:100%; margin: 0 auto; padding: 10px 5px 15px; overflow-x: hidden; font-size: 14px; line-height: 20px; color: #333; word-break: keep-all; display: none; }
.text_list li p{font-size: 12px; font-weight: 200;}
.text_list li p span{font-size: 14px; font-weight: 400;}
.text_list li p.date,
.text_list li p.dim{display:inline-block; font-size: 14px; color: #777; padding:0 5px;}
.text_list li p.txt{display:inline-block; font-size: 16px; color: #444; padding:0 5px;}
.text_list li.auc {position: relative; background-color:#efe1fe; margin:0 20px 0 0; }
.text_list li.auc::before{display:block; position:absolute; word-break:keep-all; font-size:0.875rem;color:#2b8fe9}


.top_tab + .toggle_list{margin-top:15px;}
.toggle_list{position:relative; }
.toggle_list li{position:relative; display: table; width: 100%; margin-bottom:20px; padding:10px 0; background: #fefefe;  border-bottom: 1px solid #dedede;} 
.toggle_list li .title{width:calc(100% - 70px); font-size: 17px; font-weight: 500; padding: 5px; line-height: 20px; max-height: 44px; overflow: hidden; display: -webkit-box;  text-overflow: ellipsis; -webkit-line-clamp: 2; -webkit-box-orient: vertical; word-wrap: break-word; }
.toggle_list li .title .cate{display:inline-block; font-size:13px; margin-right:5px; vertical-align: bottom; color:#888;}
.toggle_list li i.new{position: absolute; right: 50px; top: 14px; display:inline-block; width:18px; height:18px; line-height:18px; background:#df6c69; text-align:center; font-style: normal; font-size:11px; -webkit-border-radius: 50%; -khtml-border-radius: 50%; -moz-border-radius: 50%; border-radius: 50%; color:#fff; }
.toggle_list li i.new::before{content:'N';}
.toggle_list li::after{content:''; display:block; position:absolute;  width: 20px; height: 25px; top: 12px; right: 5%; background-image: url(/resources/images/ic_down.png); background-repeat: no-repeat; background-size: 100%; transition: 0.2s;}
.toggle_list li.up::after{transform: rotate(180deg); top:8px;}
.toggle_list li .content{width:100%; margin: 0 auto; padding: 10px 5px 15px; overflow-x: hidden; font-size: 16px; line-height: 20px; color:#07635b;  word-break: keep-all; white-space:pre-line; display: none; }
.toggle_list li.up .content{display: block; }

.toggle_list li p.date,
.toggle_list li p.dim{display:inline-block; font-size: 14px; color: #00998f; padding:0 5px;}

.mix_list{position:relative; }
.mix_list li{display:flex; align-items: baseline; flex-direction: column;}
.mix_list li::after{display:none; }
.mix_list li span.btn{padding:4px 5px; font-size:0.750rem; margin-right:5px;}
.mix_list .img_card {width: 60px; padding-top:5px; color: #2a2c36  }
.mix_list .txt_card {width: 100%; padding-top:5px; color: #2a2c36  }
.mix_list .txt_card label{ font-size: 13px; color: #abb4bd; }


.list2{position:relative; }
.list2 li{position:relative; display: table; width: 100%; margin-bottom:5px; padding:5px 0; background: #fefefe; border-top: 1px solid #dedede;} 
.list2 li .title1{width:calc(100% - 70px); color:#00998f; font-size: 20px; font-weight: 600; padding: 5px; line-height: 20px; max-height: 44px; overflow: hidden; display: -webkit-box;  text-overflow: ellipsis; -webkit-line-clamp: 2; -webkit-box-orient: vertical; word-wrap: break-word; }

.list2 li .title{width:calc(100% - 70px); color:#333; font-size: 18px; font-weight: 450; padding: 5px; line-height: 20px; max-height: 44px; overflow: hidden; display: -webkit-box;  text-overflow: ellipsis; -webkit-line-clamp: 2; -webkit-box-orient: vertical; word-wrap: break-word; }
.list2 li .title .cate{display:inline-block; font-size:13px; margin-right:5px; vertical-align: bottom; color:#888;}

.list2 li .title a{position:absolute; bottom:0; right:0; width:24px; height:24px; border-radius:12px; background-color:#9e9e9e; background-image: url(/resources/images/content/ico_edit.svg); background-repeat:no-repeat; background-position:center center;  background-size:12px auto; overflow:hidden; text-indent:-9999px;}

.list2.qa_list li::after{content:''; display:block; position:absolute;  width: 20px; height: 25px; top: 12px; right: 5%; background-image: url(/resources/images/ic_down.png); background-repeat: no-repeat; background-size: 100%; transition: 0.2s; transform: rotate(-90deg)}
.list2.qa_list li .answerTxt{position:absolute; bottom:10px; right:5%; font-size:13px;}
.wrapBtn{text-align:center; padding-bottom:15px; position:sticky; top:0; background: #fff; padding-top: 5px; z-index:90;}

.pop_qwrite,
.pop_qdetail {position: absolute; width: 100%; height: 100%; top: 0; left: 0;  background: #fefefe; box-shadow: 0px 1px 5px #0b0b0b; overflow-x: hidden; z-index:99;}
.pop_qwrite .div_ques,
.pop_qdetail .div_ques {position: absolute; top: 80px; width: 100%; height: calc(100% - 80px); background: #fff; overflow-x: hidden; overflow-y: auto; -webkit-overflow-scrolling: touch;   }
.div_ques .qInfo {color: #444; font-size: 14px; font-weight: 400; margin: 0 30px; padding-top: 20px; }
.div_ques .qInfo span:first-child {font-weight: bold; }
.div_ques .qwrapConents { margin:10px; padding: 10px;  font-size: 15px; color: #ef3651; }
.div_ques .qwrapConents .qTitle { margin: 10px 10px 10px 20px; word-break: break-all; }
.div_ques .qwrapConents .qTitle span:first-child {font-weight: bold; }
.div_ques .qwrapConents .qContents { margin: 10px 10px 10px 20px; color: #000; line-height: 180%; }

.pop_qwrite .select_ques,
.pop_qwrite .ques_title {padding: 5px 20px;}
.pop_qwrite .select_ques select,
.pop_qwrite .select_ques input,
.pop_qwrite .ques_title input {width: 99%; height: 40px;font-size: 17px; font-weight:500; border: 1px solid #777; padding-left: 7px; margin: 10px 0; background: #fff; color:#444}
.pop_qwrite .select_ques input {margin: -2px 0 10px 0; }
.pop_qwrite .div_ques.bg_white {background: #fff; }
.pop_qwrite .text_contents {padding: 15px 20px; background: #fff; font-size: 17px; color: #333;  }
.pop_qwrite .text_contents textarea {width: 99%; height: 150px; margin: 10px 0; padding: 7px;background: #fff;  border: 1px solid #777; font-size:17px; color:#444 }
.pop_qwrite .select_ques select .select_box { width: 100%; padding: 10px; padding-left: 12px; border: 1px solid #ddd; font-size: 16px; color: #333; outline:none;
    background: url(/resources/images/ic_down.png) no-repeat right 50%; background-size: 30px; border-radius: 4px; box-sizing: border-box; -webkit-appearance: none; -moz-appearance: none; appearance: none; }
.pop_qwrite .select_ques select .select_box:hover {border: 1px solid #aaa;} /* 마우스오버 */

.confirmBtn {width: 100%; height: 50px; background: #bbf3f9; color: #333; font-size: 15px; text-align: center; border: 0; margin: 7px auto; }

.grid { column-width: 150px; column-gap: 15px; }
.grid .grid-item{display: inline-block; margin-bottom:15px; border: 1px solid #ddd;  border-radius: 10px; padding: 10px; box-shadow: 2px 2px 5px rgb(0 0 0 / 15%);}
.grid .grid-item img{width:100%;}

/*.bid_grid_sc { display: grid; width:100%; margin: 0 auto; background: #fff; min-height: 300px; grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));grid-gap: 5px; }
.bid_grid_sc .item { width: 100%; position: relative; border-radius: 13px; box-sizing: border-box;padding: 3px; overflow: hidden; border: 1px solid #dbdbdb; margin: 0px;}
*/
.grid .grid-item img { margin-bottom: 5px;}
.grid .grid-item img.bid {border: 1px solid #56b9b3;}
.grid .grid-item img.bid_end {border: 5px solid #d9d9d8; }

.grid .grid-item .contan {padding: 5px 2px; font-size: 13px; letter-spacing: -1px}
.grid .grid-item .contan p {vertical-align: bottom;height: 24px; line-height: 20px; }
.grid .grid-item .contan p span {font-size:15px; }
.grid .grid-item .contan .bid_co { font-size: 16px; font-weight: 500; padding: 0px 0px; width: 60px; text-align: center; display: inline-block; border: 2px solid #2e7eb1; color: #2e7eb1; border-radius: 3px;}
.grid .grid-item .contan .bid_cash { display: inline-block; margin-right: 5px; color: #999; margin-top: 1px;}
.grid .grid-item .contan .deadline {margin-top: 5px;}
.grid .grid-item .contan .deadline .tx1 {color: #e09024;  font-weight: 800;}
.grid .grid-item .contan .deadline .tx2 {color: #ef3b10; font-size: 16px; font-weight: 800;}

@media (min-width:400px) {
    .grid .grid-item  {grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));}
}
@media (min-width:768px) {
    .grid .grid-item  {grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));}
}
@media (min-width:740px) {
    .grid .grid-item  {grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));}
}
@media (min-width:970px) {
    .grid .grid-item  {grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));}
}

/* 입력 */
.cen_input{display:flex; width:100%; height:200px; margin-bottom:5px; text-align: center;}
.cen_input .filebox{position:absolute; top:30px; width: 100%; }
.cen_tit{ width:100%; font-weight:200; font-size:13px; margin:115px 0 0 0; }

.upd_input{display:flex; width:100%; margin-bottom:5px; align-items: flex-start;}
.upd_tit{ left:40px; width:50px; margin:5px;}
.upd_group{display:flex; flex-direction:column; width:calc(100% - 150px); }

.sd_input{display:flex; width:100%; margin-bottom:5px; align-items: flex-start;}
.sd_input .sd_tit{ width:70px; font-weight:500; font-size:15px; margin:5px 0;}
.sd_input .sd_tit2{ width:90px; font-weight:500; font-size:15px; }
.sd_input.alignRight{justify-content: flex-end;}
.sd_input .text{padding:0 3px;}
.sd_input .input_group{display:flex; width:calc(100% - 80px); }

.sg_input{display:flex; width:100%; margin: 0 20px 5px 20px; align-items: flex-start;}
.sg_input p{display: inline-block; width:30px; height:30px; }
.sg_input p::before{ content:''; display:block;  width:30px; height:30px; transform: scale(0.8); transform-origin: center center;  }
.sg_input.alignRight{justify-content: flex-end;}
.sg_input .input_group{display:flex; width:calc(100% - 70px); /* height:30px; border:1px solid #ccc; */ }
.sg_input .text{padding:0 3px;}
.sg_input button{display: inline-block; margin-top:7px; width:15px; height:15px;}
.sg_input button::before{ content:''; display:block; width:15px; height:15px; }

.sg_input .btn_url::before{ background: url(/resources/images/btn_close.png) no-repeat center center/cover;}
.sg_input .btn_mfy::before{ background: url(/resources/images/ic_check_red.png) no-repeat center center/cover;}

.input_group .filebox{position:relative;}
.form-control { width:100%; background-color:transparent; border: 1px solid #aaa; border-radius: 4px; color: #555; font-size:17px; padding: 5px 10px; height: 30px; -webkit-box-shadow: none; box-shadow: none;}
.form-control + .form-control,
.form-control + button{margin-left:5px;}
textarea.form-control{min-height:80px; resize:none; }
.form-control:focus { border: 1px solid #aaa; background-color: #fff; -webkit-box-shadow: none; box-shadow: none;}
.form-control::-moz-placeholder {color: #cfcfca; opacity: 1; filter: alpha(opacity=100);}
.form-control::-webkit-input-placeholder {color: #cfcfca; opacity: 1; filter: alpha(opacity=100);}
.form-control:-ms-input-placeholder {color: #cfcfca; opacity: 1; filter: alpha(opacity=100);}

.bdnone{border:none !important;}


/* 체크박스, 라디오버튼 CSS 설정(xeicon import 필요) 
label { position:relative; display:inline-block; margin-right:0px; padding-left:20px; height:21px; color:#666; text-align:left; line-height:20px; font-size:13px; vertical-align:middle; cursor:pointer; -webkit-touch-callout:none; -webkit-user-select:none; -khtml-user-select:none; -moz-user-select:none; -ms-user-select:none; user-select:none; overflow:hidden; }
label > input[type=checkbox] { display:none; }
label > input[type=checkbox] + span { display:inline-block; line-height:20px; vertical-align:middle; }
label > input[type=checkbox] + span:before { position:absolute; top:0px; left:0px; width:18px; height:18px; -webkit-border-radius:3px; -khtml-border-radius:3px; -moz-border-radius:3px; border-radius:3px; border:1px solid rgba(0,0,0,0.2); content:''; }
label > input[type=checkbox]:checked + span { color:#23aab6; -webkit-tap-highlight-color:transparent; }
label > input[type=checkbox]:checked + span:before { background:#23aab6; font-size:18px; text-align:center; line-height:18px; font-family:'xeicon' !important; display:inline-block; speak:none; font-style:normal; font-weight:normal; font-variant:normal; text-transform:none; line-height:1; -webkit-font-smoothing:antialiased; -moz-osx-font-smoothing:grayscale; color:#fff; content:"\e928"; }
label > input[type=radio] { display:none; }
label > input[type=radio] + span:before { position:absolute; top:0px; left:0px; width:18px; height:18px; -webkit-border-radius:50%; -khtml-border-radius:50%; -moz-border-radius:50%; border-radius:50%; border:1px solid rgba(0,0,0,0.2); content:''; }
label > input[type=radio]:checked + span { color:#43b6bd; -webkit-tap-highlight-color:transparent; }
label > input[type=radio]:checked + span:before { background:#43b6bd; font-size:18px; text-align:center; line-height:18px; font-family:'xeicon' !important; display:inline-block; speak:none; font-style:normal; font-weight:normal; font-variant:normal; text-transform:none; line-height:1; -webkit-font-smoothing:antialiased; -moz-osx-font-smoothing:grayscale; color:#fff; content:"\e928"; }

span.toggle > label > input[type=checkbox] { display:none; }
span.toggle > label > input[type=checkbox] + span { display:inline-block; line-height:20px; vertical-align:middle; }
span.toggle > label > input[type=checkbox] + span:before { position:absolute; top:0px; left:0px; width:18px; height:18px; -webkit-border-radius:50%; -khtml-border-radius:50%; -moz-border-radius:50%; border-radius:50%; border:1px solid rgba(0,0,0,0.2); content:''; }
span.toggle > label > input[type=checkbox]:checked + span { color:#43b6bd; -webkit-tap-highlight-color:transparent; }
span.toggle > label > input[type=checkbox]:checked + span:before { background:#43b6bd; font-size:18px; text-align:center; line-height:18px; font-family:'xeicon' !important; display:inline-block; speak:none; font-style:normal; font-weight:normal; font-variant:normal; text-transform:none; line-height:1; -webkit-font-smoothing:antialiased; -moz-osx-font-smoothing:grayscale; color:#fff; content:"\e928"; }

label.select { display: inline-block; position:relative; width:77px; height:18px; border:1px solid #43b6bd; line-height:18px; }
label.select select { width:100px; margin-left:-22px; background-color:#eee;}
/* 체크박스, 라디오버튼 CSS 설정 */

/* 팝업 */
.layerpop{position:fixed; left:0; width:100%; z-index:9990; background-color:#fff; border-radius: 10px; }
.layerpop .layer_head{padding:5px 10px; box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.1);}
.layerpop .layer_body{padding:10px 20px 30px;}
.layerpop .layer_body p{font-size:15px; font-weight:300; line-height:22px;}
.layerpop .layer_body p span{ left:1px; font-size:17px; font-weight:500; color:#666; }
.layerpop .layer_body input{width: 40%; height: 25px; border: 1px solid #ddd; padding-left: 7px; margin: 5px; background: #fff; color:#777}
.layerpop .btn_close{display: block; position: absolute; right: 10px; top: 10px; width: 34px; height: 34px; background-color: #fff; overflow:hidden; text-indent:-9999px;}
.layerpop .btn_close::before{display: block; position: absolute; left: calc(50% - 19px); top: calc(50% - 18px); width: 38px; height: 35px;  transform: scale(0.5); transform-origin: center center; content: ''; background: url(/resources/images/btn_close.png) no-repeat center center/cover;}
.layerpop.type2 .layer_head{text-align:center;}
.layerpop .txt3{font-size:14px; font-weight:200; line-height:22px;}
.layerpop .btn_wrap{width:100%; margin:20px 0 0 0;/*padding:10px 15px;*/ text-align:center;}
.layerpop .img_wrap{position:relative; width: 80px; height:120px; border-radius: 10px; overflow:hidden; /*background-color:#edf0f5;*/ margin-right:10px; }
.layerpop .img_wrap img{position: absolute; width: 100%; top: 50%; left: 50%; transform: translate(-50%, -50%);}
.layerpop .img_wrap2{position:relative; width: 80px; height:120px; border-radius: 10px; overflow:hidden; /*background-color:#edf0f5;*/ margin-right:10px; }
.layerpop .img_wrap2 img{position: absolute; width: 100%; top: 50%; left: 50%; transform: translate(-50%, -50%);}
.layerpop .img_wrap3{position:relative; width: 200px; height:200px; border-radius: 10px; overflow:hidden; /*background-color:#edf0f5;*/ margin-right:10px; }
.layerpop .img_wrap3 img{position: absolute; width: 100%; top: 50%; left: 50%; transform: translate(-50%, -50%);}
.layerpop .img_line{position:relative; width: 100%; height:70px; border-radius: 10px; overflow:hidden;}
.layerpop .img_line img{position: absolute; width: 100%; top: 50%; left: 50%; transform: translate(-50%, -50%);}
.layerpop .img_icon{position:relative; width:25px; border-radius: 5px; overflow:hidden; }
.layerpop .img_icon img{position: absolute; width: 100%;}
.layerpop .cont p{font-size:14px; font-weight:300; line-height:24px; text-align: center; }
.layerpop .cont p span{ left:1px; font-size:16px; font-weight:500; color:#666; text-align: center; }
.layerpop .user_text{ width:calc(100% - 80px); padding-left: 5px; vertical-align: middle;}
.layerpop .user_text p{ padding-left: 5px; vertical-align: middle;}

/* 공유하기 */
.share_box ul {display: flex; justify-content: center;}
.share_box li{ text-align: center;margin: 0 5px;}
.share_box li:last-child{margin-right: 0;}
.share_box li .sns_btn{display: block; position: relative; width: auto;  font-size: 0.825rem; letter-spacing: -0.03em; text-align: center;}
.share_box li .sns_btn::before{display: block; width: 60px; height: 60px;  ; transform-origin: center top; content: ''; margin: 0 auto;}
.share_box li span {text-align: center; color:#87848b; font-weight:500;} 

.share_box li .message::before{background: url(../images/share_01.png) center center no-repeat; background-size: 40px;}
.share_box li .kakao::before{background: url(../images/share_02.png) center center no-repeat; background-size: 40px;}
.share_box li .facebook::before{background: url(../images/share_03.png) center center no-repeat; background-size: 40px;}
.share_box li .twit::before{background: url(../images/share_04.png) center center no-repeat; background-size: 40px;}


/* 
.user_big_img{position: relative; display: block;}
.user_big_img img{width: 100%;}
.user_big_img .event_img{display: none; position: absolute; left: 0; top: 0; width: 100%; height: 100%;}
.user_big_img .btn_close{display: none; position: absolute; right: 15px; top: 15px; width: 34px; height: 34px; border-radius: 50%; border: 1px solid #9fa0a0; background-color: #fff;}
.user_big_img .btn_close::before{display: block; position: absolute; left: calc(50% - 19px); top: calc(50% - 18px); width: 38px; height: 35px;  transform: scale(0.5); transform-origin: center center; content: ''; background: url(/resources/images/btn_close.png) no-repeat center center/cover;}
.event_img .btn_gift{position: absolute; right: 15px; top: 15px;  width: 34px; height: 34px;}
.event_img .btn_gift::before{display: block; position: absolute; left: -13px; top: -13px; width: 60px; height: 60px; transform: scale(0.5); transform-origin: center center; content: ''; background: url(/resources/images/gift.png) no-repeat center center/cover;}
*/

.layerpop .event_img{position: relative; display: block;}
.event_img img{width:100%}
.event_img .loader { position: absolute; width: 30px; height: 30px; margin-left: 48%; top:-40px; border-radius: 30%;  display: inline-block; vertical-align: middle;}
.event_img .gift {position: absolute; width: 240px; height: 240px; left: 50%; margin-left: -120px; top: 30px; border-radius: 15%; padding: 20px; text-align:center;}
.event_img .gift.winning {background: rgba(255, 245, 222, 0.961);}
.event_img .gift.NoLuck {background: rgba(125, 125, 125, 0.7);}
.event_img .gift p.img {color: #fff; font-size: 64px;}
.event_img .gift p.img img{width:90px; left: 50%; margin:20px 0 5px 0}
.event_img .gift p.text {color: #fff; font-size: 20px; font-weight: 500;}

/*cell window*/
.layerpop .layer_flex {padding: 20px; display: flex; }
.layerpop .layer_flex .left { width: 70px;}
.layerpop .layer_flex .left .img {width: 60px; height: 60px; overflow: hidden;display: block; border-radius: 30px; margin: 10px 5px 0 0; background-size: contain;}
.layerpop .layer_flex .right {flex: 1; margin: 0 10px; }
.layerpop .layer_flex .right a {display: flex;; margin-bottom: 5px; padding: 0 8px 5px; border-bottom: 2px dotted #dbdbdb;}
.layerpop .layer_flex .right a i {position: relative; top: 5px; margin-right: 5px; color: #c9c9c9;}
.layerpop .layer_flex .right a span {flex: 1; word-break: break-all; }

.ad_zone.ad1{margin:10px 0 10px 0; width:100%; height:120px; background: #eee url(/resources/images/layout/logo.jpg) no-repeat center center/auto 20%;}
.ad_zone.ad2{margin:10px 0 10px 0; width:100%; height:120px; background-color:#eee; background: #eee url(/resources/images/TOKENBACK_11.jpg) no-repeat center center/auto 20%;}


/*pop-up을 new-full-window로 열기*/
.new_zone{position:fixed; top:0; left:0; height: 100%; background: #fff; z-index: 1200; display: none;}
.new_zone .zone_head{position:fixed; top: 0; /*width: 100%;*/ height: 50px; border-bottom: 1px solid #ddd; background-color: #fff; text-align: center;}

.new_zone .zone_head div a{position:absolute; top:50%; transform:translateY(-50%); margin:0 !important;}
.new_zone .zone_head .right a{right:10px;}
.new_zone .zone_head .left a{left:10px; }
.new_zone .zone_head .img_url{display: inline-block; margin: 13px 5px 0 160px; width:50px; }
.new_zone .zone_head .img_url img{ width:100%; }
.new_zone .zone_head .title{display: inline-block; margin-top: 13px; margin-left:60px; font-size: 20px; color: #555; letter-spacing: -0.03em;}
.new_zone .zone_head .title .col {color: #555; font-weight: 500;}

.new_zone .zone_body{position:fixed; top:60px; width:100%; height:calc(100% - 140px); overflow-x: hidden; overflow-y: auto; padding: 0px 10px; }
.new_zone .zone_body .cont{ overflow: scroll;}

.new_zone .zone_write{position:fixed; width: 100%; height: 80px; top:calc(100% - 80px); padding: 10px 10px 20px 10px; background: #fff; display: flex; align-items: flex-end; border-top: 1px solid #e3e3e3; }
.new_zone .zone_write .user_img{display: inline-block; overflow: hidden; width: 40px; height: 40px; border-radius: 50%; background-position: center center; background-repeat: no-repeat; background-size: cover; vertical-align: middle; margin-bottom: 5px;}
.new_zone .zone_write .user_img img{ width: 40px; height: 40px; border-radius: 50%; }
.new_zone .zone_write .my_text { width:calc( 100% - 40px); display:flex; margin-left: 10px; align-items: flex-end;}
.new_zone .zone_write .my_text textarea {width:calc( 100% - 40px); height: auto; font-size: 16px; height: 20px; border: 1; line-height: 1.5; resize: none; overflow: hidden; padding: 5px; min-height: 50px; border-bottom: 2px solid #d24652;}
.new_zone .zone_write .my_text button {width: 40px; border: 2px solid #d24652; height: 40px; margin: 10px 0 5px 10px; color: #d24652; }
/* 댓글달기 종료*/

/*댓글보기-달기 섹션 
.reply_box{width:100%; padding: 10px 0 0 10px; }*/

.reply_box{margin:0 0 2px 0;}
.reply_box .user_info{position: relative; display:flex; padding: 5px 0 0 10px;  }
.reply_box .user_info>div{display: inline-block; }
.reply_box .user_img{ width: 50px; overflow: hidden;  background-position: center center; background-repeat: no-repeat; background-size: cover; vertical-align: middle;}
.reply_box .user_img img{ width: 50px; height: 50px;  border-radius: 50%;}
.reply_box .user_text{ width:calc(100% - 80px); padding-left: 5px; vertical-align: middle;}
.reply_box .user_text p{ padding-left: 5px; vertical-align: middle;}
.reply_box .user_text .name{font-size: 14px; color: #222; font-weight: 500;}
.reply_box .user_text .time{font-size: 13px; line-height: 16px; color: #008d81; font-weight: 400;}
.reply_box .user_text .reply_txt{font-size: 15px; color: #000; font-weight: 500; width: 100%; padding-bottom:2px;  border-bottom: 2px dotted #cfcfcf;}


.btn_back{float: left; position: relative; display: block;  width: 34px; height: 34px; margin: 8px 15px 9px 15px; border-radius: 50%; border: 1px solid #9fa0a0; background-color: #fff;}
.btn_back::before{display: block; position: absolute; left: calc(50% - 19px); top: calc(50% - 18px); width: 38px; height: 35px;  transform: scale(0.5); transform-origin: center center; content: ''; background: url(/resources/images/btn_back.png) no-repeat center center/cover;}


.nodata {width: 100%; border:none}
.nodata .nodata_div {/*position: absolute; left:40%; top:30%;*/ position: relative; margin: 20% 0 0 50%; width: 100%; color: #555; font-size: 16px; text-align: center; transform: translate(-50%, -50%); -webkit-transform: translate(-50%, -50%); -moz-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); -o-transform: translate(-50%, -50%); }
.nodata .nodata_div img.noimg {width: 60px; margin-bottom: 10px; }
/* xeicon 
@import url(/resources/css/fonts/xeicon.ttf);
*/
@font-face {font-family: 'xeicon'; font-style: normal;font-weight: 100;src:/* url(../css/fonts/xeicon.woff2) format('woff2'),url(../css/fonts/xeicon.woff) format('woff'),*/url(../css/fonts/xeicon.otf) format('opentype');}

/* base */
.wrap1{margin:0 auto;}

#wrap{margin:0 auto;width:100%; overflow: hidden;}
html.blind_on{overflow: hidden;}
html.blind_on #wrap::after{display: block; position: fixed; left: 0; top: 0; z-index: 1001; width: 100%; height: 100%; background-color: rgba(0,0,0,0.2); content: '';}
#alert_title {color: #56b9b3; border-bottom: 1px solid #def1ff; word-wrap: break-word; word-break: keep-all; white-space: pre-wrap; }

@keyframes blink-effect { 50% {opacity: 0.5;}}
.blink.on {animation: blink-effect 2.5s step-end infinite;}
.blink.on1{animation: blink-effect 2s step-end infinite;}
.blink.on2{animation: blink-effect 1.5s step-end infinite;}
.blink.on3{animation: blink-effect 1s step-end infinite;}
.blink.on4{animation: blink-effect 0.5s step-end infinite;}
.blink.on5{animation: blink-effect 0.2s step-end infinite;}

#wrap_loading{top:0;}
#wrap_loading.on {top:0 }
/* loading : 공통사용모듈 **************
#wrap_loading {top: 0; left: 0; position: fixed; width: 100%; height: 100%; z-index: 120000; background-color: rgba(0,0,0,0.4); display: none; }
#wrap_loading.on {display: block; }
#wrap_loading #loading {display: inline-block; position: absolute; width: 50px; height: 50px; top: 45%; left: 42%; border: 4px solid rgba(255,255,255,.3); border-radius: 50%; border-top-color: #1E1F28; animation: spin 1s ease-in-out infinite; -webkit-animation: spin 1s ease-in-out infinite; -moz-animation: spin 1s ease-in-out infinite; -ms-animation: spin 1s ease-in-out infinite; -o-animation: spin 1s ease-in-out infinite; }

@keyframes spin {to { -webkit-transform: rotate(360deg); } }
@-webkit-keyframes spin {to { -webkit-transform: rotate(360deg); } }


/* 알림창 */
#wrapper_alert,
#wrapper_confirm {position: fixed; width: 100%; height: 100%; top: 0; left: 0; background: rgba(0,0,0,.7); display: none; z-index: 330000; }
#wrapper_alert.on,
#wrapper_confirm.on {display: block; }

#alert_box {position: absolute; width: 250px; background: #fff; /*border: 1px solid #747b81;*/ border-radius: 15px; top: 50%; left: 50%; transform: translate(-50%,-50%); -webkit-transform: translate(-50%,-50%); -moz-transform: translate(-50%,-50%); -ms-transform: translate(-50%,-50%); -o-transform: translate(-50%,-50%); }
/* #alert_box {top: 63.5%} */
#alert_box .imtip img{position: absolute; top: calc(50% - 220px); left: calc(50% - 125px); width: 250px; }

#alert_title {margin: auto; padding: 15px; text-align: center; font-size: 17px; font-weight:bold; color: #56b9b3; border-bottom: 1px solid #bbb; word-wrap: break-word; word-break: keep-all; white-space: pre-wrap; }
#alert_msg {width: 90%; font-size: 16px; color: #000; text-align: center; margin: 30px auto; white-space: pre-wrap; word-break: break-all; line-height: 20px; }
#alert_box .dialogButtons {clear: both; width: 100%; height: 45px; margin-top: 25px; }
#alert_btn_close {width: 100%; height: 45px; color: #fff; background: #56b9b3; text-align: center; line-height: 45px; border-bottom-left-radius: 15px; border-bottom-right-radius: 15px;  }
#alert_btn_ok {float: right; width: 50%; height: 45px; color: #fff; background: #56b9b3; text-align: center; line-height: 45px; border-bottom-right-radius: 15px; }
#alert_btn_cancel {float: left; width: 50%; height: 45px; color: #fff; background: #8d9397; text-align: center; line-height: 45px; border-bottom-left-radius: 15px; }
#alert_msg .none_coupon_img img{width: 90px; }
#alert_msg .none_coupon_text01 {position: relative; text-align: center; bottom: 36px; color: #56b9b3; font-size: 20px; }
#alert_msg .none_coupon_text02 {word-break:keep-all;}
#alert_msg .near_pop_img {width: 70px; border-radius: 50px; }
#alert_msg .near_pop_time {text-align: center; color:#56b9b3; font-size: 15px; margin: 10px 0px; }
#alert_msg .near_pop_txt {text-align: center; font-size: 14px; margin: 10px 0px; font-weight: 600; }
#alert_msg .popup_img {width: 70px; height: 70px; border-radius: 100px; border: 1px solid #fefefe; margin: 15px auto; }
#alert_msg .popup_img img {width: 100%; height: 100%; border-radius: 100px; }
#alert_msg .popup_txt_ex {font-size: 14px; color: #000; text-align: center; margin-bottom:15px; white-space: normal; word-break: keep-all; }
#alert_msg .popup_txt_ex .won_info {display:inline-block; text-align:left; min-width:110px; max-width:200px; overflow:hidden;}
#alert_msg .popup_txt_ex .won_info .won {float:right; margin-left:5px;}
#alert_msg .popup_txt_ex .won_info .won.lack{color: #56b9b3; }
#alert_msg .popup_txt01 {font-size: 16px; color: #000; text-align: center; }
#alert_msg .popup_txt02 {font-size: 16px; color: #000; text-align: center; margin: 30px auto; }
#alert_msg .popup_txt03 {font-size: 14px; color: #56b9b3; text-align: center; font-weight:bold; margin: 10px auto; }
#alert_msg .popup_txt04 {font-size: 15px; color: #000; text-align: center; margin: 10px auto; }
#alert_msg .popup_txt07 {font-size: 16px; color: #000; text-align: center; margin: 65px auto; line-height: 20px; }
#alert_msg .popup_time {font-size: 16px; text-align: center; color: #000; }
#alert_msg .popup_rate {font-size: 21px; color: #56b9b3; text-align: center; margin: 15px 0; }
#alert_msg .popup_rate.top_30 {margin-top: 35px; }
#alert_msg .popup_price {float: center; font-size: 14px; color: #777; margin: 10px; }
#alert_msg .popup_input {width: 50%; height: 35px; /*border: 0; */ margin: 15px auto; border-radius: 5px; font-size: 19px; line-height: 170%; font-weight: bold; }
#alert_msg .popup_input input {width: 70%; height: 30px; /*border: 0; */ text-align: right; padding-right: 5px; font-size: 17px; }
#alert_msg .popup_input input[type=password] {width: 90%; height: 30px; line-height: 30px;/*border: 0; */ text-align: center; padding-right: 5px; font-size: 20px; outline:none; }
#alert_msg .popup_input02 {width: 100%; height: 20px; margin: 0 auto; }
/*#alert_msg .popup_input02 input[type=range] {-webkit-appearance: none; width: 225px; }*/
#alert_msg .popup_input02 input[type=range] { width: 225px; }
#alert_msg .popup_input02 input[type=range]::-webkit-slider-runnable-track {width: 100%; height: 10px; background: #e1e1e1; border: none; border-radius: 20px; }
#alert_msg .popup_input02 input[type=range]::-webkit-slider-thumb {-webkit-appearance: none; border: none; width: 30px; height: 30px; background-image: url(/resources/images/range.png); background-repeat: no-repeat; background-size: cover; margin-top: -10px; }
#alert_msg .popup_input02 input[type=range]:focus {outline: none; }

/* main_banner */
/* #main_banner {z-index: 140000; position: absolute; width: auto; height: auto; top: calc(50% - 215px); left: calc(50% - 150px); }
#main_banner .bar {width: 100%; margin-top: -10px; height: 50px; background-color: #ffffff; border-radius: 0 0 1em 1em; }
#main_banner .bar p {position: relative; font-size: 14px; font-weight: bold; bottom: 2px; left: 44px; }
#main_banner .bar .check_close{background-repeat: no-repeat; background-size: 100%; width: 20px; height: 20px; position: relative; top: 17px; left: 15px; background-image: url(/resources/images/ic_check_black.png); }
#main_banner .bar .check_close.on{background-image: url(/resources/images/ic_check_red.png); }
#main_banner .bar .btn_close{color: #000000; position: absolute; bottom: 13px; right: 11px; width: 18px; height: 18px; background-image: url(/resources/images/ic_close.png); background-size: 18px; }
#main_banner .banner .banner_img {width: 300px; border-radius: 1em 1em 0 0; } */

/* 상단 레이아웃 */
#header{position: fixed; top: 0; left: 0; z-index: 100; width: 100%; height: 60px; background-color: #fff; text-align: center; }
.header_wrap {display: flex;}
.header_wrap::after{content:''; display:block; position:absolute; background:#fff; width:100%; height:60px; z-index:-1; box-shadow: 0 0 15px rgba(0, 0, 0, 0.2); }
/*.header_wrap::after{content:''; display:block; position:absolute; background:#fff; width:150%; height:100px; top:-40%; left:50%; border-radius:50%; z-index:-1; box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.04); transform: translateX(-50%);}
*/
.header_wrap>div {flex: 1; width: calc(50% - 60px); }
.header_wrap .left {float: left; text-align: left; display: flex;}
.header_wrap .left .ico_btn {margin-left: 0px;}
.header_wrap .left span {height: 57px; line-height: 57px; display: inline-block; vertical-align: top; flex: 1; font-size: 14px; }
.header_wrap .right {float: right; text-align: right;}
.header_wrap .right .ico_btn {margin-right: 0px;}
.header_wrap .right li{display:inline-block;}
.header_wrap .title{display: inline-block; position:absolute; top:50%; left:50%; transform:translate(-50%,-50%); font-size:24px; font-weight:bold; letter-spacing: -0.03em; color: #44d2ca; }
.header_wrap .title img{height:25px;}
.header_wrap .btn{position: relative; display: inline-block; top: 0px; width: 42px;  height: 56px; }
.header_wrap .btn::before{content: ''; display: block; position: absolute; left: 0; top: 0; width: 100%; height: 100%; background-repeat:no-repeat; background-position: center center; background-size:26px auto;}
.headaux{margin-top:-15px; z-index:300; color:#00a198; font-size:13px; font-weight:100; text-align:center}

/* 하단레이아웃 */
.ft_menu_wrap{position: fixed; bottom: 0; left: 2px; z-index: 100; width: calc(100% - 4px); height: 70px; background-color: #fff; text-align: center; border-radius:10px 10px 0px 0px; box-shadow: 0 -10px 10px rgba(0, 0, 0, 0.1); padding:15px 0 10px;}
.ft_menu_wrap .ft_menu{display:flex; justify-content: space-evenly;}
.ft_menu_wrap .ft_menu li{color:#333; min-width:35px;}
.ft_menu_wrap .ft_menu li a img{height:22px; }
.ft_menu_wrap .ft_menu li a span{display:inline-block; width:100%; font-size:14px; font-weight:500; margin-top:5px; color:inherit; }
.ft_menu_wrap .ft_menu li.active a span{color:#008d81;}
.ft_menu_wrap .ft_menu li.active a img{filter: invert(37%) sepia(92%) saturate(2100%) hue-rotate(152deg) brightness(96%) contrast(101%);}

/* 서비스 동의 */
#wrapper_consent .bottom_bar { width: 100%; height: 60px; position: absolute; bottom: 0; z-index: 110000;}
#wrapper_consent .bottom_bar .btn_service_cancel { float: left; width: 50%; height: 100%; color: #959595; text-align: center; font-size: 20px; line-height: 58px; background: #ebebeb; }
#wrapper_consent .bottom_bar .btn_service_agree { float: left; width: 50%; height: 100%; line-height: 60px; border-radius: 0; margin: 0; text-align: center; font-size: 20px; color: #fff; background: #a0a0a0; }

#wrapper_consent { font-size: 13px; position: fixed; width: 100%; height: 100%; top: 0; left: 0; background: #fff; display: block; z-index: 110000; }
#wrapper_consent .service_bg { padding: 20px; position: absolute; z-index: 5; width: 100%; height: 95vh; background: #fff; top: 45%; left: 50%; transform: translate(-50%,-50%); }
#wrapper_consent .service_bg .guide_txt .title { font-size: 20px; font-weight: 600; padding: 15px 5px 5px 5px; text-align:center; vertical-align:middle; border-bottom: solid 1px #999; height:60px;}
#wrapper_consent .service_bg .guide_txt p { font-size: 13px; padding: 3px 5px 3px 5px; overflow-y: scroll;  }
#wrapper_consent .service_bg .guide_txt p:last-child {color:#949494}

@media (max-height: 680px) {
    #wrapper_consent .service_bg .guide_txt p { font-size: 10px;}
}
@media (max-height: 600px) {
    #wrapper_consent .service_bg .guide_txt p { font-size: 9px;}
}
    
#wrapper_consent .guide_txt { width:100%; height:30%;  }
#wrapper_consent .policy  { width:100%; height:35%; }
#wrapper_consent .privacy { width:100%; height:35%; }

#wrapper_consent div.title { color: #686868; height: 25px; line-height: 18px; font-weight: 600; font-size: 14px; margin-top: 13px; margin-left: 4px; }
#wrapper_consent .btn_agree { width: 50px; height: 20px; background-image: url('/resources/images/check_terms_off.png'); background-size: 18px; background-position: 26px 0px; background-repeat: no-repeat; margin: 0 -2px 0 4px; float:right; }
#wrapper_consent .cont_agree { width:100%; height: 25vh; margin: 1px 2px; font-size: 13px; background-color: #f4f4f4; overflow-x: hidden; overflow-y: scroll; padding: 10px; color: #a1a1a1; }
#wrapper_consent .cont_agree .h3_tit{margin-top:8px; padding-bottom:6px; color:#333;  font-size:0.9rem; font-weight:600;}
#wrapper_consent .cont_agree .h4_tit{margin-top:8px; padding-bottom:6px; color:#333;  font-size:0.85rem; font-weight:600;}
#wrapper_consent .cont_agree .h5_tit{margin-top:6px; padding-bottom:4px; color:#333;  font-size:0.8rem; font-weight:500;}

#wrapper_consent .cont_agree .cont_txt{font-size:0.75rem; color:#555; letter-spacing:-0.9px;}
#wrapper_consent .cont_agree .cont_txt2{padding:0 0 0 6px; font-size:0.75rem; color:#555; letter-spacing:-0.9px;}
#wrapper_consent .cont_agree .listStyle{margin-top:12px;}
#wrapper_consent .cont_agree .listStyle > li{position:relative; margin-top:6px; color:#555; word-break:keep-all; font-size:0.75rem;}

#wrapper_consent .cont_agree table.conTable{width:100%;border-top:1px solid #e2e2e2; margin-bottom:10px;}
#wrapper_consent .cont_agree table.conTable th,
#wrapper_consent .cont_agree table.conTable td{padding:4px 5px;line-height:1.5;border-left:1px solid #e2e2e2;border-bottom:1px solid #e2e2e2; vertical-align:middle; }
#wrapper_consent .cont_agree table.conTable td{font-size: 0.75rem;}
#wrapper_consent .cont_agree table.conTable thead th{padding:5px 5px;}
#wrapper_consent .cont_agree table.conTable select{padding:5px;}
#wrapper_consent .cont_agree table.conTable input{height:20px;padding:0 10px;}

#wrapper_consent .phone .title { color: #2b8fe9; }
#wrapper_consent .phone input { width: 190px; background-color: #f4f4f4; border: 0px; border-radius: 0px; margin: 5px 0 0 5px; padding: 10px; color: #949498; -webkit-appearance: none; -webkit-border-radius: 0;}
#wrapper_consent .phone input::placeholder { color:#949494 }
#wrapper_consent .phone .btn2 { float: right; font-weight: 600; width: 65px; height: 35px; border: 0; margin: 5px 0px; color: #fff; background: #2b8ee9; text-align: center; line-height: 35px; }	
#wrapper_consent .phone .footer { color: #a0a0a0; font-size:12px; font-weight:600; position: absolute; bottom: 20px; }

#wrapper_consent .btn_close { position: absolute; top: 10px; right: 10px; width: 20px; height: 20px; background-size: 20px; background-repeat: no-repeat; background-image: url('/resources/images/icon_close.png'); }
   
/*기본*/
#container{position:relative; top:70px; width: 100%; height:100vh; margin: 0 auto; overflow-y:hidden;}
.contents{position:relative; padding:0 10px 20px 10px; height:calc( 100% - 70px ); overflow-y:auto;}
.contentt{position:relative; padding:0 10px 20px 10px; height:calc( 100% - 150px ); overflow-y:auto;}
.content1{position:relative; padding:0 10px 20px 10px; height:calc( 100% - 70px ); }

.top_tab {display: flex; position:sticky; top:0; background:#fff; padding-top:0px; border-bottom: 1px solid #dedede; margin-bottom:5px; z-index:100;}
.top_tab li {flex: 1; text-align: center; font-size:0.9rem; padding: 8px 0 5px; color:#777; cursor: pointer;}
.top_tab li.current,
.top_tab li.on{position:relative; color:#56b9b3; font-weight:600;}
.top_tab li.current::after,
.top_tab li.on::after{content:''; position:absolute; left:0; bottom:-1px; width:100%; height:2px; background-color:#56b9b3;}
.tab_content {display: block; padding: 10px 0;}
.tab_content.current {display: block;}



/* 카테고리 및 정렬 */
.wrap_filter { position: relative; display:flex; width:100%; padding:0 10px 0 10px;}
/*.wrap_filter .cnt{ float: left; margin-left: 5px; font-size: 16px; font-weight: bold; }
#data_cnt { float: left; color: #ef3651; font-size: 16px; font-weight: bold; margin-right: 5px; }
*/
.btn_sort{ display:inline-block; width: 100px; height: 20px; line-height: 20px; margin-right:10px; padding:0 10px 0 9px; font-size:12px; text-align: left; color: #777; border: solid 1px; }
.btn_category { display:inline-block;  width:106px; height: 20px; line-height: 20px; text-align: center; margin-left:5px; border:1px solid #ddd; color:#777; font-size:13px; }
.btn_blank { display:inline-block; width: 10px; }
.btn_state { display:inline-block; width:60px; height: 20px; line-height: 20px; margin-left:3px; padding:0 2px 0 2px; font-size:12px; text-align: center; color: #777; border: 1px solid; border-radius: 20px;}
.btn_state.on { display:inline-block; width:60px; height: 20px; line-height: 20px; padding:0 5px 0 5px; font-size:12px; text-align: center; color: #777; background: #eee; border-radius: 20px;}

.btn_sort img { background:url('/resources/images/ic_down.png') right center no-repeat; background-size:20px; width: 18px; height: 18px; }

.pop_sort { position: absolute; width:100px; height:120px; margin:-20px 10px 0 10px; border: 1px solid #777; z-index:1000; }
.pop_sort>div { color: #777; background: #fff; height: 20px; line-height: 20px; padding:0 5px 0 9px; font-size: 12px; text-align:left; }
.pop_sort>div.on {color: #fff; background: #777;}

.wrap_filter .pop_category { position: absolute; top:95px; right: 10px; width:115px; z-index:1000; border: 1px solid #ddd; border-top:0 none;}
.wrap_filter .pop_category > div { color: #777; background: #fff; height: 28px; line-height: 28px; font-size: 13px; text-align: center; }
.wrap_filter .pop_category > div.on {color: #fff; background: #777;}

.btn_pop_search {position: absolute; right:50px; top: 10px; width: 40px; height:40px; background:none; border:0 none; text-align:center; vertical-align:middle;}
.btn_pop_search > img {display:block; margin:0 auto; width:25px;}
.search_cancel {position: absolute; right: 50px; font-size: 25px; line-height: 20px;}

.pop_search  {position: absolute; top:0; left: 0; width:100%; height:60px; z-index:1000; background:#fff;}
.pop_search .search_header {height:60px; padding:0 60px 0 50px; background:#1E1F28;}
.pop_search .btn_close_search {position: absolute; left:0; top: 0px; width:50px; height:60px; background:none; border:0 none; text-align:center; vertical-align:middle;}
.pop_search .btn_close_search > img {display:block; margin:0 auto; width:25px;}
.pop_search .keyword {display:block; padding:10px 0; height:40px;}
.pop_search .keyword > input[name=keyword] {box-sizing:border-box; width:100%; height:40px; line-height:38px; padding:0 10px; border-radius:10px; background:none; border:1px solid rgba(255,255,255,0.3); background:rgba(255,255,255,0.1); color:rgba(255,255,255,0.8);}
.pop_search .keyword > input[name=keyword]:focus {outline:0 none; color:#111; background:#fff;}
.pop_search .btn_search {position: absolute; right:0; top: 0px; width: 60px; height:60px; background:none; border:0 none; text-align:center; vertical-align:middle;}
.pop_search .btn_search > img {display:block; margin:0 auto; width:25px;}

.bttn_home {position: absolute; right:10px; top: 8px; width: 40px; height:40px; background:none; border:0 none; text-align:center; vertical-align:middle;}
.bttn_home > img {display:block; margin:0 auto; width:25px;}

#btn_go_top {position: fixed; right: 15px; bottom: 15px; width: 28px; height: 28px;}
#btn_go_top .icon_img { background:url('/resources/images/app/ic_go_top.png'); width: 28px; height: 28px; background-size: 28px; background-repeat: no-repeat;}
#bg_blind {position: fixed; top: 0; left: 0; width: 100%; height: 100%; z-index: 9900; display: none; background-color: rgba(0,0,0,0.4);  }


/* 마이페이지  */

/* 프로필 */
.profile {position:relative;display:flex;padding: 20px 0 0 0;}
/*.profile:after{content:''; display:block; position:absolute; bottom:0; left:0; width:100%; height:1px; background-color:#dde0e5;}*/
.profile .profile_img {position:relative; display:inline-block; width:80px; height:80px; margin: 0 15px; }
.profile .profile_img span {width: 100%;height: 100%;display: block;border-radius: 40px;background-color: #dde0e5;background-size:60%;background-repeat:no-repeat;background-position:center bottom;outline: 1px solid #cbced3;text-indent:-9999px;font-size:0px;overflow: hidden;}
.profile .profile_img a{position:absolute; bottom:0; right:0; width:40px; height:40px; border-radius:40px; background-color:#9e9e9e; background-image: url(/resources/images/content/ico_edit.svg); background-repeat:no-repeat; background-position:center center;  background-size:12px auto; overflow:hidden; text-indent:-9999px;}
.profile p {display:flex; width:100%;  padding: 3px 0 3px 10px; }
.profile p a{display:inline-block; font-size: 16px; color: #333; }
.profile .name {display:inline-block; font-size: 16px; font-weight:600; color: #333;  padding: 3px 0 0 10px;}
.profile .name a{display:inline-block; vertical-align:middle; word-break:break-all;}
/*.profile .desc a:after{content:''; display:block; width:15px; height:60%; position:absolute; right:0; top:7px; background-image: url(/resources/images/content/arrow.svg); background-repeat: no-repeat; background-position: center center; background-size:12px auto; }*/

.list2.list_menu {font-size: 18px; font-weight: 400; padding: 5px; line-height: 20px; max-height: 44px; border-bottom:solid 1px #ccc;}
.list2.list_menu li{border:none; margin-bottom:0;}
/*.list_menu li{border:none; margin-bottom:0;}*/

/* 마이페이지 리스트 */
.mypage_list{position:relative; padding:25px 0 ;}
.mypage_list ul{position:relative;  display:flex; justify-content: flex-start; flex-wrap: wrap; padding:20px 0; }
.mypage_list ul li{ width:calc(100%/3); min-width:90px; margin-bottom:20px; text-align:center;}
.mypage_list ul li a{display:inline-block; width:100%; height:100%;}
.mypage_list ul li a span{display:inline-flex; flex-direction: column; align-items: center; width:100%; font-size:15px; color:#333; font-weight:500;}
.mypage_list ul li a span::before{content:''; display:block; width:80px; height:80px; border-radius:20px; background-color: #f1f3f6; background-repeat:no-repeat; background-position:center center; background-size:50%; margin-bottom:5px;}
.mypage_list ul li.list01 a span::before{background-image: url(/resources/images/content/mypage_list01.svg);}
.mypage_list ul li.list02 a span::before{background-image: url(/resources/images/content/mypage_list02.svg);}
.mypage_list ul li.list03 a span::before{background-image: url(/resources/images/content/mypage_list03.svg);}


/* 설정 */
.div_sett { clear: both; width: 100%; color: #000; background: #fff;  border-bottom: 1px solid #ddd;  margin-bottom: 10px;}
.div_sett ul { padding: 0 5% 0 5%;}
.div_sett ul .btn_recentView { width: 180px;}
.div_sett ul .btn_heart { width: 140px;}
.div_sett ul .btn_past { width: 190px;}
.div_sett ul .btn_notice { width: 130px;}
.div_sett ul .btn_service { width: 130px;}
.div_sett ul .btn_setting { width: 130px;}
.div_sett ul li { height: 52px; font-size: 17px; list-style: none; line-height: 53px; color: #000;  border-bottom: 1px solid #ddd;}
.div_sett ul li:last-child { border-bottom: 0;}
.toggleOn,
.toggleOff {width: 50px; height: 30px; float: right; margin-top: 10px; background: url("/resources/images/ic_on.png"); background-repeat: no-repeat; background-size: 100%; }
.toggleOff {background: url("/resources/images/ic_off.png"); background-repeat: no-repeat; background-size: 100%; }
.btn_alarm {float: right; width: 52px; height: 24px; font-size: 12px; text-align: center; line-height: 24px; margin-top: 11px; margin-left: 5px;  }
.btn_alarm.on {background: #ef3651; color: #000; }
/* .btn_alarm,
.btn_logout {float: right; width: 52px; height: 24px; font-size: 12px; text-align: center; line-height: 24px; margin-top: 11px; margin-left: 5px;  }
.btn_alarm.on {background: #ef3651; color: #000; }
.btn_logout { color: #000; } */

/* login */
.login_area {width: 100%; padding:60px 10%; }
.login_area h2 {position: relative; width:100%; height:40px; text-indent:-9999px; font-size: 0; margin-bottom: 40px; overflow:hidden; background-image: url(/resources/images/layout/logo.jpg); background-repeat:no-repeat; background-position:center center; background-size: auto 80%;}
.login  label{display:block; font-size:15px; color:#333; font-weight:500; margin-bottom:3px;}
.login  input{width:100%; height:50px; border:1px solid #ccc; border-radius:10px; margin-bottom:10px; padding:0 15px; color:#999;}
.btLogin{display:block; height:45px; margin-bottom:10px; }
.btLogin button{ width: 100%; height:100%; background: #44d2ca;  border-radius:5px; color: #fff; font-size: 15px; font-weight: 500;}
.loginMenu{display:inline-flex; width:100%; justify-content: space-evenly;} 
.loginMenu li{ position:relative; width:calc(100% /3); text-align:center;}
.loginMenu li:after{content:''; display:block; position:absolute; top:50%; right:0; width:1px; height:12px; margin-top:-6px; background:#bdbdbd; }
.loginMenu li:last-child:after{display:none; }
.loginMenu li a{display:block; width:100%; height:100%; font-size:14px; font-weight:600;}
.sns_login{margin-top:50px;}
.sns_login li{display:block; height:45px; margin-bottom:10px; }
.sns_login li a{display:block; width: 100%; height:100%; line-height:45px; background-color: #999; border:1px solid #ccc; border-radius:5px; color: #fff; font-size: 15px; font-weight: 500; text-align:center;}
.sns_login li a span{display:inline-block; height:100%; padding-left: 35px; width:150px; text-align:left; color:inherit; background-repeat:no-repeat; background-position:left center; background-size:auto 50%; }
.sns_login li.kakao a{background-color:#fde500; border-color: #fde500;color:#050100;}
.sns_login li.naver a{background-color:#00a84c; border-color: #00a84c;}
.sns_login li.facebook a{background-color:#445d99; border-color: #445d99;}
.sns_login li.google a{background-color:#eeeeee; color: #737881;}
.sns_login li.kakao a span{background-image: url(/resources/images/layout/ico_kakao.svg);}
.sns_login li.naver a span{background-image: url(/resources/images/layout/ico_naver.svg);}
.sns_login li.facebook a span{background-image: url(/resources/images/layout/ico_facebook.svg);}
.sns_login li.google a span{background-image: url(/resources/images/layout/ico_google.svg);}
#naverIdLogin_loginButton{background-image: url(/resources/images/layout/ico_naver.svg); background-color:#00a84c; border-color: #00a84c;;}
/*
.mainmenu {position: relative; width: 95%; height:80%; background: #fff; position: fixed; top: 66px; left: 10px; background: #f8f8f8; /* box-shadow: 10px 10px 10px;  display: none; */ /*min-height: 500px; }
.mainmenu .close {position: absolute; right: 20px; top: 10px; font-size: 32px; color: #8d8d8d;}
.mainmenu .area {position: relative; padding: 20px; flex: 1;}
.mainmenu .area ul {padding: 10px;}
.mainmenu .area ul li {margin-bottom: 10px;}
.mainmenu .bottom_btn {position: absolute; bottom: 0px; padding: 30px; width: 100%; display: flex; justify-content: space-between; align-items: center;}
.mainmenu .bottom_btn .set {font-size: 24px;}


.main_grid_sc { display: grid; width:100%; margin: 0 auto; background: #fff; min-height: 400px; grid-template-columns: repeat(auto-fill, minmax(100px, 1fr));  }
.main_grid_sc .item { width: 100%; position: relative; border-radius: 10px; box-sizing: border-box;padding: 3px; overflow: hidden; }
*/

[class*='grid_sc'] .item>img {width: 100%;position:relative; display: block; border-radius: 10px;}
[class*='grid_sc'] .item button {width: 25px; height: 25px; position: absolute; top: 5px; left: 5px;z-index: 1;}
[class*='grid_sc'] .item button:before{display: block; position: absolute; left: 0; top: 0; width: 100%; height: 100%;  transform-origin: center center; content: '';}
[class*='grid_sc'] .item button.bid:before{background: url(/resources/images/bid.png) no-repeat center center/cover;}
[class*='grid_sc'] .item button.bid_any:before{background: url(/resources/images/bid_any.png) no-repeat center center/cover;}
[class*='grid_sc'] .item button.bid_end:before{background: url(/resources/images/bid_end.png) no-repeat center center/cover;}
[class*='grid_sc'] .item button.bid_auc:before{background: url(/resources/images/bid_auc.png) no-repeat center center/cover;}


/*
@media (min-width:400px) {
    .main_grid_sc  {grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));}
}
@media (min-width:500px) {
    .main_grid_sc  {grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));}
}
@media (min-width:615px) {
    .main_grid_sc  {grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));}
}
@media (min-width:740px) {
    .main_grid_sc  {grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));}
}
@media (min-width:970px) {
    .main_grid_sc  {grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));}
}


/* 입찰앨범 */
.bid_grid_sc { display: grid; width:100%; margin: 0 auto; background: #fff; min-height: 300px; grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));grid-gap: 5px; }
.bid_grid_sc .item { width: 100%; position: relative; border-radius: 13px; box-sizing: border-box;padding: 3px; overflow: hidden; border: 1px solid #dbdbdb; margin: 0px;}
.bid_grid_sc img { margin-bottom: 5px;}
.bid_grid_sc img.bid {border: 1px solid #56b9b3;}
.bid_grid_sc img.bid_end {border: 5px solid #d9d9d8; }

.bid_grid_sc .contan {padding: 5px 2px; font-size: 13px; letter-spacing: -1px}
.bid_grid_sc .contan p {vertical-align: bottom;height: 24px; line-height: 20px; }
.bid_grid_sc .contan p span {font-size:15px; }
.bid_grid_sc .contan .bid_co { font-size: 16px; font-weight: 500; padding: 0px 0px; width: 60px; text-align: center; display: inline-block; border: 2px solid #2e7eb1; color: #2e7eb1; border-radius: 3px;}
.bid_grid_sc .contan .bid_cash { display: inline-block; float: right; margin-right: 5px; color: #999; margin-top: 1px;}
.bid_grid_sc .contan .bid_cash { display: inline-block; margin-right: 5px; color: #999; margin-top: 1px;}
.bid_grid_sc .contan .deadline {margin-top: 5px;}
.bid_grid_sc .contan .deadline .tx1 {color: #e09024;  font-weight: 800;}
.bid_grid_sc .contan .deadline .tx2 {color: #ef3b10; font-size: 16px; font-weight: 800;}

@media (min-width:400px) {
    .bid_grid_sc  {grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));}
}
@media (min-width:768px) {
    .bid_grid_sc  {grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));}
}
@media (min-width:740px) {
    .bid_grid_sc  {grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));}
}
@media (min-width:970px) {
    .bid_grid_sc  {grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));}
}

.con_title{color: #000;}
/* .view_count{position: relative; padding-left: 8px; padding-top: 5px; font-size: 15px; font-weight: 500; color: #666;}
.view_count:before{position: absolute; left: 0px; top: 7px; width: 15px; height: 15px; content: '';} 
.view_count:before{position: absolute; left: 0px; top: 7px; width: 15px; height: 15px; background: url(/resources/images/content/view_count.svg) no-repeat; content: '';} 
.reply_txt{ padding-bottom: 10px; border: none;  color: #000; width: calc(100% - 58px); text-align: left; resize: none; outline: none; font-size: 16px; border-bottom: 2px dotted #cfcfcf;}
*/
.card_title{padding:15px 0 0 0;}
.card_title .sub_img{position: absolute; display: block; right: 1px; top: 1px; width: 50px; border: 1px solid #ccc; }
.card_title .sub_img img{display: block; width: 100%; height: 100%; content: '';}

.card + .card {margin-top: 10px; transform: scale(1)}

.main_img{position: relative;}
.main_img img {width: 100%;}

.celltok_img{position: relative;}
.celltok_img img {width: 100%;}
.imgbox_list{position: absolute; left: 0; top: 0; width: 100%; height: 100%; display: flex; flex-wrap: wrap;}
.imgbox_list .imgbox{float: left; position: relative; display: block; flex: 1 1 12.5%; border-right: 1px solid rgba(255,255,255,0.7); border-bottom: 1px solid rgba(255,255,255,0.7);pointer-events: all; background: #fff;  }
.imgbox_list .imgbox span{display: block; width: 100%; height: 100%; background-position: center center; background-repeat: no-repeat; background-size: cover; opacity: 0.4; position: absolute;opacity: 0; transition: 0.5s;transform: scale(2); pointer-events: none;}
.imgbox_list .imgbox span.org {top:0!important; left:0!important; transition: 1s;  transform: scale(1)!important; opacity: 0.4;}
/*.imgbox_list .imgbox span.events {} /* pointer-events: painted; */
.imgbox_list .imgbox.active:before{display: block; position: absolute; left: -5px; top: -5px; z-index: 5; width: 100%; height: 100%; border: 5px solid #d24652; content: '';transition: 0.5s;}
.imgbox_list .imgbox.active span{opacity: 1; }
/*.imgbox_list .imgbox:hover span.org:before{display: block; position: absolute; left: -2px; top: -2px; z-index: 5; width: 100%; height: 100%; border: 2px solid #d24652; content: '';transition: 0.1s;}*/
.imgbox_list .imgbox:hover span.org{/* opacity: 1; */transition: 0.5s;}
.imgbox_list .imgbox.user {position: relative;}
.imgbox_list .imgbox.user:before{display: block; position: absolute; left: -2px; top: -2px; z-index: 5; width: 100%; height: 100%; border: 2px solid #1eb9ee; content: '';}
.imgbox_list .imgbox.active span{opacity: 0.5;}



.imgb69_list{position: absolute; left: 0; top: 0; width: 100%; height: 100%; display: flex; flex-wrap: wrap;}
.imgb69_list .imgb69{float: left; position: relative; display: block; flex: 1 1 16.65%; border-right: 1px solid rgba(255,255,255,0.7); border-bottom: 1px solid rgba(255,255,255,0.7);pointer-events: none; background: #fff;  }
.imgb69_list .imgb69 span{display: block; width: 100%; height: 100%; background-position: center center; background-repeat: no-repeat; background-size: cover; opacity: 0.25; position: absolute;opacity: 0; transition: 0.5s;transform: scale(2); pointer-events: none;}
.imgb69_list .imgb69 span.org {top:0!important; left:0!important; transition: 1s;  transform: scale(1)!important; opacity: 0.25;}
.imgb69_list .imgb69 span.events {pointer-events: all;}
.imgb69_list .imgb69.active:before{display: block; position: absolute; left: -2px; top: -2px; z-index: 5; width: 100%; height: 100%; border: 5px solid #d24652; content: '';transition: 0.5s;}
.imgb69_list .imgb69.active span{opacity: 1; }
.imgb69_list .imgb69:hover span.org:before{display: block; position: absolute; left: -2px; top: -2px; z-index: 5; width: 100%; height: 100%; border: 2px solid #d24652; content: '';transition: 0.1s;}
.imgb69_list .imgb69:hover span.org{opacity: 1;transition: 0.5s;  }
.imgb69_list .imgb69.user {position: relative;}
.imgb69_list .imgb69.user:before{display: block; position: absolute; left: -2px; top: -2px; z-index: 5; width: 100%; height: 100%; border: 2px solid #1eb9ee; content: '';}
.imgb69_list .imgb69.active span{opacity: 0.5;}

.card_imgarea {position: fixed;  left: 0; width: 100%; height: auto; min-height: 350px; bottom: -100%; transition: 0.5s; }
.card_imgarea.on {bottom: 0px; z-index: 1200;}
.card_imgarea_bg {position: fixed;bottom: 0; width: 100%;height: 100%; background: rgba(0, 0, 0, 0.3);display: none;}
.card_imgarea_in {position: absolute;bottom: 0; width: 100%;;}

/*특수효과 없는 셀 */
.box + .box {margin-top: 30px;}
.box_content{padding: 0 20px;}
.box_content .main_img{position: relative;}
.box_content .main_img img {width: 100%;}
.imgbtn_list{position: absolute; left: 0; top: 0; width: 100%; height: 100%; display: flex; flex-wrap: wrap;}
.imgbtn_list .imgbtn{float: left; position: relative; display: block; flex: 1 1 12.5%; border-right: 1px solid #777; border-bottom: 1px solid #777;}
/* .imgbtn_list .imgbtn:nth-child(7n){border-right: 0;}
.imgbtn_list .imgbtn:nth-child(n+43){border-bottom: 0;} */
.imgbtn_list .imgbtn span{display: block; width: 100%; height: 100%; background-position: center center; background-repeat: no-repeat; background-size: cover; opacity: 0.3;}
.imgbtn_list .imgbtn.user::before{display: block; position: absolute; left: -2px; top: -2px; z-index: 5; width: 100%; height: 100%; border: 2px solid #1eb9ee; content: '';}
.imgbtn_list .imgbtn.user span{opacity: 0;}
.imgbtn_list .imgbtn.auc::before{display: block; position: absolute; left: -2px; top: -2px; z-index: 6; width: 100%; height: 100%; border: 3px solid #7f2ff0; content: '';}
.imgbtn_list .imgbtn.auc span{opacity: 0;}
.imgbtn_list .imgbtn.myc::before{display: block; position: absolute; left: -2px; top: -2px; z-index: 6; width: 100%; height: 100%; border: 3px solid #ff4b4b; content: '';}
.imgbtn_list .imgbtn.mycc span{opacity: 0;}



/* 결제팝업 */
.card_pay { width: calc(100% - 15px); margin: 5px; padding: 10px; background: #fff; border-radius: 8px; box-shadow: 0px 1px 5px #0b0b0b; }
.card_pay .p_img {float: left; width: 70px; height:70px; border-radius: 50px; border: 1px solid #ddd; margin: 0px; }
.card_pay .p_img img {width: 70px; height:70px; border-radius: 50px; }
.card_pay .p_title { color: #777; padding-top: 10px; margin-left:90px; font-size: 16px; line-height: 26px; overflow: hidden; text-overflow:ellipsis; white-space:nowrap; }
.card_pay .div01 {clear: both; width: 100%; font-size: 14px;  }
.card_pay .div01::after { content: ''; clear: both; display: block; }
.card_pay .div01 .title{float: left; width: 28%; line-height: 35px; color: #777; }
.card_pay .div01 input {float: left; width: 60%; height: 35px; color: #000; border:0; background: #fff; }
.card_pay .div01 .txt03r {float: right; width: 55%; color: #777; padding: 17px 10px 15px 0; text-align: right; font-size: 15px; }
.card_pay .div01 input[class=input100] {width: 100px; } /*우편번호*/
.card_pay .div99 {clear: both; width: 100%; font-size: 13px; line-height: 35px; color: #ef3651; text-align: center; }

.block_point {display: inline-block; width: calc(100% - 18px); padding-right: 18px; }
.block_point span{ float: right; color: #000; line-height: 25px; margin-right: 5px;  }
.block_point input[type=checkbox] { float: right; height: 15px; width: 25px; margin: 6px 20px 0 0px; text-align: right; padding: 0px 5px; }
.block_point input[type=number] {height: 25px; width: 90px; font-size:15px; margin: 0px 5px; text-align: right; border-bottom: 1px solid #ef3651;  padding: 0px 5px; float: right; }

.height100 {height: 100% !important; }
.txt_confirm {font-size: 13px; font-weight: 400;  color: #ef3651; padding: 20px 20px 20px 20px; }
.btn_payment {width: 100%; height: 60px; background: #ef3651; color: #000; font-size: 20px; border: 0; }

/*결제시 결제약관 동의*/
.agree {position: relative; color: #000; font-size: 14px; border: none; cursor:pointer; /*border-bottom: 1px solid #ddd;*/ }
.agree img  {position: absolute; right: 20px; top: 5px; width:18px; }
.agree_txt  {height: auto; background: #fff; color: #777; }
.agree_txt .txt_label { padding:15px; font-size:12px; line-height:22px; text-indent: -6px; }
.agree_txt .txt_label b { font-weight: 400; }


/* 스타클럽 서치폼 */
.top_search {position:sticky; width:100%; height: 40px; background: #edf0f5;  margin: 80px 0 0 0; border-radius:  10px; padding: 5px 10px; display: flex; align-items: center;color: #b5b5b5; z-index:100;}
.top_search input {flex: 1; background: none; border: none; padding: 10px;}
.top_search button {color: #b5b5b5; padding: 10px; font-size: 20px;}

/* 스타클럽 */
.width_scr p.tit {padding: 10px; font-weight: 600; }
.ceri_area {overflow-y: visible; overflow-x: auto; white-space: nowrap; vertical-align: text-top; margin:  0px; padding: 0; clear: both; border-spacing: 5px;}
.ceri_area::-webkit-scrollbar {height: 0px;}
.ceri_area::-webkit-scrollbar-thumb {background-color: #a2a2a2; border-radius: 5px; background-clip: padding-box;}
.ceri_area::-webkit-scrollbar-track {background-color: #f1f1f1; border-radius: 5px;}

.ceri_award {display: table-cell; height: 80px; white-space: inherit; line-height: 1.6; vertical-align: top; margin: 10px; }
.ceri_award li {margin: 0 0px; display: inline-block; flex-direction: column;}
.ceri_award .p_img {width: 60px; height: 60px; overflow: hidden;display: block; border-radius: 30px; margin: 0 10px;}
.ceri_award .p_img img {width: 100%;}
.ceri_award .id {width: 80px; font-size: 14px; margin-top: 5px; color: #333; text-align: center;}


/*버튼박스*/
.btn_box{ display: flex; width:100%; padding:10px 0 5px; }
.btn_box li{ display:inline-block; margin-right: 5px;}
.btn_box li:last-child{margin-right: 0;}
.btn_box p.btn{width: 30px; height: 30px;}
.btn_box p.txt{width: 40px; height: 30px; line-height: 30px;font-size:12px; vertical-align: middle;}
.btn_box p.btn::before{display: block; position: absolute;  transform: scale(0.5); transform-origin: center center; content: '';}


.btn_bar{display: flex; width:100%; justify-content: space-evenly; padding:10px 0 5px; }
.btn_bar div{display:flex; /*width:55px; height: 25px; line-height: 25px; font-size:12px; vertical-align: middle;*/}
.btn_bar .btn{width: 33px; height: 25px; line-height: 25px; margin:0 2px 0 0; vertical-align: middle; }
.btn_bar .txt{width: 35px; height: 25px; line-height: 25px; font-size:12px; vertical-align:left; }

.cellmix{width: 45px; height: 45px; position: absolute; z-index: 1;}
.cellmix:before{display: block; position: absolute; right: 5px; width: 100%; height: 100%; transform-origin: center center; content: '';}
.cellmix.bid_end:before{background: url(/resources/images/bid_end.png) no-repeat center center/cover;}
.cellmix.bid_any:before{background: url(/resources/images/bid_any.png) no-repeat center center/cover;}
.cellmix.bid:before{background: url(/resources/images/bid.png) no-repeat center center/cover;}

.shift_bar{position: relative; display: flex; width:100%; justify-content:space-between; font-size:12px; font-weight:400; text-align:center;}
.shift_bar .btn_move{display: inline-block; width: 45px; height: 25px; line-height: 25px; margin:0 5px 0 5px; vertical-align: middle; border-radius: 5px; background-color:#fff; border: 1px solid #9fa0a0;}


.star_box .btn{position: relative; display: inline-block; width: 20px; height: 20px; vertical-align: middle;}
.star_box .btn::before{display: block; position: absolute; left: 0px; top: 0px; width: 40px; height: 48px;  transform: scale(0.43); transform-origin: left top; content: '';}

.img_btn{position: relative; right: 0px; bottom: 0px; width: 100%; text-align: right;}
.img_btn img { width: 60px; border: 1px solid #ccc; border-radius: 0px;}

.btn_try{background: url(/resources/images/catch_icon.png) no-repeat center center/cover;}
.btn_like{background: url(/resources/images/heart_big.png) no-repeat center center/cover;}
.btn_window{background: url(/resources/images/window_icon.png) no-repeat center center/cover;}
.btn_chat{background: url(/resources/images/chat_icon.png) no-repeat center center/cover;}
.btn_cell{background: url(/resources/images/celltok.png) no-repeat center center/cover;}
.btn_more{background: url(/resources/images/more_icon.png) no-repeat center center/cover;}
.btn_mystar{background: url(/resources/images/star1.png) no-repeat center center/cover;}
.btn_photo{background: url(/resources/images/heart_big.png) no-repeat center center/cover;}



.btn_share{background: url(/resources/images/share.png) no-repeat center center/cover;}
.btn_chat{background: url(/resources/images/chat_icon.png) no-repeat center center/cover;}
.btn_lucky{background: url(/resources/images/gift_icon.png) no-repeat center center/cover;}
.btn_gotop{background: url(/resources/images/ic_arrow_upblack.png) no-repeat center center/cover;}
.btn_boxx{background: url(/resources/images/chat_icon.png) no-repeat center center/cover;}


.btn.active{border-color: #d24652;}
.btn_share.active{border-color: #9fa0a0;}
.btn_mystar.active{background: url(/resources/images/star2.png) no-repeat center center/cover;}
.btn_photo.active{background: url(/resources/images/heart_big_on.png) no-repeat center center/cover;}
.btn_star.active{background: url(/resources/images/heart_big_on.png) no-repeat center center/cover;}
.btn_share.active{background: url(/resources/images/share.png) no-repeat center center/cover;}
.btn_chat.active{background: url(/resources/images/chat_icon.png) no-repeat center center/cover;}
.btn_like.active{background: url(/resources/images/heart_big_on.png) no-repeat center center/cover;}


.chk_visit{background: #fff;}
.chk_visit.active{background: #ffd2d2;}

.btn_alert::before{background-image: url(/resources/images/layout/top_alert.svg);}
.btn_prev::before{background-image: url(/resources/images/layout/btn_back.svg); }
.btn_bid::before{background-image: url(/resources/images/bid2.JPG);}
.btn_star::before{background-image: url(/resources/images/layout/star.svg);}
.btn_home::before{background-image: url(/resources/images/layout/logo.svg);}
.btn_menu::before{background-image: url(/resources/images/menu_icon_g.png);}
.btn_close::before{background-image: url(/resources/images/layout/btn_close.svg); background-size:18px auto;}
.btn_search::before{background-image: url(/resources/images/search.png); }

/* 홈화면 */
.card button[class*='bid'] {width: 45px; height: 45px; position: absolute; top: -50px; right: 1px; z-index: 1;}
.card button[class*='bid']:before{display: block; position: absolute; width: 100%; height: 100%; transform-origin: center center; content: '';}
.card button.bid_end:before{background: url(/resources/images/bid_end.png) no-repeat center center/cover;}
.card button.bid_any:before{background: url(/resources/images/bid_any.png) no-repeat center center/cover;}
.card button.bid:before{background: url(/resources/images/bid.png) no-repeat center center/cover;}



.photo_tit {width: calc(100% - 40px);}
.con_title {font-weight: 700; font-size: 16px}

/* 서브사진 */
.sub_box { position: relative; margin:5px 0; padding: 10px; min-height:100px; background: #eee; border-bottom: 3px double #ccc;   }
.sub_box .cont_img { float: left; width: 60px; margin-right: 10px; }
.sub_box .cont_img img {width: 100%; }

.blank_box{width:100%; height:45px;}
/* 빅셀 */
.user_list{ position: relative; left: 0; bottom: 0; z-index: 50; width: 100%;  text-align: center; padding: 10px; }
.user_box{width: 280px; opacity: 0.9; padding: 4px 16px; box-sizing: border-box; border-radius: 10px; box-shadow: 0 0 10px #111; background: #fff;}
.user_box.swiper-slide-active{opacity: 1; transition: opacity .5s .1s;}
.user_box.swiper-slide-active::before{display: none;}

.user_title{position: relative; font-size: 13px; padding: 5px 0; background-color: #fff;}
.user_title .cell_info {float: left; }
.user_title .cell_info {text-align: left;}
.user_title .cell_info .barcode{display: inline-block; margin-right: 10px; color: #111; font-weight: 500;}
.user_title .cell_info .barcode i {color: #5f5f5f; vertical-align: middle; margin-right: 5px; margin-top: -2px; background: #f2f2f2;}
.user_title .cell_info .personnel{display: inline-block;}
.user_title .cell_info .personnel .cell_No{background: #e3eaff; font-size: 13px; padding: 2px 3px; border-radius: 3px;position: relative; top: -1.5px;}
.user_title .btn_like{ position: absolute; right: 35px; top: 2px; width: 25px; height: 25px; }
.user_title .btn_close{ position: absolute; right: 5px; top: 5px; width: 20px; height: 20px; border-radius: 50%; border: 1px solid #9fa0a0; background-color: #fff;}
.user_title .btn_close::before{position: absolute; right: calc(50% - 10px); top: calc(50% - 10px); width: 20px; height: 20px;  transform: scale(0.5); transform-origin: center center; content: ''; background: url(/resources/images/btn_close.png) no-repeat center center/cover;}

.user_big_img{position: relative; display: block;}
.user_big_img img{width: 100%; height:260px}
/*.user_chat {display: inline-block; font-size: 13px; text-align:left; margin: -35px 10px 0 10px; color: #fff; font-weight: 400; border: 1px solid #9fa0a0; background-color: #444;}

/*빅셀의 하단 comment*/
.user_chat{position: absolute; width: 100%; height: 50px; background: rgba(222, 222, 222, 0.7); color: #000;bottom: 0; display: flex; }
.user_chat p {text-align:left; padding: 5px 20px; height: 3em; font-size: 14px; font-weight:400; overflow: hidden; text-overflow: ellipsis;  display: -webkit-box;  -webkit-line-clamp: 2;  -webkit-box-orient: vertical;}
.user_chat p span {margin-left: 10px; color: #999;}
.user_chat button {border-left: 1px solid #fff; float: right; height: 40px; color: #eee; margin-top: 5px;padding: 10px;}

.user_cont {position:relative; display:flex; justify-content:center; overflow:none; white-space:nowrap; vertical-align:text-top; margin:5px 0; padding: 0; clear: both; border-spacing: 5px;}
/*.user_cont::-webkit-scrollbar {height: 0px;}
.user_cont::-webkit-scrollbar-thumb {background-color: #a2a2a2; border-radius: 5px; background-clip: padding-box;}
.user_cont::-webkit-scrollbar-track {background-color: #f1f1f1; border-radius: 5px;}
*/
.user_cont p.btn{display: inline-block; align-items:center; width:35px; height:35px; }
.user_cont p.btn::before{ content:''; display:block;  width:35px; height:35px; transform: scale(0.8); transform-origin: center center;  }
.user_cont p.txt{display: inline-block; width: 45px; height: 35px; font-size:15px; font-weight: 400; }
.user_icon {position:relative; display:flex; justify-content:center; overflow:none; white-space:nowrap; vertical-align:text-top; margin:5px 0 0 0; padding: 0; border-radius: 10px; clear: both; border-spacing: 5px;}

.www::before{background:  url(/resources/images/link.png) center center no-repeat; background-size:cover; }
.nav::before{background:  url(/resources/images/nblog.png) center center no-repeat; background-size:cover; }
.kak::before{background: url(/resources/images/katok.png) center center no-repeat; background-size:cover; }
.ins::before{background: url(/resources/images/insta.png) center center no-repeat;background-size:cover;  }
.twi::before{background: url(/resources/images/twitter.png) center center no-repeat; background-size:cover; }
.fac::before{background: url(/resources/images/fbook.png) center center no-repeat; background-size:cover; }
.you::before{background: url(/resources/images/youtube.png) center center no-repeat; background-size:cover; }
.smi::before{background: url(/resources/images/user_icon.png) center center no-repeat; background-size:cover; }

/*
p.www::before{background:  url(/resources/images/link.png) center center no-repeat; background-size:cover; }
p.nav::before{background:  url(/resources/images/nblog.png) center center no-repeat; background-size:cover; }
p.kak::before{background: url(/resources/images/katok.png) center center no-repeat; background-size:cover; }
p.ins::before{background: url(/resources/images/insta.png) center center no-repeat;background-size:cover;  }
p.twi::before{background: url(/resources/images/twitter.png) center center no-repeat; background-size:cover; }
p.fac::before{background: url(/resources/images/fbook.png) center center no-repeat; background-size:cover; }
p.you::before{background: url(/resources/images/youtube.png) center center no-repeat; background-size:cover; }
p.smi::before{background: url(/resources/images/user_icon.png) center center no-repeat; background-size:cover; }
*/

.ad_line{position:relative; width: 100%; height:35px; padding:15px 0; border-radius: 10px; overflow:hidden;}
.ad_line img{position: absolute; width: 100%; height:35px; top: 50%; left: 50%; transform: translate(-50%, -50%);}





/* 글쓰기 */
.text_box{position: relative; width: 100%; padding-top:5px; padding-bottom: 10px; border-bottom: 2px dotted #ddd;}
.hash_box{position: relative; padding-bottom: 15px; /*border-bottom: 2px dotted #ddd;*/}

.text_box .write_title {width: 100%; padding: 10px 0; border: none; outline: none; color: #555;padding: 10px; font-size: 16px;}
.text_box .text_area1,
.hash_box .text_area2{display: block; position: relative; width: 100%; padding: 10px; resize: none; border: none; outline: none; font-size: 16px;}

.text_box .user_info {width: 100%; padding: 10px 0; border: none; outline: none; color: #777;padding: 10px; font-size: 16px;}
.text_box .user_info div {color: #777; font-weight: 400; padding: 10px 0; vertical-align: bottom;}
.text_box .user_info div span { vertical-align: middle;}
.text_box .user_info div input[type=text] {border: none; border-bottom: 1px solid #777; margin: 0 5px; width: 160px; padding: 2px 5px;}
.text_box .user_info div button {border: 2px solid #999; color: #999; padding: 4px 14px; background: #999; color: #fff; border-radius: 3px;}

.text_box .pic_select1{position: absolute; right: 0px; bottom: 20px; width: 60px; height: 60px; /*border: 1px solid #9fa0a0;*/}
.text_box .pic_select1 span {display: block; position: absolute; left: calc(50% - 59px); top: calc(50% - 59px);   transform: scale(0.5); transform-origin: center center; content: ''; background-position: center center; background-repeat: no-repeat; background-size: cover;}

.text_box .text_length{position: absolute; left: 0; bottom: 20px; color: #ddd; font-size: 14px;}
.text_box .text_length span{font-size: 16px; color: #333;}

.filebox {position: absolute;}
.filebox input[type="file"] {  position: absolute; width: 1px;  height: 1px; padding: 0; margin: -1px;  overflow: hidden; clip:rect(0,0,0,0); border: 0;}
.filebox label {position: absolute; top: 0; left: 0; width: 100%;height: 100%; cursor: pointer; border: none;}

.filebox .upload-name { display: none; padding: .5em .75em; font-size: inherit; font-family: inherit;  line-height: normal; vertical-align: middle;
 background-color: #f5f5f5; border: 1px solid #ebebeb; border-bottom-color: #e2e2e2; border-radius: .25em; -webkit-appearance: none; /* 네이티브 외형 감추기 */
-moz-appearance: none;appearance: none; }

.filebox .upload-display {display: inline-block; margin-bottom: 5px;}
.filebox .upload-thumb-wrap { display: inline-block;  width: 60px; padding: 2px; vertical-align: middle;  border: 1px solid #ddd; border-radius: 0px; background-color: #fff; }
.filebox .upload-display img { display: block; max-width: 100%; width: 100% \9; height: auto;}
.filebox.bs3-primary label { color: #fff; background-color: #337ab7; border-color: #ddd;}

.hash_box .text_area2{text-indent: 25px; margin-bottom: 10px;}
.hash_box::before{position: absolute; left: -10px; top: 3px; z-index: 2; display: block; width: 40px; height: 40px; content: '';}
/*.hash_box::before{position: absolute; left: -10px; top: 3px; z-index: 2; display: block; width: 40px; height: 40px; background: url(/resources/images/tag_icon.png) left center no-repeat; transform: scale(0.5); transform-origin: center center; content: '';}
.hash_box ul.tag {}
.hash_box ul.tag li {display: inline-block; margin-right: 10px; margin-bottom: 10px;}
.hash_box ul.tag li .tag_box{display: block; position: relative; padding: 5px 20px 4px 15px; color: #30a5d7; background: #e6eef8; letter-spacing: -0.8px; line-height: 155%; font-size: 14px; font-weight: normal; border-radius: 120px; transition: all .20s ease;}
.hash_box ul.tag li .tag_box .del{position: absolute; right: -8px; top: -5px; width: 22px; height: 22px; margin: 0; padding: 0; background: #30a5d7; border-radius: 50%; border: 0; box-sizing: border-box;}
.hash_box ul.tag li .tag_box .del:after { content: "\e921"; position: absolute; left: 0; top: 0; width: 22px; height: 22px; line-height: 22px; margin: 0; padding: 0; font-family: 'xeicon'; font-size: 12px; font-weight: normal; color: #fff; cursor: pointer;}
*/
.hash_box .pic_select2{position: relative; margin-top:10px; right: 0px; bottom: 0px; width: 100%; text-align: right;}
.hash_box .pic_select2 img { width: 60px; border: 1px solid #ccc; border-radius: 0px;}

.method {padding: 20px 10px;}
.method li { margin-bottom: 5px; }
.method li .sel {width: 90px; display: inline-block; text-align: center;}
.method li select {padding: 5px 10px; width: 120px;}
/*글쓰기 종료*/


/* 입찰현황 */
.bid_status {padding: 15px 10px 0;}
/*.bid_status ul {}*/
.bid_status ul li.bidList {align-items: top;}
.bid_status ul li.bidList .img_wrap{width:60px; border-radius:5px;}
/*.bid_status ul li.bidList .bidImg{width: 60px; padding: 2px; border: 1px solid #afd8f2; margin: 2px; border-radius: 2px;}
.bid_status ul li.bidList .bidImg img{width: 100%;;}*/

.bid_status ul li.bidList .cont {font-size: 17px;}
.bid_status ul li.bidList .cont p{display:flex; font-weight: 600; color: #444; padding: 0 10px 10px 10px;}
.bid_status ul li.bidList .cont .time {color: #008d81; font-weight: 400;}
.bid_status ul li.bidList .cont .time1 {color: #9f9f9f; font-weight: 400;}
.bid_status ul li.bidList .cont .nob {width:40px;}
.bid_status ul li.bidList .cont .system{width:78px; text-align:right; color: #999;margin-right:10px;}
/*.bid_status ul li.bidList .cont .system span {color: #fff;}*/
.bid_status ul li.bidList .cont .system .tys01 {background: #75b3db;display: inline-block; padding: 2px 4px; border-radius: 4px;}
.bid_status ul li.bidList .cont .system .tys02 {background: #d24652;display: inline-block; padding: 2px 4px; border-radius: 4px;}

/* .bid_status ul li.bidList button {width: 50px; height: 60px; border: 2px solid; margin: 10px 5px 10px 10px;; border-radius: 5px; font-weight: bold; letter-spacing: 1px;}
.bid_status ul li.bidList button.type1 {color: #75b3db; border-color: #75b3db;} 
.bid_status ul li.bidList button.type2 {color: #d24652; border-color: #d24652;} 
.bid_status ul li.bidList button.type3 {color: #4ecb83; border-color: #4ecb83;}*/ 


/* 보물 목록 */
.lucky_list {padding: 15px 10px 0 10px;}
.lucky_list li {display: flex; width: 100%; padding: 8px 0; border-bottom: 2px dotted #ddd;}
.lucky_list li .img_wrap{width:60px; border-radius:5px;}
.lucky_list li .img_wrap img{width: 100%;}
.lucky_list li .img_wrap2{width:80px; border-radius:5px;}
.lucky_list li .img_wrap2 img{width: 100%;}

.lucky_list li .cont {width: calc(100% - 60px); font-size: 14px; padding: 0px 5px 0 10px;}
.lucky_list li .cont p{display:flex; font-weight:600; color: #333; padding-bottom: 2px;}
.lucky_list li .cont1 {width: calc(100% - 120px); font-size: 14px; font-weight: 500; padding: 0px 5px 0 10px;}
.lucky_list li .cont .card_use.A {color: #d24652;font-weight:600;  }
.lucky_list li .cont .card_use.B {color: #333;font-weight:600;  }
.lucky_list li .cont .card_use.C {color: #476cff;font-weight:600;  }
.lucky_list li .cont .time {color: #008d81; font-weight: 400;}
.lucky_list li .cont .time1 {color: #9f9f9f; font-weight: 400;}
.lucky_list li .cont .nob {width:40px;}
.lucky_list li .cont .system{width:78px; text-align:right; color: #999;margin-right:10px;}
/*.lucky_list li .cont .system span {color: #fff;}*/
.lucky_list li .cont .system .tys01 {background: #75b3db;display: inline-block; padding: 2px 4px; border-radius: 4px;}
.lucky_list li .cont .system .tys02 {background: #d24652;display: inline-block; padding: 2px 4px; border-radius: 4px;}
.lucky_list li .cont .btn_line{ float:right; }
.lucky_list li .state{ margin-left:-15px; font-size:13px; font-weight:600; }



/* 보물 목록 *//*
.lucky_list {padding: 15px 10px 0;}
.lucky_list ul .luclist {display: flex; width: 100%;align-items: center; padding: 5px 0; border-bottom: 2px dotted #eee;}
.lucky_list ul .luclist .lucky_itme {display: flex; ;align-items: center; width: calc(100% - 90px)}
.lucky_list ul .luclist .lucky_itme .luckyImg {width: 60px; padding: 2px; border: 1px solid #d24652; margin: 2px; border-radius: 2px; display: inline-block;}
.lucky_list ul .luclist .lucky_itme .luckyImg img {width: 100%;}
.lucky_list ul .luclist .lucky_itme .cont {display: inline-block; padding: 5px 0px; width: calc(100% - 60px) }
.lucky_list ul .luclist .lucky_itme .cont .ticket { font-size: 16px; line-height: 1; padding-left: 5px;}
.lucky_list ul .luclist .lucky_itme .cont .ticket span{ font-size: 12px; color: #bbb;}

.lucky_list ul .luclist .btn_area {width: 100px; display: flex; justify-content: right;}
.lucky_list ul .luclist button {width: 44px; height: 44px; border: 2px solid; margin: 10px 0px 10px 0px;; border-radius: 5px; font-weight: bold; ; display: inline-block;}
.lucky_list ul .luclist button.type1 {color: #75b3db; border-color: #75b3db;background: #e6f0f7;} 
.lucky_list ul .luclist button.type2 {color: #d24652; border-color: #d24652;background: #f8e9eb;} 
.lucky_list ul .luclist button.type3 {color:  #b1b1b1; border-color: #b1b1b1; background: #eee;} 


[class*="lucky_popup"] {position: fixed; width: 300px; height: 300px; left: 50%; top: 50%; margin-top: -150px; margin-left: -150px; background: #fff; z-index: 2001; display: none; border-radius: 15px; box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.5);}
[class*="lucky_popup"] .tit {text-align: center;padding: 10px; border-bottom: 2px solid #c9c9c9; font-size: 20px;}

[class*="lucky_popup"] .luclist {display: flex; width: 100%;align-items: center; padding: 5px 30px; border-bottom: 2px dotted #eee;  }
[class*="lucky_popup"] .luclist .lucky_itme {display: flex; ;align-items: center; width: calc(100% - 50px)}
[class*="lucky_popup"] .luclist .lucky_itme .luckyImg {width: 50px; border-radius: 25px; overflow: hidden;  margin: 2px;  display: inline-block;}
[class*="lucky_popup"] .luclist .lucky_itme .luckyImg img {width: 100%;}
[class*="lucky_popup"] .luclist .lucky_itme .cont {display: inline-block; padding: 5px 0px; width: calc(100% - 60px) }
[class*="lucky_popup"] .luclist .lucky_itme .cont .ticket { font-size: 12px; line-height: 1; padding-left: 5px;}
[class*="lucky_popup"] .luclist .lucky_itme .cont .ticket span{ font-size: 12px; color: #bbb;}
[class*="lucky_popup"] .luclist .btn_area {width: 100px; display: flex; justify-content: right;}
[class*="lucky_popup"] .luclist button {width: 44px; height: 44px; border: 2px solid; margin: 10px 0px 10px 0px;; border-radius: 5px; font-weight: bold; ; display: inline-block;}
[class*="lucky_popup"] .luclist button.type1 {color: #75b3db; border-color: #75b3db;background: #e6f0f7;} 
[class*="lucky_popup"] .luclist button.type2 {color: #d24652; border-color: #d24652;background: #f8e9eb;} 
[class*="lucky_popup"] .luclist button.type3 {color:  #b1b1b1; border-color: #b1b1b1; background: #eee;} 

[class*="lucky_popup"] .explanation { padding: 10px 30px; text-align: center; height: 90px; overflow-y: scroll; font-size: 14px; }

[class*="lucky_popup"] .gift_delivery {height: 90px; padding: 10px 30px 0}
[class*="lucky_popup"] .gift_delivery .delivery {width: 100%; border: none; padding: 3px 10px;; border-bottom: 2px solid #d24652;}
[class*="lucky_popup"] .gift_delivery .pon_number {margin: 7px 3px; font-size: 14px; padding: 0 10px;}
[class*="lucky_popup"] .gift_delivery .pon_number i{margin-top: -2px; margin-right: 5px; font-size: 18px; vertical-align: middle;}
[class*="lucky_popup"] .gift_delivery .delivery_txt {font-size: 12px; color: #d24652;}

[class*="lucky_popup"] .bot_btn_area {display: flex; width: 80%; margin: 0 auto;}
[class*="lucky_popup"] .cont .bot_btn_area button {flex: 1; height: 40px; margin: 30px 5px 0;display: block;}
[class*="lucky_popup"] .cont .bot_btn_area button.ty01 {border: 2px solid #d24652; color: #d24652;}
[class*="lucky_popup"] .cont .bot_btn_area button.ty02 {background: #eee; border: 2px solid #959595; color: #959595;}



/* 결제현황 리스트 */


/* info_box */
.info_box{position:relative; width: 100%; padding:5px 20px; margin: 15px auto 5px auto; border-radius: 10px; background-color:#edf0f5;}
.info_box p {position:relative; font-weight: 700; padding:5px 0 5px 27px;}
.info_box p::before{content:''; position:absolute; left:0; top:0; display:block; width:20px; height:100%; background-position:left center; background-size:100% auto; background-repeat: no-repeat;}
.info_box.point_box p::before{background-image:url(/resources/images/content/point_info.png) }
.info_box.point_box p span {display:inline-block; color: #476dd7;}

.pointlist li .cont {position:relative; display:flex; flex-direction:column; justify-content: center; padding:5px 0 25px;}
.pointlist li .cont .sellNo {font-size:1.125rem; color: #333; margin-bottom: 3px;}
.pointlist li .cont .history {font-size:1rem;  font-weight: 800; margin-bottom: 3px; color: #333;}
.pointlist li .cont .history.ty01 {color: #56b9b3;}
.pointlist li .cont .history.ty02 {color: #107ccf;}
.pointlist li .cont .history span {font-size: 0.875rem; color: #87848b; font-weight:300;}
.pointlist li .cont .day {position:absolute; bottom:5px; color: #87848b; font-size: 0.875rem;}


/* 피드 */
/*.photo_up {}*/
.photo_up .btn.write {margin-top: -10px;}
.btn.write::before{background: url(/resources/images/write_icon.png) no-repeat center center/cover;}
.pa010 {padding: 0 10px;}

/* 셀박스 */
.mybox { position: relative; display:flex; flex-wrap:wrap; margin:5px 0; padding: 10px; background: #e0e0e0; border-bottom: 3px double #cbb;   }
.mybox .btn_show{ position: absolute; top:-15px; right:20px; }
.mybox li{ font-size:14px; line-height:20px; display:inline-block; }
.mybox .cellcord{width:100px;}
.mybox .cont_img { float: left; width: 60px; margin-right: 10px; }
.mybox .cont_img img {width: 100%; }



.like_box{padding:5px 5px;}
.like_box span{display: inline-block; vertical-align: middle; color: #000; font-weight: 400; line-height: 21px; letter-spacing: -0.03em;}
.like_box span em{padding-left: 4px;}
.like_box .heart_icon{position: relative; display: inline-block; width: 20px; height: 20px; vertical-align: middle;}
.like_box .heart_icon::before{display: block; position: absolute; left: 0px; top: 0px; width: 40px; height: 48px;  transform: scale(0.43); transform-origin: left top; content: '';}
.like_box .heart_icon::before{background: url(/resources/images/heart_big.png) no-repeat center center/cover;}
.like_box .heart_icon.active::before{background: url(/resources/images/heart_big_on.png) no-repeat center center/cover;}

.hash_tag{padding:0 10px 10px;}
.hash_tag li{float: left;}
.hash_tag li + li{margin-left: 8px;}
.hash_tag li a{font-size: 15px; color: #020141;}

.main_text{padding:0 10px 10px; font-size: 15px; line-height: 23px; color: #444; padding:5px 0;}
.main_textf{padding:5px 0; font-size: 15px; line-height: 23px; color: #444; padding:5px 0;}
.main_text .more{margin-left: 2px; font-size: 12px; line-height: 23px; color: #bbb;}


.loader-4 {
    border: 7px double #56b9b3;
    -webkit-animation: ball-turn 1s linear infinite;
    animation: ball-turn 1s linear infinite;
}

/* 셀 렌더링 시 보일 내 이미지*/
/*.my_big_img{position: absolute ; top: 25% ; left: 50% ; transform: translate(-50%, -50%) ; width: 65%; height: 400px; transition : all 3s linear;}*/
.my_big_img{position: absolute ; width: 80%; height:60%; transition : all 3s linear; top: 25%; left : 10%; z-index: 10px;}
.imgbox_list .imgbox.my_img:before{display: block; position: absolute; left: -1px; top: -3px; z-index: 5; width: 99%; height: 100%; border: 2px solid blue; content: '';transition: 0.5s;}

@-webkit-keyframes ball-turn {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes ball-turn {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}



/*imageDivision Test */
/*#celltokImg {*/
/*    background-image :  url('http://localhost:5100/img/layer/temp_18.png');*/
/*    background-repeat: no-repeat;*/
/*    width : 100%;*/
/*    height : 100%;*/
/*}*/



