@font-face {
  font-family: 'Pretendard-Regular';
  src: url('https://fastly.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Regular.woff') format('woff');
  font-style: normal;
}

div, button, span{
  font-family: 'Pretendard-Regular';
}

body{
  margin: 0;
  padding: 0;
}
a{
 text-decoration: none; 
}


.main-back{
  width: 100%;
  height: 100%;
  min-height: 100vh;
  background-color: rgb(37, 37, 37);
  overflow-x: hidden;
}
.main-contents{
  display: flex;
  flex-direction: column;
  -webkit-box-pack: justify;
  justify-content: space-between;
  padding: 48px 0px 96px;
  height: 100%;
  width: 100%;
}

.main-contents-box-back{
  margin: 0px auto;
  height: 100%;
  width: 100%;
  max-width: 445px;
}


.main-contents-logo{
  width: 96px;
  height: 96px;
  display: block;
  object-fit: contain;
  margin: 0 auto;
  margin-bottom: 24px;
}
.main-contents-logo>img{
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.main-contents-logo-2{
  width: 40%;
  height: auto;
  display: block;
  object-fit: contain;
  margin: 0 auto;
  margin-bottom: 12px;
}
.main-contents-logo-2>img{
  width: 100%;
  height: 100%;
}
.main-contents-instaname{
  color: #fff;
  margin: 0 auto;
  margin-bottom: 12px;
  text-align: center;
  font-weight: normal;
  font-size: 16px;
  line-height: 1.5;
}
.logo_slogan{
  width: 120px;
  margin-top: 8px;
}


.main-contents-sns-back{
  display: flex;
  justify-content: center;
  align-items: center;
}
.main-contents-sns-youtube-btn {
  object-fit: contain;
  width: 40px;
  height: 40px;
  background-color: none;
  cursor: pointer;
  margin-right: 12px;
}
.main-contents-sns-naverblog-btn{
  object-fit: contain;
  width: 32px;
  height: 28px;
  background-color: none;
  cursor: pointer;
  margin-right: 12px;
}
.main-contents-sns-insta-btn{
  object-fit: contain;
  width: 32px;
  height: 32px;
  background-color: none;
  cursor: pointer;
}

.main-contents-sns-btn>img{
  width: 100%;
  height: 100%;
}


.notice-back{
  width: 94%;
  margin: 0 auto;
  margin-top: 18px;
  cursor: pointer;
  margin-bottom: 36px;
}
.notice-back>img{
  width: 100%;
  border-radius: 20px;
}


.menubar-back{

  margin: 0 auto;
  width: 100%;
  margin-top: 20px;
}
.menu1-btn{
  width: 49%;
  padding-top: 8px;
  padding-bottom: 8px;
  background-color: #ffffff00;
  border-color: #ffffff00;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  border-bottom: 2px solid #fff;
  border-left: 0px;
  border-right: 0px;
  cursor: pointer;
}
.menu2-btn{
  width: 49%;
  padding-top: 8px;
  padding-bottom: 8px;
  background-color: #ffffff00;
  border-color: #ffffff00;
  color: rgba(255,255,255,0.2);
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  border-bottom: 2px solid rgba(255,255,255,0.2);
}







.main-contents-linkbox{
  flex-direction: column;
  margin-top: 24px;
  padding-left: 16px;
  padding-right: 16px;
}
.main-contents-linkbox>a{
  width: 80%;
  margin: 0 auto;
  margin-bottom: 18px;
  text-decoration-line: none;
}

.main-contents-linkbox>a>img{
  width: 100%;
  margin: 0 auto;
  border-radius: 16px;
}
.linkbox-text-back{
  padding: 8px 16px;
  text-align: center;
  background-color: rgb(78, 78, 78);
}
.linkbox-text{
  color: #fff;
  font-size: 16px;
}

.small-btn-back{
  display: flex;
  color: #fff;
  background-color: rgb(73, 73, 73);
  border-radius: 16px;
  padding: 16px;
}
.small-btn-img{
  width: 30%;
  border-radius: 6px;
  margin-right: 6px;
}
.small-btn-text-back{
  display: table;
  text-align: center;
  margin: 0 auto;
}
.small-btn-text{
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  line-height: 30px;
  display:table-cell;
  vertical-align:middle;
}

/* 풀이미지 400x150 */

.big-btn-back{
  display: flex;
  color: #fff;
  background-color: rgb(73, 73, 73);
  border-radius: 16px;
}
.small-btn-full-img{
  width: 100%;
  border-radius: 16px;
  margin-right: 6px;
}


.main-contents-linkbox-button{
  padding: 16px 44px;
  margin-bottom: 16px;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 500;
  border-radius: 28px;
  width: 100%;
  cursor: pointer;
  color: black;
}
.main-contents-linkbox-button:hover{
  box-shadow: 0 0.5em 0.5em -0.4em white;
  transform: translateY(-5px);
}

.grid-box{
  display: grid; /* Grid 레이아웃 사용 */
  grid-template-columns: 1fr 1fr; /* 컨테이너를 두 개의 열로 나눔 */
  gap: 10px; /* 이미지 사이의 간격 설정 */
}
.grid-box img {
  width: 100%; /* 이미지를 컨테이너 열의 너비에 맞게 조정 */
  height: auto; /* 이미지 높이는 자동으로 설정하여 비율 유지 */
  border-radius: 16px;
}
.grid-box img:hover{
  box-shadow: 0 0.5em 0.5em -0.4em white;
  transform: translateY(-5px);
}





.main-contents-modelbox{
  margin-top: 32px;
  display: grid;
  grid-template-columns: repeat(2, 1fr); /* 3개의 열을 생성하고 각 열의 크기를 동일하게 설정 */
  gap: 12px; /* 이미지 사이의 간격을 10px로 설정 */
}

.main-contents-modelbox img {
  width: 100%; /* 이미지 너비를 컨테이너의 너비에 맞게 조정 */
  height: auto; /* 이미지 높이를 자동으로 설정하여 비율을 유지 */
  display: block; /* 이미지 간의 불필요한 간격을 제거 */
}
.main-contents-modelbox a {
  text-decoration: none; /* 링크에 밑줄을 제거 */
}

.subscription-btn{
  margin: 0 auto;
  margin-top: 20px;
  width: 70%;
  padding: 16px 12px;
  font-size: 18px;
  background-color: #00537c;
  color: #fff;
  font-weight: 600;
  border-radius: 32px;
  text-align: center;
  cursor: pointer;
}

