@CHARSET "UTF-8";

/**** COMMON ****/
.content-section{background:#f4f4f4; }
.content-section > .inner-section {padding:30px 15px 100px;background:#fff}
.content-section .content-title{position:relative;padding-bottom:10px;}
.content-section .content-title .sort-select{position:absolute;right:0;top:0;display:inline-block;box-sizing:border-box;border:0;text-align:left;background:#fff;border-radius:5px;box-sizing:border-box;}
.content-section .content-title .sort-select select{display:block;width:100%;padding:0 14px;height:30px;font-size:13px;line-height:28px;border:0;background:url(/m/images/common/icon_sort.png) no-repeat right 0 center #fff;background-size:10px auto;box-sizing:border-box;border-radius:5px;}


.border-box{border-top:2px solid #8fb283}
.wide-section{margin:0 -15px;}
.wide-section.bg{background:#f4f4f4}

/**** FORM ****/
.select-box{display:block;width:100%;box-sizing:border-box;border:1px solid #d7d7d7;text-align:left;background:#fff;border-radius:5px;box-sizing:border-box;}
.select-box select{display:block;width:100%;padding:0 14px;height:38px;font-size:15px;line-height:36px;border:0;background:url(/m/images/common/icon_selectbox.png) no-repeat right 15px center #fff;background-size:12px auto;box-sizing:border-box;border-radius:5px;}
.input-section{width:100%;height:40px;border:1px solid #d7d7d7;border-radius:5px;box-sizing:border-box;overflow:hidden}
.input-section .input-text{display:block;width:100%;padding:0 14px;height:38px;line-height:38px;font-size:15px;background:none;border:0;box-sizing:border-box;}
.input-section .input-text:read-only{background:#f4f4f4}
.input-section .input-text:-moz-read-only{background:#f4f4f4}
.input-date{width:100%;height:40px;border:1px solid #d7d7d7;border-radius:5px;box-sizing:border-box;}
.input-date li{position:relative;float:left;display:block;width:33%;box-sizing:border-box;}
.input-date li:before{content:"";position:absolute;left:0;top:15px;display:block;width:1px;height:10px;background:#d7d7d7;}
.input-date li:first-child{width:34%}
.input-date li:first-child:before{display:none;}
.input-date .date{display:block;text-align:center;width:100%;padding:0 14px;height:38px;line-height:38px;font-size:15px;background:none;border:0;box-sizing:border-box;}
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {-webkit-appearance: none;margin: 0;}
.textarea{width:100%;border:1px solid #d7d7d7;border-radius:5px;box-sizing:border-box;}
.textarea textarea{display:block;width:100%;padding:12px 20px;height:220px;line-height:20px;font-size:15px;background:none;border:0;box-sizing:border-box;resize:none;}
.select-text{position:relative;}
.select-text .input-section{background:url(/m/images/common/icon_selectbox.png) no-repeat right 15px center #fff;background-size:12px auto;}
.select-text .text-list{display:none;position:absolute;left:0;top:40px;width:100%;border:1px solid #d7d7d7;border-top:0;background:#fff;box-sizing:border-box;z-index:99}
.select-text .text-list li{padding:0 20px;font-size:15px;line-height:38px;}
.select-text.active .input-section{border-radius:5px 5px 0 0;}
.select-text.active .text-list{display:block;}

.radio-list:after{content:"";clear:both;display:block}
.radio-list > li{float:left;width:50%;}
.radio-section{padding:10px 0;}
.radio-section input[type=radio]{display:none}
.radio-section label{position:relative;display:block;padding-left:30px;line-height:20px;font-size:15px}
.radio-section label:before{content:"";position:absolute;left:0;top:0;display:block;width:20px;height:20px;background:none;border:2px solid #d7d7d7;box-sizing:border-box;border-radius:50%;}
.radio-section input[type=radio]:checked + label:before{border-color:#8fb283}
.radio-section input[type=radio]:checked + label:after{content:"";position:absolute;left:4px;top:4px;display:block;width:12px;height:12px;background:#8fb283;border-radius:50%;}

.check-div > li{margin-bottom:7px;}
.check-div > li:last-child{margin-bottom:0}
.check-section{padding:10px 0;}
.check-section input[type=checkbox]{display:none}
.check-section label{position:relative;display:block;padding-left:30px;line-height:20px;font-size:15px}
.check-section label:before{content:"";position:absolute;left:0;top:0;display:block;width:20px;height:20px;background:url(/m/images/common/icon_checkbox.png) no-repeat 0 0;box-sizing:border-box;border-radius:50%;}
.check-section label span{color:#b1b1b1}
.check-section input[type=checkbox]:checked + label:before{background-image:url(/m/images/common/icon_checkbox_on.png)}
.check-section input[type=checkbox]:disabled + label:before{background-image:url(/m/images/common/icon_checkbox_disabled.png)}
.check-section.wide-box{padding:0;}
.check-section.wide-box label{padding:7px 0;line-height:20px;font-size:14px;font-weight:600;color:#b1b1b1;text-align:center;border:1px solid #d7d7d7;border-radius:5px;box-sizing:border-box;background:#fff;}
.check-section.wide-box label i{font-size:13px}
.check-section.wide-box label:before{top:50%;left:7px;margin-top:-10px}
.check-section.wide-box  input[type=checkbox]:checked + label{color:#8fb283;border-color:#8fb283}

.form-section dl{margin-bottom:20px;}
.form-section dl dt{position:relative;margin-bottom:10px;font-size:14px;font-weight:700;box-sizing:border-box;}
.form-section dl dt.req:before{content:"* ";color:#e5735c}
.form-section dl dt .btn-help{display:inline-block;margin-left:3px;width:18px;height:18px;background:url(/m/images/common/icon_help.png) no-repeat center center;background-size:18px auto;vertical-align:middle;border:0;}
.form-section dl dd{position:relative;}
.form-section dl dd.div-btn .input-section{width:calc(100% - 95px);}
.form-section dl dd.append-copy{padding-right:45px;}
.form-section dl dd .btn-sub{position:absolute;right:0;top:0;display:inline-block;width:90px;padding:0;height:40px;line-height:40px;font-size:14px;font-weight:700;color:#fff;text-align:center;background:#b1b1b1;border:0;border-radius:5px;}
.form-section dl dd .btn-line{position:absolute;right:0;top:0;display:inline-block;width:90px;padding:0;height:40px;line-height:38px;font-size:14px;font-weight:700;color:#333;text-align:center;background:none;border:1px solid #333;border-radius:5px;box-sizing:border-box;}
.form-section dl dd .btn-copy{position:absolute;right:0;top:0;display:inline-block;width:40px;height:40px;background:url(/m/images/common/icon_copy.png) no-repeat center center #b1b1b1;background-size:20px 20px;vertical-align:middle;border:0;border-radius:5px}
.form-section dl dd .line-section{position:relative;width:100%;margin-bottom:10px;}
.form-section dl dd .line-section:last-child{margin-bottom:0;}
.form-section dl dd .error-text{display:none;margin-top:10px;color:#e5735c;font-size:13px;}
.form-section dl dd.error .input-section{border-color:#e5735c}
.form-section dl dd.error .error-text{display:block;}
.form-section dl dd .sub-check{margin-top:10px;padding:10px 20px;background:#f4f4f4;border-radius:5px;}
.form-section dl dd .sub-check:after{content:"";clear:both;display:block}
.form-section dl dd .sub-check .check-section{float:left;width:50%;}
.form-section dl dd .sub-check .check-section label{display:inline-block}
.form-section .tip-box{display:none;position:absolute;left:0;top:30px;width:300px;padding:20px;border:1px solid #8fb283;background:#fff;box-sizing:border-box;z-index:999}
.form-section dl dt.active .tip-box{display:block;}
.form-section .tip-box .btn-close{position:absolute;right:0;top:0;display:block;width:34px;height:34px;font-size:0;background:url(/m/images/common/icon_close.png) no-repeat center center #f4f4f4;background-size:14px;border:0;border-left:1px solid #8fb283;border-bottom:1px solid #8fb283;box-sizing:border-box;}
.form-section .tip-box dl{margin:0;}
.form-section .tip-box dl dt{float:none;width:100%;padding-top:0;margin-bottom:20px;}
.form-section .tip-box dl dd{float:none;width:100%;font-size:14px;line-height:24px;font-weight:300}

.date-period{line-height:32px}
.date-period .picker{display:inline-block;width:100%;height:34px;margin:0;border:1px solid #d7d7d7;border-radius:5px;background:#fff;box-sizing:border-box;vertical-align:top;overflow:hidden}
.date-period .picker:after{content:"";clear:both;display:block;}
.date-period .picker input[type=text]{float:left;display:block;width:calc(100% - 32px);padding:0 10px;height:32px;line-height:32px;font-size:14px;background:none;border:0;box-sizing:border-box;}
.date-period .picker button{float:right;display:block;width:32px;height:32px;background:url(/m/images/common/icon_date.png) no-repeat center center #f4f4f4;background-size:20px auto;border:0;box-sizing:border-box;}

.qty-counter{display:inline-block;width:110px;height:30px;background:#fff;border:1px solid #d7d7d7;border-radius:5px;box-sizing:border-box;overflow:hidden}
.qty-counter:after{content:"";clear:both;display:block}
.qty-counter .btn-minus{float:left;width:28px;height:28px;background:url(/m/images/common/icon_qty_minus.png) no-repeat center center #fff;background-size:12px auto;border:0;border-right:1px solid #d7d7d7;box-sizing:border-box;}
.qty-counter .btn-plus{float:right;width:28px;height:28px;background:url(/m/images/common/icon_qty_plus.png) no-repeat center center #fff;background-size:12px auto;border:0;border-left:1px solid #d7d7d7}
.qty-counter .input-count{float:left;width:calc(100% - 56px);height:28px;padding:0;font-size:17px;font-weight:600;line-height:28px;border:0;text-align:center;}


/**** BUTTON ****/
a.btn-green, button.btn-green{display:block;width:100%;height:50px;line-height:50px;padding:0;color:#fff;font-weight:600;font-size:15px;text-align:center;background:#8fb283;border:0;border-radius:5px;}
a.btn-gline, button.btn-gline{display:block;width:100%;height:50px;line-height:48px;padding:0;color:#8fb283;font-weight:600;font-size:15px;text-align:center;background:none;border:1px solid #8fb283;border-radius:5px;box-sizing:border-box;}
a.btn-link, button.btn-link{height:40px;line-height:40px;}
a.btn-gline.btn-link, button.btn-gline.btn-link{line-height:38px;}
a.btn-list, button.btn-list{height:40px;line-height:40px;}
a.btn-gline.btn-list, button.btn-gline.btn-list{line-height:38px;}

.btn-section{padding-top:30px;}
.btn-div li{margin-bottom:15px;}
.btn-div li:last-child{margin-bottom:0;}
.btn-half{padding-top:10px;}
.btn-half:after{content:"";clear:both;display:block}
.btn-half li{float:left;width:calc(50% - 5px);margin-right:10px;}
.btn-half li:last-child{margin-right:0;}
.btn-onethird{padding-top:10px;}
.btn-onethird:after{content:"";clear:both;display:block}
.btn-onethird li{float:left;width:calc(33% - 6px);margin-right:10px;}
.btn-onethird li:last-child{margin-right:0;}


/**** TITLE ****/
h3{margin-bottom:15px;font-size:18px;line-height:20px;font-weight:700;}
h3.text{line-height:28px;}
h4{margin-bottom:15px;font-size:16px;font-weight:700;}
.title-text{margin-bottom:25px;font-size:14px;line-height:20px;}

.comment{font-size:14px;font-weight:600;line-height:20px;color:#b1b1b1;}

.sub-title{position:relative;margin-bottom:15px;}
.sub-title h5{font-size:15px;font-weight:600;}
.sub-title .search-util .btn-sub{display:inline-block;width:70px;height:34px;line-height:32px;font-size:14px;color:#fff;font-weight:600;text-align:center;background:#b1b1b1;border:0;border-radius:5px;}
.sub-title .search-util .btn-append{position:relative;padding-right:75px;}
.sub-title .search-util .btn-append .btn-sub{position:absolute;right:0;top:0;}
.sub-title .search-util .date-period{display:block;margin-bottom:10px;}
.sub-title .search-util .date-period .picker{width:calc(50% - 10px);}
.sub-title .search-util .select-box{display:block;}
.sub-title .search-util .select-box select{height:32px;font-size:14px;line-height:30px;padding:0 10px}
.sub-title .btn-line{position:absolute;right:0;top:-10px;display:block;width:115px;height:34px;line-height:30px;font-size:14px;font-weight:600;text-align:center;background:none;border:1px solid #3d3d3d;box-sizing:border-box;border-radius:5px;}
.sub-title .btn-help{position:absolute;right:0;top:-10px;display:inline-block;padding:0;padding-right:24px;height:34px;font-size:14px;font-weight:600;color:#8fb283;line-height:34px;background:url(/m/images/common/icon_help.png) no-repeat right 1px center;background-size:18px;vertical-align:middle;border:0;}


/**** TAB ****/
.tab-section{margin:0 -15px;}
.tab-section.m0{margin:0}
.tab-section .tab-list{display:table;width:100%;table-layout:fixed;border-collapse:collapse;}
.tab-section .tab-list li{display:table-cell;vertical-align:middle;}
.tab-section .tab-list li a{display:block;width:100%;padding:9px 0;font-size:15px;line-height:22px;font-weight:700;color:#b1b1b1;text-align:center;background:#f4f4f4;border:0;border-bottom:1px solid #d7d7d7;box-sizing:border-box;}
.tab-section .tab-list li.active a{color:#fff;background:#8fb283;border-color:#8fb283}
.tab-content{position:relative;padding-top:40px;}
.tab-content .inner-tab{position:absolute;top:15px;left:0;display:block;width:100%;text-align:center;}
.tab-content .inner-tab li{position:relative;display:inline-block;padding:0 20px;vertical-align:top;}
.tab-content .inner-tab li:after{content:"";position:absolute;right:0;top:3px;display:block;width:1px;height:10px;background:#d7d7d7;}
.tab-content .inner-tab li:last-child:after{display:none;}
.tab-content .inner-tab li a{display:block;font-size:14px;font-weight:600;color:#d7d7d7;}
.tab-content .inner-tab li.active a{color:#3d3d3d}


/**** PAGING ****/
.paging-section{position:relative;padding:30px 0 60px;text-align:center;}
.paging-section .paging{position:relative;}
.paging-section .paging .btn-prev{position:absolute;left:0;top:0;display:inline-block;padding-left:20px;height:40px;line-height:40px;font-size:13px;font-weight:700;text-align:center;vertical-align:top;background:url(/m/images/common/icon_paging_prev.png) no-repeat 0 center;background-size:8px auto;}
.paging-section .paging .btn-next{position:absolute;right:0;top:0;display:inline-block;padding-right:20px;height:40px;line-height:40px;font-size:13px;font-weight:700;text-align:center;vertical-align:top;background:url(/m/images/common/icon_paging_next.png) no-repeat right center;background-size:8px auto;}
.paging-section .paging .no-list{display:inline-block;width:calc(100% - 90px);vertical-align:top;}
.paging-section .paging .no-list li{display:inline-block;margin:0;vertical-align:top;}
.paging-section .paging .no-list li .btn-page{display:block;width:40px;height:40px;line-height:38px;text-align:center;font-size:14px;color:#b1b1b1;border:0;box-sizing:border-box;border-radius:5px;}
.paging-section .paging .no-list li.active .btn-page{color:#3d3d3d;font-weight:700;border:1px solid #8fb283;background:#f2f7f1}
.paging-section .right-section{position:absolute;right:0;top:30px;}


/**** PRODUCT ****/

.product-list > li{border-bottom:1px solid #d7d7d7;background:#fff}
.product-list.bg > li{background:#f4f4f4}
.product-list .product-card{width:100%;padding:15px 10px;box-sizing:border-box;}
.product-card dl:after{content:"";clear:both;display:block;}
.product-card dl dt{float:left;width:80px;height:80px;margin-right:20px;background:no-repeat center center;background-size:cover;}
.product-card dl dd{float:left;width:calc(100% - 100px)}
.product-card dl dd .title{margin-bottom:10px;font-size:15px;line-height:19px;}
.product-card dl dd .option{font-size:14px;line-height:20px;}
.product-card dl dd .option em{display:inline-block;margin-right:3px;padding:0 7px;height:20px;color:#8fb283;font-size:13px;font-weight:600;line-height:18px;border:1px solid #8fb283;border-radius:10px;box-sizing:border-box;}
.product-card dl dd .info{padding-top:15px;}
.product-card dl dd .info li{position:relative;display:inline-block;margin-right:4px;padding-right:8px;font-size:14px;font-weight:600;vertical-align:top;}
.product-card dl dd .info li:after{content:"";position:absolute;right:0;top:3px;display:block;width:1px;height:10px;background:#3d3d3d;}
.product-card dl dd .info li:last-child:after{display:none;margin:0;padding:0;}
.product-card dl dd .info li em{padding-right:5px;color:#e5735c;}
.product-card .btn-wrap{padding-top:15px;}
.product-card .btn-wrap ul:after{content:"";clear:both;display:block}
.product-card .btn-wrap li{float:left;width:calc(50% - 5px);margin-right:10px;}
.product-card .btn-wrap li:last-child{margin-right:0;}
.product-card .btn-wrap .btn-cancel{display:block;margin-top:10px;width:100%;height:34px;padding:0;font-size:14px;font-weight:600;line-height:32px;color:#b1b1b1;text-align:center;background:none;border:1px solid #d7d7d7;border-radius:5px;box-sizing:border-box;}
.product-card .btn-wrap .btn-line{display:block;margin-top:10px;width:100%;height:34px;padding:0;font-size:14px;font-weight:600;line-height:32px;color:#3d3d3d;text-align:center;background:none;border:1px solid #3d3d3d;border-radius:5px;box-sizing:border-box;}

.wide-section .product-list > li{margin-bottom:20px;padding:0 10px;border-width:0;}
.wide-section .product-list > li:last-child{margin:0;border-width:1px;}
.wide-section .product-list .product-card{display:table;padding:15px 0;table-layout:fixed;}
.wide-section .product-list .product-card .product{display:table-cell;vertical-align:top;}

.check-all{position:relative;padding:5px 10px;background:#f4f4f4}
.check-all .check-section{display:inline-block;margin-right:20px}
.check-all .btn-sub{position:absolute;right:10px;top:15px;display:inline-block;width:75px;height:24px;line-height:22px;font-size:13px;color:#fff;font-weight:600;text-align:center;background:#b1b1b1;border:0;border-radius:5px;}

.check-cell{display:table-cell;width:35px;padding-top:20px;vertical-align:top;box-sizing:border-box;}
.check-cell .check-section{display:inline-block;width:20px;height:20px;}
.check-cell .check-section label{padding:0;}
.check-cell .check-section label:before{position:static;}



/**** POPUP ****/
.lypopup{display:none;position:relative;width:300px;border:1px solid #d7d7d7;background:#fff;box-sizing:border-box;}
.lypopup .btn-close{position:absolute;right:0;top:0;display:block;width:34px;height:34px;font-size:0;background:url(/m/images/common/icon_close.png) no-repeat center center #f4f4f4;background-size:14px auto;border:0;border-left:1px solid #d7d7d7;border-bottom:1px solid #d7d7d7;box-sizing:border-box;}
.lypopup .pop-content{padding:30px 15px}
.lypopup h3{margin-bottom:25px;font-size:16px;font-weight:600;text-align:center;}
.lypopup h3.info{font-size:18px;}
.lypopup .text{font-size:15px;line-height:26px;text-align:center;}
.lypopup .text em{color:#e5735c;font-weight:600;}
.lypopup .pop-btn{width:100%;}
.lypopup .pop-btn:after{content:"";clear:both;display:block;}
.lypopup .pop-btn .btn-cancel{float:left;display:block;padding:0;width:50%;height:50px;line-height:50px;font-size:15px;color:#b1b1b1;font-weight:600;text-align:center;border:0;background:#f4f4f4;}
.lypopup .pop-btn .btn-ok{float:left;display:block;padding:0;width:50%;height:50px;line-height:50px;font-size:15px;color:#fff;font-weight:600;text-align:center;border:0;background:#8fb283;}

.lypopup .info-text{text-align:left;font-size:14px;}
.lypopup .info-text .title{margin-bottom:20px;font-weight:600;}
.lypopup .info-text ul{padding-bottom:15px;}
.lypopup .info-text ul:last-child{padding-bottom:0;}
.lypopup .info-text ul li{position:relative;padding-left:15px;margin-bottom:15px;line-height:22px;}
.lypopup .info-text ul li:before{content:"";display:block;position:absolute;left:0;top:10px;width:4px;height:4px;background:#8fb283;border-radius:50%;}
.lypopup .info-text .dl-list{margin-bottom:20px;border-top:1px solid #d7d7d7}
.lypopup .info-text .dl-list dl{padding:12px 10px;border-bottom:1px solid #d7d7d7}
.lypopup .info-text .dl-list dl dt{margin-bottom:8px;font-size:14px;line-height:22px;font-weight:600;box-sizing:border-box;}
.lypopup .info-text .dl-list dl dd{font-size:14px;line-height:20px;box-sizing:border-box;}

.lypopup .check-section.btm-check{padding-top:20px;border-top:1px solid #d7d7d7}
.lypopup .address-section p{font-size:15px;line-height:22px}
.lypopup .address-section .tag{margin-bottom:10px;display:inline-block;padding:0 8px;height:20px;font-size:13px;line-height:20px;font-weight:600;color:#fff;background:#8fb283;border-radius:10px}
.lypopup .address-section .textarea{margin:20px 0;}
.lypopup .address-section .textarea textarea{height:100px;}
.lypopup .address-section .address-list{border-top:1px solid #d7d7d7}
.lypopup .address-section .address-list .radio-section label:before{top:25px;}
.lypopup .address-section .address-list .radio-section label:after{top:29px;}
.lypopup .address-section .address-list .btn-sub{display:inline-block;margin-left:30px;margin-top:10px;padding:0;width:60px;height:25px;font-size:13px;line-height:25px;font-weight:600;color:#fff;background:#b1b1b1;border:0;border-radius:5px}
.lypopup .address-section dl{margin-bottom:20px;}
.lypopup .address-section dl dt{margin-bottom:8px;font-size:14px;font-weight:600;}
.lypopup .address-section dl:last-child{margin-bottom:0}
.lypopup .address-section .btn-right{padding-top:10px;text-align:right;}
.lypopup .address-section .btn-line{display:inline-block;margin-left:30px;padding:0;width:100px;height:35px;font-size:13px;line-height:33px;font-weight:600;color:#3d3d3d;background:#fff;border:1px solid #3d3d3d;border-radius:5px}
.lypopup .address-section .info{padding-top:10px}
.lypopup .address-section .info li{position:relative;display:inline-block;margin-right:8px;padding-right:10px;font-size:15px;vertical-align:top;}
.lypopup .address-section .info li:after{content:"";position:absolute;right:0;top:5px;display:block;width:1px;height:10px;background:#3d3d3d;}
.lypopup .address-section .info li:last-child:after{display:none;margin:0;padding:0;}

.lypopup .term-text{height:400px;text-align:left;font-size:14px;line-height:22px;overflow-y:scroll;}
.lypopup .term-text h5{margin-bottom:20px;padding-top:10px;font-size:15px;font-weight:600;color:#8fb283;}
.lypopup .term-text h6{margin-bottom:15px;font-weight:600;}
.lypopup .term-text p{margin-bottom:30px;}
.lypopup .term-text ul{margin-bottom:30px;}
.lypopup .term-text ol{margin-bottom:30px;}
.lypopup .term-text .inner{padding:15px 0 15px 20px;}

/* 로딩중 팝업 */
.bl{display: block;}
.loading{width:18em;border:2px solid #ccc;padding-bottom:7px; color:#319ffd; border-radius:10px; margin:0 auto; text-align:center; background:#fff; padding:3px 0 13px 0;}
.loading>span{font-size:0.9em; color:#888;}
.loading>span.title{font-size:1em;color:#319ffd; font-weight:bold; padding:8px 0; border-bottom:2px solid #319ffd;margin:0 9px;}
.loading img{ width:32px; height:auto; padding:5px 0 7px 0;}

.fw_bold{font-weight: bold;}
.fc_blue{color: blue;}
/*{display:block;height:50px;line-height:50px;padding:0;color:#fff;font-weight:600;font-size:15px;text-align:center;background:#8fb283;border:0;border-radius:5px;}*/
#naver_pay_btn{display:block;width: 100%;height:50px;line-height:50px;padding:0;font-size:15px;text-align:center;border:1px solid #c5cbcf;border-radius:5px;background: url(/images/sub/naver_pay_white_btn.png) no-repeat; background-position: center;}
#naver_pay_btn.disabled{display:block;height:50px;line-height:50px;padding:0;font-size:15px;text-align:center;border:0;border-radius:5px;background: url(/images/sub/naver_pay_disabled_btn.png) no-repeat; background-color: #d8dce1; background-position: center;}

.btn-double .btn-regular2{display:block;width:100%;height:40px;line-height:38px;padding:0;color:#78bbc1;font-weight:600;font-size:15px;text-align:center;background:none;border:1px solid #78bbc1;border-radius:5px;box-sizing:border-box;}
.btn-double .btn-regular2:before{content:"";display:inline-block;width:17px;height:38px;margin-right:5px;line-height:48px;background:url(/m/images/common/icon_regular.png) no-repeat 0 center;background-size:17px auto;vertical-align:top}
.btn-double button, .btn-double#naver_pay_btn  {height: 40px !important;line-height: 38px !important;}

#popup_div .slick-arrow.slick-prev{display:block;position:absolute;left:0;top:43%;width:50px;height:50px;font-size:0;background:url(/images/common/icon_slide_prev.png) no-repeat 0 0;background-size:contain;border:0;z-index:10}
#popup_div .slick-arrow.slick-next{display:block;position:absolute;right:0;top:43%;width:50px;height:50px;font-size:0;background:url(/images/common/icon_slide_next.png) no-repeat 0 0;background-size:contain;border:0;z-index:10}
#popup_div .slick-dots{position:absolute;left:43%;bottom:20px;}
#popup_div .slick-dots:after{content:"";clear:both;display:block}
#popup_div .slick-dots li{float:left;margin-right:10px;}
#popup_div .slick-dots li button{display:block;width:18px;height:18px;padding:3px;font-size:0;background:transparent;border:2px solid transparent;border-radius:50%;box-sizing:border-box;}
#popup_div .slick-dots li button:before{content:"";display:block;width:100%;height:100%;background:#fff;border-radius:50%;}
#popup_div .slick-dots li.slick-active button{border-color:#fff}
