@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@font-face {
	font-family: 'Pretendard Variable';
	font-weight: 45 920;
	font-style: normal;
	font-display: swap;
	src: local('Pretendard Variable'), url('./woff2/PretendardVariable.woff2') format('woff2-variations');
}
@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');

@font-face {
    font-family: 'Manrope';
    src:url('../font/Manrope-ExtraBold.woff2') format('woff2');
    font-weight: 900;
} 

@font-face {
    font-family: 'Manrope';
    src:url('../font/Manrope-Bold.woff2') format('woff2');
    font-weight: 800;
} 

@font-face {
    font-family: 'Manrope';
    src:url('../font/Manrope-SemiBold.woff2') format('woff2');
    font-weight: 700;
} 

@font-face {
    font-family: 'Manrope';
    src:url('../font/Manrope-Medium.woff2') format('woff2');
    font-weight: 500;
} 

@font-face {
    font-family: 'Manrope';
    src:url('../font/Manrope-Regular.woff2') format('woff2');
    font-weight: 400;
} 

@font-face {
    font-family: 'Manrope';
    src:url('../font/Manrope-Light.woff2') format('woff2');
    font-weight: 300;
} 

@font-face {
    font-family: 'Manrope';
    src:url('../font/Manrope-ExtraLight.woff2') format('woff2');
    font-weight: 200;
} 






::selection {
    background: #fac00060;
    color: #000;
 }

 * {
     margin: 0;
     padding: 0;
     transition-duration: 0.3s;
 }

 body{
     overflow-x: hidden;
     overflow-y: auto;
     width: 100%;
     height: 100%;
     margin: 0 auto;
     background-image: url(../img/bg.png);
     background-attachment: fixed;
     -webkit-background-size: cover;
         background-size: cover;
         background-position: center;
         background-position-x: center;
         background-position-y: center;         
 }

 
 li{
    list-style: none;
}

a{
    text-decoration: none;
}

 html {
    scroll-behavior: smooth;
    -webkit-overflow-scrolling:touch;
    font-size: 62.5%;
    width: 100%;
    height: 100%;
  }



 /*scrollbar*/
 body::-webkit-scrollbar{width: 10px;}
 body::-webkit-scrollbar-track{background: #fff;}
 body::-webkit-scrollbar-thumb{background:#000;} 
 body::-webkit-scrollbar-thumb:hover{background: #000;}
 body::-webkit-scrollbar-button{display: none;}

 /*img no drag*/
 img {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
    -webkit-user-drag: none;
    -khtml-user-drag: none;
    -moz-user-drag: none;
    -o-user-drag: none;
  }

 


/*header*/

.bar{
	position: fixed;
	top: 60px; left: 0px;
	width: 0%; height: 5px;
	background: rgb(255, 166, 0);
	z-index: 99;
    border-radius: 20px 20px  20px 20px;
}

.nav {
    height: 60px;
    width: 100%;  
    position: fixed;
    top: 0;
    left: 0;
    right: 0;  
    z-index: 9999;
    background-color: #fff;
    transition: all 0.2s ease-in-out;
}

.nav .navbox{
    max-width: 1280px;
    margin: 0 auto;
    position: relative;
}


.nav .topmenu .logo img{
    cursor: pointer;
    position: absolute;
    margin-top: 3.5px;
    left: 0;
    margin-left: 20px;
    width: 60px;
    height: 54px;
}

@media(max-width:425px){
    .nav .topmenu .logo img{
        width: 60px;
        height: 50px;
    }
}

.nav .topmenu ul{
    float: right;
    margin-right: 20px;
}

.nav .topmenu ul li{
    line-height: 60px;
    text-decoration: none;
    float: left;
    margin-right: 50px;
}

.nav .topmenu ul li:nth-child(5){
    margin-right: 0px;
}


.nav .topmenu ul li a{
    color: #000;
    
    font-family: 'Manrope', sans-serif;
    font-weight: 600;
    text-decoration: none;
    font-size: 1.6rem;
    position: relative;

}

.nav .topmenu ul li a:hover{
    color: rgb(255, 166, 0);
}

.nav .topmenu ul li a::after{
    content: "";
    position: absolute;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 4px;
    background-color: rgb(255, 166, 0);
    transition: all .3s ease-out;
}

.nav .topmenu ul li a:hover::after{
    width: 100%;
}

/*bugermenu*/
.wrap{
  height: 60px;
  float: right;
  padding: 0 20px;
}

.mBtn a {
  display: none;
  text-indent: -9999px;
  width: 25px;
  height: 25px;
  background: url(../img/menu.svg) no-repeat;
  margin-top: 17px;
}

.mNav {
  z-index: 2;
  position: fixed;
  background-color: rgb(253, 253, 253);
  top: 0;
  right: -100%;
  width: 45%;
  height: 100%;
  transition: all 0.3s ease;
} 

@media (max-width:510px){
    
}

.mNav.on {
  right: 0;
  background-image: url(../img/bg.png);
  background-size: cover;
  background-repeat: no-repeat;
}

.bg-shadow {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: rgba(0, 0, 0, 0.7);
  display: none;
  cursor: pointer;
}

.sub {
  position: relative;
  padding-top: 80px;
}

.closeBtn {
  position: absolute;
  top: 0;
  right: 0;
 }

 .closeBtn a {
   display: block;
   text-indent: -9999px;
   width: 20px;
   height: 20px;
   background: url(../img/cancel.svg) no-repeat;
   margin-top: 20px;
   margin-right: 20px;
  }


.sub li a {
    display: block;
    color: #000;
    padding: 25px 20px;
    font-family: 'Manrope', sans-serif;
    font-size: 2.0rem;
    font-weight: 600;
    text-align: center;
  }

  .sub li a:hover{
    color: rgb(255, 166, 0);
  } 
  

.mNav {
  z-index: 2;
  position: fixed;
  top: 0;
  right: -100%;
  width: 80%;
  height: 100%;
}

.bg-shadow {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: rgba(0, 0, 0, 0.7);
  display: none;
  cursor: pointer;
}

@media (max-width:320px){
  .nav .wrap{
    display: block;
  }
}

@media(max-width:820px){
    .nav .topmenu ul{
        display: none;
    }

    .mBtn a{
      display: block;
    }

}

/*main*/
#main {
 background-color: #fff;
 width: 100%;
 height: 100vh;
}

@supports (-webkit-touch-callout: none) {
    #main {
     height: -webkit-fill-available;
    }
}



#main .mainimg {
    background-image: url(../img/main06.jpg);
    background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
    background-position: center;
    background-position-x: center;
    background-position-y: center;
    width: 65%;
    height: 100vh;
    float: right;
    border-radius: 30px;
}

@supports (-webkit-touch-callout: none) {
    #main .mainimg{
     height: -webkit-fill-available;
    }
}

#main .mainbox{
    max-width: 1280px;
    height: 100vh;
    position: relative;
    margin: 0 auto;
}


@supports (-webkit-touch-callout: none) {
    #main .mainbox{
     height: -webkit-fill-available;
    }
}

  #main .mainbox .animated-title {
    font-family: 'Manrope', sans-serif;
    height: 100vh;
    position: relative;
    left: 0;    
    margin-left: 20px;
    width: 80%;

  }

/* iOS only */
@supports (-webkit-touch-callout: none) {
    #main .mainbox .animated-title{
     height: -webkit-fill-available;
    }
}

  #main .mainbox .animated-title > div {
    height: 50%;
    overflow: hidden;
    position: absolute;
    width: 80%;
  }
  #main .mainbox .animated-title > div div {
    font-size: 12vmin;
    padding: 2vmin 0;
    position: absolute;
  }
  #main .mainbox .animated-title > div div span {
    display: block;
    color: #000;
    font-weight: 900;
    font-size: 10rem;
    font-family: 'Manrope', sans-serif;
    line-height: 100px;
  }
  
  #main .mainbox .animated-title > div.text-top div {
    animation: showTopText 1s;
    animation-delay: 0.5s;
    animation-fill-mode: forwards;
    bottom: 0;
    transform: translate(0, 100%);
  }
  #main .mainbox .animated-title > div.text-bottom {
    bottom: 0;
    width: 100%;
  }
  #main .mainbox .animated-title > div.text-bottom div {
    animation: showBottomText 0.5s;
    animation-delay: 1.75s;
    animation-fill-mode: forwards;
    top: 0;
    transform: translate(0, -100%);
    font-weight: 300;
    font-size: 2.0rem;
    font-family: 'Pretendard';
    line-height: 25px;
  }

  @keyframes showTopText {
    0% { transform: translate3d(0, 100%, 0); }
    40%, 60% { transform: translate3d(0, 50%, 0); }
    100% { transform: translate3d(0, 0, 0); }
  }
  @keyframes showBottomText {
    0% { transform: translate3d(0, -100%, 0); }
    100% { transform: translate3d(0, 0, 0); }
  }

  @media(max-width:1270px){
    #main .mainbox .animated-title > div div span{
        font-size: 6.0rem;
        transition-duration: 0.2s;
        line-height: 60px;
    }


    #main .mainbox .animated-title {
        height: 70vh;
        transition-duration: 0.2s;
      }
   
}


