@charset 'utf-8';
/* CLEARFIX */

.cf:before,
.cf:after {
    content: " ";
    display: table;
}

.cf:after {
    clear: both;
}

.cf {
    *zoom: 1;
}
/*reset*/
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
html {
  height: 100%;
  /*height: calc(var(--vh, 1vh) * 100);*/
}
body {
  overflow-x: hidden;
}
div,span,p{word-break:keep-all;}

ol,
ul {
  list-style: none;
}
a {
    font-family: "SCoreDream";
    font-style: normal;
    text-decoration: none;
    color:inherit;
   }

   @font-face {
    font-family: "SCoreDream";
    font-weight: 100;
    font-style: normal;
    src: url(https://cdn.jsdelivr.net/gh/webfontworld/SCoreDream/SCoreDream1.woff2)
        format("woff2"),
      url(https://cdn.jsdelivr.net/gh/webfontworld/SCoreDream/SCoreDream1.woff)
        format("woff");
    font-display: swap;
  }
  @font-face {
    font-family: "SCoreDream";
    font-weight: 200;
    font-style: normal;
    src: url(https://cdn.jsdelivr.net/gh/webfontworld/SCoreDream/SCoreDream2.woff2)
        format("woff2"),
      url(https://cdn.jsdelivr.net/gh/webfontworld/SCoreDream/SCoreDream2.woff)
        format("woff");
    font-display: swap;
  }
  @font-face {
    font-family: "SCoreDream";
    font-weight: 300;
    font-style: normal;
    src: url(https://cdn.jsdelivr.net/gh/webfontworld/SCoreDream/SCoreDream3.woff2)
        format("woff2"),
      url(https://cdn.jsdelivr.net/gh/webfontworld/SCoreDream/SCoreDream3.woff)
        format("woff");
    font-display: swap;
  }
  @font-face {
    font-family: "SCoreDream";
    font-weight: 400;
    font-style: normal;
    src: url(https://cdn.jsdelivr.net/gh/webfontworld/SCoreDream/SCoreDream4.woff2)
        format("woff2"),
      url(https://cdn.jsdelivr.net/gh/webfontworld/SCoreDream/SCoreDream4.woff)
        format("woff");
    font-display: swap;
  }
  @font-face {
    font-family: "SCoreDream";
    font-weight: 500;
    font-style: normal;
    src: url(https://cdn.jsdelivr.net/gh/webfontworld/SCoreDream/SCoreDream5.woff2)
        format("woff2"),
      url(https://cdn.jsdelivr.net/gh/webfontworld/SCoreDream/SCoreDream5.woff)
        format("woff");
    font-display: swap;
  }
  @font-face {
    font-family: "SCoreDream";
    font-weight: 600;
    font-style: normal;
    src: url(https://cdn.jsdelivr.net/gh/webfontworld/SCoreDream/SCoreDream6.woff2)
        format("woff2"),
      url(https://cdn.jsdelivr.net/gh/webfontworld/SCoreDream/SCoreDream6.woff)
        format("woff");
    font-display: swap;
  }
  @font-face {
    font-family: "SCoreDream";
    font-weight: 700;
    font-style: normal;
    src: url(https://cdn.jsdelivr.net/gh/webfontworld/SCoreDream/SCoreDream7.woff2)
        format("woff2"),
      url(https://cdn.jsdelivr.net/gh/webfontworld/SCoreDream/SCoreDream7.woff)
        format("woff");
    font-display: swap;
  }
  @font-face {
    font-family: "SCoreDream";
    font-weight: 800;
    font-style: normal;
    src: url(https://cdn.jsdelivr.net/gh/webfontworld/SCoreDream/SCoreDream8.woff2)
        format("woff2"),
      url(https://cdn.jsdelivr.net/gh/webfontworld/SCoreDream/SCoreDream8.woff)
        format("woff");
    font-display: swap;
  }
  @font-face {
    font-family: "SCoreDream";
    font-weight: 900;
    font-style: normal;
    src: url(https://cdn.jsdelivr.net/gh/webfontworld/SCoreDream/SCoreDream9.woff2)
        format("woff2"),
      url(https://cdn.jsdelivr.net/gh/webfontworld/SCoreDream/SCoreDream9.woff)
        format("woff");
    font-display: swap;
  }


  html{
    position: relative;
    
  }
  body{
  }
  header{
    position: fixed;
    top: 0;
    width: 100%;
    margin: 0 auto;
    border: 0px solid brown;
    z-index: 1000;
    
  }

  header .inner{
    padding: 20px 0;
    width: 87.5%;
    margin: 0 auto;
    border: 0px solid teal;
  }
#nav{
  width: 100%;
  border: 0px solid bisque;
  display: flex;
  align-items: center;
}
#nav h1{
  width: 50%;
  border: 0px solid pink;
}
#nav h1 a{
  width: 100%;
  border: 0px solid slateblue;
}

#nav h1 a img{
  vertical-align: middle;
}

#nav ul{
  float: right;
  text-align: right;
  width: 50%;
  border: 0px solid aqua;
}
#nav ul li{
  display: inline-block;
  width: 17%;
  text-align: center;
  border: 0px solid thistle;
}

#nav ul li a{
  font-family: "SCoreDream";
  font-weight: 400;
  color: #444;
  font-size: 1em;
}


.sub_title{
  padding: 50px 0;
  font-family: "SCoreDream";
  font-weight: 700,bold;
  font-size: 3em;
  color: #444;
}
  #sub_visual{
    position: absolute;
    top: 0;
    width: 100%;
    background: url(../../../images/ADimpact_sub_BG.png) no-repeat center top;
    height: 355px;
    z-index: -10;
    border: 0px solid sandybrown;
  }


  #container_btn{
    text-align: center;
    padding: 50px 0 150px 0;
    border: 0px solid greenyellow;
  }
    button {
      position: relative;
      display: inline-block;
      cursor: pointer;
      outline: none;
      border: 0;
      vertical-align: middle;
      text-decoration: none;
      background: transparent;
      padding: 0;
      font-size: 2rem;
      font-family: "SCoreDream";
      font-weight: 700;
    }
    button.learn-more {
      width: 20rem;
      height: 4rem;
      background-color: rgba(255, 255, 255, 0.18);
      border: 1px solid #f91237;
      border-radius: 2rem;
    }
    button.learn-more .circle {
      transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
      position: relative;
      display: block;
      margin: 0;
      width: 4rem;
      height: 4rem;
      background: #f91237;
      border-radius: 2rem;
    }
    button.learn-more .circle .icon {
      transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
      position: absolute;
      top: 0;
      bottom: 0;
      margin: auto;
      background: #fff;
    }
    button.learn-more .circle .icon.arrow {
      transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
      left: 1rem;
      width: 1.125rem;
      height: 0.125rem;
      background: none;
    }
    button.learn-more .circle .icon.arrow::before {
      position: absolute;
      content: "";
      top: -0.25rem;
      right: 0.0525rem;
      width: 0.625rem;
      height: 0.625rem;
      border-top: 0.125rem solid #fff;
      border-right: 0.125rem solid #fff;
      transform: rotate(45deg);
    }
    button.learn-more .button-text {
      transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      padding: 1rem 0;
      margin: 0 0 0 1.50rem;
      color: #444;
      line-height: 1;
      text-align: center;
      font-size: 2rem;
      text-transform: none;
    }
    button:hover .circle {
      width: 100%;
    }
    button:hover .circle .icon.arrow {
      background: #fff;
      transform: translate(1rem, 0);
    }
    button:hover .button-text {
      color: #fff;
    }

  #footer {
    width: 100%;

    padding: 3% 0;
    background: #444;
    color: #fff;
  }
  
  #footer .f_outer {
    width: 87.5%;
    margin: 0 auto;
    border: 0px solid yellow;
    
  }
  
  #footer .foot_left {
    display: inline-block;
    width: 49.5%;
    text-align: left;
    border: 0px solid green;
  
  }
  
  #footer .foot_left address {
    font-family: "SCoreDream";
    text-decoration: none;
    font-style: normal;
    font-size: 1em;
  }
  
  #footer .foot_right {
    display: inline-block;
    width: 49.5%;
    font-weight: 700;
    border: 0px solid red;
  }
  #footer .foot_right span {
    display: block;
    text-align: right;
    font-family: "SCoreDream";
    text-decoration: none;
    font-weight: 700;
    font-size: 1.5em;
    line-height: normal;
    font-style: normal;
  }
  #footer .foot_right span a {
    color: #fff;
    text-decoration: none;
  }




  /*상담접수 완료*/
  .CS_title{
    margin: 0 auto;
    width: 90%;
    padding: 10% 0 4% 0;
    font-family: "SCoreDream";
    font-weight: 700,bold;
    font-size: 3em;
    text-align: center;
    color: #444;
  }

  #CS_complete{
    text-align: center;
    padding: 0px;
  }
  .CS_text{
    text-align: center;
    width: 100%;
    margin: 0 auto;
    color: #777;
    font-weight:normal;
    font-size: 1.5em;
    line-height: 1.5;
  }









  /*privacy 부분*/
  #Privacy{padding: 50px 0 200px 0;}
  .P_title{
    color: #f91237;
    border-bottom: 2px solid #f91237;
    font-weight:bold;
    font-size: 1.5em;
    line-height: 2em;
  }
  #Privacy h6{
    margin-top: 50px;
    font-size: 1.2em;
    line-height: 1.5em;
  }

  #Privacy p{
    font-size: 1em;
    line-height: 1.7em;
    margin: 20px 0;
  }





  
