a{cursor: pointer !important;}


.body{
    background: var(--color-bg);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transition: background 1s;
}

.sections {
    position: relative;
    display: block;
    padding: 0 6vmax;
  }
  
  .section {
    position: relative;
  }
  .section--image {
    display: block;
    position: relative;
    max-width: 100%;
    opacity: 1;
    transition: opacity 1s;
  }

  .active .section--image {
    opacity: 1;
  }
  .section--image img {
    display: block;
    position: relative;
    margin: 0 0 0 auto;
  }
  
  .section--header {
    font-size: calc(var(--fontsize-text));
    font-family: var(--font-text);
    position: absolute;
    bottom: 5vmax;
    left: 0;
    padding-left: 5vmax;
    z-index: 1000;
    line-height: 1;
    font-weight: 300;
    opacity: 0;
    -webkit-animation-duration: 1s;
            animation-duration: 1s;
    -webkit-animation-fill-mode: both;
            animation-fill-mode: both;
  }
  .active .section--header {
    -webkit-animation-name: fadeInUp;
            animation-name: fadeInUp;
  }

/* hero*/
.hero{background-image: url(../img/bg_hero.png); background-repeat: no-repeat; background-size: cover; padding: 0 11px; height: 1080px;}
.hero h2.title{font-size: 64px; line-height: 1.2; font-weight: 700; margin-bottom: 60px; margin-top: 36px;}
.hero .description{font-size: 18px; font-weight: 300;}