@media(max-width:871px){
    #main .mainbox .animated-title > div div span{
        font-size: 5.0rem;
        transition-duration: 0.2s;
        line-height: 50px;
    }
}

@media(max-width:635px){
    #main .mainbox .animated-title > div div span{
        font-size: 4.0rem;
        transition-duration: 0.2s;
        line-height: 40px;
    }
}

    @media(max-width:510px){
        #main .mainbox .animated-title > div div span{
            font-size: 3rem;
            transition-duration: 0.2s;
            color: #fff;
            line-height: 30px;
        }

        #main .mainbox .animated-title > div.text-bottom div{
            font-size: 1.8rem;
            transition-duration: 0.2s;
            line-height: 25px;
            color: #fff;
            
        }

        #main .mainimg{
            width: 100%; 
            transition-duration: 0.2s;  
            filter: brightness(70%);         
    }
}



/*mousescroll*/
#main #wrapper {
    position: absolute;
    width: 80px;
    bottom: 10%;
    margin-left: 20px;
}

#wrapper-inner {
    float: left;
    width: 20px;
    height: 100%;
}

#scroll-down {
    display: block;
    position: relative;
    padding-top: 79px;
    text-align: center;
}

.arrow-down {
    display: block;
    margin: 0 auto;
    width: 10px;
    height: 38px;
}

.arrow-down:after {
    content: '';
    display: block;
    margin: 0;
    padding: 0;
    width: 8px;
    height: 8px;
    border-top: 2px solid #000;
    border-right: 2px solid #000;
    behavior: url(-ms-transform.htc);
    -moz-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
}

#scroll-title a{
    display: block;
    text-align: left;
    color: #000;
    font-family: 'Manrope', sans-serif;
    font-size: 1.4rem;
    font-weight: 800;
}

#scroll-down::before {
    -webkit-animation: elasticus 1.2s cubic-bezier(1, 0, 0, 1) infinite;
    /* Safari 4+ */
    -moz-animation: elasticus 1.2s cubic-bezier(1, 0, 0, 1) infinite;
    /* Fx 5+ */
    -o-animation: elasticus 1.2s cubic-bezier(1, 0, 0, 1) infinite;
    /* Opera 12+ */
    animation: elasticus 1.2s cubic-bezier(1, 0, 0, 1) infinite;
    /* IE 10+, Fx 29+ */
    position: absolute;
    top: 29px;
    left: 50%;
    margin-left: -1px;
    width: 2px;
    height: 60px;
    background: #000;
    content: ' ';
}


@media (max-width:720px){
    #scroll-title{
        font-size: 1.0rem;
    }
}

@media (max-width:510px){
    .arrow-down:after {
        content: '';
        display: block;
        margin: 0;
        padding: 0;
        width: 8px;
        height: 8px;
        border-top: 2px solid #fff;
        border-right: 2px solid #fff;
        behavior: url(-ms-transform.htc);
        -moz-transform: rotate(135deg);
        -webkit-transform: rotate(135deg);
        -o-transform: rotate(135deg);
        -ms-transform: rotate(135deg);
        transform: rotate(135deg);
    }
    
    #scroll-title a{
        display: block;
        text-align: left;
        color: #fff;
        font-family: 'Manrope', sans-serif;
        font-size: 1.4rem;
        font-weight: bold;
        letter-spacing: .1em;
    }

    #scroll-down::before {
        -webkit-animation: elasticus 1.2s cubic-bezier(1, 0, 0, 1) infinite;
        /* Safari 4+ */
        -moz-animation: elasticus 1.2s cubic-bezier(1, 0, 0, 1) infinite;
        /* Fx 5+ */
        -o-animation: elasticus 1.2s cubic-bezier(1, 0, 0, 1) infinite;
        /* Opera 12+ */
        animation: elasticus 1.2s cubic-bezier(1, 0, 0, 1) infinite;
        /* IE 10+, Fx 29+ */
        position: absolute;
        top: 29px;
        left: 50%;
        margin-left: -1px;
        width: 2px;
        height: 60px;
        background: #fff;
        content: ' ';
    }
}

@-webkit-keyframes elasticus {
    0% {
        -webkit-transform-origin: 0% 0%;
        -ms-transform-origin: 0% 0%;
        -moz-transform-origin: 0% 0%;
        -o-transform-origin: 0% 0%;
        transform-origin: 0% 0%;
        -webkit-transform: scale(1, 0);
        -ms-transform: scale(1, 0);
        -moz-transform: scale(1, 0);
        -o-transform: scale(1, 0);
        transform: scale(1, 0);
    }
    50% {
        -webkit-transform-origin: 0% 0%;
        -ms-transform-origin: 0% 0%;
        -moz-transform-origin: 0% 0%;
        -o-transform-origin: 0% 0%;
        transform-origin: 0% 0%;
        -webkit-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -o-transform: scale(1, 1);
        transform: scale(1, 1);
    }
    50.1% {
        -webkit-transform-origin: 0% 100%;
        -ms-transform-origin: 0% 100%;
        -moz-transform-origin: 0% 100%;
        -o-transform-origin: 0% 100%;
        transform-origin: 0% 100%;
        -webkit-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -o-transform: scale(1, 1);
        transform: scale(1, 1);
    }
    100% {
        -webkit-transform-origin: 0% 100%;
        -ms-transform-origin: 0% 100%;
        -moz-transform-origin: 0% 100%;
        -o-transform-origin: 0% 100%;
        transform-origin: 0% 100%;
        -webkit-transform: scale(1, 0);
        -ms-transform: scale(1, 0);
        -moz-transform: scale(1, 0);
        -o-transform: scale(1, 0);
        transform: scale(1, 0);
    }
}

@-moz-keyframes elasticus {
    0% {
        -webkit-transform-origin: 0% 0%;
        -ms-transform-origin: 0% 0%;
        -moz-transform-origin: 0% 0%;
        -o-transform-origin: 0% 0%;
        transform-origin: 0% 0%;
        -webkit-transform: scale(1, 0);
        -ms-transform: scale(1, 0);
        -moz-transform: scale(1, 0);
        -o-transform: scale(1, 0);
        transform: scale(1, 0);
    }
    50% {
        -webkit-transform-origin: 0% 0%;
        -ms-transform-origin: 0% 0%;
        -moz-transform-origin: 0% 0%;
        -o-transform-origin: 0% 0%;
        transform-origin: 0% 0%;
        -webkit-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -o-transform: scale(1, 1);
        transform: scale(1, 1);
    }
    50.1% {
        -webkit-transform-origin: 0% 100%;
        -ms-transform-origin: 0% 100%;
        -moz-transform-origin: 0% 100%;
        -o-transform-origin: 0% 100%;
        transform-origin: 0% 100%;
        -webkit-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -o-transform: scale(1, 1);
        transform: scale(1, 1);
    }
    100% {
        -webkit-transform-origin: 0% 100%;
        -ms-transform-origin: 0% 100%;
        -moz-transform-origin: 0% 100%;
        -o-transform-origin: 0% 100%;
        transform-origin: 0% 100%;
        -webkit-transform: scale(1, 0);
        -ms-transform: scale(1, 0);
        -moz-transform: scale(1, 0);
        -o-transform: scale(1, 0);
        transform: scale(1, 0);
    }
}

