@import url('reset.css');
@font-face {
    font-family : 'esamanru';
    src: url('/Font/esamanru-Light.woff') format('woff');
    font-style: normal;
    font-weight: 300;
  }
@font-face {
    font-family : 'esamanru';
    src: url('/Font/esamanru-Medium.woff') format('woff');
    font-style: normal;
    font-weight: 500;
  }
@font-face {
    font-family : 'esamanru';
    src: url('/Font/EsaManruBold.woff') format('woff');
    font-style: normal;
    font-weight: 700;
  }
@font-face {
    font-family : 'Pretendard';
    src: url('/Font/Pretendard-Black.woff') format('woff');
    font-style: normal;
    font-weight: 900;
  }
@font-face {
    font-family : 'Pretendard';
    src: url('/Font/Pretendard-Bold.woff') format('woff');
    font-style: normal;
    font-weight: 700;
  }
@font-face {
    font-family : 'Pretendard';
    src: url('/Font/Pretendard-ExtraBold.woff') format('woff');
    font-style: normal;
    font-weight: 800;
  }
@font-face {
    font-family : 'Pretendard';
    src: url('/Font/Pretendard-ExtraLight.woff') format('woff');
    font-style: normal;
    font-weight: 200;
  }
@font-face {
    font-family : 'Pretendard';
    src: url('/Font/Pretendard-Light.woff') format('woff');
    font-style: normal;
    font-weight: 300;
  }
@font-face {
    font-family : 'Pretendard';
    src: url('/Font/Pretendard-Medium.woff') format('woff');
    font-style: normal;
    font-weight: 500;
  }
@font-face {
    font-family : 'Pretendard';
    src: url('/Font/Pretendard-Regular.woff') format('woff');
    font-style: normal;
    font-weight: 400;

  }
@font-face {
    font-family : 'Pretendard';
    src: url('/Font/Pretendard-SemiBold.woff') format('woff');
    font-style: normal;
    font-weight: 600;

  }
@font-face {
    font-family : 'Pretendard';
    src: url('/Font/Pretendard-Thin.woff') format('woff');
    font-style: normal;
    font-weight: 100;
}

a{
  text-decoration: none;
}

html{
  width:100%;
  scroll-behavior: smooth;
  overflow-x: hidden;
}
body{
  width: 100%;
  overflow-x: hidden;
}



/* �ㅻ뜑 �곸뿭 */
header{
  transition: .2s all ease-out;
  width: 100%;
  background-color: #444;
  border-bottom: 1px solid #fff;
  height: 80px;
  align-items: center;
  display: flex;
  justify-content: center;
}
.header-menu{
  width: 70%;
}
.header-menu ul{
  display: flex;
  justify-content: space-between;
}

.header-menu ul li a {
  font-size: 1.25em;
  line-height: 50px;
  color: #fff;
  font-weight: 700;
  font-family: "Pretendard";
}
.header-menu ul li a:hover{
  transition: .02s all;
  border-bottom: 3px solid #fff;
  color: #49E762;
  border-color: #49E762;
  padding-bottom: 26px;
}
#logo{
  color: #49E762;
  -webkit-background-clip: text;
  font-weight: bold;
}
.telimg{
  width: 60%;
  margin-top: 70px;
}


/* 理쒖긽�� �뱀뀡 */
main{
  width: 100%;
}
section{
  transition: .3s all ease-out;
}
.section{
  width: 100%;
  margin: 0 auto;
  background-color: #444;
}

.first-sec{
  width: 70%;
  height: 930px;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;

}
.text-area{
  width: 600px;
  margin-top: 119px;
}
.text-area h1{
  font-size: 1.3vw;
  line-height: 30px;
  color: #49E762;
  -webkit-background-clip: text;
  font-weight: 700;
  font-family: "esamanru";
}
.text-area h2{
  padding-top: 68px;
  font-size: 2vw;
  line-height: 40px;
  color: #ffffff;
  font-weight: 500;
  font-family: "esamanru";
}

.text-area h3{
  padding-top: 37px;
  font-size: 3.6vw;
  color: #fff;
  font-weight: 500;
  font-family: "esamanru";
}
.text-area h3 span{
  color: #49E762;
  -webkit-background-clip: text;
}

.text-area h4{
  padding-top: 35px;
  font-size: 1.4vw;
  font-weight: 700;
  letter-spacing: 0px;
  line-height: 40px;
  color: #ffffff;
  font-family: "Pretendard";
}
.text-area h4 span{
  color: #49E762;
}

.text-area button{
  font-family: "Pretendard";
  margin-top: 53px;
  width: 70%;
  height: 80px;
  border-radius: 40px;
  border: none;
  background-color: #ffe11e;
  font-size: 20px;
  font-weight: bold;
}


.text-area a{
  font-size: 20px;
  color: #444;
  font-weight: bold;
  font-family: "Pretendard";
  text-align: center;
}


#phone-gif{
  margin-top: 131px;
  height: 86%;
  width: 39%;
}


/* ��遺��낅쭏耳��� �쒕퉬�� */
.sec-section{
  width: 100%;
}
#para{
  padding: 10px 0;
  margin-top: 10px;
  line-height: 25px;
  font-size: 20px;
  color: #000;
  font-weight: bold;
  background-color: #49E762;
  display: inline-block;
}
#second-cont{
  width: 60%;
  height: 1360px;
  margin: 0 auto;
  margin-top: 150px;
}
#second-cont button{
  border: none;
  margin-top: 90px;
  width: 300px;
  height: 80px;
  border-radius: 40px;
  background-color: #444;
}
#second-cont button:hover{
  border: none;
  transition: .08s all;
  background-color:#ffdc00;
  cursor: pointer;
}
#second-cont img{
  width: 100%;
}
#second-cont a{
  font-size: 20px;
  line-height: 0;
  color: #ffffff;
  font-weight: bold;
  font-family: "Pretendard";
  margin: 0 auto;
}

