/* about */
section#about{
  height: 100vh;
  min-height: 700px;
  display: flex;
  flex-direction: column;
  background-color: #7d717517;
  box-sizing: border-box;
}
section#about iframe{
}
section#about .wrap{
 
}
section#about .wrap h2{
  
}
section#about .wrap h2::after{
  content: "";
  border-bottom: 3px solid;
  display: inline-block;
  width: 75%;
  opacity: 0.2;
  transform: translateY(-30px);
}
section h2{
  color: #f684a4 !important;
  display: flex;
  justify-content: space-between !important;
  display: flex !important;
  color: #fa447b !important;
  margin-bottom: 15px;
}
section#about .wrap p{
  
}
section#about .profile{
  display: flex;
  column-gap: 65px;
  margin-top: 50px;
  position: relative;
  justify-content: center;
}
section#about .profile .left{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
section#about .profile .left img{ 
  width: 320px;
  border-radius: 10%;
}
section#about .profile .left ul{  
  display: flex;
  gap: 20px;
  padding-top: 20px;
}
section#about .profile .left ul li{
  
}
section#about .profile .left ul li:nth-child(1){
  grid-column: 1;
  grid-row: 1;
}
section#about .profile .left ul li:nth-child(2){
  grid-column: 2;
  grid-row: 1;
}
section#about .profile .left ul li:nth-child(3){
  grid-column: 1 / span 2;
  grid-row: 2;
  justify-self: center;
}
section#about .profile .left ul li a{ 
  width: 90px;
  height: 35px;
  font-size: 14px;
  border-radius: 15px;
  display: block;
  line-height: 35px;
  text-align: center;
  color: #333;
  font-weight: 500;
  /*! border: 1px solid #403f39; */
  background-color: #dcdcdc;
  box-shadow: 1px 1px 1px 0px rgba(0, 0, 0, 0.4);
  display: flex;
  align-items: center;
  justify-content: center;
}
section#about .profile .left ul li:nth-child(3) a{
  width: 150px;
  
}
section#about .profile .left ul li a:hover{ 
  background-color: #403f39;
  color: white;
}
section#about .profile .left ul li:nth-child(1) a::before{
  content: "";
  background-image: url(../img/2179365.png);
  display: block;
  width: 28px;
  height: 28px;
  /*! background-color: black; */
  background-size: 76%;
  background-repeat: no-repeat;
  background-position: center;
}
section#about .profile .left ul li:nth-child(1) a:hover::before{
  background-image: url(../img/2179365white.png);
}
section#about .profile .left ul li:nth-child(2) a::before{
  content: "";
  background-image: url(../img/git.png);
  display: inline-block;
  width: 23px;
  height: 23px;
  background-size: 80%;
  background-repeat: no-repeat;
  background-position: center;
}
section#about .profile .left ul li:nth-child(2) a:hover::before{
  background-image: url(../img/gitwhite.png);
}
section#about .profile .right{
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto auto;
  column-gap: 70px;
}
section#about .profile .right .ab{
  grid-column: 1;
  grid-row: 1;
}
section#about .profile .right .ab h3{  
  margin-bottom: 20px;
  color: #403f39;
  font-weight: bold;
  font-size: 40px;
}
section#about .profile .right .ab ul{
  color: #4d473c;
  font-size: 16px;
}
section#about .profile li{
  line-height: 1.8;
  font-size: 18px;
  opacity: 0.8;
}
section#about .profile .ab li:first-child{
  font-size: 48px;
  margin-left: 0;
  font-weight: 600;
  color: #333;
  opacity: 1;
  line-height: 1;
  margin-bottom: 20px;
}
section#about .profile .right .ej{
  grid-column: 1;
  grid-row: 2;
}
section#about .profile .right .ej h3{
  margin: 20px 0;
  font-size: 26px;
  color: #555;
  font-weight: 600;
}
section#about .profile .right .ej h3:nth-child(3){  
  margin-top: 50px;
}
section#about .profile .right .ej ul{  
  color: #4d473c;
}
section#about .profile .right .ej ul li{

}
section#about .profile .right .ej ul li a{
  display: block;
  width: 190px;
  height: 35PX;
  font-size: 15px;
  border-radius: 15px;
  line-height: 35px;
  text-align: center;
  color: #333;
  background-color: #dcdcdc;
  box-shadow: 1px 1px 1px 0px rgba(0, 0, 0, 0.4);
  margin-top: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