@-o-keyframes elasticus {
    0% {
        -webkit-transform-origin: 0% 0%;
        -ms-transform-origin: 0% 0%;
        -moz-transform-origin: 0% 0%;
        -o-transform-origin: 0% 0%;
        transform-origin: 0% 0%;
        -webkit-transform: scale(1, 0);
        -ms-transform: scale(1, 0);
        -moz-transform: scale(1, 0);
        -o-transform: scale(1, 0);
        transform: scale(1, 0);
    }
    50% {
        -webkit-transform-origin: 0% 0%;
        -ms-transform-origin: 0% 0%;
        -moz-transform-origin: 0% 0%;
        -o-transform-origin: 0% 0%;
        transform-origin: 0% 0%;
        -webkit-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -o-transform: scale(1, 1);
        transform: scale(1, 1);
    }
    50.1% {
        -webkit-transform-origin: 0% 100%;
        -ms-transform-origin: 0% 100%;
        -moz-transform-origin: 0% 100%;
        -o-transform-origin: 0% 100%;
        transform-origin: 0% 100%;
        -webkit-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -o-transform: scale(1, 1);
        transform: scale(1, 1);
    }
    100% {
        -webkit-transform-origin: 0% 100%;
        -ms-transform-origin: 0% 100%;
        -moz-transform-origin: 0% 100%;
        -o-transform-origin: 0% 100%;
        transform-origin: 0% 100%;
        -webkit-transform: scale(1, 0);
        -ms-transform: scale(1, 0);
        -moz-transform: scale(1, 0);
        -o-transform: scale(1, 0);
        transform: scale(1, 0);
    }
}

@keyframes elasticus {
    0% {
        -webkit-transform-origin: 0% 0%;
        -ms-transform-origin: 0% 0%;
        -moz-transform-origin: 0% 0%;
        -o-transform-origin: 0% 0%;
        transform-origin: 0% 0%;
        -webkit-transform: scale(1, 0);
        -ms-transform: scale(1, 0);
        -moz-transform: scale(1, 0);
        -o-transform: scale(1, 0);
        transform: scale(1, 0);
    }
    50% {
        -webkit-transform-origin: 0% 0%;
        -ms-transform-origin: 0% 0%;
        -moz-transform-origin: 0% 0%;
        -o-transform-origin: 0% 0%;
        transform-origin: 0% 0%;
        -webkit-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -o-transform: scale(1, 1);
        transform: scale(1, 1);
    }
    50.1% {
        -webkit-transform-origin: 0% 100%;
        -ms-transform-origin: 0% 100%;
        -moz-transform-origin: 0% 100%;
        -o-transform-origin: 0% 100%;
        transform-origin: 0% 100%;
        -webkit-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -o-transform: scale(1, 1);
        transform: scale(1, 1);
    }
    100% {
        -webkit-transform-origin: 0% 100%;
        -ms-transform-origin: 0% 100%;
        -moz-transform-origin: 0% 100%;
        -o-transform-origin: 0% 100%;
        transform-origin: 0% 100%;
        -webkit-transform: scale(1, 0);
        -ms-transform: scale(1, 0);
        -moz-transform: scale(1, 0);
        -o-transform: scale(1, 0);
        transform: scale(1, 0);
    }
}

  

/*business*/

/*
#business{
    background-color: #f4f6f8;
}
*/

#business .bsbox{
    max-width: 1280px;
    height: auto;
    margin: 0 auto;
    padding-top: 170px;
}

#business .bsbox .businesstop{
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-bottom: 70px;
    margin-right: 20px;
    margin-left: 20px;
    width: 300px;
    position: relative;
    margin: 0 auto;
}

#business .bsbox .businesstop h6{
    font-family: 'Manrope', sans-serif;
    font-size: 1.8rem;
    color: #fe8b40;
    font-weight: 500;
    letter-spacing: 5px;
    text-align: center;
    margin-bottom: 20px;
}

#business .bsbox .businesstop .maintext{
    font-family: 'Manrope', sans-serif;
    font-size: 5.0rem;
    font-weight: 900;
    text-align: center;
    position: relative;
}

#business .bsbox .businesstop .maintext::after{
    content: "";
    width: 40px;
    height: 40px;
    background-color: #fabe00;
    position: absolute;
    border-radius: 20px;
    z-index: -1;
    top: 0;
    left: -13px;
}

#business .bsbox .businesstop .mainone{
    font-family: 'Manrope', sans-serif;
    font-size: 5.0rem;
    font-weight: 700;
}

#business .bsbox .businesstop h5{
    font-size: 2.0rem;
    font-weight: 300;
    line-height: 28px;
    margin-top: 20px;
    font-family: 'Pretendard';
    text-align: center;
}

.businessbt {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    margin-right: 20px;
   
}
.businessbt li{
    display: flex;
    flex-grow:1;
    height: 400px;
    border-radius: 20px;
    margin-left: 20px;
    background-color: #fff;
    overflow: hidden;
    position: relative;
    transition-duration: 0.4s;
    width: 21.14%;
    text-align: center;
    justify-content: center;
    align-items: center;
}

.businessbt li::before{
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.32), 25%, rgba(0, 0, 0, 0));
}

.businessbt li .sbox .sboxtext{
    z-index: 2;
}

.businessbt li img{
    height: 100%;
    width: 100%;
    object-fit: cover;
    position: absolute;
    top: 0%;
    left: 0;
    transform:scale(1.0);
    transition: all 1.8s ease;
    filter: brightness(50%); 
}

.businessbt li:hover img{
    transform:scale(1.1);
    filter: brightness(100%); 
  }


.businessbt li .sbox{
    display: flex;
    flex-direction: column;
    color: #fff;
}

.businessbt li .sbox .sboxtext p{
    font-size: 15px;
    color: #fabe00;
    font-weight: 600;
}

.businessbt li .sbox .white{
    color: #fff;
}



@media(max-width:980px){
    .businessbt li{
        width: 45%;
    }

    .businessbt li{
        margin-bottom: 20px;
    }
}

.businessbt li:last-child{
    margin-right: 0;
}


.businessbt li .sbox h5{
    font-size: 3.0rem;
    font-weight: 700;
    font-family: 'Pretendard';
    margin-top: 5px;
}


.businessbt li .sbox h6{
    font-size: 1.8rem;
    font-weight: 300;
    font-family: 'Pretendard';
    margin-top: 20px;
    line-height: 22px;
}

@media(max-width:460px){
    #business .bsbox .businesstop .maintext{
        font-size: 4.0rem;
    }
}



@media(max-width:512px){
    .businessbt{
        display: flex;
        justify-content: center;
        margin-left: 20px;
        
    }
    
    .businessbt li{
        width: 100%;
        height: 300px;
        display: flex;
        margin: 0px;
        text-align: center;
        margin-top: 20px;
        justify-content: center;
    }

    .businessbt li img{
        filter: brightness(50%); 
    }
    

    .businessbt li .sbox{
        display: flex;
        flex-direction: row;
        padding-top: 0px;
        align-items: center;
        margin-left: 0;
    }

    .businessbt li .sbox img{
        display: flex;
        flex-direction: column;
        justify-content: center;
        width: 150px;
        height: 120px;
    }

    .businessbt li .sbox .sboxtext{
        display: flex;
        flex-direction: column;
        justify-content: center;
        margin-left: 30px;
        transition-duration: 0.4s;
        margin-left: 0;
        margin-top: 0;
    }

    .businessbt li .sbox h5{
        font-size: 3rem;
    }

    .businessbt li .sbox h6{
        font-size: 1.8rem;
    }

    .businessbt li .sbox  img{
        width: 125px;
        height: 100px;
    }

    .businessbt li:nth-child(odd){
        margin-left: 0px;
    }
}


/*history*/


#history .hbox{
    max-width: 1280px;
    height: auto;
    margin: 0 auto;
    padding-top: 170px;
}

#history .hbox .historytop{
    padding-bottom: 70px;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-right: 20px;
    margin-left: 20px;

}


#history .hbox .historytop h6{
    font-family:'Manrope', sans-serif;
    font-size: 1.8rem;
    color: #fe8b40;
    font-weight: 500;
    letter-spacing: 5px;
    text-align: center;
    margin-bottom: 20px;
}

#history .hbox .historytop .maintext::after{
    content: "";
    width: 40px;
    height: 40px;
    background-color: #fabe00;
    position: absolute;
    z-index: -1;
    top: 0;
    left: -16px;
    border-radius: 20px;
}

#history .hbox .historytop .maintext{
    font-family: 'Manrope', sans-serif;
    font-size: 5.0rem;
    font-weight: 900;
    text-align: center;
    position: relative;
}