.text-info{
  text-align: center;
}
.text-info h1{
  font-size: 24px;
  line-height: 30px;
  color: #ababab;
  font-weight: 300;
  font-family: "esamanru";
  text-align: center;
}
.text-info h2{
  font-size: 60px;
  line-height: 80px;
  color: #444;
  font-weight: 500;
  font-family: "esamanru";
  text-align: center;
  padding-top: 20px;
}
.text-info h3{
  font-size: 20px;
  letter-spacing: 0px;
  line-height: 30px;
  color: #444;
  font-weight: 500;
  font-family: "Pretendard";
  text-align: center;
  padding-top: 34px;
}
.info-cont{
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-top: 73px;
  width: 100%;
}
.info-cont:last-child{
  border: none;
}
.word-break{
  display: none;
}

.card {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: 180px;
  border-radius: 90px;
  background-color: #444; 
  margin-bottom: 20px;
}
.card h3{
  font-size: 1.7vw;
  letter-spacing: 0px;
  line-height: 30px;
  color: #ffffff;
  font-weight: bold;
  font-family: "Pretendard";
}
.card p{
  font-size: 1.4vw;
  letter-spacing: 0px;
  line-height: 28px;
  color: #ffffff;
  font-family: "Pretendard";
  margin-top: 20px;

}

.card-m{
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: 180px;
  border-radius: 90px;
  background-color:#49E762; 
  margin-bottom: 20px;

}

.card-m h3 {
  font-size: 1.7vw;
  letter-spacing: 0px;
  line-height: 35px;
  color: #444;
  font-weight: bold;
  font-family: "Pretendard";
}

.card-m p{
  font-size: 1.4vw;
  letter-spacing: 0px;
  line-height: 28px;
  color: #444;
  font-family: "Pretendard";
  margin-top: 10px;
  font-weight: 600;
}

.card span:first-child{
  margin-top: 40px;
  margin-left: 150px;
}
.card-m span:first-child{
  margin-top: 40px;
  margin-left: 150px;
  width: 61%;
}

.card span:nth-child(2){
  margin-right: 95px;
  margin-top: 55px;
}
.card-m span:nth-child(2){
  margin-right: 95px;
  margin-top: 55px;
}

.submit-btn{
  text-align: center;
  margin-bottom: 0;
}


/* �꾨줈�몄뒪 */

.third-sec{
  width: 100%;
  background-color: #49E762;
  margin-top: 57px;
}
.third-sec > div{
  width: 100%;
  height: 535px;
  padding-top: 145px;
  margin: 0 auto;
}

.sec-text-area{
  text-align: center;
}
.sec-text-area > h1  span{
  color: white;
}
.sec-text-area h1{
  font-size: 60px;
  color: #444;
  font-weight: 500;
  font-family: "esamanru";
  text-align: center;
}

.sec-text-area p {
  font-size: 20px;
  letter-spacing: 0px;
  line-height: 30px;
  color: #444;
  font-weight: 700;
  font-family: "Pretendard";
  text-align: center;
  margin-top: 30px;
}

.four-icon{
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  text-align: center;
  margin-top: 90px;
}

.four-icon p{
  margin-top: 15px;
  font-size: 24px;
  letter-spacing: 0px;
  line-height: 30px;
  color: #444;
  font-weight: 700;
  font-family: "Pretendard";
  text-align: center;
}


/* �⑦궎吏� */

.fourth-sec{
  width: 100%;
  padding-top: 150px;
}

.fourth-cont {
  width: 62%;
  margin: 0 auto;
}


.fourth-text{
  text-align: center;
}
.fourth-text h1{
  font-size: 24px;
  line-height: 30px;
  color: #ababab;
  font-weight: 300;
  font-family: "esamanru";
  text-align: center;
}

.fourth-text h2{
  font-size: 60px;
  line-height: 80px;
  color: #444;
  font-weight: 500;
  font-family: "esamanru";
  text-align: center;
  padding-top: 18px;
}

.fourth-text h3{
  font-size: 20px;
  letter-spacing: 0px;
  line-height: 30px;
  color: #444;
  font-weight: 700;
  font-family: "Pretendard";
  text-align: center;
  padding-top: 20px;
}
.fourth-text > h3 span {
  background-color:#49E762;
}