section#about .profile .right .ej ul li a:hover {
  background-color: #403f39;
  color: white;
}
section#about .profile .right .ej ul li a::after{
  content: "";
  background-image: url(../img/cursor.png);
  display: inline-block;
  width: 23px;
  height: 23px;
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: 5px;
}
section#about .profile .right .ej ul li a:hover::after{
  background-image: url(../img/cursorwhite.png);
}
section#about .profile .right .ej ul li span{
  display: initial;
}
section#about .profile .right .cre{
  grid-column: 2;
  grid-row: 1 / span2;
}
section#about .profile .right .cre h3{  
  margin-bottom: 20px;
  font-size: 26px;
  color: #555;
  font-weight: 600;
}
section#about .profile .right .cre ul{
  color: #4d473c;
}
section#about .profile .right .cre ul li{

}
section#about ul{
  padding: 0;
}
/* skill */
section#skill{
  background-color: #dedfd98c;
  height: 100vh;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  min-height: 700px;
  padding-top: 50px;
  box-sizing: border-box;
}
section#skill .wrap{
  
}
section#skill .wrap h2{
  color: #403F39;
}
section#skill .wrap h2::after{
  content: "";
  border-bottom: 3px solid;
  display: inline-block;
  width: 84%;
  opacity: 0.2;
  transform: translateY(-30px);
}
section#skill .wrap p{
}
section#skill .wrap ul{  
  color: #4d473c;
  flex-wrap: wrap;
  margin-right: 0;
  row-gap: 18px;
  margin: 0 auto;
  width: 94%;
}
section#skill .wrap ul li{
   width: 50%;
   align-items: center;
   position: relative;
   font-size: 17px;
   height: 53px;
   display: grid;
   grid-template-columns: 40px 1fr;
   grid-template-rows: auto auto;
   row-gap: 8px;
}
section#skill .wrap ul li::before{
  content: "";
  width: 33px;
  height: 33px;
  display: block;
  background-size: 90%;
  background-repeat: no-repeat;
  background-position: center;
  grid-column: 1;
  grid-row: 1;
}
section#skill .wrap ul li:nth-child(1)::before{
  background-image: url(../img/html.png);
}
section#skill .wrap ul li:nth-child(2)::before{
  background-image: url(../img/ps.png);
}
section#skill .wrap ul li:nth-child(3)::before{
   background-image: url(../img/css.png);
}
section#skill .wrap ul li:nth-child(4)::before{
  background-image: url(../img/ai.png);
}
section#skill .wrap ul li:nth-child(5)::before{
  background-image: url(../img/jq.png);
}
section#skill .wrap ul li:nth-child(6)::before{
  background-image: url(../img/pr.png);
}
section#skill .wrap ul li:nth-child(7)::before{
  background-image: url(../img/js.png);
}
section#skill .wrap ul li:nth-child(8)::before{
  background-image: url(../img/ae.png);
}
section#skill .wrap ul li:nth-child(9)::before{
  background-image: url(../img/zen.png);
}
section#skill .wrap ul li:nth-child(10)::before{
  background-image: url(../img/ui.png);
}
section#skill .wrap ul li:nth-child(11)::before{
  background-image: url(../img/sass.png);
}
section#skill .wrap ul li:nth-child(12)::before{
  background-image: url(../img/w3c.png);
}
section#skill .wrap ul li:nth-child(13)::before{
  background-image: url(../img/vv.png);
}
section#skill .wrap ul li:nth-child(14)::before{
  background-image: url(../img/figma.png);
}
section#skill .wrap ul li:nth-child(15)::before{
  background-image: url(../img/ov.png);
}
section#skill .wrap ul li:nth-child(16)::before{
  background-image: url(../img/vue.png);
}
section#skill .wrap ul li span{
  background-color: #acacac;
  height: 13px !important;
  width: 90%;
  /*! margin-left: 21px; */
  /*! padding-left: 70%; */
  /*! box-sizing: border-box; */
  font-size: 0;
  display: block;
  position: relative;
  z-index: 1;
  grid-column: 1 / span 2;
  border-radius: 20px;
}
section#skill .wrap ul li span::before{
  content: "";
  height: 13px;
  display: block;
  position: absolute;
  left: 0;
  width: 20%;
  background-color: red;
  border-radius: 20px;
}
section#skill .wrap ul li span.html{

}
section#skill .wrap ul li span.html::before{
  width: 85%;
  background-color: #ff5722;
  animation-duration: 2s;
  animation-timing-function: ease-in;
  animation-play-state: running;
}
section#skill .wrap ul li.lineAni span.html::before{
  animation-name: fill85;
}
@keyframes fill85{
  0% { 
    width: 0; 
  }
  100% { 
    width: 85%;  
  }
}
section#skill .wrap ul li span.ps{

}
section#skill .wrap ul li span.ps::before{
  width: 90%;
  background-color: #001d35;
  animation-duration: 2s;
  animation-timing-function: ease-in;
  animation-play-state: running;
}
section#skill .wrap ul li.lineAni span.ps::before{
  animation-name: fill90;
}
@keyframes fill90{
  0% { 
    width: 0; 
  }
  100% { 
    width: 90%;  
  }
}
section#skill .wrap ul li span.css{

}
section#skill .wrap ul li span.css::before{
  width: 80%;
  background-color: #359afe;
  animation-duration: 2s;
  animation-timing-function: ease-in;
  animation-play-state: running;
}
section#skill .wrap ul li.lineAni span.css::before{
    animation-name: fill80;
}
@keyframes fill80{
  0% { 
    width: 0; 
  }
  100% { 
    width: 80%;  
  }
}
section#skill .wrap ul li span.ai{

}
section#skill .wrap ul li span.ai::before{
  width: 80%;
  background-color: #300;
  animation-duration: 2s;
  animation-timing-function: ease-in;
  animation-play-state: running;
}
section#skill .wrap ul li.lineAni span.ai::before{
    animation-name: fill80;
}
section#skill .wrap ul li span.jq{

}
section#skill .wrap ul li span.jq::before{
  width: 45%;
  background-color: #d64443;
  animation-duration: 2s;
  animation-timing-function: ease-in;
  animation-play-state: running;
}
section#skill .wrap ul li.lineAni span.jq::before{
    animation-name: fill45;
}
@keyframes fill45{
  0% { 
    width: 0; 
  }
  100% { 
    width: 45%;  
  }
}
section#skill .wrap ul li span.pr{
  
}
section#skill .wrap ul li span.pr::before{
  width: 80%;
  background-color: #00005a;
  animation-duration: 2s;
  animation-timing-function: ease-in;
  animation-play-state: running;
}
section#skill .wrap ul li.lineAni span.pr::before{
    animation-name: fill80;
}
section#skill .wrap ul li span.java{

}
section#skill .wrap ul li span.java::before{
  width: 25%;
  background-color: #fed73b;
  animation-duration: 2s;
  animation-timing-function: ease-in;
  animation-play-state: running;
}
section#skill .wrap ul li.lineAni span.java::before{
    animation-name: fill25;
}
@keyframes fill25{
  0% { 
    width: 0; 
  }
  100% { 
    width: 25%;  
  }
}
section#skill .wrap ul li span.ae{

}
section#skill .wrap ul li span.ae::before{
  width: 25%;
  background-color: #a0a0fe;
  animation-duration: 2s;
  animation-timing-function: ease-in;
}
section#skill .wrap ul li.lineAni span.ae::before{
  animation-name: fill25;
}
section#skill .wrap ul li span.zen{

}
section#skill .wrap ul li span.zen::before{
  width: 80%;
  background-color: #1a1b1f;
  animation-duration: 2s;
  animation-timing-function: ease-in;
}
section#skill .wrap ul li.lineAni span.zen::before{
  animation-name: fill80;
}
section#skill .wrap ul li span.web{

}
section#skill .wrap ul li span.web::before{
  width: 90%;
  background-color: #7dc726;
  animation-duration: 2s;
  animation-timing-function: ease-in;
}
section#skill .wrap ul li.lineAni span.web::before{
  animation-name: fill90;  
}
section#skill .wrap ul li span.sass{

}
section#skill .wrap ul li span.sass::before{
  width: 80%;
  background-color: #cb6598;
  animation-duration: 2s;
  animation-timing-function: ease-in;
}
section#skill .wrap ul li.lineAni span.sass::before{
  animation-name: fill80;  
}
section#skill .wrap ul li span.w3c{

}
section#skill .wrap ul li span.w3c::before{
  width: 90%;
  background-color: #025ea3;
  animation-duration: 2s;
  animation-timing-function: ease-in;
  animation-play-state: running;
}
section#skill .wrap ul li.lineAni span.w3c::before{
  animation-name: fill90;  
}
section#skill .wrap ul li span.vv{

}
section#skill .wrap ul li span.vv::before{
  width: 80%;
  background-color: #27b2f6;
  animation-duration: 2s;
  animation-timing-function: ease-in;
  animation-play-state: running;
}
section#skill .wrap ul li.lineAni span.vv::before{
  animation-name: fill80;  
}
section#skill .wrap ul li span.figma{

}
section#skill .wrap ul li span.figma::before{
  width: 45%;
  background-color: #ff7563;
  animation-duration: 2s;
  animation-timing-function: ease-in;
}
section#skill .wrap ul li.lineAni span.figma::before{  
  animation-name: fill45;
}
section#skill .wrap ul li span.kakao{

}
section#skill .wrap ul li span.kakao::before{
  width: 50%;
  background-color: #3497d9;
  animation-duration: 2s;
  animation-timing-function: ease-in;
  animation-play-state: running;
}
section#skill .wrap ul li.lineAni span.kakao::before{
  animation-name: fill50;
}
@keyframes fill50{
  0% { 
    width: 0; 
  }
  100% { 
    width: 50%;  
  }
}
section#skill .wrap ul li span.vue{

}
section#skill .wrap ul li span.vue::before{
  width: 10%;
  background-color: #4fba88;
  animation-duration: 2s;
  animation-timing-function: ease-in;
}
section#skill .wrap ul li.lineAni span.vue::before{
  animation-name: fill10;
}
@keyframes fill10{
  0% { 
    width: 0; 
  }
  100% { 
    width: 10%;  
  }
}

