@charset "UTF-8";
.showcase_fruit_farm_game body {
	margin: 0;
}

.showcase_fruit_farm_game * {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}

.showcase_fruit_farm_game p, .showcase_fruit_farm_game h1, .showcase_fruit_farm_game h2, .showcase_fruit_farm_game h3, .showcase_fruit_farm_game h4, .showcase_fruit_farm_game h5, .showcase_fruit_farm_game h6, .showcase_fruit_farm_game ul, .showcase_fruit_farm_game ol, .showcase_fruit_farm_game li, .showcase_fruit_farm_game dl, .showcase_fruit_farm_game dt, .showcase_fruit_farm_game dd, .showcase_fruit_farm_game table, .showcase_fruit_farm_game th, .showcase_fruit_farm_game td, .showcase_fruit_farm_game form, .showcase_fruit_farm_game fieldset, .showcase_fruit_farm_game legend, .showcase_fruit_farm_game input, .showcase_fruit_farm_game textarea, .showcase_fruit_farm_game button, .showcase_fruit_farm_game select, .showcase_fruit_farm_game em, .showcase_fruit_farm_game strong, .showcase_fruit_farm_game span, .showcase_fruit_farm_game a {
	margin: 0;
	padding: 0;
	font-family: "Pretendard Variable", Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
}

.showcase_fruit_farm_game input, .showcase_fruit_farm_game textarea, .showcase_fruit_farm_game select, .showcase_fruit_farm_game button, .showcase_fruit_farm_game table {
	font-size: 13px;
	line-height: 1.4;
	letter-spacing: -0.3px;
	color: #252525;
	-webkit-appearance: none;
	appearance: none;
	font-family: "Pretendard Variable", Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif;
}

.showcase_fruit_farm_game img, .showcase_fruit_farm_game fieldset {
	border: 0;
	vertical-align: top;
}

.showcase_fruit_farm_game ul, .showcase_fruit_farm_game ol {
	list-style: none;
}

.showcase_fruit_farm_game em, .showcase_fruit_farm_game address {
	font-style: normal;
}

.showcase_fruit_farm_game a {
	text-decoration: none;
}

.showcase_fruit_farm_game a:hover, .showcase_fruit_farm_game a:active, .showcase_fruit_farm_game a:focus {
	text-decoration: none;
}

.showcase_fruit_farm_game table {
	width: 100%;
	table-layout: fixed;
	border-collapse: collapse;
}

.showcase_fruit_farm_game hr {
	display: none !important;
}

.showcase_fruit_farm_game .u_skip, .showcase_fruit_farm_game .blind {
	overflow: hidden !important;
	position: absolute !important;
	clip: rect(0 0 0 0) !important;
	width: 1px !important;
	height: 1px !important;
	margin: -1px !important;
}

.showcase_fruit_farm_game button {
	border: none;
	background: none;
	cursor: pointer;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-tap-highlight-color: transparent;
}

.showcase_fruit_farm_game img {
	width: 100%;
	vertical-align: top;
}

/* vw 변환 function */
.showcase_fruit_farm_game .icon {
	background-image: url(../img/sprite/sp_test.png);
	-webkit-background-size: 80px 64px;
	        background-size: 80px 64px;
	background-repeat: no-repeat;
}

.shopify-section-group-header-group {
	display: none;
}

.section-header.shopify-section-group-header-group {
	display: none;
}

.ipx-footer .footer.only_pc,
.ipx-footer .footer.only_mo {
	display: none !important;
}

.ipx-footer-float-menu {
	display: none;
}

.hhGVoR,
.eWdeYZ {
	display: none !important;
}

#ch-plugin-entry,
#ch-plugin {
	display: none !important;
}

@font-face {
	font-family: "DIN Alternate";
	font-style: normal;
	font-weight: 700;
	src: url("../css/DINAlternate-Bold.ttf") format("truetype");
	font-display: swap;
}

