  /* general styles */

@font-face {
    font-family: 'CookieRun';
    font-weight: 400;
    font-style: normal;
    src: url('https://cdn.jsdelivr.net/gh/webfontworld/cookierun/CookieRunRegular.eot');
    src: url('https://cdn.jsdelivr.net/gh/webfontworld/cookierun/CookieRunRegular.eot?#iefix') format('embedded-opentype'),
         url('https://cdn.jsdelivr.net/gh/webfontworld/cookierun/CookieRunRegular.woff2') format('woff2'),
         url('https://cdn.jsdelivr.net/gh/webfontworld/cookierun/CookieRunRegular.woff') format('woff'),
         url('https://cdn.jsdelivr.net/gh/webfontworld/cookierun/CookieRunRegular.ttf') format("truetype");
    font-display: swap;
} 
@font-face {
    font-family: 'CookieRun';
    font-weight: 700;
    font-style: normal;
    src: url('https://cdn.jsdelivr.net/gh/webfontworld/cookierun/CookieRunBold.eot');
    src: url('https://cdn.jsdelivr.net/gh/webfontworld/cookierun/CookieRunBold.eot?#iefix') format('embedded-opentype'),
         url('https://cdn.jsdelivr.net/gh/webfontworld/cookierun/CookieRunBold.woff2') format('woff2'),
         url('https://cdn.jsdelivr.net/gh/webfontworld/cookierun/CookieRunBold.woff') format('woff'),
         url('https://cdn.jsdelivr.net/gh/webfontworld/cookierun/CookieRunBold.ttf') format("truetype");
    font-display: swap;
} 
@font-face {
    font-family: 'CookieRun';
    font-weight: 900;
    font-style: normal;
    src: url('https://cdn.jsdelivr.net/gh/webfontworld/cookierun/CookieRunBlack.eot');
    src: url('https://cdn.jsdelivr.net/gh/webfontworld/cookierun/CookieRunBlack.eot?#iefix') format('embedded-opentype'),
         url('https://cdn.jsdelivr.net/gh/webfontworld/cookierun/CookieRunBlack.woff2') format('woff2'),
         url('https://cdn.jsdelivr.net/gh/webfontworld/cookierun/CookieRunBlack.woff') format('woff'),
         url('https://cdn.jsdelivr.net/gh/webfontworld/cookierun/CookieRunBlack.ttf') format("truetype");
    font-display: swap;
} 



*{margin: 0; padding: 0;}

  body {
    font-family: 'CookieRun' !important;
  }

  ul
  {
      list-style-type: none;
  }

  a {
    text-decoration: none !important;
  }

  h1 {
    color: #FF6363;
    font-weight: bold;
  }

  
  .section {
    text-align: center;
  }

  .skillbar {
    cursor: pointer;
  }

  .hide {
    display: none;
  }

  .display {
    display: block;
  }


 .mob_port{display: none;}
 

