/*
@font-face {
	font-family: 'NanumSquare Bold';
	src: url('../../font/NanumSquareB.eot');
	src: url('../../font/NanumSquareB.eot') format('embedded-opentype'),
		url('../../font/NanumSquareB.woff2') format('woff2'),
		url('../../font/NanumSquareB.woff') format('woff'),
		url('../../font/NanumSquareB.ttf') format('truetype');
}

@font-face {
	font-family: 'NanumSquare ExtraBold';
	src: url('../../font/NanumSquareEB.eot');
	src: url('../../font/NanumSquareEB.eot') format('embedded-opentype'),
		url('../../font/NanumSquareEB.woff2') format('woff2'),
		url('../../font/NanumSquareEB.woff') format('woff'),
		url('../../font/NanumSquareEB.ttf') format('truetype');
}

@font-face {
	font-family: 'NanumSquare Light';
	src: url('../../font/NanumSquareL.eot');
	src: url('../../font/NanumSquareL.eot') format('embedded-opentype'),
		url('../../font/NanumSquareL.woff2') format('woff2'),
		url('../../font/NanumSquareL.woff') format('woff'),
		url('../../font/NanumSquareL.ttf') format('truetype');
}

@font-face {
	font-family: 'NanumSquare Regular';
	src: url('../../font/NanumSquareR.eot');
	src: url('../../font/NanumSquareR.eot') format('embedded-opentype'),
		url('../../font/NanumSquareR.woff2') format('woff2'),
		url('../../font/NanumSquareR.woff') format('woff'),
		url('../../font/NanumSquareR.ttf') format('truetype');
}
*/
body {
	margin: 0 auto;
	width: 100%;
	line-height: 1.2;
	/*font-family: 'NanumSquare Regular', sans-serif !important;*/
	font-family: 'AppleSDGothicNeo','Apple SD Gothic Neo','Malgun Gothic','맑은 고딕',sans-serif;
}

html {
	background-color: #dedede;
	-webkit-overflow-scrolling: touch;
}

body {
	background-color: #fff;
}

html, body {
	height: 100%;
}

.ui-widget {
	/*font-family: 'NanumSquare Regular', sans-serif !important;*/
	font-family: 'AppleSDGothicNeo','Apple SD Gothic Neo','Malgun Gothic','맑은 고딕',sans-serif;
}

::-webkit-scrollbar {
	display: none;
}

[class*='col-xs-'] {
	padding-right: 0px;
	padding-left: 0px;
}

.row {
	margin: 0;
}

a {
	color: initial;
}

a:link, a:focus, a:hover, a:active {
	color: inherit;
	text-decoration: none;
}

.container {
	padding-left: 0px;
	padding-right: 0px;
}

.btn-top {
	position: fixed;
	z-index: 1000;
	bottom: 60px;
	right: 30px;
	display: none;
}

.btn-top img {
	width: 45px;
	height: 45px;
}

input[type=checkbox] {
	display: none;
}

input[type=radio] {
	display: none;
}

input[type=checkbox]+label {
	background: url('/assets/images/ico_checkbox_unselected.png') no-repeat;
	height: 17px;
	width: 17px;
	background-size: auto 100%;
	margin: 0;
}

input[type=checkbox]:checked+label {
	background: url('/assets/images/ico_checkbox_selected.png') no-repeat;
	height: 17px;
	width: 17px;
	background-size: auto 100%;
	margin: 0;
}

input[type=radio]+label {
	background: url('/assets/images/ico_radiobox_unselected.png') no-repeat;
	height: 15px;
	width: 15px;
	background-size: auto 100%;
	margin: 0;
}

input[type=radio]:checked+label {
	background: url('/assets/images/ico_radiobox_selected.png') no-repeat;
	height: 15px;
	width: 15px;
	background-size: auto 100%;
	margin: 0;
}

#dialog-overlay {
	position: fixed;
	display: none;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, .5);
	z-index: 2000;
}

#dialog-overlay-notice {
	position: fixed;
	display: none;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, .5);
	z-index: 2000;
}

#event-coin-overlay {
	position: fixed;
	display: none;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, .8);
	z-index: 2000;
}

