@charset "utf-8";
/*타이틀*/
h2 {
  display: inline-block;
  font-size: 28px;
  padding: 65px 0 30px;
 

}
.notice p{
    margin: 5px 0 15px;
}
.direc p{
    margin-bottom: 5px;
}
.notice p:last-child{
    margin: 5px 0 0 0;
}
.form p:nth-child(2){
    background: #e5e5e5;
    padding: 15px;
    border-radius: 8px;
}
h5{
    font-size: 18px;
    padding-top: 5px;
    
}
h5 img{ margin-right: 10px;}
.course-wrap{
    background: #e5e5e5;
    padding: 15px 35px 15px 15px;
    margin-bottom: 15px;
    border-radius: 8px;
}
.course-l p{
    margin: 10px 0 0 20px;
}
.course-r{
    padding: 15px 0 0 20px;
}
.course-img img{
    width: 40%;
    border-radius: 8px;
}
/*타이틀 로티*/
.lottie-me {
  width: 160px;
  position: absolute;
  top: 10px;
  left: 55px;  
}
.lottie-web{
width: 50px;
  position: absolute;
  top: 6px;
  left: 80px; 
}
.lottie-graphic{
  width: 68px;
  position: absolute;
  top: 8px;
  left: 135px;
  transform: rotate(-20deg)
}
.lottie-photo {
  width: 65px;
  height: 65px;
  position: absolute;
  top: 53px;
  left: 225px;
  
}
.tour{
    position: relative;
    top: -80px;
}
/*잇츠미*/
.me-bg h2 {
  color: #f3f3f3;
  
}
.me-bg b{
  font-weight: 100;
  display: inline-block;
  
}
.me-bg {
  margin-top: 700px;
  width: 100%;
  padding-bottom: 50px;
  background-color: #00265c;

}

.me-width {
  max-width: 1400px;
  height: 100%;
  margin: 0 auto;
  color: #f3f3f3;
  
}
.me-wrap {
  display: flex;
 padding: 0 20px;
 
}
.me-text b {
  font-family: 'GmarketSansMedium';
  font-size: 24px;
  position: relative;
}
.me-t {
  flex: 65%;
  padding: 0 20px;
}
.me-text {
  font-size: 22px;
  padding: 1% 0;
}
.me-t-b {
  width: 100%;
  margin: auto;
}
.me-t-b .me-text {
  display: inline-block;
  margin: 0 10px;
  position: relative
}
.me-text b::after {
  content: '';
  display: block;
  width: 120%;
  height: 10px;
  background: rgb(243, 243, 243);
  background: linear-gradient(180deg, rgba(243, 243, 243, 0.2) 0%, rgba(243, 243, 243, 0.2) 100%);
  position: absolute;
  top: 30%;
  left: -10%;
  transform: rotate(-8deg)
}
.me-t h3 {
  font-size: 26px;
  margin-bottom: 3%;
  font-weight: 100;
}
.favorite {
  margin: 6.5% 0;
}
.me-b {
  flex: 50%;
}
.me-b img {
  height: 47px;
  position: absolute;
  top: 2%;
  left: 0%;
}
#skill {
  width: 100%;
}
.skill-list {
  padding: 10px;

}
.progress {
  width: 80%;
  position: absolute;
  top: 5px;
  margin-left: 15%;
  transition: 0.5s;
  background-image: url(../img/line.jpg);
  background-position: center center;
  
}
.progressbar-text {
  font-size: 0;

}

/*웹*/
#web{
    margin-top: 500px;
}
.web-bg {
  width: 100%;
 background-color: #252525;



    
   
}
.web-width {
  max-width: 1100px;
  margin: 0 auto;
 
}
.web-wrap{
    width: 100%;
    display: flex;
    
}
.web-flex{
    background: #252525;
}
.web-list{
   font-size: 0;
    width: calc(100%/3);
  overflow: hidden;
  transition: .3s; 
    position: relative;

}
.web-list:hover{
  opacity: .5 ;
 
   
}




