@font-face {
    font-family: 'Pretendard-Regular';
    src: url('https://cdn.jsdelivr.net/gh/Project-Noonnu/noonfonts_2107@1.1/Pretendard-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
  }
  
  div, button, span{
    font-family: 'Pretendard-Regular';
  }
  
  body{
    margin: 0;
    padding: 0;
  }
  
  
  .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-instaname{
    color: #fff;
    margin: 0 auto;
    margin-bottom: 12px;
    text-align: center;
    font-weight: 700;
    font-size: 20px;
    line-height: 1.5;
  }
  .logo_slogan{
    width: 150px;
    margin-top: 8px;
  }
  
  
  .main-contents-sns-back{
    display: flex;
    justify-content: center;
    align-items: center;
    display: none;
  }
  .main-contents-sns-youtube-btn{
    object-fit: contain;
    width: 48px;
    height: 48px;
    background-color: none;
    cursor: pointer;
    margin-right: 12px;
  }
  
  .menubar-back{
  
    margin: 0 auto;
    width: 100%;
    margin-top: 16px;
  }
  .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-sns-naverblog-btn{
    object-fit: contain;
    width: 36px;
    height: 32px;
    background-color: none;
    cursor: pointer;
    margin-right: 12px;
  }
  
  .main-contents-sns-btn>img{
    width: 100%;
    height: 100%;
  }
  
  
  
  
  .main-contents-linkbox{
    display: flex;
    flex-direction: column;
    margin-top: 24px;
    padding-left: 20px;
    padding-right: 20px;

  }
  .main-contents-linkbox>a{
    width: 100%;
    margin: 0 auto;
    margin-bottom: 18px;
    text-decoration-line: none;
    transition: transform 0.5s ease;
  }

  .main-contents-linkbox>a:hover {
    transform: scale(1.05); /* 1.2배로 확대 */
  }   
  
  .main-contents-linkbox>a>img{
    width: 100%;
    margin: 0 auto;
    border-radius: 16px 16px 0px 0px;
  }
  .linkbox-text-back{
    padding: 15px;
    text-align: center;
    background-color: #1c1c1c;
    color: #fff;
    font-size: 18px;
    border-radius: 0px 0px 16px 16px;
    margin-top: -3px;
  }
  
  .small-btn-back{
    display: flex;
    color: #fff;
    background-color: #1c1c1c;
    border-radius: 16px;
    padding: 16px;
  }
  .small-btn-img{
    height: 70px;
    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: normal;
    line-height: 30px;
    display:table-cell;
    vertical-align:middle;
  }
  
  
  .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);
  }
  


  .divider-box{
    width: 75%;
    height: 1px;
    background-color: gray;
    margin: 0 auto;
    margin-top: 18px;
    margin-bottom: 36px;
  }


  
  
  
  
  