/* BASIC css start */
@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@700;800;900&display=swap');
	@font-face {
			font-family: 'HakgyoansimMulgyeolB';
			src: url('/design/namhae1234/fonts/HakgyoansimMulgyeolB.woff2') format('woff2');
			font-weight: normal;
			font-style: normal;
		}
	@font-face {
			font-family: 'HakgyoansimMulgyeolR';
			src: url('/design/namhae1234/fonts/HakgyoansimMulgyeolR.woff2') format('woff2');
			font-weight: normal;
			font-style: normal;
		}
    @font-face {
            font-family: 'GmarketSansBold';
            src: url('/design/namhae1234/fonts/GmarketSansTTFBold.woff') format('woff');
            font-weight: normal;
            font-style: normal;
        }
	* {margin:0; padding:0;box-sizing:border-box;}
	html,body,ul,p {margin:0; padding:0;}
	li{list-style:none}
	.tac {text-align:center}
	.mT {margin-top:1.25rem}
	.eventCountDown {max-width:1100px; margin:0 auto; padding:2rem 0 2rem}
	.eventCountDown h3{
		font-family: 'GmarketSansBold' !important;
		font-size:2.0rem;
		text-align:center;
		font-weight:normal;
        margin-bottom:1rem;
        line-height:1.0
	}
	.eventCountDown h3 span {display:block; color:#ff6600}
	[class*='md-dday'] ul{
		display:flex;
		justify-content:center;
		gap:0.666rem;
		padding:0.666rem;
		font-family: Pretendard, sans-serif;
		text-align:center;
	}
	[class*='md-dday']  li{
		display:flex;
		flex-direction:column;
		align-items:center;
		justify-contnet:center;
		color:#666;
	}
	[class*='md-dday'] li span {
		width:100%;
		font-family: "Barlow Condensed", sans-serif;
		font-size:2.0rem;
		font-weight:700;
		background-color:#333;
		color:#fff;
		border-radius:10px;
		padding:1rem 0;
		margin-bottom:0.333rem;
		min-width:50px
	}
	[class*='md-dday'] .day{}
	[class*='md-dday'] .hour{}
	[class*='md-dday'] .minute{}
	[class*='md-dday'] .second{}
	[class*='md-dday']{display:block}
.md-dday .end{display:none}
.md-dday.off .ing,.md-dday.off h3{display:none}
.md-dday.off .end{display:block}
    
.eventBnrList {width:100%; max-width:1000px; margin:0 auto; box-sizing: border-box; padding:1rem; display:flex; flex-flow:column wrap; gap:1rem; justify-content:center; align-items:center}
.eventBnrList img {max-width:100%}
.time_txt {font-family: 'GmarketSansBold' !important; font-size:1.0rem; text-align:center; color:#333;}
/*.end {font-size:1.25rem; text-align:center; font-weight:500; color:#000;}*/
.eventBtn {
	display:inline-block;
	background-color:#f45c4a; 
	color:#fff; 
	font-size:1.5rem; 
	font-weight:700;
	text-decoration:none;
	padding:1rem 3rem;
	border-radius:8px;
}
#icon {width:150px; height:100px; margin:0 auto}
.saleProducts {display:flex; justify-content:center}
.saleProducts img {max-width:90%}
/* BASIC css end */

