@charset "utf-8";

@font-face {
	font-family: "GmarketSansMedium";
	src: url("/vendorDetail/font/GmarketSansBold.woff") format("woff");
	font-weight: 600;
	font-style: normal;
}
@font-face {
	font-family: "GmarketSansMedium";
	src: url("/vendorDetail/font/GmarketSansMedium.woff") format("woff");
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: "GmarketSansMedium";
	src: url("/vendorDetail/font/GmarketSansLight.woff") format("woff");
	font-weight: 200;
	font-style: normal;
}

@font-face {
	font-family: "Spoqa Han Sans";
	font-weight: 700;
	font-display: swap;
	src: local("Spoqa Han Sans Bold"), url("/vendorDetail/font/SpoqaHanSansBold.woff2") format("woff2"), url("/vendorDetail/font/SpoqaHanSansBold.woff") format("woff"), url("/vendorDetail/font/SpoqaHanSansBold.ttf") format("truetype");
}

@font-face {
	font-family: "Spoqa Han Sans";
	font-weight: 400;
	font-display: swap;
	src: local("Spoqa Han Sans Regular"), url("/vendorDetail/font/SpoqaHanSansRegular.woff2") format("woff2"), url("/vendorDetail/font/SpoqaHanSansRegular.woff") format("woff"), url("/vendorDetail/font/SpoqaHanSansRegular.ttf") format("truetype");
}

@font-face {
	font-family: "Spoqa Han Sans";
	font-weight: 300;
	font-display: swap;
	src: local("Spoqa Han Sans Light"), url("/vendorDetail/font/SpoqaHanSansLight.woff2") format("woff2"), url("/vendorDetail/font/SpoqaHanSansLight.woff") format("woff"), url("/vendorDetail/font/SpoqaHanSansLight.ttf") format("truetype");
}

@font-face {
	font-family: "Spoqa Han Sans";
	font-weight: 100;
	font-display: swap;
	src: local("Spoqa Han Sans Thin"), url("/vendorDetail/font/SpoqaHanSansThin.woff2") format("woff2"), url("/vendorDetail/font/SpoqaHanSansThin.woff") format("woff"), url("/vendorDetail/font/SpoqaHanSansThin.ttf") format("truetype");
}

/* --------------------------------------------
 * default
/* ------------------------------------------ */
html {
	font-size: 10px;
}
html,
body {
	width: 100%;
}
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
	background: transparent;
}
body {
	font-family: "Spoqa Han Sans", "돋움", "Dotum", Apple Gothic, Tahoma, Verdana, sans-serif;
	color: #111;
	font-weight: 400;
	line-height: 1.6;
	font-size: 1.3rem;
	background-color: #fff;
}
body {
	letter-spacing: -0.05em;
}

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
*:before,
*:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

a {
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

/* -------------------------------------------- html5 block ------------------------------------------ */
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}
body {
	-webkit-text-size-adjust: none;
}
ol,
ul {
	list-style: none;
}
blockquote,
q {
	quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
	content: none;
}
table {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
}
img {
	border: 0;
	max-width: 100%;
	height: auto;
	transition: all 0.4s ease-in-out;
}
iframe,
embed,
object,
video {
	max-width: 100%;
}
i,
cite,
em,
var,
address,
dfn {
	font-style: normal;
}
div {
	position: relative;
}

.blind,
legend {
	position: absolute;
	left: 0;
	top: 0;
	width: 1px;
	height: 1px;
	line-height: 0;
	overflow: hidden;
}

/* ------------------------------------------ */
a {
	color: #222;
	text-decoration: none;
}
button {
	width: auto;
	overflow: visible;
	background: none;
	border: none;
	cursor: pointer;
	margin: 0;
	padding: 0;
	font-family: "Spoqa Han Sans", "돋움", "Dotum", Apple Gothic, Tahoma, Verdana, sans-serif;
}
button > span {
	position: relative;
}

/* --------------------------------------------
	list
/* ------------------------------------------ */
ul,
ol {
	list-style: none;
}

/* --------------------------------------------
 * etc
/* ------------------------------------------ */
address,
em {
	font-style: normal;
}
hr {
	display: none;
}
sup {
	position: relative;
	top: -3px;
	padding-left: 3px;
	font-size: 11px;
}
hr.hr {
	display: block;
	position: relative;
	left: 50%;
	width: 100vw;
	height: 0.2rem;
	background-color: rgba(61, 64, 75, 0.1);
	transform: translateX(-50%);
	margin-top: 3rem;
}

/* --------------------------------------------
 * img
/* ------------------------------------------ */
img {
	vertical-align: top;
}

/* --------------------------------------------
 * table
/* ------------------------------------------ */
table {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
}
tbody,
tfoot,
thead,
tr,
th,
td {
	vertical-align: middle;
}
caption {
	position: absolute;
	top: -9999px;
	left: -9999px;
}

/* common */
#app {
	position: relative;
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
}

/* --------------------------------------------
 * event
/* ------------------------------------------ */

