
html {background:transparent}
body {overflow-x:hidden; background:transparent; word-break: keep-all; }

@media (max-width:1300px) {
	body {overflow-x:scroll}
}

:root {
    --white: #fff;
    --light-grey: #ececec;
    --grey: #a2a2a2;
    --black: #1a1a1a;
    --pad: 0.7vw;
    --pad2: 1.1vw;
    --fast: 500ms;
    --ease: cubic-bezier(0.77,0,0.18,1);
}


html,body{
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-weight: inherit;
    font-style: inherit;
    vertical-align: baseline;
    box-sizing: border-box;
    font-family: 'Pretendard', 'Montserrat', 'HelveticaNeue', 'Noto Sans KR', Arial, sans-serif !important;
    font-size: 16px;
    height: 100%;
}

html{
    font-size: 16px;
}
img{
    max-width: 100%;
}
h1,h2,h3,p{
    margin: 0;
    padding: 0;
    word-break: keep-all;

}

a { text-decoration: none; color: black; }
a:visited { text-decoration: none; }
a:hover { text-decoration: none; }
a:focus { text-decoration: none; }
a:hover, a:active { text-decoration: none; }

ul, ol, dl {
    list-style: none outside none;
    padding: 0;
    margin: 0; 
    list-style-position: outside;
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-family: "Pretendard";
  }
  
  li {
    list-style-type: none;
  }
  
  body::-webkit-scrollbar {
    display: none;
  }

  .for_pc,.hide_m{display: block;}
  .for_m,.hide_pc{display: none;}

  /* nav {
    height: 100vh;
    width: 100vw;
  } */
  
  .ideal-logo {
      justify-content: center;
      display: flex;
      background-color: transparent;
      position: fixed;
      top: 22px;
      left: 0;
      right: 0;
      z-index: 10;
      color: #fff;
      align-items: center;
      height: 30px;
      align-items: flex-start;
      overflow: hidden; 
      mix-blend-mode: difference !important;
  
    }
    
    .ideal-logo img {
      padding-bottom: 42px;
      width: 80px;
      color: #fff;
      filter: invert(1);
      cursor: pointer;
    }
  
    .ideal-logo .bootButton_txt {
      /* background-color: #fff; */
      color: #000000;
  
      padding-bottom: 32px;
      width: 80px;
      filter: invert(1);
      cursor: pointer; 
      font-family: "Pretendard";
      font-weight: bold;
      font-size: 26px;
    }
    
    
    .ideal-logo:hover .effect {
      transform: translatey(-60px);
      transition: 0.2s ease-in-out;
    }
    
    .ideal-logo:hover .origin {
      transform: translatey(-60px);
      transition: 0.2s ease-in-out;
    }
    
     
    .noHover {
      transform: none !important;
    }
    
    .backButton {
      padding: 5px;
      position: fixed;
      width: 120px;
      height: 36px;
      top: 12%;
      right: 1.4%;
      transform: rotate(90deg);
      overflow: hidden;
      cursor: pointer;
      mix-blend-mode: difference;
      color: #fff;
      z-index: 100;
    }

    @media (max-width: 800px) {
      .for_pc{display: none;}
      .for_m{display: block;}

      .backButton {
        top: 8% !important;
        right: -6% !important;
      }
    }
    
    .effect {
      transform: translatey(0);
      transition: 0.2s ease-in-out;
      cursor: pointer;
    }
    
    .origin {
      transform: translatey(0);
      transition: 0.2s ease-in-out;
      cursor: pointer;
    }
    
    .backButton:hover .effect {
      transform: translatey(-48px);
      transition: 0.2s ease-in-out;
    }
    
    .backButton:hover .origin {
      transform: translatey(-48px);
      transition: 0.2s ease-in-out;
    }
    
    /* .backButton button {
      border: none;
      background-color: transparent;
      font-family: "Pretendard";
      font-weight: bold;
      font-size: 26px;
    }
    @media (max-width: 800px) {
      .backButton button {
        font-size: 20px;
      }
    } */
    
    .homepage_header {
      justify-content: space-between !important;
      padding-top: 5%;
    }
    
    .homepage_header button {
      border: none;
      background-color: white;
      font-family: "Pretendard";
      font-weight: bold;
      font-size: 26px;
      color: #000000;
      transform: rotate(90deg);
      overflow: hidden;
      cursor: pointer;
      transition: all 0.5s ease;
    }
    
    .top_effect {
      float: right;
    }
    
    .homepage_header .top_effect:hover {
      transform: translatey(-48px);
      transition: 0.2s ease-in-out;
    }
    
    .homepage_header .top_origin:hover {
      transform: translatey(-48px);
      transition: 0.2s ease-in-out;
    }
    
    .aboutButton {
      padding: 5px;
      position: fixed;
      width: 120px;
      height: 36px;
      top: 12%;
      right: 1.4%;
      transform: rotate(90deg);
      overflow: hidden;
      cursor: pointer;
      z-index: 10;
      mix-blend-mode: difference;
    }
    @media (max-width: 800px) {
      .aboutButton { 
        top: 10% !important;
        right: -20px !important;
        width: 132px;
        height: 30px;
        line-height: 34px;
      }
    }
    
    .about_effect {
      transform: translatey(0);
      transition: 0.2s ease-in-out;
      cursor: pointer;
      background-color: transparent;
      color: #fff;
      -webkit-tap-highlight-color: transparent;
    }
    
    .about_origin {
      transform: translatey(0);
      transition: 0.2s ease-in-out;
      cursor: pointer;
      background-color: transparent;
      color: #fff;
      -webkit-tap-highlight-color: transparent;
    }
    
    .aboutButton:hover .about_effect {
      transform: translatey(-42px);
      transition: 0.2s ease-in-out;
    }
    
    .aboutButton:hover .about_origin {
      transform: translatey(-42px);
      transition: 0.2s ease-in-out;
    }
    
    .aboutButton button {
      border: none;
      font-family: "Pretendard";
      font-weight: bold;
      font-size: 26px;
    }
    @media (max-width: 800px) {
      .aboutButton button {
        font-size: 20px;
      }
    }
    
    .brandButton {
      padding: 10px;
      position: fixed;
      width: 154px;
      height: 38px;
      top: 12%;
      left: 15px;
      transform: rotate(90deg);
      overflow: hidden;
      cursor: pointer;
      z-index: 10;
      mix-blend-mode: difference;
    }
    @media (max-width: 800px) {
      .brandButton {
        top: 10% !important;
        left: -20px !important;
        line-height: 40px;
      }
    }
    
    .brand_effect {
      transform: translatey(0);
      transition: 0.2s ease-in-out;
      cursor: pointer;
      background-color: transparent;
      color: #fff;
      -webkit-tap-highlight-color: transparent;
    }
    
    .brand_origin {
      transform: translatey(0);
      transition: 0.2s ease-in-out;
      cursor: pointer;
      background-color: transparent;
      color: #fff;
      -webkit-tap-highlight-color: transparent;
    }
    
    .brandButton:hover .brand_effect {
      transform: translatey(-42px);
      transition: 0.2s ease-in-out;
    }
    
    .brandButton:hover .brand_origin {
      transform: translatey(-42px);
      transition: 0.2s ease-in-out;
    }
    
    .brandButton button {
      border: none;
      font-family: "Pretendard";
      font-weight: bold;
      font-size: 26px;
    }
    @media (max-width: 800px) {
      .brandButton button {
        font-size: 20px;
      }
    }
    
    .calendarButton {
      padding: 5px;
      position: fixed;
      width: 255px;
      height: 38px;
      bottom: 18%;
      right: -3.8%;
      transform: rotate(90deg);
      overflow: hidden;
      cursor: pointer;
      z-index: 10;
      mix-blend-mode: difference;
    }
    @media (max-width: 800px) {
      .calendarButton {
        bottom: 8% !important;
        /* right: -17% !important; */
        right: -80px;
        height: 32px;
        line-height: 38px;
      }
    }
    
    .calendar_effect {
      transform: translatey(0);
      transition: 0.2s ease-in-out;
      cursor: pointer;
      background-color: transparent;
      color: #fff;
      -webkit-tap-highlight-color: transparent;
    }
    
    .calendar_origin {
      transform: translatey(0);
      transition: 0.2s ease-in-out;
      cursor: pointer;
      background-color: transparent;
      color: #fff;
      -webkit-tap-highlight-color: transparent;
    }
    
    .calendarButton:hover .calendar_effect {
      transform: translatey(-42px);
      transition: 0.2s ease-in-out;
    }
    
    .calendarButton:hover .calendar_origin {
      transform: translatey(-42px);
      transition: 0.2s ease-in-out;
    }
    
    .calendarButton button {
      border: none;
      font-family: "Pretendard";
      font-weight: bold;
      font-size: 26px;
    }
    @media (max-width: 800px) {
      .calendarButton button {
        font-size: 20px;
      }
    }
    
    .digitalButton {
      padding: 5px;
      position: fixed;
      width: 84px;
      height: 40px;
      left: 47px;
      bottom: 80px;
      transform: rotate(90deg);
      overflow: hidden;
      cursor: pointer;
      z-index: 10;
      mix-blend-mode: difference;
    }
    @media (max-width: 800px) {
      .digitalButton {
        bottom: 5% !important;
        left: 3% !important;
        height: 32px;
        line-height: 34px;
      }
    }
    
    .digital_effect {
      transform: translatey(0);
      transition: 0.2s ease-in-out;
      cursor: pointer;
      background-color: transparent;
      color: #fff;
      -webkit-tap-highlight-color: transparent;
    }
    
    .digital_origin {
      transform: translatey(0);
      transition: 0.2s ease-in-out;
      cursor: pointer;
      background-color: transparent;
      color: #fff;
      -webkit-tap-highlight-color: transparent;
    }
    
    .digitalButton:hover .digital_effect {
      transform: translatey(-36px);
      transition: 0.2s ease-in-out;
    }
    
    .digitalButton:hover .digital_origin {
      transform: translatey(-36px);
      transition: 0.2s ease-in-out;
    }
    
    .digitalButton button {
      border: none;
      font-family: "Pretendard";
      font-weight: bold;
      font-size: 26px;
    }
    @media (max-width: 800px) {
      .digitalButton button {
        font-size: 20px;
      }
    }
    
    @media (max-width: 768px) {
      .homepage_header {
        padding-top: 12%;
      }
    }
    @media (max-width: 545px) {
      .homepage_header {
        padding-top: 15%;
      }
    }
  
    .closeButton, .cursor {
      cursor: pointer;
  }
  
  


@media (max-width: 1280px){
   


}

@media (max-width: 800px){
  
    .hide_pc{
        display: block;
    }
    .hide_m{
        display: none;
    }
    .header_menu{
        display: none;
    }
    
}

@media (max-width: 480px){}