@charset "UTF-8";
*,
*::after,
*::before {
  box-sizing: border-box;
}

* {
  margin: 0;
  padding: 0;
}

#whole {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  display: flex;
  justify-content: center;
  flex-direction: row;
  margin: 0%;
  padding: 0%;
  background-color: #fffffe;
  margin: auto;
  text-align: center;
}

body {
  font-size: 1rem;
  line-height: 1.6;
  font-family: "Pretendard";
}

.root {
  background-color: hsl(0deg, 0%, 5%);
  width: 1080px;
}

.topad__container {
  display: flex;
  justify-content: center;
  margin-bottom: 40px;
}
.topad__container img {
  width: 800px;
  height: auto;
}

.resort_Ad__container {
  display: flex;
  justify-content: center;
  margin-block: 20px;
  margin-bottom: 10px;
}
.resort_Ad__container img {
  width: 800px;
  height: auto;
}

.test_text {
  padding-inline: 20px;
}
.test_text span {
  margin: 0;
  padding: 0;
  font-size: 20px;
  font-weight: 600;
}

.test_Start {
  margin-inline: 16px;
  margin-block: 20px;
  padding-block: 6px;
  padding-inline: 10px;
  color: #fffffe;
  border: 0px;
  border-radius: 8px;
  background-color: rgb(50, 50, 50);
}

.start_Ad_container {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin: 6px;
}
.start_Ad_container .start_button {
  background: linear-gradient(rgb(0, 225, 23), rgb(0, 100, 25));
  font-size: 60px;
  font-weight: 800;
  color: #fffffe;
  margin: 0;
  padding-block: 8px;
  padding-inline: 60px;
  border: 4px solid rgb(20, 20, 20);
  border-radius: 120px;
  -webkit-animation: buttonBright 1s infinite;
          animation: buttonBright 1s infinite;
  -webkit-animation-direction: alternate;
          animation-direction: alternate;
}

@-webkit-keyframes buttonBright {
  0% {
    opacity: 100%;
  }
  50% {
    opacity: 50%;
  }
  100% {
    opacity: 100%;
  }
}

@keyframes buttonBright {
  0% {
    opacity: 100%;
  }
  50% {
    opacity: 50%;
  }
  100% {
    opacity: 100%;
  }
}
.info__section {
  padding: 3.75rem;
}
.info__section img {
  margin-block: 60px;
}

