@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@100;200;300;400;500;600;700&display=swap');

/* **************************************************************************************
* 반응형 스킨 사용자/제작자 CSS
Author : 퍼스트몰(firstmall)
Author URL : http://www.firstmall.kr
Creation Date : 2021-01-06
Modify Date : 2022-05-09
************************************************************************************** */

/*********************************** 공통 영역 ***********************************/

/* 공통 */
/* body,div,p,span,a,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,th,td,input,select,option,textarea,button {font-weight:300 !important;} */ 
.layout_header .util_wrap a,
.layout_header .nav_wrap .respCategoryList .categoryAllBtn,
.layout_header .nav_wrap .respCategoryList .categoryDepthLink,
.layout_footer .title,
.layout_footer .menu>li.company_phone,
.layout_side .aside_navigation_wrap ul.menu li.mitem.category a.mitem_goodsview,
.layout_side .aside_cs_phone,
.layout_side .title_sub3,
.rightQuickMenuWrap2 h3,
.rightQuickMenuWrap2 .right_menu1 .phone,
.title_group1 .title1 {font-family:'Josefin Sans', sans-serif !important;}

/* 헤더 */
#layout_header .benefit {top:50px;}
.layout_header {border-bottom:1px solid #eaeaea; box-shadow:none; background:#f4f5f5;}
.layout_header nav {width: min(1260px, calc(100% - 80px)); margin: 0 auto; position: relative; z-index: 10}
.layout_header nav .gnb {position: absolute; top: 1rem; right: 0; display: flex; gap: 1rem; padding-right: 36px}
.layout_header nav .gnb a {background-size: 100%; background-repeat: no-repeat; width: 20px; height: 24px; text-indent:-9999px;}
.layout_header nav .gnb .resp_cart {display:block; background-image:url('../images/design_resp/icon_cart.png'); }
.layout_header nav ul .resp_mypage {display:block;  background-image:url('../images/design_resp/icon_mypage.png');}
.layout_header nav ul .resp_search {display:block; background-image:url('../images/design_resp/icon_search.png'); }

.layout_header > .resp_wrap {position:relative; clear:both;}
.layout_header .util_wrap {display:none; height:50px; border-bottom:1px solid #f0f0f0; background:transparent;}
.layout_header .util_wrap_menu {margin-left:-10px;}
.layout_header .util_wrap_menu>li {float:left;}
.layout_header .util_wrap_menu>li>a.bookmark {margin:0 10px 0 0; border-left:1px solid #ececec; border-right:1px solid #ececec; padding:0 13px;}
.layout_header .util_wrap_menu2 {padding-right:0;}
.layout_header .util_wrap_menu2>li {background:none;}
.layout_header .util_wrap_menu>li>a,
.layout_header .util_wrap_menu2>li>a {padding:0 10px; line-height:52px; font-size:14px; font-weight:600; color:#888;}
.layout_header .util_wrap_menu>li>a:hover,
.layout_header .util_wrap_menu2>li>a:hover {color:#000;}
.layout_header .util_wrap_menu2>li.user_info {line-height:53px;}
.layout_header .logo_wrap .logo_area > a {text-align:center;}
.layout_header .resp_top_hamburger {left:40px; top:auto; margin-top:0; bottom:30px; z-index:2;}
.layout_header .resp_top_hamburger>a { width:22px; height:22px; }
.layout_header .resp_top_hamburger>a>b,
.layout_header .resp_top_hamburger>a:before,
.layout_header .resp_top_hamburger>a:after { background:#000; }
.layout_header .resp_top_hamburger>a:before { transform:translateY(-7px) rotate(0deg); }
.layout_header .resp_top_hamburger>a:after { transform:translateY(7px) rotate(0deg); }
.layout_header .resp_top_hamburger>a:hover:before { transform:translateY(-5px) rotate(405deg); }
.layout_header .resp_top_hamburger>a:hover:after { transform:translateY(5px) rotate(-405deg); }
.layout_header .resp_top_hamburger>a.on:before { transform:translateY(-5px) rotate(45deg); }
.layout_header .resp_top_hamburger>a.on:after { transform:translateY(5px) rotate(-45deg); }
.layout_header .resp_top_cart {right:35px; width:25px; height:29px; background:url('../images/design_resp/icon_cart.png') no-repeat; background-size:cover;}
.layout_header .resp_top_cart .cart_cnt2 {margin-top:-5px;}
.layout_header .resp_top_search {top: 1rem}
.layout_header .resp_top_search .search_ver2 .search_new {top:30px;}

.layout_header .resp_top_search a.btn_search_open {width:20px; height:29px; margin-top: 0; background:url('../images/design_resp/icon_search.png') no-repeat; background-size:100%;}
.layout_header #cateSwiper {border-top:none;}
.layout_header #cateSwiper .respCategoryList {display:inline-block; text-align:center;}
.layout_header #cateSwiper .respCategoryList > li {display:inline-block; white-space:nowrap;}
.layout_header #cateSwiper .respCategoryList .nav_category_all {width:auto;}
.layout_header #cateSwiper .respCategoryList .nav_category_all .categoryAllBtn,
.layout_header #cateSwiper .respCategoryList .categoryDepthLink {width:auto; height:60px; line-height:40px; border:0; padding:0 20px; font-size:14px; font-weight:600; color:#333;}
.layout_header #cateSwiper .respCategoryList .categoryDepthLink>em {line-height:inherit;}
.layout_header #cateSwiper .respCategoryList .categoryDepthLink:hover {color:#000;}
.layout_header #cateSwiper .respCategoryList .nav_category_all .categoryAllBtn>em,
.layout_header #cateSwiper .respCategoryList .categoryDepthLink>em {display:inline-block; position:relative; height:40px;}
.layout_header #cateSwiper .respCategoryList .nav_category_all .categoryAllBtn>em:after,
.layout_header #cateSwiper .respCategoryList .categoryDepthLink>em:after { display:block; content:""; position:absolute; left:50%; bottom:-1px; width:0px; padding-top:1px; background:#000; transition:all .2s; }
.layout_header #cateSwiper .respCategoryList .nav_category_all:hover .categoryAllBtn>em:after,
.layout_header #cateSwiper .respCategoryList .categoryDepth1:hover .categoryDepthLink>em:after,
.layout_header #cateSwiper .respCategoryList .custom_nav_link:hover .categoryDepthLink>em:after { width:100%; left:0; }
.layout_header #cateSwiper .respCategoryList .categoryDepth1.on .categoryDepthLink>em,
.layout_header #cateSwiper .respCategoryList .custom_nav_link.on .categoryDepthLink>em { border-bottom:1px solid #444; }
.layout_header #cateSwiper .respCategoryList .categorySub {top:41px; border-color:#c0c8c0;}
@media only screen and (max-width:1279px) {    
	.layout_header #cateSwiper .designCategoryNavigation {overflow:visible;}
    .layout_header #cateSwiper .designCategoryNavigation .respCategoryList {display:table; width:auto; margin:auto; table-layout:auto;}
    .layout_header #cateSwiper .designCategoryNavigation .respCategoryList > li {display:table-cell;}
	.layout_header #cateSwiper .respCategoryList .nav_category_all {margin-right:0;}	
}
@media only screen and (max-width:1150px) {
    #layout_header nav {display: none}
    #layout_header .benefit {display:none;}    
    .layout_header .resp_top_search .search_ver2 .search_new { top: 50px }
    .layout_header .logo_wrap {float:none; width:auto;}
    .layout_header .logo_wrap .logo_area > a {height:auto; line-height:inherit; padding-top:15px;}
	.layout_header .logo_wrap .logo_area img {max-height:50px;}
    .layout_header .resp_top_hamburger,
	.layout_header .resp_top_cart,
	.layout_header .resp_top_search {top:30px; margin-top:0;}
    .layout_header .resp_top_hamburger {display:block; left:40px;}
    .layout_header .resp_top_cart {display:block; right:55px; width:22px; height:25px; background-size:22px;}
    .layout_header .resp_top_search {display:block;}
    .layout_header .resp_top_search .search_ver2 .search_new .input_area .cont {margin-top:-15px;}
    .layout_header .resp_top_search a.btn_search_open {width:22px; height:25px; margin-top:0; background-size:22px;}
    .layout_header #cateSwiper {float:none; width:auto; padding:0;}
	.layout_header #cateSwiper .respCategoryList .nav_category_all .categoryAllBtn, 
	.layout_header #cateSwiper .respCategoryList .categoryDepthLink {line-height:60px; margin:0; padding:0 12px;}
	.layout_header #cateSwiper .respCategoryList .nav_category_all .categoryAllBtn>em,
	.layout_header #cateSwiper .respCategoryList .categoryDepthLink>em {height:5 0px;}
	.layout_header #cateSwiper .respCategoryList .categorySub {top:61px;}
}
@media only screen and (max-width:1023px) {
    .layout_header .resp_top_hamburger {left:10px;}
	.layout_header .resp_top_cart {right:25px;}
	.layout_header #cateSwiper .designCategoryNavigation {overflow:hidden;}
}
@media only screen and (max-width:767px) {
    .layout_header #cateSwiper .designCategoryNavigation .respCategoryList,
    .layout_header #cateSwiper .designCategoryNavigation .respCategoryList > li {display:flex;}    
}
@media only screen and (max-width:479px) {
	.layout_header .logo_wrap.flying .logo_area > a {padding:10px 0;}
    .layout_header .logo_wrap.flying .resp_top_hamburger,
    .layout_header .logo_wrap.flying .resp_top_cart,
    .layout_header .logo_wrap.flying .resp_top_search {top:15px;}    
}

/* 풋터 */
.layout_footer {margin-top:80px; background:#eee; padding:60px 0;}
.layout_footer a:hover, .layout_footer a:focus {text-decoration:underline;}
.layout_footer a.link_f:after,
.layout_footer span.link_f>a:after {content:' >';}
.layout_footer .footer_contents {padding-bottom:40px;}
.layout_footer .footer_contents:after {display:block; content:""; clear:both;}
.layout_footer .footer_contents>li {position:relative; float:left;  box-sizing:border-box; padding-right:20px;}
.layout_footer .footer_contents>li.footer_a1 {width:40%;}
.layout_footer .footer_contents>li.footer_b1 {width:20%;}
.layout_footer .footer_contents>li.footer_c1 {width:40%;}
.layout_footer .title {padding-bottom:10px; font-size:14px; font-weight:500; color:#666;}
.layout_footer .menu>li {position:relative; padding-top:4px;}
.layout_footer .menu>li.company_phone {padding-top:0;}
.layout_footer .menu>li.company_phone a {font-size:27px; font-weight:600;}
.layout_footer .menu>li,
.layout_footer .menu>li a,
.layout_footer .menu2>li a {height:auto; line-height:inherit; color:#666;}
.layout_footer .menu2>li.bold a {font-weight:600;}
.layout_footer .menu2>li {float:none; display:inline-block; position:relative; padding-top:4px;}
.layout_footer .menu2>li:before {display:block; content:"/"; position:absolute; top:4px; left:-4px;}
.layout_footer .menu2>li:first-child:before {display:none;}
.layout_footer .footer_d1 {position:relative;}
.layout_footer .footer_d1 .pcolor,
.layout_footer .footer_d1 a {font-weight:400; color:#666;}
.layout_footer .menu3>li,
.layout_footer .copyright {color:#999;}
.layout_footer .escrow {top:auto; bottom:0; right:0;}
@media only screen and (max-width:767px) {
	.layout_footer .footer_contents {padding-bottom:10px;}
    .layout_footer .footer_contents>li {width:100% !important; padding-right:0;}
    .layout_footer .footer_b1 .title,
    .layout_footer .footer_c1 .title {padding-top:20px;}    
	.layout_footer .menu.v2>li {display:inline-block; padding-right:20px;}
	.layout_footer .menu.v2>li:before {display:block; content:"|"; position:absolute; top:3px; left:-13px;}
	.layout_footer .footer_d1 {padding-top:20px;}
	.layout_footer .menu3 {padding-right:0;}
}

/* 우측 사이드바 */
.rightQuickMenuWrap2 {position:fixed; top:0; bottom:0; right:0; width:220px; border-left:1px solid #dbdbdb; background:#fff; z-index:201;}
.rightQuickMenuWrap2.closed {right:-220px; box-shadow:none;}
.rightQuickMenuWrap2 p, .rightQuickMenuWrap2 li, 
.rightQuickMenuWrap2 a, .rightQuickMenuWrap2 span {letter-spacing:0.5px; font-size:11px; font-weight:400; color:#999;}
.rightQuickMenuWrap2 .rightQuick_close {display:none;}
.rightQuickMenuWrap2 .outside_menu .rightQuick_close,
.rightQuickMenuWrap2 .outside_menu .rightQuick_open {border:none; background:none; position:static;}
.rightQuickMenuWrap2 .outside_menu {position:absolute; right:220px; top:50%; margin-top:-200px;}
.rightQuickMenuWrap2 .outside_menu .menu1 {box-shadow:-2px 2px 2px rgba(0, 0, 0, 0.05);}
.rightQuickMenuWrap2 .outside_menu .menu1>li {border-top:1px solid #e0e0e0; border-right:1px solid #f0f0f0; width:48px;}
.rightQuickMenuWrap2 .outside_menu .menu1>li.open {margin-top:-1px; border-color:#333;}
.rightQuickMenuWrap2 .outside_menu .menu1>li>a {height:48px;}
.rightQuickMenuWrap2 .outside_menu .menu2 {display:table; width:100%; margin-top:15px;}
.rightQuickMenuWrap2 .outside_menu .menu2>li {display:table-row; width:48px;}
.rightQuickMenuWrap2 .outside_menu .menu2>li>a {display:table-cell; height:36px; text-align:center; vertical-align:middle; opacity:0.6;}
.rightQuickMenuWrap2 .outside_menu .menu2>li>a:hover {opacity:1;}
.rightQuickMenuWrap2 .inner_menu1>li {padding-top:5px;}
.rightQuickMenuWrap2 .inner_menu1>li:first-child {padding-top:0;}
.rightQuickMenuWrap2 .inner_menu1>li>a {display:block; border:1px solid #e0e0e0; text-align:center; color:#333; line-height:25px; transition:all ease 0.3s;}
.rightQuickMenuWrap2 .inner_menu1>li>a:hover {border-color:#aaa;}
.rightQuickMenuWrap2 .right_wrap {padding:0 20px 20px;}
.rightQuickMenuWrap2 .right_wrap h3 {margin:30px 0 12px; font-size:12px; font-weight:600; color:#000; letter-spacing:1.2px;}
.rightQuickMenuWrap2 .right_wrap h3 span {font-weight:inherit; color:inherit;}
.rightQuickMenuWrap2 .right_item_recent {padding-top:0;}
.rightQuickMenuWrap2 .right_itemList ul li {padding-top:0; position:relative; text-align:center;}
.rightQuickMenuWrap2 .right_itemList ul li .right_quick_goods img {max-width:100%;}
.rightQuickMenuWrap2 .right_itemList ul li .right_quick_goods:hover img {border-color:#fff !important;}
.rightQuickMenuWrap2 .right_itemList .btn_delete {display:none; position:absolute; top:-5px; right:-5px; background:url('../images/design/ico_recently_delete.png') no-repeat; width:15px; height:15px; border-radius:2px;}
.rightQuickMenuWrap2 .right_quick_paging {display:none; position:relative; width:100px; margin:auto; padding:8px 0px; color:#acacac; text-align:center;}
.rightQuickMenuWrap2 .right_quick_paging .right_page_box {display:inline-block; vertical-align:middle; margin-top:-5px;}
.rightQuickMenuWrap2 .right_quick_paging .right_quick_btn_prev {position:absolute; left:0;}
.rightQuickMenuWrap2 .right_quick_paging .right_quick_btn_next {position:absolute; right:0;}
.rightQuickMenuWrap2 .right_menu1>li {font-size:10px; padding:1px 0;}
.rightQuickMenuWrap2 .right_menu1 .phone {margin:-2px 0 10px; font-size:20px; font-weight:600; color:#000; line-height:1.3;}
.rightQuickMenuWrap2 .bank_info>li {padding-top:6px;}
.rightQuickMenuWrap2 .bank_info>li:first-child {padding-top:0;}
.rightQuickMenuWrap2 ul.social_list {overflow:hidden; zoom:1;}
.rightQuickMenuWrap2 ul.social_list>li {float:left; line-height:0; padding-left:6px;}
.rightQuickMenuWrap2 ul.social_list>li:first-child {padding-left:0;}
.rightQuickMenuWrap2 ul.social_list>li>a>img {width:24px; opacity:0.4; transition:opacity 0.3s;}
.rightQuickMenuWrap2 ul.social_list>li>a:hover>img {opacity:1;}
.rightQuickMenuWrap2 .btn_navertalk {display:block; margin-top:30px; line-height:30px; border-radius:2px; border:1px solid #01ba3a; background:#01c43d; text-align:center; font-size:14px; color:#fff; letter-spacing:0;}
@media only screen and (max-width:1023px) {
    .rightQuickMenuWrap2 {display:none;}
}

/* 좌측 어사이드 메뉴 */
.layout_side {padding:20px 30px;}
.layout_side .aside_userinformation {border-color:#333; padding:0 0 20px;}
.layout_side .asie_main_menu {padding:10px 0 15px;}
.layout_side .aside_navigation_wrap {border-top:1px solid #333;}
.layout_side .aside_navigation_wrap ul.menu {padding-top:30px; margin-bottom:10px;}
.layout_side .aside_navigation_wrap ul.menu li.mitem,
.layout_side .aside_navigation_wrap ul.menu li.mitem:first-child {border-top:0; border-bottom:0;}
.layout_side .aside_navigation_wrap ul.menu li.mitem.category a.mitem_title {background-color:transparent;}
.layout_side .aside_navigation_wrap ul.menu li.mitem.category a.mitem_goodsview {border-color:transparent; padding:10px 0; font-size:16px; font-weight:600; color:#666;}
.layout_side .aside_navigation_wrap ul.menu li.mitem.category a.mitem_goodsview:hover {color:#000;}
.layout_side .aside_navigation_wrap ul.menu li.mitem.category.on, 
.layout_side .aside_navigation_wrap ul.menu li.mitem_subcontents ul.submenu li.submitem.category.on {background-color:transparent;}
.layout_side .aside_navigation_wrap ul.menu li.mitem.mitemicon2,
.layout_side .aside_navigation_wrap ul.menu li.mitem_subcontents ul.submenu {background-color:transparent;}
.layout_side .aside_navigation_wrap ul.menu li.mitem_subcontents ul.submenu li.submitem {border-color:transparent;}
.layout_side .aside_navigation_wrap ul.menu li.mitem_subcontents ul.submenu li.submitem.category:last-child {border-color:transparent;}
.layout_side .aside_navigation_wrap ul.menu li.mitem.mitemicon1,
.layout_side .aside_navigation_wrap ul.menu li.mitem.mitemicon2 {background-position:10px center;}
.layout_side .aside_navigation_wrap ul.menu li.mitem_subcontents ul.submenu li.submitem.category a.submitem_title {background-position:15px center;}
.layout_side .aside_navigation_wrap ul.menu li.mitem.category a.mitem_goodsview {margin-left:35px;}
.layout_side .aside_navigation_wrap ul.menu li.mitem_subcontents ul.submenu li.submitem.category a.mitem_goodsview {margin-left:25px; font-size:14px;}
.layout_side .aside_navigation_wrap ul.menu li.custom_nav_link a.mitem_goodsview {color:#666;}
.layout_side .aside_navigation_wrap ul.menu li.custom_nav_link a.mitem_goodsview:hover {color:#000;}
.layout_side .mitem_subcontents + .custom_nav_link {padding-top:10px;}
.layout_side .asie_main_menu>ul>li.am_home,
.layout_side .asie_main_menu>ul>li.am_wish,
.layout_side .asie_main_menu>ul>li.am_coupon,
.layout_side .asie_main_menu>ul>li.am_emony,
.layout_side .aside_navigation_wrap ul.tab,
.layout_side .aside_navigation_bottom_line {display:none;}
.layout_side .aside_cs_btn {padding-top:20px;}
.layout_side .aside_cs_btn>a {display:block; height:34px; line-height:32px; font-size:14px;}


/*********************************** 메인 페이지 ***********************************/

/* 메인 - 슬라이드 배너 */
.wide_visual_slider { position:relative; max-width:1920px; margin:auto; }
.wide_visual_slider .slick-prev {left:50%; margin-left:-40%;}
.wide_visual_slider .slick-next {right:50%; margin-right:-40%;}
.wide_visual_slider .slick-dots {bottom:30px;}
.wide_visual_slider .slick-dots>li {padding:0 6px;}
.wide_visual_slider .slick-dots>li>button {width:10px; height:10px; border-radius:50px; background:#333;}
.wide_visual_slider .slick-dots>li.slick-active>button {width:10px; height:10px; box-shadow: 0 0 3px #000; background:#fff;}
.wide_visual_slider .sslide img {max-width:inherit; margin-left:-50%; margin-right:-50%;}
@media only screen and (max-width:1279px) {
	.wide_visual_slider .sslide img { max-width:120%; margin-left:-30%; margin-right:-30%; }
}
@media only screen and (max-width:1023px) {
    .wide_visual_slider .slick-dots {bottom:20px;}
	.wide_visual_slider .sslide img { max-width:140%; margin-left:-20%; margin-right:-20%; }
}
@media only screen and (max-width:767px) {
    .wide_visual_slider .slick-dots {bottom:15px;}
	.wide_visual_slider .sslide img { max-width:160%; margin-left:-30%; margin-right:-30%; }
}
@media only screen and (max-width:479px) {
	.wide_visual_slider .sslide img { max-width:200%; margin-left:-50%; margin-right:-50%; }
}

/* 메인 - 타이틀 */
.detail_title_area .name,
.goods_spec_sections .deatil_price_area .sale_price .num,
#total_goods_price {font-weight:400;}
.search_nav .navi_linemap2:before {height:37px;}
.title_group1 {padding:60px 0 20px;}
.title_group1 .title1 {font-size:24px; font-weight:700; color:#2c2c2c;}
.title_group1 .text2 {color:#bababa;}
@media only screen and (max-width:479px) {
    .title_group1 {padding:60px 0 20px;}
    .title_group1 .title1 {font-size:24px;}
}

/* 메인 - 상품디스플레이 */
.displayTabContainer {margin-top:10px;}
.display_responsible_class {margin-top:-10px;}
.display_recomm {margin-top:20px;}
.displaY_color_option .areA {height:4px;}
.respGoodsIcon.typeText { box-shadow:0 2px 0 #ccc; border:1px solid #666; color:#333; }
.goods_list li.gl_item .resp_display_goods_info {padding:10px 0;}
.goods_list li.gl_item .resp_display_goods_info .displaY_sales_percent {float:right;}
.goods_list li.gl_item .resp_display_goods_info .displaY_besong,
.goods_list li.gl_item .resp_display_goods_info .displaY_review_count {display:none;}
@media only screen and (max-width:1023px) {
    .display_responsible_class .goods_list li.gl_item {padding-top:10px;}
    .display_responsible_class {margin-top:0;}
    .display_recomm {margin-top:10px;}
}

/* 메인 - 상품디스플레이 */
.resp_goods .resp_display_goods_info {text-align:left;}
.resp_special .display_responsible_class .goods_list {text-align:center;}
.resp_special .resp_display_goods_info {position:absolute; top:50%; left:50%; width:60%; padding:0; text-align:center; opacity:0; transition:all 0.2s; transform:translate(-50%, -50%);}
.resp_special .resp_display_goods_info a,
.resp_special .resp_display_goods_info span, 
.resp_special .resp_display_goods_info .displaY_consumer_price,
.resp_special .resp_display_goods_info .displaY_brand_name .areA:before,
.resp_special .resp_display_goods_info .displaY_brand_name .areA:after,
.resp_special .resp_display_goods_info .displaY_sales_percent:after {font-weight:400; color:#333;}
.resp_special .resp_display_goods_info .displaY_sales_price .areA {font-weight:900;}
.resp_special .goods_list .gli_image {background:rgba(255, 255, 255, 0.8);}
.resp_special [data-effect*="opacity"] .gl_item {position:relative; top:0;  transition:all 0.2s;}
.resp_special [data-effect*="opacity"] .gl_item:hover {position:relative;}
.resp_special [data-effect*="opacity"] .gl_item:hover .respItemImageArea {position:relative; z-index:1;}
.resp_special [data-effect*="opacity"] .gl_item:hover .respItemImageArea img {opacity:0.2;}
.resp_special [data-effect*="opacity"] .gl_item:hover .resp_display_goods_info {opacity:1;}    
.resp_special .goods_list li.gl_item .resp_display_goods_info .displaY_sales_percent {float:none;}
.resp_special, .resp_goods {text-align:center;}
.resp_special .goods_display_more_btn,
.resp_goods .goods_display_more_btn {position:relative; display:inline-block; width:auto; height:45px; line-height:45px; margin-top:30px; border-radius:50px; border-color:#b5b5b5; background:transparent; padding:0 60px 0 40px; font-size:14px; color:#666;}
.resp_special .goods_display_more_btn:after,
.resp_goods .goods_display_more_btn:after {position:absolute; top:50%; right:30px; display:block; content:""; width:11px; height:6px; background:url('../images/design_resp/icon_arr.png') no-repeat;}
@media only screen and (max-width:1279px) {
    .resp_special .resp_display_goods_info {width:80%;}
} 
@media only screen and (max-width:767px) {
    .resp_special .goods_list .gli_image {background:rgba(0, 73, 0, 0);}
    .resp_special [data-effect*="opacity"] .gl_item:hover .respItemImageArea img {opacity:0.8;}
    .resp_special [data-effect*="opacity"] .gl_item:hover .resp_display_goods_info {opacity:0;}
}
@media only screen and (max-width: 479px) {
	.resp_special .display_responsible_class .goods_list li.gl_item {width:50%;}
}

/* 메인 - 이미지 배너 (hover Effect) */
[data-effect] li img { transition:transform 0.3s; }
[data-effect] li.none:hover img { transform:none; }
[data-effect="scale"] li a { display:block; overflow:hidden; }
[data-effect="scale"] li:hover img { transform:scale(1.05); } /* 이미지 확대 */
[data-effect="opacity"] li:hover img { opacity:0.8 } /* 이미지 불투명 */
[data-effect="rotate_01"] li:hover img { transform:rotate(1.5deg); } /* 우측 회전 */
[data-effect="rotate_02"] li:hover img { transform:rotate(-1.5deg); } /* 좌측 회전 */
[data-effect="translateX_01"] li:hover img { transform:translateX(-5px); } /* 좌측 이동 */
[data-effect="translateX_02"] li:hover img { transform:translateX(5px); } /* 우측 이동 */
[data-effect="translateY_01"] li:hover img { transform:translateY(-5px); } /* 위쪽 이동 */
[data-effect="translateY_02"] li:hover img { transform:translateY(5px); } /* 아래쪽 이동 */


/*********************************** 서브 페이지 ***********************************/

/* 모바일 하단 화살표 */
#floating_over .ico_floating_back {border:1px solid #ccc; background:#fff url('../images/design_resp/btn_back.png') center no-repeat; background-size:cover;}
#floating_over .ico_floating_foward {border:1px solid #ccc; background:#fff url('../images/design_resp/btn_foward.png') center no-repeat; background-size:cover;}
#floating_over .ico_floating_top {display:none; border:1px solid #ccc; background:#fff url('../images/design_resp/btn_up.png') center no-repeat; background-size:cover; text-indent:-9999px;}
@media only screen and (max-width:1023px) {
    #floating_over .ico_floating_top {display:block;}
}

/* 띠배너 */
.designPopupBand, .designPopupBandMobile {z-index:10;}
.designPopupBandBtn {background:url('../images/design_resp/band_btn_open.png') center no-repeat; text-indent:-9999px; z-index:210 !important;}

/* 팝업BG 감추기 */
#designPopupModalBack {display:none;}

/* 전체 카테고리 */
.all_list_contents .all_list_title {font-weight:400; line-height:1.0;}
.all_list_contents .all_list_close {background:url('../images/design_resp/del.png') 50% 50% no-repeat;}
@media only screen and (max-width:1023px) {
.all_list_contents .all_list_close {top:18px;}
}

/* 사이드 메뉴 */
.layout_side .title_sub3.v2 {font-weight:600;}
.layout_side .aside_cs_phone:before {display:none;}
.layout_side .aside_cs_phone {font-weight:600; letter-spacing:-1.5px;}
.layout_side .aside_cs_addinfo {font-weight:400; color:#666;}
.side_close {margin-top:10px;}
.side_close:before, .side_close:after {height:2px;}

/* 페이지 경로 */
.search_nav select,
.search_nav select option,
.search_nav .navi_linemap2 .selected_cate,
.search_nav .navi_linemap2 .navi_linemap_sub>li {font-size:13px;}

/* 라디오/체크박스 크기 축소 */
input[type=radio] {width:17px; height:17px;}
input[type=checkbox],
.pilsu_agree_all input[type='checkbox'],
.pilsu_agree_all2 input[type='checkbox'],
.agree_list2 input[type='checkbox'],
.agree_list3 input[type='checkbox'],
.resp_cart_wrap label.checkbox_allselect input[type='checkbox'] {width:16px; height:16px;}
.agree_list2 .agree_view {padding-bottom:0;}

/* 상품상세 라인 제거 */
.goods_spec_sections .deatil_price_area,
.goods_spec_sections .goods_spec_shipping,
.goods_buy_sections {border:none;}
.goods_thumbs_spec #goods_spec .deatil_sale_rate {border-radius:50%;}
.goods_thumbs_spec #goods_thumbs {padding-bottom:40px;}
.goods_information_contents {padding-top:40px;}
@media only screen and (max-width:767px){
    .goods_thumbs_spec #goods_thumbs {padding-bottom:20px;}
    .goods_information_contents {padding-top:0;}
}

/* 버튼 */
.goods_thumbs_spec #goods_spec .btn_resp.size_extra2,
.goods_thumbs_spec #goods_spec .btn_resp.color2 {height:50px; line-height:50px; font-size:16px;} /* 상세 버튼 */

/* 테이블 */
.table_row_a>tbody>tr>th, .resp_table_row>ul>li.th {border-left:1px solid #fff;}
.table_row_a>tbody>tr>td, .resp_table_row>ul>li.td, .resp_1line_table>ul>li {border-right:1px solid #fff;}
.resp_1line_table, table.list_table_style, .board_goods_select_display.v2 {border-right:1px solid #fff; border-left:1px solid #fff;}
.no_data_area2 {color:#888;}

/* 회원 */
.resp_login_wrap .box_id[type=text]::placeholder,
.resp_login_wrap .box_pw[type=password]::placeholder,
.resp_login_wrap .box_order[type=text]::placeholder {font-size:14px;} /* 로그인 */
.resp_login_wrap .login_real_area .find_join>a.Fw500 {font-weight:400 !important;}
.login_ok_menu .btn_resp.size_c {height:60px; line-height:60px; font-size:16px; font-weight:300;} /* 회원가입 완료 버튼 */

/* 주문/결제 */
.subpage_wrap.order_payment.flyingMode .order_payment_right .order_subsection {position:relative !important;}
.subpage_wrap.order_payment.flyingMode .order_payment_right .order_subsection .right_flying_wrap1 {padding-left:0 !important; padding-right:0 !important;}
.subpage_wrap.order_payment.flyingMode .order_payment_right .order_subsection .right_flying_wrap3 {width:100% !important; box-shadow:none !important;}
#typereceiptlay .labelgroup_design {margin-bottom:5px;}

/* 고객센터 */
.mycs_fcont_margin {margin-top:60px;}

/* 자주 묻는 질문 */
#bbslist .faq_new {border-top:2px solid #333;}
#bbslist .faq_new>li {margin-top:0;}
#bbslist .faq_new .question {border-bottom:1px solid #e0e0e0;}
#bbslist .faq_new .question:before {line-height:58px; padding-left:15px;}
#bbslist .faq_new .question .subject {display:block; background:none; padding:20px 10px 15px 12px;}
#bbslist .faq_new .answer {margin-top:0; border-bottom:1px solid #e0e0e0; background:#f8f8f8; padding:20px 10px 20px 52px;}
#bbslist .faq_new .answer:before {line-height:65px; padding-left:15px;}
