#contents { max-width:100% !important; padding:0 !important; }
#wrap.bsPaddingTop130 { padding-top:0; }

.bsPrdDetail { display:block; overflow:hidden; }
.bsPrdDetail:after { content:""; display:block; clear:both; height:1px; } /* sticky 작동 문제로 height:1px; 추가 */
.bsPrdDetailRight { display:block; float:right; width:29%; } /* overflow:hidden; 삭제 */
.bsPrdDetailLeft { display:block; margin:0 32% 0 0; }

/* 코디룩 이전, 다음 버튼 문제 */
.bsPrdDetail.bsCoordiBook .bsPrdDetailRight { overflow:visible; } 

/* 상품 게시판 */
html.bsPrdDetailBoardOn { overflow:hidden; }
body { overflow-y:scroll !important; } /* 포토리뷰 앱 관련 */
html.bsPrdDetailBoardOn body { overflow:hidden !important; }
.bsPrdDetailBoardPageCover { width:100%; height:100%; position:fixed; top:0px; left:0px; background-color:#000; visibility:hidden; filter:alpha(opacity=50); opacity:0; z-index: 96; transition: all 0.35s ease; }
.bsPrdDetailBoardPageCover.bsPrdDetailBoardOn { visibility: visible; filter:alpha(opacity=50); opacity:0.50; }

.xans-product-additional #prdReview { visibility:hidden; position:fixed; top:0; left:0; width:68%; height:100%; margin:0 0 0 -68%; background-color:#fafafa; overflow:auto; z-index:97; transition:all 0.50s cubic-bezier(0.65,0.0,0.35,1); }
.xans-product-additional #prdReview.bsPrdDetailBoardOn { visibility:visible; margin:0; }
.xans-product-additional #prdReview .board { display:table; table-layout:fixed; width:100%; height:100%; }
.xans-product-additional #prdReview .board .boardInner { display:table-cell; width:100%; height:100%; vertical-align:middle; }
.xans-product-additional #prdReview div.bs_close { position:absolute; top:30px; right:85px; }
.xans-product-additional #prdReview .bsBtnPrdDetailBoardClose { font-size:35px; color:#333; position:fixed; padding:10px; transition:all 0.25s ease; }

.xans-product-additional #prdQnA { visibility:hidden; position:fixed; top:0; left:0; width:68%; height:100%; margin:0 0 0 -68%; background-color:#fafafa; overflow:auto; z-index:97; transition:all 0.50s cubic-bezier(0.65,0.0,0.35,1); }
.xans-product-additional #prdQnA.bsPrdDetailBoardOn { visibility:visible; margin:0; }
.xans-product-additional #prdQnA .board { display:table; table-layout:fixed; width:100%; height:100%; }
.xans-product-additional #prdQnA .board .boardInner { display:table-cell; width:100%; height:100%; vertical-align:middle; }
.xans-product-additional #prdQnA div.bs_close { position:absolute; top:30px; right:85px; }
.xans-product-additional #prdQnA .bsBtnPrdDetailBoardClose { font-size:35px; color:#333; position:fixed; padding:10px; transition:all 0.25s ease; }

/* 슬라이딩 안되게 */
html.bs_prdDetail_board,
.xans-product-additional .bsPrdDetailBoardPageCover.bs_prdDetail_board,
.xans-product-additional #prdReview.bs_prdDetail_board,
.xans-product-additional #prdQnA.bs_prdDetail_board { transition:inherit; }

.xans-product-detail { position:relative; margin:0 0 0 0; padding:130px 10px 0 0; max-width:380px; }
.xans-product-detail .detailArea { padding:0; }
.xans-product-detail .detailArea:after { content:""; display:block; clear:both; }

/* headingArea */
.xans-product-detail .headingArea { position:relative; padding:0 0 15px; margin:0 0 15px; line-height:28px; }
.xans-product-detail .headingArea h2 { display:inline-block; font-family:'Nanum Square',sans-serif; font-size:22px; color:#222; font-weight:400; padding:0 5px 0 0; }
.xans-product-detail .headingArea .icon { display:block; }
.xans-product-detail .headingArea .icon img { width:auto; max-height:20px; margin:0 4px 35px 0; vertical-align:middle; }
.xans-product-detail .headingArea .icon .icon_img { margin-right:1px; }
.xans-product-detail .headingArea .supply { overflow:hidden; float:right; }
.xans-product-detail .headingArea .supply span { padding:0 3px 0 0; font-size:16px; font-weight:bold; color:#555; }

/* infoArea */
.xans-product-detail .infoArea p.delivery { padding:10px 0 20px; }
.xans-product-detail .infoArea table { border:0; font-size:12px; margin:10px 0 0; }
.xans-product-detail .infoArea th { font-weight:normal; color:#333; text-transform:uppercase; letter-spacing:0.03em; width:115px; padding:3px 0 4px 0; text-align:left; vertical-align:middle; }
.xans-product-detail .infoArea .xans-product-detaildesign th { display:none; }  /* th 숨김 */
.xans-product-detail .infoArea .xans-product-detaildesign span { letter-spacing:0.03em; line-height:22px; } 
.xans-product-detail .infoArea .xans-product-option th { display:block; }  /* 옵션명 정렬 */
.xans-product-detail .infoArea .xans-product-option td { display:block; }  /* 옵션명 정렬 */
.xans-product-detail .infoArea td { padding:3px 6px 4px 0; vertical-align:middle; }
.xans-product-detail .infoArea .xans-product-detaildesign td { padding-right:0; } /* 배송비 선택영역 우측 여백 */
.xans-product-detail .infoArea img { vertical-align:middle; }
.xans-product-detail .infoArea td input[type=text] { width:80%; }
.xans-product-detail .infoArea select { width:100%; height:32px; font-size:12px; color:#353535; border:1px solid #f4f4f4; background-color:#fafafa; }
.xans-product-detail .infoArea td #delivery_cost_prepaid { margin:0 0 5px; }
.xans-product-detail .infoArea table.bsShare { margin:16px 0 0; } /* SNS 공유 */
.xans-product-detail .infoArea table.bsShare th { width:0; font-size:0; }
.xans-product-detail .infoArea td.social { padding:4px 0 0 0; text-align:left; }
.xans-product-detail .infoArea td.social img { cursor:pointer; padding:0 10px 0 0; width:auto; max-height:19px; }
.xans-product-detail .infoArea td .sale { text-decoration:line-through; }
.xans-product-detail .infoArea td .period { display:block; margin:7px 0 0; font-size:11px; color:#333; }
.xans-product-detail .infoArea td .mileage li { line-height:1.7em; }
.xans-product-detail .infoArea td .delivery label { margin:0 30px 0 0; }
.xans-product-detail .infoArea td img.qrcode { border:1px solid #e1e1e1; }
.xans-product-detail .infoArea td #span_product_price_text { font-weight:normal; }
.xans-product-detail .infoArea td #span_product_coupon_dc_price { color:#070705; }
.xans-product-detail .infoArea td.fileInfo { color:#757575; }
.xans-product-detail .infoArea td.fileInfo input { width:288px; border:1px solid #c5c5c5; border-right:1px solid #e9e9e9; border-bottom:1px solid #e9e9e9; }
.xans-product-detail .infoArea td.fileInfo .infoDesc { margin:0 0 10px 0; }
.xans-product-detail .infoArea td.fileInfo li { margin:4px 0 0; color:#757575; font-size:11px; }
.xans-product-detail .infoArea td.fileInfo li img { vertical-align:bottom; }
.xans-product-detail .delv_price_B strong { font-weight:normal; }
.xans-product-detail .btnTooltip { display:inline-block; position:relative; z-index:10; vertical-align:middle; }

.xans-product-detail .infoArea .xans-product-detaildesign table tr:first-child { display:none; } /* 상품명 숨김 */

.xans-product-detail .infoArea .xans-product-option tr th { vertical-align:top; }
.xans-product-detail .infoArea .xans-product-option tr td { padding:4px 10px 4px 0; }
.xans-product-detail .infoArea .xans-product-option tr:first-child th,
.xans-product-detail .infoArea .xans-product-option .xans-product-fileoption th { padding-top:10px; }
.xans-product-detail .infoArea .xans-product-option tr:first-child td,
.xans-product-detail .infoArea .xans-product-option .xans-product-fileoption td { padding-top:5px; padding-right:0; }
.xans-product-detail .infoArea .xans-product-option td.selectButton { text-align:right; }

.xans-product-detail .infoArea .xans-product-addoption .txtByte { font-size:11px; vertical-align:middle; letter-spacing:-1px; }
.xans-product-detail .infoArea .xans-product-addoption .txtByte strong { color:#333; }

/* 타임세일 */
.xans-product-detail .bs_time_sale { background-color:#fcfcfc; margin:0 0 40px; padding:18px 0; border:2px dashed #ccc; line-height:1.6em; text-align:center; display:none; }
.xans-product-detail .bs_time_sale span { line-height:1.6em; font-size:0 !important; }
.xans-product-detail .bs_time_sale .product_promotion_date { font-size:16px !important; color:#999; font-weight:400; }

.xans-product-detail .infoArea .prd_promotion_date_css { display:none; }

/* 타임세일 카운트 */
.xans-product-detail .bs_time_sale_count { display:block; background-color:#fcfcfc; margin:0 0 40px; padding:18px 0; border:2px dashed #ccc; border-radius:10px; font-size:16px; color:#999; font-weight:400; line-height:1.6em; text-align:center; }
.xans-product-detail .infoArea .prd_model_css { display:none; }

/* 이전상품 다음상품 컨트롤 */
.xans-product-image.bsProductDetailControlWrap { position:relative; text-align:right; height:30px; line-height:30px; margin:0; padding:0 0 30px 0; display:none; }
.xans-product-image.bsProductDetailControlWrap:after { content:""; display:block; clear:both; }
.xans-product-image .bsProductDetailControl span { float:right;  font-size:11px; letter-spacing:0.03em; }
.xans-product-image .bsProductDetailControl .prev a:after { content:"|"; margin:0 6px 0 6px; color:#ccc; }
.xans-product-image .bsProductDetailControl .prev i { padding:0 5px; 0 0; }
.xans-product-image .bsProductDetailControl .next i { padding:0 0 0 5px; }

/* 상품 옵션 */
.xans-product-detail .infoArea .xans-product-option .value { color:#777; word-break:break-all; padding:5px 0 0 0; display:none; } /* 옵션선택해주세요 숨김 */
.xans-product-detail .infoArea .productSet .xans-product-option .value { display:block; }  /* 세트,추가상품 옵션선택해주세요 표시 */
.xans-product-detail .infoArea .xans-product-option .value .ec-product-value { color:#363437; }
.xans-product-detail .infoArea .xans-product-option .ec-product-button li { position:relative; overflow:hidden; display:inline-block; margin:0 3px 3px 0; vertical-align:top; border:1px solid #d7d7d7; background:#fff; border-radius:4px; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box; *display:inline; *zoom:1; }
.xans-product-detail .infoArea .xans-product-option .ec-product-button li:last-child { margin-right:0; }
.xans-product-detail .infoArea .xans-product-option .ec-product-button li a { display:block; min-width:28px; text-align:center; text-decoration:none; word-break:break-all; }
.xans-product-detail .infoArea .xans-product-option .ec-product-button li a span { display:inline-block; padding:6px 5px; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box; }
.xans-product-detail .infoArea .xans-product-option .ec-product-button.ec-product-preview li { padding:2px; border-radius:50%; }
.xans-product-detail .infoArea .xans-product-option .ec-product-button.ec-product-preview li a { min-width:24px; width:24px; height:24px; border-radius:50%; }
.xans-product-detail .infoArea .xans-product-option .ec-product-button.ec-product-preview li a img { max-width:100%; max-height:100%; }
.xans-product-detail .infoArea .xans-product-option .ec-product-button.ec-product-preview li a span { overflow:hidden; line-height:0; font-size:0; padding:0; text-indent:120%; white-space:nowrap; }
.xans-product-detail .infoArea .xans-product-option .ec-product-button.ec-product-preview .ec-product-soldout span,
.xans-product-detail .infoArea .xans-product-option .ec-product-button.ec-product-preview .ec-product-disabled span { position:absolute; left:0; top:0; z-index:1; }
.xans-product-detail .infoArea .xans-product-option .ec-product-button.ec-product-preview .ec-product-soldout span { background:url("//img.echosting.cafe24.com/skin/base/product/soldout_bg.png") repeat; }
.xans-product-detail .infoArea .xans-product-option .ec-product-button .ec-product-soldout { border-style:dashed; }
.xans-product-detail .infoArea .xans-product-option .ec-product-button .ec-product-soldout a span { display:inline-block; width:100%; height:100%; cursor:not-allowed; color:#d7d7d7; }
.xans-product-detail .infoArea .xans-product-option .ec-product-button .ec-product-soldout.ec-product-selected { border-style:dashed; }
.xans-product-detail .infoArea .xans-product-option .ec-product-button .ec-product-disabled a { cursor:default; }
.xans-product-detail .infoArea .xans-product-option .ec-product-button .ec-product-disabled a span { display:inline-block; width:100%; height:100%; color:#000; }
.xans-product-detail .infoArea .xans-product-option .ec-product-button .ec-product-selected { border:2px solid #495164; }
.xans-product-detail .infoArea .xans-product-option .ec-product-button .ec-product-selected a { margin:-1px; }
.xans-product-detail .infoArea .xans-product-option .ec-product-radio > li { display:inline-block; margin:0 0 3px; }
.xans-product-detail .infoArea .xans-product-option .ec-product-radio label { margin:0 7px 0 0; }
.xans-product-detail .infoArea .xans-product-option .ec-product-radio label input { margin:0 2px 0 0; }
.xans-product-detail .infoArea .xans-product-option .ec-product-radio .ec-product-disabled,
.xans-product-detail .infoArea .xans-product-option .ec-product-radio .ec-product-soldout { color:#d7d7d7; }

/* xans-product-action */
.xans-product-detail .infoArea .xans-product-action { padding:0 0 10px; }
.xans-product-detail .infoArea .xans-product-action .ec-base-button { text-align:left; padding:10px 0 0 0; } 
.xans-product-detail .infoArea .xans-product-action .ec-base-button a { width:100%; font-weight:600; padding:13px 40px; margin:0; border-radius:0; font-size:13px; }
.xans-product-detail .infoArea .xans-product-action .ec-base-button span { font-weight:400; }
.xans-product-detail .infoArea .xans-product-action .ec-base-button .bsBtnColorBG { flex-grow:4; }
.xans-product-detail .infoArea .xans-product-action .ec-base-button .bsBtnColorWG2 { flex-grow:2.3; }
.xans-product-detail .infoArea .xans-product-action .ec-base-button > span.gFlex4 { margin:0; padding:12px 40px; font-size:11px; background-color:#333 !important; border-radius:0; }
.xans-product-detail .infoArea .xans-product-action .bsPrdDetailWishBtn { position:relative; text-align:left; margin:10px 0 0 0; padding:8px 0; font-size:13px; font-weight:400; letter-spacing:0.03em; border:0; }
.xans-product-detail .infoArea .xans-product-action .bsPrdDetailWishBtn:hover { color:#999; background-color:transparent; }
.xans-product-detail .infoArea .xans-product-action .bsPrdDetailWishBtn i { position:relative; bottom:-1px; font-size:14px; padding-right:5px; }
.xans-product-detail .infoArea .guideArea { overflow:hidden; margin:0; padding:10px 0 0 0; }
.xans-product-detail .infoArea .guideArea:after { content:""; display:block; clear:both; }
.xans-product-detail .infoArea .guideArea a { display:inline-block; padding:0 6px 0 5px; color:#333; line-height:24px; letter-spacing:0.03em; }
.xans-product-detail .infoArea .guideArea a:hover { color:#999; }
.xans-product-detail .infoArea .guideArea a:first-child { padding-left:0; }
.xans-product-detail .infoArea .guideArea .sizeGuide { float:right; background:url("//ecimg.cafe24img.com/pg170b75670373015/hyysik/web/upload/badasonamu/image/icon/ico_sizeGuide.gif") no-repeat 5px 5px; }
.xans-product-detail .infoArea .guideArea .sizeGuide a { padding:0 0 0 29px; }
/* 익스9 이하 버튼 */
html.ie8 .xans-product-detail .infoArea .xans-product-action .sizeL,
html.ie9 .xans-product-detail .infoArea .xans-product-action .sizeL {}
html.ie8 .xans-product-detail .infoArea .xans-product-action .sizeL.bsPrdDetailWishBtn,
html.ie9 .xans-product-detail .infoArea .xans-product-action .sizeL.bsPrdDetailWishBtn { min-width:50px; }

/* eventArea */
.xans-product-detail .eventArea { color:#333; }
.xans-product-detail .eventArea h3 { padding:0; font-size:12px; color:#333; }
.xans-product-detail .eventArea .event { padding:10px 0 10px 0; color:#333; line-height:18px; }

/* xans-myshop-benefit */
.xans-myshop-asyncbenefit { margin:30px 0; }
.xans-myshop-asyncbenefit .member { margin:2px 0 19px; }
.xans-myshop-asyncbenefit .member em { font-style:normal; }
.xans-myshop-asyncbenefit.ec-base-box.typeMember .information .description { border-left:0; padding:0 10px 0 0; }

/* 상품 미리보기 이미지 */
#image_zoom_small { display:block; position:absolute; z-index:988; background:#fff; outline:1px solid #aaa; filter:alpha(opacity=50); opacity:0.5; }
#zoom_wrap { position:absolute; top:0; left:101.5%; z-index:100; display:block;}
.image_zoom_large { position:absolute; z-index:99; width:600px; height:600px; overflow:hidden; background:#fff; outline:1px solid #eee; }
.image_zoom_large .image_zoom_large_relative { position:relative; display:block; }
.image_zoom_large .image_zoom_large_relative img#zoom_image { position:absolute; z-index:99; max-width:none; }
.xans-product-detail .imgArea #zoomMouseGiude img { display:none; }

#NaverChk_Button { clear:both; margin:25px 0 0; float:none; }

/* App payment button box */
#appPaymentButtonBox { max-width:600px; margin:10px auto 0; }
#appPaymentButtonBox > div { margin:0 0 5px 0; }
#appPaymentButtonBox > div:last-of-type { margin-bottom:0; }

#divNvPointInfo { display:none; position:absolute; z-index:99; width:245px; padding:10px; color:#777; background:#fff; border:1px solid #5B9761; }
#divNvPointInfo a { display:block; padding:5px 0 0; color:#1ec228; }
#divNvPointInfo a img { vertical-align:middle; }
#imgNaverMileageHelp { cursor:pointer; }

/* 세트상품 및 추가구성상품 */
.xans-product-detail .productSet { margin:10px 0 0; border:1px solid #eee; border-bottom:0; }
.xans-product-detail .productSet > .title { position:relative; height:40px; line-height:40px; box-sizing:border-box; border-bottom:1px solid #eee; background-color:#fafafa; }
.xans-product-detail .productSet > .title h3 { margin:0 0 0 9px; font-size:12px; color:#333; font-weight:700; }
.xans-product-detail .productSet .product > li { position:relative; border-bottom:1px solid #eee; }
.xans-product-detail .productSet .thumbnail { position:absolute; top:19px; left:19px; z-index:1; width:100px; text-align:center; }
.xans-product-detail .productSet .thumbnail img { max-width:100%; max-height:100px; border:0; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box; }
.xans-product-detail .productSet .information { position:relative; padding:19px 19px 0 135px; }
.xans-product-detail .productSet .information > p { margin:0 0 10px; }
.xans-product-detail .productSet .information .name { padding-right:60px; }
.xans-product-detail .productSet .information .price .del { font-weight:normal; }
.xans-product-detail .productSet .information .salePrice { color:#ff8a56; font-weight:700; }
.xans-product-detail .productSet .information .btnInfo { position:absolute; top:19px; right:19px; z-index:1; display:block; width:57px; height:20px; vertical-align:middle; background:url("//img.echosting.cafe24.com/skin/base_ko_KR/product/btn_info.gif") no-repeat 0 0; }
.xans-product-detail .productSet .information .btnInfo.selected { background:url("//img.echosting.cafe24.com/skin/base_ko_KR/product/btn_info_on.gif") no-repeat 0 0; }
.xans-product-detail .productSet .information .btnInfo span { overflow:hidden; font-size:0; width:0; height:0; line-height:0; text-indent:120%; }
.xans-product-detail .productSet .option { padding:10px 19px 9px 135px; }
.xans-product-detail .productSet .option > li { margin:0 0 12px; }
.xans-product-detail .productSet .option .name { display:block; margin:0 0 5px; font-weight:normal; }
.xans-product-detail .productSet .option input[type=text] { width:80%; }
.xans-product-detail .productSet .option .ec-base-qty { margin:7px 0 0; }
.xans-product-detail .productSet .option .selectButton { margin:0 0 6px; text-align:right; }
.xans-product-detail .productSet .guide { overflow:hidden; position:relative; margin:0 19px; }
.xans-product-detail .productSet .guide:after { content:""; display:block; clear:both; }
.xans-product-detail .productSet .guide .qty { float:left; display:inline-block; padding:12px 0; color:#757575; }
.xans-product-detail .productSet .guide .qty:before { content:""; position:absolute; top:0; left:0; display:inline-block; width:100%; border-top:1px solid #e8e8e8; }
.xans-product-detail .productSet .guide .sizeGuide { float:right; height:15px; margin:12px 0; background:url("//ecimg.cafe24img.com/pg170b75670373015/hyysik/web/upload/badasonamu/image/icon/ico_sizeGuide.gif") no-repeat 0 1px; }
.xans-product-detail .productSet .guide .sizeGuide:before { content:""; position:absolute; top:0; left:0; display:inline-block; width:100%; border-top:1px solid #eee; }
.xans-product-detail .productSet .guide .sizeGuide a { display:inline-block; padding:0 0 0 24px; }
.xans-product-detail .productSet .guide .sizeGuide a:hover { color:#999; }
.xans-product-detail .productSet.additional .title span { color:#757575; font-weight:normal; padding:0 0 0 3px; }
.xans-product-detail .productSet.additional .title .toggle { position:absolute; top:8px; right:8px; }
.xans-product-detail .productSet.hide .product { display:none; }
.xans-product-detail .productSet .ec-base-desc { padding:0 0 10px; border-top:0; border-bottom:1px solid #ddd; }
.xans-product-detail .productSet .ec-base-desc dt { width:135px; padding:0 0 0 20px; }

/* 수량 */
.ec-base-desc.quantity { margin:10px 0 0; padding:10px 0 0; border-top:1px solid #ddd; }
.ec-base-desc.quantity dt { width:125px; padding:0 0 0 8px; }

/* 총 상품 */
#totalProducts { margin:0 0 0; }
#totalProducts table { margin:0; }
#totalProducts table .left { text-align:left; }
#totalProducts table .center { text-align:center; }
#totalProducts table .right { padding-right:9px; font-weight:400; color:#333; text-align:right; display:none; }
#totalProducts thead th { height:1px; padding:0; font-size:0; line-height:0; } /* 옵션선택시 경계선 관련 height:1px; 추가  */
#totalProducts tbody th { vertical-align:middle; }
#totalProducts tbody td { padding:9px 0; color:#333; letter-spacing:0.03em; line-height:18px; vertical-align:middle; word-wrap:break-word; word-break:break-all; } /* 선택상품 문자간격  */
#totalProducts tbody tr td:first-child {}
#totalProducts tbody tr:first-child td {}
#totalProducts tbody td p { padding:0 10px 0 0; font-weight:400; line-height:21px; }
#totalProducts tbody td p.product span { font-weight:normal; color:#757575; line-height:18px; }
#totalProducts tbody td p.product span.soldOut { color:#008bcc; }
#totalProducts tbody td img { vertical-align:middle; }
#totalProducts tbody td .quantity { display:inline-block; position:relative; width:50px; vertical-align:top; }
#totalProducts tbody td .quantity input { width:22px; height:23px; padding:0 2px 0 3px; line-height:23px; border:1px solid #d4d8d9; border-radius:3px 0 0 3px; }
#totalProducts tbody td .quantity .up { position:absolute; left:28px; top:0; }
#totalProducts tbody td .quantity .down { position:absolute; left:28px; top:12px; }
    #totalProducts tbody.option_products tr td .quantity input,
    #totalProducts tbody.add_products tr td .quantity input { height:19px; line-height:19px; }
    #totalProducts tbody.option_products tr td .quantity .down,
    #totalProducts tbody.add_products tr td .quantity .down { bottom:0; top:auto; }
#totalProducts tbody td .mileage { display:block; white-space:nowrap; }
#totalProducts tbody td .mileage_price {}

#totalProducts tbody td { position:relative; }  /* 선택상품 삭제 아이콘 위치 */
#totalProducts tbody td .delete { position:absolute; top:21px; right:0;  } 
#totalProducts tbody.option_products td > a { position:absolute; right:0;  } /* 선택상품 삭제 아이콘 위치, 세트상품 */

/* 총 상품 금액 */
.totalPrice { margin:0; padding:24px 9px 19px 0; color:#333; vertical-align:middle; background:#fff; }
.totalPrice .total { color:#333; }
.totalPrice .total em { font-style:normal; font-size:24px; font-weight:600; letter-spacing:-0.01em; }
.totalPrice strong { font-weight:400; letter-spacing:0.03em; }

/* 배송비 차등부과 레이어 */
.differentialShipping { display:none; overflow:hidden; position:absolute; left:50%; top:17px; z-index:100; width:350px; margin:0 0 0 -176px; }
.differentialShipping h3.title { height:35px; padding:0 35px 0 19px; border:0; color:#fff; font-size:14px; line-height:35px; background:#495164; }
.differentialShipping .content { padding:12px 18px 14px 18px; border:1px solid #757575; border-top:0; text-align:center; background:#fff; }
.differentialShipping .close { position:absolute; right:14px; top:12px; }
.differentialShipping .close img { cursor:pointer; }

.differentialShipping .content ul { color:#757575; line-height:25px; }
.differentialShipping .content li { overflow:hidden; }
.differentialShipping .content li strong { float:left; font-weight:normal; }
.differentialShipping .content li span { float:right; color:#2e2e2e; }
.differentialShipping .content .info { margin:7px 0 0; padding:7px 0 0; border-top:1px dotted #b0b1b3; color:#80aeef; text-align:right; }

/* 배송비레이어 */
.xans-product-detail .shippingFee { position:relative; display:inline-block; }
.xans-product-detail .shippingFee .ec-base-tooltip { margin:0 0 0 -180px; width:360px; }
.xans-product-detail .shippingFee .ec-base-tooltip table th { width:40px; }
.xans-product-detail .shippingFee .ec-base-tooltip table th,
.xans-product-detail .shippingFee .ec-base-tooltip table td { padding:7px 10px 8px 10px; }

/* SNS 상품 홍보 */
.xans-product-customsns,
.xans-product-customsns ul,
.xans-product-customsns li { display:inline-block; vertical-align:middle; }
.xans-product-customsns img { margin-bottom:2px; }

/* 회원등급별 할인가 적용 */
.xans-product-detail .infoArea  td > span > ul.discountMember > li { position:relative; float:left; }
.xans-product-detail .infoArea  td ul.discountMember li a { display:block; margin:0 4px 4px 0; }
.xans-product-detail .infoArea  td ul li .discount_layer h3 { margin:0 0 8px; padding:0 10px; font-size:12px; border-bottom:0; }
.xans-product-detail .infoArea  td ul li .discount_layer { display:block; left:-140px; min-width:300px;}
.xans-product-detail .infoArea  td ul li .discount_layer .content { overflow-x:hidden; overflow-y:auto; max-height:400px; }
.xans-product-detail .infoArea  td ul li .discount_layer thead th { padding:0; width:0; height:0; font-size:0; line-height:0; border-width:0 1px 0 1px; }
.xans-product-detail .infoArea  td ul li .discount_layer tbody th { width:auto; }

/* 세트상품 추가정보 레이어 */
.xans-product-detail .productSet .product { position:relative; }
.xans-product-detail .productSet .description { z-index:10; position:absolute; top:38px; right:0; padding:7px 0 0; }
.xans-product-detail .productSet .description .xans-product-detail { position:relative; padding:15px; border:1px solid #565960; background:#fff; }
.xans-product-detail .productSet .description > h3 { margin:0 0 8px; padding:0 10px; font-size:12px; border-bottom:0; background:url("//img.echosting.cafe24.com/skin/base/common/ico_layer_title.gif") no-repeat 0 50%; }
.xans-product-detail .productSet .description p strong { color:#0088d4; }
.xans-product-detail .productSet .description thead th { padding:0; height:0; font-size:0; line-height:0; }
.xans-product-detail .productSet .description tbody { border:1px solid #d7d5d6; }
.xans-product-detail .productSet .description th,
.xans-product-detail .productSet .description tr:first-child th,
.xans-product-detail .productSet .description tr:first-child td { background:#fbf9fa; border-right:1px solid #e8e8e8; border-bottom: 1px solid #e8e8e8; color:#363636; }
.xans-product-detail .productSet .description th,
.xans-product-detail .productSet .description td { height:15px; border-bottom:1px solid #e8e8e8; }
.xans-product-detail .productSet .description td,
.xans-product-detail .productSet .description tr:first-child td { padding:5px 8px; text-align:left; background:#fff; }
.xans-product-detail .productSet .description tr:last-of-type th,
.xans-product-detail .productSet .description tr:last-of-type td { border-bottom:0; }
.xans-product-detail .productSet .description .color td { font-size:0; line-height:0; }
.xans-product-detail .productSet .description .chips { display:inline-block; width:28px; height:18px; margin:0 2px 3px 0; border:1px solid #e3e3e3; }
.xans-product-detail .productSet .description .btnClose { background:transparent; }
.xans-product-detail .productSet .description > .ec-base-tooltip { display:block; top:0; }
.xans-product-detail .productSet .description > .ec-base-tooltip > .edge { z-index:20; position:absolute; left:auto; right:40px; display:block; margin:0 0 0 -5px; width:9px; height:6px; background:url("//img.echosting.cafe24.com/skin/base/common/ico_option_arrow.gif") no-repeat 0 0; }

/* 재고수량 레이어 */
.ec-base-layer { left:0; }

/* 정기배송 */
.xans-product-detail .infoArea .regularDelivery { margin:20px 0 0; border-top:1px solid #e8e8e8; }
.xans-product-detail .infoArea .regularDelivery th { vertical-align:top; }
.xans-product-detail .infoArea .regularDelivery .gLabel { position:relative; margin:0 35px 0 0; }
.xans-product-detail .infoArea .regularDelivery .badge { display:inline-block; position:relative; top:-1px; height:18px; margin:0 0 0 5px; padding:0 8px; border-radius:10px; line-height:18px; font-size:12px; font-family:"돋움","Dotum"; color:#fff; background-color:#009ffa; }
.xans-product-detail .infoArea .regularDelivery .badge .icoDown { display:inline-block; position:relative; top:1px; overflow:hidden; width:8px; height:12px; border-radius:50%; line-height:10px; text-indent:-9999px; }
.xans-product-detail .infoArea .regularDelivery .badge .icoDown:before { content:""; display:inline-block; position:absolute; top:3px; left:2px; width:4px; height:4px; background-color:#fff; }
.xans-product-detail .infoArea .regularDelivery .badge .icoDown:after { content:""; display:inline-block; position:absolute; bottom:1px; left:0; width:0; height:0; border-left:4px solid transparent; border-right:4px solid transparent; border-top:4px solid #fff; }
.xans-product-detail .infoArea .regularDelivery .info { margin:14px 0 0; }
.xans-product-detail .infoArea .regularDelivery .info ul { margin:6px 0 0; }
.xans-product-detail .infoArea .regularDelivery .info ul > li { margin:4px 0; letter-spacing:-.8px; }
.xans-product-detail .infoArea .regularDelivery .info .icoSave { display:inline-block; height:12px; padding:0 2px; border:1px solid #ff5454; border-radius:3px; line-height:12px; color:#ff5454; }
.xans-product-detail .infoArea .regularDelivery .info .icoDown { display:inline-block; position:relative; overflow:hidden; width:5px; height:10px; margin:0 0 0 2px; line-height:10px; text-indent:-9999px; }
.xans-product-detail .infoArea .regularDelivery .info .icoDown:before { content:""; display:inline-block; position:absolute; top:0; left:2px; width:1px; height:10px; background-color:#ff5454; }
.xans-product-detail .infoArea .regularDelivery .info .icoDown:after { content:""; display:inline-block; position:absolute; bottom:2px; left:-2px; padding:4px; border:solid #ff5454; border-width:0 1px 1px 0; transform:rotate(45deg); -webkit-transform:rotate(45deg); }

#prdDetail img { max-width:100% !important; height:auto !important; }
#prdDetail .cont { font-size:14px; line-height:1.6em; }

.xans-product-additional {}
.xans-product-additional .cont { padding:0 0 0 0; color:#333; line-height:18px; }
.xans-product-additional .cont h3 { margin:0 0 20px; color:#444; font-size:12px; display:none; }
.xans-product-additional .cont img { width:100% !important; }
.xans-product-additional .edibot-product-detail { width:100% !important; } /* 에디봇 가로값 */

/* 가이드 */
.xans-product-additional .bsPrdinfoWrap { background-color:#fcfcfc; padding:50px 70px; margin:0 0 0 0; border-radius:0; }
.xans-product-additional .bsPrdinfoWrap .cont { color:#888; padding:46px 0 46px 0; font-size:14px; line-height:1.9em; }
.xans-product-additional .bsPrdinfoWrap .cont h3 { display:block; color:#333; font-size:20px; font-weight:400; }
.xans-product-additional .edibot-product-detail { width:100% !important; } /* 에디봇 가로값 */

/* 상품 게시판 */
.xans-product-additional .xans-product-review { padding:0 17%; }
.xans-product-additional .xans-product-qna { padding:0 17%; }
.xans-product-additional div.board { padding:0; color:#333; line-height:18px; }
.xans-product-additional div.board h3 { padding:65px 17% 15px; font-family:'Nanum Square','Noto Sans KR','맑은 고딕','Malgun Gothic',sans-serif; font-size:22px; font-weight:600; letter-spacing:0.06em; text-align:center; line-height:normal; }
.xans-product-additional div.board h4 { padding:10px 17% 10px; font-family:'Nanum Square','Noto Sans KR','맑은 고딕','Malgun Gothic',sans-serif; font-size:18px; font-weight:600; letter-spacing:0.06em; text-align:left; line-height:normal; }
.xans-product-additional div.board p.desc { padding:0 10px 0 9px; display:none; }
.xans-product-additional div.board p.nodata { margin:15px 17% 0; border:1px solid #eee; border-left:0; border-right:0; font-size:15px; font-weight:400; color:#333; line-height:100px; text-align:center; letter-spacing:0.06em; }
.xans-product-additional div.board td .view { padding:30px 19px 10px; line-height:1.8em; text-align:left; font-size:15px; }
.xans-product-additional div.board td .view img { max-width:100%; margin-bottom:14px; }

.xans-product-additional div.board .ec-base-table table thead { display:none; }
.xans-product-additional div.board .ec-base-table table { border:1px solid #eee; border-left:0; border-right:0; }
.xans-product-additional div.board .ec-base-table td { border-top:1px solid #eee; }
.xans-product-additional div.board .ec-base-table td.subject { font-size:15px !important; }
.xans-product-additional div.board .ec-base-table td.subject img { padding:0 1px; }
.xans-product-additional div.board .ec-base-table.typeList table { border-top:1px solid #eee; }
.xans-product-additional div.board .ec-base-table.typeList td { padding:23px 10px 22px; font-size:13px; }

.xans-product-additional div.board .ec-base-button.typeBorder { border:0; padding:10px 17% 45px 0; } /* 글쓰기 버튼 */
.xans-product-additional div.board .ec-base-button.typeBorder a { padding:7px 16px; }
.xans-product-additional .txtWarn { color:#aaa; }
.xans-product-additional .ec-base-paginate.bsPaginate { margin:5px auto 70px; }

/* 첨부파일 이미지 */
.xans-product-additional div.board .ec-base-table.typeList td.subject { position:relative; padding-right:53px; }
.xans-product-additional div.board .ec-base-table.typeList td.subject .bs { position:absolute; top:50%; right:10px; width:34px; height:34px; margin:-17px 0 0 0; border-radius:50%; opacity:1; }

/* 권한없을시 */
.xans-product-additional .noAccess { margin:15px 0 0; border:1px dotted #d7d5d5; border-left:0; border-right:0; font-weight:400; color:#333; line-height:49px; text-align:center; letter-spacing:0.06em; }

#commentWriteForm_4,
#commentWriteForm_6 { padding:0 19px; }
#SecretForm_4,
#SecretForm_6 { background:#fbf9fa; }
#SecretForm_4 .view,
#SecretForm_6 .view { padding:8px 0 7px; }
#SecretForm_4 input,
#SecretForm_6 input { width:41px; height:24px; margin:0 0 0 6px; border:0; font-size:0; line-height:0; cursor:pointer; background:url("//img.echosting.cafe24.com/skin/base_ko_KR/board/btn_ico_submit.gif") no-repeat 0 0; }
#SecretForm_4 input#secure_password,
#SecretForm_6 input#secure_password { width:130px; height:18px; margin-left:11px; padding:2px 2px 2px 4px; border:1px solid #d9d9d9; font-size:12px; line-height:14px; cursor:text; background:#fff; }
#product-review-read td,
#product-qna-read td { padding:0; }
#product-review-read td #SecretForm_4 .view { padding-left:79px; }
#product-qna-read td #SecretForm_6 .view { padding-left:213px; }

.xans-product-additional .boardComment { padding:0 19px 20px; }
.xans-product-additional .boardComment li { position:relative; overflow:hidden; margin:-1px 0 0 0; padding:10px 0 0; border:1px solid #ddd; color:#333; background:#fff; text-align:left; line-height:14px; }
.xans-product-additional .boardComment li:first-child { margin-top:0; }
.xans-product-additional .boardComment li .comment { margin:9px 0 0; padding:3px 13px 15px 13px; font-size:15px; line-height:1.8em; word-break:break-all; }
.xans-product-additional .boardComment li .name { margin:0 21px 0 13px; color:#999; font-weight:normal; }
.xans-product-additional .boardComment li .name a { font-size:13px; color:#999; }
.xans-product-additional .boardComment li .name input { width:13px; height:13px; margin:0 2px 0 0; vertical-align:-2px; *vertical-align:2px; }
.xans-product-additional .boardComment li .date { margin:0 10px 0 0; font-size:13px; color:#999; }
.xans-product-additional .boardComment li .grade { margin:0 10px 0 0; }
.xans-product-additional .boardComment li .button { position:absolute; right:9px; top:9px; }

.xans-product-additional .memoCont { margin:20px 0; padding:10px 20px 15px 20px; border:1px solid #e9e9e9; color:#353535; text-align:left; background:#fafafa; }
.xans-product-additional .memoCont .user { overflow:hidden; padding:0 90px 0 0; }
.xans-product-additional .memoCont .user input[type=text],
.xans-product-additional .memoCont .user input[type=password] { width:135px; margin:0 10px 0 9px; }
.xans-product-additional .memoCont .user .secret { margin:0 20px 0 10px; }
.xans-product-additional .memoCont .user .secret label { margin:0; }
.xans-product-additional .memoCont .user textarea { float:left; width:99%; padding:2px 0; height:44px; text-indent:4px; *margin-right:10px; }
.xans-product-additional .memoCont .user a { float:right; margin:0 -90px 0 0; }
.xans-product-additional .memoCont .nameArea { display:block; margin:0 0 10px; }
.xans-product-additional .memoCont .nameArea .ec-base-help { margin-top:10px; }
.xans-product-additional .memoCont .rating { margin:12px 0 0; }
.xans-product-additional .memoCont .rating label { padding:0 10px 0 0; }
.xans-product-additional .memoCont .rating em { font-style:normal; }
.xans-product-additional .memoCont .text { margin:5px 0 0; font-size:11px; }
.xans-product-additional .memoCont .text span { color:#008bcc; }
.xans-product-additional .memoCont .captcha { margin:8px 0 0; padding:10px 0 0; color:#757575; }
.xans-product-additional .memoCont .captcha img { vertical-align:middle; }
.xans-product-additional .memoCont .captcha input { margin:0 10px 0 20px; font-size:12px; }

.xans-product-additional table.board td .view + form .memoCont { margin-top:0; }
.xans-product-additional .memoCont .btnEm { background-color:#333; font-weight:400; }
.xans-product-additional .memoCont .btnEm:hover { background-color:#f3f3f3; color:#333; border:1px solid #ddd; } /* 댓글 확인 버튼 */
html.ie8 .xans-product-additional .memoCont [class^='btn'].sizeL { min-width:48px; } /* ie8 댓글 확인버튼 */

/* 댓글의 댓글 */
.xans-product-additional .boardComment li.replyArea { margin:-1px 0 0; padding:10px 0 12px 33px; border:1px solid #ddd; background:#fff url("//ecimg.cafe24img.com/pg170b75670373015/hyysik/web/upload/badasonamu/image/icon/ico_comment.gif") no-repeat 18px 9px; }
.xans-product-additional .boardComment li.replyArea .commentSecret { margin-right:30px; }
.xans-product-additional .boardComment li.replyArea .comment { margin:10px 13px 0 0; padding:0; border-top:0; }
.xans-product-additional .boardComment li.replyArea .name { margin-left:0; }

/* 미성년자 */
.xans-product-additional .minor { margin:15px 0 0; padding:35px 0 24px; border:1px solid #d7d5d5; font-weight:bold; color:#333; line-height:14px; text-align:center; }
.xans-product-additional .minor p:first-child img { margin:-11px 8px 0 0; vertical-align:top; }
.xans-product-additional .minor strong { color:#008bcc; }
.xans-product-additional .minor .button { margin:-7px 0 0; }

/* 비밀글 관련 */
.xans-product-additional .commentSecret { margin:10px 10px 5px 0; padding:10px 15px; border:1px solid #e9e9e9; background-color:#fbfafa; color:#353535; }
.xans-product-relation .relation { padding:0; color:#8f8f91; line-height:1.8em; }
.xans-product-relation .relation h3 { padding:0 10px 0 9px; color:#444; font-size:13px; display:none; }
.xans-product-relation .relation ul.prdList { display:table; width:100%; min-width:756px; margin:0 0 0; font-size:0; line-height:0; }
.xans-product-relation .relation ul.prdList img { vertical-align:middle; }
.xans-product-relation .relation ul.prdList li.item { display:inline-block; width:20%; margin:0; color:#757575; vertical-align:top; *display:inline; *zoom:1; }
.xans-product-relation .relation ul.prdList li.item .box { position:relative; width:100%; margin:0 auto; font-size:15px; line-height:18px; }
.xans-product-relation .relation ul.prdList li.item .box p { padding:11px 0 10px; font-size:16px; letter-spacing:0.03em; }
.xans-product-relation .relation ul.prdList li.item .box strong { display:block; margin:0; padding:0 0 5px; color:#333; font-weight:700; }
.xans-product-relation .relation ul.prdList li.item .box .salePrice strong { color:#333; }
.xans-product-relation .relation ul.prdList li.item .box .strike { font-weight:normal; text-decoration:line-through; }
.xans-product-relation .relation ul.prdList li.item .thumb { width:100%; height:auto; margin:0; }

.xans-product-relation .relation ul.prdList li.item .box .bsRelationOver { position:absolute; top:0; width:100.5%; height:100.5%; filter:alpha(opacity=90); opacity:0.95; display:none; }
.xans-product-relation .relation ul.prdList li.item .box .bsRelationOver > div { display:table; table-layout:fixed; width:100%; height:100%;  background-color:#fff; text-align:center; }
.xans-product-relation .relation ul.prdList li.item .box .bsRelationOver > div > a  { display:table-cell; width:100%; height:100%; vertical-align:middle; padding:0 10px; }


.xans-coupon-productdetail { clear:both; overflow:hidden; }
.xans-coupon-productdetail > .title { position:relative; border-top:1px solid #e8e8e8; border-bottom:1px solid #e8e8e8; display:none; }
.xans-coupon-productdetail > .title h3 { padding:0 0 0 9px; font-size:12px; color:#333; line-height:39px; }
.xans-coupon-productdetail > .title .button { position:absolute; top:7px; right:0; padding:0 0 0 7px; background:#fff; }

.xans-coupon-productdetail .couponSkinArea { padding:110px 0 0; text-align:center; }
.xans-coupon-productdetail .couponSkinArea ul { zoom:1; margin:0 auto; padding:0; text-align:center; }
.xans-coupon-productdetail .couponSkinArea ul:after { content:""; display:block; clear:both; }
.xans-coupon-productdetail .couponSkinArea ul li { display:inline-block; width:290px; padding:0; list-style:none; }
.xans-coupon-productdetail .couponSkinArea ul.grid1 { width:290px; }
.xans-coupon-productdetail .couponSkinArea ul.grid2 { width:624px; }
.xans-coupon-productdetail .couponSkinArea ul.grid2 li { margin:0 10px; }
.xans-coupon-productdetail .couponSkinArea ul.grid3 { width:936px; }
.xans-coupon-productdetail .couponSkinArea ul.grid3 li { margin:0 10px; }
.xans-coupon-productdetail .couponSkinArea .coupon { width:290px; height:155px; margin-bottom:30px; font-size:12px; line-height:1.5; text-align:center; border-radius:10px; background-color:#fafafa; background-repeat:no-repeat; }
.xans-coupon-productdetail .couponSkinArea .coupon img { border:0; }
.xans-coupon-productdetail .couponSkinArea .coupon p { margin:0; padding:0; }
.xans-coupon-productdetail .couponSkinArea .coupon .title { display:block; padding:10px 0 10px; color:#999; font-size:11px; line-height:15px; letter-spacing:0.06em; text-align:center; font-weight:normal; border-radius:10px 10px 0 0; background-color:#e7e7e7; }
.xans-coupon-productdetail .couponSkinArea .coupon .discount { padding:30px 0 0 0; line-height:28px; color:#333; font-weight:400; text-align:center; text-decoration:none; text-decoration:none; }
.xans-coupon-productdetail .couponSkinArea .coupon .discount span { font-size:19px; }
.xans-coupon-productdetail .couponSkinArea .coupon .period { padding:10px 0 0 0; font-size:11px; line-height:13px; color:#bbb; font-weight:400; text-align:center; }
.xans-coupon-productdetail .couponSkinArea .coupon .button { margin:13px 13px 0 0; text-align:right; }
.xans-coupon-productdetail .couponSkinArea .coupon .button a { font-size:11px; color:#555; }
.xans-coupon-productdetail .couponSkinArea .coupon .button a:hover { color:#aaa; }
.xans-coupon-productdetail .couponSkinArea .imgCoupon .title,
.xans-coupon-productdetail .couponSkinArea .imgCoupon .discount,
.xans-coupon-productdetail .couponSkinArea .imgCoupon .period,
.xans-coupon-productdetail .couponSkinArea .imgCoupon .button { display:none; }
.xans-coupon-productdetail .couponSkinArea .imgCoupon .detail { height:100%; }
.xans-coupon-productdetail .couponSkinArea > div a.btnNormal { padding:10px 12px; margin:20px 0 0 0; border-radius:4px; font-size:11px; }

/* 쿠폰정보 레이어 */
#dCouponDetail { overflow:hidden; position:relative; width:398px; border:1px solid #757575; background:#fff; box-shadow:5px 5px 5px #d3d3d3; }
#dCouponDetail h3 { height:45px; line-height:45px; padding:0 35px 0 19px; color:#fff; font-size:14px; background:#333; }
#dCouponDetail h3 + a { position:absolute; right:15px; top:16px; }
#dCouponDetail ul { padding:11px 5px 2px 15px; margin:25px 19px; background:#fff; }
#dCouponDetail ul li { margin:7px 0 0; font-size:13px; color:#333; line-height:18px; }
#dCouponDetail ul li:first-child { margin-top:0; }
#dCouponDetail ul + a { display:block; padding:0 0 32px; text-align:center; background:#fff; }
@charset "utf-8";

/* **************************** //필수 CSS 수정 및 삭제 불가 **************************** */

/* tag reset */

html,body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td,img { margin:0; padding:0; }
html { width:100%; height:100%; }
html#mainScrollbar { overflow:hidden; } /* 로더 적용시 스크롤바 숨김 */
body,code { font:0.80em 'Poppins','Noto Sans KR','맑은 고딕','Malgun Gothic',Verdana,Dotum,AppleGothic,sans-serif; color:#333; background:#fff; }
body { min-width:950px; } /* 모바일뷰 풀페이지 하단여백 min-width:1240px; */
body#popup { min-width:0; }
li { list-style:none; }
img,fieldset { border:none; vertical-align:top; }
table { width:100%; border:0; border-spacing:0; border-collapse:collapse; }
caption { display:none; }
th,td { border:0; vertical-align:top; }
button { overflow:visible; padding:0; margin:0; border:0; cursor:pointer; font-family:'Poppins','Noto Sans KR','맑은 고딕','Malgun Gothic',sans-serif; }
hr.layout { display:none; }
a { text-decoration:none; color:#333; } /* ie8 background-image:url("//kkamaeyo.com/about:blank"); 사파리 문제로 변경됨 */
a:hover { text-decoration:none; }
a:active { text-decoration:none; }
.objHidden { visibility:hidden; position:absolute; left:-1000px; top:-1000px; height:0; width:0; }
#content_CONTAINER table, #bi_inquire_content_CONTAINER table { border:0; margin:0 0 -1px; }
#content_CONTAINER table:before, #bi_inquire_content_CONTAINER table:before { display:none; }
#content_CONTAINER td, #bi_inquire_content_CONTAINER td { width:auto !important; padding:0; }
table.nneditor-table { width:auto !important; }

/* BS 로더 */
#bsLoader { position:fixed; top:0; left:0; width:100%; height:100%; background-color:#fff; visibility:visible; opacity:1.0; z-index:101; transition: all 0.25s ease; }
html.bsLoaderOn #bsLoader { visibility:hidden; opacity:0.0; }

/* 결제진행바 */
#progressPaybarBackground { position:absolute; z-index:99; left:0; top:0; width:100%; height:100%; }
#progressPaybarView { position:absolute; z-index:100; top:160px; left:20px; width:471px; font-size:12px; }
#progressPaybarView .box { height:180px; background:url(//img.cafe24.com/images/ec_hosting/popup/layer_guide/bg_layer_box1.gif) 0 0 no-repeat; }
#progressPaybarView .box .graph { padding:15px 0 0 0; text-align:center;}
#progressPaybarView .box .graph span { display:block; text-align:center; margin:20px 0; }
#progressPaybarView .box .txt { text-align:center; padding:15px 0 0; color:#555555; }
div.layerProgress { filter:alpha(opacity=40); opacity:0.4; -moz-opacity:0.4; background-color:#999; }

/* contents */
#skipNavigation {position:absolute; top:0; left:0; z-index:100; width:100%; height:0;}
#skipNavigation p, #skipNavigation ul, #skipNavigation ul li {height:0;}
#skipNavigation p a {position:absolute; left:0; top:0; display:block; overflow:hidden; width:1px; height:1px; margin-left:-1px; margin-bottom:-1px; text-align:center; color:#000; white-space:nowrap;}
#skipNavigation p a:focus, #skipNavigation p a:hover, #skipNavigation p a:active {width:100%; height:auto; padding:10px 0; background:#c4122f; color:#fff; z-index:100;}

.displaynone { display:none; }
.dimmed { position:fixed; top:0; left:0; z-index:99; width:100%; height:100%; background:#fff; opacity:0.8; filter:alpha(opacity=80); }

/* BS */
a:focus,input:focus,img:focus,embed:focus,map:focus,button { outline:none; }
body { -webkit-text-size-adjust:none; -moz-text-size-adjust:none; -ms-text-size-adjust:none; }

/* 웹폰트 Nanum Square */
@font-face {
  font-family: 'Nanum Square';
  src: url("//kkamaeyo.com/web/upload/badasonamu/source/font/NanumSquareR.eot");
  src: 
       url("//kkamaeyo.com/web/upload/badasonamu/source/font/NanumSquareR.eot?#iefix") format('embedded-opentype'),
       url("//kkamaeyo.com/web/upload/badasonamu/source/font/NanumSquareR.woff2") format('woff2'),
       url("//kkamaeyo.com/web/upload/badasonamu/source/font/NanumSquareR.woff") format('woff'),       
       url("//kkamaeyo.com/web/upload/badasonamu/source/font/NanumSquareR.ttf") format('truetype');
  font-style: normal;
  font-weight: 400;
}

@font-face {
  font-family: 'Nanum Square';
  src: url("//kkamaeyo.com/web/upload/badasonamu/source/font/NanumSquareB.eot");
  src: 
       url("//kkamaeyo.com/web/upload/badasonamu/source/font/NanumSquareB.eot?#iefix") format('embedded-opentype'),
       url("//kkamaeyo.com/web/upload/badasonamu/source/font/NanumSquareB.woff2") format('woff2'),
       url("//kkamaeyo.com/web/upload/badasonamu/source/font/NanumSquareB.woff") format('woff'),       
       url("//kkamaeyo.com/web/upload/badasonamu/source/font/NanumSquareB.ttf") format('truetype');
  font-style: normal;
  font-weight: 700;
}

@font-face {
  font-family: 'Nanum Square';
  src: url("//kkamaeyo.com/web/upload/badasonamu/source/font/NanumSquare_acEB.eot");
  src: 
       url("//kkamaeyo.com/web/upload/badasonamu/source/font/NanumSquare_acEB.eot?#iefix") format('embedded-opentype'),
       url("//kkamaeyo.com/web/upload/badasonamu/source/font/NanumSquare_acEB.woff2") format('woff2'),
       url("//kkamaeyo.com/web/upload/badasonamu/source/font/NanumSquare_acEB.woff") format('woff'),       
       url("//kkamaeyo.com/web/upload/badasonamu/source/font/NanumSquare_acEB.ttf") format('truetype');
  font-style: normal;
  font-weight: 800;
}

/* 웹폰트 Noto Sans KR */
@font-face {
  font-family: 'Noto Sans KR';
  src: url("//kkamaeyo.com/web/upload/badasonamu/source/font/notokr-light.eot");
  src: 
       url("//kkamaeyo.com/web/upload/badasonamu/source/font/notokr-light.eot?#iefix") format('embedded-opentype'),
       url("//kkamaeyo.com/web/upload/badasonamu/source/font/notokr-light.woff2") format('woff2'),
       url("//kkamaeyo.com/web/upload/badasonamu/source/font/notokr-light.woff") format('woff'),       
       url("//kkamaeyo.com/web/upload/badasonamu/source/font/notokr-light.ttf") format('truetype');
  font-style: normal;
  font-weight: 300;
}

@font-face {
  font-family: 'Noto Sans KR';
  src: url("//kkamaeyo.com/web/upload/badasonamu/source/font/notokr-regular.eot");
  src: 
       url("//kkamaeyo.com/web/upload/badasonamu/source/font/notokr-regular.eot?#iefix") format('embedded-opentype'),
       url("//kkamaeyo.com/web/upload/badasonamu/source/font/notokr-regular.woff2") format('woff2'),
       url("//kkamaeyo.com/web/upload/badasonamu/source/font/notokr-regular.woff") format('woff'),       
       url("//kkamaeyo.com/web/upload/badasonamu/source/font/notokr-regular.ttf") format('truetype');
  font-style: normal;
  font-weight: 400;
}

@font-face {
  font-family: 'Noto Sans KR';
  src: url("//kkamaeyo.com/web/upload/badasonamu/source/font/notokr-medium.eot");
  src: 
       url("//kkamaeyo.com/web/upload/badasonamu/source/font/notokr-medium.eot?#iefix") format('embedded-opentype'),
       url("//kkamaeyo.com/web/upload/badasonamu/source/font/notokr-medium.woff2") format('woff2'),
       url("//kkamaeyo.com/web/upload/badasonamu/source/font/notokr-medium.woff") format('woff'),       
       url("//kkamaeyo.com/web/upload/badasonamu/source/font/notokr-medium.ttf") format('truetype');
  font-style: normal;
  font-weight: 600;
}

/* 웹폰트 Poppins */
@font-face {
  font-family: 'Poppins';
  src: url("//kkamaeyo.com/web/upload/badasonamu/source/font/Poppins-Regular.eot");
  src: 
       url("//kkamaeyo.com/web/upload/badasonamu/source/font/Poppins-Regular.eot?#iefix") format('embedded-opentype'),
       url("//kkamaeyo.com/web/upload/badasonamu/source/font/Poppins-Regular.woff2") format('woff2'),
       url("//kkamaeyo.com/web/upload/badasonamu/source/font/Poppins-Regular.woff") format('woff'),       
       url("//kkamaeyo.com/web/upload/badasonamu/source/font/Poppins-Regular.ttf") format('truetype');
  font-style: normal;
  font-weight: 400;
}

@font-face {
  font-family: 'Poppins';
  src: url("//kkamaeyo.com/web/upload/badasonamu/source/font/Poppins-Medium.eot");
  src: 
       url("//kkamaeyo.com/web/upload/badasonamu/source/font/Poppins-Medium.eot?#iefix") format('embedded-opentype'),
       url("//kkamaeyo.com/web/upload/badasonamu/source/font/Poppins-Medium.woff2") format('woff2'),
       url("//kkamaeyo.com/web/upload/badasonamu/source/font/Poppins-Medium.woff") format('woff'),       
       url("//kkamaeyo.com/web/upload/badasonamu/source/font/Poppins-Medium.ttf") format('truetype');
  font-style: normal;
  font-weight: 600;
}

@font-face {
  font-family: 'Poppins';
  src: url("//kkamaeyo.com/web/upload/badasonamu/source/font/Poppins-SemiBold.eot");
  src: 
       url("//kkamaeyo.com/web/upload/badasonamu/source/font/Poppins-SemiBold.eot?#iefix") format('embedded-opentype'),
       url("//kkamaeyo.com/web/upload/badasonamu/source/font/Poppins-SemiBold.woff2") format('woff2'),
       url("//kkamaeyo.com/web/upload/badasonamu/source/font/Poppins-SemiBold.woff") format('woff'),       
       url("//kkamaeyo.com/web/upload/badasonamu/source/font/Poppins-SemiBold.ttf") format('truetype');
  font-style: normal;
  font-weight: 700;
}

@font-face {
  font-family: 'Poppins';
  src: url("//kkamaeyo.com/web/upload/badasonamu/source/font/Poppins-Bold.eot");
  src: 
       url("//kkamaeyo.com/web/upload/badasonamu/source/font/Poppins-Bold.eot?#iefix") format('embedded-opentype'),
       url("//kkamaeyo.com/web/upload/badasonamu/source/font/Poppins-Bold.woff2") format('woff2'),
       url("//kkamaeyo.com/web/upload/badasonamu/source/font/Poppins-Bold.woff") format('woff'),       
       url("//kkamaeyo.com/web/upload/badasonamu/source/font/Poppins-Bold.ttf") format('truetype');
  font-style: normal;
  font-weight: 800;
}

@font-face {
  font-family: 'Poppins';
  src: url("//kkamaeyo.com/web/upload/badasonamu/source/font/Poppins-Black.eot");
  src: 
       url("//kkamaeyo.com/web/upload/badasonamu/source/font/Poppins-Black.eot?#iefix") format('embedded-opentype'),
       url("//kkamaeyo.com/web/upload/badasonamu/source/font/Poppins-Black.woff2") format('woff2'),
       url("//kkamaeyo.com/web/upload/badasonamu/source/font/Poppins-Black.woff") format('woff'),       
       url("//kkamaeyo.com/web/upload/badasonamu/source/font/Poppins-Black.ttf") format('truetype');
  font-style: normal;
  font-weight: 900;
}

/* **************************** 필수 CSS 수정 및 삭제 불가 **************************** */
@charset "utf-8";

/* Layout */
#header { position:fixed; top:0; left:0; width:100%; height:125px; padding:0 0 0 0; box-sizing:border-box; background-image:url("//ecimg.cafe24img.com/pg170b75670373015/hyysik/web/upload/badasonamu/image/bg/bs_bg_transparent.png"); z-index:95; transition: background 0.25s ease-in-out; } /* ie8 background-image:url("//kkamaeyo.com/about:blank"); 사파리 문제로 변경됨 */
#header .inner { position:relative; min-width:950px; margin:0 auto; *zoom:1; } /* 모바일뷰 풀페이지 하단여백 min-width:1240px; */
#header .inner:after { content:""; display:block; clear:both; }
#header .topArea { height:125px; padding:0; *zoom:1; }
#header .topArea:after { content:""; display:block; clear:both; }

/* 메인메뉴 배경 */
#header.bsMainMenuBG { background-color:rgba(255, 255, 255, 0); }
#header.bsMainMenuBG:hover { background-color:rgba(255, 255, 255, 0.90); }

/* 메인메뉴 배경 ie8 */
html.ie8 #header.bsMainMenuBG { background-image:url("//ecimg.cafe24img.com/pg170b75670373015/hyysik/web/upload/badasonamu/image/bg/bs_bg_transparent.png"); } 
html.ie8 #header.bsMainMenuBG:hover { background-image:url("//ecimg.cafe24img.com/pg170b75670373015/hyysik/web/upload/badasonamu/image/bg/bs_bg_white_90.png"); }

#wrap { position:relative; margin:0; }
#container { margin:0; *zoom:1; }
#container:after { content:""; display:block; clear:both; }

#contents { max-width:1230px; margin:0 auto; padding:0 50px; }  /* 모바일뷰 풀페이지 하단여백 width:1230px; */
#contents.bsWidth100 { max-width:100%; padding:0; } /* 모바일뷰 풀페이지 하단여백 width:100%; */

#footer { position:relative; padding:80px 0 0 0; }
#footer .inner { overflow:hidden; position:relative; margin:0 auto;  padding:40px 0 7px; *zoom:1; background-color:#fff; } /* 모바일뷰 풀페이지 하단여백 min-width:1240px; */
#footer .inner:after {  content:""; display:block; clear:both; }

/* Main */
#boardArea { overflow:hidden; margin:50px 0 0; border-top:1px solid #d8d8d8; }
#bannerArea { margin:22px 0 0; }
#bannerArea h2 { margin:0 0 16px; font-weight:normal; font-size:20px; color:#2e2e2e; text-align:center; }

/* 탐색경로바 */
.path { overflow:hidden; height:30px; line-height:30px; *zoom:1; display:none; }
.path span { overflow:hidden; position:absolute; width:0; height:0; white-space:nowrap; text-indent:100%; }
.path ol { float:right; }
.path li { float:left; padding:0 0 0 4px; margin:0 0 0 8px; color:#777; }
.path li:first-child { background:none; }
.path li a { color:#777; }
.path li strong,
.path li strong a { color:#222; }

/* BS 탐색경로바 */
.bsPath { position:absolute; top:0; left:0; height:30px; line-height:30px; *zoom:1; }
.bsPath span { overflow:hidden; position:absolute; width:0; height:0; white-space:nowrap; text-indent:100%; }
.bsPath ol { float:right; }
.bsPath li { float:left; padding:0 5px 0 0; margin:0 5px 0 0; color:#777; }
.bsPath li a { color:#333; text-transform:capitalize; letter-spacing:0.03em; }
.bsPath li a:before { content:">"; padding:0 10px 0 0; color:#ccc; font-size:10px; }
.bsPath li:first-child a:before { content:""; padding:0; }
.bsPath li strong,
.bsPath li strong a { color:#222; }

/* 타이틀 */
.titleArea { min-height:30px; margin:10px 0 40px; text-align:center; }
.titleArea h2 { display:inline-block; font-family:'Poppins','Nanum Square','Noto Sans KR','맑은 고딕','Malgun Gothic',sans-serif; color:#222; font-size:25px; font-weight:600; letter-spacing:0.06em; word-spacing:5px; text-transform:uppercase; *display:inline; }
.titleArea p { margin:0; padding:13px 0 0 0; font-size:13px; color:#999; height:30px; line-height:30px; letter-spacing:0.06em; display:none; }
.titleArea ul { padding:15px 0; color:#aaa; line-height:20px; letter-spacing:0.03em; }
.titleArea ul li { position:relative; padding:0 0 0 9px; }
.titleArea ul li:before { display:block; position: absolute; top:50%; left:0; content:""; width:2px; height:2px; margin:-2px 0 0 0; background:#939393; }

/* 타이틀 트리거 */
.titleArea h2,
.xans-product-menupackage .title h2 { transition:transform 1.3s ease, opacity 1.3s ease; transform:translate(-40px,0); opacity: 0.0; }
html.bsScrollTrigger .titleArea h2,
html.bsScrollTrigger .xans-product-menupackage .title h2 { transform:translate(0,0); opacity:1.0; }

/* 퀵뷰 모달 */
#modalBackpanel { display:none; position:absolute; top:0; left:0; z-index:10000; width:100%; height:100%; background:#000; }
#modalContainer { display:none; position:absolute; top:100px; left:100px; z-index:10001; width:975px; height:720px; border:1px solid #333; background:#fff; }
#modalContainer #modalContent { width:100%; height:100%; }
/* Font */
.txtInfo { color:#707070; }
.txtWarn { color:#f76560; }
.txtEm { color:#008bcc; }
.txtDel, .strike, .discount { text-decoration:line-through; font-weight:normal; }
.strike strong, .discount strong { font-weight:normal; }
.txtNormal { font-weight:normal; font-style:normal; }
.txtNum { display:inline-block; font-size:11px; color:#999; word-break:normal; }
.txt11 { font-size:11px; }
.txt12 { font-size:12px; }
.txt13 { font-size:13px; }
.txt14 { font-size:14px; }
.txt16 { font-size:16px; }
.txt18 { font-size:18px; letter-spacing:-1px; }
.txtIcon { font-size:12px; font-style:normal; }
.txtBreak { word-break:break-all; word-wrap:break-word; }
  /* JP, TW, CN */
  html:lang(ja) .txt11,
  html:lang(zh) .txt11,
  html:lang(zh-tw) .txt11 { font-size:12px; }

/* grid */
.gBlank5 { display:block; margin-top:5px; }
.gBlank10 { display:block; margin-top:10px; }
.gBlank20 { display:block; margin-top:20px; }
.gBlank30 { display:block; margin-top:30px; }
.gIndent10 { margin-left:10px; }
.gIndent20 { margin-left:20px; }
.gSpace10 { margin-right:10px; }
.gSpace20 { margin-right:20px; }
.gMerge { position:relative; z-index:1; margin-top:-1px; }

/* ec-base-qty */
.ec-base-qty { position:relative; display:inline-block; width:50px; margin:0 1px 0 0; text-align:left; }
.ec-base-qty input[type="text"] { width:22px; height:23px; padding:0 0 0 5px; line-height:25px; border:1px solid #d4d8d9; border-radius:3px 0 0 3px; }
.ec-base-qty .up { position:absolute; left:27px; top:0; }
.ec-base-qty .down { position:absolute; left:27px; bottom:0; }

/* ec-base-chk */
.ec-base-chk { display:inline-block; position:relative; margin:0 8px 0 0; width:22px; height:22px; vertical-align:top; cursor:pointer; }
.ec-base-chk input { z-index:1; position:absolute; top:0; left:0; width:100%; height:100%; opacity:0; cursor:pointer; }
.ec-base-chk .checkbox { position:absolute; top:0; left:0; width:100%; height:100%; background:url("//img.echosting.cafe24.com/skin/base/common/bg_join_check.png") no-repeat 0 0; }
.ec-base-chk input:checked + .checkbox { background-position:-34px 0; }

/* Form */
input,select,textarea { font-size:100%; font-family:'Poppins','Noto Sans KR','맑은 고딕','Malgun Gothic','돋움', Dotum; color:#333; vertical-align:middle; }
input[type=radio],
input[type=checkbox] { width:13px; height:13px; border:0; }
input[type=text],
input[type=password] { height:18px; line-height:20px; padding:2px 4px; border:1px solid #ddd; color:#333; font-size:12px; }
input[type=radio] + label, input[type=checkbox] + label { margin:0 4px 0 2px; }
select { height:24px; border:1px solid #ddd; }
textarea { padding:5px 6px; border:1px solid #ddd; line-height:1.5; }
input:-ms-input-placeholder, textarea:-ms-input-placeholder { color:#c1c1c1; }
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder { color:#c1c1c1; }
input::-moz-placeholder, textarea::-moz-placeholder { color:#c1c1c1; opacity:1; }
legend { visibility:hidden; position:absolute; left:-9999px; top:-9999px; width:0; height:0; line-height:0; }

table tr.radioType input,
span.noBorder input { border:none !important; width:auto !important; height:auto !important; margin:0 3px 0 0 !important; vertical-align:middle !important; background:none !important; }

.gLabel { display:inline-block; }
.gLabel label { margin-right:20px; line-height:22px; }
.fWidthFull input[type=text] { width:100%; height:24px; -webkit-box-sizing:border-box; -moz-webkit-box:border-box; box-sizing:border-box; }
.fWidthFull textarea { width:100%; -webkit-box-sizing:border-box; -moz-webkit-box:border-box; box-sizing:border-box; }
.fList.typeHor .gLabel { margin-right:20px; }
.fList.typeVer .gLabel { display:block; }

/* BS */
.bsDisplayNone { display:none !important; }
.bsOpacity100 { opacity:1.0 !important; }
.bsCursorPointer { cursor:pointer; }
.bsBorderRadius0 { border-radius:0 !important; }

.bsPaddingTop05 { padding-top:5px; }
.bsPaddingTop10 { padding-top:10px; }
.bsPaddingTop20 { padding-top:20px; }
.bsPaddingTop90 { padding-top:90px; }
.bsPaddingTop110 { padding-top:110px; }
.bsPaddingTop130 { padding-top:150px; }
.bsPaddingBottom5 { padding-bottom:5px !important; }
.bsPaddingBottom10 { padding-bottom:10px !important; }
.bsPaddingLeft01 { padding-left:1px !important; }
.bsPaddingRight0 { padding-right:0 !important; }

.bsFloatLeft { float:left; }
.bsFloatRight { float:right; }

.bsColor999 { color:#999; }

.bsTxt11 { font-size:11px !important; }
.bsTxt12 { font-size:12px !important; }
.bsTxt13 { font-size:13px !important; }
.bsTxt14 { font-size:14px !important; }
.bsTxt15 { font-size:15px !important; }
.bsTxt16 { font-size:16px !important; }
.bsTxt17 { font-size:17px !important; }
.bsTxt18 { font-size:18px !important; }
.bsTxt19 { font-size:19px !important; }
.bsTxt20 { font-size:20px !important; }

.bsLetterspacing03 { letter-spacing:0.03em !important; }
.bsLetterspacing06 { letter-spacing:0.06em !important; }
.bsLetterspacing10 { letter-spacing:0.10em !important; }
.bsLetterspacing20 { letter-spacing:0.20em !important; }

.bsBorderRadius02 { border-radius:2px; }
.bsBorderRadius50 { border-radius:50%; }



.ec-base-tooltip { display:none; z-index:2; position:absolute; top:24px; padding:15px; border:1px solid #565960; background:#fff;
    -webkit-box-shadow: 3px 3px 3px 0px rgba(0,0,0,0.15);
    -moz-box-shadow: 3px 3px 3px 0px rgba(0,0,0,0.15);
    box-shadow: 3px 3px 3px 0px rgba(0,0,0,0.15);
}
.ec-base-tooltip h3 { margin:0 0 8px; padding:0 10px; font-size:12px; border-bottom:0; background:url("//img.echosting.cafe24.com/skin/base/common/ico_layer_title.gif") no-repeat 0 50%; }
.ec-base-tooltip h3 + p { margin:0 5px 10px; }
.ec-base-tooltip h4 { margin:15px 10px 8px 5px; font-size:12px; }
.ec-base-tooltip h4:before { display:inline-block; content:""; margin:0 5px 0 0; width:3px; height:3px; background:#666; vertical-align:middle; }
.ec-base-tooltip .btnClose { position:absolute; right:14px; top:14px; }
.ec-base-tooltip .edge { z-index:20; position:absolute; left:50%; top:-6px; display:block; margin:0 0 0 -5px; width:10px; height:6px; }
.ec-base-tooltip .edge:before,
.ec-base-tooltip .edge:after { display:inline-block; content:""; position:absolute; top:0; width:0; height:0; border:solid transparent; }
.ec-base-tooltip .edge:before { margin:1px 0 0; border-bottom-color:#565960; border-width:0 5px 5px 5px; }
.ec-base-tooltip .edge:after { left:1px; margin:2px 0 0; border-bottom-color:#fff; border-width:0 4px 4px 4px; }
.ec-base-tooltip table th,
.ec-base-tooltip table td { padding:8px 10px 7px 10px; border:1px solid #e8e8e8; line-height:1.5em; }
.ec-base-tooltip table th { padding-right:0; background:#fbf9fa; }
.ec-base-tooltip table thead th { text-align:center; }
.ec-base-tooltip table tbody th { text-align:left; }
.ec-base-tooltip table .left { text-align:left; }
.ec-base-tooltip table .center { text-align:center; }
.ec-base-tooltip table .right { text-align:right; }
.ec-base-tooltip table .info { padding:0; color:#757575; }
.ec-base-tooltip table p.info:before,
.ec-base-tooltip table ul.info li:before { display:inline-block; content:""; margin:0 3px 0 0; width:4px; height:1px; background:#757575; vertical-align:middle; }
.ec-base-tooltip .info { padding:10px 10px 0; margin:5px 0 0; }
.ec-base-tooltip p.bullet,
.ec-base-tooltip ul.bullet { margin:8px 10px; }
.ec-base-tooltip p.bullet:before,
.ec-base-tooltip ul.bullet li:before { display:inline-block; content:""; margin:-3px 3px 0 0; width:0; height:0; border:solid transparent; border-left-color:#333; border-width:2px 0 2px 2px; vertical-align:middle; }
.ec-base-tooltip ul.bullet li { line-height:1.5em; }
.ec-base-tooltip .txtEm { color:#008bcc; }
.ec-base-tooltip .txtWarn { color:#f65b54; }

/* typeUpper */
.ec-base-tooltip.typeUpper { top:auto; bottom:34px; }
.ec-base-tooltip.typeUpper .edge { top:auto; bottom:-6px; }
.ec-base-tooltip.typeUpper .edge:before { margin:0 0 -5px; border-top-color:#565960; border-width:5px 5px 0 5px; }
.ec-base-tooltip.typeUpper .edge:after { left:1px; margin:0 0 -4px; border-top-color:#fff; border-width:4px 4px 0 4px; }
span.ec-base-help,
p.ec-base-help,
ul.ec-base-help li { margin:2px 9px; padding:1px 0 1px 20px; line-height:1.4; background:url('//img.echosting.cafe24.com/skin/base/common/ico_info.gif') no-repeat 0 2px; }

div.ec-base-help { margin:20px 0; border:1px solid #ddd; line-height:18px; }
div.ec-base-help > h2,
div.ec-base-help > h3 { padding:9px 0 6px 10px; border-bottom:1px solid #e8e7e7; color:#333; font-size:12px; background:#fafafa; }
div.ec-base-help .inner { padding:0 9px 12px; }
div.ec-base-help h4 { margin:22px 0 -4px; color:#404040; font-size:12px; font-weight:normal; }
div.ec-base-help h4:first-child { margin-top:13px; }
div.ec-base-help p { margin:15px 0 0 10px; color:#777; }
div.ec-base-help ul,
div.ec-base-help ol { margin:15px 0 0 11px; }
div.ec-base-help li { color:#777; }

/* number */
div.ec-base-help ol li { padding:0 0 0 25px; background:url('//img.echosting.cafe24.com/skin/base/common/ico_number.png') no-repeat; }
div.ec-base-help ol .item1 { background-position:-484px 0; }
div.ec-base-help ol .item2 { background-position:-434px -100px; }
div.ec-base-help ol .item3 { background-position:-384px -200px; }
div.ec-base-help ol .item4 { background-position:-334px -300px; }
div.ec-base-help ol .item5 { background-position:-284px -400px; }
div.ec-base-help ol .item6 { background-position:-234px -500px; }
div.ec-base-help ol .item7 { background-position:-184px -600px; }
div.ec-base-help ol .item8 { background-position:-134px -700px; }
div.ec-base-help ol .item9 { background-position:-84px -800px; }
div.ec-base-help ol .item10 { background-position:-34px -900px; }

/* typeDash */
div.ec-base-help ul li { padding:0 0 0 11px; background:url('//img.echosting.cafe24.com/skin/base/common/ico_dash.gif') no-repeat 0 7px; }
.ec-base-help.typeDash li { padding:0 0 0 11px; background:url("//img.echosting.cafe24.com/skin/base/common/ico_dash.gif") no-repeat 0 7px; }
.ec-base-tooltip .ec-base-help.typeDash li { margin:2px 0; }
.ec-base-product { margin:0 -10px 0; }
.ec-base-product .title { margin:0 0 17px; }
.ec-base-product .title h2 { font-weight:normal; font-size:20px; color:#333; text-align:center; display:none; }
.ec-base-product .title h3 { font-weight:normal; font-size:21px; color:#333; text-align:left; letter-spacing:0.03em; padding:0 0 15px 15px; }
.ec-base-product img { vertical-align:middle; }
.ec-base-product a[href^='/product/detail.html'] > img { border:1px solid #ececec; }

/* 오버시 상품 이미지 변경 */
.ec-base-product .prdImg .bsPrdImageOver, 
[class^='bx-slider'] .bsPrdImageOver { visibility:hidden; filter:alpha(opacity=0); opacity:0.0; position:absolute; top:0; left:0; transition:all 0.25s ease; } /* 메인화면 */
.ec-base-product .prdImg > a:hover .bsPrdImageOver,
[class^='bx-slider'] li > a:hover .bsPrdImageOver { visibility:visible; filter:alpha(opacity=100); opacity:1.0; } /* 메인화면 */

.ec-base-product .prdList { display:table; width:100%; min-width:756px; margin:-20px 0 0; font-size:0; line-height:0; }
.ec-base-product .prdList > li { position:relative; display:inline-block; margin:20px 0 50px; color:#757575; vertical-align:top; }

.ec-base-product .prdList .chk { position:absolute; top:-10px; left:0; right:0; display:block; margin:0 0 10px; }
.ec-base-product .prdList .thumbnail { position:relative; margin:10px 15px; text-align:center; }
.ec-base-product .prdList .thumbnail .prdImg { position:relative; }
.ec-base-product .prdList .thumbnail .prdImg > a img { width:100%; box-sizing:border-box; }
.ec-base-product .prdList .thumbnail .prdIcon { position:absolute; top:0; left:0; width:100%; height:100%; background-repeat:no-repeat; }
.ec-base-product .prdList .thumbnail .icon { position:absolute; bottom:-10px; right:10px; margin:0; vertical-align:middle; transition: all 0.50s ease; visibility:hidden; opacity:0.0; z-index:1; }
.ec-base-product .prdList .thumbnail .icon:after { content:""; display:block; clear:both; }
.ec-base-product .prdList .thumbnail:hover .icon { display:inline-block; bottom:10px; visibility:visible; opacity:1.0; }
.ec-base-product .prdList .thumbnail .promotion { position:absolute; top:10px; left:10px; }
.ec-base-product .prdList .thumbnail .promotion img { margin:0 4px 0 0; width:auto; max-height:20px; }
.ec-base-product.xans-product-listrecommend .prdList .thumbnail .promotion { display:none; } /* 추천상품 아이콘 숨김 */
.ec-base-product.xans-product-listnew .prdList .thumbnail .promotion { display:none; } /* 신상품 아이콘 숨김 */
.ec-base-product .prdList .thumbnail .button {}
.ec-base-product .prdList .thumbnail .button > span { display:inline-block; padding:0; vertical-align:middle; }
.ec-base-product .prdList .thumbnail .button > span > img { margin:0 0 0 -1px; border:1px solid #e8e8e8; }
.ec-base-product .prdList .thumbnail .button img { margin:0; cursor:pointer; }
.ec-base-product .prdList .thumbnail .button .option { display:inline-block; position:relative; }
.ec-base-product .prdList .thumbnail .button .option > a > img { border:1px solid #e8e8e8; }
.ec-base-product .prdList .thumbnail .button .bsWish {}
.ec-base-product .prdList .thumbnail .button .bsCart {}
.ec-base-product .prdList .thumbnail .button .bsNewWindow { display:none; }
.ec-base-product .prdList .thumbnail .button .bsNewWindow img { margin:0 0 0 -1px; border:1px solid #e8e8e8; }
.ec-base-product .prdList .thumbnail .button .bsZoom { display:none;  }

.ec-base-product .prdList .thumbnail .likeButton { margin:0; position:absolute; top:10px; right:10px; display:none; z-index:1; }
.ec-base-product .prdList .thumbnail .likeButton button { display:inline-block; padding:7px 15px; border:1px solid #e8e8e8; border-radius:15px; color:#333; line-height:1em; text-align:right; background-color:#fff; }
.ec-base-product .prdList .thumbnail .likeButton button span { display:inline-block; height:16px; line-height:18px; font-size:11px; vertical-align:middle; }
.ec-base-product .prdList .thumbnail .likeButton button img { margin:0 4px 0 0; vertical-align:middle; display:none; }
.ec-base-product .prdList .thumbnail .likeButton .title { padding:0 5px 0 0; margin:0; min-width:0; text-align:left;  }
.ec-base-product .prdList .thumbnail .likeButton.selected .title { color:#ef514c; }
.ec-base-product .prdList .thumbnail .likeButton.selected .count { color:#333; font-weight:400; }

.ec-base-product .prdList .thumbnail .bsIconProductBest { position:absolute; top:-22px; left:10px; }
.ec-base-product .prdList .thumbnail .bsIconProductNew { position:absolute; top:-19px; left:10px; }
.ec-base-product .prdList .thumbnail .bsDiscountRate { position:absolute; bottom:5px; left:13px; width:50px; height:50px; line-height:50px; font-size:16px; color:#333; font-weight:400; vertical-align:middle; z-index:1; } 
.ec-base-product .prdList .thumbnail .bsDiscountRate.bsDiscount_non { display:none; }

/* 할인율 배경 */
.ec-base-product .prdList .thumbnail .bsDiscountRate { bottom:10px; left:10px; width:40px; height:40px; line-height:40px;  border-radius:20%; font-size:13px; color:#333; background-color:rgb(255, 255, 255); background-color:rgba(255, 255, 255, 0.5); box-shadow:0 1px 4px rgba(0,0,0,0.09); } 

.ec-base-product .prdList .description { margin:0 auto; padding:0 15px; font-size:13px; line-height:1.7em; letter-spacing:0.00em; }
.ec-base-product .prdList .description .name { display:block; text-align:center; font-weight:400; padding:8px 0 13px 0; margin-bottom:15px; line-height:2.4em; letter-spacing:0.03em; }
.ec-base-product .prdList .description .name:after { position:relative; bottom:-15px; content:""; display:block; clear:both; width:100%; height:1px; background-color:#eee; background:linear-gradient(to right,#fff,#eee,#eee,#eee,#eee,#eee,#eee,#eee,#fff); } /* 상품명 아래 경계선 */
.ec-base-product .prdList .description .name span {}
.ec-base-product .prdList .description .name a { color:#2e2e2e; }
.ec-base-product .prdList .description .mileage { display:block; }
.ec-base-product .prdList .description span.grid { display:block; }

/* 타임세일 */
.ec-base-product .bs_time_sale { background-color:#fcfcfc; margin:15px 15px 10px; padding:12px 0; border:2px dashed #ccc; font-size:16px; color:#999; line-height:1.6em; text-align:center; display:none; }
.ec-base-product .spec li[rel="할인 기간"] { display:none; }
.ec-base-product .spec li[rel="할인판매가"] > span > span { background:#eee; padding:5px; border-radius:5px; margin:0 0 0 5px; display:none; }
.ec-base-product .prdList .thumbnail .bsDiscountRate2 { position:absolute; bottom:50px; left:10px; width:0; height:0; z-index:1; } 
.ec-base-product .prdList .thumbnail .bsDiscountRate2 span { display:inline-block; width:40px; height:40px;line-height:40px; border-radius:20%; background-color:rgb(255, 255, 255); background:rgba(255,255,255,0.5); box-shadow:0 1px 4px rgba(0,0,0,0.09); font-size:13px !important; font-weight:400; color:#333 !important; } 

.ec-base-product .bs_time_sale .bs_watch { position:relative; display:inline-block; width:18px; height:18px; border-radius:100%; border:2px solid #aaa; box-sizing:border-box; vertical-align:middle; display:none; }
.ec-base-product .bs_time_sale .bs_watch:before { content:""; display:inline-block; position: absolute; left:50%; bottom:50%; width:1px; height:35%; background:#aaa; transform-origin:50% 100%; -o-animation:spin 9.0s linear infinite; -ms-animation:spin 9.0s linear infinite; -moz-animation:spin 9.0s linear infinite; -webkit-animation:spin 9.0s linear infinite; animation:spin 9.0s linear infinite;  }
.ec-base-product .bs_time_sale .bs_watch:after { content:""; display:inline-block; position: absolute; left:50%; bottom:50%; width:1px; height:40%; background:#aaa; transform-origin:50% 100%; -o-animation:spin 2.0s linear infinite; -ms-animation:spin 2.0s linear infinite; -moz-animation:spin 2.0s linear infinite; -webkit-animation:spin 2.0s linear infinite; animation:spin 2.0s linear infinite; }
@-moz-keyframes spin { from { -moz-transform:rotate(0deg); } to { -moz-transform:rotate(360deg); } }
@-webkit-keyframes spin { from { -webkit-transform:rotate(0deg); } to { -webkit-transform:rotate(360deg); } }
@keyframes spin { from {transform:rotate(0deg);} to {transform:rotate(360deg);} }

/* 타임세일 카운트 */
.ec-base-product .bs_time_sale_count { background-color:#fcfcfc; margin:15px 15px 10px; padding:12px 0; border:2px dashed #ccc; border-radius:10px; font-size:16px; color:#999; line-height:1.6em; text-align:center; }
.ec-base-product .spec li[rel="모델"] { display:none; }

/* grid */
.ec-base-product ul.grid2 > li { width:50%; }
.ec-base-product ul.grid3 > li { width:33.33%; }
.ec-base-product ul.grid4 > li { width:25%; }
.ec-base-product ul.grid5 > li { width:20%; }
.ec-base-product ul.grid3 > li .color { max-width:230px; }
.ec-base-product ul.grid4 > li .color { max-width:190px; }
.ec-base-product ul.grid5 > li .color { max-width:130px; }
.ec-base-product ul.grid2.bsViewTypeSelected > li { width:25%; }
.ec-base-product ul.grid4.bsViewTypeSelected > li { width:50%; }
.ec-base-product ul.grid5.bsViewTypeSelected > li { width:33.33%; }

/* 베스트 및 신상품 아래여백 */
.xans-product-listrecommend.ec-base-product { padding-bottom:100px; }
.xans-product-listnew.ec-base-product { padding-bottom:100px; }

/* module="product_ListItem" */
.ec-base-product .spec { margin:0; }
.ec-base-product .spec li { text-align:center; padding:3px 0; }
.ec-base-product .spec li .title { font-weight:normal; vertical-align:top; }
.ec-base-product .spec li .title span { vertical-align:top; }
.ec-base-product .spec li .color { overflow:hidden; display:inline-block; margin:3px 0 0 0; }
.ec-base-product .spec li .chips { float:left; width:10px; height:10px; margin:0 2px 2px 0; border:1px solid #e3e3e3;  font-size:0; line-height:0; }

.ec-base-product .discountPeriod { display:inline-block; z-index:10; position:relative; width:55px; height:19px; vertical-align:middle; }
.ec-base-product .layerDiscountPeriod { left:50%; top:26px; width:247px; margin:0 0 0 -124px; text-align:left; }
.ec-base-product .layerDiscountPeriod strong.title { display:block; margin:0 0 12px; padding:0 35px 0 0; font-size:14px; font-weight:bold; color:#2e2e2e; }
.ec-base-product .layerDiscountPeriod strong.title img { display:none; }
.ec-base-product .layerDiscountPeriod .content p { margin:2px 0 0; font-size:13px; line-height:20px; color:#757575; letter-spacing:-0.03em; }
.ec-base-product .layerDiscountPeriod .content p strong { font-weight:normal; font-size:13px; color:#2e2e2e; }
.ec-base-product .layerDiscountPeriod .content p strong span { font-size:13px; }

.ec-base-product .prdList .shippingFee { position:relative; display:inline-block; }
.ec-base-product .prdList .shippingFee .button { display:inline-block; float:none; }
.ec-base-product .prdList .shippingFee .ec-base-tooltip { z-index:11; display:block; margin:0 0 0 -170px; width:360px; }
.ec-base-product .prdList .shippingFee .ec-base-tooltip table th { width:40px; }
.ec-base-product .prdList .shippingFee .ec-base-tooltip table th,
.ec-base-product .prdList .shippingFee .ec-base-tooltip table td { padding:7px 10px 8px 10px; }

.ec-base-product .btnTooltip { position:relative; display:inline-block; }
.differentialShipping { display:none; overflow:hidden; position:absolute; left:50%; top:17px; z-index:100; width:350px; margin:0 0 0 -176px; }
.differentialShipping h3.title { margin:0; height:35px; padding:0 35px 0 19px; border:0; color:#fff; font-size:14px; line-height:35px; background:#495164; }
.differentialShipping .content { padding:12px 18px 14px 18px; border:1px solid #757575; border-top:0; text-align:center; background:#fff; }
.differentialShipping .close { position:absolute; right:14px; top:12px; }
.differentialShipping .close img { cursor:pointer; }
.differentialShipping .content ul { color:#757575; line-height:25px; }
.differentialShipping .content li { overflow:hidden; }
.differentialShipping .content li strong { float:left; font-weight:normal; }
.differentialShipping .content li span { float:right; color:#2e2e2e; }
.differentialShipping .content .info { margin:7px 0 0; padding:7px 0 0; border-top:1px dotted #b0b1b3; color:#80aeef; text-align:right; }

/* Thumbnail icon position */
.ec-product-bgLT { background-position:left top; }
.ec-product-bgLC { background-position:left center; }
.ec-product-bgLB { background-position:left bottom; }
.ec-product-bgRT { background-position:right top; }
.ec-product-bgRC { background-position:right center; }
.ec-product-bgRB { background-position:right bottom; }
.ec-product-bgCT { background-position:center top; }
.ec-product-bgCC { background-position:center center; }
.ec-product-bgCB { background-position:center bottom; }

.ec-base-paginate { display:table; margin:70px auto 0; text-align:center; font-size:0; line-height:0; } /* 사파리 간격 때문에 display:table; 추가됨 */
.ec-base-paginate ol { display:inline-block; font-size:0; line-height:0; vertical-align:top; *display:inline; *zoom:1; *margin:0; }
.ec-base-paginate li { float:left; display:inline-block; margin:0 0 0 -1px; border:1px solid #e8e8e8; font-size:11px; color:#757575; vertical-align:top; *display:inline; *zoom:1; } /* 사파리 간격때문에 float:left; 추가됨 */
.ec-base-paginate li:first-child { margin-left:0; }
.ec-base-paginate img { vertical-align:top; }
.ec-base-paginate li a { display:block; width:33px; padding:7px 0 6px; font-weight:bold; color:#b7b7b7; line-height:14px; background:#fff; }
.ec-base-paginate li a:hover { text-decoration:none; background:#f1f1f1; }
.ec-base-paginate li a.this { color:#333; font-weight:bold; background:#f1f1f1; }
.ec-base-paginate a.nolink { cursor:default; }

/* typeSub */
.ec-base-paginate.typeSub ol { margin:0 15px; vertical-align:middle; }
.ec-base-paginate.typeSub li { font-size:12px; border:0; }
.ec-base-paginate.typeSub img { vertical-align:middle; }
.ec-base-paginate.typeSub li a { width:auto; margin:0 5px 0; padding:2px; color:#b7b7b7; background:none; }
.ec-base-paginate.typeSub li a.this { color:#333; text-decoration:none; border:0; }
.ec-base-paginate.typeSub .first { margin-right:3px; }
.ec-base-paginate.typeSub .last { margin-left:3px; }

/* BS */
.ec-base-paginate.bsPaginate { margin:30px auto 30px; }
.ec-base-tab { position:relative; }
.ec-base-tab .menu {
    margin:0 0 20px; border:1px solid #ddd; border-bottom-color:#202020; border-left:0; border-right:0; background:#fff;
    box-sizing:border-box; -webkit-box-sizing:border-box; -moz-box-sizing:border-box;
}
.ec-base-tab .menu:after { content:""; display:block; clear:both; }
.ec-base-tab .menu li { float:left; border-left:1px solid #cbcdce; background:#fff; }
.ec-base-tab .menu li a { display:block; min-width:187px; margin:0 0 0 -1px; padding:12px 5px 11px; border-right:1px solid #ddd; color:#999; text-decoration:none; outline:0; text-align:center; background:#fff; }
.ec-base-tab .menu li:first-child a { margin-left:0; }
.ec-base-tab .menu li.selected a { position:relative; top:-1px; left:-2px; margin:0 0 -2px; border:1px solid #202020; border-bottom:1px solid #fff; color:#333; font-weight:700; background:#fff; }
.ec-base-tab .menu li.selected:first-child a { left:-1px; }
.ec-base-tab > .right { position:absolute; top:8px; right:10px; line-height:24px; color:#909090; }
  /* typeLight */
  .ec-base-tab.typeLight .menu li.selected a { margin:0 0 -2px; border-bottom:1px solid #fff; color:#333; background:#fff; }
  /* grid (2~7) */
  .ec-base-tab[class*="grid"] { padding:90px 0 0 0; }
  .ec-base-tab[class*="grid"] .menu { display:table; table-layout:fixed; width:100%; }
  .ec-base-tab[class*="grid"] .menu li { float:none; display:table-cell; vertical-align:middle; border-left:0; }
  .ec-base-tab[class*="grid"] .menu li a { display:inline-block; width:100%; min-width:0; margin:0; padding:11px 0; border:0; }
  .ec-base-tab[class*="grid"] .menu li.selected { position:relative; top:0; right:-1px; border-bottom:0; }
  .ec-base-tab[class*="grid"] .menu li.selected a { margin:-1px 0 -1px; border:1px solid #333; border-bottom:1px solid #fff; color:#333; font-weight:700; background:#fff; }
  .ec-base-tab[class*="grid"] .menu li:first-child.selected { right:0; }
  .ec-base-tab[class*="grid"] .menu li.selected a { position:static; }
    .ec-base-tab.grid2 .menu li { width:50.5%; }
    .ec-base-tab.grid3 .menu li { width:34%; }
    .ec-base-tab.grid4 .menu li { width:25.5%; }
    .ec-base-tab.grid5 .menu li { width:20.5%; }
    .ec-base-tab.grid6 .menu li { width:17%; }
    .ec-base-tab.grid7 .menu li { width:14.8%; width:15% \0/; }
    .ec-base-tab.grid7 .menu li:first-child { width:13% \0/; }
/* button */
  [class^='btnNormal'], a[class^='btnNormal'] { display:inline-block; box-sizing:border-box; padding:2px 8px; border:1px solid #ddd; border-radius:2px; font-size:12px; line-height:18px; font-weight:normal; text-decoration:none; vertical-align:middle; word-spacing:-0.5px; letter-spacing:0; text-align:center; white-space:nowrap; color:#333; background-color:#fff; }
  [class^='btnSubmit'], a[class^='btnSubmit'] { display:inline-block; box-sizing:border-box; padding:2px 8px; border:1px solid transparent; border-radius:2px; font-size:12px; line-height:18px; font-weight:normal; text-decoration:none; vertical-align:middle; word-spacing:-0.5px; letter-spacing:0; text-align:center; white-space:nowrap; color:#fff; background-color:#333; }
  [class^='btnEm'], a[class^='btnEm'] { display:inline-block; box-sizing:border-box; padding:2px 8px; border:1px solid transparent; border-radius:2px; font-size:12px; line-height:18px; font-weight:normal; text-decoration:none; vertical-align:middle; word-spacing:-0.5px; letter-spacing:0; text-align:center; white-space:nowrap; color:#fff; background-color:#999; }
  [class^='btnBasic'], a[class^='btnBasic'] { display:inline-block; box-sizing:border-box; padding:2px 8px; border:1px solid #ddd; border-radius:2px; font-size:12px; line-height:18px; font-weight:normal; text-decoration:none; vertical-align:middle; word-spacing:-0.5px; letter-spacing:0; text-align:center; white-space:nowrap; color:#333; background-color:#f0f0f0; }
    [class^='btnNormal']:not(.disabled):hover { background-color:#f3f3f3; }
    [class^='btnSubmit']:not(.disabled):hover { background-color:#555; }
    [class^='btnEm']:not(.disabled):hover { background-color:#777; }
    [class^='btnBasic']:not(.disabled):hover { background-color:#e5e5e5; }
    [class^='btnNormal'].disabled { border-color:#e3e3e3; color:#888; }
    [class^='btnSubmit'].disabled { background-color:#9297a2; color:#f0f0f0; }
    [class^='btnEm'].disabled { background-color:#b5b6b9; color:#f0f0f0; }
    [class^='btnBasic'].disabled { color:#999; }
  /* size */
    [class^='btn'].sizeS { padding:6px 8px; }
    [class^='btn'].sizeM { padding:10px 16px; }
    [class^='btn'].sizeL { padding:14px 16px; min-width:80px; font-weight:bold; }
  /* width Fix */
    [class^='btn'][class*='Fix'] { width:72px; word-break:keep-all; word-wrap:break-word; }
    [class^='btn'][class*='Fix'].sizeS { width:96px; }
    [class^='btn'][class*='Fix'].sizeM { width:120px; padding-left:8px; padding-right:8px; }
    [class^='btn'][class*='Fix'].sizeL { width:160px; padding-left:8px; padding-right:8px; }
 
/* icon button */
  a.btnLink { color:#222; }
  a.btnLink:hover { text-decoration:none; -webkit-box-shadow:0 1px 0 0 #222; -moz-box-shadow:0 1px 0 0 #222; box-shadow:0 1px 0 0 #222; }
  a.btnLink:after { content:""; display:inline-block; margin:-2px -2px 0 3px; vertical-align:middle; border:0 0 0 10px; border-style:solid;  border-color:transparent transparent transparent #77797d; }
  [class^='btn'] i { display:none \0/IE8; }
  [class^='btn'] .icoArrow { display:inline-block; width:3px; height:3px; margin:-2px 1px 0 1px; border:2px solid #77797d; border-width:0 2px 2px 0; vertical-align:middle;
    transform:rotate(-45deg); -webkit-transform: rotate(-45deg); -moz-transform:rotate(-45deg); -ms-transform:rotate(-45deg); -o-transform:rotate(-45deg);
  }
    [class^='btnSubmit'] .icoArrow,
    [class^='btnEm'] .icoArrow { border-color:#f0f0f0; }
  [class^='btn'] .icoDelete { position:relative; overflow:hidden; display:inline-block; width:10px; height:10px; margin:-2px 2px 0 0; vertical-align:middle; -webkit-transform:rotate(45deg); transform:rotate(45deg); }
  [class^='btn'] .icoDelete:before { content:""; position:absolute; top:0; right:4px; width:2px; height:10px; background:#77797d; }
  [class^='btn'] .icoDelete:after { content:""; position:absolute; top:4px; right:0; width:10px; height:2px; background:#77797d; }
    [class^='btnSubmit'] .icoDelete:before, [class^='btnSubmit'] .icoDelete:after,
    [class^='btnEm'] .icoDelete:before, [class^='btnEm'] .icoDelete:after { background:#f0f0f0; }
  [class^='btn'] .icoAdd, [class^='btn'] .icoRemove { position:relative; overflow:hidden; display:inline-block; width:8px; height:8px; margin:-2px 2px 0 0; vertical-align:middle; }
  [class^='btn'] .icoAdd:before, [class^='btn'] .icoAdd:after, [class^='btn'] .icoRemove:before { content:""; position:absolute; top:50%; left:50%; width:8px; height:8px; border-radius:2px; background:#77797d; }
  [class^='btn'] .icoAdd:before, [class^='btn'] .icoRemove:before { height:2px; margin:-1px 0 0 -4px; }
  [class^='btn'] .icoAdd:after { width:2px; margin:-4px 0 0 -1px; }
  [class^='btn'] img { margin:-2px 1px 0; vertical-align:middle; }
 
  /* unique */
    .btnLogin, a.btnLogin { display:inline-block; box-sizing:border-box; width:100px; height:70px; line-height:70px; border-radius:2px; text-align:center; font-size:12px; font-weight:bold; text-decoration:none; color:#fff; background-color:#333; border:1px solid #333; }
    .btnLogin:hover { background-color:#555; }
    .btnAgree, a.btnAgree { display:inline-block; box-sizing:border-box; width:80px; height:70px; line-height:70px; border:1px solid #d1d1d1; border-radius:2px; text-align:center; font-family:"굴림",Gulim; font-size:12px; font-weight:bold; color:#222; text-decoration:none; background-color:#fff; }
    .btnAgree:hover { background-color:#f3f3f3; }
    .btnToggle { display:inline-block; font-size:0; line-height:0; }
    .btnToggle button { display:inline-block; box-sizing:border-box; border:1px solid #d1d1d1; margin:0 -1px 0 0; padding:0 7px; height:24px; line-height:24px; text-align:center; font-family:"굴림",Gulim; font-size:12px; outline:0; text-decoration:none; color:#222; background:#fff; }
    .btnToggle button:first-child { border-radius:2px 0 0 2px; }
    .btnToggle button:last-child { border-radius:0 2px 2px 0; }
    .btnToggle button.selected { position:relative; border:1px solid #84868b; color:#fff; background:#84868b; }
 
/* ec-base-button */
.ec-base-button { padding:10px 0; text-align:center; }
.ec-base-button.justify { position:relative; }
.ec-base-button:after { display:block; content:""; clear:both; }
.ec-base-button .gLeft { float:left; text-align:left; }
.ec-base-button .gRight { float:right; text-align:right; }
.ec-base-button.justify .gLeft { position:absolute; left:0; }
.ec-base-button.justify .gRight { position:absolute; right:0; }
.ec-base-button .text { margin:0 6px 0 10px; color:#333; line-height:24px; }
  /* type */
    .ec-base-button.typeBorder { margin-top:-1px; padding:10px 20px; border:1px solid #d7d5d5; }
    .ec-base-button.typeBG { padding:10px 20px; border:1px solid #d7d5d5; background:#fbfafa; }
  /* gColumn */
    .ec-base-button[class*="gColumn"] { margin:0 auto; display:-webkit-flex; display:-moz-flex; display:-ms-flex; display:flex; -webkit-justify-content:center; -moz-justify-content:center; -ms-justify-content:center; justify-content:center; }
    .ec-base-button[class*="gColumn"]:after { display:none; }
    .ec-base-button[class*="gColumn"] [class^='btn'] { margin:0 2px; padding-left:8px; padding-right:8px; word-break:keep-all; word-wrap:break-word; white-space:normal; -webkit-flex:1; -moz-flex:1; -ms-flex:1; flex:1; display:-webkit-flex; display:-moz-flex; display:-ms-flex; display:flex; -webkit-align-items:center; -moz-align-items:center; -ms-align-items:center; align-items:center; -webkit-justify-content:center; -moz-justify-content:center; -ms-justify-content:center; justify-content:center; }
    .ec-base-button[class*="gColumn"] [class^='btn'][class*='Fix'] { -webkit-flex:none; -moz-flex:none; -ms-flex:none; flex:none; }
    /* gFlex */
      .ec-base-button[class*="gColumn"] .gFlex2 { -webkit-flex:2; -moz-flex:2; -ms-flex:2; flex:2; }
      .ec-base-button[class*="gColumn"] .gFlex3 { -webkit-flex:3; -moz-flex:3; -ms-flex:3; flex:3; }
      .ec-base-button[class*="gColumn"] .gFlex4 { -webkit-flex:4; -moz-flex:4; -ms-flex:4; flex:4; }

/* BS */
.bsBtnColorBG { color:#fff !important; background-color:#333 !important; border:1px solid #333 !important; transition: all .25s ease-in-out; }
.bsBtnColorBG:hover { color:#333 !important; background-color:#f3f3f3 !important; border:1px solid #ddd !important; }
.bsBtnColorWG { color:#333 !important; background-color:#fff !important; border:1px solid #333 !important; transition: all .25s ease-in-out; }
.bsBtnColorWG:hover { color:#333 !important; background-color:#f3f3f3 !important; border:1px solid #ddd !important; }
.bsBtnColorWG2 { color:#333 !important; background-color:#fff !important; border:1px solid #ddd !important; transition: all .25s ease-in-out; }
.bsBtnColorWG2:hover { color:#333 !important; background-color:#f3f3f3 !important; border:1px solid #ddd !important; }
.bsBtnColorGB { color:#333 !important; background-color:#f3f3f3 !important; border:1px solid #ccc !important; transition: all .25s ease-in-out; }
.bsBtnColorGB:hover { color:#fff !important; background-color:#333 !important; border:1px solid #333 !important; }
.bsBtnColorGB2 { color:#333 !important; background-color:#f3f3f3 !important; border:1px solid #ddd !important; transition: all .25s ease-in-out; }
.bsBtnColorGB2:hover { color:#fff !important; background-color:#333 !important; border:1px solid #333 !important; }
.bsBtnColorGB3 { color:#555 !important; background-color:#e7e7e7 !important; border:1px solid #eee !important; transition: all .25s ease-in-out; }
.bsBtnColorGB3:hover { color:#fff !important; background-color:#333 !important; border:1px solid #333 !important; }
.bsBtnColorGB4 { color:#777 !important; background-color:#eee !important; border:1px solid #eee !important; transition: all .25s ease-in-out; }
.bsBtnColorGB4:hover { color:#fff !important; background-color:#333 !important; border:1px solid #333 !important; }

.bsBtnSizeS { padding:7px 9px !important; }
.bsBtnSizeM {}
.bsBtnSizeL {}


/* reset */
li { list-style:none; }
table { width:100%; border:0; border-spacing:0; border-collapse:collapse; }
caption { display:none; }
h1, h3 { margin:0; }

/* common */
.ec-base-layer { position:absolute; z-index:100; border:1px solid #757575; background:#fff; }
.ec-base-layer .header { padding:15px 35px 15px 19px; color:#fff; background:#333; }
.ec-base-layer .header > h1,
.ec-base-layer .header > h3 { font-size:14px; line-height:1.5; letter-spacing:0.05em; }
.ec-base-layer .content { padding:20px; font-size:12px; }
.ec-base-layer div.ec-base-help { margin-top:0; }
.ec-base-layer .ec-base-button { padding:11px; border-top:1px solid #ddd; text-align:center; background:#fafafa; }
.ec-base-layer .close { position:absolute; right:0; top:0; padding:19px 20px; cursor:pointer; }

/* popup */
#popup .ec-base-layer { position:relative; border:0; }
#popup .ec-base-layer .header { padding:15px 35px 15px 19px; }
#popup .ec-base-layer .close { top:0; }

/* ec-base-table */
.ec-base-layer .content > .ec-base-table table:first-child { margin-top:0; }
.ec-base-layer .ec-base-table table { line-height:1.4; }
.ec-base-layer .ec-base-table thead th { padding:9px 0 8px; }
.ec-base-layer .ec-base-table tbody th { padding:9px 0 8px 10px; }
.ec-base-layer .ec-base-table td { padding:9px 10px 8px; }
  /* horizontal - typeWrite */
    .ec-base-layer .ec-base-table.typeWrite td { padding:5px 10px 4px; }
  /* vertical - typeList */
    .ec-base-layer .ec-base-table.typeList tfoot td { padding:10px 10px 12px; }
  /* typeBorder */
    .ec-base-layer .ec-base-table.typeBorder tfoot td { padding:10px 10px 12px; }
    
    
    
    
/* base */
.ec-base-box { padding:20px; margin-left:auto; margin-right:auto; border:5px solid #ddd; color:#333; }
.ec-base-box.gHalf { position:relative; padding:20px 0; }
.ec-base-box.gHalf:before { position:absolute; top:0; left:50%; display:block; content:""; width:1px; height:100%; background-color:#e6e6e6; }
.ec-base-box.typeBg { background-color:#fbfafa; }
.ec-base-box.typeThin { border-width:1px; border-color:#d7d5d5; }
.ec-base-box.typeThin h3.boxTitle { margin:0 0 20px; font-size:20px; text-align:center; }
.ec-base-box.typeThinBg { border-width:1px; border-color:#ddd; background-color:#fafafa; }
.ec-base-box.center { text-align:center; }
    /* 약관 */
    .ec-base-box.typeThinBg > .agree { padding:20px; border:1px solid #e6e6e6; background:#fff; line-height:23px; }
    .ec-base-box.typeThinBg > .agree p { padding:0 0 17px; }

/* typeMember */
.ec-base-box.typeMember { padding:0; }
.ec-base-box.typeMember .information { display:table; table-layout:fixed; padding:10px 0; width:100%; box-sizing:border-box; }
.ec-base-box.typeMember .information > .title, .ec-base-box.typeMember .information > .thumbnail { display:table-cell; padding:0 15px; width:70px; text-align:center; vertical-align:middle; }
.ec-base-box.typeMember .information > .title { vertical-align:middle; }
.ec-base-box.typeMember .information > .thumbnail img { max-width:70px; }
.ec-base-box.typeMember .information .description { display:table-cell; padding:0 10px; width:auto; line-height:1.5em; border-left:1px solid #e8e8e8; vertical-align:middle; }
    .ec-base-box.typeMember.gMessage { border-width:1px; border-color:#ddd; }
.ec-base-box .message { display:block; padding:10px 0 10px 35px; border-bottom:1px solid #e8e8e8; background:#fbfbfb url("//img.echosting.cafe24.com/skin/base/common/ico_info.gif") no-repeat 10px center; }

/* typeProduct */
.ec-base-box.typeProduct { display:table; table-layout:fixed; padding:15px 0; width:100%; box-sizing:border-box; }
.ec-base-box.typeProduct .thumbnail, .ec-base-box.typeProduct .information { display:table-cell; padding:0 20px; vertical-align:middle; }
.ec-base-box.typeProduct .thumbnail { width:100px; }
.ec-base-box.typeProduct .thumbnail img { max-width:90px; border:1px solid #d7d5d5; }
.ec-base-box.typeProduct .information { padding-left:0; }
.ec-base-table table { position:relative; margin:10px 0 0; border:1px solid #ddd; border-top:0; color:#fff; line-height:1.5; }
  .ec-base-table.gLayoutFixed table { table-layout:fixed; }
  .ec-base-table.gLayoutFixed .gLayoutAuto table { table-layout:auto; }
.ec-base-table table:before { position:absolute; top:0; left:0; display:block; content:""; width:100%; height:1px; background:#ddd; }
.ec-base-table thead th { padding:11px 0 10px; border-left:1px solid #ddd; border-bottom:1px solid #ddd; color:#333; vertical-align:middle; font-weight:normal; background:#fafafa; }
.ec-base-table tbody th { padding:11px 0 10px 18px; border:1px solid #ddd; border-bottom-width:0; color:#333; text-align:left; font-weight:normal; background-color:#fafafa; }
.ec-base-table th { word-break:break-all; word-wrap:break-word; }
.ec-base-table th:first-child { border-left:0; }
.ec-base-table td { padding:11px 10px 10px; border-top:1px solid #ddd; color:#333; vertical-align:middle; word-break:break-all; word-wrap:break-word; }
.ec-base-table td.clear { padding:0 !important; border:0 !important; }

/* horizontal */
  /* typeWrite */
    .ec-base-table.typeWrite td { padding:8px 10px 7px; }
    .ec-base-table.typeWrite img { max-width:100% !important; height:auto !important; }

/* vertical */
  /* typeList */
    .ec-base-table.typeList table { border-top:1px solid #ddd; }
    .ec-base-table.typeList table:before { display:none; }
    .ec-base-table.typeList td { padding:8px 10px 7px; }
    .ec-base-table.typeList tfoot td { padding:15px 10px 17px; background:#fbfafa; }
    .ec-base-table .message { border:1px solid #ddd; padding:50px 0; text-align:center; color:#777; font-weight:bold; }
    .ec-base-table table + .message { margin:-1px 0 0; }
    .ec-base-table table td.message { padding:50px 0; }
    .ec-base-table .scroll .message { border:0; }
  /* scroll */
    .ec-base-table.typeList .head td { padding:11px 0 10px; border-left:1px solid #dfdfdf; border-bottom:1px solid #dfdfdf; color:#333; vertical-align:middle; text-align:center; background:#fbfafa; }
    .ec-base-table.typeList .head td:first-child { border-left:0; }
    .ec-base-table.typeList .scroll { position:relative; overflow-x:hidden; overflow-y:scroll; max-height:185px; min-height:100px; border:1px solid #d7d5d5; border-top-width:0; margin-top:-1px; }
    .ec-base-table.typeList .scroll table { border:0; margin:0; }
    .ec-base-table.typeList .scroll table:before { display:none; }
    .ec-base-table.typeList .scroll .message { border: 0; }
  /* thead - blind */
    .ec-base-table thead.blind,
    .ec-base-table thead.blind th { display:none; }
    .ec-base-table thead.blind + tbody tr:first-child th,
    .ec-base-table thead.blind + tbody tr:first-child td { border-top-width:0; }
  /* Line */
    .ec-base-table.typeList.gLine table { border-width:0; border-bottom-width:1px; }

/* common */
  /* border, background style none */
    .ec-base-table.typeClear table:before { display:none; }
    .ec-base-table.typeClear table,
    .ec-base-table.typeClear th,
    .ec-base-table.typeClear td { border:0 none; background:none; }
    .ec-base-table.typeClear th { font-weight:bold; }
  /* border */
    .ec-base-table.gBorder td { border-left:1px solid #ddd; }
    .ec-base-table.gBorder td:first-child { border-left:0; }
    .ec-base-table.gBorder td.gClearLine { border-left:0; }
    .ec-base-table.typeList.gBorder tbody td { border-color:#eee; }
  /* align */
    .ec-base-table .left { text-align:left; }
    .ec-base-table .center { text-align:center; }
    .ec-base-table .right { text-align:right; }
    .ec-base-table.typeList .center td,
    .ec-base-table.typeList td.center { padding-left:0; padding-right:0; }
    .ec-base-table.typeList .center td.left { padding-left:10px; }
    .ec-base-table.typeList .center td.right { padding-right:10px; }
    .ec-base-table .top th, .ec-base-table th.top,
    .ec-base-table .top td, .ec-base-table td.top { vertical-align:top; }
    .ec-base-table .middle th, .ec-base-table th.middle,
    .ec-base-table .middle td, .ec-base-table td.middle { vertical-align:middle; }
  /* form */
    .ec-base-table img { vertical-align:middle; }

@media print {
  .ec-base-table table:before { display:none; }
}
.ec-base-desc { overflow:hidden; text-align:left; }
.ec-base-desc:after { content:""; display:block; clear:both; }
.ec-base-desc dt, .ec-base-desc .term { float:left; width:100px; margin:0 0 2px; padding:0 4px 0 0; line-height:22px;-webkit-box-sizing:border-box; -moz-webkit-box:border-box; box-sizing:border-box; font-weight:normal; }
.ec-base-desc dd, .ec-base-desc .desc { display:block; margin:0 0 2px; padding:0 5px 0 100px; min-height:22px; line-height:22px; word-wrap:break-word; word-break:break-all; }
.ec-base-desc dd:after, .ec-base-desc .desc:after { content:""; display:block; clear:left; }

/* size */
.ec-base-desc.gSmall dt, .ec-base-desc.gSmall .term { width:30%; }
.ec-base-desc.gSmall dd, .ec-base-desc.gSmall .desc { padding-left:30%; }
.ec-base-desc.gMedium dt, .ec-base-desc.gMedium .term { width:40%; }
.ec-base-desc.gMedium dd, .ec-base-desc.gMedium .desc { padding-left:40%; }
.ec-base-desc.gLarge dt, .ec-base-desc.gLarge .term { width:50%; }
.ec-base-desc.gLarge dd, .ec-base-desc.gLarge .desc { padding:0 0 0 50%; }

/* align */
.ec-base-desc.centerDT dt, .ec-base-desc.centerDD dd, .ec-base-desc.centerDT .term, .ec-base-desc.centerDD .desc,
.ec-base-desc.center, .ec-base-desc .center { text-align:center; }
.ec-base-desc.rightDT dt, .ec-base-desc.rightDD dd, .ec-base-desc.rightDT .term, .ec-base-desc.rightDD .desc,
.ec-base-desc.right, .ec-base-desc .right { text-align:right; }
.ec-base-desc.rightDD dd, .ec-base-desc.rightDD .desc { padding-right:0; }

/* typeBullet */
.ec-base-desc.typeBullet dt,
.ec-base-desc.typeBullet .term { padding:0 4px 0 10px; background:url("//img.echosting.cafe24.com/skin/base/common/ico_arrow.png") no-repeat 0 7px; }

/* typeDot */
.ec-base-desc.typeDot dt,
.ec-base-desc.typeDot .term { position:relative; padding:0 4px 0 10px; }
.ec-base-desc.typeDot dt:before,
.ec-base-desc.typeDot .term:before { position:absolute; top:50%; left:0; content:""; display:block; width:2px; height:2px; margin:-2px 0 0 0; background:#383838; }


/* 기본 */
.bsLeftIn40 { transition:transform 1.0s ease, opacity 1.0s ease; transform:translate(-40px,0); opacity: 0.0; }
html.bsScrollTrigger .bsLeftIn40, 
[class^='mainBanner'].bsScrollTrigger .bsLeftIn40  { transform:translate(0,0); opacity:1.0; }

.bsLeftIn60 { transition:transform 1.5s ease, opacity 1.5s ease; transform:translate(-60px,0); opacity: 0.0; }
html.bsScrollTrigger .bsLeftIn60, 
[class^='mainBanner'].bsScrollTrigger .bsLeftIn60 { transform:translate(0,0); opacity:1.0; }

.bsLeftIn80 { transition:transform 2.0s ease, opacity 2.0s ease; transform:translate(-80px,0); opacity: 0.0; }
html.bsScrollTrigger .bsLeftIn80, 
[class^='mainBanner'].bsScrollTrigger .bsLeftIn80 { transform:translate(0,0); opacity:1.0; }

.bsRightIn40 { transition:transform 1.0s ease, opacity 1.0s ease; transform:translate(40px,0); opacity: 0.0; }
html.bsScrollTrigger .bsRightIn40, 
[class^='mainBanner'].bsScrollTrigger .bsRightIn40  { transform:translate(0,0); opacity:1.0; }

.bsRightIn60 { transition:transform 1.5s ease, opacity 1.5s ease; transform:translate(60px,0); opacity: 0.0; }
html.bsScrollTrigger .bsRightIn60, 
[class^='mainBanner'].bsScrollTrigger .bsRightIn60 { transform:translate(0,0); opacity:1.0; }

.bsRightIn80 { transition:transform 2.0s ease, opacity 2.0s ease; transform:translate(80px,0); opacity: 0.0; }
html.bsScrollTrigger .bsRightIn80,  
[class^='mainBanner'].bsScrollTrigger .bsRightIn80 { transform:translate(0,0); opacity:1.0; }

.bsBottomIn40 { transition:transform 1.0s ease, opacity 1.0s ease; transform:translate(0,40px); opacity: 0.0; }
html.bsScrollTrigger .bsBottomIn40, 
[class^='mainBanner'].bsScrollTrigger .bsBottomIn40  { transform:translate(0,0); opacity:1.0; }

.bsBottomIn60 { transition:transform 1.5s ease, opacity 1.5s ease; transform:translate(0,60px); opacity: 0.0; }
html.bsScrollTrigger .bsBottomIn60, 
[class^='mainBanner'].bsScrollTrigger .bsBottomIn60 { transform:translate(0,0); opacity:1.0; }

.bsBottomIn80 { transition:transform 2.0s ease, opacity 2.0s ease; transform:translate(0,80px); opacity: 0.0; }
html.bsScrollTrigger .bsBottomIn80,  
[class^='mainBanner'].bsScrollTrigger .bsBottomIn80 { transform:translate(0,0); opacity:1.0; }

.bsTopIn { transition: transform 1.0s ease, opacity 1.0s ease; transform: translate(0,0); opacity: 1.0; }
.bsScaleUpIn { transition: transform 1.0s ease, opacity 1.0s ease; transform: scale(1.0,1.0); opacity: 1.0; }
.bsScaleDownIn { transition: transform 1.0s ease, opacity 1.0s ease; transform: scale(1.0,1.0); opacity: 1.0; }

/* 스크롤 트리거 */
.fromTopIn { transition: transform 1.0s ease, opacity 1.0s ease; transform: translate(0,0); opacity: 1.0; }
.fromTopOut10 { transition: transform 1.0s ease, opacity 1.0s ease; transform: translate(0,-10px); opacity: 0.0; }

.fromBottomIn10 { transition: transform 1.0s ease, opacity 1.0s ease; transform: translate(0,0); opacity: 1.0; }
.fromBottomIn15 { transition: transform 1.5s ease, opacity 1.5s ease; transform: translate(0,0); opacity: 1.0; }
.fromBottomOut50 { transition: transform 3.0s ease, opacity 3.0s ease; transform: translate(0,50px); opacity: 0.0; }
.fromBottomOut80 { transition: transform 3.0s ease, opacity 3.0s ease; transform: translate(0,80px); opacity: 0.0; }
.fromBottomOut100 { transition: transform 3.0s ease, opacity 3.0s ease; transform: translate(0,100px); opacity: 0.0; }

.fromLeftIn { transition: transform 1.0s ease, opacity 1.0s ease; transform: translate(0,0); opacity: 1.0; }
.fromLeftOut10 { transition: transform 1.0s ease, opacity 1.0s ease; transform: translate(-10px,0); opacity: 0.0; }

.fromRightIn { transition: transform 1.0s ease, opacity 1.0s ease; transform: translate(0,0); opacity: 1.0; }
.fromRightOut10 { transition: transform 1.0s ease, opacity 1.0s ease; transform: translate(10px, 0); opacity: 0.0; }

.scaleUpIn { transition: transform 1.0s ease, opacity 1.0s ease; transform: scale(1.0,1.0); opacity: 1.0; }
.scaleUpOut10 { transition: transform 1.0s ease, opacity 1.0s ease; transform: scale(1.3,1.3); opacity: 0.0; }

.scaleDownIn { transition: transform 1.0s ease, opacity 1.0s ease; transform: scale(1.0,1.0); opacity: 1.0; }
.scaleDownOut10 { transition: transform 1.0s ease, opacity 1.0s ease; transform: scale(0.7,0.7); opacity: 0.0; }
.xans-layout-conversionpc { background:#fff; padding:80px 45px; text-align:center; }
.xans-layout-conversionpc a {
    margin:20px; padding:20px 40px 20px 110px;
    font-size:68px; color:#63666e; text-decoration:none; text-align:center;
    border:1px solid #9d9db0; border-radius:10px; background:url("//img.echosting.cafe24.com/skin/base/layout/ico_mobile.png") no-repeat 40px 50%;
}
.xans-layout-logotop { position:absolute; top:0; left:55px; }
.xans-layout-logotop a { display:inline-block; height:125px; line-height:125px; }
.xans-layout-logotop img { max-height:125px; vertical-align:middle; transition:opacity 0.25s ease; }
.xans-layout-logotop a:hover img { opacity:0.7; }

.xans-layout-logotop .topLogoWhite { display:none; }

/* 메인메뉴 */
#header .bsMainMenu { padding:0 180px; text-align:center; }
#header .bsMainMenu > ul { display:inline-block; padding:0; } 
#header .bsMainMenu > ul > li { position:relative; float:left; text-align:left; }
#header .bsMainMenu > ul > li > a { display:inline-block; cursor:pointer; height:125px; line-height:125px; padding:0 25px 0; font-family:'Nanum Square','맑은 고딕','Malgun Gothic',sans-serif; font-size:18px; color:#000; font-weight:600; letter-spacing:0.03em; text-transform:uppercase; transition: color 0.25s ease; }

#header .bsMainMenu .bsFadeOver { position:absolute; top:91%; left:0; letter-spacing:0.03em; display:none; }

/* 하위 메뉴 배경 */
#header.bsMainMenuBG .bsMainMenu .bsFadeOver { top:100%; background-color:rgba(255, 255, 255, 0.90); }
html.ie8 #header.bsMainMenuBG .bsMainMenu .bsFadeOver { background-image:url("//ecimg.cafe24img.com/pg170b75670373015/hyysik/web/upload/badasonamu/image/bg/bs_bg_white_90.png"); } /* ie8 */

/* 하위 메뉴 */
#header .bsMainMenu .normalMenu { width:200px; padding:0 0 15px 0; }
#header .bsMainMenu .normalMenu > li { padding:0; }
#header .bsMainMenu .normalMenu > li > a { display:block; padding:10px 25px; font-size:15px; color:#222; text-transform:uppercase; transition: all 0.25s ease; }
#header .bsMainMenu .normalMenu > li > a:hover { color:#999; }
#header .bsMainMenu .normalMenu > li:first-child > a { padding-top:0; }

/* SNS 버튼 */
#header .bsMainMenu .bsTopSns { position:relative; left:-10px; }
#header .bsMainMenu .bsTopSns:after { content:""; display:block; clear:both; }
#header .bsMainMenu .bsTopSns ul { padding:13px 0 33px 25px; }
#header .bsMainMenu .bsTopSns ul li { float:left; }
#header .bsMainMenu .bsTopSns ul li a { float:left; font-size:24px; padding:0 5px; transition: all 0.25s ease; }
#header .bsMainMenu .bsTopSns ul li a { color:#333; }
#header .bsMainMenu .bsTopSns ul li a.bsSnsF:hover { color:#3b5998 !important; }
#header .bsMainMenu .bsTopSns ul li a.bsSnsI:hover { color:#3897f0 !important; }
#header .bsMainMenu .bsTopSns ul li a.bsSnsY:hover { color:#ff0000 !important; }

.xans-layout-category { width:150px; margin:0; padding:0 0 15px 0;}
.xans-layout-category .position > ul > li { position:relative; z-index:10; }
.xans-layout-category .position > ul > li > a { display:block; padding:10px 25px; color:#222; font-size:15px; letter-spacing:0.03em; text-transform:uppercase; transition: all 0.25s ease; }
.xans-layout-category .position > ul > li > a:hover,
.xans-layout-category .position > ul > li.selected > a,
.xans-layout-category .position > ul > li.on > a { color:#999; }
.xans-layout-category .position > ul > li:first-child > a { padding-top:0; }
.xans-layout-category .position > ul > li:first-child .sub-category li:first-child a { padding-top:0; }

.xans-layout-category .sub-category { position:absolute; top:0; left:150px; width:150px; }
.xans-layout-category .sub-category ul { position:relative; }
.xans-layout-category .sub-category li:first-child a { border-top-color:#fff; }
.xans-layout-category .sub-category a { display:block; padding:10px 10px; font-size:15px; color:#222; letter-spacing:0.03em; text-decoration:none; text-transform:uppercase; }
.xans-layout-category .sub-category a:hover,
.xans-layout-category .sub-category li.selected a { color:#999; }

/* 메인메뉴 배경 */
#header.bsMainMenuBG .xans-layout-category .sub-category { left:200px; background-color:rgba(255, 255, 255, 0.90); }
#header.bsMainMenuBG .xans-layout-category { width:200px; }
#header.bsMainMenuBG .xans-layout-category .sub-category li {}
#header.bsMainMenuBG .xans-layout-category .sub-category a {}
html.ie8 #header.bsMainMenuBG .xans-layout-category .sub-category { background-image:url("//ecimg.cafe24img.com/pg170b75670373015/hyysik/web/upload/badasonamu/image/bg/bs_bg_white_90.png"); } /* ie8 */

#header .bsTopBtn { position:absolute; top:0; right:37px; height:125px; }
#header .bsTopBtn > ul { overflow:hidden; }
#header .bsTopBtn > ul > li { position:relative; float:left; }
#header .bsTopBtn > ul > li > a { display:inline-block; }
#header .bsTopBtn > ul > li > a i { width:54px; height:125px; line-height:125px; color:#000; font-size:31px; text-align:center; transition:all 0.25s ease; }
#header .bsTopBtn > ul > li > a i.xi-search { font-size:28px; }

/* 장바구니 */
#header .bsTopBtn .xans-layout-orderbasketcount { width:36px; height:125px; line-height:125px; vertical-align:middle; }
#header .bsTopBtn .xans-layout-orderbasketcount a.btnBasket { position:relative; display:inline-block; overflow:hidden; width:100%; height:100%; padding:0; text-align:left; color:#000; font-size:25px; white-space:nowrap; background:url("//ecimg.cafe24img.com/pg170b75670373015/hyysik/web/upload/badasonamu/image/btn/bs_btn_basket_b.png") no-repeat 50% 48%; background-size:58%; transition:background 0.25s ease; }
#header .bsTopBtn .xans-layout-orderbasketcount a.btnBasket .count { position:absolute; bottom:47px; right:4px; max-width:41px; border:1px solid #d01818; border-radius:7px; padding:2px 3px 2px; text-indent:0; line-height:1.2; color:#fff; font-weight:400; font-size:11px; background-color:#e52728; }


.xans-layout-logotop { z-index:1; }

/* 기본 */
#header .bs_top_banner { position:absolute; top:0; left:0; right:0; visibility:hidden; }
#header .bs_top_banner.bs_off { visibility:hidden; opacity:0; transition:all 0.75s ease; }
#header .bs_top_banner .bs_wrap { height:40px; line-height:40px; font-size:13px; color:#222; font-weight:400; text-align:center; }
#header .bs_top_banner .bs_wrap a { display:inline-block; color:#222; line-height:40px; letter-spacing:-0.00em; transition:color 0.25s ease; }

#header .bs_top_banner .bx-wrapper { border:0; background:transparent; margin-bottom:0; }

/* 닫기 버튼 */
#header .bs_top_banner.bs_on { visibility:visible; opacity:1; }
#header .bs_top_banner .bs_wrap i { position:relative; padding:0 7px; line-height:40px; font-size:11px; cursor:pointer; transition:color 0.25s ease; }

/* 공통 레이아웃에서 감춤 */
#layout #header .bs_top_banner { visibility:hidden; } /* visibility:hidden; */
.bsSearchPageCover { width:100%; height:100%; position:fixed; top:0px; left:0px; visibility:hidden; background:rgba(255,255,255,0.90); opacity:0.0; z-index:96; transition:all 0.35s ease; }
.bsSearchPageCover:before,
.bsSearchPageCover:after { content:""; display:block; clear:both; }
.bsSearchPageCover > div { display:table; width:100%; height:100%; table-layout:fixed; }
.bsSearchPageCover > div > div { display:table-cell; width:100%; height:100%; vertical-align:middle; text-align:center; }
.bsSearchPageCover .bsBtnSearchClose { position:absolute; top:50px; right:50px; font-size:43px; color:#333; padding:10px; }
html.ie8 .bsSearchPageCover { background-image:url("//ecimg.cafe24img.com/pg170b75670373015/hyysik/web/upload/badasonamu/image/bg/bs_bg_white_90.png"); } /* ie8 */

html.bsSearchOn { overflow:hidden; }
#header.bsSearchOn { background-color:transparent !important; }
.bsSearchPageCover.bsSearchOn { visibility:visible; opacity:1.0; }
html.ie8 #header.bsSearchOn { background-image:url("//ecimg.cafe24img.com/pg170b75670373015/hyysik/web/upload/badasonamu/image/bg/bs_bg_transparent.png"); } /* ie8 */

/* ie8 폰트아이콘 문제 */
html.ie8 .bsSearchPageCover { visibility:visible; display:none; }
html.ie8 .bsSearchPageCover.bsSearchOn { display:block; }
.bsSearchPageCover .xans-layout-searchheader { display:inline-block; margin:0 0; }
.bsSearchPageCover .xans-layout-searchheader fieldset { border-bottom:1px solid #333; border-radius:2px; }
.bsSearchPageCover .xans-layout-searchheader #keyword  { width:300px; height:70px; line-height:70px; padding:0; border:0; font-size:48px; color:#000; font-weight:700; text-align:center; letter-spacing:0.03em; background:transparent; }
.bsSearchPageCover .bsSearchInfo { padding:22px 0 130px 0; color:#333; font-size:14px; letter-spacing:0.06em; }

.bsSearchPageCover .xans-layout-searchheader #keyword:-ms-input-placeholder { color:#333; }
.bsSearchPageCover .xans-layout-searchheader #keyword::-webkit-input-placeholder { color:#333; }
.bsSearchPageCover .xans-layout-searchheader #keyword:-moz-placeholder { color:#333; }
.bsSearchPageCover .xans-layout-searchheader #keyword::moz-placeholder { color:#333; }
.bsSearchPageCover .xans-layout-searchheader #keyword::placeholder { color:#333; }
.bsSideMenu { width:330px; height:100%; position:fixed; top:0; right:-330px; z-index:97; background-color:#fff; text-align:left; overflow:auto; transition: All 0.5s ease; -webkit-transition: All 0.5s ease; -moz-transition: All 0.5s ease; -o-transition: All 0.5s ease; }
.bsSideMenu:before,
.bsSideMenu:after { content:""; display:block; clear:both; }

.bsBtnSideMenuClose { position:absolute; top:10px; right:10px; font-size:26px; color:#ccc; padding:10px; }
.bsSideMenuPageCover { width:100%; height:100%; position:fixed; top:0px; left:0px; background-color:#000; visibility:hidden; filter:alpha(opacity=50); opacity:0; z-index:96; transition:all 0.35s ease; }

html.bsSideMenuOn { overflow:hidden; }
#header.bsSideMenuOn { background-color:transparent !important; }
.bsSideMenu.bsSideMenuOn { right:0px; }
.bsSideMenuPageCover.bsSideMenuOn { visibility:visible; filter:alpha(opacity=50); opacity:0.50; }
html.ie8 #header.bsSideMenuOn { background-image:url("//ecimg.cafe24img.com/pg170b75670373015/hyysik/web/upload/badasonamu/image/bg/bs_bg_transparent.png"); } /* ie8 */

/* 보드, 딜리버리, 뷰, 즐겨찾기, 바로가기, 최근본상품 */
.bsSideMenu .link { padding:50px 100px 0; }
.bsSideMenu .link > a { display:block; height:47px; line-height:47px; text-align:center; padding:0; font-family:'Poppins','Nanum Square','맑은 고딕','Malgun Gothic',sans-serif; font-size:20px; color:#222; letter-spacing:0.03em; transition: all 0.25s ease; }
.bsSideMenu .link > a:hover { color:#999; }
.bsSideMenu .link .bsView { margin-bottom:50px }

/* 출석체크, 사은품, 쿠폰 */
.bsSideMenu .link .bsSideMenuEvent { padding:40px 0 0; }
.bsSideMenu .link .bsSideMenuEvent p a { display:block; height:47px; line-height:47px; text-align:center; padding:0; font-family:'Poppins','Nanum Square','맑은 고딕','Malgun Gothic',sans-serif; color:#222; font-size:20px; letter-spacing:0.03em; transition: all 0.25s ease; }
.bsSideMenu .link .bsSideMenuEvent p a:hover { color:#999; }




.xans-layout-statelogoff { padding:70px 100px 0; }
.xans-layout-statelogoff:after { content:""; display:block; clear:both; }

.xans-layout-statelogoff > a { display:block; height:47px; line-height:47px; text-align:center; padding:0; font-family:'Poppins','Nanum Square','맑은 고딕','Malgun Gothic',sans-serif; color:#222; font-size:20px; letter-spacing:0.03em; text-transform:uppercase; transition: all 0.25s ease; }
.xans-layout-statelogoff > a:hover { color:#999; }
.xans-layout-statelogoff > a .count,
.xans-layout-statelogoff > a .count span { position:relative; display:inline-block; color:#999; }
.xans-layout-statelogoff > a .count { left:-4px; top:-1px; margin:0 -5px 0 6px; padding:0 0 0 2px; font-size:17px; vertical-align:middle; }
.xans-layout-statelogoff > a .count span { padding:1px 1px 0 1px; font-weight:400; font-size:17px; }
.xans-layout-statelogon { padding:70px 100px 0; }
.xans-layout-statelogon:after { content:""; display:block; clear:both; }

.xans-layout-statelogon > a { display:block; height:47px; line-height:47px; text-align:center; padding:0; font-family:'Poppins','Nanum Square','맑은 고딕','Malgun Gothic',sans-serif; color:#222; font-size:20px; letter-spacing:0.03em; text-transform:uppercase; transition: all 0.25s ease; }
.xans-layout-statelogon > a:hover { color:#999; }
.xans-layout-statelogon > a .count,
.xans-layout-statelogon > a .count span { position:relative; display:inline-block; color:#999; }
.xans-layout-statelogon > a .count { left:-4px; top:-1px; margin:0 -5px 0 3px; padding:0 0 0 2px; font-size:17px; vertical-align:middle; }
.xans-layout-statelogon > a .count span { padding:1px 1px 0 1px; font-weight:400; font-size:17px; }
.xans-layout-productrecent { padding:10px 0 10px 0; text-align:center; }
.xans-layout-productrecent h2 a { display:block; padding:3px 0; font-size:12px; line-height:17px; font-weight:normal; color:#333; display:none; }
.xans-layout-productrecent ul { width:76px; margin:0 auto; }
.xans-layout-productrecent li { padding:0 0 5px 0; }
.xans-layout-productrecent li a { color:#333; }
.xans-layout-productrecent li img { max-width:72px; }
.xans-layout-productrecent li img:hover { filter:alpha(opacity=70); opacity:0.7; }
.xans-layout-productrecent li span { display:block; padding:2px 0; line-height:16px; display:none; }
.xans-layout-productrecent .player { overflow:hidden; *zoom:1; padding:0 0 3px 0; }

.xans-layout-footer { position:relative; margin:0; padding:0 175px; text-align:center; color:#000; font-size:12px; backface-visibility:hidden; }
.xans-layout-footer:before, 
.xans-layout-footer:after { content:; display:block; clear:both; }
.xans-layout-footer .utilMenu { overflow:hidden; padding:20px 0 12px; height:25px; font-size:14px; line-height:25px; *zoom:1; }
.xans-layout-footer .utilMenu li { display:inline-block; padding:0 13px; }
.xans-layout-footer .utilMenu li.home { padding-left:0; }
.xans-layout-footer .utilMenu li a { color:#000; transition: all 0.25s ease; }
.xans-layout-footer .utilMenu li a:hover { color:#999; }
.xans-layout-footer .address { padding:3px 0 5px 0; font-size:13px; color:#e5e5e5; line-height:1.8em; word-break:keep-all; }
.xans-layout-footer .address span { padding:0 3px 0; color:#999; }
.xans-layout-footer .address span a { color:#999; transition:all 0.25s ease }
.xans-layout-footer .address span a:hover { color:#333; }

.xans-layout-footer .bsMainBottom { margin:0; font-size:15px; line-height:35px; letter-spacing:0.02em; }
.xans-layout-footer .bsMainBottom:before, 
.xans-layout-footer .bsMainBottom:after { content:; display:block; clear:both; }
.xans-layout-footer .bsMainBottom > span { padding:0; }
.xans-layout-footer .bsMainBottom > span:first-child { font-size:26px; color:#000; font-weight:600; line-height:45px; letter-spacing:0.03em; }
.xans-layout-footer .bsMainBottom > span a { color:#222; transition:all 0.25s ease; }

/* SNS 버튼 */
.xans-layout-footer .bsBottomSns { position:absolute; bottom:25px; left:42px; }
.xans-layout-footer .bsBottomSns li { float:left; }
.xans-layout-footer .bsBottomSns li a { float:left; font-size:28px; padding:0 6px; transition: all 0.25s ease; }
.xans-layout-footer .bsBottomSns li a { color:#333; }
.xans-layout-footer .bsBottomSns li a.bsSnsF:hover { color:#3b5998 !important; }
.xans-layout-footer .bsBottomSns li a.bsSnsI:hover { color:#3897f0 !important; }
.xans-layout-footer .bsBottomSns li a.bsSnsY:hover { color:#ff0000 !important; }

/* 안전거래 에스크로 .bsEscrow 에 .bsView 추가시 나타남 */
.xans-layout-footer .bsEscrow.bsView { display:inline-block; }

.xans-layout-footer .bsEscrow { padding:10px 0 0 0; color:#999; height:30px; line-height:30px; display:none; }
.xans-layout-footer .bsEscrow > a { margin-left:4px; padding:4px 6px; color:#999; font-size:11px; line-height:22px; background-color:#eee; border:solid 1px #ddd; border-radius:3px; transition: all 0.25s ease; }
.xans-layout-footer .bsEscrow > a:hover { color:#777; background-color:#ddd; border:solid 1px #ccc; }

.xans-layout-footer .bsEscrow { font-size:0; }
.xans-layout-footer .bsEscrow span { font-size:13px; }
.xans-layout-footer .bsEscrow img { display:none; vertical-align:baseline; height:auto; padding-right:5px; }
.xans-layout-footer .bsEscrow .escrowKoreaEasyPay.bsView { display:inline; width:70px; }
.xans-layout-footer .bsEscrow .escrowKsnet.bsView { display:inline; width:70px; }
.xans-layout-footer .bsEscrow .escrowLgu.bsView { display:inline; width:50px; }
.xans-layout-footer .bsEscrow .escrowSettlebank.bsView { display:inline; width:45px; }
.xans-layout-footer .bsEscrow .escrowKgInicis.bsView { display:inline; width:45px; }
.xans-layout-footer .bsEscrow .escrowKgAllat.bsView { display:inline; width:35px; }
.xans-layout-footer .bsEscrow .escrowNhnKcp.bsView { display:inline; width:30px; }
.xans-layout-footer .bsEscrow .escrowAllthegate.bsView { display:inline; width:70px; }
.xans-layout-footer .bsEscrow .escrowToss.bsView { position:relative; top:2px; display:inline; width:110px; }

/* 기본 */
#bsFixedGotop2 { position:fixed; bottom:20px; right:20px; padding:0; z-index:95; background:rgba(51,51,51,1.0); text-indent:-9999px *; border-radius:80px; overflow:hidden; transition:background 0.25s ease; }
#bsFixedGotop2 > a { display:block; }
#bsFixedGotop2 > a.bs_line:after { content:""; display:block; clear:both; width:28px; height:1px; background:#444; margin:0 auto; transition:background 0.25s ease; }
#bsFixedGotop2 i { width:41px; height:42px; line-height:42px; color:#fff; text-align:center; box-sizing:border-box; }
#bsFixedGotop2 a.bs_btn_kakao { background:url("//ecimg.cafe24img.com/pg170b75670373015/hyysik/web/upload/badasonamu/image/icon/bs_icon_kakaoch_w.png") no-repeat 50% 50%; background-size:55%; transition:background 0.25s ease; }
#bsFixedGotop2 a.bs_btn_kakao:hover { background:url("//ecimg.cafe24img.com/pg170b75670373015/hyysik/web/upload/badasonamu/image/icon/bs_icon_kakaoch_y.png") no-repeat 50% 50%; background-size:55%; }
#bsFixedGotop2 a.bs_btn_kakao i { display:block; font-size:27px; }
#bsFixedGotop2 a.bs_btn_kakao:hover i { color:#fee100; }
#bsFixedGotop2 a.bs_btn_gotop i { font-size:20px; }

#bsFixedGotop2 a.bs_btn_naver { background:url("//ecimg.cafe24img.com/pg170b75670373015/hyysik/web/upload/badasonamu/image/icon/bs_icon_naver_talk_w.png") no-repeat 50% 48%; background-size:49%; transition:background 0.25s ease; }
#bsFixedGotop2 a.bs_btn_naver:hover { background:url("//ecimg.cafe24img.com/pg170b75670373015/hyysik/web/upload/badasonamu/image/icon/bs_icon_naver_talk_g.png") no-repeat 50% 48%; background-size:49%; }
#bsFixedGotop2 a.bs_btn_naver i { display:block; font-size:27px; }
#bsFixedGotop2 a.bs_btn_naver:hover i { color:#fee100; }
#bsFixedGotop2 a.bs_btn_naver i { font-size:20px; }

/* 메인화면 적용 */
body#main #bsFixedGotop2 { bottom:25px; right:27px; }
body#main #bsFixedGotop2 > a.bs_line:after { height:1px; }
body#main #bsFixedGotop2 > a.bs_btn_naver.bs_line:after { height:0; }
body#main #bsFixedGotop2 a.bs_btn_gotop { display:none; }
body#main #bsFixedGotop2 i { height:47px; line-height:47px; }

/* 카카오 대화만 사용 */
#bsFixedGotop2.bs_type1 a.bs_btn_naver { display:none; }
body#main #bsFixedGotop2.bs_type1 > a.bs_line:after { height:0; }
body#main #bsFixedGotop2.bs_type1 i { width:45px; height:45px; line-height:45px; }

/* 네이버 대화만 사용 */
#bsFixedGotop2.bs_type2 a.bs_btn_kakao { display:none; }
body#main #bsFixedGotop2.bs_type2 > a.bs_line:after { height:0; }
body#main #bsFixedGotop2.bs_type2 i { width:45px; height:45px; line-height:45px; }