@font-face {
	font-family: "DnfBitbeatV2";
	src: url("https://cdn.df.nexon.com/img/common/font/DNFBitBitv2.otf") format("opentype");
	font-weight: 400;
	font-display: swap;
}

.showcase_fruit_farm_game {
	width: 100%;
	height: 100dvh;
	overflow: hidden;
	position: relative;
	background-color: #ffedc2;
}

.showcase_fruit_farm_game .icon {
	background-position: 0px 0px;
	background-repeat: no-repeat;
	width: 80px;
	height: 64px;
}

.showcase_fruit_farm_game * {
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}

.showcase_fruit_farm_game .fruit_game_wrap {
	width: 100%;
	max-width: 420px;
	height: 100%;
	min-height: 726px;
	margin: 0 auto;
	position: relative;
	z-index: 1;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
}

.showcase_fruit_farm_game .top-bar,
.showcase_fruit_farm_game .next-bar,
.showcase_fruit_farm_game .canvas-wrap,
.showcase_fruit_farm_game .evo-bar {
	width: 100%;
}

.showcase_fruit_farm_game .top-bar {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	padding: 20px 20px 0 20px;
	margin-bottom: 3px;
	gap: 8px;
	-webkit-flex-shrink: 0;
	    -ms-flex-negative: 0;
	        flex-shrink: 0;
	position: relative;
	z-index: 1;
}

.showcase_fruit_farm_game .score-box {
	background: #ffffffb2;
	border: 2px solid #b478144d;
	-webkit-border-radius: 12px;
	        border-radius: 12px;
	padding: 7px 16px;
	text-align: center;
	min-width: 80px;
}

.showcase_fruit_farm_game .score-label {
	font-family: "DnfBitbeatV2", sans-serif;
	font-size: 12px;
	letter-spacing: 0.1em;
	line-height: 1.35;
	color: #8c500080;
}

.showcase_fruit_farm_game .score-val {
	font-size: 24px;
	color: #ad704b;
	font-weight: 700;
	line-height: 1;
	font-family: "DIN Alternate", sans-serif;
}

.showcase_fruit_farm_game .game-title {
	width: 96px;
	height: 47px;
}

.showcase_fruit_farm_game .next-bar {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	gap: 8px;
	padding: 0 20px 18px;
	-webkit-flex-shrink: 0;
	    -ms-flex-negative: 0;
	        flex-shrink: 0;
	position: relative;
	z-index: 1;
}

.showcase_fruit_farm_game .next-label {
	font-family: "DnfBitbeatV2", sans-serif;
	font-size: 13px;
	line-height: 1.35;
	color: #ad704b;
	margin-top: 6px;
}

.showcase_fruit_farm_game .next-preview {
	width: 40px;
	height: 40px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	background: #72523f;
	border: 2px solid #b4781440;
	-webkit-border-radius: 50%;
	        border-radius: 50%;
	-webkit-flex-shrink: 0;
	    -ms-flex-negative: 0;
	        flex-shrink: 0;
	margin-top: 6px;
}

.showcase_fruit_farm_game .next-bar .txt-wrap {
	margin: 0 auto;
	text-align: center;
}

.showcase_fruit_farm_game .next-bar .txt-wrap h3 {
	font-family: "DnfBitbeatV2", sans-serif;
	color: #684a38;
	font-size: 22px;
	line-height: 1.35;
	margin-bottom: 2px;
	font-weight: 400;
}

.showcase_fruit_farm_game .next-bar .txt-wrap p {
	font-family: "DnfBitbeatV2", sans-serif;
	color: #ad704b;
	font-size: 14px;
	line-height: 1.35;
	font-weight: 400;
}