a:focus,
button:focus {
	outline: 3px dashed red;
}
.app_st a:focus,
.app_st button:focus {
	outline: none;
}
.guide-tbx {
	background-color: #f5f5f5;
	padding: 10.9375vw 4.6875vw 15.9375vw 8.4375vw;
	color: #666;
	font-size: 3.75vw;
	line-height: 1.4;
}
.guide-tbx .tit {
	font-size: 4.4437vw;
	color: #222;
	margin: 7.8125vw 0 4.0625vw 0;
	font-family: "Spoqa Han Sans";
	transform: rotate(0.03deg);
}
.guide-tbx a {
	text-underline-position: under;
}
.guide-tbx .tit.mt0,
.guide-tbx .tit.fir {
	margin-top: 0 !important;
}
.guide-tbx .tit2 {
	font-size: 3.75vw;
	color: #666;
	margin: 3rem 0 1rem;
	transform: rotate(0.03deg);
}
.guide-tbx > ul > li {
	position: relative;
	padding: 0 0 0 3.125vw;
	font-family: "Spoqa Han Sans";
	word-break: keep-all;
	line-height: 6.25vw;
	letter-spacing: -0.1vw;
	transform: rotate(0.03deg);
}
.guide-tbx > ul > li::before {
	content: "";
	position: absolute;
	top: 3vw;
	left: 0;
	width: 0.7813vw;
	height: 0.7813vw;
	background-color: #999;
	display: block;
}
.guide-tbx > ul > li + li {
	margin-top: 1.5625vw;
}
.guide-tbx > ul > li > ul {
	margin-top: 0.5rem;
}
.guide-tbx > ul > li > ul > li {
	text-indent: -1rem;
	padding-left: 1rem;
}
.guide-tbx > ul > li > ul > li + li {
	margin-top: 0.3rem;
}
.guide-tbx > ul > li > ul > li::before {
	content: "-";
	margin-right: 0.4rem;
}
.guide-tbx > ul > li a {
	color: #666;
	text-decoration: underline;
}
.guide-tbx > ul > li b {
	display: block;
}
.guide-tbx > ul > li.nm {
	padding-left: 1rem;
	text-indent: -1rem;
	margin-top: 13.75vw;
	font-size: 3.75vw;
}
.guide-tbx > ul > li.nm::before {
	display: none;
}
.guide-tbx > ul > li.ask {
	display: flex;
}
.guide-tbx > ul > li.ask b {
	font-weight: 400;
	white-space: nowrap;
	margin-right: 2vw;
}
.guide-tbx > ul > li.ask span {
	flex: 1;
}
.guide-tbx > ul.ask > li {
	text-indent: 0;
	padding-left: 0;
}
.guide-tbx > ul.ask > li::before {
	display: none;
}
.guide-tbx ul.second li strong {
	display: block;
}
.guide-tbx ul.second li:nth-child(2) {
	margin-top: 4.0625vw;
}

.ptevent {
	position: relative;
}
.ptevent img {
	width: 100%;
	display: block;
}
.ptevent .event-con {
	position: relative;
	padding: 0;
}
.ptevent .event-date {
	position: absolute;
	bottom: 13vw;
	left: 0;
	font-size: 3.2vw;
	width: 100%;
	color: #111;
	text-align: center;
	font-family: "GmarketSansMedium";
	padding: 0 9.3vw;
}
.ptevent .event-date-tx {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 42vw;
	padding: 12vw 9.3vw 0;
	flex-direction: column;
	display: flex;
	justify-content: center;
	align-items: center;
}
.ptevent .event-date b {
	font-size: 5vw;
	display: block;
	font-weight: 400;
	margin-bottom: 1vw;
}
.ptevent .coupon-dw {
	margin-top: 2vw;
}
.ptevent .coupon-dw.dis {
	margin-top: 0;
}
.ptevent .event-btn {
	position: absolute;
	bottom: 11.8vw;
	left: 0;
	display: flex;
	padding: 0 9.2vw;
	width: 100%;
}
.ptevent .event-btn > * {
	font-size: 3.4vw;
	height: 11.8vw;
	flex: 1;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	font-weight: 600;
}
.ptevent .event-btn > * + * {
	margin-left: 1.2vw;
}
.ptevent .event-btn > .white {
	background-color: #fff;
}
.ptevent .bt-partner {
	position: relative;
	font-size: 3.4vw;
	color: #fff;
	width: 100%;
	margin: 0 auto;
	padding: 0;
	height: 16.4vw;
	background-color: #222;
	display: flex;
	justify-content: center;
	align-items: center;
	font-weight: 600;
}
.ptevent .event-con2 {
	position: relative;
}
.ptevent .event-gud {
	position: relative;
	display: flex;
	flex-direction: column;
	margin: 13.5vw 0 0 0;
	padding: 0 4.6vw 14vw;
}
.event-partner {
	padding: 14vw 4.6vw 14vw;
	background-color: #bcc9d0;
}
.event-partner dt {
	margin-bottom: 8.4vw;
}
.event-partner a {
	display: block;
}
.event-partner a + a {
	margin-top: 3.1vw;
}

/* 그리팅 이벤트 */
.greating-event {
	background-color: #938f1d;
}
.greating-event .event-btn > * {
	background-color: #8a8619;
	border: #8a8619 0.1rem solid;
}
.greating-event .event-btn > .white {
	color: #8a8619;
}
.greating-event .event-date {
	color: #f0efe7;
}
.greating-event .event-date b {
	color: #fff;
}