#history .hbox .historytop .mainone{
    font-family: 'Manrope', sans-serif;
    font-size: 5.0rem;
    font-weight: 700;
}

#history .hbox .historytop h5{
    font-size: 2.0rem;
    font-weight: 300;
    line-height: 28px;
    margin-top: 20px;
    font-family: 'Pretendard';
    text-align: center;
}


#history .hbox .historybox{
    display: flex;
    flex-wrap: wrap;
    transition-duration: 0.5s;
    margin-left: 20px;
    margin-right: 20px;
}

#history .hbox .historybox .hsbox{
    text-align: center;
    transition-duration: 0.5s;
    flex-direction: column;
    display: flex;
    flex-grow: 1;
    width: 12.8%;
    border-right: 1px solid rgba(77, 77, 77, 0.11);
    height: 250px;
}

#history .hbox .historybox .hsbox:nth-child(6){
    border-right: 0;
}

#history .hbox .historybox .hsbox .hsimg img{
    width: 120px;
    height: 120px;
}


@media(max-width:1025px){
    #history .hbox .historybox .hsbox{
        width: 29.26%;
        flex-direction: column;
        display: flex;
        flex-grow: 1;
        margin-bottom: 30px;
    }

    #history .hbox .historybox .hsbox:nth-child(3){
        border-right: 0;
    }

}

@media(max-width:512px){
    #history .hbox .historybox .hsbox{
        width: 42.96%;
        flex-direction: column;
        display: flex;
        flex-grow: 1;
        margin-bottom: 30px;
    }

    #history .hbox .historybox .hsbox:nth-child(2n){
        border-right: 0;
    }

    #history .hbox .historybox .hsbox:nth-child(3){
        border-right: 1px solid rgba(77, 77, 77, 0.11);
    }

    #history .hbox .historybox .hsbox .hstext .year{
        font-size: 2.3rem;
        transition-duration: 0.3s;
    }


}

@media(max-width:460px){
    #history .hbox .historytop .maintext{
        font-size: 4.0rem;
    }
}

@media(max-width:420px){
    #history .hbox .historybox .hsbox .hsimg img{
        width :140px;
        height: 130px;
    }

    #history .hbox .historytop h5{
        font-size: 2.0rem;
    }
    
}

#history .hbox .historybox .hsbox .hstext .year{
    font-family: 'Manrope', sans-serif;
    font-weight: 800;
    font-size: 2.8rem;

}

#history .hbox .historybox .hsbox .hstext h5{
    font-family: 'Pretendard';
    font-size: 1.7rem;
    font-weight: 300;
    line-height: 23px;
    margin-top: 10px;
}


#history .hbox h1{
    width: 850px;
    height: auto;
    writing-mode: horizontal-tb;
    font-size:10rem;
    font-family: 'Manrope', sans-serif;
    color: #f1f0f0;
    font-weight: 200;
    letter-spacing: 10px;
    position: absolute;
    top: 56%;
    right: 0%;
    left: 60%;

    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}



/*history bt*/

#history .hbox .bt{
    display: flex;
    justify-content: center;
    margin-top: 70px;
}


#history .hbox .bt .cta-1 {
    position: relative;
    width: 130px;
    height: 55px;
    font-size: 1.4rem;
    border: 1px solid #000;
    background-color: #000;
    border-radius: 80px;
    overflow: hidden;
    cursor: pointer;
}

#history .hbox .bt .cta-1:active, .cta-1:focus{
    outline: none;
}

#history .hbox .bt .cta-1 span{
    position: relative;
    color: #fff;
    transition: all 0.6s ease;
    font-family: 'Manrope', sans-serif;
    font-weight: 600;
    letter-spacing: 1px;
}

#history .hbox .bt .cta-1::before {
    content: '';
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background: #fff;
    transform: scaleX(0);
    transform-origin: 100%;
    transition: transform 0.6s ease;
}



@media (hover: hover) {
    #history .hbox .bt .cta-1:hover::before  {
        transform-origin: 0;
        transform: scaleX(1);
    }
    
    #history .hbox .bt .cta-1:hover span{
        color: #000;
    }
  }

/*
:active, :hover, :focus {
    outline: 0!important;
    outline-offset: 0;
  }
  ::before,
  ::after {
    position: absolute;
    content: "";
  }
  
  #history .btn-holder {
    display: flex;
    justify-content: center;
    margin-top: 70px;

  }

  #history .btn {
    position: relative;
    display: inline-block;
    width: auto;
    height: auto;
    background-color: transparent;
    border: none;
    cursor: pointer;
    min-width: 160px;
    
  }
  
  #history .btn span {         
      position: relative;
      display: inline-block;
      font-size: 14px;
      font-weight: bold;
      letter-spacing: 2px;
      text-transform: uppercase;
      top: 0; left: 0;
      width: 100%;
      padding: 15px 20px;
      transition: 0.3s;
      box-sizing: border-box;
    }

    .btn-5 span {
        color: rgb(28, 31, 30);
        border: 2px solid #fe8b40;
        transition: 0.2s;
      }
      .btn-5 span:hover {
        color: #fe8b40;
      }

#history .btn.hover-border-11::before,
#history .btn.hover-border-11::after {
  width: 100%; height: 2px;
  background-color: rgb(54, 56, 55);
  z-index: 2;
  transition: 0.35s; 
}
#history .btn.hover-border-11::before {
  top: 0; right: 0;
}
#history .btn.hover-border-11::after {
  bottom: 0; left: 0;
}
#history .btn.hover-border-11:hover::before,
#history .btn.hover-border-11:hover::after {
  width: 0%;
  transition: 0.2s 0.2s ease-out; 
}

#history .btn.hover-border-11 span::before,
#history .btn.hover-border-11 span::after {
  width: 2px; height: 100%;
  background-color: rgb(54, 56, 55);
  z-index: 2;
  transition: 0.25s; 

}
#history .btn.hover-border-11 span::before {
  bottom: 0; right: -2px;

}
#history .btn.hover-border-11 span::after {
  top: 0; left: -2px;
}
#history .btn.hover-border-11 span:hover::before,
#history .btn.hover-border-11 span:hover::after {
  height: 0%;
}

@media(max-width:512px){
    #history .btn-holder {
        margin-top: 40px;
      }
}
*/

/*
#history .btn-container {
    --btn-bg: #000;
    width: 180px;
    margin: 0 auto;
  }
  
  #history .btn-container button {
    --width: 180px;
    --height: 60px;
    border: 0;
    position: relative;
    min-width: var(--width);
    min-height: var(--height);
    border-radius: var(--height);
    color: #fff;
    font-family: 'Montserrat',sans-serif;
    font-weight: bold;
    background-color: #fff;

    cursor: pointer;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 70px;
  }

  #history .btn-container button:hover{
    color: #000;
  }

  #history .btn-container button .text,
  #history .btn-container button .icon-container {
    position: relative;
    z-index: 2;
    font-family: 'Montserrat',sans-serif;
    font-weight: 600;
  }
  #history .btn-container button .icon-container {
    --icon-size: 25px;
    position: relative;
    width: var(--icon-size);
    height: var(--icon-size);
    margin-left: 15px;
    transition: transform 500ms ease;
  }
  #history button .icon-container .icon {
    position: absolute;
    left: 0;
    top: 0;
    width: var(--icon-size);
    height: var(--icon-size);
    transition: transform 500ms ease, opacity 250ms ease;
  }
  #history button .icon-container .icon--left {
    transform: translateX(-200%);
    opacity: 0;
  }
  #history button .icon-container .icon svg {
    width: 100%;
    height: 100%;
    fill: #fff;
  }
  #history button::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: var(--btn-bg);
    border-radius: var(--height);
    z-index: 1;
    transition: transform 500ms ease;

  }
  #history button:hover::after {
    transform: translateX(65%);
  }
  #history button:hover .icon-container {
    transform: translateX(125%);
  }
  #history button:hover .icon-container .icon--left {
    transform: translateX(-10%);
    opacity: 1;
  }
  #history button:hover .icon-container .icon--right {
    transform: translateX(250%);
    opacity: 0;
  }
  
  #history .support {
    position: absolute;
    right: 10px;
    bottom: 10px;
    padding: 10px;
    display: flex;
  }
  #history .support a {
    margin: 0 10px;
    color: #fff;
    font-size: 1.8rem;
    backface-visibility: hidden;
    transition: all 150ms ease;
  }

  @media (max-width:520px) {
   
    #history button:hover::after {
        transform: translateX(60%);
      }
      #history button:hover .icon-container {
        transform: translateX(125%);
      }
      #history button:hover .icon-container .icon--left {
        transform: translateX(-60%);
        opacity: 1;
      }
      #history button:hover .icon-container .icon--right {
        transform: translateX(250%);
        opacity: 0;
      }
  }

  @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    #history .btn-container button{
        background-color: #000;
        color: #fff;
        width: 180px;
        height: 60px;
        border: 0;
        font-family: 'Pretendard';
        font-weight: 700;
        margin: 0 auto;
        border-radius: 80px;
        margin-top: 70px;
        margin-left: 20px;
        text-align: center;
        cursor: pointer;
        display: block;
    }

    #history .btn-container button:hover{
        background-color: #f5f7fa;;
        color: #000;
        transition-duration: 0.3s;
    }

    #history button .icon-container .icon--left{
        display: none;
    }

    #history button .icon-container .icon--right{
        display: none;
    }

   }
   */