#fullpage{margin-top:-120px;}


  /* flash alert styles */

  .flash-container {
    width: 100%;
    position: fixed;
    z-index: 700;
    padding-top: 20px;
    font-weight: bold;
  }

  .alert {
    text-align: center !important;
    width: 500px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    color: #211809 !important;
  }

  /* Nav Screen */

  .nav-header{
    
    height: 120px;
    width: 1400px;
    margin: 0 auto;
    display: flex;
    align-items: center; 
      justify-content: space-between;
}




  .nav-screen {
    height: 100%;
    z-index: 500;
    position: fixed;
    background-color: #000;
    opacity: 1;
     right: -285px;  /* start off behind the scenes */
    -webkit-font-smoothing: antialiased;
    position: fixed;
    width: 285px;
      top:0;
  }

  .nav-screen .active {
    display: block;
  }


  /* nav header links */

  .nav-brand {
   
    z-index: 600;
   
    
  }

  .nav-brand img {
    width: 90px;
  }

  .fa-bars {
    display: none !important;
    color: #FF6363;
    float: right;
    padding: 20px;
    position: fixed;
    right: 0;
    z-index: 500;
    cursor: pointer;
  }

  .fa-times {
    color: #FF6363;
    float: right;
    padding: 20px;
    right: 0;
    z-index: 600;
    cursor: pointer;
  }

  .header-links {
  
  z-index: 500;
      
  }

  .header-links li {
    color: white;
    display: inline;
    float: right;
    padding: 15px;
    font-size: 25px;
  }

  .header-links a {
    color: #26325c;
    
      font-weight: 400;
  }

  .header-links a:hover {
    color: #FF6363 !important;
  }

  /* slide out nav menu styles */

  .nav-container {
    padding-top: 10%;
  }

  .nav-links {
    width: 250px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }

  .nav-links ul {
    margin-top: 15%;
    text-align: center;
    padding-top: 10%;
  }


  .nav-links a {
    color: #FFFFFF;
    font-size: 30px;
    line-height: 2.5;
    font-weight: bold;
    text-decoration: none;
    margin-left: auto;
    margin-right: auto;
  }

  .nav-links a:hover {
    color: #26325c;
      font-weight:900;
   
  }

  #fp-nav ul li .fp-tooltip {
    color: #5F5F5F !important;
  }

  /* Expanding border effect */

 

.header-links span {
     position: absolute;
    display: block;
   
    width: 20px;
    height: 20px;
    background-color: rgba(254,224,222,1);
    content: '';
    border-radius: 35px;
   
    margin-left: -10px;
    display: none;
    z-index: -2;
  }







  .header-links a:hover::after,
  .header-links a:focus::after {
    opacity: 1;
    
  }

  /* main header section */

  .opaque-bg {
    margin-left: auto;
    margin-right: auto;
    max-width: 380px;
    padding: 1px 1px 5px 5px;
  }

  .aboutme {
   
  }

  .aboutme p {
    color: #26325c;
    font-weight: 100;
    font-size: 17.4px;
  }

  /* bouncing arrow */


  .fa-chevron-down {
    color: #FF6363 !important;
    bottom: 10px;
    margin-left: -30px;
    cursor: pointer;
    position: absolute;
    opacity: 0;
    -webkit-transition: 1.2s ease;
  }


  /* Scroll down indicator (bouncing) */

  @-webkit-keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
      -webkit-transform: translateY(0);
      transform: translateX(0);
    }
    40% {
      -webkit-transform: translateY(-30px);
      transform: translateY(-30px);
    }
    60% {
      -webkit-transform: translateY(-15px);
      transform: translateY(-15px);
    }
  }

  @-moz-keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
      transform: translateY(0);
    }
    40% {
      transform: translateY(-30px);
    }
    60% {
      transform: translateY(-15px);
    }
  }

  @keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
      -ms-transform: translateY(0);
      transform: translateY(0);
    }
    40% {
      -ms-transform: translateY(-30px);
      transform: translateY(-30px);
    }
    60% {
      -ms-transform: translateY(-15px);
      transform: translateY(-15px);
    }
  }

  .bounce {
    -webkit-animation: bounce 2s infinite;
    animation: bounce 2s infinite;
  }


.con_wrap{position: relative;
width:1400px;
margin: 0 auto;}


.con_wrap01{
    display: flex;
        justify-content: space-between;
    align-items: center;
    
}

.con_wrap02{
       display: flex;
    align-items: center;
    flex-direction: column;
    
}



.con_wrap03{
       display: flex;
    align-items: center;
    flex-direction: column;
    width:1400px;
    padding-top:40px;
    
}


.con_wrap03 .con_box03 .port_wrap>ul{ display: flex;
    flex-wrap: wrap;
    justify-content: center;
margin-top:45px;}
.con_wrap03 .con_box03 .port_wrap>ul>li{position: relative; ; box-sizing: border-box; width: 25%; height: 350px; margin: 0; padding: 0; list-style: none; }