@media (max-width:1024px) {

  .menu {
    width:90%;
  }

  div.row {
    z-index: 50;
    display: block;
    position: fixed;
    top: 2em;
    right: 3em;

  }
  
  
.row .three{
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #ecf0f1;
  text-align: center;
  border: 0px solid red;
}

.hamburger .line{

  width: 50px;
  height: 5px;
  background-color: #777;
  display: block;
  margin: 8px auto;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.hamburger:hover{
  
  cursor: pointer;
}

/* ONE */

#hamburger-1.is-active .line:nth-child(2){
  opacity: 0;
}

#hamburger-1.is-active .line:nth-child(1){
  background-color: #f5f5f5;
  -webkit-transform: translateY(13px) rotate(45deg);
  -ms-transform: translateY(13px) rotate(45deg);
  -o-transform: translateY(13px) rotate(45deg);
  transform: translateY(13px) rotate(45deg);
}

#hamburger-1.is-active .line:nth-child(3){
  background-color: #f5f5f5;
  -webkit-transform: translateY(-13px) rotate(-45deg);
  -ms-transform: translateY(-13px) rotate(-45deg);
  -o-transform: translateY(-13px) rotate(-45deg);
  transform: translateY(-13px) rotate(-45deg);
}



  .sub_title{
    padding: 100px 0;
    font-family: "SCoreDream";
    font-weight: 700,bold;
    font-size: 3em;
    color: #444;
  }

  
  header .inner{
    width: 90%;
  }

  #nav{
    width: 100%;
    border: 0px solid bisque;
    display: block;
    align-items: baseline;
  }
  #nav h1{
    width: 50%;
    border: 0px solid pink;
  }
  

  #nav ul{
    display: none;
    position: fixed;
    padding-top: 15%;
    float: right;
    text-align: center;
    width: 30%;
    height: 100vh;
    border: 0px solid aqua;
    background: #f91237;
    top: 0%;
    right: 0px;  
  }


  #nav ul li{
    display: inline-block;
    width: 100%;
    padding: 2% 0;
    text-align: center;
    border: 0px solid thistle;
  }
  
  #nav ul li a{
    font-family: "SCoreDream";
    font-weight: 400;
    color: #fff;
    font-size: 1.5em;
  }


  #footer{
    padding: 3em 0;
  }
  #footer .f_outer {
    text-align: center;
  }
  
  #footer .foot_left {
    width: 100%;
    text-align: center;
    line-height: nomal;
    border: 0px solid yellow;
    padding-bottom: 1em;
  }
  #footer .foot_left address {
    font-size: 1rem;
  }
  #footer .foot_right .cs_mail{
    display: none;
  }
  #footer .foot_right{
    width: 100%;
    margin: 0 auto;
    border: 0px solid tomato ;
  }
  
  
  #footer .foot_right span{
    font-weight: 700;
    text-align: center;
    line-height: nomal;
    font-size: 1.2rem;
  }
  
  .CS_title{
    margin: 0 auto;
    width: 80%;
    padding: 130px 0 30px 0;
    font-family: "SCoreDream";
    font-weight: 700,bold;
    font-size: 2rem;
    text-align: center;
    color: #444;
  }

  .CS_text{
    text-align: center;
    width: 100%;
    margin: 0 auto;
    color: #777;
    font-weight:normal;
    font-size: 1.3rem;
    line-height: 1.5;
  }


  
}




