@charset "utf-8";

/* 공통 css */
ul,ol{list-style:none}
body{font-size:16px; line-height:1; color:#333}
.container_fix{width:1430px;}
.menu_margin{margin-top:120px;}
@media (max-width:768px){
	.menu_margin{margin-top:60px;}
}
@media (max-width:480px){
	.menu_margin{margin-top:50px;}
}
/*********************************************************************
	탑배너. html > page > top_banner.php
*********************************************************************/
.sub_text{margin:0; padding:160px 0 70px}
.sub_text h1{font-size:40px; }
@media (max-width:991px){
	.sub_text{padding:50px 0 40px;}
	.sub_text h1{font-size:32px; font-weight:600;}
	.sub_text.ca_it_mb{padding:0}
	.at-html{padding-bottom:45px;}
}


/*헤더 html > thema > fivesense-basic > menu.php 시작*/
.at-menu{border:0; position:fixed; left:0; width:100%; top:0; z-index:10;}
.at-menu .pc-menu{background:#151515; }
.at-menu .pc-menu, .at-menu .pc-menu .nav-full-back, .at-menu .pc-menu .nav-full-height, .at-menu .pc-menu .nav-height{height:60px; line-height:58px !important; position: relative;}
.at-menu .container_fix{width:1790px;}
.at-menu .pc-menu .nav-top.nav-both{padding:0 15px;/*  position:relative; top:auto; left:auto; display:table; width:100%; */ display:flex; justify-content: space-between; width:100%;     align-items: center;}
.at-menu .pc-menu .nav-top.nav-both > div, .at-menu .pc-menu .nav-top > ul{}
.at-menu .pc-menu .nav-top.nav-both > div.left_logo{display:table-cell; vertical-align:middle; width:75px;}
.at-menu .pc-menu .nav-top.nav-both > ul.menu-ul{display:table-cell; vertical-align:middle; width:calc(100% - 205px); text-align:center;}
.at-menu .pc-menu .nav-top.nav-both > ul.menu-ul > li.menu-li{}
.at-menu .pc-menu .nav-top.nav-both > ul.menu-ul > li.menu-li:first-child{margin-right:0;}
.at-menu .pc-menu .nav-top.nav-both > ul.menu-ul > li.menu-li > a.menu-a{padding:0 30px; color:#fff; font-size:16px; font-weight:500;}
.at-menu .pc-menu .nav-top.nav-both > ul.menu-ul > li.menu-li:hover > a.menu-a{color:#fff;}
.at-menu .pc-menu .nav-top.nav-both > ul.menu-ul > li.menu-li .sub-1div{width:150px; border:0; top:90px; padding:15px 0 15px; box-shadow:0px 5px 10px 0px rgba(0,0,0,0.08);}
.at-menu .pc-menu .nav-top.nav-both > ul.menu-ul > li.menu-li .sub-1da{font-size:16px; color:#777777; border-bottom:0; padding:10px 0;}
.at-menu .pc-menu .nav-top.nav-both > ul.menu-ul > li.menu-li .sub-1da span{display:inline-block; position:relative; color:#777;}
.at-menu .pc-menu .nav-top.nav-both > ul.menu-ul > li.menu-li .sub-1da:hover span::after{content:""; position:absolute; left:0; bottom:-2px; width:100%; height:1px; background:#555555;}
.at-menu .pc-menu .nav-top.nav-both > ul.menu-ul > li.menu-li .sub-2div{display:none !important;}
.at-menu .pc-menu .nav-top > div.right_btn{display:table-cell; vertical-align:middle; width:130px;}
.at-menu .pc-menu .nav-top > div.right_btn > a{display:inline-block; margin-right:20px;}
.at-menu .pc-menu .nav-top > div.right_btn > a:last-child{margin-right:0;}
.at-menu .pc-menu .nav-top > div.right_btn > a.cart_icon{position:relative;}
.at-menu .pc-menu .nav-top > div.right_btn > a.cart_icon span.cart_cnt{position:absolute; width:15px; height:15px; line-height:15px; display:block; text-align:center;
background:#fff; font-size:10px; color:#000000; border-radius:50%; top:27px; right:-7px;}
/* .at-menu .pc-menu .nav-top::before, .at-menu .pc-menu .nav-top::after{content:""; clear:both; display:block;} */
.at-menu .search_box{position:absolute; top:120px; width:100%; background:#fff; z-index:2; display:none; box-shadow:0px 4px 7px 0px rgba(0,0,0,0.1);}
.at-menu .search_box > form{display:block; width:600px; max-width:100%; margin:0 auto; padding:47px 0;}
.at-menu .search_box .header_search{width:100%; position:relative;}
.at-menu .search_box .header_search input{display:block; width:100%; height:50px; line-height:50px; color:#333; font-size:18px; border:0; 
border-bottom:2px solid #444444; padding-left:20px; outline:none; box-shadow:none;}
.at-menu .search_box .header_search input::placeholder{color:#999999;}
.at-menu .search_box .header_search button{background:none; outline:none; box-shadow:none; border:0; position:absolute; right:20px; top:40%; transform:translateY(-50%);}
.header_mobile{display:none;}
@media (max-widtH:991px){
	.at-menu, .m-menu{display:none;}
	.header_mobile{display:block; background:#151515; position:fixed; top:0; left:0; width:100%; z-index:10;}
	.header_mobile > .container_fix{display:table; width:100%; }
	.header_mobile > .container_fix > div{display:table-cell; vertical-align:middle;}
	.header_mobile > .container_fix > div.left_menu{text-align:left;}
	.header_mobile > .container_fix > div.center_logo{text-align:center;}
	.header_mobile > .container_fix > div.right_search{text-align:right;}
	.header_mobile > .container_fix > div img{height:80px;}
  .header_mobile > .container_fix > div.center_logo img{height:50px;}
  

}
@media (max-width:768px){
	.header_mobile > .container_fix > div img{height:60px;}
  .header_mobile > .container_fix > div.center_logo img{height:40px;}
}
@media (max-width:480px){
	.header_mobile > .container_fix > div img{height:50px;}
	.header_mobile > .container_fix > div.center_logo img{height:30px;}
}
/*헤더 html > thema > fivesense-basic > menu.php 끝*/

/*푸터 html > thema > fivesense-basic > shop.tail.php 시작*/
footer.footer{width:100%; background:#222222; padding:35px 0 45px;}
footer.footer.footer_margin{margin-top:100px;}
footer.footer > .container_fix{display:block;}
footer.footer > .container_fix > div{}
footer.footer > .container_fix > div.footer_info{width:calc(100% - 600px); float:left;}
footer.footer > .container_fix > div.footer_info .footer_logo{margin-bottom:25px;}
footer.footer > .container_fix > div.footer_info ul.link{list-style:none; margin-bottom:15px;}
footer.footer > .container_fix > div.footer_info ul.link > li{display:inline-block; position:relative; padding:0 13px;}
footer.footer > .container_fix > div.footer_info ul.link > li:last-child{padding:0 0 0 13px;}
footer.footer > .container_fix > div.footer_info ul.link > li:first-child{padding:0 13px 0 0;}
footer.footer > .container_fix > div.footer_info ul.link > li::after{content:""; position:absolute; right:-2px; top:50%; transform:translateY(-50%); width:1px; height:15px; background:#777777;}
footer.footer > .container_fix > div.footer_info ul.link > li:last-child::after{display:none;}
footer.footer > .container_fix > div.footer_info ul.link > li > a{font-size:15px; color:#777777; font-weight:500;}
footer.footer > .container_fix > div.footer_info ul.info > li{display:inline-block; position:relative; padding:0 13px;}
footer.footer > .container_fix > div.footer_info ul.info > li:last-child{padding:0 0 0 13px;}
footer.footer > .container_fix > div.footer_info ul.info > li:first-child{padding:0 13px 0 0;}
footer.footer > .container_fix > div.footer_info ul.info > li::after{content:""; position:absolute; right:-2px; top:50%; transform:translateY(-50%); width:1px; height:15px; background:#777777;}
footer.footer > .container_fix > div.footer_info ul.info > li:last-child::after{display:none;}
footer.footer > .container_fix > div.footer_info ul.info > li, footer.footer > .container_fix > div.footer_info ul.info > li > a{font-size:15px; color:#777777; line-height:25px;}
footer.footer > .container_fix > div.footer_info h4.copy{margin-top:15px; color:#777777; font-size:15px;}

footer.footer > .container_fix > div.footer_right{float:right; width:600px;}
footer.footer > .container_fix > div .footer_cs{width:300px; float:left;}
footer.footer > .container_fix > div h5.footer_title{font-size:18px; color:#eeeeee; font-weight:600; margin-bottom:10px;}
footer.footer > .container_fix > div a.tel{font-size:22px; color:#eeeeee; font-weight:600; display:inline-block;
line-height: 32px}
footer.footer > .container_fix > div .footer_text{margin-top:20px;}
footer.footer > .container_fix > div .footer_text p{font-size:15px; color:#777777; line-height:25px; overflow:hidden; font-weight:500;}
footer.footer > .container_fix > div .footer_text p span.left_text{width:95px; float:left; display:block;}
footer.footer > .container_fix > div .footer_text p span.right_text{width:calc(100% - 95px); float:left; display:block;}
footer.footer > .container_fix > div .footer_bank{width:300px; float:left;}
footer.footer > .container_fix > div .footer_bank h3{font-size:22px; color:#eeeeee; font-weight:600; display:inline-block; line-height: 32px;}
footer.footer > .container_fix > div .footer_bank .footer_text p span.left_text{width:60px; float:left; display:block;}
footer.footer > .container_fix > div .footer_bank .footer_text p span.right_text{width:calc(100% - 60px); float:left; display:block;}
.m_footer{display:none;}

@media (max-width:991px){
	footer.footer{padding:30px 0;}
	footer.footer.footer_margin{margin-top:50px;}
	footer.footer > .container_fix{display:block;}
	footer.footer > .container_fix > div{display:block;}
	footer.footer > .container_fix > div.footer_info{width:100%;}
	footer.footer > .container_fix > div.footer_info .footer_logo{margin-bottom:15px;}
	footer.footer > .container_fix > div.footer_info .footer_logo img{width:119px;}
	footer.footer > .container_fix > div.footer_info ul.link{margin-bottom:10px;}
	footer.footer > .container_fix > div.footer_info ul.link > li{padding:0 5px;}
	footer.footer > .container_fix > div.footer_info ul.link > li:last-child{padding:0 0 0 5px;}
	footer.footer > .container_fix > div.footer_info ul.link > li:first-child{padding:0 5px 0 0;}
	footer.footer > .container_fix > div.footer_info ul.link > li::after{height:12px;}
	footer.footer > .container_fix > div.footer_info ul.link > li > a{font-size:12px; }
	footer.footer > .container_fix > div.footer_info ul.info > li{padding:0 5px;}
	footer.footer > .container_fix > div.footer_info ul.info > li:last-child{padding:0 0 0 5px;}
	footer.footer > .container_fix > div.footer_info ul.info > li:first-child{padding:0 5px 0 0;}
	footer.footer > .container_fix > div.footer_info ul.info:nth-child(5) > li:first-child{display:block;}
	footer.footer > .container_fix > div.footer_info ul.info:nth-child(5) > li:first-child::after{display:none;}
	footer.footer > .container_fix > div.footer_info ul.info:nth-child(5) > li:nth-child(2){padding:0 5px 0 0;}
	footer.footer > .container_fix > div.footer_info ul.info > li::after{height:12px;}
	footer.footer > .container_fix > div.footer_info ul.info > li:last-child::after{display:none;}
	footer.footer > .container_fix > div.footer_info ul.info > li, footer.footer > .container_fix > div.footer_info ul.info > li > a{font-size:12px; line-height:21px;}
	footer.footer > .container_fix > div.footer_info h4.copy{margin-top:10px; font-size:12px;}
	
	footer.footer > .container_fix > div.footer_right{float:none; width:100%;}
	footer.footer > .container_fix > div .footer_cs{width:100%; margin-bottom:30px; float:none;}
	footer.footer > .container_fix > div h5.footer_title{font-size:14px; margin-bottom:15px;}
	footer.footer > .container_fix > div a.tel{font-size:18px; display: block;}
	footer.footer > .container_fix > div .footer_text{margin-top:10px;}
	footer.footer > .container_fix > div .footer_text p{font-size:12px; line-height:18px; }
	footer.footer > .container_fix > div .footer_text p span.left_text{width:75px; }
	footer.footer > .container_fix > div .footer_text p span.right_text{width:calc(100% - 75px); }
	footer.footer > .container_fix > div .footer_bank{width:100%; float:none; margin-bottom:30px; }
	footer.footer > .container_fix > div .footer_bank h3{font-size:18px; display: block;}
	footer.footer > .container_fix > div .footer_bank .footer_text p span.left_text{width:50px;}
	footer.footer > .container_fix > div .footer_bank .footer_text p span.right_text{width:calc(100% - 50px);}

	.m_footer{display:block; position:fixed; bottom:0; left:0; width:100%; background:#000000;  z-index:10;}
	.m_footer > .m_footer_table{display:table; table-layout:fixed; width:100%; text-align:center; padding:10px 0;}
	.m_footer > .m_footer_table > a{display:table-cell; vertical-align:middle;}
	.m_footer > .m_footer_table > a img{display:block; width:25px; margin:0 auto;}
	.m_footer > .m_footer_table > a span{display:block; text-align:center; margin-top:2px; font-size:11px; font-weight:500; color:#333;}
}
/*푸터 html > thema > fivesense-basic > shop.tail.php 끝*/

/*상품 카테고리 html > skin > apms > list > miso-baisc4 > category.skin.php 시작*/
.category_list{width:100%; position:relative; padding-top:100px; padding-bottom:30px;}
.category_list .category_list_ul{display:block; list-style:none;}
.category_list .dropdown{display:none;}
.category_list .left_text .left_text_color, .category_list .left_text{text-align:left; font-size:40px; color:#222; font-weight:400;}
.category_list .left_text a{cursor:default;}
.category_list .category_list_ul{text-align:right; position:absolute; bottom:50px; right:0;}
.category_list .category_list_ul > li{display:inline-block; position:relative; margin:0 20px;}
.category_list .category_list_ul > li:last-child{margin:0 0 0 20px;}
.category_list .category_list_ul > li:first-child{margin:0 20px 0 0;}
.category_list .category_list_ul > li.active::after{content:""; width:5px; height:5px; background:#222222; border-radius:50%; position:absolute; left:50%; transform:translateX(-50%); 
bottom:-15px;}
.category_list .category_list_ul > li a{font-size:16px; color:#777777;}
.category_list .category_list_ul > li.active a{color:#222222;}


.fix_category .fake_border{background:#222; width:100%; height:1px; margin:0 0 30px;}
.fix_category .list_sort{border-top:1px solid #222222; border-bottom:1px solid #dddddd; margin-bottom:40px; padding:16px 0px;}
.fix_category .list_sort .left_sort{font-size:16px; color:#777777;}
.fix_category .list_sort .left_sort .sort_color{color:#de182d;; font-weight:600; display:inline;}
.fix_category .list_sort .right_sort ul{list-style:none; text-align:right;}
.fix_category .list_sort .right_sort ul li{display:inline-block; padding:0 10px; position:relative;}
.fix_category .list_sort .right_sort ul li:last-child{padding:0 0 0 10px;}
.fix_category .list_sort .right_sort ul li:first-child{padding:0 10px 0 0;}
.fix_category .list_sort .right_sort ul li::after{content:""; width:1px; height:13px; background:#777777; position:absolute; right:-2px; top:50%; transform:translateY(-50%);}
.fix_category .list_sort .right_sort ul li:last-child::after{display:none;}
.fix_category .list_sort .right_sort ul li a{color:#777777; font-size:15px;}
.fix_category .list_sort .right_sort ul li a.on{color:#222; font-weight:500;}
.fix_category .list_sort .right_sort > a.right_sort_title{display:none;}

.gallery_category{width:100%; margin-bottom:30px;}
.gallery_category > ul.gallery_category_ul{list-style:none; width:100%; border-bottom:1px solid #444;}
.gallery_category > ul.gallery_category_ul > li{display:inline-block;}
.gallery_category > ul.gallery_category_ul > li > a{display:block; margin:0 20px; position:relative; font-size:16px; color:#444; padding:10px 0;}
.gallery_category > ul.gallery_category_ul > li.active > a, .gallery_category > ul.gallery_category_ul > li.on> a{color:#222; font-weight:500;}
.gallery_category > ul.gallery_category_ul > li:last-child > a{margin:0 0 0 20px;}
.gallery_category > ul.gallery_category_ul > li:first-child > a{margin:0 20px 0 0;}
.gallery_category > ul.gallery_category_ul > li > a::after{content:""; width:1px; height:13px; background:#ccc; position:absolute; right:-20px; top:50%; transform:translateY(-50%);}
.gallery_category > ul.gallery_category_ul > li:last-child > a::after{display:none;}

@media (max-width:991px){
	.category_list{width:100%; position:relative; padding-top:40px; padding-bottom:35px;}
	.category_list .category_list_ul{display:none;}
	.category_list .dropdown{display:block;}
	.category_list .left_text{text-align:center; margin-bottom:40px;}
	.category_list .left_text .left_text_color, .category_list .left_text{font-size:25px;}
	.category_list .dropdown > a{display:block; position:relative; text-align:center; color:#fff; background:#222222; font-size:14px; height:37.5px; line-height:37.5px;}
	.category_list .dropdown > a span.drop_arrow{position:absolute; top:50%; transform:translateY(-50%); right:15px;}
	.category_list .dropdown > a span.drop_arrow > img { width:9px;}
	.category_list .dropdown .dropdown-menu{width:100%; text-align:center; padding:5px 0; margin:0; }
	.category_list .dropdown .dropdown-menu li a { padding:0; line-height:40px; height:40px;}
	
	.fix_category .list_sort{margin-bottom:25px; padding:12px 0 12px 5px;}
	.fix_category .list_sort .left_sort{font-size:12px; float:left; margin-bottom:0;}
	.fix_category .list_sort .right_sort{position:relative; float:right;}
	.fix_category .list_sort .right_sort > a.right_sort_title{display:block; text-align:right; font-size:12px; position:relative; font-weight:500; color:#777777;}
	.fix_category .list_sort .right_sort > a.right_sort_title span.arrow{display:inline-block; margin-left:5px; position:relative; top:-1px;}
	.fix_category .list_sort .right_sort > a.right_sort_title span.arrow img{width:12px;}
	.fix_category .list_sort .right_sort ul{position:absolute; right:0; top:25px; z-index:1; background:#fff; text-align:center; width:100px; border:1px solid #ccc; padding:10px 0; display:none;}
	.fix_category .list_sort .right_sort ul li{display:block; padding:0 5px !important; padding-bottom:5px !important;}
	.fix_category .list_sort .right_sort ul li:last-child{padding-bottom:0px !important;}
	.fix_category .list_sort .right_sort ul li::after{display:none;}
	.fix_category .list_sort .right_sort ul li a{font-size:12px;}

	.gallery_category{margin-bottom:30px;}
	.gallery_category > ul.gallery_category_ul > li > a{ margin:0 10px;font-size:14px;padding:10px 0;}
	.gallery_category > ul.gallery_category_ul > li:last-child > a{margin:0 0 0 10px;}
	.gallery_category > ul.gallery_category_ul > li:first-child > a{margin:0 10px 0 0;}
	.gallery_category > ul.gallery_category_ul > li > a::after{right:-12px;}
}
/*상품 카테고리 html > skin > apms > list > miso-baisc4 > category.skin.php 끝*/


/*상품 리스트 html > skin > apms > list > miso-baisc4 > list.skin.php 시작*/
.shop_container.shop_basic .list-wrap{margin-right:-20px !important; margin-bottom:-50px !important;}
.shop_container.shop_basic .item-list{margin-right:20px !important; margin-bottom:50px !important}
.shop_container.shop_basic .item-icon{top:-37.5px; left:0; position:absolute; margin-bottom:0;}
.shop_container.shop_basic .item-icon img{display:inline-block; margin-right:5px; margin-bottom:0;}

.shop_container.shop_basic .item-content{height:auto !important; padding:0; margin:0; margin-top:25px; position:relative; overflow:visible;}
.shop_container.shop_basic .item-content strong{font-size:16px; color:#222222; font-weight:400; line-height:1.2; overflow:hidden; height:1.2em; text-overflow:ellipsis; white-space:nowrap; word-wrap:normal; display:block; width:95%;}
.shop_container.shop_basic .item-content .item-desc{margin-top:5px; font-size:14px; color:#666; font-weight:400; line-height:1.2; overflow:hidden; height:1.2em; text-overflow:ellipsis; white-space:nowrap; word-wrap:normal; width:95%;}
.shop_container.shop_basic .item_info{margin-top:15px; position:relative;}
.shop_container.shop_basic .item_info .price{font-size:16px; color:#222222; font-weight:500; display:inline-block;}
.shop_container.shop_basic .item_info .price span.real_price{font-size:16px; color:#222222; font-weight:600;}
.shop_container.shop_basic .item_info strike{font-size:15px; color:#999999; display:inline-block; margin:0 8px 0 12px;}
.shop_container.shop_basic .item_info span.percent{font-size:15px; color:#ea0000; display:inline-block; }

@media (max-width:991px){
	.mc06_top{margin-bottom:50px;}
	.content_banner{margin-bottom:30px;}

	.shop_container.shop_basic .list-wrap{margin-right:-15px !important; margin-bottom:-25px !important;}
	.shop_container.shop_basic .item-list{margin-right:15px !important; margin-bottom:25px !important}

	.shop_container.shop_basic .item-icon{top:-36px; left:0;}
	.shop_container.shop_basic .item-icon img{margin-right:3px; margin-bottom:3px; height:18px; width:auto;}

	.shop_container.shop_basic .item-content{margin-top:23px;}
	.shop_container.shop_basic .item-content strong{font-size:14px;}
	.shop_container.shop_basic .item-content .item-desc{font-size:12px;}
	.shop_container.shop_basic .item_info{margin-top:5px;}
	.shop_container.shop_basic .item_info .price{font-size:14px; display:block;}
	.shop_container.shop_basic .item_info .price span.real_price{font-size:14px;}
	.shop_container.shop_basic .item_info strike{font-size:12px; margin:0 2px 0 0;}
	.shop_container.shop_basic .item_info span.percent{font-size:12px;}
}
/*상품 리스트 html > skin > apms > list > miso-baisc4 > list.skin.php 끝*/
/*********************************************************************
	상품 상세페이지 - 기존 클래스 'item_detail'  사용
*********************************************************************/

/* 모바일 상품상세페이지 상단*/
.mob_shop_top{padding:10px 0}
.mob_shop_top:after{display:block; content:""; clear:both}
.mob_shop_top > a{display:block; height:15px}
.mob_shop_top .btn_back{float:left}
.mob_shop_top .btn_share{float:right}
.mob_shop_top > a img{display:block; height:100%}

/* 상품상세 페이지_ 베스트상품 위젯 */
.best_list_wrap{margin-bottom:90px}
.best_list_wrap .best_list_tit{margin-bottom:30px; font-size:27px; color:#222}
.shop_best_item.shop_container .item-list{border:0;}
.shop_best_item.shop_container .item-image{background-color:#f8f8f8}
.shop_best_item.shop_container .item-icon{display:none; position:absolute; left:10px; top:10px; z-index:1}
.shop_best_item.shop_container .item-icon img{display:inline-block; margin-right:8px; margin-bottom:5px}
.shop_best_item.shop_container .item-content{padding:0; padding-top:16px; height:auto !important; text-align:left}
.shop_best_item.shop_container .item-content strong{font-weight:500; font-size:14px; line-height:1.2; color:#222}
.shop_best_item.shop_container .item-content .item-desc{font-size:13px; line-height:1.2; color:#777}
.shop_best_item.shop_container .item_price_box{margin-top:12px; text-align:left}
.shop_best_item.shop_container .item_price_box .percent{display:none; margin-left:4px; font-weight:500; font-size:14px; color:#e0062a}
.shop_best_item.shop_container .item_price_box .sale_cont{display:inline-block; margin-left:5px}
.shop_best_item.shop_container .item_price_box .sale_cont strike{font-size:13px; color:#999}
.shop_best_item.shop_container .item_price_box > h5{display:inline-block; font-size:15px; color:#222}
.shop_best_item.shop_container .item_price_box > h5 span{display:inline-block; font-weight:500}
.shop_best_item.shop_container .item-info, .shop_best_item .label-cap{display:none;}
.shop_container .owl-carousel .owl-controls .owl-buttons div{display:none !important; background-color:transparent; width:14px; height:34px}
@media (max-width:768px){
	.shop_best_item.shop_container{overflow:visible}
	.shop_best_item.shop_container .owl-show{overflow:visible}
	.responsive .shop_best_item.shop_container .owl-container{overflow:visible; margin-right:-15px !important}
	.shop_best_item.shop_container .item-list{margin-right:15px !important}
	.shop_best_item.shop_container .item-wrap{margin-right:15px !important}
	.best_list_wrap{padding-top:28px; border-top:1px solid #222; margin-bottom:40px}
	.best_list_wrap .best_list_tit{margin-bottom:17px; font-size:15px}
	.best_list_wrap .best_list_con{margin:0 15px}
	.shop_best_item.shop_container .item-icon{left:5px; top:5px}
	.shop_best_item.shop_container .item-icon img{width:auto; height:12px; margin:0 5px 5px 0}
	.shop_best_item.shop_container .item-content{padding-top:15px; text-align:left}
	.shop_best_item.shop_container .item-content strong{font-size:13px}
	.shop_best_item.shop_container .item-content .item-desc{font-size:12px}
	.shop_best_item.shop_container .item_price_box{margin-top:10px; text-align:left}
	.shop_best_item.shop_container .item_price_box .sale_cont strike{font-size:12px}
	.shop_best_item.shop_container .item_price_box > h5{font-size:14px}
	.shop_container .owl-carousel .owl-controls .owl-buttons div{display:block !important; Width:8px; height:18px}
	.shop_container .owl-carousel .owl-controls .owl-buttons .owl-prev{left:-15px !important}
	.shop_container .owl-carousel .owl-controls .owl-buttons .owl-next{right:-5px !important}
	.shop_container .owl-carousel .owl-controls .owl-buttons div img{display:block; height:100%}
}

/*상품상세페이지 html > skin > apms > item > miso-baisc4 > item.skin.php */
.item_detail .img-container{width:50%;}
.item_detail .item-head{border:0; margin-bottom:80px; background:#fff !important; padding-top:115px;}
.item_detail .label-band{display:none}
.item_detail #sit_pvi{padding:0px; width:100%}
.item_detail #sit_pvi_thumb{overflow:visible; width:calc(100% - 100px); padding:20px 30px; margin:0; border:0}
.item_detail #sit_pvi_thumb > ul li{display:table-cell}
.item_detail #sit_pvi_thumb > ul li a { margin:0;}
.item_detail #sit_pvi_thumb > ul li + li a { margin-left:20px;}

.item_detail #sit_pvi_thumb > ul li a img{border:1px solid transparent}
.item_detail #sit_pvi_thumb > ul li a img:hover{border:1px solid transparent}
.item_detail #sit_pvi_thumb > ul li.active a img{border:1px solid #222}
.item_detail .thumb_tab_wrap{position:relative}
.item_detail .thumb_tab_wrap button{display:block; position:absolute; top:0; width:30px; height:157px; border:0; background-color:#fff}
.item_detail .thumb_tab_wrap .btn_prev{left:0; text-align:left;}
.item_detail .thumb_tab_wrap .btn_next{right:100px; text-align:right;}
.item_detail .form-container{width:50%}
.item_detail .item-head .text{padding:0; padding-left:80px}
.item_detail .label-tack{display:none; position:static; padding-bottom:20px}
.item_detail .label-tack img + img{margin-left:5px}
.item_detail .item-head h1{margin:0; font-weight:600; font-size:30px; color:#222; line-height:1.2; letter-spacing:-0.5px;}
.item_detail .item-head .desc{font-size:16px; line-height:1.3; color:#666; padding-top:12px;}
.item_detail .item-head .tag{margin-top:15px}
.item_detail .item-head .tag > a{display:inline-block; font-size:16px; line-height:1.2; color:#777}
.item_detail .item-head .tag > a:hover{color:#777}
.item_detail .item-head .tag > a + a{margin-left:3px}
.item_detail .item-head .price{margin-top:35px; margin-bottom:20px} 
.item_detail .item-head .price > .pull-right{display:block; position:relative}
.item_detail .item-head .price > .pull-right .btn_recommend{padding:0; line-height:26px}
.item_detail .item-head .price > .pull-right .btn_share{padding:0; line-height:26px}
.item_detail .item-head .price > .pull-left{position:relative}
.item_detail .item-head .pull-left b{ font-weight:600; font-size:26px; color:#222}
.item_detail .item-head .pull-left .won{font-weight:300; font-size:20px}
.item_detail .item-head .pull-left strike{display:none; font-size:20px; color:#666}
.item_detail .item-head .pull-left span.dc_percent{display:none; width:50px; height:25px; line-height:23px; color:#ff0000; position:relative; top:-3px; font-size:15px; border:1px solid #ff0000; text-align:center; border-radius:10px; font-weight:500; margin-left:5px;}
.item_detail .item-head .pull-left .unit{font-size:26px}
.item_detail .item-head .price .dc{display:none}
.item_detail .item-head .option-line{margin:0; border-top:1px solid #222}
.item_detail .item-head .option-tbl .option-line{border-top:1px solid #eee}
.item_detail .item-head .option-tbl{margin-bottom:15px; font-size:15px; color:#666}
.item_detail .item-head .option-tbl .price_tr th { height:85px; line-height:85px; padding:0}
.item_detail .item-head .option-tbl .price_tr td { height:85px; line-height:85px; padding:0}
.item_detail .item-head .option-tbl .price_tr strike{font-size:15px; line-height:22px; color:#666}
.item_detail .item-head .option-tbl .price_tr .won{font-size:15px}
.item_detail .item-head .option-tbl .price_tr .red{margin-left:6px; font-weight:600; font-size:18px; line-height:22px; color:#222}
.item_detail .item-head .option-tbl .price_tr .dc_percent{margin-left:6px; font-weight:600; font-size:22px; line-height:22px; color:#fa193e}
.item_detail .item-head .option-tbl th{width:155px; padding:0px; font-weight:500; font-size:16px; color:#222}
.item_detail .item-head .option-tbl td{padding:0px; font-weight:400}
.item_detail .item-head .option-tbl tr > * { padding-bottom:15px;}
.item_detail .item-head .option-tbl .option-line { margin-bottom:15px;}
.item_detail .item-head .option-tbl select.input-sm{-webkit-box-shadow:0 0 0 #fff; box-shadow:0 0 0 #fff}
.item_detail .pay_con .pay_tab > label{margin-bottom:5px}
.item_detail .pay_con .pay_tab > select.input-sm{margin-bottom:5px}
.item_detail .list-group-item{padding:8px 20px; border: 1px solid #f1f1f1; background:#fafafa}
.item_detail .list-group-item .col_tit{width:calc(100% - 180px); margin-top:5px; padding-bottom:5px}
.item_detail .list-group-item .col_count{width:180px; padding:0 20px 0 0}
.item_detail .item-head .list-group-item .col-sm-6 input{-webkit-box-shadow:0 0 0 #fff; box-shadow:0 0 0 #fff}
.item_detail .item-head .list-group-item .col-sm-5 input, .item_detail .item-head .list-group-item .col-sm-5 input{-webkit-box-shadow:0 0 0 #fff; box-shadow:0 0 0 #fff}
.item_detail .list-group-item .row .col-sm-7{width:55.333333%}
.item_detail .list-group-item .row .col-sm-5{width:44.666667%}
.item_detail .item-head .it_opt_subj{font-size:15px; line-height:1.2; color:#666}
.item_detail .item-head .price-sum{margin:30px 0; font-weight:400; font-size:16px; color:#222}
.item_detail .item-head .price-sum b{margin-left:10px}
.item_detail .item-head .price-sum span{font-weight:600; font-size:26px}
.item_detail .item-head .price-sum .won{font-weight:300; font-size:20px}
.item_detail .item-head ul.item-form-btn{margin:0}
.item_detail .item-head ul.item-form-btn li.btn_b{width:calc(50% - 5px)}
.item_detail .item-head ul.item-form-btn li.btn_b + li.btn_b{margin-left:10px}
.item_detail .item-head ul.item-form-btn li a{padding:0; border:1px solid #222; font-weight:500; font-size:17px; line-height:60px}
.item_detail .item-head ul.item-form-btn li input{padding:0; border:1px solid #222; background-color:#fff; font-weight:500; font-size:17px; line-height:60px; color:#222}
.item_detail .item-head ul.item-form-btn li input.black_btn{background-color:#222; color:#fff}
.item_detail .item-form-footer{margin-top:30px}
.item_detail .item-tab .tabs .tab-content{border:0}
.item_detail_tab .tab-content>.tab-pane{display:block}

.item_detail .item_detail_tab .tabs_box{width:100%; border-bottom:1px solid #ddd; background-color:#fff; text-align:center}
.item_detail .item_detail_tab .tabs_box.fixed{position:fixed; top:123px; left:50%; z-index:10; width:100%; max-width:100%; background:#151515;
-webkit-transform:translateX(-50%); -moz-transform:translateX(-50%); transform:translateX(-50%)}
.item_detail .item_detail_tab .tabs ul.tabs-top{display:inline-block; width:auto; border:0; margin:0 0 -3px}
.item_detail .item_detail_tab .tabs ul.tabs-top li{width:auto; margin:0; text-align:center; cursor:pointer}
.item_detail .item_detail_tab .tabs ul.tabs-top li + li{margin-left:12px}
.item_detail .item_detail_tab .tabs ul.tabs-top li span{display:block; position:relative; padding:0 30px; border:0; background-color:transparent; font-size:18px; line-height:58px; color:#999}
.item_detail .item_detail_tab .tabs ul.tabs-top li.on span{font-weight:500; background:none; color:#151515}
.item_detail .item_detail_tab .tabs ul.tabs-top li.on span:after{display:block; content:""; position:absolute; bottom:0; left:0; width:100%; height:3px; background-color:#151515}
.item_detail .item_detail_tab .tabs_box.fixed ul.tabs-top li.on span{color:#fff;}
.item_detail .item_detail_tab .tabs_box.fixed ul.tabs-top li.on span::after{background:#fff;}
.item_detail .item_detail_tab .tabs ul.tabs-top li .orangered{font-weight:400; color:#333}
.item_detail .item_detail_tab .tabs ul.tabs-top li.on .orangered{font-weight:500; color:#fff}
.item_detail .panel{margin-bottom:70px}
.item_detail .link_con{margin-top:70px}
.item_detail .link_con.it_detail_qa{margin-bottom:30px}
.item_detail .tab_etc{margin-bottom:35px}
.item_detail .use-btn{margin:30px 0 0px}
.item_detail .item_rel_tit{padding:0; border:0; border-bottom:2px solid #222; padding-bottom:20px; margin-bottom:30px;}
.item_detail .item_rel_tit h3{ font-size:27px; color:#222;}
.item_detail .panel-body{padding:0;}

@media (max-width:991px){
	.item_detail #sit_pvi_thumb{padding:10px 45px}
	.item_detail #sit_pvi_thumb > ul li a img{display:inline-block; width:43.5px; height:63px}
	.responsive .item_detail .item-head .form-container{border:0}
	.item_detail .thumb_tab_wrap button{width:35px; height:70px; }
	.item_detail .thumb_tab_wrap button img { width:7px;}
	.item_detail .thumb_tab_wrap .btn_next { right:0}
	.item_detail .item-head ul.item-form-btn li.btn_b{width:50%}
	.item_detail .item-head ul.item-form-btn li.btn_b + li.btn_b{margin-left:0}
	.item_detail .item-head ul.item-form-btn li a{font-size:15px; line-height:46px}
	.item_detail .item-head ul.item-form-btn li input{font-size:15px; line-height:46px}
	.item_detail .item-form-footer{margin-top:1px}
	.item_detail .item_detail_tab .tabs_box{margin:0; padding:0}
	.item_detail .item_detail_tab .tabs{margin:0 -15px}
	.item_detail .item_detail_tab .tabs ul.tabs-top li + li{margin-left:0}
	.item_detail .item_detail_tab .tabs ul.tabs-top li span{display:inline-block; padding:0 10px; font-size:12px; line-height:30px}
	.item_detail .item_rel_tit{padding-bottom:15px; margin-bottom:20px; margin-top:30px;}
	.item_detail .item_rel_tit h3{font-size:15px; padding-bottom:0;}
	.item_detail .item_detail_tab .tabs ul.tabs-top li.on span:after { height:2px;}
	.item_detail .use-btn { margin:10px 0 0;}
}
@media (max-width:768px){
	.item_detail .img-container{width:100%;}
	.responsive .item_detail .item-head{margin-bottom:0; padding-top:0px;}
	.item_detail .item_detail_tab .tabs_box.fixed{top:60px;}
	.item_detail #sit_pvi_thumb{ padding:10px 35px}
	.item_detail #sit_pvi_thumb a{margin:0;}
	.item_detail #sit_pvi_thumb > ul li + li a { margin-left:10px;}
	.item_detail #sit_pvi_thumb img{width:60px; height:60px}
	.item_detail .swiper-button-next, .item_detail .swiper-container-rtl .swiper-button-prev{width:45px; height:60px}
	.item_detail .swiper-button-prev, .item_detail .swiper-container-rtl .swiper-button-next{width:45px; height:60px}
	.responsive .item_detail .item-head .form-container{width:100%; border-top:0}
	.responsive .item_detail .item-head .text{padding:40px 0 15px}
	.item_detail .item-head h1{font-size:20px}
	.item_detail .item-head .desc{font-size:14px; padding-top:10px;}
	.item_detail .item-head .tag{margin-top:10px}
	.item_detail .item-head .tag > a{font-size:12px}
	.item_detail .item-head .price{margin-top:25px; margin-bottom:18px} 
	.item_detail .item-head .pull-left b{font-weight:600; font-size:17px}
	.item_detail .item-head .pull-left .won{font-size:16px}
	.item_detail .item-head .option-tbl .option-line { margin-bottom:5px; padding:0;}
	.item_detail .item-head .option-tbl{margin-bottom:10px; font-size:12px}
	.item_detail .item-head .option-tbl .price_tr th { height:52.5px; line-height:52.5px; }
	.item_detail .item-head .option-tbl .price_tr td { height:52.5px; line-height:52.5px; }
	.item_detail .item-head .option-tbl .price_tr strike{font-size:12px; line-height:15px}
	.item_detail .item-head .option-tbl .price_tr .won{font-size:13px}
	.item_detail .item-head .option-tbl .price_tr .red{font-size:13px; line-height:15px}
	.item_detail .item-head .option-tbl .price_tr .dc_percent{font-size:15px; line-height:15px}
	.item_detail .item-head .option-tbl th{width:100px; padding-bottom:12.5px; font-size:12px;}
	.item_detail .item-head .option-tbl td{padding-bottom:12.5px}
	.item_detail .item-head .option-tbl label{line-height:32px}
	.item_detail .item-head .option-tbl select.input-sm{height:32px; line-height:32px; font-size:13px}
	.item_detail .list-group-item{padding:10px 0}
	.item_detail .list-group-item .col_tit{width:100%; margin-top:0}
	.item_detail .list-group-item .col_count{width:100%}
	.item_detail .list-group-item .row .col-sm-7{width:100%; padding:0 15px 10px; line-height:15px}
	.item_detail .list-group-item .row .col-sm-5{width:100%}
	.item_detail .item-head .it_opt_subj{font-size:12px}
	.item_detail .item-head .it_opt_prc{font-size:12px}
	.item_detail .item-head .price-sum{margin:20px 0 10px; font-size:14px}
	.item_detail .item-head .price-sum span{font-size:24px;}
	.item_detail .item-head .price-sum .won{font-size:18px}
	.item_detail .item-head ul.item-form-btn li.btn_b{width:50%}
	.item_detail .item-head ul.item-form-btn li.btn_b + li.btn_b{margin-left:0}
	.item_detail .item-head ul.item-form-btn li a{font-size:15px; line-height:46px}
	.item_detail .item-head ul.item-form-btn li input{font-size:15px; line-height:46px}
	.item_detail .item-form-footer{margin-top:0}
	.item_detail .panel{margin-bottom:35px}
	.item_detail .link_con{margin-top:35px}
	/* 구매버튼 변경 */
	.item_detail .pay_con{bottom:45px;}
	.item_detail .pay_con .pay_tab > label{width:100px; font-size:13px; line-height:30px}
	.item_detail .pay_con .pay_tab > select.input-sm{width:calc(100% - 100px); margin-left:-4px; font-size:13px}
	.item_detail .pay_con .btn_payview{margin-bottom:0}
}
@media (max-width:480px){
	.item_detail .item_detail_tab .tabs_box.fixed{top:50px;}
}

/* 공유하기 버튼 변경_pc 동일하게 변경 */
.share_popup_wrap{display:none; position:fixed; top:50%; left:50%; z-index:102; margin-left:-172px; transform: translateY(-50.3%);}
.share_popup_wrap .it_share_popup{position:relative; min-width:345px; padding:15px 15px 30px; border:1px solid #959595; background-color:#fff}
.it_share_popup .share_title{margin-bottom:25px}
.it_share_popup .share_title .title{font-size:15px; color:#222}
.it_share_popup .share_content .share_ul{text-align:center}
.it_share_popup .share_ul > li{display:inline-block; padding:0 6px}
.it_share_popup .share_ul > li > a{display:inline-block; overflow:hidden; border-radius:50%}
.it_share_popup .share_ul > li > a img{}
.it_share_popup .btn_close{display:block; position:absolute; top:10px; right:15px; padding:5px; cursor:pointer}
.it_share_popup .input_url{border:none; width:1px; height:1px; position:absolute; top:0; left:0; background:transparent; }
.dim_layer{display:none; position:fixed; top:0; left:0; z-index:101; width:100%; height:100%; background-color:rgba(0,0,0,0.2)}

@media (max-width:768px){
	.share_popup_wrap{position:fixed; width:290px; margin-left:-145px}
	.share_popup_wrap .it_share_popup{min-width:100%; padding:15px 15px 24px}
	.it_share_popup .share_title .title{font-size:13px}
	.it_share_popup .share_ul > li{padding:0 5px}
	.it_share_popup .share_ul > li > a{width:45px}
	.it_share_popup .share_ul > li > a img{display:inline-block; width:100%}
	.it_share_popup .btn_close{right:13px}
	.it_share_popup .btn_close img{width:12px}
}

/*********************************************************************
 상품상세 하단_ 리뷰
 ㄴ skin.에있는 하단리뷰 타이틀 모두 리뷰스킨안으로 넣기
*********************************************************************/
.item_detail .review_banner{margin-bottom:70px; padding:45px 0 50px; background-color:#fafafa; text-align:center}
.item_detail .review_banner .txt{font-size:18px; line-height:29px; color:#222}
.item_detail .review_banner .btn_write{display:inline-block; margin-top:24px; padding:0 109px; background-color:#222}
.item_detail .review_banner .btn_write > span{display:block; font-size:17px; line-height:56px; color:#fff}
.responsive .fix_panel .fix_panel_head, .qa_panel .panel-heading h3{ font-size:30px; color:#222; font-weight:500; }
.m-review-panel .review-body > div .table-row .table-cell{padding:40px 0}
.m-review-panel .review-body > div .table-row .table-cell + .table-cell{border-left:1px solid #ddd}
.m-review-panel .review-body > div .table-row .table-cell.table_cell_star{width:50%}
.responsive .fix_panel .m-review-panel .grade_total{margin-bottom:25px; color:#666; font-weight:400; font-size:20px}
.responsive .fix_panel .m-review-panel .grade_total > span{font-weight:600; color:#000}
.m-review-panel .review-body .cnt-wrap:after {display:none}
.m-review-panel .review-body .cnt-wrap .grade_star {display:inline-block; max-width:200px}
.m-review-panel .review-body .cnt-wrap .grade_star .fa{margin-left:-2px; font-size:38px;}
.m-review-panel .review-body .cnt-wrap .grade_num{display:inline-block; margin-left:10px}
.m-review-panel .review-body .cnt-wrap .grade_num .grade{margin:0}
.m-review-panel .review-body .cnt-wrap .grade_num .grade .cur{display:inline-block; font-weight:600; line-height:1}
.m-review-panel .review-body > div {border-right:0; }
.m-review-panel .review-body > div + div{border-left:1px solid #ddd}
.m-review-panel .review-body .cnt-wrap { width:66.6666%;}
.m-review-panel .review-body .item-simple-review {width:33.3333%; padding:0 55px}
.responsive .item-simple-review .simple_wrap > div.left_text{width:75px; font-size:15px; font-weight:500;}
.item_detail .use-btn .btn-box .btn, #itemqa .qa-btn .btn-group .btn{padding:0 20px; border:1px solid #222; border-radius:0 !important; background-color:#fff; font-weight:400; font-size:14px; line-height:37px; color:#222}
.item_detail .use-btn .btn-box .review_btn, #itemqa .qa-btn .btn-group .btn-color{background-color:#222; color:#fff}
.qa_panel .list-board .board-list{margin-bottom:40px}

@media (max-width:991px){
	.item_detail .review_banner{margin-bottom:35px; padding:35px 0}
	.item_detail .review_banner .txt{font-size:12px; line-height:1.6}
	.item_detail .review_banner .btn_write{margin-top:15px; padding:0 45px}
	.item_detail .review_banner .btn_write > span{font-size:13px; line-height:35px}
	.qa_panel.panel .panel-heading{margin-bottom:0}
	.responsive .fix_panel .fix_panel_head, .qa_panel .panel-heading h3{font-size:20px; padding-bottom:15px}
	.m-review-panel .review-body > div .table-row .table-cell{padding:10px 0}
	.m-review-panel .review-body > div .table-row .table-cell + .table-cell{border-left:0}
	.m-review-panel .review-body > div .table-row .table-cell.table_cell_star{width:50%}
	.responsive .fix_panel .m-review-panel .grade_total{margin-bottom:15px; font-weight:600; color:#222;}
	.m-review-panel .review-body .cnt-wrap.table .grade_star {display:inline-block; max-width:100%}
	.m-review-panel .review-body .cnt-wrap .grade_star .fa{font-size:20px;}
	.m-review-panel .review-body .cnt-wrap .grade_num{display:block; margin-left:0}
	.item_detail .m-review-panel .review-body .cnt-wrap.table .grade_num .grade{margin:10px 0}
	.m-review-panel .review-body > div .table-row .table-cell ul{max-width:150px}
	.m-review-panel .review-body > div + div{border-left:0}
	.m-review-panel .review-body .item-simple-review {width:100%}
	.responsive .fix_panel .m-review-panel{border-bottom:0}
	.item_detail .use-btn .btn-box .btn, #itemqa .qa-btn .btn-group .btn{padding:0 12px; font-size:12px; line-height:28px}
	.qa_panel .list-board .board-list { margin-bottom:20px;}
}
.slider_container .item_info strike span{
  font-family: 'Montserrat', sans-serif !important;
}
.type_ul{
  display: flex;
  margin-left: 112px;
}
.left_type{
  display: flex;
}
.type_li{
  display: flex;
  align-items: center;
  justify-content: center;
}
.type_li + li{
  margin-left: 32px;
}
.type_li a{
  color: #fff;
  font-size: 13px;
  position: relative;
  top: 2px;
}
.at-menu .pc-menu .nav-top ul.lnb_ul{
  display: flex;
}
.at-menu .pc-menu .nav-top ul.lnb_ul a{
  color: #fff;
  font-size: 13px;
}
.right_lnb{
  margin-right: 87px;
}
.at-menu .pc-menu .nav-top ul.lnb_ul li + li{
 margin-left: 32px;
}
.right_box{
  display: flex;
}
.right_btn a + a{
  margin-left: 17px;
}
.center_logo{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.menu-ul_box{
  position: absolute;
  top: 60px;
  width: 100%;
  text-align: center;
  background: #fff;
}
.menu-ul_box.sub_page{
  border-bottom: 1px solid #e5e5e5;
}
.menu-ul{
  display: flex;
    justify-content: center;
    align-items: center;
}
.menu-ul .menu-li{
  position: relative;
  margin:0 29px;

}
/* .menu-ul .menu-li + li{
  margin:0 29px;
} */
.right_btn .mypage_icon img{
  width: 24px;
}
.right_btn .cart_icon img{
  width: 22px;
}
.right_btn .cart_icon{
  position: relative;
}
.right_btn .cart_icon .cart_cnt_box{
  /* width: 17px;
  height: 17px; */

  /* position: absolute; */
  /* top: -6px;
  right: -10px; */
  line-height:normal;
  text-align: center;
  position: relative;
  display: inline-block;
}
.right_btn .cart_icon .cart_cnt_box .cart_cnt_box_po{
  border-radius: 50%;

  width: 17px;
  height: 17px;
  color: #000;
  background: #fff;
  font-size: 12px;
  position: absolute;
  top: 30%;
  right: -80%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  padding-bottom: 2px;
}
.right_btn .search_icon {
  /* margin-left: 9px; */
}
.right_btn .search_icon img{
  width: 22px;
}
.pc-menu .sub-slide, .pc-menu .sub-shows{
  /* display: block !important; */
  position: absolute;
  top: 60px !important;
  left: 50%;
  transform: translate(-50%, 0);
  width: 150px;
  background: #fff;
  padding: 30px 0 ;
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.08);
}
.menu-ul .menu-li .menu-a{
  font-size: 15px ;
  font-weight: 500;
  color: #333;
  position: relative;
  top: 2px;
}
.menu-ul .menu-li .menu-a:hover{
  color: #1560ad;
}
.sub-1dli{
  line-height: normal;
}
.sub-1dli+.sub-1dli {
  padding-top: 24px;
}
.sub-1dli a{
  font-size: 12px;
  font-weight: 400;
}
.sub-1dli a span{
  position: relative;
}
.sub-1dli a:hover span{
  color: #1560ad;
}
.sub-1dli a:hover span::after{
  background: #1560ad;
  content: "";
  width: 110%;
  height: 1px;
  display: block;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  top: 20px;
}

/* sec1  */

.mc01_visual .carousel-indicators > li.active span{
  color: #333;
}
.mc01_visual .carousel-indicators > li.active::after{
  background: #333;
}
.item_sticker.best{
  background: #ed1b2e;
}
.item_sticker.rec{
  background: #f66733;
}
.item_sticker.discount{
  background: #f4387d;
}
.item_sticker.hit{
  background: #b5c327;
}
.item_sticker.new{
  background: #0087d2;
}
.at-body .miso-item-slider .item-point,
.at-body .miso-item .item-point{
  bottom: 14px !important;
  padding: 4px 6px 4px 6px !important;
}
.item-icon{
  width: 100%;
}
.item-icon .sit_icon{
  width: 100%;
  display: flex;
}
.item_sticker{
  width: 18%;
}
.test_sample{
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    opacity: 0.5;
    display: none;
}
.test_sample img{
    width: 100%;
}
@media (max-width:991px){
  .item_sticker{
   font-size: 10px;
   height: 22px;
    line-height: 24px;
  }
  .miso-item-slider .item-point{
    line-height: unset !important;
    font-size: 10px;
  }
  .at-body .miso-item-slider .item-point,
.at-body .miso-item .item-point{
  bottom: 14px !important;
  padding: 5px 6px 3px 6px !important;
}
}

/* 유지보수 csj 220831 */
.item_detail .item_detail_tab .tabs_box.fixed{z-index:0;}

/* 유지보수 jyj 221111 */
@media (max-width:1400px){
  .menu-ul .menu-li .menu-a{
    font-size: 13px;
  }
  .menu-ul .menu-li{
    margin: 0 20px;
  }
}

@media (max-width:1300px){
  .menu-ul .menu-li .menu-a{
    font-size: 13px;
  }
  .menu-ul .menu-li{
    margin: 0 15px;
  }
}

/* 221111 kyj 유지보수 */
footer.footer > .container_fix > div.footer_info ul.info > li.add_after::after{display:none}
footer.footer > .container_fix > div.footer_info ul.info > li.add_plus{display:block;padding-left:38px}

@media(max-width:991px){
	footer.footer > .container_fix > div.footer_info ul.info > li.add_plus{padding-left:30px}
}