/*center*/

#center{
    width: 100%;
    margin: 0 auto;
    position: relative;
}

#center .centerbox{
        height: 400px;
        background-image: url(../img/center_2_1.png);
        background-repeat: no-repeat;
        background-size: cover; 
        background-position: center; 
        background-position: center center;
        z-index: -1;
        display: flex;
        align-items: center;
        justify-content: center;
      }

      @supports (-webkit-touch-callout: none) {
        #center {
            background: url(../img/center_2_1.png) center top no-repeat scroll;
            background-size: auto 100vh;
        }    
        }

        

#center .centertext{
    max-width: 100%;
    margin: 10px;
    text-align: center;
}

#center .centertext h1{
    color: #fff;
    font-family: 'Manrope', sans-serif;
    font-size: 5.0rem;
    margin-bottom: 20px;
    font-weight: 900;
}

#center .centertext h5{
    color: #fff;
    font-family: 'Pretendard';
    font-size: 1.8rem;
    font-weight: 200;
    line-height: 25px;
}

@media(max-width:400px){
    #center .centertext h5{
        font-size: 1.6rem;
    }

    #center .centertext h1{
        font-size: 3rem;
    }
}

/*product*/


#product .probox{
    max-width: 1280px;
    height: auto;
    margin: 0 auto;
    padding-top: 170px;
    padding-bottom: 170px;
    position: relative;
    display: flex;
    flex-direction: column;
}

#product .probox .protop{
    padding-bottom: 50px;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-right: 20px;
    margin-left: 20px;
}

#product .probox .protop h6{
    font-family: 'Manrope', sans-serif;
    font-size: 1.8rem;
    color: #fe8b40;
    font-weight: 500;
    letter-spacing: 5px;
    margin-bottom: 20px;
}


#product .probox .protop .maintext{
    font-family: 'Manrope', sans-serif;
    font-size: 5.0rem;
    font-weight: 900;
    text-align: center;
    position: relative;
}

#product .probox .protop .maintext::after{
    content: "";
    width: 40px;
    height: 40px;
    background-color: #fabe00;
    position: absolute;
    z-index: -1;
    top: 0;
    left: -16px;
    border-radius: 20px;
}

#product .probox .protop h5{
    font-size: 2.0rem;
    font-weight: 300;
    line-height: 28px;
    margin-top: 20px;
    font-family: 'Pretendard';
    text-align: center;
}


@media(max-width:460px){
    #product .probox .protop .maintext{
        font-size: 4.0rem;
    }
}



#product .probox .protop .mainone{
    font-family: 'Manrope', sans-serif;
    font-size: 5.0rem;
    font-weight: 700;
   
}



#product .probox .atmbox{
    max-width: 1280px;
    height: auto;
    margin: 0 auto;
    position: relative;
    display: flex;
    align-content: center;
    justify-content: center;
    margin-right: 20px;
    margin-left: 20px;
  
}

#product .probox .atmbox .pbox1{
    height: auto;
    margin-top: 50px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    text-align: center;
    width: 46%;
    border-right: 1px solid rgba(77, 77, 77, 0.11);
}

#product .probox .atmbox .atmname{
    width: 100px;
    height: 40px;
    margin: 0 auto;
    text-align: center;
    border-radius: 20px;
    line-height: 40px;
    border: 2px solid #000;
    margin-top: 50px;
}

#product .probox .atmbox .atmname p{
    font-family: 'Manrope', sans-serif;
    font-size: 2.0rem;
    font-weight: 500;
}


#product .probox .atmbox .pbox1 .atmimgdiv {
    filter: drop-shadow(-15px 15px 15px #d5d5d8);
}

#product .probox .atmbox .pbox1 .atmimgdiv .atmleft{
    width: 400px;
    height: 400px;
}


#product .probox .atmbox .pbox1 .pboxtext{
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}


#product .probox .atmbox .pbox1 .pboxtext h5{
    font-size: 2.8rem;
    font-family: 'Pretendard';
    font-weight: 700;
    margin-top: 50px;
    position: relative;
}

#product .probox .atmbox .pbox1 .pboxtext h5::after{
    content: "";
    width: 25px;
    height: 25px;
    background-color: #fe8b40;
    position: absolute;
    z-index: -1;
    top: -5px;
    left: -10px;
    border-radius: 20px;
}

#product .probox .atmbox .pbox1 .pboxtext p{
    font-size: 1.8rem;
    font-family: 'Pretendard';
    line-height: 29px;
    font-weight: 300;
    margin-top: 20px;
}


/*product right*/
#product .probox .atmbox .pbox2{
    height: auto;
    margin-top: 50px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    text-align: center;
    width: 46%;
}




#product .probox .atmbox .pbox2 .atmimgdiv2 {
    margin-left: 20px;
    width: 400px;
    height: 400px;
    filter: drop-shadow(-15px 15px 15px #d5d5d8);
}

#product .probox .atmbox .pbox2 .atmimgdiv2 .atmimg{
    width: 400px;
    height: 400px;
}

#product .probox .atmbox .pbox2 .pboxtextright{
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}

#product .probox .atmbox .pbox2 .pboxtextright h5{
    font-size: 2.8rem;
    font-family: 'Pretendard';
    font-weight: 700;
    position: relative;
    margin-top: 50px;
}


#product .probox .atmbox .pbox2 .pboxtextright h5::after{
    content: "";
    width: 25px;
    height: 25px;
    background-color: #fe8b40;
    position: absolute;
    z-index: -1;
    top: -5px;
    left: -10px;
    border-radius: 20px;
}


#product .probox .atmbox .pbox2 .pboxtextright p{
    font-size: 1.8rem;
    font-family: 'Pretendard';
    line-height: 29px;
    font-weight: 300;
    margin-top: 20px;
}


#product .probox .atmbox h1{
    width: 1100px;
    height: auto;
    writing-mode: horizontal-tb;
    font-size:10rem;
    font-family: 'Manrope', sans-serif;
    color: #f1f0f0;
    font-weight: 200;
    letter-spacing: 10px;
    position: absolute;
    top: 24%;
    right: 50%;

    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

/*cctv*/
#product  .probox .cctvbox{
    max-width: 1280px;
    height: auto;
    margin: 0 auto;
    position: relative;
    display: flex;
    align-content: center;
    justify-content: center;
    margin-right: 20px;
    margin-left: 20px;
    margin-top: 50px;
}

#product  .probox .cctvbox .cctvname{
    width: 100px;
    height: 40px;
    margin: 0 auto;
    text-align: center;
    border-radius: 20px;
    line-height: 40px;
    border: 2px solid #000;
    margin-top: 50px;
    margin-bottom: 50px;
}

#product  .probox .cctvbox .cctvname p{
font-family: 'Manrope', sans-serif;
font-size: 2.0rem;
font-weight: 500;
}

#product  .probox .cctvbig{
    height: auto;
    margin-top: 50px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    width: 46%;
}


#product  .probox .cctvbox .cctvbig .pbox{
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 400px;
    height: 400px;
    filter: drop-shadow(-15px 15px 15px #d5d5d8);
}

#product  .probox .cctvbox .cctvbig .pbox .cctvimg{
    width: 400px;
    height: 400px;
}

#product  .probox .cctvbox .cctvbig .cctvleft{
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}