@media (max-width:480px) {
  #sub_visual{
    background: url(../../../images/ADimpact_sub_BG_480.png) no-repeat center top;
  }
  header .inner{
    padding: 10px 0;
     margin: 0 auto;
    border: 0px solid teal;
  }
  .menu {
    width:90%;
  }

  div.row {
    display: block;
    position: fixed;
    top: 1em;
    right: 1.5em;

  }
  #nav h1 a img{
  width: 20%;
  }
  
.row .three{
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #ecf0f1;
  text-align: center;
  border: 0px solid red;
}

.hamburger .line{
  width: 40px;
  height: 4px;
  background-color: #777;
  display: block;
  margin: 5px auto;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.hamburger:hover{
  cursor: pointer;
}

/* ONE */

#hamburger-1.is-active .line:nth-child(2){
  opacity: 0;
}

#hamburger-1.is-active .line:nth-child(1){
  -webkit-transform: translateY(9px) rotate(45deg);
  -ms-transform: translateY(9px) rotate(45deg);
  -o-transform: translateY(9px) rotate(45deg);
  transform: translateY(9px) rotate(45deg);
}

#hamburger-1.is-active .line:nth-child(3){
  -webkit-transform: translateY(-90px) rotate(-45deg);
  -ms-transform: translateY(-9px) rotate(-45deg);
  -o-transform: translateY(-9px) rotate(-45deg);
  transform: translateY(-9px) rotate(-45deg);
}



  .sub_title{
    padding: 100px 0;
    font-family: "SCoreDream";
    font-weight: 700,bold;
    font-size: 3em;
    color: #444;
  }

  
  header .inner{
    width: 90%;
  }

  #nav{
    width: 100%;
    border: 0px solid bisque;
    display: block;
  }
  #nav h1{
  
    width: 100%;
    border: 0px solid pink;
  }
  

  #nav ul{
    display: none;
    position: fixed;
    padding-top: 15%;
    float: right;
    text-align: center;
    width: 100%;
    height: 100vh;
    border: 0px solid aqua;
    background: #f91237;
    top: 0%;
    right: 0px;  
  }


  #nav ul li{
    display: inline-block;
    width: 100%;
    padding: 2% 0;
    text-align: center;
    border: 0px solid thistle;
  }
  
  #nav ul li a{
    font-family: "SCoreDream";
    font-weight: 400;
    color: #fff;
    font-size: 1.5em;
  }


  #footer{
    padding: 2em 0;
  }
  #footer .f_outer {
    width: 90%;
    text-align: center;
  }
  
  #footer .foot_left address {
  }
  
  #footer .foot_right .cs_mail{
    display: none;
  }
  
  #footer .foot_right span{
    font-weight: 700;
    text-align: center;
    line-height: nomal;
    font-size: 1.2rem;
  }
  
}