#corner-popup a,
#corner-popup a div,
#corner-popup a span,
#corner-popup div:after,
#corner-popup div:before,
#corner-popup span {
	-webkit-transition: all ease-in .3s;
	transition-property: all ease-in .3s;
	-webkit-font-smoothing: subpixel-antialiased;
	-webkit-text-stroke: 1px transparent
}

#corner-popup a,
#corner-popup a:hover {
	text-decoration: none
}

#corner-popup *,
#corner-popup :after,
#corner-popup :before {
	box-sizing: border-box;
	border-radius: 10px;
}

#corner-popup p {
	margin: 0 0 10px
}

@media (max-width:768px) {
	#corner-popup .hide-mobile {
		display: none !important
	}

	#corner-popup .p-xs-12 {
		width: 100%
	}
}

@media (min-width:768px) {
	#corner-popup .p-sm-1 {
		width: 8.33333333%
	}

	#corner-popup .p-sm-2 {
		width: 16.66666667%
	}

	#corner-popup .p-sm-3 {
		width: 40%
	}

	#corner-popup .p-sm-4 {
		width: 33.33333333%
	}

	#corner-popup .p-sm-5 {
		width: 41.66666667%
	}

	#corner-popup .p-sm-6 {
		width: 60%
	}

	#corner-popup .p-sm-7 {
		width: 58.33333333%
	}

	#corner-popup .p-sm-8 {
		width: 66.66666667%
	}

	#corner-popup .p-sm-9 {
		width: 60%
	}

	#corner-popup .p-sm-10 {
		width: 83.33333333%
	}

	#corner-popup .p-sm-11 {
		width: 91.66666667%
	}

	#corner-popup .p-sm-12 {
		width: 100%
	}
}

#corner-popup .p-col {
	float: left;
	position: relative;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px
}

#corner-popup .responsive {
	display: block;
	max-width: 100%;
	height: auto
}

#corner-popup {
	box-sizing: border-box;
	border-radius: 10px;
	font-family: 'Open Sans', Halvetica, sans-serif;
	text-rendering: optimizeLegibility;
	display: none;
	position: fixed;
	bottom: 0;
	right: 0;
	width: 100%;
	height: auto;
	padding: 15px;
	background: #000 url(/image/cornerpop_bg.png)no-repeat left -30px;
    background-size: cover;
	border: 1px solid #efefef;
	box-shadow: 10px 10px 30px 0 rgba(0, 0, 0, .06);
	z-index: 9999;
	align-items: center;
	justify-content: center;
	word-break: break-word
}

#corner-popup.corner-top {
	bottom: auto !important;
	top: 120px;
}

@media (max-width:768px) {
	#corner-popup.corner-top {
		bottom: auto !important;
		top: 0 !important
	}

	#corner-popup.corner-top .corner-close {
		top: 0;
		z-index:999;
	}
}

@media (max-width:768px) {
	#corner-popup .popup-xs {
		width: 100% !important;
		bottom: 0 !important;
		right: 0 !important;
		left: 0 !important
	}
}

@media (min-width:768px) {
	#corner-popup {
		bottom: 60px;
		right: 80px;
		width: 390px;
		padding: 30px 10px;
	}
}

#corner-popup .corner-img {
	display: none;
	height: 100%;
	width: 140px;
	margin: 0 auto;
	/*border-radius: 50%*/
}

#corner-popup .corner-img-cookie {
	display: none;
	height: 100%;
	width: 95px;
	margin: 0 auto
}

@media (min-width:768px) {

	#corner-popup .corner-img,
	#corner-popup .corner-img-cookie {
		display: block
	}
}

#corner-popup .corner-close {
	position: relative;
	top: -42px;
	margin-bottom: auto;
	margin-left: auto;
	right: -46px;
	width: 34px;
	height: 34px;
	cursor: pointer;
	border-radius: 50%;
	background: #fff;
	box-shadow: 3px 5px 10px 0 rgba(0, 0, 0, .09)
}

@media (max-width:768px) {
	#corner-popup .corner-close {
		right: -14px
	}
}

#corner-popup .corner-close:after,
#corner-popup .corner-close:before {
	position: absolute;
	left: 15px;
	top: 10px;
	content: ' ';
	height: 15px;
	width: 4px;
	background-color: #df0000;
}

#corner-popup .corner-close:before {
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg)
}

#corner-popup .corner-close:after {
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg)
}

#corner-popup .corner-container {
	position: relative;
	bottom: 20px
}

#corner-popup .corner-container-1 {
	position: relative;
	bottom: 10px;
	padding-top: 10px;
	padding-bottom: 10px
}

#corner-popup .corner-container-2 {
	position: relative;
	bottom: 17px;
	padding: 7px;
	padding-left: 12px;
	padding-right: 12px
}

#corner-popup .corner-container-3 {
	position: relative;
	bottom: 10px;
	padding-top: 20px;
	padding-bottom: 20px
}

#corner-popup .corner-head {
	font-weight: 500;
	font-size: 26px;
	font-family: 'GmarketSansMedium';
	line-height: 58px;
	text-transform: uppercase;
	text-align: center;
	word-break: break-word;
	color: #fff;
	margin-bottom: 12px;
	text-shadow: 2px 2px 2px rgba(0,0,0,0.5);
}

@media (min-width:768px) {
	#corner-popup .corner-head {
		/*text-align: left*/
	}
}

#corner-popup .head-center {
	text-align: center !important
}

#corner-popup .corner-text {
	font-size: 12px;
	line-height: 18px;
	word-break: break-word
}