.packages-img{
  position: relative;
  padding-top: 70px;
  width: 100%;
  display: grid;
  gap: 20px;
  justify-content: space-between;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
.packages-img img{
  width: 100%;
  border-radius: 10px;
}

.top-area{
  text-align: center;
  position: absolute;
  left: 0;
  top: 13rem;
  width: 24%;
}
.top-area p{
  font-size: 22px;
  letter-spacing: 0px;
  line-height: 30px;
  color: #ffffff;
  font-family: "Pretendard";
  text-align: center;
}

.mid-area{
  text-align: center;
  position: absolute;
  left: 0;
  top: 16rem;
  width: 24%;
}
.mid-area h3{
  font-size: 26px;
  letter-spacing: 0px;
  line-height: 30px;
  color: #444;
  font-weight: bold;
  font-family: "Pretendard";
  text-align: center;
  padding-top: 30px;
}

.textbox{
  padding-top: 20px;

}
.textbox span{
  font-size: 20px;
  letter-spacing: 0px;
  padding-bottom: 10px;
  line-height: 20px;
  color: #444;
  font-weight: 600;
  font-family: "Pretendard";
  display: flex;
  justify-content: space-between;
  margin:0 40px;
}
.textbox span:last-child{
  border-bottom: 1px gray;
  border-style: dashed dotted;
  padding-bottom: 20px;

}
.bot-area{
  font-size: 22px;
  letter-spacing: 0px;
  line-height: 30px;
  color: #444;
  font-weight: bold;
  font-family: "Pretendard";
  text-align: center;
  margin-top: 18px;
}


.top-area2{
  text-align: center;
  position: absolute;
  left: 25%;
  top: 13rem;
  width: 24%;
}
.top-area2 p{
  font-size: 22px;
  letter-spacing: 0px;
  line-height: 30px;
  color: #ffffff;
  font-family: "Pretendard";
  text-align: center;
}

.mid-area2{
  font-weight: 600;
  text-align: center;
  position: absolute;
  left: 25%;
  top: 16rem;
  width: 24%;
}
.mid-area2 h3{
  font-size: 26px;
  letter-spacing: 0px;
  line-height: 30px;
  color: #444;
  font-weight: bold;
  font-family: "Pretendard";
  text-align: center;
  padding-top: 30px;
}

.textbox2{
  padding-top: 20px;

}
.textbox2 span{
  font-size: 20px;
  letter-spacing: 0px;
  padding-bottom: 10px;
  line-height: 20px;
  color: #444;
  font-family: "Pretendard";
  display: flex;
  justify-content: space-between;
  margin:0 40px;
}
.textbox2 span:last-child{
  border-bottom: 1px gray;
  border-style: dashed dotted;
  padding-bottom: 20px;

}
.bot-area2{
  font-size: 22px;
  letter-spacing: 0px;
  line-height: 30px;
  color: #444;
  font-weight: bold;
  font-family: "Pretendard";
  text-align: center;
  margin-top: 18px;
}


.top-area3{
  text-align: center;
  position: absolute;
  left: 50.5%;
  top: 13rem;
  width: 24%;

}
.top-area3 p{
  font-size: 22px;
  letter-spacing: 0px;
  line-height: 30px;
  color: #ffffff;
  font-family: "Pretendard";
  text-align: center;
  
}

.mid-area3{
  text-align: center;
  position: absolute;
  left: 50.5%;
  top: 16rem;
  width: 24%;
  font-weight: 600;

}
.mid-area3 h3{
  font-size: 26px;
  letter-spacing: 0px;
  line-height: 30px;
  color: #444;
  font-weight: bold;
  font-family: "Pretendard";
  text-align: center;
  padding-top: 30px;
}

.textbox3{
  padding-top: 20px;

}
.textbox3 span{
  font-size: 20px;
  letter-spacing: 0px;
  padding-bottom: 10px;
  line-height: 20px;
  color: #444;
  font-family: "Pretendard";
  display: flex;
  justify-content: space-between;
  margin:0 40px;
}
.textbox3 span:last-child{
  border-bottom: 1px gray;
  border-style: dashed dotted;
  padding-bottom: 20px;

}
.bot-area3 {
  font-size: 22px;
  letter-spacing: 0px;
  line-height: 30px;
  color: #444;
  font-weight: bold;
  font-family: "Pretendard";
  text-align: center;
  margin-top: 18px;
}


.top-area4{
  text-align: center;
  position: absolute;
  left: 76%;
  top: 13rem;
  width: 24%;
}
.top-area4 p{
  font-size: 22px;
  letter-spacing: 0px;
  line-height: 30px;
  color: #ffffff;
  font-family: "Pretendard";
  text-align: center;
}

.mid-area4{
  text-align: center;
  position: absolute;
  left: 75.5%;
  top: 16rem;
  width: 24%;
  font-weight: 600;
}
.mid-area4 h3{
  font-size: 26px;
  letter-spacing: 0px;
  line-height: 30px;
  color: #444;
  font-weight: bold;
  font-family: "Pretendard";
  text-align: center;
  padding-top: 30px;
}

.textbox4{
  padding-top: 20px;
}

.textbox4 span{
  font-size: 20px;
  letter-spacing: 0px;
  padding-bottom: 10px;
  line-height: 20px;
  color: #444;
  font-family: "Pretendard";
  display: flex;
  justify-content: space-between;
  margin:0 40px;
}
.textbox4 span:last-child{
  border-bottom: 1px gray;
  border-style: dashed dotted;
  padding-bottom: 20px;

}
.bot-area4{
  font-size: 22px;
  letter-spacing: 0px;
  line-height: 30px;
  color: #444;
  font-weight: bold;
  font-family: "Pretendard";
  text-align: center;
  margin-top: 18px;
}



/* �ы듃�대━�� */

.portfolio{
  width: 100%;
  background-color: #f4f4f4;
}
.portfolio-cont{
  width: 1200px;
  height: 635px;
  margin: 0 auto;
  padding-top: 120px;
}
.portfolio-cont h1{
  font-size: 60px;
  line-height: 0;
  color: #444;
  font-weight: 500;
  font-family: "esamanru";
  text-align: center;
}
.portfolio-cont table{
  margin-top: 85px;
}
.portfolio-cont table tr th:nth-child(2){
  width:300px; 
  height:70px;
  text-align: left;
  padding-left:30px;
  font-size: 24px;
  letter-spacing: -1px;
  line-height: 70px;
  color: #444;
  font-weight: bold;
  font-family: "Pretendard";
}
.portfolio-cont table tr th:nth-child(3){
  width:300px; 
  height:70px;
  text-align: left;
  padding-left:30px;
  font-size: 24px;
  letter-spacing: -1px;
  line-height: 70px;
  color: #444;
  font-weight: bold;
  font-family: "Pretendard";
}
.portfolio-cont table tr th:nth-child(4){
  width:330px; 
  height:70px;
  text-align: left;
  padding-left:30px;
  font-size: 24px;
  letter-spacing: -1px;
  line-height: 70px;
  color: #ffffff;
  font-weight: bold;
  font-family: "Pretendard";
}

.portfolio-cont table, td, th{
  border : 1px solid #cdcdcd;
  border-collapse : collapse;
}

.td-style{
  padding-left:30px;
  font-size: 20px;
  letter-spacing: -1px;
  color: #444;
  font-weight: 300;
  font-family: "Pretendard";
  vertical-align: middle;
}

.black-down{
  position: absolute;
  top: 34.5px;
  right: 25px;
}
.white-down{
  position: absolute;
  top: 34.5px;
  right: 685px;
}
.white-down2{
  position: absolute;
  top: 34.5px;
  right: 360px;
}



/* �뚰듃�덉궗 */
.partner {
  width: 100%;
}
.partner-cont{
  background-color: white;
  margin:0 auto;
  width: 100%;
  height: 400px;
  padding-top: 115px;
}
.partner h1{
  text-align: center;
  font-size: 60px;
  line-height: 70px;
  color: #444;
  font-weight: 500;
  font-family: "esamanru";
  text-align: center;
}
.partner h1 > span{
  color: #49E762;
  
}

.slide-container {
  width: 70%;
  height: 140px;
  overflow: hidden;
  padding: 8px;
  box-sizing: border-box;
  border: 0.1em solid rgb(255, 255, 255);
  box-shadow: 0 0 1px #000;
  margin: 30px auto;
  border-radius: 5px;
}

.container{
  width: 100%;
  display: flex;
  padding-top: 5px;
  margin: 0 auto;
  animation: carousel 70s linear infinite;
  white-space: nowrap;
  will-change: transform;
  animation-direction:alternate;
  gap: 15px;
}
@keyframes carousel {
  0% {
    transform: translateX(0);
  }
  
  50% {
    transform: translateX(-70%);
  }
  
  100% {
    transform: translateX(0%);
  }
}

.container1{
  width: 100%;
  display: flex;
  padding-top: 10px;
  margin: 0 auto;
  animation: carousel1 70s linear infinite;
  white-space: nowrap;
  will-change: transform;
  animation-direction:alternate;
  gap: 15px;
}
@keyframes carousel1 {
  0% {
    transform: translateX(-75%);
  }
  
  50% {
    transform: translateX(0%);
  }
  
  100% {
    transform: translateX(-75%);
  }
}
.container span{
  text-align: center;
}
.container img{
  border-radius: 13px;
  margin-top: 25px;

}
.container p{
  font-size: 30px;
  line-height: 65px;
  color: #111;
  font-family: "Pretendard";
  font-weight: 700;
  text-align: center;
  margin-top: 25px;
}
.container1 span{
  text-align: center;
}
.container1 img{
  border-radius: 13px;
  margin-top: 25px;

}
.container1 p{
  font-size: 14px;
  line-height: 20px;
  color: #444;
  font-family: "Pretendard";
  text-align: center;
  margin-top: 25px;
}

/* 臾몄쓽�섍린 */

#contact-section{
  font-family: 'Pretendard';
}
.contact {
  text-align: center;
  padding: 0 0 5rem 0;
  background-color:#49E762;
}
.top-text-area {
  padding-top: 1rem;
}
.top-text-area p {
  color: #444;
  font-size: 1.5rem;
  margin: 2rem 0;
}
.top-text-area h2 {
  text-align: center;
  font-size: 60px;
  line-height: 70px;
  color: #444;
  font-weight: 500;
  font-family: "esamanru";
  text-align: center;
}
.contact-form {
    background-color: white;
    white-space: nowrap;
    border: 1px solid white;
    border-radius: 30px;
    width: 1024px;
    height: 650px;
    margin: 0 auto;
}
.name ul {
  width:86%;
  display: flex;
  justify-content: space-between;
  padding: 3rem 4rem 2rem 4rem;
}
.name ul li p {
  font-size: 20px;
  width: 100%;
  line-height: 40px;
  margin-left: 1rem;
}
.contact p {
  font-size: 1.5rem;
  font-weight: 700;
}
.name ul li input {
  border: 1px solid #ccc;
  width: 200px;
  height: 40px;
  padding: 0 1rem;
  font-size: 1rem;
  border-radius: 8px;
}
.brand ul {
  width: 86%;
  display: flex;
  justify-content: space-between;
  padding: 0 4rem;
}
.brand ul li p {
  font-size: 20px;
  font-weight: 700;
  width: 100%;
  line-height: 40px;
  margin-left: 1rem;

}
.brand ul li input {
  border: 1px solid #ccc;
  width: 213px;
  height: 40px;
  padding-left: 1rem;
  font-size: 1rem;
  border-radius: 8px;
}
.contact-contents {
  margin-top: 3rem;
}
.contact-contents ul {
  display: flex;
  padding: 0 4rem;
}
.contact-contents ul li p {
  font-size: 20px;
  width: 100%;
  line-height: 40px;
  margin-left: 1rem;
}
.contact-contents ul li:last-child {
  width: 86%;
}
.contact-contents textarea {
  width: 90%;
  height: 300px;
  font-size: 1rem;
  resize: none;
  border: 1px solid #ccc;
  margin: 0 0 0 4.2rem;
  border-radius: 8px;
  padding-left: 1rem;
  line-height: 40px;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.bottom-button {
  width: 30%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
}
.bottom-button p {
  font-size: 20px;
  margin-top: 0.6rem;
}
.bottom-button input {
  margin: 0 0.5rem 0 0;
  vertical-align: middle;
}
.bottom-button p a {
  color: rgb(99, 96, 96);
  font-weight: bold;
}
.bottom-button button {
  margin-top: 1rem;
  background-color: #49E762;
  border-radius: 20px;
  border: none;
  padding: 16px;
  color: white;
  font-size: 20px;
  font-weight: bold;
  font-family: 'Pretendard';
}
.bottom-button button:hover{
  background-color: #000;
}
.policy-text {
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: rgba(49, 48, 48, 0.9);
  height: 100%;
  width: 100%;
  z-index: 10000;
  border: 1px solid gray;
  display: none;
}
.policy-text-popup {
  position: absolute;
  overflow: scroll;
  background-color: white;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  height: 50%;
  width: 70%;
  white-space: initial;
}

.policy-text span {
  position: absolute;
  top: 0;
  right: 10px;
  font-size: 40px;
  font-weight: bold;
  color: rgb(0, 0, 0);
  cursor: pointer;
}
.policy-text h4 {
  margin-top: 1rem;
  margin-left: 1rem;
  font-size: 1.5rem;
  font-weight: bold;
  text-align: center;
}
.policy-text p {
  margin-left: 1rem;
  margin-top: 2rem;
  font-size: 1.2rem;
  text-align: left;
}
.banner_mo{
  display: none;
}
.banner_mo1{
  display: none;
}
.banner_pc {
  position: fixed;
  top: auto;
  bottom: 2%;
  right: 0;
  width: 15%;
  animation: motion 1s linear 0s infinite alternate;
}
@keyframes motion {
	0% {bottom: 0px;}
	100% {bottom: 30px;}
}

/* �명꽣 */
footer{
  width: 100%;
  height: 140px;
  background-color: #444;
}
footer span{
  width: 100%;
  text-align: center;
}
footer span p{
  font-size: 16px;
  line-height: 140px;
  color: #fff;
  font-weight: 300;
  font-family: "Pretendard";
  text-align: center;
}
.dp-mo{
  display: none;
}

  /* PC 移댁뭅�ㅽ넚 梨꾨꼸 踰꾪듉 �꾩튂 */
  .kakaoChatPc {
      position: fixed;
      z-index: 999;
      right: 20px; /* �붾㈃ �ㅻⅨ履쎌쑝濡쒕��곗쓽 嫄곕━, �レ옄留� �낅젰 */
      bottom: 20px; /* �붾㈃ �꾨옒履쎌쑝濡쒕��곗쓽 嫄곕━, �レ옄留� �낅젰 */
  }
  /* 紐⑤컮�� 移댁뭅�ㅽ넚 梨꾨꼸 踰꾪듉 �꾩튂 */
  .kakaoChatMob {
      display: none;
      position: fixed;
      z-index: 999;
      right: 20px; /* �붾㈃ �ㅻⅨ履쎌쑝濡쒕��곗쓽 嫄곕━, �レ옄留� �낅젰 */
      bottom: 20px; /* �붾㈃ �꾨옒履쎌쑝濡쒕��곗쓽 嫄곕━, �レ옄留� �낅젰 */
  }
  .mo__dp{
    display: none;
  }


/* 紐⑤컮�� 諛섏쓳�� */
@media screen and (max-width:1024px) {
  .first-sec{
    height: 700px;
  }
  #phone-gif{
    height: initial;
  }
  .text-area h1{
    font-size: 2.5vw;
  }
  .text-area h2{
    font-size: 3vw;
  }
  .text-area h3 {
    font-size: 4.2vw;
  }
  .text-area h4{
    font-size: 2vw;
    line-height: 27px;
  }
  .card-m span:first-child{
    margin-top: 9px;
    width: 70%;
  }
  .card span:first-child{
    width: 70%;
  }
  .card-m span:nth-child(2){
    margin-right: 54px;
  }
  .card span:nth-child(2){
    margin-right: 54px;
  }
  #second-cont button{
    margin-top: 20px;
  }
}
@media screen and (max-width:800px) {
  .header-menu{
    width: 95%;
  }
  .mo__dp{
    display: block;
  }
  .contact-form{
    width: 100%;
  }

  img{
    max-width: 100%;
  }
  header{
    width: 100%;
    height: 120px;
  }
  main{
    width: 100%;
  }
  .section{
    max-width: 100%;
  }
  .contact-contents textarea{
    margin: 0;
  }
  .header-menu ul li a{
    font-size: 3.5vw;
    line-height: initial;
  }

  .header-menu ul li a:hover{
    padding-bottom: 39px;
  }
  .first-sec{
    padding-top: 137px;
    width: 100%;
    height: 1425px;
    display: flex;
    flex-direction: column;
    text-align: center;
  }
  .text-area{
    width: 100%;
    margin: 0 auto;
  }
  .text-area h1{
    font-size: 30px;
    line-height: 40px;
  }
  .text-area h2{
    font-size: 34px;
    line-height: 40px;
  }
  .text-area h3{
    font-size: 11vw;
  }
  .text-area h4{
    font-size: 4vw;
  letter-spacing: 0px;
  line-height: 40px;
  }

  .text-area button{
    width: 323px;
    height: 85px;
    font-size: 3vw;
    border-radius: 50px;
    background-color: #ffe11e;
    margin-top: 60px;
  }
  
  .text-area a{
    font-size: 28px;
  }
  
  #phone-gif{
    width: 60%;
    height: 662px;
    margin: 0 auto;
  }
  #second-cont{
    width: 100%;
    height: 1850px;
    margin-top: 0;
    padding-top: 70px;
  }
  .text-info h1{
    font-size: 30px;
    line-height: 30px;
  }
  .text-info h2{
    font-size: 9vw;
    line-height: 80px;
  }
  .text-info h3{
    text-align: center;
    font-size: 4vw;
    line-height: 42px;
    margin: 0 auto;
    word-break:normal;
  }

  .word-break{
    display: block;
  }
  .info-cont{
    gap: 20px;
  }
  .card{
    margin: 0 auto;
    width: 100%;
    height: 260px;
    border-radius: 130px;
    background-color: #444;
  }
  .card-m{
    margin: 0 auto;
    width: 100%;
    height: 260px;
    border-radius: 130px;
    background-color: #49E762;
  }

  .card p{
    font-size: 3.2vw;
    line-height: 36px;
    font-weight: 700;
  }
  .card-m p{
    font-size: 3vw;
    line-height: 36px;
  }

  .card span:first-child{
    margin-top: 40px;
    margin-left: 100px;
  }
  .card-m span:first-child{
    margin-top: 40px;
    margin-left: 100px;
  }
  
  .card span:nth-child(2){
    margin-right: 100px;
    margin-top: 95px;

  }
  .card-m span:nth-child(2){
    margin-right: 100px;
    margin-top: 55px;
  }
  .card h3{
    font-size: 4vw;
    line-height: 48px;
  }
  .card-m h3{
    font-size: 4vw;
  }
  #card-m-span{
    margin-top: 17px;
  }
  #card-m-span p{
    margin-top: 50px;
  }

  #card-m-spanimg{
    margin-top: 85px;
  }
  #card-span{
    margin-top: -15px;
  }
  #cardm-span2{
    margin-top: -8px;
  }
  #cardm-span-img2{
    margin-top: 90px;
  }

  #second-cont button{
    margin-top: 90px;
    width: 400px;
    height: 100px;
    border-radius: 50px;
    background-color: #444;
    border: none;
  }

  #second-cont a{
    font-size: 28px;
    line-height: 92px;
    color: #fff;

  }


  .third-sec{
    width: 100%;
    margin-top: 0;
  }
  .third-sec > div{
    width: 100%;
    height: 795px;
    margin: 0 auto;
    padding-top: 75px;
  }


  .sec-text-area h1{
    font-size: 9vw;
    line-height: 80px;
  }
  .sec-text-area p{
    font-size: 3.4vw;
    letter-spacing: 0px;
    line-height: 42px;
  }

  .four-icon{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 120px;
    margin: 90px 70px;
  }

  .four-icon p{
    font-size: 4vw;
    letter-spacing: 0px;
    line-height: 30px;
    color: #444;
    font-weight: 700;
    font-family: "Pretendard";
    text-align: center;
  }

  .fourth-sec{
    padding-top: 35px;
  }
  
  .fourth-cont {
    width: 100%;
    margin: 0 auto;
  }

  .fourth-text h1{
    font-size: 30px;
    line-height: 30px;
  }
  .fourth-text h2{
    font-size: 9vw;
    line-height: 80px;
  }
  .fourth-text h3{
    font-size: 3.5vw;
    letter-spacing: 0px;
    line-height: 42px;
  }

  .packages-img{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    width: 100%;
  }

  .packages-img img:nth-child(2){
    margin: 0 95px 0 0 ;
  }

  .packages-img img:nth-child(4){
    margin: 0 95px 0 0 ;
  }
  .packages-img img{
    margin: 0 auto;
  }

  