/* portfolio */
section#portfolio{
  height: 100vh;
  box-sizing: border-box;
  min-height: 700px;
  background-color: #e1e2dce5;
}
section#portfolio .wrap{
  display: flex;
  flex-direction: column;
}
section#portfolio .wrap h2{
}
section#portfolio .wrap h2::after{
  content: "";
  border-bottom: 3px solid;
  display: inline-block;
  width: 69%;
  opacity: 0.2;
  transform: translatey(-34px);
}
section#portfolio .wrap ul.menu{
  display: none;
}
section#portfolio .wrap ul.menu li{
  
}
section#portfolio .wrap ul.menu li a{
  color: #5b554b;
  font-weight: bold;
  font-size: 19px;
}
section#portfolio .wrap ul.menu li:not(:first-child) a::before{
  content: '';
  border-left: 2px solid #5b554b;
  margin: 0 10px;
}
section#portfolio .wrap ul.list{
  display: flex;
  flex-direction: column;
  margin-top: 30px;
}
section#portfolio .slick-prev::before{
  background-image: url(../img/left.svg);
  display: block;
  width: 30px;
  height: 30px;
  background-repeat: no-repeat;
  background-size: contain;
  font-size: 0;
}
section#portfolio .slick-track{
  margin-top: 40px;
}
section#portfolio .wrap ul.list li{
  display: grid;
  grid-template-columns: auto auto;
  grid-template-rows: auto auto;
  width: 100%;
}
section#portfolio .wrap ul.list li img{
  grid-column: 2;
  width: 450px;
}
section#portfolio .wrap ul.list li>ul{
  padding: 0;
  grid-row: 1;
  align-self: center;
  justify-self: center;
  display: flex;
  flex-direction: column;
}
section#portfolio .wrap ul.list li>ul li.h3{
  font-size: 43px;
  font-weight: bold;
  grid-column: 1 / span 2;
  padding-bottom: 10px;
}
section#portfolio .wrap ul.list li>ul li{  
  font-size: 19px;
  grid-column: 1 / span 2;
  line-height: 1.7;
}
section#portfolio .wrap ul.list li .view{
  width: fit-content;
  gap: 20px;
  margin-top: 10px;
}
section#portfolio .wrap ul.list li .view a{
  border: 1px solid rgba(0,0,0,0.3);
  border-radius: 10px;
  font-size: 14px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 35px;
  line-height: 35px;
  text-align: center;
  background-color: transparent;
  color: #333;
  margin-top: 10px;
  box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.2);
}
section#portfolio .wrap ul.list li .view a:hover{
  background-color: #403f39;
  color: white;
}
section#portfolio .wrap ul.list li .view a.web{
  width: 106px;
}
section#portfolio .wrap ul.list li .view a.web::before{
  content: "";
  background-image: url(../img/explore.png);
  width: 20px;
  height: 20px;
  background-size: cover;
  margin-right: 5px;
  opacity: 0.8;
}
section#portfolio .wrap ul.list li .view a.web:hover::before{
  background-image: url(../img/explorewhite.png);
}
section#portfolio .wrap ul.list li .view a.figma {
   width: 106px; 
}
section#portfolio .wrap ul.list li .view a.figma::before{
  content: "";
  background-image: url(../img/figma.png);
  width: 20px;
  height: 20px;
  background-size: cover;
  margin-right: 5px;
  opacity: 0.8;
}
section#portfolio .wrap ul.list li .view a:nth-child(2){
  width: 90px;
}
section#portfolio .wrap ul.list li .view a:nth-child(2)::before{
  content: "";
  background-image: url(../img/git.png);
  width: 20px;
  height: 20px;
  background-size: cover;
  margin-right: 5px;
  opacity: 0.8;
}
section#portfolio .wrap ul.list li .view a:nth-child(2):hover::before{
  background-image: url(../img/gitwhite.png);
}
section#portfolio .slick-slider .slick-track, .slick-slider .slick-list{
  order: 3;
}
section#portfolio .slick-dots{
  display: flex !important;
  width: 77%;
  position: static;
  transform: translateY(-60px);
}
section#portfolio .slick-dots li button::before{
  font-size: 18px;
  width: 74%;
  opacity: .45;
  font-family: 'Noto Sans KR', sans-serif;
}
section#portfolio .slick-dots li.slick-active button::before{
  opacity: .75;
  display: block;
  border-bottom: 1px solid;
  height: 30px;
  transform: scale(1.2);
  font-weight: 600;
}
section#portfolio .slick-dots li:nth-child(1) button::before{
  content: "한강식품";
}
section#portfolio .slick-dots li:nth-child(2) button::before{
  content: "HITE 진로";
}
section#portfolio .slick-dots li:nth-child(3) button::before{
  content: "HB 리뉴얼";
}
section#portfolio .slick-dots li:nth-child(4) button::before{
  content: "쁨클리닉";
}
section#portfolio .slick-dots li:nth-child(5) button::before{
  content: "COACHYOU";
}
section#portfolio .slick-dots li:nth-child(6) button::before{
  content: "VOGUE";
}
section#portfolio .slick-dots li:nth-child(7) button::before{
  content: "ACCUNIQ";
}
section#portfolio .slick-dots li:nth-child(8) button::before{
  content: "현재사이트";
}
section#portfolio .slick-dots li:nth-child(9) button::before{
  content: "웹디자인";
}
section#portfolio .slick-next::before{
  background-image: url(../img/right.svg);
  display: block;
  width: 30px;
  height: 30px;
  background-repeat: no-repeat;
  background-size: contain;
  font-size: 0;
}

