@charset "utf-8";

/*************************************************
	MAIN
*************************************************/
/* title */
.tit-type {margin-bottom:15px;padding-top:24px;text-align:center;font-family:Montserrat;font-size:10px;color:#999;line-height:1;}
.tit-type strong {display:block;font-size:20px;color:#000;font-weight:700;}

/* list */
.list-type a {display:block;}
.list-type .list-tit {overflow:hidden;margin:13px 0 2px;max-width:100%;text-align:center;font-size:18px;font-weight:bold;color:000;text-overflow:ellipsis;white-space:nowrap;word-wrap:normal;}
.list-type dl {
	padding-bottom: 18px;
	font-size: 15px;
	color: #999;
	text-align: center;
}
.list-type dl dt {display:none;}
.list-type02 li {width:40%;}
.list-type02 li a {overflow:hidden;display:block;position:relative;padding-top:100%;width:100%;height:0;background:#ff9900;}
.list-type02 li a img {position:absolute;top:0;left:50%;height:100%;width:auto;-webkit-transform:translate(-50%,0);-moz-transform:translate(-50%,0);transform:translate(-50%,0)}
.list-type02 strong {position:absolute;bottom:7px;right:7px;z-index:2;width:32px;height:32px;font-size:0;line-height:0;background:url(../images/new/bg_sprite.png) no-repeat 0 0;background-size:1000% auto;}
.list-type02 strong:before {content:'';display:block;width:100%;height:100%;border:2px solid rgba(256,256,256,0.5);border-radius:50%;box-sizing:border-box;}

/* swiper-slider */
.swiper-container-android .swiper-slide, .swiper-wrapper	{-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-o-transform:translate(0,0);-ms-transform:translate3d(0,0,0);transform:translate3d(0,0,0);}
.swiper-wrapper {display:-webkit-box;display:-moz-box;display:-ms-flexbox;display:-webkit-flex;display:flex;position:relative;width:100%;height:100%;z-index:1;}
.swiper-slide {position:relative;width:100%;height:100%;-webkit-flex-shrink:0;-ms-flex:0 0 auto;flex-shrink:0;}
.swiper-pagination {position:absolute;bottom:20px;left:0;width:100%;text-align:center;z-index:1;}
.swiper-pagination .swiper-pagination-bullet {display:inline-block;margin:0 5px;width:6px;height:6px;background:#000;border:1px solid #000;border-radius:50%;box-sizing:border-box;}
.swiper-pagination .swiper-pagination-bullet-active {background:none !important;}

[class^=swiper-btn] {
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	z-index: 1;
	width: 40px;
	height: 50%;
	font-size: 0;
	line-height: 0;
}
[class^=swiper-btn]:focus {
	outline: none;
}
[class^=swiper-btn]:before {content:'';display:block;position:absolute;top:50%;margin:-14px 0;width:28px;height:28px;background:rgba(0,0,0,0.4);}
[class^=swiper-btn]:after {content:'';display:block;position:absolute;top:50%;left:10px;margin:-6px 0;width:10px;height:10px;border-top:2px solid #fff;border-right:2px solid #fff;-webkit-transform:rotate(-135deg);-moz-transform:rotate(-135deg);transform:rotate(-135deg);}
.swiper-btn-next {right:0;}
.swiper-btn-next:before {right:0;}
.swiper-btn-next:after {left:auto;right:10px;-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);transform:rotate(45deg);}

/* search */
.search-wrap {position:relative;padding:10px 48px;background:#f8f8f8;box-shadow:0 8px 10px -7px rgba(0,0,0,0.08);}
.search-wrap > input {padding:0 20px;width:100%;height:27px;background:none;border:0;border-bottom:2px solid #ff1e00;line-height:27px;text-align:center;box-sizing:border-box;}
.search-wrap > button {display:block;position:absolute;top:10px;right:48px;width:20px;height:20px;font-size:0;line-height:0;}
.search-wrap > button:before {content:'';display:block;position:absolute;top:50%;left:50%;margin:-16px;width:32px;height:32px;background:url(../images/new/bg_sprite.png) no-repeat 0 0;background-size:1000% auto;}

/* info link */
.info-link {
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-top: 2px solid #ff1e00;
	border-bottom: 1px solid #d9d9d9;
	/*height: calc(154/640*100vw);*/
}

.info-link li {
	width: calc(145/640*100vw);
}

.info-link li a {
	display: block;
	text-align: center;
	font-size: 13px;
	padding-top: calc(25/640*100vw);
	padding-bottom: calc(25/640*100vw);
	letter-spacing: -0.5px;
	color: #000;
	font-family: 'Montserrat', 'NotoD', 'Apple SD Gothic Neo', '맑은 고딕', 'Malgun Gothic', Arial, sans-serif, serif, '돋움', Dotum;
}

.info-link li a:before {
	content: '';
	display: block;
	margin: 0 auto 3px;
	width: 55px;
	height: 40px;
	background: transparent center no-repeat;
	background-size: 100% auto;
}
.info-link li a.icon-info01:before {
	background-image: url(../images/new/shape-main__1.png);
}
.info-link li a.icon-info02:before {
	background-image: url(../images/new/shape-main__2.png);
}
.info-link li a.icon-info03:before {
	background-image: url(../images/new/shape-main__3.png);
}
.info-link li a.icon-info04:before {
	background-image: url(../images/new/shape-main__4.png);
}

/* main banner */
.banner-wrap {position:relative;overflow:hidden;}
.banner-wrap .swiper-pagination .swiper-pagination-bullet {background-color:#fff;border-color:#fff;}

/* event, online */
.event-wrap, .online-wrap {position:relative;padding:0 10px 45px;background:#f8f8f8;}
.event-wrap .event-box,
.online-wrap .online-box {overflow-x:hidden;background:#fff;border:1px solid #ddd;box-shadow:0 3px 3px -2px rgba(0,0,0,0.1);}

/* SNS */
.sns-wrap {overflow:hidden;padding:0 10px 45px;}
.icon-f {background-position:0 -64px !important;}
.icon-b {background-position:-32px -64px !important;}
.icon-i {background-position:-64px -64px !important;}
.icon-p {background-position:0 -88px !important;}	/* 20210323 */

/* info */
.info-wrap {overflow:hidden;display:-webkit-box;display:-moz-box;display:-webkit-flex;display:flex;margin-bottom:10px;padding:20px 10px;background:#e4e4e4;}
.info-wrap li {-webkit-box-flex:1;-moz-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1;padding:10px 15px 12px;background:#fff;border-left:5px solid #e4e4e4;box-sizing:border-box;text-align:center;}
.info-wrap li:before {content:'';display:block;margin:0 auto;width:32px;height:32px;background:url(../images/new/bg_sprite.png) no-repeat -96px -32px;background-size:1000% auto;}
.info-wrap li:first-child {border-right:5px solid #e4e4e4;border-left:0;}
.info-wrap .info-tit {margin-bottom:4px;font-size:12px;font-weight:bold;color:#000;}
.info-wrap p {font-size:10px;color:#666;}
.info-wrap .icon-info01:before {background-position:-96px -32px;}
.info-wrap .icon-info02:before {background-position:-128px -32px;}

/* floating */
/*
.floating-wrap {position:fixed;bottom:65px;right:20px;z-index:100;opacity:1;-webkit-transition:all 0.3s;-moz-transition:all 0.3s;-o-transition:all 0.3s;transition:all 0.3s;}
.floating-wrap a {position:relative;display:block;margin-bottom:8px;width:40px;height:40px;border-radius:50%;background:#000;box-shadow:3px 3px 3px 0 rgba(0,0,0,0.2);font-size:0;line-height:0;}
.floating-wrap a:before {content:'';display:block;position:absolute;top:50%;left:50%;margin:-16px -32px;width:64px;height:32px;background:url(../images/new/bg_sprite.png) no-repeat 0 -128px;background-size:500% auto;}
.floating-wrap a.btn-online:before {background-position:0 -128px;}
.floating-wrap a.btn-barcode:before {background-position:-64px -128px;}
.floating-wrap a.btn-setting:before {background-position:-128px -128px;}
#newSide.open ~ .floating-wrap {z-index:99;opacity:0.5;}
*/
/* floating ### [2018-02] 플로팅메뉴 ### */
#floating-wrap {
	position: fixed;
	bottom: 60px;
	z-index: 112;
	right: 12px;
}

#floating-wrap.open > .btn-close {
	display: block;
}
#floating-wrap.open > a.btn-mall {
	color: #fff;
}
#floating-wrap.open > a {
	display: block;
}

#floating-wrap a strong.num {
	position: absolute;
	right: 7px;
	top: 7px;
	display: block;
	margin: 0 0 0 0;
	width: 15px;
	height: 15px;
	border-radius: 50%;
	background: #ff2703;
	color: #fff;
	line-height: 15px;
	font-size: 9px;
	text-align: center;
	font-family: Montserrat;
}

#floating-wrap > a {
	text-align: right;
	display: none;
	position: relative;
	z-index: 22;
	margin-top: 9px;
	line-height: 42px;
	color: #fff;
	font-size: 12px;
	padding-right: 50px;
}

#floating-wrap a:before {
	content: '';
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	width: 43px;
	height: 43px;
	-webkit-box-shadow: 1.5px 2.5px 2.5px 0 rgba(0, 0, 0, 0.45);
	-moz-box-shadow: 1.5px 2.5px 2.5px 0 rgba(0, 0, 0, 0.45);
	box-shadow: 1.5px 2.5px 2.5px 0 rgba(0, 0, 0, 0.45);
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background: transparent url(../images/new/icon_sprites_floating.png) no-repeat;
	-webkit-background-size: auto 103%;
	background-size: auto 103%;
}

#floating-wrap a.btn-notice:before {
	background-position-x: 60.07%;
}
#floating-wrap > a.btn-mall {
	display: block;
	width: 43px;
	height: 43px;
	padding: 0;
	background-color: #fb272c;
	font-size: 0;
	-webkit-box-shadow: 1.5px 2.5px 2.5px 0 rgba(0, 0, 0, 0.45);
	-moz-box-shadow: 1.5px 2.5px 2.5px 0 rgba(0, 0, 0, 0.45);
	box-shadow: 1.5px 2.5px 2.5px 0 rgba(0, 0, 0, 0.45);
	-webkit-border-radius: 21.5px;
	-moz-border-radius: 21.5px;
	border-radius: 21.5px;
	transition: height 0.3s;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#floating-wrap > a.btn-mall.loading {
	height: 76px;
	padding-top: 38px;
	font-size: 12px;
	line-height: 1.2;
	color: #fff;
	text-align: center;
	letter-spacing: -0.3px;
}
#floating-wrap > a.btn-mall.loading span {
	display: block;
	-webkit-transform: scale(0.9, 0.9);
	-moz-transform: scale(0.9, 0.9);
	-ms-transform: scale(0.9, 0.9);
	-o-transform: scale(0.9, 0.9);
	transform: scale(0.9, 0.9);
}
#floating-wrap.open > a.btn-mall{
	width: auto;
	padding-right: 50px;
	background: transparent;
	font-size: 12px;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
#floating-wrap a.btn-mall:before {
	width: 43px;
	height: 43px;
	margin-top: 0;
	background: transparent url(../images/new/icon_onlinestore_floating.png) 0 0 no-repeat;
	-webkit-background-size: 100% auto;
	background-size: 100% auto;
	-webkit-box-shadow: 1.5px 2.5px 2.5px 0 transparent;
	-moz-box-shadow: 1.5px 2.5px 2.5px 0 transparent;
	box-shadow: 1.5px 2.5px 2.5px 0 transparent;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	-webkit-transition: top 0.2s;
	transition: top 0.2s;
}
#floating-wrap a.btn-mall.loading:before {
	top: 3px;
	height: 30px;
}
#floating-wrap.open a.btn-mall:before {
	background: #fb272c url(../images/new/icon_onlinestore_floating.png) 0 0 no-repeat;
	-webkit-background-size: 100% auto;
	background-size: 100% auto;
	-webkit-box-shadow: 1.5px 2.5px 2.5px 0 rgba(0, 0, 0, 0.45);
	-moz-box-shadow: 1.5px 2.5px 2.5px 0 rgba(0, 0, 0, 0.45);
	box-shadow: 1.5px 2.5px 2.5px 0 rgba(0, 0, 0, 0.45);
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}

#floating-wrap a.btn-membership:before {
	background-position-x: 19.7%;
}