.top-area{
  left: 9rem;
  top: 13rem;
  width: 24%;
}
.top-area p{
  font-size: 22px;
  letter-spacing: 0px;
  line-height: 30px;
  color: #ffffff;
  font-family: "Pretendard";
  text-align: center;
}

.mid-area{
  left: 8.5rem;
  top: 16rem;
  width: 26%;
}
.mid-area h3{
  font-size: 26px;
  letter-spacing: 0px;
  line-height: 30px;
  color: #444;
  font-weight: bold;
  font-family: "Pretendard";
  text-align: center;
  padding-top: 30px;
  width: 100%;
}

.textbox span{
  width: 100%;
  font-size: 20px;
  letter-spacing: 0px;
  padding-bottom: 10px;
  line-height: 20px;
  color: #444;
  font-family: "Pretendard";
  display: flex;
  justify-content: space-between;
  margin:0 ;
}
.textbox span:last-child{
  border-bottom: 1px gray;
  border-style: dashed dotted;
  padding-bottom: 20px;

}
.bot-area{
  font-size: 22px;
  letter-spacing: 0px;
  line-height: 30px;
  color: #444;
  font-weight: bold;
  font-family: "Pretendard";
  text-align: center;
  margin-top: 18px;
}


.top-area2{
  text-align: center;
  position: absolute;
  left: 58%;
  top: 13rem;
  width: 24%;
}
.top-area2 p{
  font-size: 22px;
  letter-spacing: 0px;
  line-height: 30px;
  color: #ffffff;
  font-family: "Pretendard";
  text-align: center;
}