/* service_section */
.service {background-image: url(../img/service_bg.png); padding: 201px 11px 154px 11px; margin: 0; background-size: cover; background-repeat: no-repeat;}
.service_section_title{ width: 100%; height: 100%; }
.service_section_title h3{font-size: 42px; line-height: 1.3; color: #fff; font-weight: 900;}
.service_section_title .btn{transition: 0.5s; padding: 11px 21px 12px 20px;font-size: 16px; color: #fff; border: 1px solid #fff; border-radius: 30px; display: inline-block; margin-bottom:12px; line-height: 1;}
.service_section_title .btn:hover{transition: 0.5s; cursor: pointer; background-color: #fff; color: #000;}

.service .sec_row{margin-top: 29px;}
/* .service_box_wrap{padding: 13px;} */
.service_box_wrap {padding-right: 26px;}
.service_box_wrap.last {padding-right: 0;}
.service_box:hover{cursor: pointer;}
.gradient_bg::after{content: ""; position: absolute; top:0; width: 100%; height: 100%; background: linear-gradient(180deg,hsla(0,0%,5%,0) 66%,#000); opacity: 1; }
.service_box {border-radius: 28px; overflow: hidden; width: 100%; height: 100%; position: relative;}
.service_box > img{width: 100%; height: 100%; object-fit: cover;}
.service_title {font-size: 20px; color: #fff; position: absolute; bottom: 31px; left: 20px; font-weight: 500; line-height: 1;}

/* outsourcing */
.outsourcing{padding: 122px 11px 128px 11px; margin: 0; background-color: #1f1f1f;}
.outsourcing .itme{ width: 340px; height: 440px; display: inline-block; position: relative; overflow: hidden; border-radius: 20px; -webkit-transition: 0.5s; transition: 0.5s;}
.outsourcing_box_wrap{padding: 15px;}
.outsourcing_box {border-radius: 20px; overflow: hidden; position: relative; box-shadow: 40px 40px 70px 20px rgb(0 0 0 / 65%);}
.mg30{margin-top: 22px;}
.outsourcing_box.first{width: 290px; height: 500px; z-index: -1;}
.outsourcing_box.sec{width: 290px; height: 375px; z-index: -1;}
.outsourcing_box > img{width: 100%; height: 100%; object-fit: cover; }
.outsourcing_title{ width: 100%; height: 100%; font-weight: 900; margin-bottom: 108px;}
.outsourcing .content{padding-top: 19px; z-index: 3;}
.outsourcing .sub_title{font-size: 16px; font-weight: 700; color: #fff; margin-bottom: 26px; line-height: 1;}
.outsourcing .sub_description{font-size: 14px; font-weight: 300; color: #fff; }
.outsourcing_title h3{font-size: 42px; line-height: 1.3; color: #fff;}
/* .outsourcing .slider{transform: translate3d(3vw, 0px, 0px);} */
.outsourcing .swiper-slide { /* Center slide text vertically */  width: 600px; height: 580px; display: -webkit-box; display: -ms-flexbox; display: -webkit-flex; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; -webkit-justify-content: center; justify-content: center; -webkit-box-align: center; -ms-flex-align: center; -webkit-align-items: center; align-items: center; }
.outsourcing .swiper { margin-top: -74px; padding-bottom: 52px; width: 100%; height: 100%; }
.outsourcing .swiper-slide{ transform: translate3d(-13.2vw, 0px, 0px); margin-right: 76px; }
.swiper-pagination{position: relative;}

/* 모바일 */
@media screen and (max-width:768px){
    .hero {margin-top: 65px;}
}
@media (max-width:720px){
    .outsourcing .swiper-slide{ transform: translate3d(0px, 0px, 0px); margin-right: 0px; width: 600px; height: 580px; }
}

/* influencer */
.influencer{padding: 129px 11px 137px 11px; background-color: #f5f5f5;}
/* .influencer .influ_box{ transform: translate3d(27.5%, 0, 0); margin-top: 72px; width: 100%;} */
.influencer .influ_box{ margin-top: 72px; width: 100%;}

.influencer .mockup_box{position: absolute; z-index: 3; max-width: 640px; margin-left: -40px;}
.influencer .mockup_box > img{display: inline-block;}

.influencer .content {padding: 0 44px 35px;}
.influencer .box_wrap{transform: translate3d(0, 0, 0) !important;}
.influencer .follower{font-size: 36px; font-weight: 700; color: #232323;}
.influencer .influ_sns{width: 28px; margin-right: 11px;}
.influencer .title{font-size: 20px; font-weight: 700; color: #181818; margin-bottom: 4px;}
.influencer .sub_title{font-size: 16px; font-weight: 300; color: #181818; margin: 9px 0 27px; line-height: 1;}
.influencer .sub_description{font-size: 18px; font-weight: 300; color: #232323; line-height: 1;}

.influencer .btn{transition: 0.5s; padding: 13px 48px 14px 48px; line-height: 1; font-size: 16px; color: #fff; background-color: #55adee; border-radius: 30px; display: inline-block; margin-top: 43px;}
.influencer .btn.insta{background: linear-gradient(45deg, #b32ee4, #ff8560); }
.influencer .btn:hover{cursor: pointer; opacity: .8; color: #fff; transition: 0.5s;}

.influencer .btn.facebook{background: #087cea; }
.influencer .btn:hover{cursor: pointer; opacity: .8; color: #fff; transition: 0.5s;}


.influencer .title_wrap{padding-top: 73px; right: 0;}
.influencer_title {font-size: 42px; line-height: 1; color: #000; font-weight: 900; margin-bottom: 27px;}
.influencer .description{font-size: 16px; font-weight: 300; color: #000; }
.influencer #like1{position: absolute; top: 5%; left: 5%; max-width: 92px;}
.influencer #like2{position: absolute; bottom: 38%; right: 20%;}
.influencer_box_wrap{width:400px;border-radius: 30px;background-color: #fff;}
.influencer_box:hover{cursor: pointer;}
.influencer_box {overflow: hidden; position: relative; width: 200px; height: 200px;padding: 41px 100px 36px 100px;}
.influencer_box > img{width: 100%; height: 100%; object-fit: cover;}

.influencer .influSwiper{width: 100%;}
.influencer .swiper{width: 100%; height: 100%;}
/* .influencer .swiper-slide{ width: 400px !important; height: auto;} */

.influencer .swiper-slide {opacity:0.3; transition:opacity 0.3s; transform:translate3d(76%, 0, 0); filter: blur(2px);}
/* .influencer .swiper-slide-active + .swiper-slide {opacity:1} */
.influencer .swiper-slide-active {opacity:1; filter: none;}

.influencer .profile{
    margin: 0 auto;
    width: 200px;
}


/* partner */ 
.partner {padding: 34px 11px 30px 11px; margin: 0;}
.partner .title_wrap{border-right: 1px solid #ccc; display: flex; align-items: center; padding-right: 43px; height: 100px;}
.partner h3.title {font-size: 26px; line-height: 1.3; color: #000; font-weight: 700;}
.partner .imgArea{width: 100%; height: 100% !important;}
.partner .slideImg{ margin: 0 auto; object-fit: cover; height: 100% !important;}
.partner .simply-scroll-list{ width: 200%;}
.partner .simply-scroll .simply-scroll-list li{ height: 100%; display: flex; align-items: center; justify-content: center; }
.partner .simply-scroll .simply-scroll-clip {height: 120px; width: 130% !important;}
.partner #scroller1{height: 100px;}
.partner .logolink { height: 100%; }

/*  contact */
.contact{background-image: url(../img/bg_contact.png); background-repeat: no-repeat; background-size: cover; padding: 115px 11px 107px 11px}
.contact .title{font-size: 32px;line-height: 1.3; color: #fff; font-weight: 900;}
.contact .btn{ transition: 0.5s; line-height: 1; padding: 16px 33px 15px 34px; font-size: 16px; color: #fff; border: 1px solid #fff; border-radius: 30px; display: inline-block; margin-bottom:4px; font-weight: 700;}
.contact .icon{font-size: 16px; font-weight: 700;}
.contact .btn:hover{cursor: pointer; background-color: #fff; color: #000; transition: 0.5s;}

/* footer */
.footer {padding: 53px 11px 104px 11px}
.footer .logo {max-width: 62px; margin-top: 5px;}
.footer .logo:hover{cursor: pointer;}
.footer .company_title{font-size: 15px; font-weight: 300; margin-bottom: 8px;}
.footer .company_info{font-size: 14px; }
.footer .sns_wrap{width: 100%;}
.footer .sns { width: 32px; margin-left: 19px;}
.footer .sns:hover{ cursor: pointer;}
.footer .description{color: #000; font-weight: 300; line-height: 1.5;}

/* icon */ 

/* ===== Collaboration START === */

#collaboration .global_inner{max-width: 1200px;}

#titleFixed.fixed{position: fixed; top: 0;}

/* side nav */
.side_nav{position: fixed; right: 125px; top: 50%; transform: translateY(-50%); text-align: center; margin-top: 4vh; }
.side_nav .number{font-size: 14.58px; letter-spacing: 0.05em;; line-height: 25px; color: #fff; font-weight: 700; margin-bottom: 22px; transition: all 0.5s;}
.side_nav .line{width: 3px; height: 60px; background-color: #fff; margin: 0 auto; transition: all 0.5s;}
.side_nav .name{font-size: 14.58px; letter-spacing: 0.05em;; line-height: 25px; color: #fff; font-weight: 700; writing-mode: vertical-rl; margin-top:22px; transition: all 0.5s;}

/* collaboration hero section */
.collaboration{background-image: url(../img/collaboration_img/bg_01.png); background-position:center; background-repeat: no-repeat; background-size: cover; padding: 0 11px; height: 1080px;}
.collaboration h2.title{font-size: 70.83px; line-height: 1; font-weight: 900; margin-bottom: 70px; margin-top: 36px; text-align: center; color: #fff;}
.title_wrap{margin: 0 auto;}
.collaboration .description{font-size: 18.75px; font-weight: 300; color: #fff; text-align: center;}

/* huion section */
#huion {background-color: #fff; }
#huion  #pin-start {padding-top: 278px;}
#huion .title{font-size: 41.67px; line-height: 54.17px; font-weight: 700; letter-spacing: -0.025em; }
#huion .title-sec{font-size: 41.67px; line-height: 54.17px; font-weight: 700; letter-spacing: -0.025em; margin-bottom: 47px;}
#huion .description{font-size: 16.67px; line-height: 25px ; font-weight: 300; margin-bottom: 83px;}
#huion .adress{font-size: 16.67px; line-height: 25px; font-weight: 300; margin-bottom: 26px;}
#huion .time{font-size: 16.67px; line-height: 25px; font-weight: 300;  }
#huion .partner_logo{margin-top: 81px; margin-bottom: 239px;}
#huion .partner_logo{max-height: 72px;}
#huion .first_img{margin-top: 145px; transform: translateX(36px);}
#huion .first_img img{border-radius: 30px; width: 650px; height: 370px;}
#huion .sec_img{margin-top: 49px; padding-bottom: 145px;}
#huion .sec_img img{border-radius: 30px; width: 650px; height: 370px;}

/* ai section */
#ai {background-color: #f5f5f5;}
#ai  #pin2-start {padding-top: 270px;}
#ai .title{font-size: 41.67px; line-height: 54.17px; font-weight: 700; letter-spacing: -0.025em;}
#ai .title-sec{font-size: 41.67px; line-height: 54.17px; font-weight: 700; letter-spacing: -0.025em; margin-bottom: 53px;}
#ai .description{font-size: 16.67px; line-height: 25px ; font-weight: 300; margin-bottom: 91px;}
#ai .adress{font-size: 16.67px; line-height: 25px; font-weight: 300; margin-bottom: 26px;}
#ai .time{font-size: 16.67px; line-height: 25px; font-weight: 300;  }
#ai .partner_logo{margin-top: 81px; margin-bottom: 239px;}
#ai .partner_logo img{max-height: 64px;}
#ai .first_img{margin-top: 148px; transform: translateX(36px);}
#ai .first_img img{border-radius: 30px; width: 650px; height: 370px;}
#ai .sec_img{margin-top: 40px; padding-bottom: 152px;}
#ai .sec_img img{border-radius: 30px; width: 650px; height: 370px;}


/* artist section */
#artist {background-color: #fff;}
#artist  #pin3-start {padding-top: 330px;}
#artist .title{font-size: 41.67px; line-height: 54.17px; font-weight: 700; letter-spacing: -0.025em;}
#artist .title-sec{font-size: 41.67px; line-height: 54.17px; font-weight: 700; letter-spacing: -0.025em; margin-bottom: 50px;}
#artist .description{font-size: 16.67px; line-height: 25px ; font-weight: 300; margin-bottom: 81px;}
#artist .adress{font-size: 16.67px; line-height: 25px; font-weight: 300; margin-bottom: 26px;}
#artist .time{font-size: 16.67px; line-height: 25px; font-weight: 300;  }
#artist .partner_logo{margin-top: 66px; margin-bottom: 239px;}
#artist .partner_logo img{max-height: 64px;}
#artist .first_img{margin-top: 169px; transform: translateX(36px);}
#artist .first_img img{border-radius: 30px; width: 650px; height: 370px;}
#artist .sec_img{margin-top: 40px; padding-bottom: 128px;}
#artist .sec_img img{border-radius: 30px; width: 650px; height: 370px;}

/* reveal img */
#collaboration img {
  object-fit: cover;
  transform-origin: left;
}

#collaboration .reveal {
  visibility: hidden;
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
/* reveal text */

#collaboration .reveal-text {
    visibility: hidden;
  }

#collaboration .line {
  position: relative;
  overflow: hidden;
  display: flex;
}

/* ===== Collaboration END === */

/* ===== academy START === */

  #academy .global_inner{max-width: 1200px;}

  /* academy hero section */
  .academy{background-image: url(../img/academy_img/01_bg.jpg); background-position:center; background-repeat: no-repeat; background-size: cover; padding: 0 11px; height: 1080px;}
  .academy h2.title{font-size: 70.83px; line-height: 1; font-weight: 900; margin-bottom: 70px; margin-top: 36px; text-align: center; color: #fff;}
  .title_wrap{margin: 0 auto;}
  .academy .description{font-size: 18.75px; font-weight: 300; color: #fff; text-align: center;}

  /* HEAD SHOP section */
  #headShop {background-color: #fff;}
  #headShop #pin-start {padding-top: 344px;}
  #headShop .title{font-size: 41.67px; line-height: 54.17px; font-weight: 700; letter-spacing: -0.025em;}
  #headShop .title-sec{font-size: 41.67px; line-height: 54.17px; font-weight: 700; letter-spacing: -0.025em; margin-bottom: 46px;}
  #headShop .description{font-size: 16.67px; line-height: 25px ; font-weight: 300; margin-bottom: 108px;}
  #headShop .adress{font-size: 16.67px; line-height: 25px; font-weight: 300; margin-bottom: 26px;}
  #headShop .time{font-size: 16.67px; line-height: 25px; font-weight: 300;  }
  #headShop .partner_logo{margin-top: 81px; margin-bottom: 239px;}
  #headShop .partner_logo{max-height: 72px;}
  #headShop .first_img{margin-top: 145px; transform: translateX(36px);}
  #headShop .first_img img{border-radius: 30px; width: 650px; height: 370px;}
  #headShop .sec_img{margin-top: 50px;}
  #headShop .sec_img img{border-radius: 30px; width: 650px; height: 370px;}

  /* suwan section */
  #suwan {background-color: #fbfbfb; margin-top: 145px;}
  #suwan #pin2-start{padding-top: 358px;}
  #suwan .title{font-size: 41.67px; line-height: 54.17px; font-weight: 700; letter-spacing: -0.025em;}
  #suwan .title-sec{font-size: 41.67px; line-height: 54.17px; font-weight: 700; letter-spacing: -0.025em; margin-bottom: 48px;}
  #suwan .description{font-size: 16.67px; line-height: 25px ; font-weight: 300; margin-bottom: 73px;}
  #suwan .adress{font-size: 16.67px; line-height: 25px; font-weight: 300; margin-bottom: 26px;}
  #suwan .time{font-size: 16.67px; line-height: 25px; font-weight: 300;  }
  #suwan .partner_logo{margin-top: 81px; margin-bottom: 239px;}
  #suwan .partner_logo img{max-height: 64px;}
  #suwan .first_img{margin-top: 148px; transform: translateX(35px);}
  #suwan .first_img img{border-radius: 30px; width: 650px; height: 370px;}
  #suwan .sec_img{margin-top: 40px; padding-bottom: 180px;}
  #suwan .sec_img img{border-radius: 30px; width: 650px; height: 370px;}

  /* reveal img */
  #academy img {
    object-fit: cover;
    transform-origin: left;
  }

  #academy .reveal {
    visibility: hidden;
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
  /* reveal text */

  #academy .reveal-text {
      visibility: hidden;
    }

   #academy .line {
      position: relative;
      overflow: hidden;
      display: flex;
    }

/* ===== academy END === */



/* ==== about start === */
.about{background-image: url(../img/about/about_bg.png); background-position:center; background-repeat: no-repeat; background-size: cover; padding: 0 11px; height: 500px; margin-top: 74px;}
.about h2.title{font-size: 62.5px; line-height: 1; font-weight: 900; margin-bottom: 38px; margin-top: 36px; text-align: right; color: #3a3a3a;}
.about .description{font-size: 18.75px; font-weight: 300; color: #3a3a3a; text-align: right;}

/* artist section */
#forArtist {background-color: #fff; }
#forArtist  #pin-start {padding-top: 525px; padding-left: 98px;}
#forArtist .title{color: #2e63cf; font-size: 62.5px; line-height: 54.17px; font-weight: 700; margin-bottom: 55px;}
#forArtist .description{font-size: 16.67px; font-weight: 300; margin-bottom: 100px; line-height: 29px;}
#forArtist .adress{font-size: 16.67px; line-height: 25px; font-weight: 300; margin-bottom: 26px;}
#forArtist .time{font-size: 16.67px; line-height: 25px; font-weight: 300;  }
#forArtist .partner_logo{margin-top: 81px; margin-bottom: 239px;}
#forArtist .partner_logo{max-height: 72px;}
#forArtist .first_img{margin-top: 200px;}
#forArtist .sec_img{margin-top: 49px; padding-bottom: 145px;}
#forArtist .sec_img img{border-radius: 30px; width: 650px; height: 370px;}
#forArtist .btn{padding: 14px 32px; line-height: 1; border: 2px solid #252f90; font-size: 21px; color: #252f90; border-radius: 32px; font-weight: 700;}
#forArtist .btn_gr{padding: 14px 32px; line-height: 1; border: 2px solid #558b35; font-size: 21px; color: #558b35; border-radius: 32px; font-weight: 700;}


#forArtist #fp_section{padding-top: 440px; padding-right: 55px;}
#forArtist #fp_section .title{font-size: 62.5px; line-height: 54.17px; font-weight: 700; margin-bottom: 55px; color: #79ba52;}
#about .right_img{margin-top: -43px;}

.card_wrap{width: 410px; height:535px; padding: 39px 66px;}
.card_wrap .title_wrap{text-align: center;}
.card_wrap .title{font-size: 32.65px; height: 41px; font-weight: 900; margin-bottom: 5px;}
.card_wrap .description{font-size: 14.51px; line-height: 21.77px; text-align: center; padding: 28px 0 36px;}
.card_wrap .title_wrap .line{content: ''; height: 1px; background-color: #ffe698;}

.card_bg{position: absolute; z-index: -1;}
.card_txt_wrap{background-color: #fff; border-radius: 20px; padding: 39px 11px 24px;}

.mg_ct{margin: 0 auto;}

  /* reveal img */
  #about img {
    object-fit: cover;
    transform-origin: left;
  }

  #about .reveal {
    visibility: hidden;
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
  /* reveal text */

  #about .reveal-text {
      visibility: hidden;
    }

   #about .line {
      position: relative;
      overflow: hidden;
      display: flex;
/* ==== about END === */



/* Css is used to create floating motion */
.float
{
    -webkit-animation-name: Floating;
    -webkit-animation-duration: 3s;
    -webkit-animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: infinite;
    transform: translateX(0px);
}
.float2
{
    -webkit-animation-name: Floating2;
    -webkit-animation-duration: 2s;
    -webkit-animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: infinite;
    transform: translateX(0px);
}

@-webkit-keyframes Floating
{
    from
    {
        -webkit-transform: translate(0, 0px);
    }
    35%
    {
        -webkit-transform: translate(0, 36px);
    }
    to
    {
        -webkit-transform: translate(0, -0px);
    }
}

@-webkit-keyframes Floating2 {
    from
    {
        -webkit-transform: translate(0, 0px);
    }
    35%
    {
        -webkit-transform: translate(0, 16px);
    }
    to
    {
        -webkit-transform: translate(0, -0px);
    }
}

  
@-webkit-keyframes fadeInUp {
    0% {
      transform: translate3d(0, 55%, 0);
      opacity: 0;
    }
    to {
      opacity: 1;
      transform: translate3d(0, 0, 0);
    }
  }
  
  @keyframes fadeInUp {
    0% {
      transform: translate3d(0, 55%, 0);
      opacity: 0;
    }
    to {
      opacity: 1;
      transform: translate3d(0, 0, 0);
    }
  }
