@charset "UTF-8";

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p,
	blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn,
	em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var,
	b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend,
	table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas,
	details, embed, figure, figcaption, footer, header, hgroup, menu, nav,
	output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup,
	menu, nav, section {
	display: block;
}

body {
	font-family: 'Pretendard';
	line-height: 1;
	color: #2e2e36;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}

a {
	text-decoration: none;
	color: #2e2e36;
	display: inline-block;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

.inner {
	max-width: 1200px;
	margin: 0 auto;
}

.btn {
	cursor: pointer;
	background-color: transparent;
	display: inline-block;
	border-radius: 4px;
	border: 0;
	height: 28px;
	padding: 0;
}

#mo_video {
	display: none;
}
.pc_link{
	z-index:9999;
    position: fixed;
    bottom:40px;
    transform: translateX(-50%);
    left: 50%;
    width: 196px;
    font-size: 16px;
    font-weight: 600;
    line-height: 29px;
    color: #004952;
    border-radius: 82px;
    background: linear-gradient(90deg, #92FCCF 0%, #148998 172.07%);
    box-shadow: 2px 4px 30px 0px rgba(204, 204, 204, 0.25), 5px 5px 20px 0px rgba(175, 175, 175, 0.15);
    border-radius: 81.68px;
    line-height: 47px;
    font-size: 16px;
    transform: translateX(-50%);
    left: 50%;
    text-align: center;
}

@media ( max-width : 1200px) {
	.inner {
		max-width: 900px;
	}
}

@media ( max-width : 1000px) {
	.inner {
		max-width: 700px;
	}
}

@media ( max-width : 700px) {
	.inner {
		max-width: 400px;
	}
}

@media ( max-width : 499px) {
	.inner {
		max-width: 350px;
	}
	#pc_video {
		display: none;
	}
	#mo_video {
		display: block;
	}
}