/* 장바구니 : 배송주소, 주소변경 안나오게 */
p.woocommerce-shipping-destination { display: none !important; }
form.woocommerce-shipping-calculator { display: none !important; }

/* 결제완료 : 청구주소, 배송주소 */
.col-1, .col-2 { max-width: 100%; }

/* 구매하기 quickbuy */
.woocommerce input.button.button-quickbuy { margin-right:10px; }
.woocommerce input.button.button-quickbuy { background-color:#666 !important; color:#fff !important; border-color:#666 !important; margin-right:10px; }
.woocommerce input.button.button-quickbuy:hover { background-color:#999 !important; border-color:#999 !important; margin-right:10px; }

/* 고객센터 */
.bbcs-content-wrap { margin: 15px 0 35px; color:#333; font-size:13px;}
.bbcs-content-wrap .col-form-label { padding-left:20px; }
.bbcs-content-wrap .alert:before {
    font-family:'FontAwesome';content:"\f071";float:left;color:#000;font-size:20px;line-height:22px;padding-right:20px;
}
.bbcs-content-wrap a {color:#333;text-decoration:none;}
.bbcs-content-wrap ul li { line-height:1.7; padding:0; }

.bbcs-ul-list { list-style:none; margin:5px 0; list-style-position: outside; padding-left:15px; }
.bbcs-ul-list li { margin:3px 0 3px 0; padding:0; }
.bbcs-ul-list li address { margin-left:20px; }
.bbcs-ul-list li ul { list-style: circle !important; list-style-type:circle;}
.bbcs-ul-list li ul li { list-style: circle !important;}
.bbcs-ul-content {margin:8px 20px; }


/* BOOTSTRAP 4.0.0 */
.modal-backdrop {
  z-index: -1;
}
.mt-10 { margin-top:10px; }
.mt-15 { margin-top:15px; }
.mt-20 { margin-top:20px; }
.mt-25 { margin-top:25px; }
.mt-30 { margin-top:30px; }

.bbcs-content-wrap label { line-height:1.2 !important; margin:0 0 5px 0 !important; color:666 !important; }


.bbcs-title { margin:20px 0 40px;font-size:22px; color:#333; font-weight:500; line-height:1; position:relative; }
.bbcs-title:after { background-color: #7d9def; content: ""; display: inline-block; height: 3px; width: 40px; position: absolute; left:2px; bottom: -20px; }
.bbcs-title.no-line:after { background-color:transparent; content: ""; display: inline-block; height:0; width:0; }
.bbcs-subtitle { margin:15px 0 20px;font-size:18px; color:#333; font-weight:500; line-height:1; }

#bbcs_result_msg, #bbcs_result_msg2 { margin:5px 0;}
#bbcs_result_msg .error, #bbcs_result_msg2 .error, .error { font-size:13px; font-weight:bold; color:#e10909; }
#bbcs_result_msg .success, #bbcs_result_msg2 .success, .success { font-size:13px; font-weight:bold; color:#015501; }
#bbcs_result_msg .loading img, #bbcs_result_msg2 .loading img { vertical-align:middle !important; margin-right:10px; }
#bbcs_result_msg .loading span, #bbcs_result_msg2 .loading span { font-size:14px; font-weight:bold; }

/* dashboard */
.bbcs-dashboard { margin:15px 0;}
.bbcs-list { margin:0; padding:0; list-style:none; }
.bbcs-list li { padding:8px; }
.bbcs-list li a { font-size:14px; color:#333; text-decoration: none; }

form.bbcs-formbox { border:1px solid #ebebeb; padding:20px 40px;}

/* custumer menu */
.bbcs-menu-wrap { margin: 15px 0; border:1px solid #e8e8e8; background-color:#fff }
.bbcs-menu-header { width: 100%; padding: 20px 25px; background-color: #e8e8e8; vertical-align:middle; }
.bbcs-menu { margin:0 0 10px 0; padding:0 15px; list-style: none; }
.bbcs-menu li { list-style:none; margin:0; padding:0;}
ul.bbcs-menu li a { padding: 8px 15px; text-align:left; color:#111111; font-size: 14px; font-family: "맑은 고딕","Malgun Gothic", Arial; font-weight: 500; }
ul.bbcs-menu li a:link { text-decoration: none; }
ul.bbcs-menu li a:hover, ul.bbcs-menu li:last-child a:hover { border-bottom:1px solid #000; }
ul.bbcs-menu li a { border-bottom: 1px solid #e8e8e8; display: block; }
ul.bbcs-menu li:last-child a { border-bottom: 0; }
ul.bbcs-menu li a:after { font-size:14px; font-family:'FontAwesome';content:"\f105";float:right;color:#ccc; }

/* profile info */
.bbcs-menu-wrap .user-profile { display: table; width: 100%; table-layout: auto; }
.bbcs-menu-wrap .user-profile .image { width: 64px; height: 64px; display: table-cell; vertical-align: middle; }
.bbcs-menu-wrap .user-profile .image img { width: 100%; height: auto; background-clip: padding-box; border-radius: 50%; }
.bbcs-menu-wrap .user-profile .user-info { padding-top: 8px; padding-left: 15px; overflow:hidden; line-height:1;}
.bbcs-menu-wrap .user-profile .user-info .name { display: block; font-size: 14px; line-height: 1; margin-bottom: 5px; color: #212121; }
.bbcs-menu-wrap .user-profile .user-info .logout { font-size: 13px; color: #212121; line-height:1.4; font-size:12px; }
.bbcs-menu-wrap .user-profile .user-info .logout i { position:absoute; bottom:-2px; right:0px; font-size: 18px; color: #212121;}
.bbcs-menu-wrap .user-profile .user-info .point { display: block; font-size: 12px; line-height: 1; margin-top: 6px; color: #212121; }
.bbcs-menu-wrap .user-profile .user-info .point:before {
	font-family:'FontAwesome';content:"\f288";float:left;color:#007bff;font-size:14px;line-height:14px; padding:0 2px; 
} 

/* custom faq search box */
.bbcs-top-search { margin:0; border:6px solid #c4cdd6; padding:6px 12px 12px; }
.bbcs-top-search .keyword, .bbcs-top-icons .keyword { margin:0px 0; }
.bbcs-top-search .keyword:before, .bbcs-top-icons .keyword:before { font-family:'FontAwesome';content:"\f059";float:left;color:#666;font-size:20px;line-height:22px; padding:2px 2px; }

.bbcs-top-search .keyword a, .bbcs-top-icons .keyword a { margin-left:5px; font-size:12px;color:#666; text-decoration:none;}
.bbcs-top-icons { margin: 8px 0 25px 0; }
.iconbox_content_wrapper.box-border-left { border-left:1px solid #eee; }
.bbcs-top-icons .iconbox_text { vertical-align: middle; text-align: left; position: relative; padding: 0 0 15px 65px; margin-right:-15px; }
.bbcs-top-icons .iconbox_text .iconbox_text-description { display: block; font-size: 12px; line-height: 1.4; color: #666; }
.bbcs-top-icons .iconbox_text .iconbox_text-title { color: #535353; font-size: 16px; margin: 0 0 -2px; display: block; font-weight: 600; }
.bbcs-top-icons .iconbox_text i{ display: block; width: 50px; height: 50px; position: absolute; left:5px; top:56%; font-size:30px; text-align: center; line-height: 60px; color: #c4cdd6; margin: -40px 0 0; }

a.iconbox_text:hover, a.iconbox_text:hover span { color:red; backgroud-color:#ccc; }
.iconbox_text:hover { color:red; }

.bbcs-top-icons .iconbox_text:hover { color: #17a2b8; }

/* 1:1문의 */
table.bbqna-table td a { color:#545454; text-decoration:none; font-size:14px; }
table.bbqna-table th, table.bbqna-table td { padding:.285rem; }
table.bbqna-table th { font-size:12px; font-weight:bold; }


/* faq category */

.bbfaq-search { background-color:#f4f4f4; border:1px solid #dedede; padding:15px 20px; margin-bottom:30px;  }
.bbfaq-search button.btn { padding:5px 20px; border-radius:0; line-height:1.72; background-color:#bdbdbd;color:#fff; }
.bbfaq-terms { clear:both; margin: 10px 0; padding: 0; }

.faq-items-list { position:relative; }

.bbfaq-tab { clear:both; margin:0; padding: 0; height:30px; border-bottom: 1px solid #ccc; font: normal 13px '맑은 고딕','Malgun Gothic',Verdana, sans-serif; } .bbfaq-tab li { list-style:none; margin:0; display: inline; margin:0; padding:0;}
.bbfaq-tab li a { padding: 10px 15px; margin-left: 0; border: 1px solid #ccc; border-bottom: none; background: #eee; text-decoration: none; color:#333; }
.bbfaq-tab li a:hover { background: #fff; border-color: #333; }
.bbfaq-tab li a.active { background: white; border-top: 2px solid #333; border-right: 2px solid #333; border-left: 2px solid #333; border-bottom: 1px solid white; font-weight:600; }

/* faq accordion */
#faqAccordion .panel { border:none; background: none; box-shadow: none; }
#faqAccordion .panel-group .panel + .panel, #faqAccordion .panel + .panel { margin-top: 0; } 
#faqAccordion .panel-heading { background-color: #fff; border-bottom:1px solid #ededed; color: #fff; padding: 0; }
#faqAccordion .panel-title a { display: block; color: #333; padding: 8px 12px; position: relative; font-size: 14px; font-weight: 400; text-decoration:none; font-family:'맑은 고딕','Malgum Gothic', Arial;}
#faqAccordion .panel-heading { border-bottom:1px solid #ededed; }
#faqAccordion .panel-heading.active { background-color:#f7f7f7; }
#faqAccordion .panel-heading.active a { font-weight:600; } .panel-body { background: #fff; }
#faqAccordion { position: relative;}
#faqAccordion .panel-heading a:before { content: '\f106'; font-size: 22px; position: absolute; font-family: 'fontAwesome'; right: 5px; top: 6px; transform: rotate(180deg); transition: all 0.5s; }
#faqAccordion .panel-heading.active a:before { content: ' '; transition: all 0.5s; transform: scale(0); } 
#faqAccordion .panel-heading.active a:before { content: '\f107'; position: absolute; font-family: 'fontAwesome'; right:5px; top:6px; font-size: 22px; transition: all 0.5s; transform: scale(1);}

#faqAccordion .panel-heading.active a:before { transform: rotate(0deg); transition: all 0.5s; }
#faqAccordion .panel-body { padding:10px 20px;  font-size:13px; font-family:'맑은 고딕','Malgum Gothic', Arial;}


/*상품리뷰*/
table.table-product-review td.review-image { width:120px; text-align:center; }
table.table-product-review td.review-image img { width:80px;height:80px;}
table.table-product-review td.review-content { position:relative; }
table.table-product-review td.review-content a { font-size:1.125rem; font-weight:bold; color:#545454; text-decoration:none; }
table.table-product-review td .review-author { position:absolute; top:10px; right:10px; color:#666; }

.img-responsive{display: block;max-width: 100%;height: auto;margin: 0px auto;}
.img-circle { border-radius: 50%; }    
textarea, input {border:1px solid #e4e4e4;}
textarea {width:100%;}
.title-line{border-top: 1px dotted #ccc;display: block;margin: 0;}

/* status button */
.stat-success { color:#fff;background-color:#5cb85c; border-color:#4cae4c; }
.stat-error { color:#fff;background-color:#d9534f; border-color:#d43f3a; }
.stat-warning { color:#fff;background-color:#f0ad4e; border-color:#eea236; }
.stat-info { color:#fff;background-color:#5bc0de; border-color:#46b8da; }
.btn-stat { display: inline-block; padding: 4px 10px; font-size: 12px; margin-bottom: 0; font-weight: 400; text-align: center; white-space: nowrap; vertical-align: middle; -ms-touch-action: manipulation; touch-action: manipulation; border-color:#666; }

/* Responsive */

@media (max-width: 767px) {
    .review-comment-list, .children { padding-left: 0px; }
    .review-comment-wrap .review-comment-img { float: none;margin: 0px;width: 100%;padding-bottom: 0px; }
    .review-comment-img>img { display: block;margin: 0px auto; }
    .review-comment-author, .review-comment-author a, .review-comment-date { text-align:center; }
    .depth-2 .review-comment-wrap,.depth-3 .review-comment-wrap,.depth-4 .review-comment-wrap,.depth-5 .review-comment-wrap,.depth-6 .review-comment-wrap,.depth-7 .review-comment-wrap,.depth-8 .review-comment-wrap,.depth-9 .review-comment-wrap,.depth-10 .review-comment-wrap {padding-left:0px;}
    .review-comment-reply { position: relative; text-align: center; display: block; margin-top: 25px;}
}
    
.review-comment-total{text-align: center;font-size: 1.5em;color: #fff;}
.review-comment-total span{font-size: 2em;color: #800000;}

/* social login */
.form-login-box {
    margin: 0 auto;
    width: 100%;
    display: block;
    border-radius: 4px;
    box-shadow: 1px 12px 24px 0 rgba(0, 0, 0, 0.1);
    background-color: #ffffff;
    border: solid 1px #f6f6f6;
    padding: 20px 40px 40px;
    margin-bottom: 50px;
}

.form-login {
    margin: 0 auto;
    width: 360px;
    max-width: 400px;
    display: block;
    border-radius: 4px;
    box-shadow: 1px 12px 24px 0 rgba(0, 0, 0, 0.1);
    background-color: #ffffff;
    border: solid 1px #f6f6f6;
    padding: 20px 40px 40px;
    margin-bottom: 50px;
}
.form-signin {
    display: block;
    border-radius: 4px;
    box-shadow: 1px 12px 24px 0 rgba(0, 0, 0, 0.1);
    background-color: #ffffff;
    border: solid 1px #f6f6f6;
    padding: 20px 40px 40px !important;
    margin-bottom: 50px;
}

.social-box a{ font-weight:normal; font-size:13px; padding:6px; }
.social-box a i{ font-weight:bold; font-size:18px; }
a.btn-naver { background-color:#00c73c; color:#fff; }
a.btn-naver:hover { background-color: #00a833; }
a.btn-kakao { background-color:#fae100; color:#333;}
a.btn-kakao:hover { background-color:#e2bc02; }
a.btn-facebook { background-color:#4267b2; color:#fff;}
a.btn-facebook:hover { background-color:#3d5d9d; color:#fff;}
a.btn-sso { background-color:#ff4040; color:#fff;}
a.btn-sso:hover { background-color: #e29292;color:#fff; }
.form-login .bbcs-title, .form-signin .bbcs-title { margin-top:0; }
.social-register-box > div { margin-bottom:3px; }

/*회원가입*/
.register-terms { margin:0 auto; width:600px; }
.panel-body.inner-text { height: 12em; min-height: 8em; max-height: 24em; overflow-y: scroll; }
.checkbox-inline, .radio-inline { position: relative; display: inline-block; padding-left:5px; padding-right: 20px; margin-bottom: 0; font-weight: 400; vertical-align: middle; cursor: pointer; }


@media (max-width: 767px) {
    .register-step1 { width:100%; } .panel-heading { padding:8px 10px; }
}
.panel-heading .accordion-toggle:after {
    font-family: 'Glyphicons Halflings';
    content: "\e114";   
    float: left;       
    color: grey;      
    font-size: 12px;
    margin-top:3px;
    margin-right:2px;
}
.panel-heading .accordion-toggle.collapsed:after { content: "\e080";  }

.bbcs-register-step { margin: 0 0 35px; }
.bbcs-register-step ul { padding: 0; list-style: none; margin: 0 auto; text-transform: uppercase; width: 100%; }
.bbcs-register-step ul li { position: relative; list-style:none; text-align:left; margin:0; padding:5px 0 4px 60px;float: left; }
@media (min-width: 768px) { .bbcs-register-step ul li { width: 50%; } }
.bbcs-register-step li { font-size: 18px; font-weight: 500; color: #232530; line-height: 50px; overflow: hidden; position: relative; background: #fff; }
.bbcs-register-step li:first-child:before { display: none; }
.bbcs-register-step li:first-child:after { border-width: 1px 0 1px 1px; }
.bbcs-register-step li:before { content: ''; z-index: 1; position: absolute; top:5px; left:-16px; border:1px solid #ebebeb; width:30px; height:30px; -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); -o-transform: rotate(45deg); transform: rotate(45deg); background: #fff; }
.bbcs-register-step li:after { position: absolute; content: ''; border-width: 1px 0; border-style: solid; border-color: #ebebeb; width: calc(100% - 30px); height: 100%; z-index: 10; left: 0; top: 0; }
.bbcs-register-step li .inner { position: relative; }
.bbcs-register-step li .inner:after { content:''; z-index: 1; position:absolute; top:-5px; right:-20px; border-style:solid;border-color: #fff #fff #fff transparent; border-width:20px; width:30px; height:30px; background: #fff; }

.bbcs-register-step li .inner:before { content:''; z-index:1; position:absolute;top:0; right:16px; border:1px solid #ebebeb; border-width: 1px 1px 0 0; width:30px; height:30px; -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); -o-transform: rotate(45deg); transform: rotate(45deg); background: #fff; z-index: 2; }
.bbcs-register-step li.active { background: #e23e1d; color: #fff; }

.bbcs-register-step li.active:after { border-color: #e23e1d; }

.bbcs-register-step li.active .inner:after { border-color: #fff #e23e1d; }
.bbcs-register-step li.active .inner:before { display: none; }
.bbcs-register-step li.active .step { opacity: 0.1; filter: alpha(opacity=10); color: #fff; }
.bbcs-register-step .inner-step { position: relative; z-index: 9; }
.bbcs-register-step .step { z-index:8; position:absolute; top:-5px; right:45px; line-height:38px; font-size:32px; text-transform: uppercase; font-weight: 600; display: inline-block; text-align: center; color: #eae9ec; } 

@media only screen and (max-width: 767px) {
    .form-login, .form-signin { width:100%; padding:10px 20px 20px;}
    .bbcs-top-icons, .bbcs-top-search { display:none;}
    .bbcs-register-header { display: none; }
}

/* bbang paging : common*/
.bbang-paging { clear: both; margin:10px 0 25px; text-align:center; list-style:none; }
.bbang-paging a, .bbang-paging span {
	padding: 5px 9px 5px;
	border:1px solid #c7c7c7;
	color: #333;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	text-decoration: none;
}
/*.bbang-paging a.prev, .bbang-paging a.next { border:none; } */
.bbang-paging a:hover, .bbang-paging span:hover { background: #dedede; }
.bbang-paging a.current, .bbang-paging span.current { background: #dedede; }

.bbang-paging li { float:left; margin-right:3px; list-style:none; }
.bbang-paging li a { text-decoration:none; }
.bbang-paging li.active a { background-color:#f2f2f2; }


/* status button */
.bbcs-status {
    display: inline-block;
    border: 1px solid #C1D447;
    width: 100px;
text-align:center;
    padding: 8px 0;
    text-transform: uppercase;
    font-size: 13px;
    background: #ECEC54;
    border-radius: 3px;
    color: #635F5F;
    line-height: 12px;
}
.bbcs-status-success { background: #5CB85C; border-color: #4CAE4C; color: #fafafa; }
.bbcs-status-error { background-color: #D0131A; border-color: #D0131A; color: #fafafa; }
.bbcs-status-disable { background-color: #fff; border-color: #ccc; color: #ccc; }
.bbcs-status-pending { background-color: #fff; border-color: #bccbcb; color: #666; }

.bbcs-status-lg { padding:16px 0; }

/* upload */
.upload_preview_container:after { content: " "; clear: both; display: block; margin-bottom: 15px; }
.upload_preview_container ul.ui-sortable { margin-left: 0; } 
.upload_preview_container li { list-style-type: none; float: left; margin-right: 20px; margin-bottom: 20px; position: relative; }
.upload_preview_container li .remove:after { position: absolute; content:"\f00d"; font-family: FontAwesome; display: block; bottom: 0; right: 0; background: #000; color: #fff; width: 20px; text-align: center; line-height: 20px; cursor: pointer; }
.upload-progress { display: none; }
li.sortable-placeholder { border: 1px dashed #ccc; width: 150px; height: 150px; display: block; } 
li.uploading { border: 1px dashed #C2C2C2; width: 150px; height: 150px; display: block; position: relative; } 
li .uploading-progress { height: 100%; background: #eee; width: 0; -webkit-transition: width 0.6s ease 0s; -moz-transition: width 0.6s ease 0s; -o-transition: width 0.6s ease 0s; -ms-transition: width 0.6s ease 0s; } 
.upload_preview_container li .remove:after { position: absolute; content: "\f00d"; font-family: FontAwesome; display: block; bottom: 0; right: 0; background: #000; color: #fff; width: 20px; text-align: center; line-height: 20px; cursor: pointer; }
