@import url(./global.css);

body {
  background-image: url(../images/bg-wrap.jpg);
  background-size: cover;
  height: 100vh;
  overflow: hidden;
  background-position: center;
}
header {
  padding: 50px;
  width: 96%;
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 90px;
  
}
main {
  max-width: 960px;
  margin: auto;
  text-align: center;
}

.gnb ul li {
  display: inline-block;
  padding: 0px 10px 10px 20px;
  
}
.gnb {
  color: white;
 
}

h2 {
 
  font-size: 70px;
  color: white;
  margin-bottom: 20px;
}

.infobox {
  display: flex;
  justify-content: center;
  gap: 30px;
}

.col1 a,
.col2 a {
  display: inline-block;
  width: 360px;
  height: 223px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.5);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

p {
  color: white;
  font-size: 18px;
  line-height: 1.8;
  text-shadow: 0px 2px 2px rgb(0, 0, 0 / 60%);
  margin-top: 50px;
}