#event-coin-view {
	position: fixed;
	display: none;
	top: 27%;
	left: 25%;
	right: 25%;
	z-index: 3000;
}

#dialog-normal {
	position: fixed;
	display: none;
	top: 30%;
	left: 30px;
	right: 30px;
	background: #fff;
	border-radius: 5px;
	z-index: 3000;
}

#dialog-normal .header {
	width: 100%;
	left: 30px;
	right: 30px;
	height: 30px;
	z-index: 10;
	padding-top: 15px;
}

#dialog-normal .header .tag-close {
	width: 15px;
	height: 15px;
	float: right;
	margin-right: 15px;
}

#dialog-normal .title {
	width: 100%;
	margin-top: 15px;
	text-align: center;
}

#dialog-normal .title .tag-title {
	font-size: 18px;
	color: #222222;
	font-weight: bold;
}

#dialog-normal .content {
	width: 100%;
	margin-top: 24px;
	text-align: center;
	padding: 0px 15px;
}

#dialog-normal .content .tag-content {
	font-size: 15px;
	color: #555555;
	line-height: 1.5
}

#dialog-normal .footer {
	width: 100%;
	padding: 10px 20px 30px 20px;
}

#dialog-normal .footer .btn {
	background: #de322a;
	text-align: center;
	font-size: 15px;
	color: #fff;
	padding-top: 12px;
	border-radius: 5px;
	width: 100%;
	height: 45px;
}

#dialog-normal .footer .btn-1 {
	width: 63%;
	height: 45px;
	float: left;
	text-align: center;
	font-size: 15px;
	color: #de322a;
	border-radius: 5px;
	border: 1px solid #de322a;
	padding-top: 14px;
}

#dialog-normal .footer .btn-2 {
	width: 33%;
	height: 45px;
	float: right;
	text-align: center;
	background: #de322a;
	font-size: 15px;
	color: #fff;
	border-radius: 5px;
	padding-top: 14px;
}

#dialog-add-cart {
	position: fixed;
	display: none;
	top: 141px;
	left: 30px;
	right: 30px;
	background: #fff;
	border-radius: 5px;
	z-index: 3000;
}

#dialog-add-cart .header {
	width: 100%;
	left: 30px;
	right: 30px;
	height: 30px;
	z-index: 10;
	padding-top: 15px;
}

#dialog-add-cart .header .tag-close {
	width: 15px;
	height: 15px;
	float: right;
	margin-right: 15px;
}

#dialog-add-cart .title {
	width: 100%;
	margin-top: 15px;
	text-align: center;
}

#dialog-add-cart .title img {
	width: 72px;
	height: 72px;
}

#dialog-add-cart .title .tag-title {
	font-size: 18px;
	color: #222222;
	font-weight: bold;
	margin-top: 18px;
}

#dialog-add-cart .footer {
	width: 100%;
	padding: 10px 20px 30px 20px;
}

#dialog-add-cart .footer .btn-1 {
	width: 63%;
	height: 45px;
	float: left;
	text-align: center;
	font-size: 15px;
	color: #de322a;
	border-radius: 5px;
	border: 1px solid #de322a;
	padding-top: 14px;
}

#dialog-add-cart .footer .btn-2 {
	width: 33%;
	height: 45px;
	float: right;
	text-align: center;
	background: #de322a;
	font-size: 15px;
	color: #fff;
	border-radius: 5px;
	padding-top: 14px;
}

.loader-spinner {
	position: absolute;
	left: 65%;
	top: 55%;
	z-index: 2000;
	margin: -75px 0 0 -75px;
	border: 5px solid #f3f3f3;
	border-radius: 50%;
	border-top: 5px solid #3498db;
	width: 60px;
	height: 60px;
	-webkit-animation: spin 2s linear infinite;
	animation: spin 1s linear infinite;
}

.spinner-block {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1700;
	background-color: #fff;
	width: 100%;
	height: 100%;
}

@-webkit-keyframes spin {
	0% {
		-webkit-transform: rotate(0deg);
	}

	100% {
		-webkit-transform: rotate(360deg);
	}
}

@keyframes spin {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
	}
}

