@charset "utf-8";
/* CSS Document */


#container{margin-top:-1px;}
#contents .sub_content{width:100%; margin:0; padding:0;}/* 메인 */
.main_content{text-align:center; overflow:hidden;}
.main_content img{width:100%;}
.main_content .text{position:absolute; left:50%; top:50%; width:100%; transform:translate(-50%,-50%);}
.main_goods_cont{}
.main_goods_cont .goods_list_cont ul li{text-align:left;}
.main_goods_cont .item_icon_box img{width:auto; /* height:13px; */}
.main_goods_cont .goods_list_tit{padding:0; margin:70px 0 30px; border-bottom:0;}
.main_goods_cont .goods_list_tit h3{font-size:25px; font-weight:300;}
.main_goods_cont .goods_list_tit .btn_goods_more{display:none;}
.main_goods_cont .slick-list{margin:0 20px;}
.main_goods_cont .item_slide_horizontal .slick-prev,
.main_goods_cont .item_slide_horizontal .slick-next{top:calc(50% - 75px); transform:translateY(-50%); transition: all 0.3s ease 0s;}
.main_goods_cont .item_slide_horizontal .slick-prev{left:40px; } 
.main_goods_cont .item_slide_horizontal .slick-next{right:40px;}
.main_goods_cont .slick-slider:hover .slick-prev{left:30px;}
.main_goods_cont .slick-slider:hover .slick-next{right:30px;}

.month_promotion .image_block{position:relative; }
.month_promotion .text{margin-top:100px; font-family: 'brick-text-black'; font-size:90px; font-weight: 900; color:#fff;}
.month_promotion .hd{line-height:100px;}
.month_promotion .hd>span{display:block;}
.month_promotion .hd em{font-family:'itc-benguiat-bold';}
.month_promotion .hd .asterix{font-style:normal;}
.month_promotion .cate{margin:90px 0;}
.month_promotion .cate a{display:inline-block; position:relative; margin:0 38px; border-bottom:1px solid #fff; font-size:10px; font-family: 'untitledsans'; font-weight:500; color:#fff; letter-spacing:1px; vertical-align:top;}
.outlet_banner{position:relative; height:530px; margin:112px 0 0; font-family: "Univers"; font-size:32px; color:#fff; overflow:hidden;}
.outlet_banner img{position:absolute; left:50%; top:50%; width:100%; transform:translate(-50%,-50%); }
.outlet_banner .text > span{display:block;}
.outlet_banner .text > span:first-child{margin-bottom:15px;}
.outlet_banner .text > span:nth-child(2){margin-bottom:25px;}
.outlet_banner .text .lrg{font-size:62px;}

@media (min-width: 240px) and (max-width: 991px) {
	.month_promotion .text{margin-top:0; font-size:35px; }
	.month_promotion .hd{line-height:1.15;}
	.m_cate{display:flex; justify-content:space-between; padding:36px 47px;}
	.m_cate a{margin:0 0 35px; font-size:10px;  font-family: 'untitledsans'; font-weight:500; border-bottom:1px solid #000; }

	.outlet_banner{height:auto; margin:60px 0 0; font-size:18px; overflow:hidden;}
	.outlet_banner img{position:static; left:0; top:0; width:100%; transform:translate(0,0); }
	.outlet_banner .text .lrg{font-size:35px;}
	
	.item_photo_box .over{display:none;}


}