.showcase_fruit_farm_game .btn-restart {
	font-family: "DnfBitbeatV2", sans-serif;
	margin-left: auto;
	background: #e8001d;
	border: none;
	-webkit-border-radius: 8px;
	        border-radius: 8px;
	color: #fff;
	font-size: 12px;
	line-height: 1.35;
	padding: 7px 12px;
	cursor: pointer;
	-webkit-box-shadow: 0 3px 0 #9a000f, 0 4px 8px rgba(232, 0, 29, 0.3);
	        box-shadow: 0 3px 0 #9a000f, 0 4px 8px rgba(232, 0, 29, 0.3);
	-webkit-transition: all 0.1s;
	transition: all 0.1s;
	margin-top: 6px;
}

.showcase_fruit_farm_game .btn-restart:active {
	-webkit-transform: translateY(2px);
	    -ms-transform: translateY(2px);
	        transform: translateY(2px);
	-webkit-box-shadow: 0 1px 0 #9a000f;
	        box-shadow: 0 1px 0 #9a000f;
}

.showcase_fruit_farm_game .canvas-wrap {
	position: relative;
	-webkit-box-flex: 1;
	-webkit-flex: 1 1 auto;
	    -ms-flex: 1 1 auto;
	        flex: 1 1 auto;
	min-height: 0;
	height: auto;
	z-index: 1;
}

.showcase_fruit_farm_game canvas {
	display: block;
	width: 100% !important;
	height: 100% !important;
	background: transparent;
}

.showcase_fruit_farm_game #gameOverlay {
	display: none;
	position: fixed;
	z-index: 100;
	inset: 0;
	background: rgba(255, 240, 200, 0.92);
	-webkit-backdrop-filter: blur(4px);
	        backdrop-filter: blur(4px);
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        flex-direction: column;
	gap: 0;
	z-index: 100;
}

.showcase_fruit_farm_game #gameOverlay.show {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.showcase_fruit_farm_game .over-title {
	font-family: "DnfBitbeatV2", sans-serif;
	font-size: 32px;
	color: #d62d2c;
	text-shadow: 2px 4px 0px #f5c9ad;
	line-height: 1;
}

.showcase_fruit_farm_game .over-score {
	font-size: 60px;
	color: #684a38;
	line-height: 1;
	margin: 20px 0 13px 0;
}

.showcase_fruit_farm_game .over-sub {
	padding: 16px 22px;
	border: 1px solid #dcdee0;
	-webkit-border-radius: 10px;
	        border-radius: 10px;
	background: #fff;
}

.showcase_fruit_farm_game .over-sub p {
	font-size: 15px;
	line-height: 1.45;
	text-align: center;
}

.showcase_fruit_farm_game .over-sub .span_bold {
	font-weight: 700;
	color: #616161;
}

.showcase_fruit_farm_game .over-sub .span_red {
	color: #d62d2c;
	font-weight: 700;
}

.showcase_fruit_farm_game .btn-wrap {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	gap: 10px;
}

.showcase_fruit_farm_game .over-btn {
	font-family: "DnfBitbeatV2", sans-serif;
	background: #d62d2c;
	color: #fff;
	border: none;
	-webkit-border-radius: 10px;
	        border-radius: 10px;
	font-size: 16px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	padding: 13px 0;
	width: 155px;
	height: 48px;
	cursor: pointer;
	margin-top: 32px;
	-webkit-box-shadow: 0px 4px 0px 0px #8d1a19;
	        box-shadow: 0px 4px 0px 0px #8d1a19;
	-webkit-transition: all 0.1s;
	transition: all 0.1s;
}

.showcase_fruit_farm_game .over-link {
	font-family: "DnfBitbeatV2", sans-serif;
	background: #d62d2c;
	color: #fff;
	border: none;
	-webkit-border-radius: 10px;
	        border-radius: 10px;
	font-size: 16px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	padding: 13px 0;
	width: 155px;
	height: 48px;
	cursor: pointer;
	margin-top: 32px;
	-webkit-box-shadow: 0px 4px 0px 0px #8d1a19;
	        box-shadow: 0px 4px 0px 0px #8d1a19;
	-webkit-transition: all 0.1s;
	transition: all 0.1s;
}