.mid-area2{
  text-align: center;
  position: absolute;
  left: 52%;
  top: 16rem;
  width: 36%;
}
.mid-area2 h3{
  font-size: 26px;
  letter-spacing: 0px;
  line-height: 30px;
  color: #444;
  font-weight: bold;
  font-family: "Pretendard";
  text-align: center;
  padding-top: 30px;
}

.textbox2{
  padding-top: 20px;

}
.textbox2 span{
  font-size: 20px;
  letter-spacing: 0px;
  padding-bottom: 10px;
  line-height: 20px;
  color: #444;
  font-family: "Pretendard";
  display: flex;
  justify-content: space-between;
  margin:0 40px;
}
.textbox2 span:last-child{
  border-bottom: 1px gray;
  border-style: dashed dotted;
  padding-bottom: 20px;

}
.bot-area2{
  font-size: 22px;
  letter-spacing: 0px;
  line-height: 30px;
  color: #444;
  font-weight: bold;
  font-family: "Pretendard";
  text-align: center;
  margin-top: 18px;
}


.top-area3{
  text-align: center;
  position: absolute;
  left:18%;
  top: 44.3rem;
  width: 24%;
}
.top-area3 p{
  font-size: 22px;
  letter-spacing: 0px;
  line-height: 30px;
  color: #ffffff;
  font-family: "Pretendard";
  text-align: center;
}