.web-txt{
    width: 100%;
    height: 60px;
}
.web-slide{
    padding: 10px;
    width: 100%;
    height: 100%;
   color: #fff;
   bottom: 0;
    left: 0;
    transition: .3s;
    text-align: left;
    
}
.web-slide h3{
   padding: 3% 2%;
    font-size: 16px;
    font-weight: 500;
    
}

.slide-txt span{
    display: block;
    line-height: 1.5
}
.web-btn{
    width: 33%;
    position: absolute;
    bottom: 12%;
    left: 10%;
    border: 1px solid #444;
   font-size: 17px;
  transition: .3s
}
.upbt{text-align: center;}
.web-btn2{
    position: absolute;
    bottom: 20px;
    right: 5%;
    font-size: 17px;
    color: #fff;
    border-bottom: 1px solid #fff;
    text-align: center;
  
    transition: .3s
}
.web-btn a,
.web-btn2 a{
    display: block;
   padding: 10px 0px 6px;
    
}

.web-btn :hover,
.web-btn2 :hover{
    color: #000;
}
.web-list img{
    width: 100%;  
  
}
.hover {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: 0.2s;
  height: 100%;
  width: 100%;
       backdrop-filter: blur(2px);
}

/*그래픽*/
.graphic-bg {
  width: 100%;
  height: 100%;
  background-color: #f1f1f1;
  position: relative;
}
.graphic-img:hover .hover {
  opacity: 1;
  border-radius: 5px;
 
}
.graphic-img:hover .graphic-txt {
  opacity: 1;
 
}
.graphic-bg::after {
  content: '';
  display: block;
  background-color: #353434;
  width: 100%;
  height: 20%;
  position: absolute;
  bottom: 0;
  z-index: 1
}
.graphic-width {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 10px;
}
.graphic-t,
.graphic-b {
  display: flex;
}
.graphic-img {
  width: 100%;
  height: 300px;
  background-color: #999;
  margin: 0 8px 16px 8px;
  border-radius: 5px;
  z-index: 10;
  background-position: center center;
  position: relative;
  color: #fff;
  
}
.graphic-txt{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  opacity: 0;
  font-size: 22px;
 width: 100%;
  transition: 0.3s;
}
.t-img1 {
  background-image: url(../img/graphic-1.jpg);
}
.t-img2 {
  background-image: url(../img/graphic-2.jpg);
}.t-img3 {
  background-image: url(../img/graphic-3.jpg);
}
.b-img1 {
  background-image: url(../img/graphic-4.jpg);
}
.b-img2 {
 background-image: url(../img/graphic-5.jpg);
}.b-img3 {
  background-image: url(../img/graphic-6.jpg);
  position: relative;
 
}
.ani-img{
  width: 100%;
  height: 300px;
 background: url(../img/graphic-6hover.jpg) center center;
 position: absolute;
  top: 0;
  left: 0;
  border-radius: 10px;
 opacity: 0;
  animation: ani 4s infinite;
}
@keyframes ani {
  0%{opacity: 0}
  25%{opacity: 0}
  50%{opacity: 1}
  75%{opacity: 1}
  100%{opacity: 0}
}

/*그래픽 팝업*/

.popup-img {
 width: 50%;
  height: 75%;
  min-width: 320px;
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: none;
  z-index: 10002;
   overflow-y:auto;
  
}
.popup-img img{
    width: 100%;
    border-radius: 10px;
}


.popup-bg {
  top: 0;
  left: 0;
  position: fixed;
  background: rgb(131,131,131,0.8);
 
  width: 100%;
  height: 100%;
  display: none;
  z-index: 10001;
  backdrop-filter: blur(5px);
 
}

.close-btn {
    display: none;
  cursor: pointer;
  position: fixed;
  top: 12.6%;
  right: 20%;
  background-color: #fff;
  font-size: 0;
  border-radius: 8px;
  width: 45px;
  height: 45px;
  opacity: 0.8;
  transition: 0.2s;
    z-index: 10002;
}
.close-btn img {
  width: 25px;
  height: 25px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: 0.3s;
}
.close-btn:hover {
  opacity: 1;
  transform: rotate(90deg); 
}
.close-btn:hover img {
  height: 30px;
  width: 30px;
}