.con_wrap03 .con_box03 .port_wrap>ul>li>span{position: absolute; background-color: #26325c; width:100%; height: 100%; left: 0; top:0; opacity: 0;
color:#fff;
    font-size:20px;
}

.con_wrap03 .con_box03 .port_wrap>ul>li>span>.port_innertxt{

display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 80%;
    position: relative;
    margin: 20px auto;

}

.con_wrap03 .con_box03 .port_wrap>ul>li>span>.port_innertxt>p{font-size:18px; margin-top: 5px;}
.con_wrap03 .con_box03 .port_wrap>ul>li>span>.port_innertxt>h3{font-weight: 700;
    text-align: left;
    font-size: 20px;}
.con_wrap03 .con_box03 .port_wrap>ul>li>span>.port_innertxt>a{
    width:130px;
    height: 30px;
    border:1px solid #fff;
    border-radius: 30px;
    padding: 5px;
    margin-top: 50px;
    color:#fff;
    font-size:17px;
    
    
    
}

.con_wrap03 .con_box03 .port_wrap>ul>li>span>.port_innertxt>h3::before{content: "";
display: block;
width:20px;
height: 2px;
background: #fff;
margin: 10px 0;}


.con_wrap03 .con_box03 .port_wrap>ul>li>span>.port_innertxt >.innertxt_sub{
    font-family: 'S-CoreDream-2ExtraLight';
    font-size:15px;
    
}


.con_wrap03 .con_box03 .port_wrap>ul>li:hover span{opacity:0.9; transition-duration: 1s; z-index:999; }

.con_wrap03 .con_box03 .port_wrap>ul>li:hover{overflow:hidden;}

.con_wrap03 .con_box03 .port_wrap>ul>li:hover img{transform: scale(1.2); transition-duration: 0.8s;}




.fp-section.fp-table .con_wrap03 .con_box03 .port_wrap>ul>li{transform: translate(0px,200px);
opacity:0;}