.showcase_fruit_farm_game .over-btn:active {
	-webkit-transform: translateY(3px);
	    -ms-transform: translateY(3px);
	        transform: translateY(3px);
	-webkit-box-shadow: 0 1px 0 #9a000f;
	        box-shadow: 0 1px 0 #9a000f;
}

.showcase_fruit_farm_game .over-link:active {
	-webkit-transform: translateY(3px);
	    -ms-transform: translateY(3px);
	        transform: translateY(3px);
	-webkit-box-shadow: 0 1px 0 #9a000f;
	        box-shadow: 0 1px 0 #9a000f;
}

.showcase_fruit_farm_game .mflash {
	position: absolute;
	pointer-events: none;
	font-size: 15px;
	color: #8b4500;
	background: rgba(255, 255, 255, 0.85);
	border: 2px solid rgba(180, 120, 20, 0.3);
	-webkit-border-radius: 20px;
	        border-radius: 20px;
	padding: 3px 10px;
	white-space: nowrap;
	z-index: 50;
	-webkit-animation: flashUp 0.7s ease forwards;
	        animation: flashUp 0.7s ease forwards;
}

@-webkit-keyframes flashUp {
	0% {
		opacity: 1;
		-webkit-transform: translate(-50%, -50%) scale(0.7);
		        transform: translate(-50%, -50%) scale(0.7);
	}
	30% {
		opacity: 1;
		-webkit-transform: translate(-50%, -110%) scale(1.15);
		        transform: translate(-50%, -110%) scale(1.15);
	}
	100% {
		opacity: 0;
		-webkit-transform: translate(-50%, -200%) scale(0.9);
		        transform: translate(-50%, -200%) scale(0.9);
	}
}

@keyframes flashUp {
	0% {
		opacity: 1;
		-webkit-transform: translate(-50%, -50%) scale(0.7);
		        transform: translate(-50%, -50%) scale(0.7);
	}
	30% {
		opacity: 1;
		-webkit-transform: translate(-50%, -110%) scale(1.15);
		        transform: translate(-50%, -110%) scale(1.15);
	}
	100% {
		opacity: 0;
		-webkit-transform: translate(-50%, -200%) scale(0.9);
		        transform: translate(-50%, -200%) scale(0.9);
	}
}

.showcase_fruit_farm_game .evo-label {
	font-size: 16px;
	line-height: 1.35;
	color: #fff;
	margin: 0 auto 12px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}

.showcase_fruit_farm_game .evo-label p {
	font-family: "DnfBitbeatV2", sans-serif;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	font-weight: 400;
}

.showcase_fruit_farm_game .evo-label i {
	width: 11px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-self: center;
	    -ms-flex-item-align: center;
	        align-self: center;
	margin: 0 6px;
}

.showcase_fruit_farm_game .evo-bar {
	width: 100%;
	padding: 20px 10px;
	background: #7b5743;
	-webkit-flex-shrink: 0;
	    -ms-flex-negative: 0;
	        flex-shrink: 0;
	position: relative;
	z-index: -1;
}

.showcase_fruit_farm_game .evo-row {
	background: transparent;
	padding: 0;
	display: block;
}

.showcase_fruit_farm_game .evo-thumbs {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	background: rgba(255, 255, 255, 0.18);
	-webkit-border-radius: 999px;
	        border-radius: 999px;
	padding: 4px 15px;
}

.showcase_fruit_farm_game .evo-names {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	padding: 5px 15px;
	gap: 0;
}

.showcase_fruit_farm_game .evo-thumb {
	width: 37px;
	height: 37px;
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}

.showcase_fruit_farm_game .evo-thumb img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}

.showcase_fruit_farm_game .evo-name {
	-webkit-box-flex: 1;
	-webkit-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
	text-align: center;
	font-size: 12px;
	line-height: 1;
	font-weight: 500;
	color: #e0cfc5;
	white-space: nowrap;
}
/*# sourceMappingURL=showcase_fruit_farm_game.css.map */
