@import url("https://cdn.jsdelivr.net/gh/orioncactus/pretendard@v1.3.8/dist/web/static/pretendard.css");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+KR:wght@200..900&display=swap");
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;
}

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;
}

* {
  font-family: Pretendard, sans-serif;
}

.serif {
  font-family: "Noto Serif KR", serif;
}

.paddingHoz {
  padding: 0 20px;
  box-sizing: border-box;
}

.noMarginBottom {
  margin-bottom: 0 !important;
}

.divider {
  width: 100%;
  height: 1px;
  background: #0d0c11;
  margin-bottom: 60px;
}

html,
body {
  width: 100%;
  background: #eaeaec;
}

img {
  display: block;
}

.wrapper {
  width: 100%;
}

.mobileOnlyContainer {
  width: 100%;
  height: 100%;
  overflow-y: scroll;
  max-width: 500px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 0 auto;
  background: #fff;
  -ms-overflow-style: none;
  scrollbar-width: none;
  margin-bottom: 20px;
}
.mobileOnlyContainer::-webkit-scrollbar {
  display: none;
}

.floatingButton {
  width: 100%;
  max-width: 500px;
  padding: 20px 20px 35px 20px;
  box-sizing: border-box;
  position: fixed;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background: #2621b6;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 999;
  gap: 10px;
  cursor: pointer;
  transition: background 0.2s ease-in-out;
}
.floatingButton > p {
  font-size: 18px;
  color: #fff;
  font-weight: 600;
}
.floatingButton:hover {
  background: #0A0674;
}

.topContainer {
  width: 100%;
  height: 600px;
  padding: 60px 30px 30px 30px;
  box-sizing: border-box;
  background: url(../img/0_00.jpg) top center;
  background-size: cover;
  position: relative;
}
.topContainer > .overlay {
  width: 100%;
  height: 60%;
  position: absolute;
  z-index: 9;
  top: 0;
  left: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0) 100%);
}
.topContainer > .content {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 99;
  top: 0;
  left: 0;
}
.topContainer > .content > .period {
  position: absolute;
  bottom: 0;
  left: 0;
}
.topContainer > .content > .period > p {
  font-size: 16px;
  font-weight: 300;
  color: #fff;
}

.section {
  width: 100%;
  margin-bottom: 60px;
}
.section > .container {
  width: 100%;
}

.introduction {
  width: 100%;
  padding: 60px 20px 0 20px;
  box-sizing: border-box;
}
.introduction > .title {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 20px;
}
.introduction > .title > h1 {
  width: 100%;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%; /* 30px */
}
.introduction > .title > .main {
  color: #0800ff;
}
.introduction > .title > .sub {
  color: #0d0c11;
}
.introduction > .content {
  width: 100%;
  margin: 20px 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 20px;
}
.introduction > .content > p {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
}
.introduction > .nameList {
  width: 100%;
}
.introduction > .nameList > ul {
  width: 100%;
  display: flex;
  gap: 10px;
  margin-bottom: 10px;
}
.introduction > .nameList > ul:last-child {
  margin-bottom: 0;
}
.introduction > .nameList > ul > li > p {
  font-size: 14px;
  font-weight: 500;
}
.introduction > .nameList > ul > li > .title {
  color: #8d8d91;
  font-weight: 400;
}
.introduction > .nameList > ul > li > .name {
  color: #0d0c11;
}
.introduction > .nameList > ul > li > .and {
  color: #d6d6d9;
  font-weight: 400;
}

