@charset "utf-8";

*{margin:0;padding:0;letter-spacing:0;}
::-webkit-scrollbar{width:7px; height:7px; border-radius:50px;}
::-webkit-scrollbar-track{background-color:#e0e0e0; border-radius:10px;}
::-webkit-scrollbar-thumb{background:#333; border-radius:10px;}
::-webkit-scrollbar-thumb:hover{background:#333;}
::-webkit-scrollbar-thumb:active{background:#333;}
::-webkit-scrollbar-button { display: none; }

body{overflow-x:hidden;}
body,th,td,input,select,textarea,button,pre{ font-size:13px; line-height:1.4; font-weight:400; color:#111; font-family:'proxima-nova','Apple SD Gothic Neo', 'NanumBarunGothic','Noto Sans CJK','Notokr Local','Malgun Gothic',sans-serif;}

input::placeholder { color:#999; font-weight:400; }
input:-ms-input-placeholder { color:#999; font-weight:400; }

.fb #container{padding-bottom:30px;}
.fb__layout__leftmenu-type, #layout_body.layout-main-lnb, .fb__event, .fb__event-detail__goodsbox, .fb__event-detail__comment {margin-top:60px;}
.fb__goodsView__detail .detail__cont {display:block;}
.fb__shopCommon__title {float:inherit; text-align:center;}
.fb__shopCommon__step-area {margin-top:-30px;}
.respCategoryList .categoryDepthLink em {background:#fff;}
@media screen and (max-width: 992px) {
	.fb__layout__leftmenu-type, #layout_body.layout-main-lnb, .fb__event, .fb__event-detail__goodsbox, .fb__event-detail__comment {margin-top:42px;}
	.bWQnPe {bottom:140px;}
}

#mobile_fixed_menu.isApp {display:block;}
#floating_over.isApp {bottom:75px;}

.gray_01 { color:#333 !important; }
.gray_02 { color:#444 !important; }
.gray_03 { color:#555 !important; }
.gray_04 { color:#666 !important; }
.gray_05 { color:#767676 !important; }
.gray_06 { color:#999 !important; }
.gray_07 { color:#bbb !important; }

.pointcolor { color:#333; }
.pointcolor.imp { color:#333 !important; }
.pointcolor2 { color:#007cd2; }
.pointcolor2.imp { color:#007cd2 !important; }
.pointcolor3 { color:#c60000; }
.pointcolor3.imp { color:#c60000 !important; }
.pointcolor4 { color:#697da6; }
.pointcolor4.imp { color:#697da6 !important; }

/* paging */
.wrap-pagination { zoom:1; margin:35px 0 0; text-align:center; font-size:0; }
.wrap-pagination:after {display:block; content:""; clear:both;}
.wrap-pagination a, .wrap-pagination input, .wrap-pagination button { display:inline-block; box-sizing:border-box; padding:0 2px; min-width:34px; height:34px;line-height:34px; font-size:12px; font-weight:500; color:#666; text-align:center; vertical-align:middle; border:1px #ddd solid; margin-left:-1px; text-decoration:none; }
.wrap-pagination a:first-child, .wrap-pagination input:first-child { margin-left:0; }
.wrap-pagination input + a { margin-left:-1px; }
.wrap-pagination a:hover { color:#333; border-color:#999; background-color:#eee; position:relative; z-index:2; }
.wrap-pagination a.on {background-color:#fff; font-weight:500; color:#333; border-color:#333; position:relative; cursor:default; }
.wrap-pagination a.red {color:#333 !important;}

.wrap-pagination a.prev, .wrap-pagination a.next, .wrap-pagination a[rel='prev'], .wrap-pagination a[rel='next'] { overflow:hidden; text-indent:-999px; margin:0 0 0 -1px; height:34px; }
.wrap-pagination a.first, .wrap-pagination a.last, .wrap-pagination a.end, .wrap-pagination a[rel='first'], .wrap-pagination a[rel='last'], .wrap-pagination a[rel='end'] { overflow:hidden; text-indent:-999px; margin:0 0 0 -1px; height:34px; }
.wrap-pagination a.first { margin-left:0; }
.wrap-pagination button.prev, .wrap-pagination [rel='prev'] {background:url('../../images/design/icon_paging_prev.png') 50% 50% no-repeat; }
.wrap-pagination button.next, .wrap-pagination [rel='next'] {background:url('../../images/design/icon_paging_next.png') 50% 50% no-repeat; }
.wrap-pagination button.first, .wrap-pagination [rel='first'] {background:url('../../images/design/icon_paging_first.png') 50% 50% no-repeat; }
.wrap-pagination button.end, .wrap-pagination [rel='end'] {background:url('../../images/design/icon_paging_last.png') 50% 50% no-repeat; }
.wrap-pagination button.last, .wrap-pagination [rel='last'] {background:url('../../images/design/icon_paging_last.png') 50% 50% no-repeat; }
.wrap-pagination a[rel]>span, .wrap-pagination button>i { display:none; }
.wrap-pagination button:disabled {display:none;}

.wrap-pagination a:not(:first-child) {margin-left:0;}
.wrap-pagination button {margin:0 !important;}
.wrap-pagination a + a:not(.on), .wrap-pagination a + button, .wrap-pagination button + button, .wrap-pagination button + a:not(.on) {border-left:none;}

@media only screen and (max-width:768px) {
	.wrap-pagination a, .wrap-pagination input, .wrap-pagination button {min-width:24px;}
}

/* button */
.btn_resp { border:1px #333 solid; background:#fff; height:28px; font-size:12px; line-height:26px; padding:0 9px; box-sizing:border-box; text-align:center; color:#333; cursor:pointer; vertical-align:middle; border-radius:2px; transition:border-color 0.2s, background-color 0.2s; }
a.btn_resp, span.btn_resp { display:inline-block; }

.btn_resp.size_a { height:20px; font-size:12px; line-height:19px; padding:0 5px; }
.btn_resp.size_b { height:32px; font-size:13px; line-height:31px; min-width:60px; }
.btn_resp.size_c { height:50px; font-size:17px; line-height:45px; min-width:100px; padding:0 14px; }
.btn_resp.size_extra { height:62px; font-size:26px; line-height:60px; min-width:140px; padding:0 20px; }
.btn_resp.size_extra2 { height:62px; font-size:19px; line-height:60px; padding:0 20px; }

.btn_resp.color2 { border-color:#111; background-color:#111; color:#fff; }
.btn_resp.color3 { border-color:#d70303; background-color:#d70303; color:#fff; }
.btn_resp.color4 { border-color:#444; color:#444; }
.btn_resp.color5 { border-color:#999; background-color:#999; color:#fff; }
.btn_resp.color6 { border-color:#616775; background-color:#616775; color:#fff; }
.btn_resp.warnning { color:#f00; }

.btn_resp:hover { border-color:#333; }
.btn_resp.color2:hover { border-color:#333; background-color:#333; }
.btn_resp.color3:hover { border-color:#b70000; background-color:#b70000; }
.btn_resp.color4:hover { border-color:#333; color:#333; }
.btn_resp.color5:hover { border-color:#767676; background-color:#767676; }
.btn_resp.color6:hover { border-color:#484f61; background-color:#484f61; }

.btn_resp.icon { padding-left:30px; background-size:16px; background-position:9px 50%; background-repeat:no-repeat; }
.btn_resp.icon_my_minishop { background-image:url(../../images/common/my_i_minishop.png); }
.btn_resp.icon_personal { background-image:url(../../images/common/my_i_prvpay.jpg); }
.btn_resp.icon_delivery_address { background-image:url(../../images/common/my_i_adrs.jpg); }
.btn_resp.icon_emoney_exchange { background-image:url(../../images/common/my_i_exchange.jpg); }
.btn_resp.icon_1to1 { background-image:url(../../images/common/my_i_1to1.jpg); }
.btn_resp.icon_qna { background-image:url(../../images/common/my_i_qna.jpg); }
.btn_resp.icon_review { background-image:url(../../images/common/my_i_review.jpg); }
.btn_resp.icon_prvpay { background-image:url(../../images/common/my_i_prvpay.jpg); }

.btn_resp.no_border { border:none; color:#767676; outline:none; padding-right:0; }
.btn_resp.no_border:after { display:inline-block; content:''; width:5px; height:9px; margin-left:4px; font-size:0; opacity:0.6; background:url(../images/common/bul_detail_view.png) 50% 50% no-repeat; }
.btn_resp.no_border:hover { text-decoration:underline; color:#333; }
.btn_resp.no_border:hover:after { opacity:1; }

.fb__shopCommon__summary .summary__pay {background:#111;}

/* calendar */
body .ui-dialog { width:auto !important; }
body .ui-corner-all { border-radius:0; }
body .ui-widget-content { border:1px solid #444953; background:#fff; color:#333; }
body .ui-widget-header { border:none; margin:0; background:#616775; color:#fff; }
body .ui-datepicker th { font-size:13px; font-weight:500; color:#333; }
body .ui-datepicker td { font-size:14px; font-weight:400; }
body .ui-datepicker .ui-datepicker-title select { height:24px; width:65px; font:14px/1.4em verdana; color:#333; margin:0 0 0 8px; border:1px #fff solid; appearance:auto; -webkit-appearance:auto; background:#fff; padding:0; }
body .ui-datepicker .ui-datepicker-title select:first-child { margin-left:0; }
body .ui-datepicker .ui-datepicker-title { margin:0; padding:6px 0; font-weight:normal; }
body .ui-datepicker .ui-datepicker-prev, body .ui-datepicker .ui-datepicker-next { top:5px; width:24px; height:32px; cursor:pointer; }
body .ui-datepicker .ui-datepicker-prev { left:6px; background:url(../images/design/icon_arr_prev2.png) 50% 50% no-repeat; background-size:9px; }
body .ui-datepicker .ui-datepicker-next { right:6px; background:url(../images/design/icon_arr_next2.png) 50% 50% no-repeat; background-size:9px; }
body .ui-widget-header .ui-icon { background-image:none; }
body .ui-datepicker .ui-datepicker-prev.ui-state-hover, body .ui-datepicker .ui-datepicker-next.ui-state-hover { border:none; }
body .ui-datepicker th { color:#333; }
body .ui-datepicker th.ui-datepicker-week-end { color:#0066ff; }
body .ui-datepicker th.ui-datepicker-week-end:first-child { color:#ed3347; }
body .ui-datepicker td.ui-datepicker-week-end>a { color:#0066ff }
body .ui-datepicker td.ui-datepicker-week-end:first-child>a { color:#ed3347; }
body .ui-state-default, body .ui-widget-content .ui-state-default { border-radius:2px; text-align:center; border:1px #ddd solid; background:#f8f8f8; color:#555; }
body .ui-widget-content .ui-state-hover { border-color:#767676; }
body .ui-state-highlight, body .ui-widget-content .ui-state-highlight {border-color:#baa00e; background-color:#fffbd7; }
body .ui-state-active, body .ui-widget-content .ui-state-active { border-color:#2598e7 !important; background:#d9f0ff !important; color:#333 !important; }
/* //calendar */

/* -------------------------------------- 상품 상세 --------------------------------------------- */
#goods_view { width:calc(100% - 680px); position:relative; margin-top:60px; }
.text_soldout { font-size:32px; font-weight:500; color:#ff4a00; text-align:center; }
/* 상품 상세 - 레이아웃 */
.goods_thumbs_spec { width:100%; /*display:table; table-layout:fixed;*/ }
.goods_thumbs_spec #goods_thumbs { /*display:table-cell;*/ vertical-align:top; padding-bottom:20px; }
.goods_thumbs_spec #goods_spec { width: 680px;
    box-sizing: border-box;
    padding-left: 59px;
    position: fixed;
    right: 50%;
    background: transparent;
    /*z-index: 20;*/
    top: 150px;
    height: calc(100% - 200px);
    overflow-y: scroll;
    margin-right: -840px;
    float: none;
    padding-right: 20px; }
.goods_thumbs_spec #goods_spec.ab { position:absolute; height:auto; bottom:0; top:auto; right:-680px; margin-right:0; overflow:visible; }

@media only screen and (max-width:1740px) {
	.goods_thumbs_spec #goods_spec { right:30px; margin-right:0; }
}
@media only screen and (max-width:1300px) {
    .goods_thumbs_spec #goods_thumbs{width:100%;}
	#goods_view { width:100%; margin-top:0px; }
	.goods_thumbs_spec #goods_spec { position:relative; width:100%; right:auto; top:auto; height:auto; margin-right:0; padding-left:0; padding-right:0; overflow:visible; }
	.goods_thumbs_spec #goods_spec.ab { position:relative; width:100%; right:auto; top:auto; bottom:auto; height:auto; margin-right:0; padding-left:0; padding-right:0; }
}
.goods_spec_sections>li { padding:8px 0; font-size:16px; line-height:28px; }
.goods_spec_sections a:hover { text-decoration:underline; }
.goods_spec_sections .btn_resp.question { font-size:17px; font-weight:700; color:#999; width:28px; }

.goods_buy_sections { border-top:1px #eee solid; margin-top:10px; }
.goods_buy_sections>li { padding:8px 10px; border-top:1px #eee solid; }
.goods_buy_sections>li:first-child { border-top:none; }
.goods_bg {display:none; position:fixed; top:0; left:0; width:100%; height:100%; background:#000; opacity:0.5; filter:alpha(opacity=50); z-index:1000;}
/* 옵션, 구매하기 열기 섹션( 모바일에서만 노출 ) */
.goods_buy_open_sections { position:fixed; left:0; bottom:0; right:0; z-index:1002; padding:10px; border-top:1px #ccc solid; background:#f1f2f5; display:none; }
.goods_buy_open_sections .btn_section_open,
.goods_buy_sections .btn_section_close { position:absolute; left:calc( 50% - 30px ); top:-20px; display:block; width:59px; height:20px; background-position:50% 0; background-repeat:no-repeat; background-size:100%; overflow:hidden; text-indent:-999px; }
.goods_buy_open_sections .btn_section_open { background-image:url('../images/design/btn_quickbar_open.png'); }
.goods_buy_sections .btn_section_close { background-image:url('../images/design/btn_quickbar_close.png'); display:none; }
.goods_buy_sections #nhn_btn { margin-top:0 !important; }

@media only screen and (max-width:1300px) {
	.goods_buy_open_sections { display:block; }
	.goods_buy_sections { position:fixed; left:0; bottom:0; right:0; z-index:1002; padding-bottom:10px; background:#eee; display:none; }
	.goods_buy_sections .btn_section_close { display:block; }
	.goods_option_select_area { margin-top:10px; max-height:330px; overflow-y:auto; }
	.goods_buy_sections .btn_resp.size_extra2 { height:42px; font-size:17px; line-height:40px; min-width:90px; padding:0 10px; }
}


/* 상품 상세 - 타이틀 영역 */
.info__top { padding:0 0 25px; text-align:left; }
.info__top .info__name { font-size:28px; padding-bottom:12px; line-height:1.2; font-weight:500; letter-spacing:-1px; color:#333; }
.info__top .summary { display:inline; font-size:16px; color:#767676; }
.info__top .seq_num { padding-top:5px; font-size:16px; }
.info__top .detail_icons { display:inline-block; padding-left:4px; }
.info__top .detail_icons img { margin-right:4px; }
.info__top.v2 { padding:60px 0 40px; }
@media only screen and (max-width:1300px) {
	.info__top, .info__top.v2 { padding:20px 0 0; }
	.goods_thumbs_spec #goods_thumbs { padding-top:0; display:block; }
	.info__top .info__name { font-size:24px; line-height:1.3; }
	.info__top .summary { font-size:14px; }
	.goods_spec_sections>li { font-size:14px; }
}

/* 상품디스플레이 탭 스타일*/
ul.displayTabType1 { *zoom:1; margin-bottom:10px; padding-left:1px; }
ul.displayTabType1:after {content:""; display:block; clear:both; }
ul.displayTabType1>li { float:left; box-sizing:border-box; background-color:#fff; color:#999; font-size:14px; height:45px; line-height:45px; text-align:center; border:1px #ddd solid; border-left:none; border-bottom-color:#888; cursor:pointer; }
ul.displayTabType1>li:first-child { border-left:1px #ddd solid; }
ul.displayTabType1>li.current { color:#333; border-color:#888; border-left:1px #888 solid; margin-left:-1px; border-bottom-color:#fff; cursor:default; }
.displayTabContentsContainer { display:none; }

/* 반응형 레이어 팝업 */
.resp_layer_bg { position:fixed; left:0; right:0; top:0; bottom:0; z-index:10005; background:rgba(0,0,0,0.5); }
.resp_layer_pop { position:fixed; z-index:10020; background:#fff; width:700px; text-align:left; }
.resp_layer_pop.small_screen { width:auto !important; margin:0 !important; left:10px !important; top:10px !important; right:10px !important; bottom:10px !important; }
.resp_layer_pop.wait_hide { opacity:0; }
.resp_layer_pop>.title { background:#fff; border-top:1px #fff solid; font-size:21px; font-weight:300; color:#333; padding:20px 50px 10px 20px; }
.resp_layer_pop .title_l2 { background:#fff; font-size:21px; font-weight:300; color:#333; padding:10px; position:relative; border:1px #999 solid; margin-bottom:-1px; }
.resp_layer_pop .btn_pop_close { position:absolute; right:0; top:5px; width:60px; height:60px; background:url('../../images/common/icon_close_layer.png') no-repeat center center;  }
.y_scroll_auto { overflow-y:auto; min-height:220px; }
.y_scroll_auto2 { overflow-y:auto; min-height:220px; margin-bottom:62px; } /* 하단 버튼형 */
.layer_pop_contents { padding:10px 20px 80px; }
.layer_pop_contents.v2 { padding:0 20px 20px; }
.layer_pop_contents.v3 { padding:10px 20px; }
.layer_pop_contents.v4 { padding:10px 20px 20px; }
.layer_pop_contents.v5 { padding:10px 20px 40px; }
.layer_pop_contents .stitle { padding:10px 0 8px; font-size:14px; line-height:1.3; font-weight:500; color:#333; }
.layer_pop_contents .stitle.v2 { font-weight:700; }
.layer_pop_contents .stitle.v3 { padding:10px 0 4px; }
.layer_pop_contents .stitle.v4 { font-weight:400; line-height:1.4; }
.layer_pop_contents.v2 .stitle { padding:10px 0; }
.layer_pop_contents .stitle_desc { display:inline-block; font-weight:500; color:#5594c0; }
.layer_bottom_btn_area { position:absolute; left:0; bottom:0; right:0; z-index:10; padding:0 10px 10px; background:#fff; }
.layer_bottom_btn_area.v2 { padding-top:10px; border-top:1px #ddd solid; }
.layer_bottom_btn_area2 { position:absolute; left:0; bottom:0; right:0; z-index:500; padding:10px 10px 10px; min-height:52px; background:#fff; border-top:1px #ddd solid; }
.layer_bottom_btn_area2.v2 { padding:10px 5px 0; }
.layer_bottom_btn_area .add1 { padding:10px 0 15px; text-align:center; }
@media only screen and (max-width:767px) {
	.resp_layer_pop>.title { padding-left:10px; }
	.layer_pop_contents { padding:10px 10px 80px; }
	.layer_pop_contents.v2 { padding:0 0 20px; }
	.layer_pop_contents.v2 .stitle { padding:10px; }
	.layer_pop_contents.v3 { padding:10px; }
	.layer_pop_contents.v4 { padding:10px 10px 20px; }
	.layer_pop_contents.v5 { padding:10px 10px 40px; }
	.y_scroll_auto.mh100 { max-height:100% !important; }
}
/* //반응형 레이어 팝업 */

/* 반응형 New Display -- Icon */
.respGoodsIcon { position:absolute; right:0; top:0; transform:translateX(0px) translateY(-0px); transition:all 0.2s; }
.respGoodsIcon .respGoodsIconInner { display:table; table-layout:fixed; }
.respGoodsIcon.typeText { border-radius:2px; background:#333; color:#fff; font-size:13px; font-weight:300; line-height:1.3; }
.respGoodsIcon.typeText .respGoodsIconInner { width:47px; height:47px; }
.respGoodsIcon .iconArea { display:table-cell; text-align:center; vertical-align:middle; }
.respGoodsIcon.discount_per .nuM { font-size:19px; font-weight:500; line-height:1.2; }
.respGoodsIcon.typeText .secondMessage { display:inline-block; }
.respGoodsIcon .nextMessage { display:block; }
.item__box:hover .respGoodsIcon { opacity:0.2; transform:translateX(0px) translateY(-0px); }

/* 반응형 New Display -- 찜 */
.respGoodsZzim { position:absolute; bottom:-100%; left:30px; width:calc(50% - 35px); background:#ffffff; opacity:0; transition:all 0.2s; }
.respGoodsZzim .zzimArea { display:block; padding:10px; }
.respGoodsZzim .zzimArea span { font-size:15px; color:#555555; display:inline-block; vertical-align:top; font-weight:600; }
.respGoodsZzim .zzimImage { width:23px; }
.item__box:hover .respGoodsZzim { bottom:30px; opacity:1; filter:alpha(opacity=100);}
.item__box .respGoodsZzim .zzimImage.active { opacity:1; }
.respGoodsZzim .zzimArea .item__wish{width:100%; height:23px; position:inherit; text-align:left; background-position:right; background-image:url('../../images/v_img/icon_wish.png');}
.respGoodsZzim .zzimArea .item__wish.on{background-image:url('../../images/v_img/icon_wish_on.png');}

/* 미리보기/옵션보기/SNS보내기 */
.respGoodsFuncMenu { position:absolute; right:30px; bottom:-100%; padding:10px; background:#fff; text-align:left; width:calc(50% - 35px); opacity:0; transition:all 0.24s; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box;}
.respGoodsFuncMenu>ul {}
.respGoodsFuncMenu>ul>li { display:block; font-size:13px; }
.respGoodsFuncMenu>ul>li>button { display:block; font-size:15px; color:#555555; line-height:20px; font-weight:600; background:transparent; }
.respGoodsFuncMenu>ul>li .txt { display:inline-block; vertical-align:top; }
.respGoodsFuncMenu>ul>li.funcMenu_quickview>a { }
.respGoodsFuncMenu>ul>li.funcMenu_quickview button{background-image:url('../../images/v_img/icon_cart.png'); background-size:contain; background-position:right; background-repeat:no-repeat;}
.respGoodsFuncMenu>ul>li.funcMenu_quickview .item__cart{width:100%; height:23px; text-align:left;}
.item__box:hover .respGoodsFuncMenu { opacity:1; bottom:30px; }
.searched_item_display>ul>li:hover .respGoodsFuncMenu { opacity:1; bottom:30px; }
@media screen and (max-width:1280px) {
	.respGoodsIcon { transform:translateX(0) translateY(0);}
	.item__box:hover .respGoodsIcon { transform:translateX(0) translateY(0);}
}
@media only screen and (max-width:1023px) {
	.respGoodsIcon.typeText .respGoodsIconInner { width:44px; height:44px; }
	.respGoodsIcon.discount_per .nuM { font-size:17px; }
	.respGoodsZzim { display:none !important; }
	.respGoodsFuncMenu { display:none !important; }	
	.searched_item_display .display_zzim { display:none !important; }	
}


/* -------------------------------------- Layout --------------------------------------------- */
#layout_body, .resp_wrap { max-width:1760px; margin:0 auto; padding-left:40px; padding-right:40px; }
#layout_body.mto {max-width:1280px;}
.resp_wrap:after {display:block; content:""; clear:both;}
.wrap_aside { padding:0 10px; }
.wrap_aside.v2 { padding-top:30px; }
#layout_body div.slide-wrap { overflow:visible; }
iframe#actionFrame { width:0; height:0; position:absolute; left:0; bottom:0; visibility:hidden; }
.pcHideMoShow { display:none; }
.full_layout { position:fixed; left:0; top:0; right:0; bottom:0; overflow-y:auto; }
.full_layout .single_contents { display:table; width:100%; height:100%; }
.full_layout .single_contents>li { display:table-cell; padding:10px; vertical-align:middle; text-align:center; }
.layout_intro { padding:0 0 60px; }
.center_contents_layout { text-align:center; }
.center_contents_layout>.inner { display:inline-block; text-align:left; }
#layout_body { padding-top:90px; min-height:650px; }
@media only screen and (max-width:1280px) {
	#layout_body,
	.resp_wrap { padding-left:20px; padding-right:20px; }
}

@media only screen and (max-width:767px) {
	/*.pcHideMoShow { display:block; }*/
	#layout_body { padding-top:110px; min-height:300px; }
	#shop_cart #layout_body, #shop_infoInput #layout_body {padding-left:0; padding-right:0;}
	#mypage_index #layout_body {margin-top:0;}
	#layout_body.fb__mypage {padding-left:0; padding-right:0;}
	#layout_body.fb__member-search {padding-left:0; padding-right:0;}
	#layout_body.fb__member-search-result {padding-left:0; padding-right:0;}
}
/* -------------------------------------- //Layout --------------------------------------------- */


/* ========================= HEADER( /layout_header/standard.html ) ========================= */
.layout_header { position:fixed; top:0; left:0; width:100%; z-index:120; height:90px; background:transparent; }
.layout_header:before { content: ''; display: block; width: 0; height: 100%; background: #fff; position: absolute; top: 0; left: 0; transition: width 0.5s linear; z-index: -1; border-bottom: 1px solid #eee; box-sizing: border-box; }
.layout_header.fix:before { width:100%; }
.layout_header.line:after { content: ''; display: block; width:100%; height: 1px; position: absolute; bottom: 0; left: 0; z-index: -1; background:#eee; }
/* language */
.layout_header .language { float:left; margin:5px 20px 0 0; line-height:12px; }
.layout_header .language .select_list { display:block; height:26px; line-height:26px; background:#fff; color:#767676; border:none; }
.layout_header .language:hover .select_list { color:#333; }
.layout_header .language .language_country_img { display:inline-block; vertical-align:top; width:26px; height:26px; background-position:100% 50%; background-repeat:no-repeat; background-size:20px; margin-right:2px; }
.layout_header .language .language_country_img_KR { background-image:url('/data/brand_country/kr.png');}
.layout_header .language .language_country_img_JP { background-image:url('/data/brand_country/jp.png');}
.layout_header .language .language_country_img_CN { background-image:url('/data/brand_country/cn.png');}
.layout_header .language .language_country_img_US { background-image:url('/data/brand_country/us.png');}
.layout_header .language .sel_arrow  {display:inline-block; vertical-align:top; width:20px; height:26px; background:url('/admin/skin/default/images/common/new_arrow.png') 50% 50% no-repeat;}
/* bookmark */
.layout_header .bookmark { float:left; margin:4px 0 0 10px;; padding:8px 0; font-size:11px; font-weight:300; color:#999; }
.layout_header .bookmark > img { max-height:14px; }
.layout_header .bookmark:hover { color:#fff; }
.layout_header .util_wrap_menu2 { position:fixed; top:0; right:60px; z-index:2002; }
.layout_header .util_wrap_menu2:after { clear:both; display:block; content:''; }
.layout_header .util_wrap_menu2>li { float:left; position:relative; padding:0 12px; }
.layout_header .util_wrap_menu2>li:first-child { }
.layout_header .util_wrap_menu2>li:nth-child(2){}
.layout_header .util_wrap_menu2>li>a { display:block; vertical-align:top; line-height:90px; font-size:17px; font-weight:500; }
.layout_header .util_wrap_menu2>li>a.btn_search_open { width:25px; height:25px; top:33px; position:relative; font-size:0; background:url('../../images/v_img/icon_navi_search.png') 50% 50% no-repeat; background-size:contain; }
.layout_header .util_wrap_menu2>li>a.btn_mypage_open {width:25px; height:25px; top:23px; position:relative; font-size:0; background:url('../../images/v_img/icon_navi_mypage2.png') 50% 50% no-repeat; background-size:contain; }
.layout_header .util_wrap_menu2>li>a.btn_basket_open {width:25px; height:25px; top:23px; position:relative; font-size:0; background:url('../../images/v_img/icon_navi_basket2.png') 50% 50% no-repeat; background-size:contain; }
.layout_header .util_wrap_menu2>li.resp_top_hamburger { padding-right:0; }
.layout_header .util_wrap_menu2>li>a.btn_head_mypage { width:25px; height:25px; top:33px; position:relative; font-size:0; background:url('../../images/v_img/icon_navi_mypage.png') 50% 50% no-repeat; background-size:contain; }
.layout_header .user_info { height:40px; line-height:41px; padding-right:15px; display:none; }
.layout_header .u_name, .layout_header .u_id { color:#333;  }
.layout_header .cart_cnt1 { margin-left:5px; }
/* 맴버 가입시 혜택 */
#layout_header .benefit { position:absolute; left:50%; top:36px; background:#8a8a8a; width:56px; height:20px; margin-left:-28px; font-size:11px; line-height:20px; color:#fff; text-align:center; border-radius:4px; animation:benefit 1s linear infinite }
@keyframes benefit {0% {transform:translateY(0)} 50% {transform:translateY(-4px)} 100% {transform:translateY(0)}}
#layout_header .benefit .arrow { position:absolute; top:-5px; left:50%; margin-left:-4px; font-size:6px; line-height:1.0; color:#8a8a8a; }

.layout_header .logo_wrap { zoom:1; }
.layout_header .logo_wrap:after {display:block; content:""; clear:both;}
.layout_header .logo_wrap .resp_wrap { position:relative; max-width:100%; margin:0 60px; padding:0; }
.layout_header .logo_wrap .logo_area { position:fixed; top:0; left:60px; height:90px; display:table; }
.layout_header .logo_wrap .logo_area>a { display:table-cell; vertical-align:middle; height:100%; }
.layout_header .logo_wrap .logo_area img { height:60px; vertical-align:middle; }
/*
.layout_header .logo_wrap.flying {position:fixed; width:100%; top:0; left:0; right:0; z-index:900; height:auto; border-top:none; background:rgba(255,255,255,0.9); }
.layout_header .logo_wrap.flying .logo_area { height:auto; line-height:normal; }
.layout_header .logo_wrap.flying .logo_area img { max-height:32px; }
*/
.layout_header .resp_top_cart { display:none; position:absolute; right:40px; top:50%; height:34px; margin-top:-17px; padding-left:20px; background:url(../images/common/icon_cart.png) 0 center no-repeat; background-size:29px; }
.layout_header .cart_cnt2 { display:inline-block; vertical-align:top; margin-top:-3px; text-align:center; height:20px; padding:0 5px; min-width:10px; border-radius:10px; font-size:11px; line-height:21px; font-weight:300; background:#333; color:#fff; }

/* 햄버거 */
.resp_top_hamburger { }
.resp_top_hamburger>a { display: inline-block; position: relative; width:20px; height:20px; top:35px; }
.resp_top_hamburger>a span { display: inline-block; position: absolute; left: 0; width: 100%; height: 1px; background-color: #000; transition: all .4s; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.resp_top_hamburger>a span:nth-of-type(1) { top: 2px; }
.resp_top_hamburger>a span:nth-of-type(2) { top: 9px; }
.resp_top_hamburger>a span:nth-of-type(3) { bottom: 2px; }
.resp_top_hamburger>a.on { -webkit-transform: rotate(360deg); transform: rotate(360deg); }
.resp_top_hamburger>a.on span:nth-of-type(1) { top:-10px; -webkit-transform: translateY(20px) rotate(-45deg); transform: translateY(20px) rotate(-45deg); }
.resp_top_hamburger>a.on span:nth-of-type(2) { top:10px; -webkit-transform: translateY(0) rotate(45deg); transform: translateY(0) rotate(45deg); }
.resp_top_hamburger>a.on span:nth-of-type(3) { opacity: 0; }

#util_wrap_menu2_app{display:none;}


.layout_header .util_wrap_menu2>li>a.btn_search_open span { opacity:0; filter:alpha(opacity=0); display: inline-block; position: absolute; left: 0; width: 100%; height: 2px; background-color: #000; transition: all .4s; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.layout_header .util_wrap_menu2>li>a.btn_search_open span:nth-of-type(1) { top: 2px; }
.layout_header .util_wrap_menu2>li>a.btn_search_open span:nth-of-type(2) { top: 9px; }
.layout_header .util_wrap_menu2>li>a.btn_search_open.on { background:none; -webkit-transform: rotate(360deg); transform: rotate(360deg); }
.layout_header .util_wrap_menu2>li>a.btn_search_open.on span { opacity:1; filter:alpha(opacity=100); }
.layout_header .util_wrap_menu2>li>a.btn_search_open.on span:nth-of-type(1) { top:-10px; -webkit-transform: translateY(20px) rotate(-45deg); transform: translateY(20px) rotate(-45deg); }
.layout_header .util_wrap_menu2>li>a.btn_search_open.on span:nth-of-type(2) { top:10px; -webkit-transform: translateY(0) rotate(45deg); transform: translateY(0) rotate(45deg); }



@media only screen and (max-width:1023px){
        #util_wrap_menu2_app .cart_cnt_app { 
        position:absolute; left:50%; margin-left:5px; display:inline-block; background:#ff5524; min-width:14px; line-height:14px; color:#ffffff; border-radius:100%; font-size:11px; text-align:center;}
 .layout_header .util_wrap_menu2>li>a.btn_search_open { width:25px; height:25px; top:33px; position:relative; font-size:0; background:url('../../images/v_img/icon_navi_search.png') 50% 50% no-repeat; background-size:contain; }
.layout_header .util_wrap_menu2>li>a.btn_mypage_open {width:25px; height:25px; top:33px; position:relative; font-size:0; background:url('../../images/v_img/icon_navi_mypage2.png') 50% 50% no-repeat; background-size:contain; }
.layout_header .util_wrap_menu2>li>a.btn_basket_open {width:25px; height:25px; top:33px; position:relative; font-size:0; background:url('../../images/v_img/icon_navi_basket2.png') 50% 50% no-repeat; background-size:contain; }
}



@media only screen and (max-width:767px){
    #util_wrap_menu2{display:block;}
    #util_wrap_menu2_app .cart_cnt_app { 
        position:absolute; left:50%; margin-left:5px; display:inline-block; background:#ff5524; min-width:14px; line-height:14px; color:#ffffff; border-radius:100%; font-size:11px; text-align:center;}
     .layout_header .util_wrap_menu2>li>a.btn_search_open { width:25px; height:25px; top:23px; position:relative; font-size:0; background:url('../../images/v_img/icon_navi_search.png') 50% 50% no-repeat; background-size:contain; }
.layout_header .util_wrap_menu2>li>a.btn_mypage_open {width:25px; height:25px; top:23px; position:relative; font-size:0; background:url('../../images/v_img/icon_navi_mypage2.png') 50% 50% no-repeat; background-size:contain; }
.layout_header .util_wrap_menu2>li>a.btn_basket_open {width:25px; height:25px; top:23px; position:relative; font-size:0; background:url('../../images/v_img/icon_navi_basket2.png') 50% 50% no-repeat; background-size:contain; }
}

/* 프로모션 코드 */
#resp_promo { text-align:center; }
#resp_promo li>span { display:inline-block; line-height:1.2; padding:5px 5px 0; }
#resp_promo .slick-arrow { width:30px; height:30px; top:calc( 50% - 15px ); border-radius:2px; opacity:0.4; }
#resp_promo:hover .slick-arrow { opacity:1; }
#resp_promo .slick-prev { left:5px; transform:translateX(0); }
#resp_promo .slick-next { right:5px; transform:translateX(0); }


/* GNB 카테고리 네비게이션 */
.layout_header .nav_wrap { display:table; margin:0 auto; }
.layout_header .nav_wrap .resp_wrap { position:relative; padding:0; margin:0 auto; width:auto; }
.layout_header .nav_wrap .respCategoryList { display:table; table-layout:fixed; }
.layout_header .nav_wrap .respCategoryList>li { display:table-cell; text-align:center; position:relative; vertical-align:middle; }
.layout_header .nav_wrap .respCategoryList .categoryDepthLink { display:block; height:90px; padding:0 15px; font-size:18px; line-height:91px; font-weight:500; color:#111; position:relative; min-width:max-content; }
.layout_header .nav_wrap .respCategoryList .categoryDepthLink:before{content:''; display:none; width:5px; height:5px; background:#ff5524; border-radius:50%; position:absolute; top:24px; left:0; opacity:0; transition:left 0.5s;}
.layout_header .nav_wrap .respCategoryList .categoryDepthLink:hover{color:#ff5524;}
.layout_header .nav_wrap .respCategoryList .categoryDepth1:hover .categoryDepthLink:before {left:50%; margin-left:-2.5px; opacity:1;}
.layout_header .nav_wrap .respCategoryList .categoryDepth1:hover .categoryDepthLink>em { }
/*
.layout_header .nav_wrap .respCategoryList .categoryDepthLink>em:after { display:block; position:absolute; left:50%; bottom:-1px; width:0px; padding-top:1px; background:#444; transition:all .2s; content:"" }
.layout_header .nav_wrap .respCategoryList .categoryDepth1:hover .categoryDepthLink>em:after { width:100%; left:0;  }
.layout_header .nav_wrap .respCategoryList .categoryDepth1.on .categoryDepthLink { color:#000; }
.layout_header .nav_wrap .respCategoryList .categoryDepth1.on .categoryDepthLink>em { border-bottom:1px #444 solid; }
*/
.layout_header .nav_wrap .respCategoryList .custom_nav_link { text-align:right; }
.layout_header .nav_wrap .respCategoryList .custom_nav_link .categoryDepthLink { color:#697da6; }
.layout_header .nav_wrap .respCategoryList .custom_nav_link:hover .categoryDepthLink { color:#626c81; }
.layout_header .nav_wrap .respCategoryList .custom_nav_link:hover .categoryDepthLink>em:after { width:100%; left:0;  }
.layout_header .nav_wrap .respCategoryList .custom_nav_link.on .categoryDepthLink { color:#626c81; }
.layout_header .nav_wrap .respCategoryList .custom_nav_link.on .categoryDepthLink>em { border-bottom:1px #444 solid; }
.layout_header .nav_wrap .respCategoryList .nav_category_all { width:60px; }
.layout_header .nav_wrap .categorySub { display:none; position:fixed; left:0px; top:89px; width:100%; text-align:center; border:0; border-top:1px solid #eee; background:#fff; padding:32px 0px; opacity:0; filter:alpha(opacity=0); visibility:hidden; -webkit-transition:all 0.4s;-moz-transition:all 0.4s;-o-transition:all 0.4s;transition:all 0.1s; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.layout_header .nav_wrap .categorySub.show { visibility:visible; opacity:1; filter:alpha(opacity=100); }
.layout_header .nav_wrap .categorySubWrap { display:table; margin:0 auto; }
.layout_header .nav_wrap .categorySubWrap>ul,
.layout_header .nav_wrap .categorySubWrap>div { vertical-align:top; }
.layout_header .nav_wrap .categorySubWrap .categoryDepth2 { }
.layout_header .nav_wrap .categorySubWrap .categoryDepth2:last-child { }
.layout_header .nav_wrap .categorySubWrap .categoryDepth2>li { position:relative; padding:10px 20px; float:left;}
.layout_header .nav_wrap .categorySubWrap .categoryDepth2>li:last-child { }
.layout_header .nav_wrap .categorySubWrap .categoryDepth2>li>a { display:block; padding:0; line-height:27px; font-size:17px; position:relative; }
.layout_header .nav_wrap .categorySubWrap .categoryDepth2>li>a:after { content: ''; display: block; width: 100%; height: 1.5px; background: #333; position: absolute; bottom: -3px; left: 0; opacity:0; filter:alpha(opacity=0); -webkit-transition:all 0.2s ease-out;-moz-transition:all 0.2s ease-out;-o-transition:all 0.2s ease-out;transition:all 0.2s ease-out; }
.layout_header .nav_wrap .categorySubWrap .categoryDepth2>li:hover>a { font-weight:500; }
.layout_header .nav_wrap .categorySubWrap .categoryDepth2>li:hover>a:after { bottom:0; opacity:1; filter:alpha(opacity=100); }
.layout_header .nav_wrap .categorySubWrap .categorySubBanner { padding-left:15px; font-size:0; line-height:0; }
.layout_header .nav_wrap .categorySubWrap .categorySubBanner img { max-width:none; }
.layout_header .nav_wrap .categorySubWrap .categoryDepth3 { display:none; }

/* 카테고리배너 오른쪽에 있는 놈들 */
.layout_header .nav_wrap .categoryDepth1.right_area .categorySub { left:auto; right:-2px; }
@media screen and (-webkit-min-device-pixel-ratio:0) { /* 크롬 전용 */
	.layout_header .nav_wrap .categoryDepth1.right_area .categorySubWrap { display:-webkit-box; display:flex; text-align:right; }
	.layout_header .nav_wrap .categoryDepth1.right_area .categorySubWrap>ul,
	.layout_header .nav_wrap .categoryDepth1.right_area .categorySubWrap>div { flex:0 0 auto; }
	.layout_header .nav_wrap .categoryDepth1.right_area .categorySubWrap>div.categorySubBanner { order:-2; padding-left:0; padding-right:15px; }
	.layout_header .nav_wrap .categoryDepth1.right_area .categorySubWrap .categoryDepth2>li:hover>a { transform:translateX(-2px); }

	.layout_header .nav_wrap .categoryDepth1.right_area .categoryDepth3 { left:auto; right:100%; transform:translateX(2px); }
	.layout_header .nav_wrap .categoryDepth1.right_area .categoryDepth3>li:hover>a { transform:translateX(-2px); }
	.layout_header .nav_wrap .categoryDepth1.right_area .categoryDepth3 + a:after { right:auto; left:3px; background-image:url(../images/common/bul_gnb_3depth_b.png); opacity:0.4; }
}

/* 카테고리 서브메뉴 - type2 */
.layout_header .nav_wrap[data-submenu='type2'] .respCategoryList { table-layout:auto; }
.layout_header .nav_wrap[data-submenu='type2'] .nav_category_area { position:relative; }
.layout_header .nav_wrap[data-submenu='type2'] .respCategoryList>li { position:static; }
.layout_header .nav_wrap[data-submenu='type2'] .categoryDepth1 .categorySub { left:0; right:auto; box-sizing:border-box; width:100%; padding:5px 15px 15px; box-shadow:0 1px 2px rgba(0,0,0,0.1); }
.layout_header .nav_wrap[data-submenu='type2'] .categoryDepth1 .categorySubWrap { display:table; width:100%; text-align:left; }
.layout_header .nav_wrap[data-submenu='type2'] .categoryDepth1 .categorySubWrap>div.categorySubBanner { padding:10px 0 0; width:1px; }
.layout_header .nav_wrap[data-submenu='type2'] .categoryDepth1 .categorySubWrap .categoryDepth2 { font-size:0; padding-bottom:10px; }
.layout_header .nav_wrap[data-submenu='type2'] .categoryDepth1 .categorySubWrap .categoryDepth2>li { font-size:14px; display:inline-block; vertical-align:top; min-width:175px; min-height:46px; padding-bottom:2px; border:none; }
.layout_header .nav_wrap[data-submenu='type2'] .categoryDepth1 .categorySubWrap .categoryDepth2>li>a { box-sizing:border-box; padding:24px 0 8px 10px; width:100%; position:absolute; left:0; top:0; font-weight:500; color:#333; overflow:hidden;white-space:nowrap;text-overflow:ellipsis;-o-text-overflow:ellipsis;-ms-text-overflow:ellipsis;-moz-binding:url('ellipsis.xml#ellipsis');word-wrap:normal !important; }
.layout_header .nav_wrap[data-submenu='type2'] .categoryDepth1 .categorySubWrap .categoryDepth2>li:hover>a { transform:none; color:#999; }
.layout_header .nav_wrap[data-submenu='type2'] .categoryDepth1 .categoryDepth3 { margin-top:52px; font-size:13px; font-weight:300; opacity:1; position:static; left:auto; top:auto; z-index:auto; white-space:normal; border:none; background:transparent; border-radius:0;  transform:none; transition:none; }
.layout_header .nav_wrap[data-submenu='type2'] .categorySubWrap .categoryDepth3>li>a { padding:5px 0 4px 10px; border-top:none; transition:none; }
.layout_header .nav_wrap[data-submenu='type2'] .categoryDepth1 .categoryDepth3>li:hover>a { transform:none; }
.layout_header .nav_wrap[data-submenu='type2'] .categoryDepth1 .categoryDepth3 + a:after { display:none; }

/* 카테고리 서브메뉴 - type3 */
.layout_header .nav_wrap[data-submenu='type3'] .respCategoryList { table-layout:auto; }
.layout_header .nav_wrap[data-submenu='type3'] .nav_category_area { position:relative; }
.layout_header .nav_wrap[data-submenu='type3'] .respCategoryList>li { position:static; }
.layout_header .nav_wrap[data-submenu='type3'] .categoryDepth1 .categorySub { left:0; right:auto; box-sizing:border-box; width:100%; box-shadow:0 1px 2px rgba(0,0,0,0.1); }
.layout_header .nav_wrap[data-submenu='type3'] .categoryDepth1 .categorySubWrap { display:table; width:100%; text-align:left; }
.layout_header .nav_wrap[data-submenu='type3'] .categoryDepth1 .categorySubWrap>div.categorySubBanner { padding-left:15px; padding-right:0; width:1px; }
.layout_header .nav_wrap[data-submenu='type3'] .categoryDepth1 .categorySubWrap .categoryDepth2 { font-size:0; }
.layout_header .nav_wrap[data-submenu='type3'] .categoryDepth1 .categorySubWrap .categoryDepth2>li { font-size:14px; display:inline-block; min-width:175px; border:none; }
.layout_header .nav_wrap[data-submenu='type3'] .categoryDepth1 .categorySubWrap .categoryDepth2>li>a { padding:14px 25px 14px 10px; }
.layout_header .nav_wrap[data-submenu='type3'] .categoryDepth1 .categorySubWrap .categoryDepth2>li:hover>a { transform:translateX(0); }
.layout_header .nav_wrap[data-submenu='type3'] .categoryDepth1 .categoryDepth3 { left:9px; right:auto; top:38px; width:100%; padding:4px 0; transform:translateY(2px); font-size:13px; box-shadow:0 1px 2px rgba(0,0,0,0.1); }
.layout_header .nav_wrap[data-submenu='type3'] .categoryDepth1 .categoryDepth3>li:hover>a { transform:translateX(0); }
.layout_header .nav_wrap[data-submenu='type3'] .categoryDepth1 .categoryDepth3 + a:after { display:inline-block; content:''; vertical-align:top; width:13px; height:15px; position:relative; left:8px; right:auto; top:auto; background-image:url(../images/common/btn_slide_s_bottom.png); }


/* 전체 카테고리/브랜드/지역 팝업 버튼 */
.categoryAllBtn, .brandAllBtn, .locationAllBtn { display:block; height:49px; width:49px; border-left:1px #f0f0f0 solid; border-right:1px #f0f0f0 solid; font-size:16px; line-height:50px; font-weight:700; color:#333; }

/* 전체 카테고리, 전체 브랜드, 전체 지역 */
.categoryAll_wrap, .brandAll_wrap, .locationAll_wrap { position:fixed; left:0; top:0; right:0; bottom:0; z-index:900; padding:30px 40px 40px; background-color:rgba( 0, 0, 0, 0.5 ); }
.categoryAllContainer, .brandAllContainer, .locationAllContainer { position:relative; max-width:1260px; height:100%; margin:0 auto; background-color:#fff; border-radius:6px; overflow-y:auto; }
.all_list_contents { padding:40px; }
.all_list_contents a { color:#555; transition:all 0.2s; }
.all_list_contents .all_list_title { font-size:26px; font-weight:700; letter-spacing:-1px; color:#333; }
.all_list_contents .all_list_depth1 { font-size:0; line-height:0; text-align:left; margin-left:-10px; }
.all_list_contents .all_list_depth1>li { display:inline-block; min-width:160px; vertical-align:top; margin-left:10px; font-size:12px; line-height:1.4; color:#555; }
.all_list_contents .all_list_depth1>li>a { display:block; vertical-align:top; margin-top:20px; padding:10px 0 10px; border:1px #eee solid; font-size:17px; line-height:1.2; font-weight:300; color:#333; text-align:center; border-radius:2px; }
.all_list_contents .all_list_depth1>li:hover>a { border-color:#ccc; color:#ed3347; }
.all_list_contents .all_list_depth2 { padding-top:10px; }
.all_list_contents .all_list_depth2>li>a { display:block; vertical-align:top; padding:5px 10px 3px; font-size:14px; }
.all_list_contents .all_list_depth2>li:hover>a { color:#ed3347; }
.all_list_contents .all_list_depth3 { padding:0 0 6px 14px; margin-top:-2px; }
.all_list_contents .all_list_depth3>li>a { display:block; vertical-align:top; padding:1px 10px 1px 14px; font-size:13px; color:#767676; background:url(../images/common/icon_sub2_a.png) 2px 50% no-repeat;}
.all_list_contents .all_list_depth3>li:last-child>a { background:url(../images/common/icon_sub2_b.png) 2px 0 no-repeat; }
.all_list_contents .all_list_depth3>li:hover>a { color:#ed3347; }
.all_list_contents .all_list_close { position:absolute; right:30px; top:30px; display:block; width:40px; height:40px; overflow:hidden; text-indent:-9999px; background:url(../images/common/del.png) 50% 50% no-repeat; }

/* 카테고리 전체 배너 */
.all_list_banner { margin-top:40px; }
.cate_all_1banner { overflow:hidden; text-align:center; }

.cate_all_2banner { text-align:center; }
.cate_all_2banner:after {content:""; display:block; clear:both;}
.cate_all_2banner>p { float:right; width:calc(50% - 5px); }
.cate_all_2banner>p:first-child { float:left; }

/* GNB 슬라이드배너 */
.gnb_bnr_slide_01 { display:table; position:absolute; left:100px; top:0px; }
.gnb_bnr_slide_01 .slider_gon { display:table-cell; height:148px; vertical-align:middle; }
.gnb_bnr_slide_01 .slider_gon>div { width:120px; position:relative; }
.gnb_bnr_slide_01 .slick-slider .slick-arrow { position:absolute; left:auto; top:50%; width:21px; margin-top:-11px; height:21px; border-radius:2px; background-color:#eee; background-position:50% 50%; background-size:auto; opacity:0.5; }
.gnb_bnr_slide_01 .slick-slider .slick-prev { right:-23px; background-image:url(../images/common/btn_slide_s_prev.png); }
.gnb_bnr_slide_01 .slick-slider .slick-next { right:-46px; background-image:url(../images/common/btn_slide_s_next.png); }
.gnb_bnr_slide_01:hover .slick-slider .slick-arrow { opacity:1; }

.gnb_bnr_slide_02 { display:table; }
.gnb_bnr_slide_02 .slider_gon { display:table-cell; vertical-align:middle; }
.gnb_bnr_slide_02 .slider_gon>div { position:relative; }
.gnb_bnr_slide_02 .slick-slider .slick-arrow { position:absolute; top:0; left:auto; right:-23px; top:50%; width:21px; height:21px; border-radius:2px; background-color:#eee; background-position:50% 50%; background-size:auto; opacity:0.5; }
.gnb_bnr_slide_02 .slick-slider .slick-next { margin-top:-22px; background-image:url(../images/common/btn_slide_s_top.png); }
.gnb_bnr_slide_02 .slick-slider .slick-prev { margin-top:1px; background-image:url(../images/common/btn_slide_s_bottom.png); }
.gnb_bnr_slide_02:hover .slick-slider .slick-arrow { opacity:1; transform:translateX( 0 ); }

.mobile_header_menu { clear:both; display:none; width:100%; overflow-x:auto; background:#fff; -ms-overflow-style:none;}
.mobile_header_menu::-webkit-scrollbar { width:0px !important; height:0px; border-radius:0; display:none; }
.mobile_header_menu::-webkit-scrollbar-thumb { border-radius:0; }
.mobile_header_menu::-webkit-scrollbar-track { border-radius:0; }
.mobile_header_menu > ul { display:table; width:max-content; padding:0 10px; }
.mobile_header_menu > ul:after { clear:both; display:block; content:''; }
.mobile_header_menu > ul > li { float:left; padding:0 10px; position:relative; }
.mobile_header_menu > ul > li a { display:block; font-size:16px; font-weight:400; line-height:44px; }
.mobile_header_menu > ul > li.on a { font-weight:500; }
.mobile_header_menu > ul > li ul { display:none; }
.mobile_header_menu > ul > li.on:before { content:''; position:absolute; bottom:0; left:0; width:100%; height:2px; background:#000; }

/* 모바일크기에서 1280px 이상 커질경우 클릭되지 않은 1차 메뉴 첫글자만 표시되는 현상 개선	by Hun-Ju, Jung / 2022-11-17 */
@media only screen and (min-width:1400) {
	li.categoryDepth1 { width: max-content; }
}

@media only screen and (max-width:1499px) {
	.layout_header .nav_wrap { display:none; }
	.layout_header .logo_wrap .logo_area { left:20px; }
	.layout_header .logo_wrap .logo_area img { height:50px; }
	.layout_header .util_wrap_menu2 { right:20px; }
	.mobile_header_menu { display:block; margin-top:70px; }
}
@media only screen and (max-width:767px) {
	.layout_header.line:after { display:none; }
	.layout_header:before { border-bottom:0; }
	.layout_header { height:70px; }
	.layout_header .logo_wrap .resp_wrap { margin:0 20px; }
	.layout_header .logo_wrap .logo_area { height:70px; left:20px; }
	.layout_header .logo_wrap .logo_area img { height:40px; }
	.layout_header .util_wrap_menu2 { right:20px; }
	.layout_header .util_wrap_menu2>li>a { font-size:16px; line-height:70px; }
	.layout_header .util_wrap_menu2>li.resp_top_hamburger>a { top:25px; }
	.layout_header .util_wrap_menu2>li>a.btn_search_open { top:23px; }
	.layout_header .util_wrap_menu2>li.hide_mobile,
	.layout_header .util_wrap_menu2>li.hide_mobile_top { display:none; }
	body.opened_layout_side .layout_header .util_wrap_menu2>li.hide_mobile_top { display:block; }
}
/* ========================= //HEADER( /layout_header/standard.html ) ========================= */


/* ========================= FOOTER( /layout_footer/standard.html ) ========================= */
.layout_footer { margin-top:60px; }
.layout_footer .resp_wrap { padding:0; }
.layout_footer .title { font-size:14px; line-height:1; font-weight:700; color:#333; padding-bottom:17px; }
.layout_footer .escrow { clear:both; display:block; text-align:left; position:absolute; top:30px; right:50px;}
.layout_footer .escrow_fix { position:absolute; right:50px; top:0; width:60px; height:60px; background:url('/data/icon/escrow_mark/kicc.png') 50% 50% no-repeat; background-size:cover; }

.layout_footer .footer_a { border-top:1px #e9e9e9 solid; padding:0; text-align:center; }
.layout_footer .footer_c { }
.layout_footer .footer_c .resp_wrap { position:relative; border-top:1px #e9e9e9 solid; padding:27px 0 77px; }

.layout_footer .menu1 { display:block; margin:0 auto; padding:80px 0 60px; text-align:left; }
.layout_footer .menu1:after { clear:both; display:block; content:''; }
.layout_footer .menu1>li  { float:left; display:inline-block; vertical-align:top; width:21%; padding-right:10px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.layout_footer .menu1>li:nth-child(5){display:none;}
.layout_footer .menu1>li.sns { width:16%; }

.layout_footer .list li { font-size:14px; color:#555; line-height:1.8; }
.layout_footer .list li p { font-size:14px; color:#555; line-height:1.8; }
.layout_footer .list li a { font-size:14px; color:#555; line-height:1.8; }
.layout_footer .list li.compay_phone a { display:inline-block; line-height:1; font-size:30px; font-family:'proxima-nova'; color:#333; margin-bottom:8px; }

.layout_footer .menu3 { clear:both; display:table; }
.layout_footer .menu3:after { clear:both; display:block; content:''; }
.layout_footer .menu3 li { float:left; display:inline-block; vertical-align:top; padding-right:10px; margin-right:10px; position:relative; }
.layout_footer .menu3 li:after { content:''; display:block; width:1px; height:10px; background:#ccc; position:absolute; top:7px; right:0; }
.layout_footer .menu3 li span { font-size:13px; line-height:1.8; }
.layout_footer .menu3 li span.pcolor { font-size:13px; line-height:1.8; }
.layout_footer .menu3 li:last-child:after { display:none; }

.layout_footer .copyright { clear:both; display:block; font-size:12px; color:#b2b2b2; font-weight:500; padding-top:20px; }
.layout_footer .copyright b { font-weight:500; }

/* 플로팅 - BACK/TOP(대쉬보드)*/
#floating_over {display:block; position:fixed; right:-60px; bottom:30px; width:60px; z-index:300; -webkit-transition:all 0.3s;-moz-transition:all 0.3s;-o-transition:all 0.3s;transition:all 0.3s; }
#floating_over a { display:inline-block; width:60px; height:60px; margin-top:10px; border:1px solid #000; text-align:center; cursor:pointer; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
#floating_over a img { width:100%; }
#floating_over.show { right:30px; }
#floating_over .ico_floating_channel { background:#111 url('../../images/v_img/icon_channel.png') no-repeat center; background-size:40px; font-size:0; border-radius:30px; }
#floating_over .ico_floating_naver { background:#00c53a url('../../images/v_img/icon_navertalktalk.png') no-repeat center; border-color:#00c53a; background-size:40px; font-size:0; }
#floating_over .ico_floating_kakao { background:#ffeb00 url('../../images/v_img/icon_kakao.png') no-repeat center; border-color:#ffeb00; background-size:40px; font-size:0; }
#floating_over .ico_floating_top { background:#fff url('../../images/arrow-up.svg') no-repeat center center; background-size:70%; }

#mobile_fixed_menu { position:fixed; bottom:0; left:0; width:100%; background:#fff; z-index:300; clear:both; display:none; height:60px; border-top:1px solid #e9e9e9; }
#mobile_fixed_menu ul { display:block; width:100%; background:#f2f2f2;}
#mobile_fixed_menu ul:after { clear:both; display:block; content:''; }
#mobile_fixed_menu ul li { float:left; width:25%; }
#mobile_fixed_menu ul li a { display:block; text-align:center; position:relative; }
#mobile_fixed_menu ul li a img { margin-top:10px; max-height:25px; display:inline-block; vertical-align:top; }
#mobile_fixed_menu ul li a span { font-size:11px; display:block; margin-top:5px; line-height:20px; }
#mobile_fixed_menu ul li a span.cart_cnt1 { position:absolute; top:1px; left:50%; margin-left:5px; display:inline-block; background:#ff4800; min-width:18px; line-height:18px; color:#ffffff; border-radius:100%; font-size:10px; }
#mobile_fixed_menu ul li a img.on { display:none; }
#mobile_fixed_menu ul li.selected a img.on { display:inline-block; }
#mobile_fixed_menu ul li.selected a img.off { display:none; }

/* 플로팅 안보이는 곳 */
#shop_goodsView #mobile_fixed_menu, #shop_cart #mobile_fixed_menu, #shop_infoInput #mobile_fixed_menu {display:none;}

@media only screen and (max-width:1760px) {
	.layout_footer .footer_a .resp_wrap { padding-left:40px; padding-right:40px; }
	.layout_footer .footer_c .resp_wrap { padding-left:40px; padding-right:40px; }
    .layout_footer .escrow { clear:both; display:block; text-align:left; position:absolute; top:90px; right:10px; width:45px;}
}

@media only screen and (max-width:767px) {
	.layout_footer .footer_a .resp_wrap { padding:0 20px; }
	.layout_footer .footer_c .resp_wrap { padding:0 20px; }
	.layout_footer { padding:0; }

	.layout_footer .footer_a { padding:0; }
	.layout_footer .title { font-size:15px; position:relative; cursor:pointer; padding:0; }
	.layout_footer .title:after { position:absolute; right:0; top:0px; width:6px; height:6px; border-right:1px solid #000; border-bottom:1px solid #000; content:''; -webkit-transform:rotate(45deg); -ms-transform:rotate(45deg); transform:rotate(45deg);}
	.layout_footer .list li { font-size:13px; line-height:1.7; }
	.layout_footer .list li p { font-size:13px; line-height:1.7; }
	.layout_footer .list li a { font-size:13px; line-height:1.7; }
	.layout_footer .menu1 { padding:13px 0 40px; }
	.layout_footer .menu1>li { width:100%; padding-right:0; padding-top:27px; }
	.layout_footer .menu1>li.sns { width:100%; }
	.layout_footer .menu1>li .list { display:none; padding-top:17px; }
	.layout_footer .menu1>li.opened .list { }
	.layout_footer .menu1>li.opened .title:after { -webkit-transform:rotate(-135deg); -ms-transform:rotate(-135deg); transform:rotate(-135deg);}

	.layout_footer .footer_c { padding:0 20px; }
	.layout_footer .footer_c .resp_wrap { padding:0 0 90px; border-top:0; }
	.layout_footer .menu3 li { padding-right:5px; margin-right:5px; }
	.layout_footer .menu3 li span { font-size:11px; line-height:1.6; }
	.layout_footer .menu3 li span.pcolor { font-size:11px; line-height:1.6; }
	.layout_footer .copyright { font-size:11px; padding-top:10px; }
    .layout_footer .escrow { clear:both; display:block; text-align:left; position:absolute; top:70px; right:10px; width:43px;}

	#floating_over { bottom:75px; width:47px; }
	#floating_over a { width:47px; height:47px; }
    #floating_over .ico_floating_channel { background:#111 url('../../images/v_img/icon_channel.png') no-repeat center; background-size:33px; font-size:0; border-radius:30px; }
	#floating_over.show { right:15px; }
	#mobile_fixed_menu { display:block; }
}



/* 최근 본 상품(하단 레이어)*/
#recently_popup {display:none; position:absolute; bottom:85px; right:0; z-index:999;}
.recently_popup {width:300px; margin:10px; position:relative; background:#fff; z-index:1001;}
.recently_popup .btn_close {position:absolute; top:0; right:0; background:url('../../images/design/btn_recently_close.png') no-repeat center; background-size:10px 10px; width:35px; height:33px; text-indent:-9999px;}
.recently_popup h1 { background:#616775; height:35px; line-height:35px; text-indent:10px; font-size:14px; color:#fff;}
.recently_popup .recently_thumb {position:relative; margin:5px; padding-bottom:0; overflow:hidden; text-align:center;}
.recently_popup .recently_thumb .thumb {position:relative; text-align:center;}
.recently_popup .recently_thumb .thumb:after {display:block; content:""; clear:both;}
.recently_popup .recently_thumb .thumb h2 {background:#fff; height:95px; line-height:90px; font-size:13px; font-weight:normal; color:#666; z-index:99;}
.recently_popup .recently_thumb .thumb li {position:relative; float:left; width:25%;}
.recently_popup .recently_thumb .thumb li:first-child {margin-left:0;}
.recently_popup .recently_thumb .thumb li a {display:inline-block; margin:5px;}
.recently_popup .recently_thumb .thumb li img {border:1px solid #eee; width:64px; height:64px;}
.recently_popup .recently_thumb .thumb li .btn_delete {position:absolute; top:-5px; right:-5px; background:url('../../images/design/ico_recently_delete.png') no-repeat; width:15px; height:15px; border-radius:2px; }
.recently_popup .recently_page { margin:0 auto; padding:0 0 10px; text-align:center;}
.recently_popup .recently_page .btn_page {margin:0 3px; display:inline-block; width:14px; height:8px; background:#aaa; border-radius:4px; }
.recently_popup .recently_page .btn_page.on {display:inline-block; width:40px; background:#616775; }
.recently_bg {display:none; position:fixed; top:0; left:0; width:100%; height:100%; background:#000; opacity:0.5; filter:alpha(opacity=50); z-index:1000;}

/* ========================= //FOOTER( /layout_footer/standard.html ) ========================= */


/* ======================== 검색 개선( 검색창 ) =============================== */
.resp_top_search { }
.resp_top_search button { vertical-align:middle; }
.resp_top_search a { display:inline; }
.resp_top_search .search_ver2 { z-index: 990; position: fixed; left: 0px; top: 0px; width: 100%; height: 100%; display: none; }
.resp_top_search .search_ver2:before { background-color: #333; opacity: 0.6; filter: alpha(opacity=60); content:''; position:absolute; top:0; left:0; bottom:0; right:0; }
.resp_top_search .search_ver2.on { display:block; }
.resp_top_search .search_ver2 .importcolor { color:#333; }

.resp_top_search a.btn_search_open { display:block; width:20px; height:20px; margin-top:9px; overflow:hidden; text-indent:-999px; background:url('../images/common/btn_zoom.png') 50% 50% no-repeat; background-size:contain; }

.resp_top_search .search_ver2 .search_new { position: fixed; right: -600px; top: 0px; box-sizing: border-box; height: 100%; padding: 90px 60px 60px 60px; overflow: auto; width: 600px; z-index: 2001; background-color: #fff; display: none;  -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.resp_top_search .search_ver2.on .search_new { display:block; }

.resp_top_search .search_ver2 .search_new a { text-decoration:none; }
.resp_top_search .search_ver2 .search_new input[type='text'] { border:none; background:transparent; }
.resp_top_search .search_ver2 .search_new:after {display:block;visibility:hidden;clear:both;content:'';}

.resp_top_search .search_ver2 .search_new .input_area { text-align:right; font-size:0; line-height:0; }
.resp_top_search .search_ver2 .search_new .input_area .cont { text-align:left; box-sizing:border-box; width:100%; height:50px; padding:0; margin:0; border:0; background:#f4f4f4; border-radius:50px; }
.resp_top_search .search_ver2 .search_new .input_area label.search_box { display:inline-block; height:100%; width:calc(100% - 45px); cursor:text; text-align:left; }
.resp_top_search .search_ver2 .search_new .input_area label.search_box>input[type='text'] { height:100%; width:100%; padding:0 10px 0 20px; border:none; outline:none; font-size:16px; font-weight:500; color:#333; vertical-align:middle;  }
.resp_top_search .search_ver2 .search_new .input_area label.search_box>input[type='text']::placeholder { font-size:16px; font-weight:400; color:#999; }
.resp_top_search .search_ver2 .search_new .input_area label.search_box>input[type='text']:-ms-input-placeholder { font-size:16px; font-weight:400; color:#999; }
.resp_top_search .search_ver2 .search_new .input_area button.search { width:20px; height:20px; border:none; background:url('../images/common/btn_zoom.png') 50% 50% no-repeat; background-size:contain; }
.resp_top_search .search_ver2 .search_new .input_area button.close { display:none; margin-left:5px; width:20px; height:20px; border:none; background:url('../images/common/icon_close_gray2.png') 50% 50% no-repeat; }
.resp_top_search .search_ver2 .search_new .input_area button.close.disabled { visibility:hidden; }

.resp_top_search .search_ver2 .search_new .contetns_area { }

#recent-searched-list { clear:both; display:block; margin-top:45px; }
#hit-searched-list { clear:both; display:block; margin-top:35px; }

#recentArea h2 { float:left; font-size:20px; line-height:30px; }
.resp_top_search .search_ver2 .search_new .tab_foot_menu { float:right; }
.resp_top_search .search_ver2 .search_new .tab_foot_menu>li { float:left; font-size:0; }
.resp_top_search .search_ver2 .search_new .tab_foot_menu>li>a { font-size:16px; line-height:30px; }
.resp_top_search .search_ver2 .search_new .tab_foot_menu>li>a:hover { }
.resp_top_search .search_ver2 .search_new .tab_foot_menu>li.menu_item>a { border-left:1px #ddd solid; }
.resp_top_search .search_ver2 .search_new .tab_foot_menu>li.menu_item>a:first-child { border-left:none; }
.resp_top_search .search_ver2 .search_new .tab_foot_menu>li.search_close { float:right; border-left:1px #aaa solid; }
.resp_top_search .search_ver2 .search_new .tab_foot_menu>li.swiper_guide { display:none; }

.resp_top_search .search_ver2 .search_new .recent_area {}

.resp_top_search .search_ver2 .search_new .tab_btns { height:35px; }
.resp_top_search .search_ver2 .search_new .tab_btns>li { float:left; width:50%; }
.resp_top_search .search_ver2 .search_new .tab_btns>li>a { display:block; height:34px; color:#666; border-left:1px #aaa solid; border-bottom:1px #aaa solid; text-align:center; font-size:13px; font-weight:500; line-height:35px; background:#eee; }
.resp_top_search .search_ver2 .search_new .tab_btns>li:first-child>a { border-left:none; }
.resp_top_search .search_ver2 .search_new .tab_btns>li.on>a { height:35px; line-height:35px; font-weight:500; color:#333; border-bottom:none; background:none; }
.resp_top_search .search_ver2 .search_new .searching_list { clear:both; display:block; padding-top:15px; }
.resp_top_search .search_ver2 .search_new .searching_list>li { position:relative; }
.resp_top_search .search_ver2 .search_new .searching_list>li>a { display:block; height:36px; line-height:36px; vertical-align:top; font-size:16px; }
.resp_top_search .search_ver2 .search_new .searching_list>li>a:hover { }
.resp_top_search .search_ver2 .search_new .searching_list>li>a.searched_item { padding:0 30px 0 0px; overflow:hidden;white-space:nowrap;text-overflow:ellipsis;-o-text-overflow:ellipsis;-ms-text-overflow:ellipsis;-moz-binding:url('ellipsis.xml#ellipsis');word-wrap:normal !important; }
.resp_top_search .search_ver2 .search_new .searching_list>li>a.searched_item.event { padding-right:62px; }
.resp_top_search .search_ver2 .search_new .searching_list>li>a.searching_item_close { position:absolute; right:0; top:0; width:30px; overflow:hidden; text-indent:-999px; background:url(../../images/common/icon_close_gray2.png) 50% 50% no-repeat; opacity:0.5; }
.resp_top_search .search_ver2 .search_new .searching_list>li>a.searching_item_close:hover { }
.resp_top_search .search_ver2 .search_new .searching_list>li>a.goto_event { position:absolute; right:0; top:0; padding:0; width:62px; text-align:center; color:#aaa; }
.resp_top_search .search_ver2 .search_new .searching_list>li>a.goto_event:hover { background-color:#edfaff; color:#333; }

.resp_top_search .search_ver2 .search_new .recent_item_list { max-height:330px; padding:5px; overflow-y:auto; font-size:0; }
.resp_top_search .search_ver2 .search_new .recent_item_list>li { display:inline-block; box-sizing:border-box; position:relative; max-width:33.33%; }
.resp_top_search .search_ver2 .search_new .recent_item_list .item_link { display:inline-block; border:1px #ddd solid; margin:5px; text-align:center; }
.resp_top_search .search_ver2 .search_new .recent_item_list .item_link:hover { border-color:#bbb; }
.resp_top_search .search_ver2 .search_new .recent_item_list .display_zzim { position:absolute; right:10px; bottom:10px; }
.resp_top_search .search_ver2 .search_new .recent_item_list .display_zzim { width:16px; cursor:pointer; }
.resp_top_search .search_ver2 .search_new .recent_item_list .item_img { max-width:100%; }
.resp_top_search .search_ver2 .search_new .recent_item_list .item_delete { position:absolute; right:-2px; top:-2px; opacity:0.7; display:block; width:20px; height:20px; background:url('../images/common/icon_close_gray2.png') 50% 50% no-repeat; }
.resp_top_search .search_ver2 .search_new .recent_item_list .item_wish { position:absolute; right:2px; bottom:2px; }
.resp_top_search .search_ver2 .search_new .recent_item_list .item_wish img { opacity:0.5; }

.resp_top_search .search_ver2 .search_new .recent_item_list>li:hover .item_delete { opacity:1; }

.resp_top_search .search_ver2 .search_new .autocomplete_area {  }
.resp_top_search .search_ver2 .search_new .autocomplete_banner { position:absolute; left:-251px; top:0; box-sizing:border-box; width:252px; padding:10px 0; border:1px #aaa solid; background:#fff; overflow-x:hidden; }
.resp_top_search .search_ver2 .search_new .autocomplete_banner img { max-width:100%; }
.resp_top_search .search_ver2 .search_new .autocomplete_banner .title { font-size:15px; line-height:1.2; color:#333; padding:10px 0; text-align:center; }
.resp_top_search .search_ver2 .search_new .autocomplete_banner .goods_name { padding-top:5px; font-size:12px; color:#767676; letter-spacing:0; }
.resp_top_search .search_ver2 .search_new .autocomplete_banner .goods_price { font-size:14px; color:#333; font-weight:500 }
.resp_top_search .search_ver2 .search_new .banner_list { width:270px; max-height:380px; padding-left:10px; overflow-y:scroll; font-size:0; margin-left:-10px; }
.resp_top_search .search_ver2 .search_new .banner_list>li { display:inline-block; vertical-align:top; width:110px; font-size:13px; margin:0 0 0 10px; padding:5px 0; }

.resp_top_search .search_ver2 .search_new .tab_contents .no_data,
.resp_top_search .search_ver2 .search_new .autocomplete_area .no_data { width:100%; box-sizing:border-box; padding:30px 0; text-align:center; font-size:14px; }
.resp_top_search .search_ver2 .search_new .highlight { font-weight:500; color:#ed3347; }
.resp_top_search .search_ver2 .search_new .event .highlight { color:#0098ff; }

@media only screen and (max-width:1023px) {
}

@media only screen and (max-width:767px) {
.resp_top_search .search_ver2 .search_new { width:100%; padding:70px 40px; }
}
/* ======================== //검색 개선( 검색창 ) =============================== */


/* ======================== 검색 개선( 검색 필터 ) =============================== */
.search_nav { padding:20px 0 0; font-size:15px; line-height:32px; color:#666; }
.search_nav a { color:#666; text-decoration:none; }
.search_nav select { vertical-align:top; font-size:15px; color:#333; padding-left:0; border-color:#eee; }
.search_nav select:hover { border-color:#ccc; cursor:pointer; }
.search_nav .navi_linemap { display:inline-block; vertical-align:middle; height:30px; margin:1px 0; }
.search_nav .navi_linemap:before { display:inline-block; content:''; width:14px; height:32px; margin-right:2px; vertical-align:top; background:url(../images/common/icon_navi_linemap.png) 50% 50% no-repeat; }
.search_nav .navi_linemap.on { color:#333; }
.search_nav a.navi_linemap:hover { color:#ed3347; }
.search_nav .home { display:inline-block; vertical-align:middle; width:20px; height:34px; overflow:hidden; text-indent:-999px; background:url(../images/common/icon_navi_home.png) 50% 50% no-repeat; }
.search_nav.search_page { margin-bottom:-12px; }
.searched_text { color:#333; }

.search_nav .navi_linemap2 { position:relative; z-index:10; display:inline-block; vertical-align:top; height:32px; cursor:pointer; }
.search_nav .navi_linemap2:before { display:inline-block; content:''; width:14px; height:32px; margin-right:2px; vertical-align:top; background:url(../images/common/icon_navi_linemap.png) 50% 50% no-repeat; }
.search_nav .navi_linemap2:after { display:inline-block; content:''; width:18px; height:18px; vertical-align:middle; margin-left:2px; border:1px #ddd solid; background:url(../images/common/btn_slide_s_bottom.png) 50% 50% no-repeat; }
.search_nav .navi_linemap2 .selected_cate { display:inline-block; vertical-align:middle; }
.search_nav .navi_linemap2 .navi_linemap_sub { position:absolute; left:14px; top:32px; min-width:120px; padding:5px 0; background:#fff; border:1px #ccc solid; }
.search_nav .navi_linemap2 .navi_linemap_sub>li { padding:0 10px; cursor:pointer; height:24px; line-height:24px; font-size:14px; color:#767676; white-space:nowrap; }
.search_nav .navi_linemap2 .navi_linemap_sub>li:hover { background:#f8f8f8; color:#333; }
.search_nav .navi_linemap2 .navi_linemap_sub>li.on { color:#333; background-color:#f8f8f8; }
.search_nav .navi_linemap2 {}

.search_filter_wrap { margin-top:20px; }
.search_nav + #goodsSearchForm .search_filter_wrap { margin-top:15px; }
#goodsSearchForm #filterResultCount { display:none; }

.search_filter { border:0; font-size:13px; line-height:1.4; color:#666; display:none !important; }
.search_filter.no_filter { border:none; }
.search_filter label { margin:0; }
.search_filter label.active { color:#333; }
.search_filter .mo_hide { display:none; }
.search_filter a { color:#666; text-decoration:none; }
.search_filter a:hover { color:#999; }
.search_filter .desc { color:#aaa; }
.search_filter .btn_sfilter { height:28px; font-size:12px; line-height:28px; border:1px #bbb solid; border-radius:2px; background:#fff; padding:0 10px; }
.search_filter label.btn_sfilter { display:inline-block; }
.search_filter button.btn_sfilter { height:30px; line-height:1; }
.search_filter .btn_sfilter.v2 { border-color:#898c9a; }
.search_filter .btn_sfilter.active { border-color:#767676; }
.search_filter .btn_sfilter>input[type='checkbox'] { width:0; height:0; visibility:hidden; }
.search_filter .input_sfilter { height:30px; border:1px #bbb solid; border-radius:2px; background:#fff; text-indent:0; padding:0 9px; font-size:14px; line-height:28px; color:#333; }
.search_filter>li { border-top:1px #eee solid; display:table; width:100%; table-layout:fixed; }
.search_filter>li:first-child { border-top:none; }
.search_filter .filter_menu_area { display:table-cell; vertical-align:top; width:120px; background:#fafafa; border-right:1px #ddd solid; color:#333; }
.search_filter .filter_detail_area { display:table-cell; vertical-align:top; }

.search_filter .filter_menu_area>a { display:block; padding:10px; position:relative; font-size:14px; color:#333; background:url(../images/common/btn_plus2.png) 90% 50% no-repeat; }
.search_filter .filter_menu_area>a.opend { background-image:url(../images/common/btn_minus2.png); }
.search_filter .filter_menu_area>a.xxx { background-image:none; cursor:default; }

.search_filter .message {display:none; padding:10px; color:#999;}
.search_filter .message.on { display:block; }
.search_filter .message.on + .filter_section_sorting { display:none !important; }

.search_filter .category_all_nav { zoom:1; }
.search_filter .category_all_nav:after {content:""; display:block; clear:both;}
.search_filter .category_all_nav + .filter_detail_item { zoom:1; }
.search_filter .category_all_nav>a { display:block; float:left; padding:10px 0 10px 24px; color:#999; background:url(../images/common/depth_list2.png) 10px 48% no-repeat; }
.search_filter .category_all_nav>a:hover { color:#0c7bc6; }
.search_filter .category_all_nav>a:nth-last-child( 2 ),
.search_filter .category_all_nav>a:nth-last-child( 2 ):hover { color:#333; cursor:default; }
.search_filter .category_all_nav>a.mobile_pre_cate { display:none; width:24px; height:24px; overflow:hidden; text-indent:-999px; padding:0; margin:5px 0 0 10px; border:1px #ccc solid; background:url(../images/common/icon_cate_pre.png) 50% 50% no-repeat; }
.search_filter .category_all_nav>a.mobile_pre_cate + a { padding-left:10px; background:none; }
.search_filter .category_all_nav .count_category {display:block; float:left; padding:10px 10px 10px 5px; color:#999;}


.search_filter .location_all_nav:after {content:""; display:block; clear:both;}
.search_filter .location_all_nav + .filter_detail_item { border-top:1px #ddd dashed; zoom:1; }
.search_filter .location_all_nav>a { display:block; float:left; padding:10px 10px 10px 14px; color:#999; background:url(../images/common/depth_list2.png) 0 50% no-repeat; }
.search_filter .location_all_nav>a:hover { color:#0c7bc6; }
.search_filter .location_all_nav>a:nth-last-child( 2 ),
.search_filter .location_all_nav>a:nth-last-child( 2 ):hover { color:#333; cursor:default; }
.search_filter .location_all_nav>a.mobile_pre_location { display:none; width:24px; height:24px; overflow:hidden; text-indent:-999px; padding:0; margin:5px 0 0 10px; border:1px #999 solid; background:url(../images/common/icon_cate_pre.png) 50% 50% no-repeat; }
.search_filter .location_all_nav>a.mobile_pre_location + a { padding-left:10px; background:none; }
.search_filter .location_all_nav .count_location {display:block; float:left; padding:10px 10px 10px 0px; color:#999;}

.search_filter .filter_section_sorting { display:none; border-bottom:1px #ddd dashed; zoom:1; }
.search_filter .filter_section_sorting>label { display:inline-block; height:36px; line-height:36px; padding:0 10px 0 28px; background:url(../images/common/icon_checked_off2.png) 10px 40% no-repeat; }
.search_filter .filter_section_sorting>label.active { font-weight:500; color:#333; background-image:url(../images/common/icon_checked2.png); }
.search_filter .filter_section_sorting>label>input[type='radio'] { width:1px; height:1px; visibility:hidden; }

.search_filter .filter_detail_item { padding:0; overflow:hidden; }
.search_filter .filter_detail_item.opend { height:auto; max-height:200px; overflow-y:auto; }
.search_filter .filter_detail_item>li { display:inline-block; vertical-align:top; margin-right:10px; }
.search_filter .filter_detail_item>li.reresearch_area { padding-left:30px; }
.search_filter .filter_detail_item>li.price_area { padding-left:30px; }
.search_filter .filter_detail_item>li>a { display:block; vertical-align:top; padding:0px; }
.search_filter .filter_detail_item>li.active { font-weight:500; color:#0c7bc6; }
.search_filter .filter_detail_item>li:first-child { padding-left:0px; }
.search_filter .filter_detail_item>li>a .name { display:inline-block; line-height:34px; padding:0 12px; background:#f8f8f8; border-radius:34px; }
.search_filter .filter_detail_item>li>a .desc { display:none; }

.search_filter .filter_brand_section .filter_detail_item label { display:inline-block; height:18px; vertical-align:top; position:relative; padding:7px 14px 7px 35px; line-height:18px; }
.search_filter .filter_brand_section .filter_detail_item label:before { display:block; content:''; position:absolute; left:10px; top:6px; width:18px; height:18px; border:1px #ccc solid; border-radius:2px; }
.search_filter .filter_brand_section .filter_detail_item label:hover:before { border-color:#aaa; }
.search_filter .filter_brand_section .filter_detail_item label.active:before { background:url(../images/common/check_icon.png) 50% 50% no-repeat; background-size:12px; }
.search_filter .filter_brand_section .filter_detail_item input[type='checkbox'],
.search_filter .filter_brand_section .filter_detail_item input[type='radio'] { width:0; height:0; visibility:hidden; position:absolute; left:0; top:0; }

.search_filter .filter_seller_section .filter_detail_item input[type='radio'] { width:0; height:0; visibility:hidden; }
.search_filter .filter_seller_section .filter_detail_item label { display:inline-block; height:18px; vertical-align:top; position:relative; padding:7px 14px 7px 10px; line-height:18px; }

.search_filter .filter_detail_section .filter_menu_area>a { padding-top:15px; }
.search_filter .filter_detail_section .filter_detail_item { padding:10px; }
.search_filter .filter_detail_item>li.reresearch_area .input_sfilter { width:160px; }
.search_filter .filter_detail_item>li.price_area .input_sfilter { width:84px; text-align:right; }
.search_filter .filter_detail_item>li.color_area { display:block; padding-top:10px; font-size:0; }
.search_filter .filter_detail_item>li.color_area>label { display:inline-block; width:24px; height:24px; margin-right:5px; border:1px #ddd solid; border-radius:4px; background-position:50% 50%; background-repeat:no-repeat; }
.search_filter .filter_detail_item>li.color_area>label.active { background-image:url(../images/common/icon_color_check2.png); }
.search_filter .filter_detail_item>li.color_area>label>input[type='checkbox'] { width:0; height:0; visibility:hidden; }

.search_filter .filter_detail_item.li_align.opend>li { width:176px;}
.search_filter .filter_detail_item.li_align.opend>li>a,
.search_filter .filter_detail_item.li_align.opend>li>label { height:auto; padding-top:5px; padding-bottom:5px; padding-right:0; line-height:1.4; }

.search_filter .disable * { opacity:0.7 !important; cursor:default !important; }

/* 필터된 항목 */
.search_filter_selected { display:table; width:100%; table-layout:fixed; box-sizing:border-box; border:1px #ddd solid; border-top:none; font-size:0; display:none !important; }
.search_filter_selected .selected_item_area { display:table-cell; padding:2px; }
.search_filter_selected .selected_etc_area { display:table-cell; width:50px; vertical-align:middle; text-align:center; border-left:1px #ddd solid; }
.search_filter_selected a { text-decoration:none; }
.search_filter_selected .selected_item_area>li { display:inline-block; font-size:13px; margin:3px; vertical-align:top; border-radius:2px; cursor:default; background:#f0f0f0; color:#626262; }
.search_filter_selected .selected_item_area>li a.remove { display:inline-block; vertical-align:top; height:30px; line-height:31px; padding:0 26px 0 9px; background-image:url(../images/common/icon_x2.png); background-position:right 5px top 49%; background-repeat:no-repeat; color:#626262; }
.search_filter_selected .selected_item_area>li.color_type a.remove { padding:0; box-sizing:border-box; width:30px; height:30px; border-radius:2px; background-position:50% 50%; }
.search_filter_selected .selected_item_area>li.color_type.border a.remove { border:1px #999 dashed; }
.search_filter_selected .selected_item_area>li[data-filteritem='min_price'] a.remove:after { display:inline-block; content:'~'; }
.search_filter_selected .selected_item_area>li[data-filteritem='max_price'] a.remove:before { display:inline-block; content:'~'; }
.search_filter_selected .btn_all_cancel { display:inline-block; height:40px; width:40px; background:url(../images/common/icon_reload2.png) 50% 50% no-repeat; background-size:27px; }


/* ==================== Mobile Aside ==================== */
.layout_side_background {z-index:990; background-color:#333; opacity:0.6; filter:alpha(opacity=60); position:fixed; left:0px; top:0px; width:100%; height:100%; display:none;}
.aside_navigation_bottom_line { padding-top:1px; background-color:#aaa; position:relative; top:-1px; z-index:3; }
.side_close { display:none; position:fixed; left:295px; margin-top:20px; z-index:2010; width:0; height:30px; text-indent:-9999px; transition:width 0.4s 0.8s; overflow:hidden; }
.side_close:before, .side_close:after { display:block; content:''; position:absolute; left:0; top:calc(50% - 2px); width:100%; height:4px; background:#fff; border-radius:2px; transform:rotate(0deg); transition:transform 0.4s 0s;  box-shadow:0 0 2px #999; }
.side_close.on { width:30px; }
.side_close.on:before { transform:rotate(45deg); transition-delay:1.2s; }
.side_close.on:after { transform:rotate(-45deg); transition-delay:1.4s; }
.layout_side {position:fixed; right:0px; top:0px; box-sizing:border-box; height:100%; padding:90px 60px 60px 60px; overflow:auto; width:600px; z-index:2001; background-color:#fff; display:none; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }

.layout_side .categoryArrow:after { content:''; width:40%; height:40%; border-top:1px solid #666; border-right:1px solid #666; display:inline-block; position:absolute; top:15%; left:30%; -webkit-transform: rotate(135deg); -moz-transform: rotate(135deg); -ms-transform: rotate(135deg); -o-transform: rotate(135deg); transform: rotate(135deg); }
.layout_side .show > .categoryArrow:after { top:40%; -webkit-transform: rotate(-45deg); -moz-transform: rotate(-45deg); -ms-transform: rotate(-45deg); -o-transform: rotate(-45deg); transform: rotate(-45deg); }

.layout_side >ul { display:block; }
.layout_side >ul>li { display:block; position:relative; }
.layout_side >ul .categoryDepthLink { display:inline-block; padding:0; font-size:28px; line-height:68px; font-weight:400; color:#333; position:relative; }
.layout_side >ul .categoryDepthLink:before{content:''; display:block; width:5px; height:5px; background:#ff5524; border-radius:50%; position:absolute; top:13px; left:-60px; opacity:0; transition:left 0.5s;}
.layout_side >ul .categoryDepthLink>em { display:inline-block; position:relative; }
.layout_side >ul .categoryDepth1 .categoryArrow { position:absolute; top:13px; right:0; width:42px; height:42px; }
.layout_side >ul .categoryDepth1:hover .categoryDepthLink { color:#ff5524; }
.layout_side >ul .categoryDepth1:hover .categoryDepthLink:before {left:0; margin-left:-2.5px; opacity:1;}
.layout_side >ul .categoryDepth1:hover .categoryDepthLink>em { }
.layout_side .categorySub { display:block; }
.layout_side .categorySubWrap { display:block; }
.layout_side .categorySubWrap>ul,
.layout_side .categorySubWrap>div { vertical-align:top; }
.layout_side .categorySubWrap .categoryDepth2 { display:none; background:#f8f8f8; width:calc(100% + 40px); margin:0 -20px 20px; padding:15px 0; }
.layout_side .categorySubWrap .categoryDepth2>li { position:relative; padding:0; }
.layout_side .categorySubWrap .categoryDepth2>li .categoryArrow { position:absolute; top:4px; right:20px; width:42px; height:42px; }
.layout_side .categorySubWrap .categoryDepth2>li>a { display:inline-block; padding:0 30px; line-height:50px; font-size:22px; position:relative; }
.layout_side .categorySubWrap .categoryDepth3 { display:none; background:#eee; margin:10px 0; padding:15px 0; }
.layout_side .categorySubWrap .categoryDepth3>li>a { display:inline-block; padding:0 30px; line-height:50px; font-size:22px; position:relative; }

.aside_userinformation { padding:10px; text-align:left; border-bottom:1px #ddd solid; }
.aside_userinformation>ul { display:table; width:100%; }
.aside_userinformation>ul>li { display:table-cell; vertical-align:middle; }
.aside_userinformation>ul>li.right_area { text-align:right; }
/* .aside_userinformation .user_name { font-size:14px; color:#333; font-weight:500; } */
.aside_userinformation .user_name {font-size:14px;color:#333;font-weight:500;display: inline-block;vertical-align: middle;max-width: 120px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.aside_userinformation .aside_o2o_barcode + .left_area .user_name { max-width:56px; }

.asie_main_menu { padding:10px 5px; }
.asie_main_menu>ul { font-size:0; line-height:0; }
.asie_main_menu>ul>li { display:inline-block; width:25%; vertical-align:top; font-size:13px; line-height:1.3; text-align:center; }
.asie_main_menu>ul>li>a { display:block; vertical-align:top; padding-top:50px; padding-bottom:5px; position:relative; background-repeat:no-repeat; background-position:50% 10px; background-size:32px; }
.asie_main_menu>ul>li.am_home>a { background-image:url(../images/common/icon_aside_100.png); }
.asie_main_menu>ul>li.am_cart>a { background-image:url(../images/common/icon_aside_101.png); }
.asie_main_menu>ul>li.am_order>a { background-image:url(../images/common/icon_aside_102.png); }
.asie_main_menu>ul>li.am_my>a { background-image:url(../images/common/icon_aside_103.png); }
.asie_main_menu>ul>li.am_cs>a { background-image:url(../images/common/icon_aside_104.png); }
.asie_main_menu>ul>li.am_recently>a { background-image:url(../images/common/icon_aside_105.png); }
.asie_main_menu>ul>li.am_wish>a { background-image:url(../images/common/icon_aside_106.png); }
.asie_main_menu>ul>li.am_coupon>a { background-image:url(../images/common/icon_aside_107.png); }
.asie_main_menu>ul>li.am_emony>a { background-image:url(../images/common/icon_aside_108.png); }
.asie_main_menu .push_count { position:absolute; right:0; top:0; display:inline-block; vertical-align:top; text-align:center; height:20px; padding:0 5px; min-width:10px; border-radius:10px; font-size:11px; line-height:21px; font-weight:300; background:#333; color:#fff; }

.layout_side .aside_navigation_wrap ul.tab { display:table; width:100%; table-layout:fixed; border-top:1px #aaa solid; position:relative; z-index:3; }
.layout_side .aside_navigation_wrap ul.tab>li { display:table-cell; line-height:40px; text-align:center; background-color:#f6f6f6; border-left:1px solid #aaa; border-bottom:1px solid #aaa; font-size:14px; font-weight:400; cursor:pointer}
.layout_side .aside_navigation_wrap ul.tab>li:first-child { border-left:none; }
.layout_side .aside_navigation_wrap ul.tab>li.current {background:none; border-bottom:none; color:#333; font-weight:500;}

/* side 카테고리 */
.aside_navigation_wrap ul.menu { margin-top:-1px; }
.aside_navigation_wrap ul.menu li { line-height:1.3; }
.aside_navigation_wrap ul.menu li.mitem {position:relative; z-index:2; border-bottom:1px solid #eee; *zoom:1; padding-right:0; }
.aside_navigation_wrap ul.menu li.mitem:first-child { border-top:1px #eee solid; }
.aside_navigation_wrap ul.menu li.mitem:after {content:""; display:block; clear:both;}
.aside_navigation_wrap ul.menu li.mitem a.mitem_title {width:100%; padding:13px 5px 11px 50px; display:block; box-sizing:border-box; font-size:14px; line-height:1.3; color:#333; font-weight:400; cursor:pointer; }
.aside_navigation_wrap ul.menu li.mitem a.mitem_title.v2 { color:#697da6; }
.aside_navigation_wrap ul.menu li.mitem a.mitem_title.v3 { color:#a67f69; }
.aside_navigation_wrap ul.menu li.mitem.category a.mitem_title { position:absolute; left:0; top:50%; margin-top:-20px; max-width:none; padding:0; float:none; min-height:none; width:40px; height:40px; background-color:rgba(0, 0, 0, 0.02); }
.aside_navigation_wrap ul.menu li.mitem.category.mitemicon3 a.mitem_title { cursor:default; background:none; }
.aside_navigation_wrap ul.menu li.mitem.category a.mitem_goodsview { margin:0; display:block; padding:13px 5px 11px 10px; margin-left:40px; float:none; box-sizing:border-box; width:calc( 100% - 82px ); border:none; border-radius:0; background-color:transparent; font-size:13px; font-weight:400; line-height:1.3; border-left:1px #eee solid; }
.aside_navigation_wrap ul.menu li.mitem.category.mitemicon2 a.mitem_goodsview { font-weight:700; color:#333; }
.aside_navigation_wrap ul.menu li.mitem.category a.mitem_favorite {position:absolute; right:0; top:50%; width:40px; height:36px; margin:-18px 0 0;  text-align:center; background-position:50% 50%; }

.aside_navigation_wrap ul.menu li.mitem.mitemicon1 {background:url('../images/common/ico_arw_open3.png') no-repeat 15px 50%; background-size:11px;}
.aside_navigation_wrap ul.menu li.mitem.mitemicon2 {background:#fafbf0 url('../images/common/ico_arw_close3.png') no-repeat 15px 50%; background-size:11px; border-top:1px #aaa solid; margin-top:-1px; }
.aside_navigation_wrap ul.menu li.favorite.mitemicon2 { border-top:1px #aaa solid; }
.aside_navigation_wrap ul.menu li.mitem_subcontents { display:none; position:relative; z-index:3; }
.aside_navigation_wrap ul.menu li.mitem_subcontents ul.submenu {background-color:#fafbf0; clear:both;}
.aside_navigation_wrap ul.menu li.mitem_subcontents ul.submenu li.submitem {position:relative; border-bottom:1px solid #eee; *zoom:1; }
.aside_navigation_wrap ul.menu li.mitem_subcontents ul.submenu li.submitem:after {content:""; display:block; clear:both;}
.aside_navigation_wrap ul.menu li.mitem_subcontents ul.submenu li.submitem a.submitem_title {width:100%; max-width:160px; padding-left:30px; display:block; float:left; box-sizing:border-box; padding-top:13px; }
.aside_navigation_wrap ul.menu li.mitem_subcontents ul.submenu li.submitem.no_favorite { padding:13px 5px 11px; text-align:center; border-bottom-color:#aaa; }
.aside_navigation_wrap ul.menu li.mitem_subcontents ul.submenu li.submitem.favorite a.submitem_title { width:calc( 100% - 60px ); max-width:none; float:left; min-height:none; line-height:1.3; padding:0 0 0 51px; background:url('../images/common/bul_category_sub.png') 20px 8px no-repeat; height:32px; font-size:13px; line-height:33px; color:#333; cursor:pointer; }
.aside_navigation_wrap ul.menu li.mitem_subcontents ul.submenu li.submitem.favorite a.mitem_favorite { position:absolute; right:0; top:50%; width:40px; height:36px; margin:-18px 0 0;  text-align:center; background-position:50% 50%; }
.aside_navigation_wrap ul.menu li.mitem_subcontents ul.submenu li.submitem.favorite:last-child { border-bottom:1px #aaa solid; }
.aside_navigation_wrap ul.menu li.mitem_subcontents ul.submenu li.submitem .submitem_contents {display:block; box-sizing:border-box; padding:10px; font-size:12px; color:#333; letter-spacing:-1px;}
.aside_navigation_wrap ul.menu li.mitem_subcontents ul.submenu li.submitem.category:last-child { border-bottom:1px #aaa solid; }
.aside_navigation_wrap ul.menu li.mitem_subcontents ul.submenu li.submitem.category a.submitem_title { position:absolute; left:0; top:0; max-width:none; padding:0; float:none; min-height:none; width:40px; height:32px; background:url('../images/common/bul_category_sub.png') 20px 8px no-repeat; }
.aside_navigation_wrap ul.menu li.mitem_subcontents ul.submenu li.submitem.category a.mitem_goodsview { margin:0; display:block; padding:0 5px 0 11px; height:32px; margin-left:40px; float:none; box-sizing:border-box; width:calc( 100% - 90px ); border:none; border-radius:0; background-color:transparent; font-size:13px; line-height:33px; }
.aside_navigation_wrap ul.menu li.mitem_subcontents ul.submenu li.submitem.category a.mitem_favorite {position:absolute; right:0; top:50%; width:40px; height:32px; margin:-16px 0 0;  text-align:center; background-position:50% 50%; }
.aside_navigation_wrap ul.menu li.mitem.category.on,
.aside_navigation_wrap ul.menu li.mitem_subcontents ul.submenu li.submitem.category.on { background-color:#fafbf0; color:#007cd2; }
.aside_navigation_wrap ul.menu li.mitem.category.on a.mitem_goodsview,
.aside_navigation_wrap ul.menu li.mitem_subcontents ul.submenu li.submitem.category.on a.mitem_goodsview { color:#333; font-weight:500; }
.aside_navigation_wrap ul.menu li.mitem_subcontents ul.bestbrands {padding:6px 0; width:252px; *zoom:1; text-align:left; margin:auto;}
.aside_navigation_wrap ul.menu li.mitem_subcontents ul.bestbrands:after {content:""; display:block; clear:both}
.aside_navigation_wrap ul.menu li.mitem_subcontents ul.bestbrands li {float:left; margin:0 2px}
.aside_navigation_wrap ul.menu li.mitem_subcontents ul.bestbrands li a {display:block; width:80px; height:60px; line-height:60px; background-color:#fff; vertical-align:middle; text-align:center; margin:3px 0; white-space:nowrap; overflow:hidden;}
.aside_navigation_wrap ul.menu li.mitem_subcontents ul.bestbrands li a img {max-width:70px; max-height:50px;}
.aside_navigation_wrap ul.menu li.mitem_subcontents .bestbrands_paging {text-align:center;}
.aside_navigation_wrap ul.menu li.mitem_subcontents .bestbrands_paging ul {margin-bottom:6px;}
.aside_navigation_wrap ul.menu li.mitem.mitemicon2.favorite { border-bottom-color:#eee; }
.aside_navigation_wrap a.mitem_goodsview {float:right; margin-right:5px; padding:5px 5px; border:1px solid #b0b5bb; border-radius:2px; background-color:#fff; font-size:11px; color:#555; }
#category_favorite_alert {display:none; position:fixed; left:35px; top:35%; z-index:50; width:200px; height:200px; background:url('../images/design/alert_bg.png') no-repeat; background-size:200px 200px;}
#category_favorite_alert .cfa_on {position:absolute; left:50%; top:50%; margin-left:-34px; margin-top:-55px; width:68px; height:66px; background:url('../images/design/ico_fvr_big_on.png') no-repeat; background-size:68px 66px;}
#category_favorite_alert .cfa_off {position:absolute; left:50%; top:50%; margin-left:-34px; margin-top:-55px; width:68px; height:66px; background:url('../images/design/ico_fvr_big_off.png') no-repeat; background-size:68px 66px;}
#category_favorite_alert .cfa_msg {position:absolute; left:0; top:65%; width:100%; text-align:center; font-size:13px; color:#fff; font-weight:500;}

.aside_navigation_wrap a.mitem_favorite {float:right; display:block; width:40px; height:32px; background:url('../images/design/ico_fvr_off.png') 50% 50% no-repeat; background-size:20px; cursor:pointer}
.aside_navigation_wrap a.mitem_favorite_on {background-image:url('../images/design/ico_fvr_on.png');}

.category_favorite_alert {display:none; position:fixed; left:35px; top:35%; width:200px; height:200px; background:url('../images/design/alert_bg.png') no-repeat; background-size:200px 200px;}
.category_favorite_alert .cfa_on {position:absolute; left:50%; top:50%; margin-left:-34px; margin-top:-55px; width:68px; height:66px; background:url('../images/design/ico_fvr_big_on.png') no-repeat; background-size:68px 66px;}
.category_favorite_alert .cfa_off {position:absolute; left:50%; top:50%; margin-left:-34px; margin-top:-55px; width:68px; height:66px; background:url('../images/design/ico_fvr_big_off.png') no-repeat; background-size:68px 66px;}
.category_favorite_alert .cfa_msg {position:absolute; left:0; top:65%; width:100%; text-align:center; font-size:15px; color:#fff; font-weight:500;}

/* side 브랜드 추가 */
.aside_navigation_wrap .aside_brand_sorting { padding:10px; position:relative; z-index:2; border-top:1px #ddd solid; border-bottom:1px #ddd solid; margin-top:-1px; }
.aside_navigation_wrap ul.brandsort { display:table; width:100%; table-layout:fixed; border-top:1px #ccc solid; border-bottom:1px #ccc solid; background:#f8f8f8; }
.aside_navigation_wrap ul.brandsort>li { display:table-cell; vertical-align:middle; text-align:center; height:34px; line-height:34px; border-right:1px #ccc solid; cursor:pointer; }
.aside_navigation_wrap ul.brandsort>li:first-child { border-left:1px #ccc solid; }
.aside_navigation_wrap ul.brandsort>li.current {background-color:#fff; color:#333; font-weight:500;}
.aside_navigation_wrap ul.brandsort_words { padding:6px 0 0; font-size:0; margin-left:-4px; }
.aside_navigation_wrap ul.brandsort_words li { display:inline-block; width:30px; height:30px; text-align:center; margin:4px 0 0 4px; font-size:13px; line-height:31px; font-weight:400; border-radius:2px; border:1px solid #ccc; background-color:#f8f8f8; color:#444; cursor:pointer}
.aside_navigation_wrap ul.brandsort_words li.current { border-color:#4a79b5; background-color:#4a79b5; color:#ffffff;}

/* side 커뮤니티 추가 */
.aside_navigation_wrap ul.menu.board { border-top:1px #eee solid; }
.aside_navigation_wrap ul.menu.board>li { border-bottom:1px solid #eee; }
.aside_navigation_wrap ul.menu.board>li a {display:block; height:40px; line-height:41px; padding:0 15px; font-size:13px; font-weight:500; color:#333; background:url('../images/common/ico_arw_direct.png') no-repeat; background-position:right 15px top 50%; background-size:7px; }
.aside_navigation_wrap ul.menu.board>li.on a { color:#007cd2; font-weight:700; background-color:#fafbf0; }

.aside_recently_menu .sslide { padding:2px; position:relative; }
.aside_recently_menu .btn_remove { position:absolute; right:0; top:0; width:20px; height:20px; overflow:hidden; text-indent:-9999px; background-color:rgba(0, 0, 0, 0.2); border-radius:2px; }
.aside_recently_menu .btn_remove:before,
.aside_recently_menu .btn_remove:after { display:block; content:''; position:absolute; left:2px; top:calc(50% - 1px); width:calc(100% - 4px); height:2px; background:#fff; border-radius:1px;  }
.aside_recently_menu .btn_remove:before { transform:rotate(45deg); }
.aside_recently_menu .btn_remove:after { transform:rotate(-45deg); }
.aside_recently_nodata { border-top:1px #ddd solid; border-bottom:1px #ddd solid; padding:25px 10px; text-align:center; color:#999; }

.aside_recently_menu .slick-arrow { position:absolute; top:0; left:auto; right:10px; top:-32px; width:21px; height:21px; border-radius:2px; background-position:50% 50%; background-size:auto; opacity:0.5; transform:translateX( 0 ); }
.aside_recently_menu .slick-next {  background-image:url(../images/common/btn_slide_s_next.png); }
.aside_recently_menu .slick-prev { right:34px; background-image:url(../images/common/btn_slide_s_prev.png); }
.aside_recently_menu:hover .slick-arrow { transform:translateX( 0 ); background-color:#ddd; }
.aside_recently_menu .slick-arrow:hover { opacity:1; }

.aside_cs_phone { display:block; font-size:32px; line-height:1.0; font-weight:100; color:#333; }
.aside_cs_phone:before { display:inline-block; width:28px; height:28px; position:relative; top:-3px; margin-right:8px; vertical-align:middle; content:''; background:url(../images/common/icon_call_02.png) 50% 50% no-repeat;  animation:ani_call2 4s linear infinite; }
.aside_cs_addinfo { padding-top:5px; color:#999; font-size:12px; font-weight:300; line-height:1.8; }

@media only screen and (max-width:767px) {
.layout_side { width:100%; padding:70px 40px; }
.layout_side >ul .categoryDepthLink { font-size:22px; line-height:50px; }
.layout_side >ul .categoryDepthLink:before { top:7px; }
.layout_side >ul .categoryDepth1 .categoryArrow { top:10px; width:32px; height:32px; }
.layout_side .categorySubWrap .categoryDepth2>li>a { font-size:18px; line-height:42px; }
.layout_side .categorySubWrap .categoryDepth2>li .categoryArrow { top:5px; width:32px; height:32px; }
.layout_side .categorySubWrap .categoryDepth3>li>a { font-size:18px; line-height:42px; }
}
/* ==================== //Mobile Aside ==================== */


/* ==================== Goods List (esoom 수정) ==================== */
.goodS_info { padding:3px 0; font-size:13px; line-height:1.4; font-weight:400; color:#767676; }
.goodS_info a:hover { text-decoration:underline; }

.fb__items .item__brand{height:auto !important; max-height:auto;}
.fb__items .item__name{height:auto !important;}
.fb__items .item__price{height:auto !important; margin-top:0;}
.main_prd .fb__items.listType4 .item__box{padding-top:30px; padding-left:30px; padding-right:0; margin-top:0;}
.fb__items .item__desc {font-size:13px; color:#999; padding:3px 0;}

/* 상품리스트 상단 서브카테고리 표출 */
.voguga_tit { clear:both; display:block; text-align:center; font-size:32px; padding:70px 0 30px; }
.voguga_sub { clear:both; display:block; text-align:center; line-height:60px; padding:60px 0 0 0;}
.voguga_sub:after { clear:both; display:block; content:''; }
.voguga_sub a { margin:0 3px; background:#fff; line-height:40px; padding:0 15px; font-size:15px; color:#777; display:inline-block; border:1px solid #b5b5b5; }
.voguga_sub a:hover { background:#000; color:#fff }
.voguga_sub a.on { background:#000; color:#fff; border:none; }

.voguga_sub2 { clear:both; display:block; text-align:center; margin-bottom:30px; line-height:50px; overflow-x:auto;}
.voguga_sub2:after { clear:both; display:block; content:''; }
.voguga_sub2 a { margin:0 5px; background:#fff; line-height:40px; padding:0 15px; font-size:15px; color:#000; display:inline-block;}
.voguga_sub2 a:hover { border-bottom: 2px #000 solid;}
.voguga_sub2 a.on { border-bottom: 2px #000 solid; }

/* custom select */
.fb__goods-list__contents .list-contents__header {height:auto;}
.fb__goods-list__contents .list-contents__select-btn {margin-left:0;}
.fb .custom-select__wrap {margin-bottom:0;}

@media screen and (max-width: 992px) {
	.fb__search .item__header__filter {margin-right:0;}
	.fb__search .item__header__filter::before {content:none;}
}

@media only screen and (max-width:767px) {
	.voguga_tit { padding:20px 15px; text-align:left; font-size:22px;}
	#brand_page .voguga_sub { padding-left:0px; }
	.voguga_sub { text-align:left; overflow-x:auto; -ms-overflow-style:none; padding:20px 0 0 0; }
	.voguga_sub::-webkit-scrollbar { width:0px !important; height:0px; border-radius:0; }
	.voguga_sub::-webkit-scrollbar-thumb { border-radius:0; }
	.voguga_sub::-webkit-scrollbar-track { border-radius:0; }
	.voguga_sub_cont { width:max-content; }
	.voguga_sub a {font-size:12px;}
		
	 #brand_page .voguga_sub2 { padding-left:0px; overflow-x:auto; }   
	.voguga_sub2 { text-align:left; overflow-x:auto; -ms-overflow-style:none; padding-left:10px;}    
	.voguga_sub2::-webkit-scrollbar { width:0px !important; height:0px; border-radius:0; }
	.voguga_sub2::-webkit-scrollbar-thumb { border-radius:0; }
	.voguga_sub2::-webkit-scrollbar-track { border-radius:0; }
	.voguga_sub2_cont { width:max-content; }
	.voguga_sub2 a {margin:0;}
}

.eigen_title_sub {padding: 40px 0 15px; font-size: 22px; font-weight: 300; line-height: 1.3; color: #333;}
.slick-arrow.slick-prev {display: block; width: 16px; height: 33px; margin-top: -16px; background-size: 100%; left: -20px; background-image: url('../../images/design/arrow_left.gif');}
.slick-arrow.slick-next {display: block; width: 16px; height: 33px; margin-top: -16px; background-size: 100%; right: -20px; background-image: url('../../images/design/arrow_right.gif');}
/* ==================== //Goods List (esoom 수정) ==================== */

/* 기존 반응형 충돌부분 수정 */
/* ==================== Goods View ==================== */
.fb__goods-list__contents .list-contents__select {height:37px; font-size:13px; border-radius:15px;}
.fb__goods-list__contents .list-contents__select:after { display:block; content:'↑↓'; font-weight:100; letter-spacing:-5px; position:absolute; right:0; top:0; width:24px; height:30px; text-align:left; color:#aaa; }

.photo__main__pic img {/*min-width:100%;*/}
.fb__goodsView__info .info__header {border-bottom:1px solid #eee; padding-bottom:26px;}
.fb__goodsView__info .info__top {padding-right:0}
.fb__goodsView__info .info__sns {top:auto; bottom:26px;}
.fb__goodsView__info .info__price {margin-left:0}
.fb__goodsView__info .info__number {margin-right:110px;}
.fb__goodsView__info .info__number em {font-size:25px; letter-spacing:-1;}
.fb__goodsView__info .info__price--ori {font-size:18px;}
.fb__goodsView__info .info__percent {margin-left:10px; font-size:24px; color:#ff0000;}
.fb__goodsView__info .info__title {width:90px}
.fb__goodsView__info .info__box {font-size:16px;}
.fb__goods-view .goods-option .option-tit {font-size:16px;}
.fb__goodsView__info .info__total-box--price {color:#111;font-size:24px;}
.fb__goodsView__info .info__total-box em {font-size:24px;}

.fb__sns__btn--twitter {background-image: url(../../images/shop/ico-popup-twitter.png);}
.fb__sns__btn--line {background-image: url(../../images/shop/ico-popup-line.png);}

.btn-point {background-color:#111 !important;}
.btn-point-line {color: #333; border:1px solid #333;}
.btn-lg.size_extra2 {height:62px; line-height:60px; font-size:19px;}
.fb__goods-view .goods-btn-area .btn-point-line {color:#333;}

.fb__goodsView__detail .detail__info {width:100%; float:inherit;}
h3.view_tit {font-size:34px; font-weight:700; position:relative;}
.fb__goodsView__detail h3.view_tit {padding-top:50px;}

.fb__related__products .popular {/*padding-top:100px;*/}
.fb__related__products .related__title {font-size:34px; font-weight:700; border:none; margin-bottom:10px; padding-bottom:20px;}

/* 상품상세 하단 관련상품 */
.popular__slider .fb__items.listType3 {margin-left:-20px;}
.popular__slider .fb__items.listType3 .item__box{padding-left:20px; padding-right:0;}
.popular__slider .item__box .item__info {padding:17px 0 25px;}
.popular__slider .fb__items .item__name {font-size:17px; line-height:1.4; color:#333;}
.popular__slider .fb__items .item__price {display:inline-block; margin-top:9px;}
.popular__slider .fb__items .item__price em.num{letter-spacing:-1px;}

.fb__items .item__name {display:block; max-height:fit-content;}

.fb__goodsView__detail + .fb__goodsView__detail {margin-top:40px;}
.fb__goodsView__detail .detail__aside {padding-top: 21px;} /* 결제팝업 버튼 높이 수정 추가 */
.fb__goodsView__detail .detail__aside .btn-closed {width:59px; height:21px; background:url('../../images/design/btn_quickbar_close.png') no-repeat center 0/auto 100%; background-size:cover;}
.fb__goodsView__detail .detail__aside .btn-closed.open{top:-21px; background-image:url('../../images/design/btn_quickbar_open.png');}

.fb__goodsView__detail .detail__aside__btns--cart {border:1px solid #333; color:#333;}
.fb__goodsView__detail .detail__aside__btns--buy {border:1px solid #111; background:#111;}
.fb__goodsView__detail .detail__aside__bottom .total-price__txt {float:left; display:inline-block; font-size:16px; font-weight:500; line-height:40px;}
.fb__goodsView__detail .detail__aside__bottom .total-price__price {color:#111; line-height:40px;}
.fb__goodsView__detail .detail__aside__option-price em {font-size:18px;}

.fb__goodsView__write_button {position:absolute; bottom:0; right:0;}
.fb__goodsView__write_button .goodsInquiry__write { align-items: center; position: relative; height: 2.858em; line-height: 1; padding: 0.715em 1.429em; background: #666; overflow: hidden; color: #fff; font-size: min(max(13px, 3.46667vw * 0.6), 14px);}

.fb__goodsView__detail .detail__sec {margin-top:15px;}
.review-write__writer {display:flex; margin-bottom:30px;}
.review-write__writer dl {display:inline-flex; width:50%;}
.review-write__writer dt {width:35%; font-size:14px; line-height:40px;}
.review-write__writer dd {width:65%;}
.fb__review-write .review-write__score dd .star-links {width:180px;}
.fb__review-write .review-write__input {margin-top:20px;}
.fb__review-write .review-write__input input {width:100%;}

/*.goodsInquiry__sort__tab {position:relative;}
.goodsInquiry__sort__tab {margin-bottom:15px;}
.goodsInquiry__sort__type {position:absolute; bottom:-5px; right:0;}*/

.fb__goodsView__info .summary .item__badge img {height: min(max(20px, 5.33333vw * 0.6), 25px); display: inline-block; width: auto; vertical-align: top; margin-right: min(max(2px, 0.53333vw * 0.6), 4px);}

@media screen and (min-width: 993px) {
	.fb__goodsView__detail .detail__aside {display:none;}
}

@media only screen and (max-width: 1300px) {
	.fb__goodsView__info .info__number em {font-size:18px;}
	.fb__goodsView__info .info__price--ori {font-size:14px;}
	.fb__goodsView__info .info__percent {font-size:18px;}
}

@media screen and (max-width: 992px) {
	.fb__goodsView__info .info__header {padding:16px 0 26px;}
	.fb__goodsView__info .info__number {margin-top:9px; margin-right:0;}
	.fb__goodsView__info .info__coupon {position:absolute; top:65px; right:0; z-index:20;}

	.fb__goodsView__info .info__sns {right:0; bottom:12px;}
	.fb__goodsView__info .info__sns__btn.btn-wish {display:inline-block;}
	.fb__goodsView__info .info__sns__btn.btn-link {width:26px; height:26px; margin-left:13px;}

	* + .fb__goodsView__info .info__box {margin-top:10px; padding:0;}
	* + .fb__goodsView__info .info__box::before {content:none;}
	.fb__goodsView__info .info__list {padding:8px 0; font-size:14px;}
	
	.fb__goodsView__detail {margin-top:90px;}
	.fb__goodsView__detail + .fb__goodsView__detail {margin-top:40px;}
	.fb__goodsView__detail::before {content:none;}

	.fb__related__products {padding:0;}
	.popular__slider .fb__items.listType3 {margin-left:-10px;}
	.popular__slider .fb__items.listType3 .item__box {padding-left:10px;}

	.fb__goodsView__detail .detail__aside {z-index:100000000;}

	.fb__goodsView__detail .detail__aside__btns__default {padding:10px; border-top:1px solid #ccc; background:#f1f2f5;}
	.fb__goodsView__detail .detail__aside__btns__default::after {content: none;}
	.fb__goodsView__detail .detail__aside__btns__default button.btn-buy {background:#000;}
	.fb__goodsView__detail .detail__aside__btns button {height:42px;}
	.fb__goodsView__detail .detail__aside__inner {background:#f1f2f5;}
	.fb__goodsView__detail .detail__aside .custom-select__wrap {background:#fff;}
	.fb__goodsView__detail .detail__aside.open .detail__aside__btns__active {padding:10px; background:#f1f2f5;}
	.fb__goodsView__detail .detail__aside__btns button {font-size:17px;}
	.fb__goodsView__detail .detail__aside__btns button + button {margin-left:10px;}

	.fb__goodsView__detail .detail__aside__top {max-height:max-content};
	.fb__goodsView__detail .detail__aside__bottom .total-price {padding:0 10px;}

	.review-write__writer {display:block;}
	.review-write__writer dl {display:flex;}
	.review-write__writer dl + dl {margin-top:5px;}
}

@media only screen and (max-width:768px) {
	/*.fb__items:not(.cardType) {flex-wrap:nowrap;}*/
	.fb__items.slideType {flex-wrap:nowrap;}
	.popular__slider .fb__items .item__name {font-size:16px;}
}

@media screen and (max-width: 576px) {
	.fb__items.listType3 .item__box {width:33.333333%}
}

/* goods-view-quick */
.fb__goods-view-quick {width:540px;}
.fb__goods-view-quick .info__top .info__name {font-size:24px;}
.fb__goods-view-quick .fb__goodsView__info .info__number {margin-right:0;}


/* 모바일 폭이 좁을경우 다운로드와 쿠폰명칭 겹침		by Hun-Ju, Jung / 2023-12-06 */
@media screen and (max-width: 440px) {
	.fb__goodsView__info .info__coupon {position:absolute; top:85px; right:0; z-index:20;}
}

@media screen and (min-width: 993px) {
	.fb__goods-view-quick .fb__goodsView__info {width:100%; padding-left:0;}
	.fb__goods-view-quick .fb__goodsView__top {width:100%;}
	.fb__goods-view-quick .fb__goodsView__top .top__photo {float:left; width:35%; margin-bottom:12px;}
	.fb__goods-view-quick .fb__goodsView__info .info__header {float:right; width:62%; border-bottom:none;}
	.fb__goods-view-quick .fb__goodsView__info .info__box {clear:both; border-top:1px solid #eee;}
}
@media screen and (max-width: 992px) {
	.fb__goods-view-quick {width:100%;}
	.fb__goods-view-quick .info__top {padding-top:0;}
	.fb__goods-view-quick .fb__goodsView__info .info .goods-option {display:block;}
}

/* 결제수단 안내문구 */
.info__payment__guide {text-align: center; border-top: 2px solid #000; border-bottom: 1px solid #eee; padding: 20px 0; margin-top: 20px;}
.payment__guide__text {font-size: min(max(13px, 3.46667vw * 0.6), 15px); line-height: 1.5; color: #8c8c8c;}
.payment__guide__text .txt_wrap {white-space: nowrap;}
.payment__guide__text .pay {display: inline-block; background-repeat: no-repeat; height: 20px; vertical-align: top; margin-right: 0.267em;}
.payment__guide__text .pay:not(:first-child) {margin-left: 2px;}
.payment__guide__text .pay.npay {width: 51px; background-image: url(../../images/shop/ico_payinfo-npay.png);}
.payment__guide__text .pay.kakao {width: 49px; background-image: url(../../images/shop/ico_payinfo-kakaopay.png);}

@media screen and (max-width: 992px) {
	.payment__guide__text .pay {height: 17px; background-size: contain;}
	.payment__guide__text .pay.npay {width: 43px; background-image: url(../../images/shop/ico_payinfo-npay_2x.png);}
	.payment__guide__text .pay.kakao {width: 41px; background-image: url(../../images/shop/ico_payinfo-kakaopay_2x.png);}

	.fb__shopCommon__summary .info__payment__guide {border-bottom: none; margin-top: 0; padding-left: 15px; padding-right: 15px;}

	.info__popup__dl dt .icon {height: 20px; margin-right: 9px;}
	.info__popup__dl dt:not(:first-of-type) {margin-top: 30px;}
}

.info__payment__guide .btn-pay {font-size: 12px; color: #333; border-radius: 2px; background: #fff; border: 1px solid #111; height: 26px;}
.info__payment__guide .btn-pay::after {content: ""; display: inline-block; width: 14px; height: 14px; background: url(../../images/common/btn-viewtv-arrow-right.png) no-repeat center/6px; margin-left: 2px; margin-right: -3.6px;}
.info__payment__guide p + .btn-pay {margin-top: 13px;}

.detail__aside__btns__default .btn_group {-webkit-box-align: center;-ms-flex-align: center;align-items: center;}
.detail__aside__btns__default .btn_group > * {-webkit-box-flex: 1;-ms-flex: 1;flex: 1;}
.detail__aside__info .payment__guide__text {font-size: min(max(12px, 3.2vw * 0.6), 15px);}

.info__payment__guide .btn-pay {position: relative;}
.info__payment__guide .btn-pay .info__question {background: transparent; left: 0; width: 100%; height: 100%;}

.fb__goodsView__info .info__popup__payment {width: 300px; box-sizing: content-box; text-align: left;}

/* 공통 */
.info__popup__dl {word-break: keep-all;}
.info__popup__dl dt {font-size: 15px; line-height: 1; color: #111; margin-bottom: .6em; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center;}
.info__popup__dl dt .icon {height: 24px; width: auto; max-height: none; margin-right: 10px; margin-top: -1px;}
.info__popup__dl dt:not(:first-of-type) {margin-top: 25px;}

@media screen and (min-width: 993px) {
	.fb__goodsView__info  .info__popup.info__popup__payment {top: inherit; left: 50%; bottom: 0; transform: translateX(-50%);}
}

@media (max-width: 992px) {
	.fb__goodsView__info .info__popup__payment {display: none;}
	.info__popup__dl dt .icon {height: 20px; margin-right: 9px;}
	.info__popup__dl dt:not(:first-of-type) {margin-top: 30px;}
}
.fb__goodsView__info .info__decided-btns--count {width:calc(100% - 58px);}
.fb .custom-select__view__layer .scrollbar-inner {overflow:auto;}

/* ==================== //Goods View ==================== */

/* ==================== Login/Join ==================== */
.fb__member__container {padding-top:0}
.fb__member__wrap {max-width:360px; min-width:320px; margin:30px auto 0;}

.fb__member__tabs {margin-bottom:20px;}
.fb__member__tabs .tab__menu {height:40px; border:1px solid #ddd; border-bottom:1px solid #666; background:#f4f4f4; color:#767676;}
.fb__member__tabs .tab__menu.active, .fb__member__tabs .tab__menu.fb__tab-link--active {border:1px solid #666; border-bottom:1px solid transparent; background:#fff; color:#333;}

.fb__login__box input.input-lg {font-size:17px; height:46px; line-height:46px;}
.fb__login__box .btn-lg {height:48px; font-size:17px;}
.fb__login__save {margin-top:15px;}
.fb__checkbox input[type=checkbox] + span {color:#767676;}
.fb__member__container .btn_group {margin-top:15px;}
.fb__member__option{margin-top:21px; justify-content:right;}
.fb__member__option .option__list a {color:#767676;}
.sns-login {margin-top:18px; border:none;}
.sns-login__title {padding:25px 0 8px; font-size:17px; font-weight:300;}
.sns-login__box {padding:0 30px 30px 30px;}
.sns-login__list {width:60px; height:60px; margin:0 20px;}
.fb__login__join {display:block; margin-top:0; border:none;}
.fb__login__btns button, .fb__login__btns a {max-width:100%;}
.btn-line2 {border:1px solid #111;}

.fb__login__box .register_ok_img {width:360px; margin:30px auto 0;}
.fb__login__box .join_coupon{text-align:center; padding:50px 0 20px 0; font-size:14px; line-height:23px;}
.fb__login__box .join_coupon>a{color:#ff5524; text-decoration:underline; font-weight:600; font-size:15px;}
.btn_group_join_end {display:flex; flex-wrap: wrap;}
.btn_group_join_end li + li {margin-left:10px;}

.fb__member__wrap.fb__password, .fb__member__container.fb__join-member {margin-top:90px;}
.fb__member__container.fb__sleep-account-area {margin-top:80px;}
.fb__sleep-account-area__annc {font-weight:500;}

@media screen and (min-width: 993px) {
	.frm_group .search__date-input {width:199px;}
}
@media screen and (max-width: 992px) {
	.btn-lg {font-weight:400;}
	.fb__login__box .register_ok_img {width:100%; margin-top:50px;}
	.btn_group_join_end li a {padding:0 25px !important;}

	.fb__member__wrap.fb__password, .fb__member__container.fb__join-member, .fb__member__container.fb__sleep-account-area {margin-top:30px;}
	.password__header-title.sleep {}
}

@media screen and (max-width: 576px) {
	.fb__member__tabs .tab__menu.active, .fb__member__tabs .tab__menu.fb__tab-link--active {font-weight:400;}
}

/* ==================== //Login/Join ==================== */

/* ==================== 장바구니 / 결제 ==================== */
.fb__payComplete {width:100%;}
.fb__payComplete .fb__shopCommon__section {width:900px; margin-left:auto; margin-right:auto;}
.fb__payComplete .fb__shopCommon__header {padding-top:60px;}

.fb__infoinput__benefit .benefit__amount.mileage input {padding-right:23px;}

/* 팝업 추가 230208 */
.fb__cart .info__wrap-popup {position: relative;}
.fb__cart .info__popup {display: none; position: absolute; top: 28px; left: 0; background: #fff; border: 1px solid #111; z-index: 10;}
.fb__cart .info__popup--show {display: block;}

.fb__cart .info__popup__payment {width: 300px; box-sizing: content-box; text-align: left;}
.fb__cart .info__popup__title { width: 100%; height: 50px; padding: 0 20px; border-bottom: 1px solid #ddd; color: #111; font-size: 14px; line-height: 50px;}
.fb__cart .info__popup__close {position: absolute; top: 20px; right: 20px; width: 11px; height: 11px; background-repeat: no-repeat; background-size: contain; background-position: center; background-image: url(../../images/common/btn_goodsView_popup_close.png); font-size: 0;}
.fb__cart .info__popup__cont {padding: 15px 20px 20px;}
.fb__cart .info__popup__detail {color: #666; font-size: 13px; text-align: left;}

@media screen and (min-width: 993px) {
	.fb__shopCommon__layout .layout__left {max-width:1260px;}
	.fb__shopCommon__layout .layout__right {max-width:420px;}
	.fb__shopCommon__summary {max-width:420px;}
	.fb__infoinput__payment .payment__desc__list > span {padding:16px 0 30px;}
	
	.section__header__ment {margin-top:-24px; margin-left:124px;}
	.fb__cart .info__popup.info__popup__payment {top: inherit; left: 50%; bottom: 0; transform: translateX(-50%);}

	.fb__shopCommon.fb__cart {padding: 40px 0 min(max(20px, 13.33333vw * 0.6), 40px);}
	.eigen_title_sub.cart__first {padding-top:0;}
}

@media screen and (max-width: 992px) {
	.fb__shopCommon__header {display:block; margin-top:35px; padding-bottom:20px; border-bottom:none;}
	.fb__shopCommon__title {font-size:25px;font-weight:500;}
	.fb__shopCommon__step-area {display:none;}

	.fb__shopCommon__summary .summary__footer {z-index:300; background:#fff;}
	.fb__shopCommon__summary .summary__footer button {margin-bottom:0; z-index:300;}
	.fb__cart__noti {padding-bottom:min(max(15px, 4vw * 0.6), 1.5rem); padding-right:30px;}
	.fb__shopCommon__table .item-info__name {padding-right:24px;}

	.fb__shopCommon__table .item-info__info .item-info__price {display: block; text-align: left; margin-top: 9px;}
	.fb__payComplete .fb__shopCommon__section {width:100%;}
	.fb__payComplete .fb__shopCommon__header {padding-top:0;}

	.fb__infoinput__benefit .benefit__amount input, .fb__infoinput__benefit .benefit__amount.mileage input {padding-right:27px;}
	.fb__modal__content .btn_group.mfixed button.btn-white {border-color:#111; color:#333;}

	.fb__cart .info__popup {position: fixed; top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); z-index: 400; width: 86.66667vw !important; max-width: 360px;}
	.fb__cart .info__popup__title {font-size: 16px; font-weight: 600; text-align: center;}
	.fb__cart .info__popup__close {background-image: url(../../images/common/btn_pop_close.png); width: 18px; height: 18px; top: 17px; right: 18px;}
	.fb__cart .info__popup__cont {padding: 20px min(max(15px, 4vw * 0.6), 1.5rem);}

	.eigen_title_sub.fb__cart{padding-left:15px;}
	.eigen_list.fb__cart{margin-left:15px; margin-right:15px;}
	.eigen_list .slick-arrow {display:none !important;}
}

/* ==================== //장바구니 / 결제 ==================== */

/* ==================== 브랜드 ==================== */
/* ==================== //브랜드 ==================== */

/* ==================== 기획전 ==================== */
.search_nav .navi_linemap { display:inline-block; vertical-align:middle; height:30px; margin:1px 0; }
.search_nav .navi_linemap:before { display:inline-block; content:''; width:14px; height:32px; margin-right:2px; vertical-align:top; background:url(../../images/common/icon_navi_linemap.png) 50% 50% no-repeat; }
.search_nav .navi_linemap.on { color:#333; }
.search_nav a.navi_linemap:hover { color:#ed3347; }
.search_nav .home { display:inline-block; vertical-align:middle; width:20px; height:34px; overflow:hidden; text-indent:-999px; background:url(../../images/common/icon_navi_home.png) 50% 50% no-repeat; }

/* form */
.select_style1 { vertical-align:middle; }
.resp_sorting_list label { display:inline-block; vertical-align:top; margin:2px 0; padding:0 14px 0 8px; color:#999; background:url(../../images/common/icon_list2.png) 2px 50% no-repeat; }
.resp_sorting_list label input[type='radio'] { width:1px; height:1px; visibility:hidden; }
.resp_sorting_list label.active { font-weight:500; color:#333; padding-left:12px; background:url(../../images/common/icon_checked3.png) 0 50% no-repeat; }

/* tab */
.tab_basic { border-bottom:1px #666 solid; font-size:14px; font-weight:400; line-height:1.3; color:#666; margin-bottom:20px; }
.tab_basic>ul { display:table; margin-bottom:-1px; }
.tab_basic.fullsize>ul { width:100%; table-layout:fixed; }
.tab_basic>ul>li { display:table-cell; text-align:center; vertical-align:middle; border:1px #ddd solid; border-bottom-color:#666; border-right:none; background:#f4f4f4; cursor:pointer; }
.tab_basic>ul>li:last-child { border-right:1px #ddd solid; }
.tab_basic>ul>li.on { border-color:#666; border-right:1px #666 solid; border-bottom-color:#fff; background:#fff; position:relative; cursor:default; color:#333; }
.tab_basic>ul>li.on + li { border-left:none; }
.tab_basic>ul>li>a, .tab_basic>ul>li>label { display:block; box-sizing:border-box; height:40px; line-height:40px; padding:0 15px; color:#767676; }
.tab_basic>ul>li>label input { width:1px; height:1px; font-size:0; margin:0; visibility:hidden; overflow:hidden; position:absolute; left:0; top:0; }
.tab_basic>ul>li.on>a, .tab_basic>ul>li.on>label { color:#333; }
.tab_basic .addtxt { display:inline-block; font-size:12px; font-weight:normal; color:#767676; }
.tab_basic.size1>ul>li { width:148px; }
.tab_basic.size1>ul>li>a { padding-right:5px; padding-left:5px; }
.tab_basic.size2>ul>li { width:164px; }
.tab_basic.size2>ul>li>a { padding-right:5px; padding-left:5px; }

.goodsbox__sec .sort-select-btn {position:relative; z-index:100;}
.fb__event-detail__goodsbox .goodsbox__contents:not(:first-of-type) {margin-top:26px;}

@media only screen and (max-width:479px) {
	.tab_basic>ul>li>a, .tab_basic>ul>li>label { padding:10px; height:auto; line-height:1.3; color:#666; }
}

.bbs_top_wrap2>ul { display:table; width:100%; }
.bbs_top_wrap2>ul>li { display:table-cell; vertical-align:middle; padding:10px 0; }
.bbs_top_wrap2 .area_search { width:225px; text-align:right; }
.bbs_top_wrap2 .area_search input[type='text'] { width:160px; height:32px; }
@media only screen and (max-width:767px) {
	.bbs_top_wrap2>ul { display:block; padding-bottom:10px; }
	.bbs_top_wrap2>ul>li { display:block; padding:10px 0 0; }
}

.fb__promotion__list {padding:10px 10px 30px;}
.fb__promotion__info {margin-top:0;}
.fb__promotion__name {padding-top:20px; padding-bottom:3px; font-size:19px; font-weight:500; color:#333;}

.voguga_sub_cont li {display:inline;}

@media screen and (max-width: 992px) {
	.fb__promotion__wrap {margin:0;}
	.fb__promotion__wrap .fb__promotion__info {transform:inherit; padding:0; margin-left:0;}
	.fb__promotion__wrap .fb__promotion__list {margin-top:0;}
}
@media screen and (max-width: 1280px) {
	.fb__event-detail__banner { margin:0 -20px;}
}
/* ==================== //기획전 ==================== */

/* ==================== 커뮤니티 ==================== */
.layout-main-lnb .layout-content {max-width:1460px;}
.fb__customer-aside__title a {font-size:20px; padding-left:10px; font-weight:700; line-height:1.4;}
.fb__customer-aside__box {margin-top:45px;}
.fb__customer-aside__list {margin-top:0;}
.fb__customer-aside__list a {font-size:14px; line-height:1.7; padding:4px 0 4px 10px; font-weight:400; color:#767676;}
.fb__customer-aside__list a:hover { transform:translateX(4px); color:#333; }
.fb__customer-aside__list a.on {font-weight:500; color:#333;}

.fb__bbs__header__title {display:block; text-align:center; font-size:28px; margin-bottom:45px;}
.fb__bbs__header__filter {top:inherit; bottom:0;}
.fb__bbs__detail__title {text-align:center;font-size:28px;margin-bottom:30px;}

.fb__bbs__detail .detail__header .status--normal, .fb__bbs__detail .detail__header .status--complete {float:right; margin-left:auto;}
.fb__bbs__detail .detail__item {overflow: hidden; margin-bottom: min(max(15px, 4vw * 0.6), 20px); display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal;}
.fb__bbs__detail .detail__item__thumb {width: 70px;}
.fb__bbs__detail .detail__item__thumb a {position: relative; width: 100%; display: block;}
.fb__bbs__detail .detail__item__thumb a::after {content: ""; display: block; padding-bottom: 100%;}
.fb__bbs__detail .detail__item__thumb a > img {position: absolute; left: 0; top: 0; width: 100%; height: 100%; -o-object-fit: cover; object-fit: cover;}
.fb__bbs__detail .detail__item__info {-webkit-box-flex: 1; -ms-flex: 1; flex: 1; min-width: 0; max-width: 100%; padding-left: 10px; font-size: min(max(13px, 3.46667vw * 0.6), 14px);}
.fb__bbs__detail .detail__item__info-num {margin-bottom: 0.715em; color: #666;}
.fb__bbs__detail .detail__item__info__brand {color: #111; font-size: min(max(11px, 2.93333vw * 0.6), 12px); line-height: 1.084; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; margin-bottom: 0.667em;}

.fb__bbs__detail .detail__question {position: relative; padding-left: 35px; color: #666; font-size: min(max(13px, 3.46667vw * 0.6), 14px); line-height: 1.572;}
.fb__bbs__detail .detail__question::before {display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; align-items: center; position: relative; width: 25px; height: 25px; line-height: 1; border-radius: 50%; background: #999; overflow: hidden; position: absolute; top: 0; left: 0; content: "Q"; color: #fff; font-size: 13px; text-indent: -.06em;}

.fb__bbs__detail .detail__answer {position: relative; background: #f8f8f8; border-bottom: 1px solid #ddd; padding: 20px min(max(15px, 4vw * 0.6), 20px);}
.fb__bbs__detail .detail__answer::before {display: -webkit-inline-box; display: -ms-inline-flexbox; display: inline-flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center; align-items: center; position: relative; width: 25px; height: 25px; line-height: 1; border-radius: 50%; background: #ff6600; overflow: hidden; position: absolute; top: 20px; left: min(max(15px, 4vw * 0.6), 20px); content: "A"; color: #fff; font-size: 13px;}
.fb__bbs__detail .detail__answer__info {padding-left: 35px; color: #999; font-size: min(max(12px, 3.2vw * 0.6), 14px); display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-orient: vertical; -webkit-box-direction: normal;}
.fb__bbs__detail .detail__answer__content {padding-left: 35px; color: #666; font-size: min(max(13px, 3.46667vw * 0.6), 14px); line-height: 1.572;}

.fb__myGoodsReview .goodsReview__my__review .review__txt.ellip {overflow:hidden; text-overflow:ellipsis; white-space:nowrap;}
/*.fb__review-write .review-write__item {margin-top: min(max(15px, 4vw * 0.6), 30px);}*/
.fb__review-write .detail__header .review-write__item {margin-top:min(max(5px, 4vw * 0.6), 10px);}
.fb__review-write .review-write__info {margin-top:min(max(15px, 4vw * 0.6), 20px);}
.fb__review-write .review-write__info .set-star {vertical-align:middle;}

.fb__bbs__header__filter select {min-width: 100px;}

@media screen and (min-width: 993px) {
	.layout-main-lnb .layout-lnb {vertical-align:top; width:200px; max-width:200px; padding:0 20px 40px 0; margin-right:0;}

	.fb__bbs__detail .detail__answer__info {height: 25px;}
	.fb__bbs__detail .detail__answer__info-date {margin-left: auto;}
	.fb__bbs__detail .detail__answer__content {margin-top: 20px;}
}
@media screen and (max-width: 992px) {
	.fb__bbs__header__title, .fb__bbs__detail__title {font-size:25px; margin-bottom:28px;}
	.fb__bbs__header__filter {position:relative;display:flex;margin-bottom:16px;}
	.fb__bbs__header__filter .filter-default {height: min(max(43px, 12vw * 0.6), 40px);}
	.fb__bbs__detail .detail__header {border-top:1px solid #ddd;}

	.fb__myGoodsInquiry__table .writer {order:3; margin-right:auto;}
	.fb__bbs__detail .detail__question {padding-top: 0.193em;}
	.fb__bbs__detail .detail__item__info__brand {margin-bottom: 0.364em;}
	.fb__bbs__detail .detail__item__info-num {margin-bottom: 0.385em;}

	.fb__bbs__detail .detail__answer {padding-top: 25px; padding-bottom: 30px; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column;}
	.fb__bbs__detail .detail__answer::before {top: 25px;}
	.fb__bbs__detail .detail__answer__info {-webkit-box-ordinal-group: 2; -ms-flex-order: 2; order: 2; margin-top: 30px; line-height: 1;}
	.fb__bbs__detail .detail__answer__info-date {padding-left: 0.546em; margin-left: 0.546em; position: relative;}
	.fb__bbs__detail .detail__answer__info-date::before {content: ""; display: block; position: absolute; top: 50%; left: 0; width: 1px; height: 10px; background: #999; margin-top: -5px;}
	.fb__bbs__detail .detail__answer__content {padding-top: 0.193em;}

	.fb__myGoodsReview .goodsReview__cont {overflow:hidden;}
	.fb__myGoodsReview__table td.writer {float:left; padding-top:15px;}
	.fb__myGoodsReview__table td.date2 {float:right; padding-top:15px;}
}
/* -------------------------------------- 서비스 페이지들 --------------------------------------------- */
.service_wrap { padding:10px 10px 60px; text-align:center; }
.service_wrap .title { display:inline-block; vertical-align:middle; margin:0 24px; padding-top:5px; font-size:26px; line-height:1.2; font-weight:500; color:#333; border-bottom:1px #444 solid; }
.service_section { font-size:14px; line-height:1.6; color:#555; }
.service_section.v1 { text-align:center; }
.service_section.v2 { text-align:left; padding-top:60px; padding-bottom:60px; }
.service_section.v3 { text-align:left; }
.service_section .title1 { padding-bottom:15px; font-size:22px; line-height:1.2; letter-spacing:-1px; color:#333; }
.service_section.v3 .title1 { padding-top:60px; }
.service_section .desc1 { margin:-10px 0 15px; font-size:12px; color:#aaa; }
.service_section strong, .service_section b { font-weight:500; }
@media only screen and (max-width:479px) {
	.service_section.v3 .title1 { padding-top:40px; }
}
/* -------------------------------------- //서비스 페이지들 --------------------------------------------- */
/* ==================== //커뮤니티 ==================== */

/* ==================== 마이페이지 ==================== */
/* 큐폰 영역 수정 */
.fb__mytop .mytop__mileage, .fb__mytop .mytop__coupon {width: auto; flex: 1 1 auto;}
.fb__mytop .mytop__benefit__name:not(:first-child) {margin-left: 1.6em;}
.fb__mytop .mytop__benefit__name:not(:first-child)::before {display: none;}
.fb__mytop .mytop__benefit__cont {font-size: min(max(22px, 5.86667vw * 0.6), 35px);	}

.fb__left-nav__title {font-size:20px; padding-left:10px; font-weight:700; line-height:1.4;}
.fb__left-nav__subtitle {padding-left:10px;}
.fb__left-nav__link a {font-family:inherit;}
.fb__left-nav__link a span {font-size:14px; line-height:1.7; padding:4px 0 4px 10px; font-weight:400; color:#767676;}
.fb__left-nav__link a:hover span { transform:translateX(4px); color:#333; }
.fb__left-nav__link a.on, .fb__left-nav__link a.on > span {color:#333; font-weight:500;}

.coupon-table th a span:after{content:'▼'; font-size:12px; margin-left:0.31em;}
.coupon-table th a span.chk:after{color:#ff6600;}

.fb__items .item__wish.mrd {right:42px;}
.fb__items .item__cart.icon {position: absolute; top: auto; right: 10px; background-repeat: no-repeat; background-size: contain; background-position: center; width: min(max(26px, 6.93333vw * 0.6), 30px); height: min(max(26px, 6.93333vw * 0.6), 30px); bottom: 10px; padding: 0; background-image: url("../../images/common/ico_comm_cart.png"); background-size:auto;}
.fb__mypage__section .tab-control.myReview {margin-bottom:min(max(15px, 4vw * 0.6), 30px);}

.fb__items .item__icon {position: absolute; width: 30px; height: 30px; border-radius: 50%; bottom: 12px; right: 12px; overflow: hidden; background-color: rgba(0,0,0,.2); background-repeat: no-repeat; background-size: 70%; background-position: center;}
.fb__items .item__icon.wish {background-image: url(../../images/v_img/icon_wish2.png);}
.fb__items .item__icon.wish.on {background-image: url(../../images/v_img/icon_wish_on.png);}
.fb__items .item__icon.cart {background-image: url(../../images/v_img/icon_cart2.png); background-position: center 42%;}
.fb__items .btn__cart {background: #000; color: #fff; font-size: 11px; height: 24px; padding: 0;}

.fb__myGoodsReview .goodsReview__item__oid {display: block; font-size: min(max(12px, 3.2vw * 0.6), 13px); color: #999; margin:0 0 5px;}
#mypage_myGoodsReview #devModalContent {overflow-y:scroll;}

/* 부분취소 반응형 추가 20230209 */

@media screen and (min-width: 993px) {
	.fb__orderCommon .orderTable__action__btn:not(:first-child) {display:block; margin:3px auto 0;}
	.fb__items .item__icon.wish {margin-right: calc(30px + 10px);}
}
@media screen and (max-width: 992px) {
	.layout-main-lnb.mlnb-show .fb__left-nav__link a span {padding-left: 10px;}

	.fb__mytop .mytop__mileage, .fb__mytop .mytop__coupon {min-width: auto; max-width: none; flex: 1;}
	.fb__mytop .mytop__benefit__name:not(:first-child) {margin-left: 1em;}
	.fb__mytop .mytop__benefit__name span {transform: translateY(0);}

	/* 상단 회원정보 영역 색상변경 */
	.fb__mytop .mytop__inner {background: #000;}
	.fb__mytop .mytop__user__grade:before {background-image: url(../../images/mypage/icon-mypage-grade-arrow.png);}
	.fb__mytop .mytop__mileage .mytop__benefit__name:before {background-image: url(../../images/mypage/icon-mypage-mileage.png);}
	.fb__mytop .mytop__coupon .mytop__benefit__name:before {background-image: url(../../images/mypage/icon-mypage-coupon.png);}

	.fb__mytop .mytop__user__grade:before,
	.fb__mytop .mytop__mileage .mytop__benefit__name:before,
	.fb__mytop .mytop__coupon .mytop__benefit__name:before {opacity: .7;}

	.fb__mytop .mytop__benefit__name {color: #fff; opacity: .7;}

	.fb__mytop .mytop__coupon.m__ml50 {margin-left:50%;}
	.fb__items.resInline .item__thumb {padding-bottom:0; height:auto;}
	.fb__items.resInline .item__thumb img {height:auto;}
	.fb__mypage-coupon .tab-control .coupon-table td.tab1{position:relative;}
	.fb__mypage-coupon .tab-control .coupon-table td.tab1:after {content:"|"; position:absolute; right:0;}

	.fb__mypage__title:not(.small), .fb__mypage-coupon .fb__mypage__title-top, .qna__header__title {padding-top:0; font-size:25px; font-weight:500; text-align:center; border-bottom:none;}
	.fb .wrap-inquiry {padding-top:0;}
	
	.fb__profile__sec.top {padding-top:0;}

	.table-default.res tr.wrap {flex-wrap:wrap;}
	.table-default.res tr.wrap td {padding:0 0 7px; width:100%; text-align:left;}

	.refund-area__inner {padding:15px 15px 0;}

	.fb__items .item__icon {bottom: 8px; right: 8px; width: 26px; height: 26px;}
	.mo_btm_btn .item__thumb {overflow: visible; margin-bottom: 24px;} 
	.mo_btm_btn .btn__cart {position: absolute; left: 0; top: 100%; width: 100%;}

	/* 부분취소 반응형 추가 20230209 */
	.fb__shopCommon__table .claimCommon__allcheck { border-bottom: 0.26667vw solid #eee; margin: 0; padding: 4vw; }
	.claimCommon__allcheck input + span { display: inline-block; position: relative; min-height: 5.33333vw; padding-left: 1.33333vw; font-size: 3.73333vw; color: #111; line-height: 5.33333vw; top:-4px;}
	.fb__shopCommon__table td.orderDetailCancelCnt {}
	.fb__orderCommon .orderDetailTable tr > .orderDetailTable__price.show {display:block; order:4;}
}

#mypage_push .content__header { padding: 0 4vw; height: 15.558vw; display: flex; justify-content: space-between; align-items: center;}
#mypage_push .content__header .col_txt {color: #000; font-size: 3.6111vw; color: #a8aab3;}
#mypage_push .el_btn {display: inline-flex; justify-content: center; align-items: center; height: 3.429em; font-size: 3.8889vw; border-radius: .3em; background: #fff; border: 1px solid #d7d7d7; color: #a8aab3; padding: 0 .744em; cursor: pointer;}
#mypage_push .el_btn.sm {font-size: 3.33334vw; height: 2em;}

.fb#mypage_index .ui-datepicker-header, .fb#mypage_orderHistory .ui-datepicker-header, .fb#mypage_returnHistory .ui-datepicker-header, .fb#mypage_folderPoint .ui-datepicker-header, .fb#mypage_myInquiry .ui-datepicker-header, .fb#mypage_myGoodsInquiry .ui-datepicker-header, .fb#mypage_myGoodsReview .ui-datepicker-header, .fb#mypage_mileage .ui-datepicker-header {
	background: #616775;
}

.fb__claimCommon__reason #reason_msg {margin-left:20px; color:#ff6600;}
.qna__header #select_msg {color:#ff6600;}
@media screen and (max-width: 1024px) {
	.fb__claimCommon__reason #reason_msg {margin:10px 0 0; display:block;}
	.qna__header #select_msg {}
}
/* push */
.pushList__box > li + li {border-top: 1px solid #f5f5f5;}
.pushList__list {padding: 6.6668vw 4vw;}
.pushList__list.none {background: #f2faff;}
.pushList__list p + p {margin-top: 1.6666vw;}
.pushList__list .tit {font-weight: 800;}
.pushList__list .cont {line-height: 1.57; color: #626e7a; margin-bottom: -.3em;}
.pushList__list .date {font-size: 3.6111vw; line-height: 1; color: #999; text-align: right; margin-top: 4.72223vw;}
.pushList__list .img {position: relative; overflow: hidden; background-color: #000; background-repeat: no-repeat; background-position: center center; background-size: cover;}
.pushList__list .img::before {content: ""; display: block; padding-top: 53.745%;}

/* ==================== //마이페이지 ==================== */

/* ==================== 브랜드 ==================== */
.fb__search .wrap-search-detail dl .search-filter:not(.type2) .search-filter__list.on span {margin-left: -12px; padding: 0 12px; border-radius: 15px; background: #111; color: #FFF;}
/* ==================== //브랜드 ==================== */

/* 장바구니/주문결제 할인금액 표시 20230331 */
.item-info__price .orderTable__tooltip__layer {top: 20px; width: auto; min-width: 184px;}
.item-info__price .orderTable__tooltip__layer dl {margin-bottom: 4px; color: #666; font-size: 13px;}
.item-info__price .orderTable__tooltip__layer dl:after {display: block; clear: both; content: "";}
.item-info__price .orderTable__tooltip__layer dt {float: left;}
.item-info__price .orderTable__tooltip__layer dd {float: right; font-family: "Rb", "Notosans", sans-serif; font-weight: 400;}
.item-info__price .orderTable__tooltip__layer dl em {font-size: 13px; font-weight: normal;}
.item-info__price .orderTable__tooltip__layer dl.total {color: #111; margin-top: 10px; margin-bottom: 0; padding-top: 10px; border-top: 1px solid #111;}
