
.logo-change{
  background: url(./../images/);
}

/*
.gnb_menuLayout,
.gnb_menuLogin_Layout{
    display: none;
}*/

.main-section .text-content .btn {
    width: 160px;
    height: 42px;
    margin-top: 1rem;
}

.main-section .mainScrollBtn{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    border-radius: 8px;
    border: 0.1px solid var(--primary-20);
    background-color: #efefef;
    color: var(--primary-60)
}

.main-section .mainScrollBtn:hover{
    background-color: var(--primary-10);
    color: var(--primary-60);
}

.main-section .mainScrollBtn .img{
    width: 20px;
    height: 20px;
    background: url(/assets/web/images/blue_arrow-101c69da8a71d686cda32f949ce5cdb3.png) center center no-repeat;
    background-size: contain;
    margin-left: 6px;
}

/*header*/
.gnb_login{
    display: block!important;
}

.gnb_login .btn-layout{
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.gnb_login .btn-layout .txt{
    font-size: 20px;
    font-weight: normal;
    color: #4b4b4b;
    padding: 0.6rem 1rem;
    cursor: pointer;
}

.gnb_login .btn-layout > .txt:not(:last-child){
    margin-right:12px;
}

.gnb_login .btn-layout .txt.on{
    display: block;
    border-radius: 24px;
    background-color: #2863C2;
    color: #ffffff;
}


/*START : landing*/

  .landing{
    font-family: 'Noto Sans KR', sans-serif!important;
    width: 100%;
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    background: url('/assets/web/images/landing_bg-a52775690e91dffd171a0faacb8aaeb0.png') no-repeat center center fixed;
    background-size: 100% 100%;
    animation: bgFadeInZoom 2s ease-out forwards;
    overflow: hidden;
  }
  
  
  .landing .btn-layout a > .button:first-child{
    margin-right: 12px;
  }

  .landing .btn-layout .button:hover{
    background-color: #256AE9;    
  }


  .landing .header {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 0 10px;
    gap: 40px;
    margin-top: 5%;
  }

  .landing .header img {
    width: 280px;
    height: auto;
    object-fit: contain;
 }

 .landing .header > img:first-child{
  margin-right: 4%;
 }

 .landing .container {
    display: flex;
    flex-wrap: wrap;
    padding: 60px 5%;
    justify-content: space-evenly;
    align-items: center;
    margin-top: 1%;
  }

  .landing .left-section {
    max-width: 600px;
  }

  .landing .label {
    font-family: inherit;
    font-size: 24px;
    letter-spacing: 1px;
    color: #9ca3af;
    margin-bottom: 10px;
  }

  .landing .title {
    font-family: inherit;
    font-size: 72px;
    font-weight: bold;
    line-height: 1.2;
    color: #ffffff;
    margin: 0 0 20px;
    margin-left: -4px;
  }

  .landing .desc {
    font-family: inherit;
    font-size: 20px;
    line-height: 1.6;
    color: #d1d5db;
  }

  .landing .button {
    font-size: 20px;
    margin-top: 24px;
    padding: 12px 24px;
    background: #4b5563;
    color: white;
    border: 1px solid #efefef;
    border-radius: 6px;
    cursor: pointer;
    transition: background 0.3s;
  }

  .landing .button:hover {
    background: #6b7280;
  }

  .landing .right-section {
    position: relative;
    width: 283px;
    height: 420px;
  }

  .landing .paper {
    position: absolute;
    width: 100%;
    height: auto;
    top: 0;
    left: 0;
    opacity: 0;
    transition: transform 1.2s ease, opacity 1.2s ease;
  }

  .landing .pos1 {
    transform: translate(0px, 0px) rotate(0deg);
    z-index: 3;
    opacity: 1;
  }

  .landing .pos2 {
    transform: translate(20px, 20px) rotate(4deg);
    z-index: 2;
    opacity: 1;
  }

  .landing .pos3 {
    transform: translate(40px, 40px) rotate(8deg);
    z-index: 1;
    opacity: 1;
  }

  @media (max-width: 768px) {
    .landing .container {
      flex-direction: column;
      text-align: center;
    }
    .landing .right-section {
      margin-top: 40px;
    }
  }
  
/*END : landing*/


.demoshow{
	display: block!important;
}

.demohide{
	display: none!important;
}


.logo-hygino{
  width: 280px;
  height: 72px;
  margin: initial;
}

.logo-kpc{
  background: url(/assets/web/images/logo/logo_kpc-ffc2a6766b87d8f584929c0aecd2f1b4.png) center center no-repeat;
    background-size: cover;
    width: 345px;
    height: 72px;
    margin-left: 3rem;
}

.logo-idea{
  background: url(/assets/web/images/logo/idea02-846b459564f0521e00fd420fe08adf8b.png) center center no-repeat;
    background-size: cover;
    width: 240px;
    height: 72px;
    margin-left: 3rem;
}

.logo-enstar{
  background: url(./../images/logo/TUVNORD.png) center center no-repeat;
    background-size: cover;
    width: 98px;
    height: 38px;
}


.logo-tuvnord{
  display: block;
  background: url(/assets/web/images/logo/TUVNORD02-9d544ae1dde57c9c0ef7baaef396cabe.png) center center no-repeat;
    background-size: cover;
    width: 166px;
    height: 45px;
}

.logo-enstar{
  display: block;
  background: url(/assets/web/images/logo/enstar-0852b95f6cddea2eee4948f0ba73dc10.png) center center no-repeat;
  background-size: cover;
  width: 118px;
  height: 45px;
}

.naviBar-contents{
  max-width: 1280px;
  flex-direction: initial;
}

.naviBar-contents .btn-wrap{
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.naviBar-contents .btn-wrap > button{
  margin-left: 0.2rem;
  background-color: var(--primary-50);
}

.temp-navi-btn .naviBar-contents{
  position: relative!important;
}

.sideSection-layout {
    width: 200px;
    min-width: 200px;
}

.action-button-container {
    width: 200px;
    height: 54px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

/*이전/다음 버튼 css*/
.basic-button-layout-sm {
    width: 104px;
    height: 29px;
    background: #246beb;
    color: var(--secondary-0);
    font-size: 15px;
}