/*포토*/
.swiper-pagination {
  height: 3px !important;
  background-color: #f3f3f3 !important;
}
.photo-bg {
  width: 100%;
  padding: 0 0 80px;
  background-color: #353434;
}
.photo-bg h2 {
  color: #f3f3f3;
  padding-bottom: 10px;
}
.photo-bg p {
  font-size: 20px;
  color: #f3f3f3;
  margin: 10px 0 50px;;
  font-weight: bold;
}
.photo-width {
  max-width: 1400px;
  margin: 0 auto;
  font-size: 0;
}
.swiper {
  width: 100%;
  height: 700px;
  transition: 0.3s;
}
.swiper-slide {
  display: flex;
  width: 100%;
}
.photo-list {
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  transition: 0.3s;
}
.photo-list:hover .hover {
    opacity: 0.4

}
.photo-txt {
  font-family: 'GmarketSansLight';
  width: 100%;
  height: 40px;
 background-color: rgb(0, 0, 0,0.4);
  font-size: 17px;
  color: #f3f3f3;
  
  padding: 11px 20px;
  position: absolute;
  bottom: 0;
  display: flex;
  justify-content: space-between;
  
}
.heart img{
  width: 26px;
  opacity: 0.8;
  transition: 0.3s
}
.heart img:hover{
  transform: rotate(20deg)scale(1.1);
  opacity: 1;
}


/*슬라이드 */
.photo-img1 {
  background-image: url(../img/photo3-1.jpg);
  width: 100%;
  height: 700px;
}
.photo-img2 {
  background-image: url(../img/photo3-2.jpg);
  width: 100%;
  height: 350px;
}
.photo-img3 {
  background-image: url(../img/photo3-3.jpg);
  width: 100%;
  height: 350px;
}
.photo-img4 {
  background-image: url(../img/photo3-4.jpg);
  width: 100%;
  height: 700px;
}

.photo-img2-1 {
  background-image: url(../img/photo2-1.jpg);
  width: 50%;
  height: 700px;
}
.photo-img2-2 {
  background-image: url(../img/photo2-2.jpg);
  width: 50%;
  height: 700px;
}
.photo-img2-3 {
  background-image: url(../img/photo2-3.jpg);
  width: 100%;
  height: 350px;
}
.photo-img2-4 {
  background-image: url(../img/photo2-4.jpg);
  width: 100%;
  height: 350px;
}
.photo-img2-5 {
  background-image: url(../img/photo2-5.jpg);
  width: 100%;
  height: 700px;
}
.photo-img3-1{
  background-image: url(../img/photo-1.jpg);
  width: 50%;
  height: 700px;
}
.photo-img3-2{
  background-image: url(../img/photo-2.jpg);
  width: 50%;
  height: 700px;
}
.photo-img3-3{
  background-image: url(../img/photo-3.jpg);
  width: 100%;
  height: 350px;
}
.photo-img3-4{
  background-image: url(../img/photo-4.jpg);
  width: 50%;
  height: 350px;
}
.photo-img3-5{
  background-image: url(../img/photo-5.jpg);
  width: 50%;
  height: 350px;
}
.photo-img4-1{
  background-image: url(../img/photo4-1.jpg);
  width: 100%;
  height: 350px;
}
.photo-img4-2{
   background-image: url(../img/photo4-2.jpg);
  width: 100%;
  height: 350px;
}
.photo-img4-3{
   background-image: url(../img/photo4-3.jpg);
  width: 50%;
  height: 700px;
}

.photo-img4-4{
   background-image: url(../img/photo4-4.jpg);
  width: 50%;
  height: 700px;
}

.photo-l{
  width: 25%;
}
.photo-m{
  width: 50%;
}
.photo-r{
  width: 25%;
}
.photo-l2,
.photo-l3
{
  width: 50%;
  display: flex;
}
.photo-l4{
  width: 50%;
}
.photo-r2,
.photo-r4
{
  width: 50%;
  display: flex;
}
.photo-r3{
  width: 50%;
}
photo-r-t3{
  width: 100%  
}
.photo-r-b3{
  width: 100%;
  
  display: flex;
}


