﻿@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@200;300;400;500;600;700;800&display=swap');

@font-face {
	font-family: 'newyork';
	src: url('fonts/newyork-webfont.woff2') format('woff2'),
	url('fonts/newyork-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

/* font-family: 'newyork'; */

@font-face {
	font-family: 'super';
	src: url('fonts/supermario256-webfont.woff2') format('woff2'),
	url('fonts/supermario256-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

/* font-family: 'super'; */

@font-face {
	font-family: 'gomarice';
	src: url('fonts/gomarice.woff2') format('woff2'),
	url('fonts/gomarice.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

/* font-family: 'gomarice'; */

/* **************************************************************************************************************************************************************** */

/* RESET */
html, body {
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 100%;
	font-size: 0;
	font-family: 'Inter', sans-serif;
	-webkit-text-size-adjust: none;
	letter-spacing: -0.5px
}

ul, ol, li, dl, dd, dt, input, h1, h2, h3, h4, h5, h6, p, b, input, button, textarea, fieldset, legend, td, th {
	margin: 0px;
	padding: 0px;
	font-weight: normal
}

li {
	list-style: none
}

fieldset, img, a {
	border: 0px
}

a {
	text-decoration: none
}

legend, .blind {
	position: absolute;
	top: 0;
	left: -10000px;
	width: 0;
	height: 0;
	overflow: hidden;
	font-size: 0;
	line-height: 0
}

caption {
	display: none
}

button, label {
	cursor: pointer
}

button {
	overflow: visible \9
}

/* button fix for ie8 */
input, textarea, button {
	font-family: 'Inter', sans-serif;
}

table {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
	text-align: left
}

table th, table td {
	text-align: left
}

input::-webkit-input-placeholder {
	color: #b4b4b4
}

input::-moz-placeholder {
	color: #b4b4b4
}

input:-moz-placeholder {
	color: #b4b4b4
}

input:-ms-input-placeholder {
	color: #b4b4b4
}

textarea::-webkit-input-placeholder {
	color: #b4b4b4
}

textarea::-moz-placeholder {
	color: #b4b4b4
}

textarea:-moz-placeholder {
	color: #b4b4b4
}

textarea:-ms-input-placeholder {
	color: #b4b4b4
}

input:focus::-webkit-input-placeholder {
	color: transparent !important
}

input:focus::-moz-placeholder {
	color: transparent !important
}

input:focus:-moz-placeholder {
	color: transparent !important
}

input:focus:-ms-input-placeholder {
	color: transparent !important
}

textarea:focus::-webkit-input-placeholder {
	color: transparent !important
}

textarea:focus::-moz-placeholder {
	color: transparent !important
}

textarea:focus:-moz-placeholder {
	color: transparent !important
}

textarea:focus:-ms-input-placeholder {
	color: transparent !important
}

header, footer, section, article, aside, nav, address {
	display: block;
	margin: 0
}

/* ie8 */

.ellipsis {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	display: block
}

.boxsizing {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

.contains {
	position: relative;
	margin: 0 auto;
	max-width: 1200px
}

.mobile-show {
	display: none
}

#viewport {
	overflow: hidden
}

a {
	cursor: pointer;
}

.overhide {
	overflow: hidden;
}

/* **************************************************************************************************************************************************************** */

/* animation */
.ani {
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out
}

.page_animate {
	-webkit-transition: transform 0.3s cubic-bezier(0, 0, 0.58, 1);
	-moz-transition: transform 0.3s cubic-bezier(0, 0, 0.58, 1);
	-ms-transition: transform 0.3s cubic-bezier(0, 0, 0.58, 1);
	-o-transition: transform 0.3s cubic-bezier(0, 0, 0.58, 1);
	transition: transform 0.3s cubic-bezier(0, 0, 0.58, 1)
}

.page_animate.basic {
	-webkit-transform: translateY(100px);
	-moz-transform: translateY(100px);
	-ms-transform: translateY(100px);
	transform: translateY(100px);
}

.page_animate.basic2 {
	-webkit-transform: translateY(200px);
	-moz-transform: translateY(200px);
	-ms-transform: translateY(200px);
	transform: translateY(200px);
}

.page_animate.left {
	-webkit-transform: translateX(100px);
	-moz-transform: translateX(100px);
	-ms-transform: translateX(100px);
	transform: translateX(100px);
}

.page_animate.right {
	-webkit-transform: translateX(-100px);
	-moz-transform: translateX(-100px);
	-ms-transform: translateX(-100px);
	transform: translateX(-100px);
}

.page_animate.animate {
	-webkit-transform: translate(0px);
	-moz-transform: translate(0px);
	-ms-transform: translate(0px);
	transform: translate(0px);
}

/* button */
.btn_comm {
	display: inline-block;
	vertical-align: top;
	background: #f9b92c;
	text-align: center;
	min-width: 150px;
	height: 45px;
	line-height: 45px;
	position: relative;
	border: 2px solid #000;
}

.btn_comm span {
	font-size: 20px;
	color: #000;
	position: absolute;
	top: 2px;
	left: 0;
	display: block;
	width: 100%;
	text-align: center; /*-webkit-text-stroke: 2px #000;*/
	font-family: 'gomarice';
	letter-spacing: 0px;
}

/* .btn_comm span + span { position: relative;top:auto;left:auto;color:#fff; -webkit-text-stroke: 1px #000; } */
.btn_comm span + span {
	display: none;
}

.btn_comm.btn_darkblue {
	background: #1c2d4b;
}

.btn_comm.btn_darkblue span {
	color: #fff
}


/* header */
.header {
	background: #fff;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 60px;
	overflow: hidden;
	border-bottom: 4px solid #000;
	font-family: 'gomarice';
	letter-spacing: 0.5px;
	z-index: 500;
}

.header .logo {
	float: left;
	margin-left: 20px;
	width: 150px;
	height: 60px;
	display: block;
	background: url(../img/common/logo.png) left center no-repeat;
}

.header .hd_menu {
	float: left;
}

.header .hd_menu ul li {
	display: inline-block;
	margin-left: 40px;
}

.header .hd_menu ul li a {
	display: block;
	font-size: 20px;
	color: #000;
	height: 60px;
	line-height: 62px;
}

.header .hd_menu ul li.active a {
	color: #e63a32
}

.header .right_box {
	position: absolute;
	top: 0;
	right: 0;
}

.header .right_box .hd_btn {
	display: inline-block;
	vertical-align: top;
	background: #dcdcdc;
	text-align: center;
	width: 150px;
	height: 60px;
	line-height: 60px;
	position: relative;
}

.header .right_box .hd_btn span {
	font-size: 20px;
	color: #000;
	position: absolute;
	top: 2px;
	left: 0;
	display: block;
	width: 100%;
	text-align: center; /* -webkit-text-stroke: 2px #000;*/
}

.header .right_box .hd_btn span + span {
	display: none;
}

/* .header .right_box .hd_btn span + span { position: relative;top:auto;left:auto;color:#fff; -webkit-text-stroke: 1px #000; } */
.header .right_box .hd_btn.btn_shop {
	background: #f9b92c;
}

.header .right_box ul {
	display: inline-block;
	vertical-align: top;
}

.header .right_box ul li {
	display: inline-block;
}

.header .right_box ul li a {
	display: block;
	width: 60px;
	height: 60px;
}

.header .right_box ul li a.sns_twitter {
	background: url(../img/common/sns_twitter.png) center no-repeat;
}

.header .right_box ul li a.sns_discode {
	background: url(../img/common/sns_discode.png) center no-repeat;
}

.header .right_box ul li a.btn_my {
	background: url(../img/common/btn_my.png) center no-repeat;
}


/* footer */
.footer {
	background: #000;
	overflow: hidden;
	position: relative;
	padding: 20px 20px;
	text-align: center;
}

.footer .copyright {
	color: #fff;
	opacity: 0.5;
	font-size: 11px;
	letter-spacing: 0;
	display: inline-block;
}

.footer .ft_logo {
	position: absolute;
	top: 50%;
	left: 20px;
	transform: translateY(-50%);
}

.footer .ft_logo img {
	width: 210px;
}

.footer .link_box {
	position: absolute;
	top: 50%;
	right: 20px;
	transform: translateY(-50%);
}

.footer .link_box a {
	color: #fff;
	font-size: 12px;
	font-weight: 700;
	opacity: 0.5;
	letter-spacing: 0;
}

.footer .link_box a + a {
	margin-left: 10px;
}

/* email_btn */
.email_btn {
	position: fixed;
	bottom: 40px;
	right: 40px;
	z-index: 500;
}

.email_btn .btn {
	position: relative;
	z-index: 100
}

.email_btn .btn span {
	display: block;
	border: 2px solid #000;
	background: #e63a32 url(../img/common/btn_email.png) center no-repeat;
	width: 80px;
	height: 80px;
	border-radius: 80px;
	position: relative;
	z-index: 100
}

/* 팀 추가 퍼블리싱 반영 2022-09-09 */
/*.email_btn .btn::before {*/
/*	content: "";*/
/*	background: #000;*/
/*	width: 80px;*/
/*	height: 80px;*/
/*	border-radius: 80px;*/
/*	display: block;*/
/*	position: absolute;*/
/*	top: 4px;*/
/*	right: 0;*/
/*	z-index: 100*/
/*}*/

.email_btn .tooltip {
	background: #fff;
	border: 2px solid #000;
	padding: 7px;
	font-size: 13px;
	font-weight: 700;
	position: absolute;
	top: -30%;
	right: calc(100% - 40px);
	width: 75px;
	z-index: 100;
	display: none;
	opacity: 0;
}

.email_btn .tooltip::after {
	width: 0;
	height: 0;
	display: block;
	content: "";
	position: absolute;
	right: 0;
	bottom: -12px;
	transform: rotate(-180deg);
	border-bottom: 0px solid transparent;
	border-top: 12px solid transparent;
	border-left: 12px solid #fff;
	border-right: 12px solid transparent;
}

.email_btn .tooltip::before {
	width: 0;
	height: 0;
	display: block;
	content: "";
	position: absolute;
	right: -2px;
	bottom: -15px;
	transform: rotate(-180deg);
	border-bottom: 0px solid transparent;
	border-top: 14px solid transparent;
	border-left: 16px solid #000;
	border-right: 14px solid transparent;
}

/* cookies_bar */
.cookies_bar {
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 900;
	background: rgba(0, 0, 0, .9);
	padding: 25px 20px
}

.cookies_bar p {
	color: #fff;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 0;
	max-width: calc(100% - 280px);
}

.cookies_bar p a {
	color: #fff;
	text-decoration: underline;
}

.cookies_bar .btn_box {
	position: absolute;
	top: 50%;
	right: 20px;
	transform: translateY(-50%);
}

.cookies_bar .btn_box li {
	display: inline-block;
	margin-left: 5px;
}

.cookies_bar .btn_box li a {
	min-width: 130px;
	height: 40px;
	line-height: 40px;
}

/* **************************************************************************************************************************************************************** */

.mobile,
.tablet {
	display: none;
}

.pc.tablet {
	display: block;
}

/* **************************************************************************************************************************************************************** */

.img_box iframe {
	box-sizing: border-box;
	height: 56.25vw;
	left: 50%;
	min-height: 100%;
	min-width: 100%;
	transform: translate(-50%, -50%);
	position: absolute;
	top: 50%;
	width: 177.77777778vh;
}

@media screen and (max-width: 1280px) {

	.contains {
		padding: 0 30px
	}

	/* header */
	.header .hd_menu ul li {
		margin-left: 40px;
	}

	.header .logo {
		margin-left: 30px;
	}

	/* email_btn */
	.email_btn {
		right: 15px;
		bottom: 15px
	}

	.email_btn .btn::before {
		display: none;
	}
}

@media screen and (max-width: 1100px) {
	.header .right_box ul li {
		display: none;
	}
}

@media screen and (max-width: 1024px) {

	.pc {
		display: none;
	}

	.tablet,
	.tablet.mobile {
		display: block !important
	}


	/* header */
	/*.header .hd_menu,*/
	.header .right_box {
		display: none;
	}

	.header .btn_m_menu {
		position: fixed;
		top: 0;
		right: 0;
		width: 60px;
		height: 60px;
		background: #191f2d url(../img/common/btn_menu.png) center no-repeat;
		background-size: 40% auto;
	}

	.header::after {
		content: "";
		width: 100%;
		height: 5px;
		background: #000;
		opacity: 0.3;
		position: absolute;
		top: 55px;
		left: 0;
	}

	.header .logo {
		margin-left: 20px;
		position: relative;
		top: -2px;
		width: 130px;
		background-size: 100% auto;
	}

	.header,
	.header > * {
		-webkit-transition: all 0.3s ease-in-out;
		-moz-transition: all 0.3s ease-in-out;
		-ms-transition: all 0.3s ease-in-out;
		-o-transition: all 0.3s ease-in-out;
		transition: all 0.3s ease-in-out
	}

	.header {
		height: 60px;
	}

	.header .hd_menu,
	.header .right_box {
		display: block;
		float: none;
		position: relative;
		top: auto;
		right: auto
	}

	.header .hd_menu {
		margin-top: 60px;
		border-top: 4px solid #000;
	}

	.header .hd_menu ul {
		background: #fff;
	}

	.header .hd_menu ul li {
		display: block;
		margin-left: 0;
		text-align: center;
		border-bottom: 2px solid #b4b4b4;
	}

	.header .hd_menu ul li a {
		font-size: 26px;
	}

	.header .hd_menu ul li a {
		height: 80px;
		line-height: 80px;
		font-size: 26px;
	}

	.header .right_box {
		background: #fff;
		padding: 15px 10px 30px 10px;
		text-align: center;
		margin-top: -1px;
		opacity: 0;
	}

	.header .right_box ul {
		text-align: center;
		display: block;
	}

	.header .right_box ul li {
		display: inline-block;
	}

	.header .right_box .hd_btn {
		width: 45%;
		border: 2px solid #000
	}

	.header .right_box .hd_btn::after {
		content: "";
		width: calc(100% + 4px);
		height: 4px;
		background: #000;
		position: absolute;
		bottom: -2px;
		left: -2px
	}

	.header .right_box .hd_btn + .hd_btn {
		margin-left: 10px;
	}

	.header .right_box .hd_btn span {
		font-size: 24px;
	}

	.header.open {
		z-index: 990;
		height: 480px;
	}

	.header.open::before {
		content: "";
		position: fixed;
		top: 60px;
		left: 0;
		background: #000;
		opacity: 0.7;
		width: 100%;
		height: 100%;
		z-index: 0;
	}

	.header.open .right_box {
		opacity: 1;
	}

	.header.open .btn_m_menu {
		background-image: url(../img/common/btn_menu_close.png);
	}

	.overhide_m {
		overflow: hidden;
	}

	/* footer */
	.footer {
		padding: 30px 0 25px;
		z-index: 600;
	}

	.footer .ft_logo,
	.footer .link_box {
		position: relative;
		left: auto;
		right: auto;
		bottom: auto;
		top: auto;
		transform: none;
	}

	.footer .link_box {
		margin-top: 20px;
	}

	.footer .copyright {
		font-size: 11px;
		margin-top: 10px;
		line-height: 1.4em;
		opacity: 0.5;
	}

	/* cookies_bar */
	.cookies_bar {
		padding: 40px 20px
	}

	.cookies_bar p {
		max-width: calc(100% - 140px);
	}

	.cookies_bar .btn_box {
		right: 30px;
	}

	.cookies_bar .btn_box li {
		display: block;
		margin-left: 0;
	}

	.cookies_bar .btn_box li + li {
		margin-top: 3px;
	}

	/* email_btn */
	.email_btn .tooltip {
		display: block;
		opacity: 1;
		top: -25px;
		font-size: 10px;
		width: 54px;
		padding: 5px;
	}

	.email_btn .tooltip::after {
		bottom: -10px;
		border-top: 10px solid transparent;
		border-left: 10px solid #fff;
		border-right: 10px solid transparent;
	}

	.email_btn .tooltip::before {
		bottom: -13px;
		border-top: 11px solid transparent;
		border-left: 13px solid #000;
		border-right: 11px solid transparent;
	}

}

@media screen and (max-width: 767px) {

	.pc,
	.tablet {
		display: none !important
	}

	.tablet.mobile,
	.mobile {
		display: block !important
	}


	/* email_btn */
	.email_btn .btn span {
		width: 50px;
		height: 50px;
		background-size: 50% auto;
	}

}

@media screen and (max-width: 588px) {

	/* cookies_bar */
	.cookies_bar {
		padding: 20px 20px;
		text-align: center;
	}

	.cookies_bar p {
		font-size: 13px;
		max-width: none;
	}

	.cookies_bar .btn_box {
		position: relative;
		right: auto;
		top: auto;
		transform: none;
		margin-top: 10px;
	}

	.cookies_bar .btn_box li {
		display: inline-block;
	}

	.cookies_bar .btn_box li + li {
		margin-left: 4px;
	}

	.cookies_bar .btn_box li a {
		min-width: 100px;
	}

	.cookies_bar .btn_box li a span {
		font-size: 16px;
	}

}


.not-drag {
	-webkit-user-drag: none;
	userSelect: none;
}