.animate-bottom {
	position: relative;
	-webkit-animation-name: animatebottom;
	-webkit-animation-duration: 1s;
	animation-name: animatebottom;
	animation-duration: 1s
}

@-webkit-keyframes animatebottom {
	from {
		bottom: -100px;
		opacity: 0
	}

	to {
		bottom: 0px;
		opacity: 1
	}
}

@keyframes animatebottom {
	from {
		bottom: -100px;
		opacity: 0
	}

	to {
		bottom: 0;
		opacity: 1
	}
}

#swiper-1 {
	width: 100%;
	height: auto;
}

#swiper-2 {
	width: 50px;
	height: 50px;
	display: inline-block;
	margin-right: 5px;
}

.swiper-container .coin-event {
	position: absolute;
	z-index: 10;
	bottom: 15px;
	right: 20px;
}

.swiper-container .paging {
	position: absolute;
	left: 45%;
	border-radius: 15px;
	font-size: 12px;
	color: #b4b4b4;
	background: #000;
	opacity: 0.5;
	display: inline-block;
	padding-top: 5px;
	z-index: 100;
	padding-bottom: 3px;
	padding-left: 9px;
	padding-right: 9px;
	width: 50px;
	text-align: center;
}

.swiper-slide img {
	max-width: 100%;
	max-height: 100%;
	width: 100%;
	height: 100%;
}

.swiper-slide-small {
	position: absolute !important;
	-webkit-transform: translate3d(0%, 0%, 0);
	transform: translate3d(0%, 0%, 0);
	max-width: 100%;
	max-height: 100%;
	line-height: 100%;
	visibility: middle;
	z-index: 10;
}

.swiper-pagination-bullet-active {
	background: #de322a !important;
}

.mod_slider_mask {
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 10000;
	height: 100%;
	width: 100%;
	background: #000;
}

.mod_review_mask {
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 10000;
	height: 100%;
	width: 100%;
	background: #000;
	opacity: 0.8;
}

.mod_slider_viewer {
	height: 100% !important;
	padding: 0;
	background: transparent;
	position: fixed !important;
	top: 0;
	left: 0;
	right: 0;
	z-index: 15000 !important;
}

#spinner_overay {
	background: #ffffff;
	color: #666666;
	position: fixed;
	height: 100%;
	width: 100%;
	z-index: 5000;
	top: 0;
	left: 0;
	float: left;
	text-align: center;
	padding-top: 25%;
	opacity: .80;
}

.spinner {
	position: fixed;
	top: 45%;
	left: 43%;
	height: 55px;
	width: 55px;
	animation: rotate 0.8s infinite linear;
	border: 5px solid #e02a2a;
	border-right-color: transparent;
	border-radius: 50%;
}

@keyframes rotate {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
	}
}

.rotate90 {
	transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
}

@media (min-width: 640px) {
	.container {
		width:100%;
		max-width: 1080px;
		position: relative;
	}
	.m_ul{margin:0 0 0 -2% !important;}

	#dialog-normal {
		position: absolute;
		display: none;
		top: 30%;
		left: 0;
		background: #fff;
		border-radius: 5px;
		z-index: 3000;
		width: 1080px;
	}

	#dialog-add-cart {
		position: absolute;
		display: none;
		top: 50%;
		left: 0;
		background: #fff;
		border-radius: 5px;
		z-index: 3000;
		width: 1080px;
	}
	body {
		background-color: #f6f6f6;
	}
}
.font-content {font-size: 14px;}
.font-footer {font-size: 16px;}
@media (max-width: 320px) {
	.font-content {font-size: 12px !important;}
	.font-footer {font-size: 13px !important;}
}

#dialog-day {position: absolute; width: 85%; height: auto; left: 8%; top: 9.5%; z-index: 3000; display: block; background-color: #fff;}
.dialog-day {border: 7px solid #de322a; padding: 30px 25px; text-align: center;}
.dialog-day .notice-header {font-size: 18px; color: #222222; font-weight: bold; margin-bottom: 20px;}
.dialog-day .notice-content {font-size: 14px; color: #222222; line-height: 1.4;}
.dialog-day-footer {display: 100%; height: 65px; background-color: #2d2d2d;}