.mid-area3{
  text-align: center;
  position: absolute;
  left: 12.5%;
  top: 47rem;
  width: 36%;
}
.mid-area3 h3{
  font-size: 26px;
  letter-spacing: 0px;
  line-height: 30px;
  color: #444;
  font-weight: bold;
  font-family: "Pretendard";
  text-align: center;
  padding-top: 30px;
}

.textbox3{
  padding-top: 20px;

}
.textbox3 span{
  font-size: 20px;
  letter-spacing: 0px;
  padding-bottom: 10px;
  line-height: 20px;
  color: #444;
  font-family: "Pretendard";
  display: flex;
  justify-content: space-between;
  margin:0 40px;
}
.textbox3 span:last-child{
  border-bottom: 1px gray;
  border-style: dashed dotted;
  padding-bottom: 20px;

}
.bot-area3 {
  font-size: 22px;
  letter-spacing: 0px;
  line-height: 30px;
  color: #444;
  font-weight: bold;
  font-family: "Pretendard";
  text-align: center;
  margin-top: 18px;
}


.top-area4{
  text-align: center;
  position: absolute;
  left: 58%;
  top: 44.3rem;
  width: 24%;
}
.top-area4 p{
  font-size: 22px;
  letter-spacing: 0px;
  line-height: 30px;
  color: #ffffff;
  font-family: "Pretendard";
  text-align: center;
}

