a:link {
    color : #fff;
    text-decoration: none;
  }
  a:visited {
    color : #fff;
    text-decoration: none;
  }
  a:hover {
    color : #fff;
    text-decoration: none;
  }
  a:active {
    color : #fff;
    text-decoration: none;
  }
  @font-face {
    font-family: 'paybooc-Bold';
    src: url('https://cdn.jsdelivr.net/gh/projectnoonnu/noonfonts_20-07@1.0/paybooc-Bold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
  }

body {
    font-family: 'paybooc-Bold';
    font-weight:300;
    margin: 0;
    padding: 0;
    background-color: #FBF2F0;
    text-align: center;
    height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  
  .menu{
    width: 100%;
    height: 100%;
    max-width: 1024px; 
    display: flex;
    border: 1px solid #ddd;
    border-top: 0;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    flex-direction: column;  
  }

  .ai{
    background-color: #fff;
    color: #000;
    border-radius: 15px;
    width: 90%;
    height: 30%;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    margin-top: 25px;
    position: relative;
    align-self: center;
    max-height: 170px;
  }

  .menuTitle{
    position: relative;
    font-size: 14px;
    top: 12px;
    left: 12px;
    align-self: left;
    width: 200px;
    height: 30px;
    text-align: left;
    margin-left: 10px;
  }

  .iconGroup{
    justify-content:space-between;
    width: 250px;
    left: 50%;
    top: 0;
    transform: translate(-50%, 50%);
    text-align: center;
    align-items: center;
    display: flex;
    position: absolute;
  }

  .rnChat{
    width:100px;
    height: 100px;
    display: flex;
    justify-content: center;
  }

  .iconRn{
    position: relative;
    background-color: #FF5656;
    width: 100px;
    height: 100px; 
    align-self:center;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    box-shadow: 0 0 10px #FF5656;
  }

  .snChat{
    width:100px;
    height: 100px;
    display: flex;
    justify-content: center;
  }

  .iconSn{
    position: relative;
    background-color: #cab4ff;
    width: 100px;
    height: 100px; 
    align-self:center;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    box-shadow: 0 0 10px #cab4ff;
  }

  .bi-chat-dots-fill{
    font-size: 40px;
  }

  .iconTitle{
    font-size: 12px;
    margin-top: 4px;
  }

  .blogLink{
    position: relative;
    align-self: center;
    width: 90%;
    height: 30%;
    max-height: 170px;
    margin-top: 40px;
    background-color: #fff;
    color: #000;
    border-radius: 15px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    display: flex;
    justify-content: center;
    align-items: center;
  }


  .blogLinkImg{
    height: 60px;
    
  }

  .blogLinkTitle{
    color: #000;
    height: 60px;
    font-size: 18px;
    align-items:end;
    display: flex;
    transform: translate(-13px,-5px);
  }

  .kakao-ad{
    width: 90%;
    display: flex;
    justify-content: center;
    align-items: center;
    align-self: center;
    margin-top: 40px;
    min-width: 320px;
    min-height: 100px;
    border-radius: 15px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  }
