﻿@charset "utf-8";

@font-face {
    font-family: "NotoSansKR-Regular";
    src: url("/assets/fonts/NotoSansKR/NotoSansKR-Regular.otf") format("opentype");
    font-style: normal;
}
@font-face {
    font-family: "NotoSansKR-Medium";
    src: url("/assets/fonts/NotoSansKR/NotoSansKR-Medium.otf") format("opentype");
    font-style: normal;
}
@font-face {
    font-family: "NotoSansKR-Bold";
    src: url("/assets/fonts/NotoSansKR/NotoSansKR-Bold.otf") format("opentype");
    font-style: normal;
}
@font-face {
    font-family: "NotoSansKR-Light";
    src: url("/assets/fonts/NotoSansKR/NotoSansKR-Light.otf") format("opentype");
    font-style: normal;
}
@font-face {
    font-family: "Cafe24Ssurround";
    src: url("/assets/fonts/Cafe24Ssurround/Cafe24Ssurround.ttf") format("truetype");
    font-style: normal;
}
@font-face {
    font-family: "Cafe24SsurroundAir";
    src: url("/assets/fonts/Cafe24Ssurround/Cafe24SsurroundAir.ttf") format("truetype");
    font-style: normal;
}


*
{
	max-height: 99999px;
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	font-size: 15px;
	letter-spacing: -0.025em;
	color: #2E2E2E;
	word-break: break-all;
	-webkit-text-size-adjust: none;
	outline: none;
}

*::after,
*::before
{
	box-sizing: border-box;
}
body {
	font-family: "NotoSansKR-Regular", "Cafe24surround", sans-serif;
  }
ul
{
	list-style: none;
}

img
{
	/* width: 100%; */
	vertical-align: middle;
	border: none;
	/* max-width: 100%; */
}

fieldset
{
	border: none;
}

legend,
.dp_none
{
	display: none;
}

a
{
	text-decoration: none;
	color: #1e1e1e;
}

button,
input.clear[type="submit"],
input.clear[type="button"]
{
	cursor: pointer;
	border: none;
	background: none;

	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;

	border: none;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
}

a,
input.clear,
select.clear,
button.clear
{
	vertical-align: middle;
}

input.clear[type=radio]
{
	vertical-align: -2px;
}

input.clear[type=text],
input.clear[type=password]
{
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;

	border: none;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
}

/*
input:not([type="radio"])
{
	-webkit-appearance: checkbox;
	-webkit-border-radius: 0;
}
*/

input.clear[type=color]
{
	width: 90px;
	height: 24px;
	padding: 0;
	border: none;
	background: none;
}

label
{
	display: inline-block;
}

/*
select
{
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border-radius: 0; /* iPhone
	cursor: pointer;
	background: #fff;
}

select::-ms-expand
{
	display: none;
}
*/

table
{
	width: 100%;
	table-layout: fixed;
	word-break: break-all;
	border-collapse: collapse;
	border-spacing: 0;
}

table caption.cap_hide
{
	width: 0;
	height: 0;
	padding: 0;
	overflow: hidden;
}

.clearFix::after
{
	content: "";
	clear: both;
	display: block;
}

/* position */
.position_fixed {
	position: fixed;
}

/* responsive youtube */
.responsive_youtube
{
	width: 100%;
}

.responsive_youtube div
{
	position: relative;
	width: 100%;
	height: auto;
	padding-top: 56.25%;
}

.responsive_youtube div iframe {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
}