#corner-popup .corner-btn,
#corner-popup .corner-btn-close,
#corner-popup .corner-btn-cookie {
	display: block;
	background: #fff;
	width: 100%;
	height: 39px;
	font-family: 'Noto Sans KR';
	font-size: 16px;
	font-weight: 500;
	text-align: center;
	color: #df0000;
	vertical-align: middle;
	line-height: 37px;
	cursor: pointer;
	box-shadow: 1px 1px 1px rgba(0,0,0,0.5);
}

#corner-popup .cookie-more {
	color: #553189;
	font-weight: 700
}

.slide-left {
	position: relative;
	right: -400px;
	-webkit-animation: slideleft .8s forwards;
	-moz-animation: slideleft .8s forwards;
	animation: slideleft .8s forwards
}

.slide-left-rev {
	position: relative;
	right: -400px;
	-webkit-animation: slideleftrev .8s forwards;
	-moz-animation: slideleftrev .8s forwards;
	animation: slideleftrev .8s forwards
}

.slide-right {
	position: relative;
	left: -400px;
	-webkit-animation: slideright .8s forwards;
	-moz-animation: slideright .8s forwards;
	animation: slideright .8s forwards
}

.slide-right-rev {
	position: relative;
	left: -400px;
	-webkit-animation: sliderightrev .8s forwards;
	-moz-animation: sliderightrev .8s forwards;
	animation: sliderightrev .8s forwards
}

.slide-top {
	position: relative;
	bottom: -400px;
	-webkit-animation: slidetop .5s forwards;
	-moz-animation: slidetop .5s forwards;
	animation: slidetop .5s forwards
}

.slide-top-rev {
	position: relative;
	bottom: -400px;
	-webkit-animation: slidetoprev .5s forwards;
	-moz-animation: slidetoprev .5s forwards;
	animation: slidetoprev .5s forwards
}

.slide-bottom {
	position: relative;
	top: 60px;
	-webkit-animation: slidebottom .5s forwards;
	-moz-animation: slidebottom .5s forwards;
	animation: slidebottom .5s forwards
}

.slide-bottom-rev {
	position: relative;
	top: 60px;
	-webkit-animation: slidebottomrev .5s forwards;
	-moz-animation: slidebottomrev .5s forwards;
	animation: slidebottomrev .5s forwards
}

@-webkit-keyframes slideleft {
	0% {
		transform: translateX(300px)
	}

	100% {
		transform: translateX(0)
	}
}

@-moz-keyframes slideleft {
	0% {
		transform: translateX(300px)
	}

	100% {
		transform: translateX(0)
	}
}

@keyframes slideleft {
	0% {
		transform: translateX(300px)
	}

	100% {
		transform: translateX(0)
	}
}

@-webkit-keyframes slideleftrev {
	0% {
		transform: translateX(0)
	}

	100% {
		transform: translateX(700px)
	}
}

@-moz-keyframes slideleftrev {
	0% {
		transform: translateX(0)
	}

	100% {
		transform: translateX(700px)
	}
}

@keyframes slideleftrev {
	0% {
		transform: translateX(0)
	}

	100% {
		transform: translateX(700px)
	}
}

@-webkit-keyframes slideright {
	0% {
		transform: translateX(-300px)
	}

	100% {
		transform: translateX(0)
	}
}

@-moz-keyframes slideright {
	0% {
		transform: translateX(-300px)
	}

	100% {
		transform: translateX(0)
	}
}

@keyframes slideright {
	0% {
		transform: translateX(-300px)
	}

	100% {
		transform: translateX(0)
	}
}

@-webkit-keyframes sliderightrev {
	0% {
		transform: translateX(0)
	}

	100% {
		transform: translateX(-700px)
	}
}

@-moz-keyframes sliderightrev {
	0% {
		transform: translateX(0)
	}

	100% {
		transform: translateX(-700px)
	}
}

@keyframes sliderightrev {
	0% {
		transform: translateX(0)
	}

	100% {
		transform: translateX(-700px)
	}
}

@-webkit-keyframes slidetop {
	0% {
		transform: translateY(200px)
	}

	100% {
		transform: translateY(0)
	}
}

@-moz-keyframes slidetop {
	0% {
		transform: translateY(200px)
	}

	100% {
		transform: translateY(0)
	}
}

@keyframes slidetop {
	0% {
		transform: translateY(200px)
	}

	100% {
		transform: translateY(0)
	}
}

@-webkit-keyframes slidetoprev {
	0% {
		transform: translateY(0)
	}

	100% {
		transform: translateY(300px)
	}
}

@-moz-keyframes slidetoprev {
	0% {
		transform: translateY(0)
	}

	100% {
		transform: translateY(300px)
	}
}

@keyframes slidetoprev {
	0% {
		transform: translateY(0)
	}

	100% {
		transform: translateY(300px)
	}
}

@-webkit-keyframes slidebottom {
	0% {
		transform: translateY(-200px)
	}

	100% {
		transform: translateY(0)
	}
}

@-moz-keyframes slidebottom {
	0% {
		transform: translateY(-200px)
	}

	100% {
		transform: translateY(0)
	}
}

@keyframes slidebottom {
	0% {
		transform: translateY(-200px)
	}

	100% {
		transform: translateY(0)
	}
}

@-webkit-keyframes slidebottomrev {
	0% {
		transform: translateY(0)
	}

	100% {
		transform: translateY(-300px)
	}
}

@-moz-keyframes slidebottomrev {
	0% {
		transform: translateY(0)
	}

	100% {
		transform: translateY(-300px)
	}
}

@keyframes slidebottomrev {
	0% {
		transform: translateY(0)
	}

	100% {
		transform: translateY(-300px)
	}
}