.intermissionPhoto {
  width: 100%;
  max-width: 275px;
  margin: 0 auto;
}
.intermissionPhoto > .textPart {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.intermissionPhoto > .textPart > p {
  font-size: 13px;
  font-weight: 500;
  color: #0d0c11;
}
.intermissionPhoto > .textPart > .line {
  width: 20px;
  height: 1px;
  background: #0d0c11;
}
.intermissionPhoto > .imgContainer {
  width: 100%;
  height: 400px;
  overflow: hidden;
  margin: 20px 0;
}
.intermissionPhoto > .imgContainer > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.ourPhotoSlides {
  width: 100%;
}
.ourPhotoSlides > .titlePhoto {
  width: 100%;
  height: 270px;
  padding: 0 20px;
  box-sizing: border-box;
  display: flex;
  gap: 15px;
}
.ourPhotoSlides > .titlePhoto > .textPart {
  width: 100%;
}
.ourPhotoSlides > .titlePhoto > .textPart > h2 {
  font-size: 15px;
  font-weight: 400;
  color: #0800ff;
  margin-bottom: 10px;
}
.ourPhotoSlides > .titlePhoto > .textPart > h1 {
  font-size: 24px;
  font-weight: 600;
  line-height: 150%; /* 36px */
  color: #0d0c11;
}
.ourPhotoSlides > .titlePhoto > .textPart > h3 {
  font-size: 15px;
  color: #8d8d91;
  font-weight: 600;
}
.ourPhotoSlides > .titlePhoto > .imgContainer {
  width: 100%;
  max-width: 170px;
  height: 100%;
  overflow: hidden;
  position: relative;
}
.ourPhotoSlides > .titlePhoto > .imgContainer > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.ourPhotoSlides > .rightAlign {
  justify-content: flex-end;
  text-align: right;
}
.ourPhotoSlides > .imgList {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 10px;
}
.ourPhotoSlides > .imgList > img {
  width: 100%;
}
.ourPhotoSlides > .imgList > .textPart {
  width: 100%;
  padding: 10px 20px;
  box-sizing: border-box;
}
.ourPhotoSlides > .imgList > .textPart > p {
  font-size: 14px;
  line-height: 22px;
  font-weight: 400;
  color: #0d0c11;
}
.ourPhotoSlides > .imgList > .imgWithText {
  width: 100%;
  position: relative;
}
.ourPhotoSlides > .imgList > .imgWithText > img {
  width: 100%;
}
.ourPhotoSlides > .imgList > .imgWithText > .overlay {
  width: 100%;
  height: 50%;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 9;
  background: linear-gradient(0deg, rgba(13, 12, 17, 0.5) -5.45%, rgba(13, 12, 17, 0) 100%);
}
.ourPhotoSlides > .imgList > .imgWithText > .textPart {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  padding-bottom: 25px;
  text-align: center;
  z-index: 99;
}
.ourPhotoSlides > .imgList > .imgWithText > .textPart > p {
  font-size: 14px;
  color: #fff;
}
.ourPhotoSlides > .imgList > .imgRow {
  width: 100%;
}
.ourPhotoSlides > .imgList > .imgRow > ul {
  width: 100%;
  display: flex;
  gap: 5px;
}
.ourPhotoSlides > .imgList > .imgRow > ul > li {
  width: 100%;
}
.ourPhotoSlides > .imgList > .imgRow > ul > li > img {
  width: 100%;
}
.ourPhotoSlides > .imgList > .rightAlign {
  text-align: right;
}
.ourPhotoSlides > .imgList > .centerAlign {
  text-align: center;
}
.ourPhotoSlides > .marginFive {
  gap: 5px;
}

.contact {
  width: 100%;
}
.contact > .title {
  width: 100%;
  padding: 0 20px;
  box-sizing: border-box;
}
.contact > .title > h1 {
  font-size: 20px;
  font-weight: 600;
  color: #0d0c11;
  margin-bottom: 20px;
}
.contact > .title > p {
  font-size: 14px;
  line-height: 22px;
  font-weight: 400;
  color: #0d0c11;
  margin-bottom: 10px;
}
.contact > .title > p:last-child {
  margin-bottom: 0;
}
.contact > .list {
  width: 100%;
  padding: 0 20px;
  margin-top: 40px;
  box-sizing: border-box;
}
.contact > .list > ul {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 20px;
}
.contact > .list > ul > li {
  width: 100%;
  padding: 20px;
  box-sizing: border-box;
  border: 1px solid #eaeaec;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.contact > .list > ul > li > .name {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 10px;
}
.contact > .list > ul > li > .name > h2 {
  font-size: 16px;
  font-weight: 400;
}
.contact > .list > ul > li > .name > h1 {
  font-size: 18px;
  font-weight: 600;
}
.contact > .list > ul > li > .buttons {
  width: 100%;
}
.contact > .list > ul > li > .buttons > ul {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
}
.contact > .list > ul > li > .buttons > ul > li > .button {
  cursor: pointer;
  color: #0800ff;
  font-size: 14px;
  font-weight: 600;
  padding: 10px 20px;
  box-sizing: border-box;
  border-radius: 100px;
  border: 1px solid #0800ff;
  transition: background 0.2s ease-in-out, color 0.2s ease-in-out;
}
.contact > .list > ul > li > .buttons > ul > li > .button:hover {
  background: #0800ff;
  color: #fff;
}

.warmHeart {
  background: url(../img/warm_heart.jpg) center center;
  padding: 60px 0;
  box-sizing: border-box;
}
.warmHeart > .title > h1 {
  color: #fff;
}
.warmHeart > .title > p {
  color: #fff;
}
.warmHeart > .list > ul > li {
  background: #fff;
}

.thank_you {
  width: 100%;
  background: #0d0c11;
  padding: 60px 0 120px 0;
  box-sizing: border-box;
}
.thank_you > .logo {
  width: 100%;
  text-align: center;
  margin-bottom: 40px;
  display: flex;
  justify-content: center;
}
.thank_you > .textPart {
  width: 100%;
  text-align: center;
}
.thank_you > .textPart > h1 {
  font-size: 25px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 20px;
}
.thank_you > .textPart > p {
  font-size: 14px;
  line-height: 22px;
  font-weight: 400;
  color: #fff;
  margin-bottom: 10px;
}
.thank_you > .textPart > p:last-child {
  margin-bottom: 0;
}

.swiper {
  width: 100%;
  height: 100%;
  margin-top: 10px;
}

.swiper-slide {
  width: 70% !important;
}
.swiper-slide > img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.scrollLogo {
  width: 100%;
  max-width: 500px;
  position: fixed;
  top: -100px;
  left: 50%;
  transform: translateX(-50%);
  background: #fff;
  padding: 20px;
  box-sizing: border-box;
  z-index: 999;
  display: flex;
  justify-content: center;
  border-bottom: 1px solid #eaeaec;
  transition: top 0.2s ease-in-out;
}

.scrollShow {
  top: 0;
}

.popupWrapper {
  width: 100%;
  max-width: 500px;
  height: 100%;
  background: rgba(13, 12, 17, 0.75);
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  display: none;
  z-index: 999;
}
.popupWrapper > .popupContainer {
  width: 100%;
  padding: 20px;
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.popupWrapper > .popupContainer > .box {
  width: 100%;
  background: #fff;
  padding: 45px 20px;
  box-sizing: border-box;
  position: relative;
}
.popupWrapper > .popupContainer > .box > .closeButton {
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 9999;
  cursor: pointer;
}
.popupWrapper > .popupContainer > .box > .title {
  width: 100%;
  text-align: center;
  margin-bottom: 30px;
}
.popupWrapper > .popupContainer > .box > .title > h1 {
  font-size: 22px;
  font-weight: 600;
  color: #0d0c11;
  margin-bottom: 10px;
}
.popupWrapper > .popupContainer > .box > .title > p {
  font-size: 14px;
  line-height: 22px;
  font-weight: 400;
  color: #0d0c11;
  margin-bottom: 10px;
}
.popupWrapper > .popupContainer > .box > .title > p:last-child {
  margin-bottom: 0;
}
.popupWrapper > .popupContainer > .box > .content {
  width: 100%;
  padding: 20px;
  background: #f3f3f7;
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-sizing: border-box;
  margin-bottom: 20px;
}
.popupWrapper > .popupContainer > .box > .content > h1 {
  font-size: 15px;
  color: #bababe;
  font-weight: 500;
}
.popupWrapper > .popupContainer > .box > .content > p {
  font-size: 18px;
  color: #0d0c11;
  font-weight: 500;
}
.popupWrapper > .popupContainer > .box > .button {
  color: #0800ff;
  font-size: 14px;
  font-weight: 600;
  padding: 15px 20px;
  box-sizing: border-box;
  border-radius: 100px;
  border: 1px solid #0800ff;
  text-align: center;
  transition: background 0.2s ease-in-out, color 0.2s ease-in-out;
  cursor: pointer;
}
.popupWrapper > .popupContainer > .box > .button:hover {
  background: #0800ff;
  color: #fff;
}

.popupVisible {
  display: block;
}/*# sourceMappingURL=style.css.map */