/* contact */
section#contact{
  height: calc(100vh - 44.8px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 700px;
  box-sizing: border-box;
}
section#contact .wrap{
   display: flex;
   justify-content: center;
   align-items: center;
}
section#contact .box1{  
   width: 600px;
   margin-right: 20px;
   background-color: #eaeaeae0;
   text-align: center;
   height: 300px;
   border-radius: 50px 0 50px 0;
   display: flex;
   flex-direction: column;
   justify-content: center;
   row-gap: 12px;
}
section#contact .box1 h2{
   /*! font-family: 'Noto Sans KR', sans-serif; */
   text-transform: uppercase;
   /*! color: #403f39 !important; */
   transform: translateY(0px) !important;
   display: block !important;
}
section#contact .box1 h2::after{
  content: "";
  border-bottom: 1px solid;
  width: 100%;
  display: block;
  margin-top: 15px;
  opacity: 0.4;
}
section#contact .box1 p{
   font-size: 18px;
   color: #656565;
}
section#contact .box2{  
   width: 600px;
   background-color: #e7e8e1;
   text-align: end;
   height: 300px;
   border-radius: 50px 0 50px 0;
   display: flex;
   flex-direction: column;
   justify-content: center;
}
section#contact .box2 p{
   margin-right: 25px;
   margin-top: 20px;
}

section#contact .box2 p .mail{
   background-image: url(../img/mail.svg);
   background-repeat: no-repeat;
   background-size: contain;
   display: block;
   width: 25px;
   height: 25px;
   font-size: 0;
}
section#contact .box2 p .call{
   background-image: url(../img/call.svg);
   background-repeat: no-repeat;
   display: block;
   width: 30px;
   height: 30px;
   font-size: 0;
   background-size: contain;
   transform: translateY(4px);
}
section#contact .box2 p a{
   color: #6f6a66;
   font-size: 20px;
   display: block;
   display: flex;
   justify-content: flex-end;
   gap: 13px;
   align-items: center;
}
section#contact .box2 p:nth-child(2) a{
  font-size: 32px !important;
  font-weight: 600;
  color: #3c3a38;
}
section#contact .box2 p a:hover{
   color: blue;
}