.photo-r-l2{
  width: 50%;
}
.photo-r-r2{
  width: 50%;
  
}
.kakao{
    max-width: 1100px;
    margin: 0 auto;
    padding: 15px 0;
    background-color: #ffeb3c;
}
.kakao ul{
    text-align: left;
}
.kakao a{
    color: #3e2622;
    display: flex;
    align-items: center;
    justify-content: space-around;
}
.onetoone{
    padding: 10px 0;
    font-size: 22px;
}
.chatcan{
    font-size: 15px;
}
.kakao img{
    width: 10%;
}
@media screen and (max-width:1400px) {

  /* 잇츠미   */
  .me-text b {

    font-size: 23px;

  }

  .me-text {
    font-size: 21px;
    padding: 7px 0;

  }



  .me-t h3 {
    font-size: 24px;
  }

  .favorite {
    margin: 7.5% 0;
  }

  .me-t {
    flex: 65%;

  }

  .me-b {
    flex: 50%
  }

  .me-b img {
    height: 44px;
  }

  .progress {
    width: 80%;
    margin-left: 15%;
  }

  /* 그래픽   */


  .graphic-img {

    height: 290px;

  }
.ani-img{
 
  height: 290px;

}
  /*포토*/
  .photo-bg  p {
    font-size: 19px;
  }
 
  .swiper {
    height: 600px;
  }

.photo-img2-1,
  .photo-img2-2,
  .photo-img2-5,
  .photo-img3-1,
  .photo-img3-2,
  .photo-img4-3,
  .photo-img4-4{
    height: 600px;
  }
 
.photo-img2-3,
  .photo-img2-4,
  .photo-img3-3,
  .photo-img3-4,
  .photo-img3-5,
  .photo-img4-1,
  .photo-img4-2{
  height: 300px;
  }

 .photo-img1,.photo-img4 {
 
  height: 600px;
}
.photo-img2,.photo-img3  {

  height: 300px;
}


}
@media screen and (max-width:1024px) {
  h2 {
    font-size: 26px;
 
    padding: 60px 0 25px;
  }
    

  .lottie-me {
  width: 150px;
 
  top: 10px;
  left: 50px;  
}
.lottie-web{
width: 45px;

  left: 75px; 
}
.lottie-graphic{
  width: 62px;
  left: 125px;
}
.lottie-photo {
  width: 60px;
  height: 60px;
  position: absolute;
  top: 45px;
  left: 210px;
  
}

  /*    잇츠미*/
  .me-text b {
    font-size: 22px;
  }

  .me-t {
    padding: 0;
    flex: 60%
  }

  .me-text {
    font-size: 18px;
  }
  .me-t h3 {
    font-size: 22px;
  }

  .favorite {
    margin: 8% 0;
  }

    .me-t-b .me-text {
    margin: 0 6px;
  }

  .me-b img {
    height: 38px;
  }

  .progress {
    width: 80%;
    margin-left: 18%;
  }
  
  /*웹*/
    .web-flex{
        display: flex;
    }
    .web-wrap{
        flex-direction: column;
        width: calc(100%/2)
    }
 .web-list{
  width: 100%;

}


.web-txt{
   
    width: 100%;
    height: 95%;
}

.web-slide h3{
    padding: 2% 8%;
    font-size: 20px;
}
.slide-txt{
  font-size: 16px;
}

.web-btn{
   font-size: 16px;
}
.web-btn2{
    font-size: 16px 
   
}

  /*그래픽*/


  .graphic-img {

    height: 200px;

    background-size: 320px
  }
  .ani-img{
 
  height: 200px;
background-size: 320px
}
  .graphic-txt{
  
  font-size: 20px;
 

}
/*  그래픽 팝업*/


  .popup-img {
width: 60%;
  top: 53%;
     
}
    
.close-btn {
    top: 15.6%;
    right: 13.5%;
  width: 40px;
  height: 40px;
}
.close-btn img {
  width: 22px;
  height: 22px;
}
.close-btn:hover img {
  height: 26px;
  width: 26px;
}
  /*    포토*/
  
  .photo-bg  p {
    font-size: 18px;
     margin: 5px 0 40px;;
 }

  .swiper {
    width: 100%;
    height: 500px;
  }
  .photo-txt {
  height: 36px;
 font-size: 16px;
  padding: 10px 20px; 
}
.heart img{
  width: 23px;
}
   .photo-img1 {
 
  height: 500px;
}
.photo-img2 {

  height: 250px;
}
.photo-img3 {

  height: 250px;
}
.photo-img4 {
 
  height: 500px;
}
    .photo-img2-1,
  .photo-img2-2,
  .photo-img3-1,
  .photo-img3-2,
  .photo-img4-3,
  .photo-img4-4{
    height: 500px;
  } 
    .photo-img2-3,
  .photo-img3-3,
  .photo-img3-4,
  .photo-img3-5,
  .photo-img4-1,
  .photo-img4-2{
    height: 250px;
  }
  
    .photo-img2-4{
    height: 250px;
  }
    .photo-img2-5{
        height: 500px;
    }
}
@media screen and (max-width:717px) {
  h2 {
    font-size: 24px;
    padding: 50px 0 30px;
  }
  h2 img {
    width: 30px;
  }
  .lottie-me {
  width: 140px;
  left: 45px;  
}
.lottie-web{
width: 40px;
  top: 7px;
 left: 70px; 
}
.lottie-graphic{
  width: 56px;
  left: 118px;
}
.lottie-photo {
  width: 56px;
  height: 56px;
  
  top: 35px;
  left: 195px;
  
}
  /*    잇츠미*/
  .me-bg {
    padding-bottom: 30px;
  }
  .me-wrap {
    flex-direction: column;
  }
  .me-t {
    margin-bottom: 30px;
  }
  .me-text b {
    font-size: 20px;
  }
  .me-text {
    font-size: 17px;
    padding: 5px 0
  }
  .me-t h3 {
    font-size: 20px;
  }
  .favorite {
    margin: 6% 0;
  }
  .me-t-b .me-text {
    margin: 0 5px;
  }
  #skill {
    width: 70%;
    margin: 0 auto;
  }
  .progress {
    width: 82%;
    margin-left: 18%;
  }
  
  /*    웹*/

 .web-list{
  width: 100%;

}