#product  .probox .cctvbox .leftline{
    border-right: 1px solid rgba(77, 77, 77, 0.11);
}

#product  .probox .cctvbox .cctvbig .cctvleft h5{
    font-size: 2.8rem;
    font-family: 'Pretendard';
    font-weight: 700;
    color: #000;
    margin-top: 50px;
    position: relative;
}

#product  .probox .cctvbox .cctvbig .cctvleft h5::after{
    content: "";
    width: 25px;
    height: 25px;
    background-color: #fe8b40;
    position: absolute;
    z-index: -1;
    top: -5px;
    left: -10px;
    border-radius: 20px;
}


#product .probox .cctvbox .cctvbig  .cctvleft p{
    font-size: 1.8rem;
    font-family: 'Pretendard';
    line-height: 29px;
    font-weight: 300;
    margin-top: 20px;
}


#product .probox .cctvbox .cctvbig  .cctvright{
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}

#product .probox .cctvbox .cctvbig  .cctvright h5{
    font-size: 2.8rem;
    font-family: 'Pretendard';
    font-weight: 700;
    margin-top: 50px;
    position: relative;
}

#product  .probox .cctvbox .cctvbig .cctvright h5::after{
    content: "";
    width: 25px;
    height: 25px;
    background-color: #fe8b40;
    position: absolute;
    z-index: -1;
    top: -5px;
    left: -10px;
    border-radius: 20px;
}

#product .probox .cctvbox .cctvbig  .cctvright p{
    font-size: 1.8rem;
    font-family: 'Pretendard';
    line-height: 29px;
    font-weight: 300;
    margin-top: 20px;
}


@media(max-width:1200px){
    #product .probox .atmbox h1{
        display: none;
    }
    #product .probox .cctvbox h1{
        display: none;
    }
}

@media(max-width:980px){

    #product .probox .atmbox .pbox1 .atmimgdiv .atmleft{
        width: 300px;
        height: 300px;
    }

    #product .probox .atmbox .pbox1 .atmimgdiv .atmleft{
        width: 300px;
        height: 300px;
    }

    #product .probox .atmbox .pbox2 .atmimgdiv2{
       width: 300px;
       height: 300px;
    }


    #product .probox .atmbox .pbox2 .atmimgdiv2 .atmimg{
        width: 300px;
        height: 300px;
    }

    #product .probox .cctvbox .cctvbig .pbox{
        width: 300px;
        height: 300px;
    }

    #product .probox .cctvbox .cctvbig .pbox .cctvimg{
        width: 300px;
        height: 300px;
    }


}


@media(max-width:700px){

    #product .probox .atmbox{
        flex-direction: column;
    }

    #product .probox .atmbox .pbox1{
        width: 100%;
        border: none;
    }

    #product .probox .atmbox .pbox2{
        width: 100%;
    }

    #product .probox .cctvbox{
        flex-direction: column;
    }

    #product .probox .cctvbig{
        width: 100%;
    }

    #product .probox .cctvbox .leftline{
        border: none;
    }



}

@media(max-width:520px){
    #product  .probox .cctvbox .cctvbig{
        margin-top: 70px;
        width: 100%;
    }

    #product  .probox .cctvbox:nth-child(2){
        margin-top: -50px;
    }


    #product .probox .atmbox .pbox1 .atmimgdiv .atmleft{
        width: 250px;
        height: 250px;
    }

    #product .probox .atmbox .pbox1 .atmimgdiv .atmleft{
        width: 250px;
        height: 250px;
    }

    #product .probox .atmbox .pbox2 .atmimgdiv2{
        width: 250px;
        height: 250px;
    }


    #product .probox .atmbox .pbox2 .atmimgdiv2 .atmimg{
        width: 250px;
        height: 250px;
    }

    #product .probox .cctvbox .cctvbig .pbox{
        width: 250px;
        height: 250px;
    }

    #product .probox .cctvbox .cctvbig .pbox .cctvimg{
        width: 250px;
        height: 250px;
    }


}

#product .probox .cctvbox h1{
    width: 750px;
    height: auto;
    writing-mode: horizontal-tb;
    font-size:10rem;
    font-family: 'Manrope', sans-serif;
    color: #f1f0f0;
    font-weight: 200;
    letter-spacing: 10px;
    position: absolute;
    top: 43%;
    left: 63%;

    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}


/*product button*/

#product  .probox .atmbox .pbox1 .pboxtext .bt{
    display: flex;
    justify-content: center;
    margin-top: 50px;
}


#product  .probox .atmbox .pbox1 .pboxtext .bt .cta-1 {
    position: relative;
    width: 130px;
    height: 55px;
    font-size: 1.4rem;
    border: 1px solid #000;
    background-color: #000;
    border-radius: 80px;
    overflow: hidden;
    cursor: pointer;
}

#product  .probox .atmbox .pbox1 .pboxtext .bt .cta-1:active, .cta-1:focus{
    outline: none;
}

#product  .probox .atmbox .pbox1 .pboxtext .bt .cta-1 span{
    position: relative;
    color: #fff;
    transition: all 0.6s ease;
    font-family: 'Manrope', sans-serif;
    font-weight: 600;
    letter-spacing: 1px;
}

#product  .probox .atmbox .pbox1 .pboxtext .bt .cta-1::before {
    content: '';
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background: #fff;
    transform: scaleX(0);
    transform-origin: 100%;
    transition: transform 0.6s ease;
}




@media (hover: hover) {
    #product  .probox .atmbox .pbox1 .pboxtext .bt .cta-1:hover::before  {
        transform-origin: 0;
        transform: scaleX(1);
    }
    
    #product  .probox .atmbox .pbox1 .pboxtext .bt .cta-1:hover span{
        color: #000;
    }
  }


#product .probox .atmbox .pbox2 .pboxtextright .bt{
    display: flex;
    margin-top: 50px;
}


#product .probox .atmbox .pbox2 .pboxtextright .bt .cta-1 {
    position: relative;
    width: 130px;
    height: 55px;
    font-size: 1.4rem;
    border: 1px solid #000;
    background-color: #000;
    border-radius: 80px;
    overflow: hidden;
    cursor: pointer;
}

#product .probox .atmbox .pbox2 .pboxtextright .bt .cta-1:active, .cta-1:focus{
    outline: none;
}

#product .probox .atmbox .pbox2 .pboxtextright .bt .cta-1 span{
    position: relative;
    color: #fff;
    transition: all 0.6s ease;
    font-family: 'Manrope', sans-serif;
    font-weight: 600;
    letter-spacing: 1px;
}

#product .probox .atmbox .pbox2 .pboxtextright .bt .cta-1::before {
    content: '';
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background: #fff;
    transform: scaleX(0);
    transform-origin: 100%;
    transition: transform 0.6s ease;
}



@media (hover: hover) {
    #product .probox .atmbox .pbox2 .pboxtextright .bt .cta-1:hover::before  {
        transform-origin: 0;
        transform: scaleX(1);
    }
    
    #product .probox .atmbox .pbox2 .pboxtextright .bt .cta-1:hover span{
        color: #000;
    }
  }


