/* styles.css */
html, body {
    width: 100%;
}
@font-face {
    font-family: 'NhmFont'; /* 폰트 이름 지정 */
    src: url('./nhm-eva00700.ttf') format('truetype'); /* TTF 파일 경로 */
    font-weight: normal; /* 일반 텍스트 */
    font-style: normal; /* 일반 스타일 */
    
}
body {
    font-family: "NhmFont", serif;
    font-optical-sizing: auto;
    margin: 0;
    padding: 0;
    background-color: #FFEC60;
    width: 100%;
}
.esc_font {
    font-family:Arial, Helvetica, sans-serif
}

ul, li { 
    padding:0;
    margin:0;
}

p {
    word-break: keep-all;
}

.swiper-container {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper-slide img {
    display: block;
    width: 100%;

    object-fit:contain;
}

.header-image {
    max-width: 100%;
}

.container {
    margin: auto;
    text-align: left;
    background-color: #faf8eb;
    padding:0px 130px;
    font-size: 4.6em;
    line-height: 1.5em;
    height: 3998px;
}

.container .header {
    overflow: hidden;
    margin-top: 200px;
}

.container .header .welcome {
    float: left;
    margin-top:60px;
    width: 65%;
}

.container .header .image {
    float: right;
    width: 35%;
    margin-top: 100px;
}
/* .image {
    margin: 20px;
    text-align: center;
}
.image img {
    margin:0 auto;
    width: 50%;
    object-fit:contain;
} */


.content {
    text-align: left;
    margin-top: 50px;
}

.signature {
    margin-top: 300px;
    text-align: center;
}

.video {
    margin-top:30px;
    text-align: center;
}

.swiper-button-next,
.swiper-button-prev {
  font-size: 60px;
  color:#0a427f;

}

.swiper-button-next:after,
.swiper-button-prev:after {
  font-size: 60px; /* 아이콘 크기 조정 */
  color:#0a427f;
}