.mid-area4{
  text-align: center;
  position: absolute;
  left: 52%;
  top: 47rem;
  width: 36%;
}
.mid-area4 h3{
  font-size: 26px;
  letter-spacing: 0px;
  line-height: 30px;
  color: #444;
  font-weight: bold;
  font-family: "Pretendard";
  text-align: center;
  padding-top: 30px;
}

.textbox4{
  padding-top: 20px;

}
.textbox4 span{
  font-size: 20px;
  letter-spacing: 0px;
  padding-bottom: 10px;
  line-height: 20px;
  color: #444;
  font-family: "Pretendard";
  display: flex;
  justify-content: space-between;
  margin:0 40px;
}
.textbox4 span:last-child{
  border-bottom: 1px gray;
  border-style: dashed dotted;
  padding-bottom: 20px;

}
.bot-area4{
  font-size: 22px;
  letter-spacing: 0px;
  line-height: 30px;
  color: #444;
  font-weight: bold;
  font-family: "Pretendard";
  text-align: center;
  margin-top: 18px;
}
.portfolio-cont{
  width: 800px;
  height: 635px;
  margin: 0 auto;
  padding-top: 145px;
}
.portfolio-cont table tr th:nth-child(2){
  padding-left:10px;
}
.portfolio-cont table tr th:nth-child(3){
  padding-left:10px;
}
.portfolio-cont table tr th:nth-child(4){
  padding-left:30px;
}
.td-style{
  font-size: 20px;
  letter-spacing: -2px;
  line-height: 30px;
  padding-left:10px;
}

.white-down{
  position: absolute;
  top: 33px;
  left: 20rem;
}
.white-down2{
  position: absolute;
  top: 33px;
  right: 265px;
}
.name ul{
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 0;
}
.name ul li p{
  margin-left: 0;
}
.name ul li input{
  width: 70%;
}
.brand ul{
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 0;
}
.brand ul li p{
  margin-left: 0;
}
.brand ul li input{
  width: 72%;
}
.contact-contents ul{
  justify-content: center;
  padding: 0;
  align-items: center;
  flex-direction: column;
  padding: 0;
}
.contact-contents ul li p{
  margin-left: 0;
}
.contact-contents textarea{
  width: 85%;
  height: 111px;
}

.partner-cont{
  background-color: white;
  margin:0 auto;
  width: 100%;
  height: 350px;
}
.slide-container {
  width:90% ;
  height: 38%;
}
.container{
  width:1850px;
  display: flex;
  padding-top: 0;
  gap: 15px;
}

.container1{
  width: 1850px;
  display: flex;
  padding-top: 0;
  gap: 15px;
}
@keyframes carousel {
  0% {
    transform: translateX(0);
  }
  
  50% {
    transform: translateX(-65%);
  }
  
  100% {
    transform: translateX(0%);
  }
}

@keyframes carousel1 {
  0% {
    transform: translateX(-62%);
  }
  
  50% {
    transform: translateX(0%);
  }
  
  100% {
    transform: translateX(-75%);
  }
}
  .consulting{
    width: 100%;
    background-color: #444;
  }

  .consulting >div{
    width: 800px;
    height: 1100px;
    margin: 0 auto;
    text-align: center;
    padding-top: 130px;
  }
  .consulting h1{
    font-size: 70px;
    line-height: 80px;
  }
  .consulting h1>span{
    color: #61ebf6;
  }
  .consulting form{
    display: flex;
    flex-direction: column;
    margin-top: 30px;
  }
  

.custom-input{
  width: 460px;
  height: 40px;
  margin: 0 auto;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 1px solid white;
  color: white;
  background-color: black;
  padding-top: 40px;
  padding-bottom: 5px;
  font-size: 28px;
}
.custom-input:focus{
  outline: none;   
  color: white 
  }

.custom-input::placeholder {
  text-align: left;
  font-size: 28px;
  line-height: 80px;
  color: #ffffff;
  font-family: "Pretendard";
  margin-left: 23rem;
}
.custom-input::-webkit-input-placeholder {
  color:rgb(255, 255, 255);
}

.ser-label{
  width: 460px;
  height: 40px;
  font-size: 28px;
  line-height: 80px;
  color: #ffffff;
  font-family: "Pretendard";
  margin-left: 33px;
  margin-top: 25px ;
}


.checkbox{
  margin-top: 30px;
  color: white;
} 
.checkbox div{
  text-align: left;
}
.checkbox div span{
  margin-left: 10px;
  margin-right: 55px;
  font-size: 28px;
  line-height: 80px;
  letter-spacing: -3px;
}

input[type="checkbox"] + label{
  display: inline-block;
  width: 20px;
  height: 20px;
  border:1px solid #ffffff;
  position: relative;
}
input[id="check1"]:checked + label::after{
  content:'��';
  font-size: 30px;
  width: 15px;
  height: 15px;
  text-align: center;
  position: absolute;
  left: 0;
  top:-10px;
}
input[id="check2"]:checked + label::after{
  content:'��';
  font-size: 30px;
  width: 15px;
  height: 15px;
  text-align: center;
  position: absolute;
  left: 0;
  top:-10px;
}
input[id="check3"]:checked + label::after{
  content:'��';
  font-size: 30px;
  width: 15px;
  height: 15px;
  text-align: center;
  position: absolute;
  left: 0;
  top:-10px;
}
input[id="check4"]:checked + label::after{
  content:'��';
  font-size: 30px;
  width: 15px;
  height: 15px;
  text-align: center;
  position: absolute;
  left: 0;
  top:-10px;
}
input[id="check5"]:checked + label::after{
  content:'��';
  transition: 1s all;
  font-size: 30px;
  width: 15px;
  height: 15px;
  text-align: center;
  position: absolute;
  left: 0;
  top:-10px;
  color: white;
}
.check5{
  color: white;
  margin-left: 10px;
  font-size: 28px;
line-height: 80px;
}
.checkbox div:first-child{
  margin-top: 15px;
  margin-left: 170px;
}
.review{
  margin-left: 4rem;
}
.checkbox div:nth-child(2){
  margin-top:-30px;
  margin-left: 170px;

}
.last-checkbox{
  margin-left: -1.97rem;
}