/*
#product .btn-container {
    --btn-bg: #000;
  }
  
  #product .btn-container button {
    --width: 180px;
    --height: 60px;
    border: 0;
    position: relative;
    min-width: var(--width);
    min-height: var(--height);
    border-radius: var(--height);
    color: #fff;
    font-family: 'Montserrat',sans-serif;
    font-weight: bold;
    background-color: #fff;

    cursor: pointer;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 50px;
  }

  #product .btn-container button:hover{
    color: #000;
  }

  #product .btn-container button .text,
  #product .btn-container button .icon-container {
    position: relative;
    z-index: 2;
    font-family: 'Montserrat',sans-serif;
    font-weight: 600;
  }
  #product .btn-container button .icon-container {
    --icon-size: 25px;
    position: relative;
    width: var(--icon-size);
    height: var(--icon-size);
    margin-left: 15px;
    transition: transform 500ms ease;
  }
  #product button .icon-container .icon {
    position: absolute;
    left: 0;
    top: 0;
    width: var(--icon-size);
    height: var(--icon-size);
    transition: transform 500ms ease, opacity 250ms ease;
  }
  #product button .icon-container .icon--left {
    transform: translateX(-200%);
    opacity: 0;
  }
  #product button .icon-container .icon svg {
    width: 100%;
    height: 100%;
    fill: #fff;
  }
  #product button::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: var(--btn-bg);
    border-radius: var(--height);
    z-index: 1;
    transition: transform 500ms ease;

  }
  #product button:hover::after {
    transform: translateX(65%);
  }
  #product button:hover .icon-container {
    transform: translateX(125%);
  }
  #product button:hover .icon-container .icon--left {
    transform: translateX(-40%);
    opacity: 1;
  }
  #product button:hover .icon-container .icon--right {
    transform: translateX(250%);
    opacity: 0;
  }


  @media (max-width:520px) {
    #product .btn-container button{
        margin: 0 auto;
        --width: 150px;
        margin-top: 50px;
    }

    #product button:hover::after {
        transform: translateX(60%);
      }
      #product button:hover .icon-container {
        transform: translateX(125%);
      }
      #product button:hover .icon-container .icon--left {
        transform: translateX(-90%);
        opacity: 1;
      }
      #product button:hover .icon-container .icon--right {
        transform: translateX(250%);
        opacity: 0;
      }
  }


@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    #product .btn-container button{
        background-color: #000;
        color: #fff;
        width: 180px;
        height: 60px;
        border: 0;
        font-family: 'Montserrat',sans-serif;
        font-weight: 700;
        border-radius: 80px;
        margin-top: 50px;
        text-align: center;
        display: block;
        
    }

    #product .btn-container button:hover{
        background-color: #f5f7fa;;
        color: #000;
        transition-duration: 0.3s;
    }

    #product button .icon-container .icon--left{
        display: none;
    }

    #product button .icon-container .icon--right{
        display: none;
    }

   }
   */

/*partners*/
#partners{
    width: 100%;
}

#partners .partnerbox{
    max-width: 1280px;
    height: auto;
    margin: 0 auto;
    padding-top: 170px;
}

#partners .partnerbox .partnertop{
    padding-bottom: 70px;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-right: 20px;
    margin-left: 20px;
}

#partners .partnerbox .partnertop h6{
    font-family: 'Manrope', sans-serif;
    font-size: 1.8rem;
    color: #fe8b40;
    font-weight: 500;
    letter-spacing: 5px;
}

#partners .partnerbox .partnertop .maintext{
    font-family: 'Manrope', sans-serif;
    font-size: 5.0rem;
    font-weight: 900;
    text-align: center;
    position: relative;
}

#partners .partnerbox .partnertop .maintext:after{
    content: "";
    width: 40px;
    height: 40px;
    background-color: #fabe00;
    position: absolute;
    z-index: -1;
    top: 0;
    left: -16px;
    border-radius: 20px;
}

#partners .partnerbox .partnertop .mainone{
    font-family: 'Manrope', sans-serif;
    font-size: 5rem;
    font-weight: 700;
}

#partners .partnerbox .partnertop h5{
    font-size: 2.0rem;
    font-weight: 300;
    line-height: 28px;
    margin-top: 20px;
    font-family: 'Pretendard';
    text-align: center;
}

#partners .partnerbox .skbigbox{
    margin: 0 auto;
    text-align: center;
    margin-left: 20px;
    margin-right: 20px;
    max-width: 1280px;
    display: flex;
    justify-content: center;
    margin-top: 50px;
}

#partners .partnerbox .skbigbox .skbox{
    background-color: #fff;
    display: flex;
    flex-direction: column;
    padding-left: 20px;
    padding-right: 20px;
    width: 20%;
}

#partners .partnerbox .skbigbox .skbox:nth-child(1){
    margin-left: 0;
}

#partners .partnerbox .skbigbox .skbox .pimgbox img{
    width: 150px;
    height: 60px;
}

#partners .partnerbox .skbigbox .skbox .pimgbox img:hover{
    cursor: pointer;
}

#partners .partnerbox .skbigbox .skbox .black{
    display: flex;
    justify-content: center;
}




#partners .partnerbox .skbigbox .skbox .clickbt{
    width: 70px;
    height: 70px;
    background-color: rgba(0, 0, 0, 0.7);
    border: none;
    border-radius: 35px;
    line-height: 70px;
    color: #fff;
    position: absolute;
    top: 70px;
    left: 45px;
    font-size: 15px;
    font-weight: 300;
    font-family: 'Pretendard';
    cursor: pointer;
    visibility: visible;
    transition-duration: 0.5s;
}

#partners .partnerbox .skbigbox .skbox:hover .clickbt{
    visibility: visible;
}



@media(max-width:860px){

    #partners .partnerbox .partnertop{
        padding-bottom: 40px;
    }

    #partners .partnerbox .skbigbox{
        background-color: #fff;
        display: flex;
        flex-wrap: wrap;
    }

    #partners .partnerbox .skbigbox .skbox{
        margin-top: 70px;
        width: 30%;
    }

    #partners .partnerbox .skbigbox .skbox:nth-child(1){
        margin-top: 0;
    }
    #partners .partnerbox .skbigbox .skbox:nth-child(2){
        margin-top: 0;
    }
}


@media(max-width:590px){
    #partners .partnerbox .skbigbox{
        margin: 0 auto;
        margin-top: 50px;
    }
    #partners .partnerbox .skbigbox .skbox .pimgbox img{
        margin-bottom: 30px;
    }
}

@media(max-width:460px){
    #partners .partnerbox .partnertop .maintext{
        font-size: 4.0rem;
    }
}

@media(max-width:445px){

    #partners .partnerbox .skbigbox .skbox{
        margin-top: 40px;
        width: 40%;
        padding-left: 0;
        padding-right: 0;
    }

    #partners .partnerbox .skbigbox .skbox .pimgbox img{
        width: 110px;
        height: 45px;
    }
}




/*partners button*/
#partners .btn-container {
    --btn-bg: #f5f7fa;
  }
  
  #partners .btn-container button {
    max-width: 190px;
    width: 100%;
    --height: 60px;
    border: 0;
    position: relative;
    min-width: var(--width);
    min-height: var(--height);
    border-radius: var(--height);
    color: #000;
    font-family: 'Pretendard';
    font-weight: 700;
    margin: 0 auto;
    background-color: #fff;

    cursor: pointer;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 50px;
  }

  #partners .btn-container button .text,
  #partners .btn-container button .icon-container {
    position: relative;
    z-index: 2;
    font-family: 'Pretendard';
    font-weight: 500;
  }
  #partners .btn-container button .icon-container {
    --icon-size: 25px;
    position: relative;
    width: var(--icon-size);
    height: var(--icon-size);
    margin-left: 15px;
    transition: transform 500ms ease;
  }
  #partners button .icon-container .icon {
    position: absolute;
    left: 0;
    top: 0;
    width: var(--icon-size);
    height: var(--icon-size);
    transition: transform 500ms ease, opacity 250ms ease;
  }
  #partners button .icon-container .icon--left {
    transform: translateX(-200%);
    opacity: 0;
  }
  #partners button .icon-container .icon svg {
    width: 100%;
    height: 100%;
    fill: rgb(75, 75, 75);
  }
  #partners button::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: var(--btn-bg);
    border-radius: var(--height);
    z-index: 1;
    transition: transform 500ms ease;
  }

  
  #partners button:hover::after {
    transform: translateX(65%);
  }
  #partners button:hover .icon-container {
    transform: translateX(250%);
  }
  #partners button:hover .icon-container .icon--left {
    transform: translateX(-130%);
    opacity: 1;
  }
  #partners button:hover .icon-container .icon--right {
    transform: translateX(-60%);
    opacity: 0;
  }

@media(max-width:500px){
    #partners .btn-container button{
        margin: 0 auto;
        max-width: 140px;
        width: 100%;
        margin-top: 50px;
       transition-duration: 0.2s;  
    }

    #partners button:hover::after {
        transform: translateX(55%);
      }

      #partners button:hover .icon-container .icon--left {
        transform: translate(-220%);
        opacity: 1;
      }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    #partners .btn-container button{
        background-color: #f5f7fa;
        color: #000;
        width: 130px;
        height: 60px;
        border: 0;
        font-family: 'Pretendard';
        font-weight: 700;
        margin: 0 auto;
        border-radius: 80px;
        margin-top: 50px;
        text-align: center;
        display: block;
    }

    #partners .btn-container button:hover{
        background-color: #fff;
        color: #000;
        transition-duration: 0.2s;
    }

    #partners button .icon-container .icon--left{
        display: none;
    }

    #partners button .icon-container .icon--right{
        display: none;
    }

   }

   