.fp-section.fp-table .con_wrap03 .con_box03 .port_quick{transform:translate(0px,200px);
opacity: 0;
    background-color: #26325c;
    font-size: 25px;
    font-weight: 700;
    color:#fff;
    padding: 20px 0;
    transition-property: transform;
    
    
}
.fp-section.fp-table .con_wrap03 .con_box03 .port_quick.fade_in_07>a{color:#fff;}

.fp-section.fp-table .con_wrap03 .con_box03 .port_quick.fade_in_07:hover>a{font-size:30px; line-height: 30px; transition-duration: 0.5s;}



/*font-family: 'S-CoreDream-3Light'*/

.fp-section.fp-table .con_wrap03 .con_box03 .port_wrap>ul>li>img{width: 100%; display: block;}

.fp-section.fp-table.active .con_wrap03 .con_box03 .port_wrap>ul>li.fade_in{
    
    transform: translate(0px,0px);
    opacity: 1;
transition-duration: 1.3s;}

.fp-section.fp-table.active .con_wrap03 .con_box03 .port_wrap>ul>li.fade_in_01{    
    transform: translate(0px,0px);
    opacity: 1;
transition-duration: 1.5s;
transition-delay: 0.1s;}
.fp-section.fp-table.active .con_wrap03 .con_box03 .port_wrap>ul>li.fade_in_02{    
    transform: translate(0px,0px);
    opacity: 1;
transition-duration: 1.5s;
transition-delay: 0.2s;}

.fp-section.fp-table.active .con_wrap03 .con_box03 .port_wrap>ul>li.fade_in_03{    
    transform: translate(0px,0px);
    opacity: 1;
transition-duration: 1.5s;
transition-delay: 0.3s;}

.fp-section.fp-table.active .con_wrap03 .con_box03 .port_wrap>ul>li.fade_in_04{    
    transform: translate(0px,0px);
    opacity: 1;
transition-duration: 1.5s;
transition-delay: 0.4s;}

.fp-section.fp-table.active .con_wrap03 .con_box03 .port_wrap>ul>li.fade_in_05{    
    transform: translate(0px,0px);
    opacity: 1;
transition-duration: 1.5s;
transition-delay: 0.5s;}

.fp-section.fp-table.active .con_wrap03 .con_box03 .port_wrap>ul>li.fade_in_06{    
    transform: translate(0px,0px);
    opacity: 1;
transition-duration: 1.5s;
transition-delay: 0.6s;}

.fp-section.fp-table.active .con_wrap03 .con_box03 .port_quick.fade_in_07{    
    transform: translate(0px,0px);
    opacity: 1;
transition-duration: 1.5s;
transition-delay: 0.7s;}





.con_box02{
   
        width: 1400px;
    display: flex;
    align-items: center;
    justify-content: space-around;
    
}


.con_box03{
   
        width: 1400px;
    display: flex; 
    flex-direction: column;
}


.con_box03 >div{ width:1400px; margin: 0 auto;}






    
    
    
    
    
    



.con_wrap01 .text_wrap1{width: 60%;
    /* padding-top: 207px; */
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    align-items: flex-start;
margin-bottom:100px;}

.con_wrap01 .text_wrap1 .sub_ttl{font-size:36px; color:#666666; font-weight: 900; line-height:0;}
.con_wrap01 .text_wrap1 .sub_ttl::after{position: absolute;
    bottom: -2px;
    left: -17px;
    width: 35px;
    height: 35px;
    background-color: rgba(254,224,222,1);
    content: "";
    border-radius: 35px;
    transition-duration: 0.3s;
    z-index: -2;}
.con_wrap01 .text_wrap1 .main_ttl{font-size:85px; color:#26325c; font-weight: 900; margin-bottom: 60px;}
.con_wrap01 .text_wrap1 .sub_txt{font-size:17px; color:#26325c; font-weight: 400;}
.con_wrap02 .main_ttl{font-size:60px; color:#26325c; font-weight: 900; margin-bottom: 80px;}
.con_wrap03 .main_ttl{font-size:60px; color:#26325c; font-weight: 900; margin-bottom:-5px;}










.obj_01 img{
    font-size: 5em;
    animation: motion 3s /* 속도 */
               linear 0.3s   /* 처음부터 끝까지 일정 속도로 진행 */
               infinite alternate; /* 무한 반복 */
    position: absolute;
    z-index:-10;
    
  }
  @keyframes motion {
	0% {margin-top: 0px;} /* 처음 위치 */
	100% {margin-top: 15px;} /* 마지막 위치 */
  }


.obj_02 img{
    font-size: 5em;
    animation: motion1 2.5s /* 속도 */
               linear 1s   /* 처음부터 끝까지 일정 속도로 진행 */
               infinite alternate; /* 무한 반복 */
    position: absolute;
    z-index:-10;
    
  }
  @keyframes motion1 {
	0% {margin-top: 0px;} /* 처음 위치 */
	100% {margin-top: 30px;} /* 마지막 위치 */
  }

.obj_03 img{
    font-size: 5em;
    animation: motion2 4s /* 속도 */
               linear 2s   /* 처음부터 끝까지 일정 속도로 진행 */
               infinite alternate; /* 무한 반복 */
    position: absolute;
    z-index:-10;
    
  }
  @keyframes motion2 {
	0% {margin-top: 0px;} /* 처음 위치 */
	100% {margin-top: 40px;} /* 마지막 위치 */
  }


.obj_04 img{
    font-size: 5em;
    animation: motion7 4s /* 속도 */
               linear 2s   /* 처음부터 끝까지 일정 속도로 진행 */
               infinite alternate; /* 무한 반복 */
    position: absolute;
    z-index:-10;
    
  }
  @keyframes motion7 {
	0% {margin-top: 0px;} /* 처음 위치 */
	100% {margin-top: 40px;} /* 마지막 위치 */
  }
.obj_05 img{
    font-size: 5em;
    animation: motion8 20s /* 속도 */
               linear 2s   /* 처음부터 끝까지 일정 속도로 진행 */
               infinite alternate; /* 무한 반복 */
    position: absolute;
    z-index:-10;
    
  }
  @keyframes motion8 {
	0% {transform: rotate(0deg);} /* 처음 위치 */
	100% {transform: rotate(360deg);} /* 마지막 위치 */
  }
.obj_06 img{
    font-size: 5em;
    animation: motion9 4s /* 속도 */
               linear 2s   /* 처음부터 끝까지 일정 속도로 진행 */
               infinite alternate; /* 무한 반복 */
    position: absolute;
    z-index:-10;
    
  }
  @keyframes motion9 {
	0% {margin-top: 0px;} /* 처음 위치 */
	100% {margin-top: 40px;} /* 마지막 위치 */
  }












.ch_01{
position: relative;
    width: 40%;
    padding-top: 400px;   
}

.ch_02{
position: absolute;
    left:57%;
    top:60%;
    animation: motion3 1s
    linear 2s   /* 처음부터 끝까지 일정 속도로 진행 */
               infinite alternate; /* 무한 반복 */    
}
@keyframes motion3 {
	0% {margin-top: -5px;} /* 처음 위치 */
	100% {margin-top: 10px;} /* 마지막 위치 */
  }


.ch_03{
position: absolute;
   left:60%;
    top:30%;
    animation: motion4 2s
    linear 2s   /* 처음부터 끝까지 일정 속도로 진행 */
               infinite alternate; /* 무한 반복 */
}
@keyframes motion4 {
	0% {margin-top: 0px;} /* 처음 위치 */
	100% {margin-top: 10px;} /* 마지막 위치 */
  }




 





.obj>img{position:absolute; z-index:-10;}
.ch_05{position:absolute; z-index:-5; top:160px;}

.obj_01>img{top:70px;
        left:60px;}
.obj_02>img{top:120px;
        right:90px;}
.obj_03>img{top:500px;
        right:150px;}
.obj_04>img{top:100px;
        left:100px;}
.obj_05>img{top:550px;
        left:250px;}
.obj_06>img{top:180px;
        right:60px;}

  /* about section */














  /* Skill bars */

.fp-section.fp-table .container-skillbar {
    width: 700px;
    
    padding-right: 2%;
    padding-left: 2%;
    height: auto;
    background: rgba(255,255,255,0.5);
    padding: 30px;
    overflow: none;
    border-radius: 13px;
    box-shadow: rgba(17, 17, 26, 0.05) 0px 4px 16px, rgba(17, 17, 26, 0.05) 0px 8px 32px;
    transform: scale(0.8);
  }

.fp-section.fp-table.active .container-skillbar{
    transition: transform 0.5s linear;
    transform: scale(1); 
    
}




  .skillbar {
    position:relative;
    display:block;
    margin-bottom:15px;
    width:100%;
    background:#efefef;
    height:30px;
    border-radius:3px;
    -moz-border-radius:3px;
    -webkit-border-radius:3px;
    -webkit-transition:0.4s linear;
    -moz-transition:0.4s linear;
    -ms-transition:0.4s linear;
    -o-transition:0.4s linear;
    transition:0.4s linear;
    -webkit-transition-property:width, background-color;
    -moz-transition-property:width, background-color;
    -ms-transition-property:width, background-color;
    -o-transition-property:width, background-color;
    transition-property:width, background-color;
  }

  .skillbar-title {
    position:absolute;
    top:0;
    left:0;
    width:110px;
    font-weight:bold;
    font-size:13px;
    color:#fff;
    background:#6adcfa;
    -webkit-border-top-left-radius:3px;
    -webkit-border-bottom-left-radius:4px;
    -moz-border-radius-topleft:3px;
    -moz-border-radius-bottomleft:3px;
    border-top-left-radius:3px;
    border-bottom-left-radius:3px;
  }

  .skillbar-title span {
    display:block;
    background:rgba(0, 0, 0, 0.15);
    padding:0 20px;
    height:30px;
    line-height:30px;
    -webkit-border-top-left-radius:3px;
    -webkit-border-bottom-left-radius:3px;
    -moz-border-radius-topleft:3px;
    -moz-border-radius-bottomleft:3px;
    border-top-left-radius:3px;
    border-bottom-left-radius:3px;
  }

  .skillbar-bar {
    height:30px;
    width:0px;
    border-radius:3px;
    -moz-border-radius:3px;
    -webkit-border-radius:3px;
  }

  .skill-bar-percent {
    position:absolute;
    right:10px;
    top:0;
    font-size:11px;
    height:30px;
    line-height:30px;
    color:#ffffff;
    color:rgba(0, 0, 0, 0.5);
  }

  /* portfolio section */

  .content {
    margin-left: auto;
    margin-right: auto;
    max-width: 800px;
  }

  .content-slide {
    margin-left: auto;
    margin-right: auto;
    max-width: 800px;
  }

  .content-slide img {
    width: 70%;
  }

  .fp-controlArrow.fp-next {
    border-color: transparent transparent transparent #FF6363 !important;
    right: 45px !important;
  }

  .fp-controlArrow.fp-prev {
    border-color: transparent #FF6363 transparent transparent !important;
    left: 45px !important;
  }

  #fp-nav ul li a span, .fp-slidesNav ul li a span{
    background: rgba(0, 0, 0, 0.62) !important;
  }


  /* contact us styles */

  .fa-paper-plane {
    color: #484848;
  }

  /* paper plane shake on hover */

  .plane-animated {
    animation-duration: 6s;
    animation-fill-mode: both;
    animation-iteration-count: infinite;
    animation-play-state: paused;
  }

  .fa-paper-plane:hover {
  /* Toggle our animation play state to running when we are hovering over our sticker */
  animation-play-state: running;
}

    @keyframes shake {
    0%, 100% {transform: translateX(0);}
    10%, 30%, 50%, 70%, 90% {transform: translateX(-10px);}
    20%, 40%, 60%, 80% {transform: translateX(10px);}
  }
    .shake {
      animation-name: shake;
    }


  /* input field styles */

.contact-form {
    padding: 0px 15px 0px 15px;
  }


  .form-control {
    border: 2px solid rgba(0, 0, 0, 0.27);
    width: 100%;
    max-width: 100%;
    height: 3em;
    font-size: 16px;
    padding: 1em;
    margin: .5em 0 2em 0;
    font-weight: bold;
  }

  textarea {
    min-height: 10em;
  }

  label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 500;
  }

  #submit {
    outline: none;
    padding: 12px;
    min-width: 200px;
    border-radius: 2px;
    border: 2px solid #FF6363;
    text-align: center;
    font-size: 1em;
    color: #FF6363;
    background-color: white;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: bold;
  }

  #submit:hover {
    background-color: #FF6363;
    color: white;
    -webkit-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }

  /* footer styles */

  .footer {
    background-color: #484848;
    height: 300px;
    padding-top: 10px;
  }

  .footer p{
    color: white;
    font-weight: bold;
    font-size: 16px;
  }

  .social-links a{
    color: white;
    padding: 0px 5px 0px 5px;
  }

  .social-links a:hover {
    color: #FF6363;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }

  /* smaller resolution styles */

@media all and (max-width:1400px){
    
    
    
    
    .mob_port{display: block;}
    .port_wrap{display: none;}
    .mob_port_quick{display: none;}
    
    
    #fullpage{margin-top:-90px;}
    
    .nav-header{
        height:90px;
        
    }
    

    .fa-bars {
      display: block !important;
    }

    .header-links {
      display: none;
    }
    
    .con_wrap01{
        width:100%;
        display: flex;
    align-items: center;
    flex-direction: column;
        
    }
    .con_wrap02{
        width:100%;
    }
    .con_wrap03{
        width:100%;
        padding-top:80px;
    }
    
    .ch_01 {
   
    position: relative;
    width: 100%;
    padding-top: 0px;
    display: flex;
    justify-content: flex-end;

}
    
    .ch_01 > img{
        width:200px;
        padding-top:170px;
        
    }
    
    .swiper-button-next:after, .swiper-button-prev:after{
        
        font-size:30px;
        display: none;
    }
    
    
    .swiper-button-next, .swiper-container-rtl .swiper-button-prev{
        display: none;
        
    }
    
    
    .ch_02 {
    position: absolute;
    left: 31%;
    top: 66%;
    animation: motion3 1s linear 2s /* 처음부터 끝까지 일정 속도로 진행 */ infinite alternate;
}
    
    
    .ch_02 > img{
        width:60px;
        
    }
    
    
    .ch_03 {
    position: absolute;
    left: 49%;
    top: 44%;
    animation: motion4 2s linear 2s /* 처음부터 끝까지 일정 속도로 진행 */ infinite alternate;
   
}
    
    
    .ch_03>img{
        width:90px;
        
    }
    
    .ch_04>img{
        width:165px;
        
    }
    
    .con_wrap01 .text_wrap1 {
    width:100%;
   padding-top:0px;
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    align-items: center;
    margin-bottom: 0px;
}
    
    .con_wrap01 .text_wrap1 .sub_ttl::after{
        display: none;
        
    }
    
    .con_wrap01 .text_wrap1 .main_ttl {
    font-size: 35px;
    color: #26325c;
    font-weight: 900;
 margin-bottom: 0px;
}
    
    
    .con_wrap01 .text_wrap1 .sub_ttl {
    display: none;
}
    
    .con_wrap01 .text_wrap1 .sub_txt{
        font-size:14px;
        
    }
    
    
    .con_wrap02 .main_ttl{
        font-size:30px;
    }
    
    .con_box02 {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-around;
    flex-direction: column;
}
    
    
    
    .con_wrap03 .con_box03{
        width:100%;
        
        
        
    }
    
    
    .swiper-slide{}
    
    
    
    
    
    
    .con_box03 >div {
    width: 100%;
    margin: 0 auto;
}
    
    .grid_wrap{
        width:90%;
        margin:0 auto;
        
    }
    
    .grid_wrap > img{
        width:100%;
        border-radius: 10px;
        
    }
    
    #fp-nav.right{
        display: none;
        
    }
    
    
   .mob_port .section_title {
    font-size: 30px;
    color: #26325c;
    font-weight: 900;
    margin-bottom: 40px;
}
    
    
 .fp-section.fp-table .con_wrap03 .con_box03 .port_quick {
   
    width: 90%;
    margin: 30px auto;
    border-radius: 10px;
}
    
    
    
    
    
    .obj_01>img {
    top: 80px;
    left: -185px;
    width: 330px;
}
    .obj_02>img {
    top: 330px;
    right: -20px;
    width: 90px;
}
    .obj_03>img{
       display: none;
        
    }
    
    
    .nav-brand img{
        display: none;
        
    }
    
    .fa-bars{font-size:35px;}
    
    
    .fa-chevron-down {
    color: #FF6363 !important;
    bottom: 37px;
    margin-left:0; 
    cursor: pointer;
    position: absolute;
    opacity: 0;
    font-size: 30px;
    -webkit-transition: 1.2s ease;
     margin-left:-15px;
        
    
}
    
    
    .fp-section.fp-table .container-skillbar {
       width: 90%;
    padding-right: 2%;
    padding-left: 2%;
    height: auto;
    background: none;
    padding: 0;
    overflow: none;
    border-radius: none;
    box-shadow: none;
    transform: scale(0.8);
    background: #fff;
    padding: 15px 13px 5px 13px;
    border: 1px solid #efefef;
}
    
    .skillbar {
    position: relative;
    display: block;
    margin-bottom: 11px;
    width: 100%;
    background: #efefef;
    height: 20px;
   
}
    
    .skillbar-title {
    position: absolute;
    top: 0;
    left: 0;
    width: 0px;
    font-family: initial;
    font-size: 13px;
    color: #fff;
    background: #6adcfa;
    -webkit-border-top-left-radius: 3px;
    -webkit-border-bottom-left-radius: 4px;
    -moz-border-radius-topleft: 3px;
    -moz-border-radius-bottomleft: 3px;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}
    
    .skillbar-bar {
    height: 20px;
    width: 0px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}
    
    .skill-bar-percent {
    position: absolute;
    right: 10px;
    top: 0;
    font-size: 11px;
    height: 13px;
    line-height: 22px;
    color: #ffffff;
    color: rgba(0, 0, 0, 0.5);
}
    
    .skillbar-title span {
    background: none;
    padding: 0px 10px;
  
    line-height: 20px;
   
}
    
    .ch_05 {
    position: absolute;
    z-index: -5;
    top: 89px;
}
    .ch_05>img{
        width:100px;
        
    }
    
  .obj_06>img {
    top: 0;
    right: 70%;
    width: 270px;
}
    
    .obj_04>img {
    top: 30%;
    left: 88%;
    width: 100px;
}
    
    .obj_05>img {
    top: 30%;
    left: 70%;
    width: 30px;
}
    
    
    .portfolio_data > .portfolio_title{
        margin-top:20px;
        
    }
    
    
    
    
    
  }

  /* mobile styles */

  
/* loading screen animation */

  .spinner {
    position: fixed;
    width: 100%;
    height: 100%;
    padding: 25%;
    background-color: #2F2F2F;
    text-align: center;
    font-size: 10px;
    z-index: 1000;
  }

  .spinner > div {
    background-color: #FF6363;
    height: 100%;
    width: 6px;
    display: inline-block;
    
    -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
    animation: sk-stretchdelay 1.2s infinite ease-in-out;
  }

  .spinner .rect2 {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s;
  }

  .spinner .rect3 {
    -webkit-animation-delay: -1.0s;
    animation-delay: -1.0s;
  }

  .spinner .rect4 {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s;
  }

  .spinner .rect5 {
    -webkit-animation-delay: -0.8s;
    animation-delay: -0.8s;
  }

  @-webkit-keyframes sk-stretchdelay {
    0%, 40%, 100% { -webkit-transform: scaleY(0.4) }  
    20% { -webkit-transform: scaleY(1.0) }
  }

  @keyframes sk-stretchdelay {
    0%, 40%, 100% { 
      transform: scaleY(0.4);
      -webkit-transform: scaleY(0.4);
    }  20% { 
      transform: scaleY(1.0);
      -webkit-transform: scaleY(1.0);
    }
  }


  .blinking-cursor {
    font-weight: 500;
    margin-left: 4px;
    font-size: 20px;
    color: white !important;
    -webkit-animation: 1s blink step-end infinite;
    -moz-animation: 1s blink step-end infinite;
    -ms-animation: 1s blink step-end infinite;
    -o-animation: 1s blink step-end infinite;
    animation: 1s blink step-end infinite;
  }

@keyframes "blink" {
  from, to {
    color: transparent;
  }
  50% {
    color: white;
  }
}

@-moz-keyframes blink {
  from, to {
    color: transparent;
  }
  50% {
    color: white;
  }
}

@-webkit-keyframes "blink" {
  from, to {
    color: transparent;
  }
  50% {
    color: white;
  }
}

@-ms-keyframes "blink" {
  from, to {
    color: transparent;
  }
  50% {
    color: white;
  }
}

@-o-keyframes "blink" {
  from, to {
    color: transparent;
  }
  50% {
    color: white;
  }
}

.success {
  padding: 1em;
  margin-bottom: 0.75rem;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  color: #468847;
  background-color: #dff0d8;
  border: 1px solid #d6e9c6;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}

.error {
  padding: 1em;
  margin-bottom: 0.75rem;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  color: #b94a48;
  background-color: #f2dede;
  border: 1px solid rgba(185, 74, 72, 0.3);
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}
