.consulting-btn{
  width: 400px;
  height: 100px;
  border-radius: 50px;
  background-color: #ffdc00;
}
.partner h1{
  font-size: 8vw;
}
.consulting-btn a{
  font-size: 28px;
  line-height: 92px;
  color: #444;
  font-weight: bold;
  font-family: "Pretendard";
  text-align: center;
}


.agree{
  margin-top: 15px;
}
.agree > label{
  position: relative;
  top: 2px;
  
}
footer{
  width: 100%;
  height: 252px;
  padding-top: 25px;
}
footer span{
  width: 100%;
  text-align: center;
}
footer span p{
  font-size: 20px;
  letter-spacing: 1px;
  line-height: 44px;
}
.dp-mo{
  display: block;
}
.dp-pc{
  display: none;
}
.kakaoChatPc {
  display:none;
}
.kakaoChatMob {
  display: block;
}

.banner_pc{
  display: none;
}
.banner_mo1{
  display: block;
  position: fixed;
  bottom: 0;
  width: 100%;
}
.contact p{
  font-size: 2vw;
}
}
@media screen and (max-width:480px){
  .banner_mo{
    display: block;
  }
  .telimg{
    margin-top: 20px;
  }
  .contact p{
    font-size: 2.5vw;
  }
  .first-sec{
    height: initial;
    padding-top: 58px;
  }
  .text-area h4{
    font-size: 4.5vw;
  }
  .text-area h2{
    font-size: 7.2vw;
  }
  .text-area h1{
    font-size: 6.5vw;
  }
  #phone-gif{
    width: 85%;
  }
  .banner_mo{
    display: block;
    height: initial;
    position: fixed;
    bottom: 0;
    width: 100%;
  }
  img{
    width: 100%;
  }
  #para{
    font-size:  2.9vw;
  }
  .header-menu ul li:first-child{
    display: none;
  }

  .header-menu ul li a{
    font-size: 5.1vw;
  }
  .text-area h3{
    font-size: 10vw;
    line-height: initial;
  }
  .text-area button{
    width: 77%;
    font-size: 5vw;
  }
  .text-info h2{
    font-size: 9vw;
    line-height: initial;
  }
  .text-info h3{
    width: 100%;
  }
  .card{
    width: 100%;
    height: initial;
  }
  .card-m{
    width: 100%;
    height: initial;
  }
  .card h3{
    font-size: 4vw;
    line-height: initial;
  }
  .card p{
    font-size: 3vw;
    line-height: initial;
  }
  .card-m h3{
    font-size: 4vw;
    line-height: initial;
  }
  .card-m p{
    width: 90%;
    font-size: 3vw;
    line-height: initial;
  }
  #card-m-span p{
    margin-top: 20px;
  }
  #card-m-spanimg{
    margin-top: 32px;
  }
  #cardm-span2{
    margin-top: initial;
  }
  #card-span{
    margin-top: 0;
  }
  #cardm-span-img2{
    margin-top: 44px;
  }
  .mo__dp{
    display: none;
  }

  .card span:first-child {
    width: 60%;
    margin-top: 25px;
    margin-left: 50px;
    margin-bottom: 25px;
}
.card span:nth-child(2) {
    margin-right: 38px;
    margin-top: 32px;
}
  .card-m span:first-child {
    width: 60%;
    margin-top: 25px;
    margin-left: 50px;
    margin-bottom: 25px;
}
.card-m span:nth-child(2) {
    margin-right: 38px;
    margin-top: 40px;
}
#second-cont button{
  width: 77%;
  margin-bottom: 30px;
}
#second-cont{
  height: initial;
}
.sec-text-area p{
  width: 100%;
  margin: 0 auto;
}
.sec-text-area h1{
  font-size: 9vw;
  line-height: initial;
}
.third-sec > div{
  height: initial;
  padding-top: 63px;
}
.four-icon img{
  width: 50% !important;
}
.fourth-text h3 {
  width: 90%;
  font-size: 3.2vw;
  margin: 0 auto;
  letter-spacing: 0px;
  line-height: 42px;
}
.four-icon{
  grid-template-columns: 1fr 1fr;
  align-items: center;
  padding-bottom: 50px;
  margin: 16px 15px;
  gap: 14px;
}
.four-icon p{
  font-size: 4vw;
  line-height: initial;
}
.four-icon  img{
  width: 60%;
}
.fourth-sec{
  padding-top: 0;
}
.fourth-text h2{
  font-size: 10vw;
  line-height: initial;
}
.fourth-cont{
  height: initial;
}

.packages-img img:first-child{
  margin: 0;
}
.packages-img img:nth-child(3){
  margin: 0;
}
.packages-img {
  width: 90%;
  margin: 0 auto;
}

.partner h1{
  font-size: 8vw;
  line-height: initial;
}
.partner-cont{
  height: initial;
}
.container p{
  margin-top: 0;
}

.name ul{
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 0;
}
.name ul li p{
  margin-left: 0;
}
.name ul li input{
  width: 70%;
}
.brand ul{
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 0;
}
.brand ul li p{
  margin-left: 0;
}
.brand ul li input{
  width: 73%;
}

.contact-contents ul{
  justify-content: center;
  padding: 0;
  align-items: center;
  flex-direction: column;
  padding: 0;
}
.contact-contents ul li p{
  margin-left: 0;
}
.contact-contents textarea{
  width: 85%;
  height: initial;
}
.bottom-button{
  width: 60%;
}
.top-text-area h2{
  font-size: 12vw;
}
footer{
  height: 220px;
}
footer span p{
  font-size: 15px;
  line-height: 35px;
}
}