/*contacts*/

#contacts{
    width: 100%;
    height: auto;
    padding-top: 170px;
    padding-bottom: 170px;
}

#contacts .cbox{
    max-width: 1280px;
    margin: 0 auto;
    height: auto;
}


#contacts .cbox .ctop{
    display: flex;
    justify-content: center;
    margin-left: 20px;
    margin-right: 20px;
}

#contacts .cbox .ctop .maintext{
    font-family: 'Manrope', sans-serif;
    font-size: 5.0rem;
    font-weight: 900;
    text-align: center;
    position: relative
}

#contacts .cbox .ctop .maintext::after{
    content: "";
    width: 40px;
    height: 40px;
    background-color: #fabe00;
    position: absolute;
    z-index: -1;
    top: 0;
    left: -16px;
    border-radius: 20px;
}

#contacts .cbox .ctop .mainone{
    font-family: 'Manrope', sans-serif;
    font-size: 5rem;
    font-weight: 700;
}



#contacts .cbox .bigusbox .usbox .mapbox{
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;    
    flex-direction: column;
}


#contacts .cbox .bigusbox .usbox .mapbox h3{
    font-size: 2.2rem;
    font-family: 'Manrope', sans-serif;
    font-weight: 900;
    margin-top: 10px;
    position: relative;
}

#contacts .cbox .bigusbox .usbox .mapbox h3::after{
    content: "";
    width: 20px;
    height: 20px;
    background-color: #fe8b40;
    position: absolute;
    z-index: -1;
    top: -3px;
    left: -6px;
    border-radius: 20px;
}

#contacts .cbox .mapbox h4{
    font-size: 1.8rem;
    font-family: 'Pretendard';
    font-weight: 400;
    margin-top: 20px;
    line-height: 25px;
}

#contacts .cbox .bigusbox{
    margin: 0 auto;
    margin-top: 70px;
    display: flex;
    justify-content: center;
    margin-right: 20px;
    margin-left: 20px;

}

#contacts .cbox .bigusbox .usrightbox{
    margin-right: 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 160px;
}

#contacts .cbox .bigusbox .map{
    width: 800px;
}

#contacts .cbox .bigusbox .usrightbox .usbox{
    display: flex;
    justify-content: center;
    text-align: center;
    margin-bottom: 20px;
    border-bottom: 1px solid rgba(77, 77, 77, 0.11);
    padding-bottom: 20px;
}

#contacts .cbox .bigusbox .usrightbox .usbox:last-child{
    margin-bottom: 0;
    border: none;
    padding-bottom: 0;
}


#contacts .cbox .bigusbox .usrightbox .usbox .mail h3{
    font-size: 2.2rem;
    font-family: 'Manrope', sans-serif;
    font-weight: 900;
    margin-top: 10px;
    position: relative;
}

#contacts .cbox .bigusbox .usrightbox .usbox .mail h3::after{
    content: "";
    width: 20px;
    height: 20px;
    background-color: #fe8b40;
    position: absolute;
    z-index: -1;
    top: -3px;
    left: 29px;
    border-radius: 20px;
}

#contacts .cbox .bigusbox .usrightbox .usbox .mail a{
    font-size: 1.8rem;
    font-family: 'Manrope', sans-serif;
    font-weight: 400;
    margin-top: 20px;
    color: #000;
    display: inline-block;
}

#contacts .cbox .bigusbox .usrightbox .usbox .mail a:hover{
    font-weight: 400;
    color:rgb(255, 166, 0);
    transition-duration: 0.2s;
}

#contacts .cbox .bigusbox .usrightbox .usbox .tel h3{
    font-size: 2.2rem;
    font-family: 'Manrope', sans-serif;
    font-weight: 900;
    margin-top: 10px;
    position: relative;
}

#contacts .cbox .bigusbox .usrightbox .usbox .tel h3::after{
    content: "";
    width: 20px;
    height: 20px;
    background-color: #fe8b40;
    position: absolute;
    z-index: -1;
    top: -3px;
    left: 16px;
    border-radius: 20px;
}


#contacts .cbox .bigusbox .usrightbox .usbox .tel a{
    font-size: 1.7rem;
    font-family: 'Manrope', sans-serif;
    font-weight: 400;
    margin-top: 20px;
    color: #000;
    display: inline-block;
}

#contacts .cbox .bigusbox .usrightbox .usbox .tel a:hover{
    font-weight: 400;
    color:rgb(255, 166, 0);
    transition-duration: 0.2s;
}


@media(max-width:1180px){
#contacts .cbox .bigusbox .map{
    width: 600px;
}
}

@media(max-width:960px){

    #contacts .cbox .bigusbox{
        margin-top: 50px;
    }

    #contacts .cbox .bigusbox .usbox{
        width:160px; 
    }

    #contacts .cbox .mapbox h4{
        font-size: 1.6rem;
    }

    #contacts .cbox .bigusbox .usbox .mail a{
        font-size: 1.6rem;
    }

    #contacts .cbox .bigusbox .usbox .tel a{
        font-size: 1.6rem;

    }
    #contacts .cbox .bigusbox .usbox .mail h3::after{
        left: 20px;
    }
    #contacts .cbox .bigusbox .usbox .tel h3::after{
        left: 12px;
    }

}

@media(max-width:880px){
    #contacts .cbox .bigusbox .map{
        width: 100%;
    }
    }
    

@media(max-width:680px){

    #contacts .cbox .bigusbox{
        display: flex;
        flex-direction: column;
    }

    #contacts .cbox .bigusbox .usrightbox{
        width: auto;
        margin-right: 0;
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
    }

    #contacts .cbox .bigusbox .usrightbox .usbox{
        width:100%; 
        margin-top: 20px;
        border-bottom: 0px;
        border: none;
        padding-bottom: 0;
    }

    #contacts .cbox .bigusbox .usrightbox .usbox:nth-child(3){
        margin-bottom: 80px;
    }


}

@media(max-width:460px){
    #contacts .cbox .ctop .maintext{
        font-size: 4.0rem;
    }
}

/*top button*/
.top {
    width: 50px;
    height: 50px;
    background-color: #000;
    border: 1px  solid #000;
    border-radius: 50px;
    text-align: center;
    cursor: pointer;
    float: right;
    margin-top: 30px;
    font-weight: 500;
    position: fixed;
    margin-right: 20px;
    right: 5px;
    bottom: 5px;
    z-index: 5;
}


.top .btop{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: none;
}

.top .wtop{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}


@media (hover: hover) {
    .top:hover{
        background-color: #fff;
        border: 1px  solid #000;
    }
    
    .top:hover .btop{
        display: block
    
    }
    
    .top:hover .wtop{
        display: none;
    }
    
  }


/*footerr*/

.footer{
    background-color: #000;
    padding: 30px 20px;
}
@media (max-width:1240px){
  .footer .fbox{
    width: 100%;
  }
}

.footer .fbox{
  max-width: 1240px;
  margin: 0 auto;

  position: relative;
}

.footer .fbox .juso{
    height: 90px;
    line-height: 25px;
    font-family: 'Pretendard';
    color: #fff;

}

.footer .fbox .juso .title{
    font-weight: 700;
    font-size: 1.4rem;
    margin-left: 20px;
}

.footer .fbox .juso td{
    font-weight: 200;
    font-size: 1.4rem;
}

.footer .fbox .ceo{
    margin-top: 10px;
    height: 90px;
    line-height: 25px;
    font-family: 'Pretendard';
    color: #fff;
    
}

.footer .fbox .ceo .title{
    font-weight: 700;
    font-size: 1.4rem;
    text-decoration: none;
}

.footer .fbox .ceo td{
    font-weight: 200;
    font-size: 1.4rem;
}

.footer .fbox .fimgbox{
  position: absolute;
  top: 90%;
  right: 0;

  
}

.footer .fbox p{
    font-family: 'Manrope', sans-serif;
  font-weight: 500;
  color: rgb(126, 126, 126);
  margin-top: 30px;
  font-size: 1.2rem;
}

.footer .fbox .fimgbox{
  position: absolute;
  top: 30%;
}



@media(max-width:530px){

  .footer .fbox .fimgbox{
      display: none;
  }

}


@media(max-width:1350px){

    .mustbe h1{
        display: none;
    }


} 