.middle__section {
  margin: 0%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  gap: 10px;
  position: -webkit-sticky;
  position: sticky;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.middle__section .middle1__container img {
  width: 280px;
  margin: 0;
}
.middle__section .middle2__container img {
  width: 280px;
  margin: 0;
}
.middle__section .middle3__container {
  text-align: center;
  position: -webkit-sticky;
  position: sticky;
}
.middle__section .middle3__container img {
  width: 280px;
  margin: 0;
}

.x_button {
  width: 280px;
  height: auto;
  margin-inline: 4px;
}
.x_button img {
  width: 280px;
}

a {
  text-decoration: none;
  color: rgb(245, 245, 245);
}

.info__section {
  display: inline;
  justify-content: center;
}
.info__section img {
  width: 940px;
  height: auto;
}

input {
  background-color: rgb(245, 245, 245);
  text-decoration: none;
  border-style: none;
  width: 180px;
  height: 24px;
  padding-left: 6px;
  border-radius: 30px;
}

p {
  color: aliceblue;
  text-align: left;
}

.art__pic {
  display: flex;
  justify-content: center;
}
.art__pic img {
  text-align: center;
}

span {
  padding: 4px;
  margin: 4px;
}

button {
  background-color: hsl(0deg, 0%, 5%);
  text-decoration: none;
  border-style: solid;
  padding: 4px;
  padding-block: 2px;
  border-radius: 30px;
  margin-block: 24px;
  margin-bottom: 80px;
}
button p {
  font-size: 20px;
  font-weight: 700;
  padding-inline: 24px;
  padding-block: 10px;
}

button:hover {
  background-color: rgb(134, 134, 134);
}

.header {
  position: -webkit-sticky;
  position: sticky;
  z-index: 1;
  top: 0rem;
  background-color: rgb(0, 0, 0);
}

.header__container {
  margin: 0;
  max-width: 87.5rem;
  margin-inline: auto;
  padding-inline: 4px;
  padding-block: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.logo__container {
  display: flex;
  align-items: center;
  padding-inline: 120px;
}

.helloworld__section {
  display: flex;
  margin: auto;
  width: 1400px;
  padding-left: 80px;
}
.helloworld__section .helloworld__container {
  position: relative;
  margin: 0;
  padding-left: 180px;
  min-width: 390px;
  max-width: 1440px;
  margin-inline: auto;
  padding-inline: 4px;
  padding-block: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 80px;
}
.helloworld__section .helloworld__container2 {
  display: inline;
  position: absolute;
  margin-left: -40px;
}

.NavBar {
  display: flex;
  align-items: center;
  margin-inline: auto;
  gap: 16px;
  font-size: 16px;
  color: rgb(245, 245, 245);
  margin-block: 48px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  max-width: 100%;
  justify-content: center;
}

.NavBar a:before,
.NavBar a:after {
  display: inline-block;
  opacity: 0;
  transition: transform 0.3s, opacity 0.2s;
}

.NavBar a:before {
  margin-right: 10px;
  font-weight: 900;
  content: "†";
  transform: translateX(20px) scale(1.3);
}

.NavBar a:after {
  margin-left: 10px;
  font-weight: 900;
  content: "†";
  transform: translateX(-20px) scale(1.3);
}

.NavBar a:hover:before,
.NavBar a:hover:after,
.NavBar a:focus:before,
.NavBar a:focus:after {
  opacity: 1;
  transform: translateX(0px);
}

.SearchBar__container {
  display: flex;
  align-items: center;
  margin-inline: auto;
  gap: 8px;
}

.main {
  width: 1080px;
  text-align: center;
}
.main .main__container {
  width: 1080px;
  margin-inline: auto;
  padding-inline: 1px;
  padding-block: 1px;
  display: flex;
  gap: 120px;
  flex-direction: column;
  text-align: center;
}

.container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.container .cross {
  font-family: "Pretendard";
  font-size: 36px;
  font-weight: 600;
  color: rgb(245, 245, 245);
}
.container .title {
  font-size: 48px;
  font-weight: 700;
  padding-block: 16px;
  padding-bottom: 30px;
}
.container .text {
  display: flex;
  margin: auto;
  flex-direction: column;
  max-width: 870px;
  justify-content: center;
  align-items: center;
  flex-shrink: 1;
  flex-wrap: wrap;
  flex-basis: auto;
  padding-inline: 24px;
}

#S3 .section {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
#S3 .container {
  display: flex;
  gap: 4px;
  margin: auto;
  justify-content: space-between;
  align-items: center;
}
#S3 .layout {
  max-width: 75rem;
  margin-inline: auto;
  padding: 1.5rem;
}

.section {
  display: flex;
  flex-direction: column;
  gap: 12px;
  text-align: center;
}

.container {
  max-width: 75rem;
  margin-inline: auto;
  padding: 24px;
}

.layout {
  display: flex;
  gap: 0.75rem;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
}

#S3 .layout > * {
  flex-basis: calc(25% - 2.25rem);
  flex-grow: 1;
  flex-shrink: 1;
}

.card {
  background-color: rgb(235, 235, 235);
  border: 0.0625rem solid #888;
  border-radius: 0.5rem;
  max-width: 40rem;
  min-width: 15rem;
  overflow: hidden;
}

#section-2 .card {
  width: 300px;
}

.card__img {
  /* aspect-ratio: 4 / 3; */
  /* aspect-ratio: 1 / 1; */
  /* aspect-ratio: 16 / 9; */
  aspect-ratio: 3/2;
  /* background-color: cadetblue; */
}

.card__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  max-width: 100%;
  display: block;
}

.card__text {
  display: flex;
  padding: 1.5rem;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.card__title {
  font-size: 48px;
  font-weight: 700;
  padding-block: 24px;
  padding-bottom: 30px;
  line-height: 1.2;
}

.card__detail {
  font-size: 0.875rem;
  line-height: 1.5;
  text-align: left;
}

.art__pic {
  display: flex;
  position: relative;
  width: 870px;
}

img {
  min-width: 50px;
  height: auto;
}

.video__container {
  display: flex;
  width: 1080px;
  height: auto;
  justify-content: center;
}
.video__container video {
  width: 1080px;
}

.footer__container {
  background-color: rgb(0, 0, 0);
  display: flex;
  justify-content: center;
  margin: auto;
}

.text_Ad_section {
  position: -webkit-sticky;
  position: sticky;
  z-index: 0;
  top: 2rem;
  margin-top: 32px;
}
.text_Ad_section .text_Ad_container {
  text-align: right;
  width: 180px;
}
.text_Ad_section .text_Ad_container img {
  width: 100%;
  height: auto;
}

.modal {
  position: relative;
}

.modal_section {
  text-align: right;
  width: 340px;
  padding: 8px;
  margin-top: 36px;
  margin-left: -140px;
}
.modal_section img {
  width: 100%;
}