.web-txt{
   
    width: 100%;
   
}

.web-slide h3{
    padding: 1% 2%;
    font-size: 16px;
}


.web-btn2{
    font-size: 14px;
    bottom: 15px;
}

  /*그래픽*/
  .graphic-width {
    display: flex;
  }
  .graphic-t,
  .graphic-b {
    flex-direction: column;
    width: 50%;
  }
  .graphic-img {
    width: 95%;
    height: 200px;
    margin: 0 2.5% 5% 2.5%;
    background-size: 320px;
  }
 .ani-img{
  height: 200px;
background-size: 320px
}
  .graphic-bg::after {
    height: 14%;
  }
  .graphic-txt{
  
  font-size: 18px;
 

}
  /*  그래픽 팝업*/


  .popup-img {
width: 70%;
 height: 70%;
      
}
.close-btn {
  width: 36px;
  height: 36px;
top: 18.2%;
    right: 7%
}
.close-btn img {
  width: 20px;
  height: 20px;
}
.close-btn:hover img {
  height: 24px;
  width: 24px;
}
  /*    포토*/
  .swiper-pagination {
    height: 2px !important;
  }
  .photo-bg p {
    font-size: 16px;
    margin-top: 8px;
  }
  .photo-bg  p {
    font-size: 18px;
     margin: 5px 0 30px;;
 }
  .photo-txt {
    height: 33px;
    font-size: 16px;
    padding: 9px 20px;

  }
  .heart img{
    width: 21px;
  }
  .swiper {
    width: 90%;
    height: 1000px;
  }
  .swiper-slide {
    flex-direction: column;
    width: 100%;
  }
  

  .photo-l{
    width: 50%;
    order: 1;
    position: relative;
    top: -50%;
  }
  .photo-m{
    width: 100%;
  }
  .photo-r{
    width: 50%;
    position: relative;
    left: 50%;
  }
