﻿@charset "euc-kr";

/*통합으로 적용되는 CSS*/

/* 쿠폰등록 */
.btn_coupon_box {margin:0 -15px; background:#fff; overflow:hidden;}
.btn_coupon_reg {display:block; margin:15px; border:1px solid #ffbd0c; border-radius:5px; background:#fff; color:#ffbd0c; font-size:14px; line-height:30px; text-align:center;}
.couponLayerBox {display:none;}
.couponLayer {position:fixed; top:50%; left:0; width:100%; height:9999px; margin-top:-120px; padding:0 15px; box-sizing:border-box; z-index:99999;}
.couponLayer .inhead {position:relative; background:#ffe20c;}
.couponLayer .inhead h1 {padding:15px; color:#000; font-size:14px; line-height:20px; text-align:left;}
.couponLayer .inhead span.close {display:block; position:absolute; top:50%; right:15px; width:20px; height:20px; margin-top:-10px; color:#000; font-size:20px; line-height:20px; text-align:center; cursor:pointer;}
.couponLayer .incont {padding:15px; background:#fff;}
.couponLayer .incont p {font-size:13px; line-height:16px;}
.couponLayer .incont input.text {height:30px; padding:0 10px; margin:10px 0 0 0; border:1px solid #000; box-sizing:border-box; font-size:12px; line-height:26px;}
.couponLayerBox .mask {position:fixed; top:0; left:0; width:100%; height:9999px; background:#000; opacity:0.8; z-index:99998;}



/*리스트아이콘*/
.isiconBoxTop {position:absolute; left:0; right:0; z-index:10; text-align:left;}
/*리스트아이콘 끝*/