@import url('https://cdn.jsdelivr.net/gh/orioncactus/pretendard/dist/web/static/pretendard.css');
@import url('https://fonts.googleapis.com/earlyaccess/notosanskr.css');

:root {
	--color-black: #131313;
	--color-hotred: #ff002e;
	--color-basic: #0e57b4;
	--color-purple: #D9BFF0;
	--color-orange: #F88C08;
}

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;
	vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}

body {
	line-height: 1;
	font-family: 'Noto Sans KR', sans-serif;
	word-break: keep-all;
}

ol,
ul {
	list-style: none;
}

blockquote,
q {
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

*,
*::before,
*::after {
	box-sizing: border-box;
}

a,
a:visited,
a:active,
a:focus,
a:hover {
	color: #000;
	text-decoration: unset;
}

button,
input,
select,
textarea {
	background: none;
	outline: none;
	box-shadow: none;
}

input[type="radio"],
input[type="checkbox"] {
	transform: scale(1.5);
	margin-right: 0.25rem;
}

input[type="checkbox"] {
	vertical-align: middle;
}

img,
video {
	max-width: 100%;
	height: auto;
	display: block;
}

html,
body  {
  font-family: 'Noto Sans KR', sans-serif;
  margin: 0;
  background: #fff;
  color: #333;
  font-size: 16px;
}

.container {
	width: 100%;
	max-width: 640px;
	margin: 0 auto;
}

.banner {padding: 5% 0;background-color: #F19822;}

.banner img {
  width: 100%;
  display: block;
}

/* 영상 영역 */
.video-wrap {
  position: relative;
  width: 100%;
  padding-top: 56.25%; /* 16:9 비율 */
}
.video-wrap iframe {
  position: absolute;
  top: 0; left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

/* 전광판 텍스트 */
.notice-wrap {
	overflow: hidden;
	position: relative;
	width: 100%;
	padding: 0rem 0;
}

.notice-inner {
	position: relative;
	width: 100%;
	padding: 2rem 0;
}

.notice-text {
	position: absolute;
	top: 50%;
	left: 100%;
	transform: translateY(-50%);
	white-space: nowrap;
	font-size: 1.725rem;
	font-weight: 600;
	line-height: 1;
}

.promo-menu-wrap {
	width: 100%;
	margin: 0 auto;
	background: #e9e9e9;
	box-sizing: border-box;
}

.promo-top-banner {
	width: 100%;
}

.promo-top-banner img {
	display: block;
	width: 100%;
	height: auto;
}

.promo-menu-grid {
	width: 100%;
	padding: 10% 5% 10% 5%;
	box-sizing: border-box;
	background: #fff;
}

.promo-menu-item-row {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	width: 100%;
}

.promo-menu-item-row:not(:last-child) {
	margin-bottom: 8%;
}

.promo-menu-item {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-start;
	width: 30%;
	text-decoration: none;
	color: #111;
	box-sizing: border-box;
}

.promo-menu-thumb {
	width: 72%;
	margin: 0 auto 10% auto;
}

.promo-menu-thumb img {
	display: block;
	width: 100%;
	height: auto;
}

.promo-menu-text {
	font-size: 1.5rem;
	font-weight: 700;
	line-height: 1.35;
	text-align: center;
	word-break: keep-all;
}

@media all and (max-width: 768px) {
	.promo-menu-grid {
		padding: 7% 4.5% 8% 4.5%;
	}

	.promo-menu-item-row:not(:last-child) {
		margin-bottom: 9%;
	}

	.promo-menu-item {
		width: 31%;
	}

	.promo-menu-thumb {
		width: 78%;
		margin-bottom: 9%;
	}

	.promo-menu-text {
		font-size: 1rem;
	}
}

@media all and (max-width: 480px) {
	.promo-menu-grid {
		padding: 8% 4% 10% 4%;
	}

	.promo-menu-item-row:not(:last-child) {
		margin-bottom: 10%;
	}

	.promo-menu-item {
		width: 31.5%;
	}

	.promo-menu-thumb {
		width: 82%;
		margin-bottom: 8%;
	}

	.promo-menu-text {
		font-size: 0.92rem;
	}
}

/* footer container */
.footer_wrap {
    width: 100%;
    background-color: #1f2e4a;
}

.footer_inner {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

.footer_sns {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5%;
    padding: 3.5% 0;
}

.footer_sns_item {
    width: 8%;
    max-width: 60px;
    display: block;
}

.footer_sns_item img {
    width: 100%;
    height: auto;
    display: block;
}

.footer_copy {
    width: 100%;
    text-align: center;
    background-color: #e5e5e5;
    color: #333;
    font-size: 1.375rem;
    padding: 3.5% 0;
}

@media (max-width: 768px) {

    .footer_sns {
        gap: 8%;
        padding: 4% 0;
    }

    .footer_sns_item {
        width: 12%;
    }

    .footer_copy {
        font-size: 0.75rem;
        padding: 3% 0;
    }
}

@media screen and (max-width: 640px) {
	html,
	body {
		font-size: 16px;
	}
}

.guest_table * {
	font-size: 1rem;
}
.board_write_common_title,
.board_btn #btn_submit {
	font-size: 1.25rem;
}