#floating-wrap > .btn-close {
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 21;
	width: 100%;
	font-size: 0;
	line-height: 0;
	background-color: rgba(0, 0, 0, 0.6);
	display: none;
}

#newSide.open ~ #floating-wrap {
	z-index: 99;
	opacity: 0.5;
}


/* barcode */
.barcode-wrap {position:fixed;left:0;bottom:-10%;;z-index:1000;padding:0 25px;width:100%;height:0;box-sizing:border-box;opacity:0;-webkit-transition:all 0.3s;-moz-transition:all 0.3s;-o-transition:all 0.3s;transition:all 0.3s;}
.barcode-wrap:before {content:'';display:none;position:fixed;top:0;left:0;bottom:0;right:0;background:rgba(0,0,0,0.5)}
.barcode-wrap:after {content:'';display:block;position:absolute;top:0;left:0;bottom:0;right:0;background:#ff1e00;}
.barcode-wrap .btn-close {display:none;position:fixed;top:0;left:0;bottom:0;right:0;z-index:1002;width:100%;font-size:0;line-height:0;}
.barcode-wrap h1 {position:relative;z-index:1001;font-family:Montserrat;font-size:16px;text-align:center;color:#fff;}
.barcode-wrap h1:after {content:'';display:block;position:absolute;top:-8px;right:-8px;width:32px;height:32px;background:url(../images/new/bg_sprite.png) no-repeat -256px 0;background-size:1000% auto;}
.barcode-wrap .barcode {position:relative;z-index:1001;margin-top:9px;}
.barcode-wrap .barcode img {border:5px solid #fff;}
.barcode-wrap .barcode strong {display:block;margin-top:7px;font-family:Montserrat;font-size:11px;text-align:center;color:#000;letter-spacing:0.3em}
.barcode-wrap.open {bottom:0;opacity:1;padding:12px 25px;height:auto;}
.barcode-wrap.open:before,
.barcode-wrap.open .btn-close {display:block;}

@media only all and (min-width: 641px) and (min-device-height: 799px) {
	.barcode-wrap .barcode {margin:0 auto;width:320px;}
}
