@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=Comic+Neue:ital,wght@0,300;0,400;0,700;1,300;1,400;1,700&family=Goudy+Bookletter+1911&family=Gowun+Dodum&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

#wrapper {
	margin: auto;
	max-width: 100%;
	background-color: #F9E4BC;
	font-family: 'Gowun Dodum';
}

#center h1, h2, h3 {
	text-align: center;
}

#center h1 {
	padding-top: 25px;
	padding-bottom: 25px;
}

.nav-item {
    font-size: 20px;
	font-family: 'Gowun Dodum';
}

.container-fluid h1 {
    font-size: 2em;
    text-align: center;
    padding-top: 2em;
    padding-bottom: 2em;
}

.container-fluid h4 {
	color: #fff;
}

.container-fluid {
    font-family: 'Gowun Dodum';
}

.container-fluid h1 {
	font-size: 50px;
}

.container-fluid h2 {
	font-size: 40px;
	padding-top: 20px;
	padding-bottom: 20px;
}

.container-fluid > p,
.container-fluid > ul > li {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
	max-width: 50%;
	font-size: 20px;
}

.container-fluid li {
	padding-bottom: 10px;
}

#banner img {
	width: 100%;
	height: 200px;
	background-repeat: no-repeat;
	background-size: cover;
	display: block;
}

#big {
	transition: scale, 2s;
}

#big:hover {
	transform: scale(125%);
}

.col {
	padding-top: 20px;
	padding-bottom: 20px;
}

#staff p {
	max-width: 80%;
}

#staff h3 {
	font-size: 30px;
	padding-top: 10px;
	padding-bottom: 10px;
}

#form {
    text-align: left;
	max-width: 75%;
	margin: auto;
}

.receipt {
	font-size: 20px;
	max-width: 50%;
	margin: auto;
	padding-bottom: 200px;
}

/* slideshow */
#slideshow-wrapper {
	width: 50%;
	height: 441px;
	margin-left: auto;
	margin-right: auto;
}

#slideshow-wrapper2 {
	width: 50%;
	height: 441px;
	margin-left: auto;
	margin-right: auto;
}

#slideshow {
	width: 100%;
	height: 441px;
	overflow: hidden;
	display: flex;
	scroll-behavior: smooth;
	scroll-snap-type: x mandatory;
}

#slideshow2 {
	width: 100%;
	height: 441px;
	overflow: hidden;
	display: flex;
	scroll-behavior: smooth;
	scroll-snap-type: x mandatory;
}

#slideshow img {
	flex-shrink: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	scroll-snap-align: start;
}

#slideshow2 img {
	flex-shrink: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	scroll-snap-align: start;
}

.circle {
	display: inline-block;
	background-color: #F9E4BC;
	width: 12px; /*12px*/
	height: 12px;
	border-radius: 50%;
	margin-right: 0.9375em; /*15px*/
}

#circle-nav {
	margin-top: -3.125em; /*-50px*/
	text-align: center;
}

#circle-nav2 {
	margin-top: -3.125em; /*-50px*/
	text-align: center;
}

/* end slideshow */

footer {
	padding: 40px 0 3.125%; /*30px*/
	width: 100%;
	font-size: 0.75em; /*12px*/
	overflow: hidden;
	background-color: #2E6F40;
    font-family: 'Gowun Dodum';
	color: #fff;
}

footer h4 {
	font-size: 16px;
	font-weight: bold;
}

footer p {
	font-size: 12px;
}

#footer-content {
	width: 50%; /*960px*/
	margin: 0 auto;
}

#footer-left, #footer-right {
    width: 50%;
    float: left;
}

#footer-right {
    text-align: right;
}