.photo-l2,
  .photo-l3,
  .photo-l4{
  width: 100%; 
} 
.photo-r2,
  .photo-r3,
  .photo-r4{
  width: 100%;
}
    .onetoone{
    font-size: 20px;
}
.chatcan{
    font-size: 14px;
}
 .kakao img{
    width: 15%;
} 


}
@media screen and (max-width:550px) {
  h2 {
font-size: 20px;
 padding: 35px 0 15px;
 }
    .course-img img{
        width: 100%;
    }
   
    h3{
        font-size: 17px;
    }
 
    h5{font-size: 16px;}
  h2 img {
    width: 26px;
    top: 4px;
  }
    p {
        font-size: 14px;
    }
  .lottie-me {
  width: 125px;
    top: 7px;
  left: 40px;  
}
.lottie-web{
width: 35px;
  top: 6px;
 left: 63px; 
}
.lottie-graphic{
  width: 50px;
  top: 5px;
  left: 105px;
}
.lottie-photo {
  width: 52px;
  height: 52px;
  
  top: 21px;
  left: 170px;
  
}
  /*  잇츠미*/
  .me-b img {
    height: 33px;
    top: 8%;
  }
  .me-bg {
    padding-bottom: 25px
  }
  .me-t {
    margin-bottom: 25px;
  }
  .me-text b {
    font-size: 18px;
  }
  .me-text {
    font-size: 15px;
  }
  .me-t h3 {
    font-size: 18px;
  }
  .me-t-b .me-text {
    margin: 0 4px;
  }
  #skill {
    width: 75%;
  }
  .progress {
    width: 82%;
    margin-left: 18%;
  }
  
  /*  웹*/
   .web-flex{
        flex-direction: column;
    }
    .web-wrap{
       width: 100%
    }
  .web-list{
  width: 100%;

}
    .web-list:hover{
        opacity: 1;
    }
    .web-btn2:hover{
        border-radius: 20px;
        
    }
    .web-btn2{
        border-bottom: 0;
        transition: none;
    }
    .web-btn a, .web-btn2 a{
        background-color: #fff;
        color: #000;
        border-radius: 20px;
        
    }
.web-txt{
    width: 100%;

}

.web-slide h3{
  padding-top: 10px;
    font-size: 15px;
}




  /*그래픽*/
  .graphic-width {
    padding: 0;
  }
  .graphic-img {
    width: 100%;
    height: 170px;
    margin: 0;
    background-size: 265px;
    border-radius: 5px;
  }
  
   .ani-img{
 
  height: 170px;
background-size: 265px
}
  .graphic-txt{
  
  font-size: 16px;
 

}
  /*  그래픽 팝업*/


  .popup-img {
width: 80%;
      height: 65%;
}
.close-btn {
  width: 34px;
  height: 34px;
    top: 13%;
    right: 10%;
}
.close-btn img {
  width: 20px;
  height: 20px;
}
.close-btn:hover img {
  height: 22px;
  width: 22px;
}
  /*   포토*/
  .photo-txt {
    height: 30px;
    font-size: 14px;
    padding: 8px 15px;

  }
  .heart img{
    width: 18px;
  }

  .photo-bg  p {
    font-size: 14px;
   margin: 0 0 15px;


  }

  .swiper {
    width: 100%;
    height: 800px;
  }

  .swiper-slide {

    flex-direction: column;
    width: 100%;
  }
  .photo-img1,
  .photo-img4,
  .photo-img3-1,
  .photo-img3-2,
  .photo-img4-3,
  .photo-img4-4
  {
  height: 400px;
}
.photo-img2,
  .photo-img3,
  .photo-img3-3,
  .photo-img3-4,
  .photo-img3-5,
  .photo-img4-1,
  .photo-img4-2{
  height: 200px;
}

.photo-img2-1,
.photo-img2-2,
.photo-img2-5{
    height: 400px;
  }
.photo-img2-3,
  .photo-img2-4{
 height: 200px;
}
        .onetoone{
    font-size: 18px;
}
.chatcan{
    font-size: 12px;
}
 .kakao img{
    width: 22%;
} 

}
