@font-face {
    font-family: "AppleSDGothicNeo";
    src: url("../fonts/AppleSDGothicNeo/AppleSDGothicNeoB.ttf") format("truetype"),
         url("../fonts/AppleSDGothicNeo/AppleSDGothicNeoEB.ttf") format("truetype"),
         url("../fonts/AppleSDGothicNeo/AppleSDGothicNeoEH.ttf") format("truetype"),
         url("../fonts/AppleSDGothicNeo/AppleSDGothicNeoEM.ttf") format("truetype"),
         url("../fonts/AppleSDGothicNeo/AppleSDGothicNeoER.ttf") format("truetype"),
         url("../fonts/AppleSDGothicNeo/AppleSDGothicNeoT.ttf") format("truetype"),
         url("../fonts/AppleSDGothicNeo/AppleSDGothicNeoUL.ttf") format("truetype"),


         url("../assets/fonts/Noto_Sans_KR/NotoSansKR-Regular.otf") format("opentype");
  }
  
  
  
    

* {transition: 0.2s;  }  

html{ 
    font-size: 10px;
    
}

body{
    font-family: 'Inter', 'Pretendard', "Noto Serif KR", sans-serif;    
    font-size: 1.7rem;
    line-height: 2.4rem;
    background: #F5F5F7;
}

.wrap{
    width: 100%;
}










/* .m_right{ margin-right: 8px;} */


a{
    text-decoration: none;
}
a:link { 
    color: #000;
}

a:visited { 
    color:#000;
}

a:hover { 
    color:#000;
}

a:active { 
    color: #000;
}

.header{
    
    /* font-size: 18px; */
    font-size: 1.8rem;
    position:fixed;
    z-index: 1000;

    width: 100%;
    height: 215px;
    
    text-align: center;
    
}
.top_header{

    display: flex;
    /* flex-direction: column; */
    justify-content: center;
    align-items: center;
    background:#fff;
    width: 100%;
    height: 148px;

    
}

.t_header_left{
    width: 80px;
    height: 100%;
}
.lang_txt{
    
}
.t_ani_right{
   
    
}




.bottom_header{
    background-color: #9d81d3;
    height: 67px;
    box-shadow: 0rem 0.3rem 1rem 0rem rgba(0,0,0,0.3);
}

.en_btn{
    display: inline-block;
    width: 64px;
    /* height: 25px; */
    left: 893px;
    top: 84px;
    background: #9d81d3;
    border-radius: 30px;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 25px;
    /* identical to box height */
    letter-spacing: 0.12em;
    border: 1px solid #D4D4D4;
    margin-top: 18px;
}
.ko_btn{
    display: inline-block;
    width: 64px;
    /* height: 25px; */
    left: 893px;
    top: 84px;
    
    border-radius: 30px;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 25px;
    /* identical to box height */
    letter-spacing: 0.12em;
    color: #5B5B5B ;
    border: 1px solid #D4D4D4;

}


.nav_menu{
    display: flex;
    justify-content: center;
}
.nav_box{
    display: flex;
    justify-content:space-around;
    align-items: center;
    width: 563.5px;
    
}
.nav_box li {
    height:67px; display: flex; justify-content: center; align-items: center;
}

.nav_box li a{
    /* display: inline-block; */
    font-style: normal;
    font-weight: 400;    
    font-size: 1.6rem;
    /* line-height: 6.7rem; */
    
    color: #FFFFFF;
    
}

.nav_box li:nth-child(1){
    display: none;
}
.bi-list{
    /* display: none; */
    font-size: 3.0rem;
    color: #fff;
}
.logo{
    width: 24px;
    height: 24.4px;
    background: url(../img/logo.svg) no-repeat no-repeat;
}
.search_icon{
    width: 16.53px;
    height: 16.65px;
    background: url(../img/search.svg) no-repeat no-repeat;
}
.bag_icon{
    width: 16.5px;
    height: 16.5px;
    background: url(../img/bag.svg) no-repeat no-repeat;
}
.bi-instagram {
    font-size: 22px;
    
}







/* 서브 메뉴 */
.sub_menu{
    
    z-index: 111111111111;
    display: none;    
    position: fixed;
    width: 100%;    
    /* height: 244px; */
    left: 0px;
    top: 215px;

    background: rgba(255, 255, 255, 1.98);
    /* background-color: #fff !important; */
    box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.1);
    
}

/*main 시작*/
.main{
    
    padding-top: 215px;            
    width:100%;
    height: auto;
    
   
    
}









/* 캐러셀 메인 비주얼 */




.carousel-inner{
    
    display: flex;   
    min-height: 400px;
}

.carousel-item img{
    width: 100%;    
    height: 100%;
    max-height:600px;
    
    object-fit:cover;
}
.carousel-control-next, .carousel-control-prev{
    width: 46%;
}
.v_txt_box{
    display: flex;
    text-align: center;
    flex-direction: column;
    z-index: 10;
    /* background: #362363; */
    
    position: absolute;
    width: 50%;
    left:50%;
    margin-left: -25%;
    top:50%;
    margin-top: -16.0rem;
    padding: 1%;
    
    
}
.v_title{
    
    z-index: 10;
    text-align: center;
    font-family: "Noto Serif KR", sans-serif;
    font-size: 4.0rem;
    font-weight: 400;
    color: #fff;
    width: 100%;
    line-height: 5.4rem;
    
    
}
.v_txt{
    text-align: center;
    font-size: 2.0rem;
    padding-top: 2.2rem;
    
    font-weight: 300;
    color: #fff;
}

.more_btn {
    margin-top: 4rem;
}
.more_btn a{
    
    
    padding: 2rem 4rem 2rem 4rem;
    border-radius: 100.0rem;
    
    font-size: 1.8rem;
    background: #9d81d3;
    box-shadow: 0.2rem 1rem 3.3rem 0.2rem rgba(0,0,0,0.2);
    color: #fff;
    
}









.content_01 {
    
    width: 90%;
    padding-left: 20px;
    padding-right: 20px;
    max-width: 138rem;
    background: #fff;
    min-height: 1000px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    padding-top: 80px;
    padding-bottom: 80px;
    border-radius: .8rem;
    /* box-shadow: 0px 20px 20px 20px rgba(0,0,0,0.01), 0px 20px 20px 0px hsla(0, 0%, 0%, 0.01); */
    /* box-shadow: 0px 10px 20px 20px rgba(0, 0, 0, 0.02), 0px 10px 10px 0px hsla(0, 0%, 0%, 0.02); */
    box-shadow: 0px 20px 30px 0px rgba(0, 0, 0, 0.07), 0px 20px 30px 10px hsla(0, 0%, 0%, 0.07);
}

.content_01_box{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    min-height: 840px;
    /* background: #645345; */
}



.inner{
    max-width: 114.0rem;
    /* margin: 0 auto;     */
    /* padding: 0rem 2%; */
    
}



.con_title{
    width: 100%;
    text-align: center;    
    font-family: "Cinzel", serif;
    font-weight: 500;
    font-size: 4.8rem;
    letter-spacing: -0.1rem;
    margin-top: 12rem;
    margin-bottom: 4.0rem;
    
}


.con01_01{
    max-width: 770px;
    display: flex;
    justify-content: center;
    align-items: center;
}



/* lottie */
/* .lottie_box{
    width: 164.8rem;
    height: 20.5rem;
    background: #eff3ff;
    border-radius: .8rem;
    box-shadow: 0rem 1rem 2rem 0rem rgba(0,0,0,0.16);
    display: flex;
    justify-content: center;
    align-items: center;
}

.lottie01_txt{
    margin-left: 5rem;
    margin-right: 5rem;
    text-align: justify;
    line-height: 2.6rem;
    color: #6e6e6e;
    font-weight: 300;
}

.lottie01_txt h2{
    color: #525252;
    font-weight: 600;
    font-size: 2.0rem;
    letter-spacing: .1rem;
    padding-bottom: 1%;
}
*/   



.con01_02{
    max-width: 77.0rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
} 
.con01_03{
    max-width: 77.0rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    
    
} 





.con01_01 .img_box{
    display: flex;
    flex-direction: column;
    justify-content: center;
    
    
    
}

.con01_02 .img_box{
    display: flex;
    flex-direction: column;
    justify-content: center;    
    
}

.con01_03 .img_box{
    display: flex;
    flex-direction: column;
    justify-content: center;
    
    
}



.img_box img{
    /* margin-right: 30px; */
    width: 334px;
    border-radius: .8rem;
    box-shadow: 0rem 1rem 2rem 0rem rgba(0, 0, 0, 0.12);
}






.img_txt{
    /* margin-left: 5rem;
    margin-right: 5rem; */
    text-align: justify;
    line-height: 2.6rem;
    color: #6e6e6e;
    font-weight: 300;
    padding-left: 30px;
    padding-right: 30px;
}
.img_txt h2{
    color: #525252;
    font-weight: 600;
    font-size: 2.0rem;
    letter-spacing: -0.08rem;
    padding-bottom: 1%;
    line-height: 4rem;
}
.img_txt p {
    
    text-align: justify;
    line-height: 2.6rem;
    color: #6e6e6e;
    font-weight: 300;
}





/* ability */
.abil_content_01{
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 2rem;
}
.abil_con01_01{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    /* padding-top: 6rem; */
    width:100%;
}
.abil_con01_01 p{
    margin-top: 4rem;
    margin-bottom: 1rem;
    line-height: 2.6rem;
    
}
.abil_con01_01 span{
    margin-top: 4rem;
}

.paint_box{
    position: relative;
    width: 20rem;
    margin-bottom: 4rem;
    height: 564.22px;
}
.paint{
    position: absolute;
    width: 20rem;
    /* margin-bottom: 4rem; */
}
.paint02{
    position: absolute;
    width: 21rem;       
    z-index: 1;
    /* display: none; */
    opacity: 0;

}
.dark_tem{
    opacity: 0;
    transition: .4s;    
}
.scan{
    opacity: 1;
    transition: .4s;
}

.tools_box{
    
    max-width: 50rem;
    width: 100%;
    
    display: flex;    
    justify-content: center;
    align-items: center;
    margin-bottom: 4rem;
    flex-wrap: wrap;
    transition: 0.4s;
    gap: 8px;
}




.tools_box img{
    width:4rem;
}

.html5_box img{
    height: 4rem;
}
.css3_box img{
    height: 4rem;
}
.js_box img{
    height: 4rem;
}



.skill_bar_area{
    width:4rem;
    height: 0.6rem;
    background:#dfdfdf;
    border-radius: 100rem;
    margin-bottom: 0.4rem;
}
.skill_bar_percentage{
    width:3.2rem;
    height: 0.6rem;
    background:#9d81d3;
    border-radius: 100rem;
}

.ae_box .skill_bar_percentage{
    width: 2.3rem;
}

.lottie_box .skill_bar_percentage{
    width: 2.3rem;
}


.js_box .skill_bar_percentage{
    width: 2.3rem;
}



/* portfolio */


.tabs_nav02{
    z-index: 100000000;
    width: 100%;        
    position: fixed;
    top:215px;
    background: #fff;
    padding: 1rem 0rem;
    display: none;
    margin: 0 auto;
    box-shadow: 0rem 0.3rem 1rem 0rem rgba(0, 0, 0, 0.1);
}
.tabs_nav02 ul{
    
    width: 100%;
    max-width: 32rem;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
}



/* tab 메뉴 */

.tab_container{
    width: 90%;
    max-width: 138rem;
    background: #fff;    
    
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    margin-top:2rem;
    
    padding-bottom: 8rem;
    border-radius: .8rem;
    box-shadow: 0px 20px 30px 0px rgba(0, 0, 0, 0.07), 0px 20px 30px 10px hsla(0, 0%, 0%, 0.07);
    /* padding-top: 6rem; */
    /* padding-right: 2rem; */    
    /* box-shadow: 0px 20px 20px 20px rgba(0, 0, 0, 0.01), 0px 20px 20px 0px hsla(0, 0%, 0%, 0.01); */
    /* box-shadow: 0px 10px 20px 20px rgba(0, 0, 0, 0.02), 0px 10px 10px 0px hsla(0, 0%, 0%, 0.02); */
    
}


.tabs {
    color:#fff;
}

.tabs_nav{
    width: 100%;
    
    display: flex;
    position: sticky;
    z-index: 1004;
    top: 215px;
    padding: 1rem;
    background-color:transparent;
    
}
.d_scroll{
    box-shadow: 0rem 0.3rem 1rem 0rem rgba(0, 0, 0, 0.1);
}


ul.tabs {
    width: 100%;  
    max-width: 32.0rem;
    list-style: none;
    display: flex; 
    justify-content: space-between;   
    font-size:12px;    
    margin: 0 auto;
    
}


ul.tabs li {
    
    
    text-align:center;
    cursor: pointer;
    width:100px;
    height: 40px;
    line-height: 40px;
    font-size: 1.5rem;
    font-weight: 500;    
    overflow: hidden;
    position: relative;
    border-radius: 100px;
    color: #a0a0a0;
    
}
ul.tabs02 li {
    
    
    text-align:center;
    cursor: pointer;
    width:100px;
    height: 40px;
    line-height: 40px;
    font-size: 1.5rem;
    font-weight: 500;    
    overflow: hidden;
    position: relative;
    border-radius: 100px;
    color: #5B5B5B;
    
}


ul.tabs li:nth-child(1){
    color:#fff;
}
ul.tabs02 li:nth-child(1){
    color:#fff;
}

ul.tabs li:hover{
    background: #e9e9e9;
    transition: .5s;
}
ul.tabs02 li:hover{
    background: #e9e9e9;
    transition: .5s;
}


ul.tabs li.active {
    background: #e9ac06;
    /* background: #cf4216; */
    transition: 0.5s;
    box-shadow: 0 5px 20px 0 rgba(0, 0, 0, .2), 0 13px 24px -11px rgb(195, 158, 14, .6);
}

ul.tabs02 li.active {
    background: #e9ac06;
    /* background: #cf4216; */
    transition: 0.5s;
    box-shadow: 0 5px 20px 0 rgba(0, 0, 0, .2), 0 13px 24px -11px rgb(195, 158, 14, .6);
}

.tab_content {
    width: 100%;      
    /* font-size: 12px; */
    display: none;
    
}
.tab_container .tab_content ul {
    width:100%;
    margin:0px;
    padding:0px;
}
.tab_container .tab_content ul li {
    padding:5px;
    list-style:none
}

.title_box{
    text-align: center;
    margin-bottom: 2rem;
}

#tab1 h2{
    
    margin-top: 8rem;
    font-size: 3rem;
    font-weight: 600;
    letter-spacing: -0.1rem;
    
}
#tab1 h3{
    margin-top: 1.4rem;
    font-size: 2rem;
    font-weight: 800;
    color: #525252;
    
}

#tab2 h2{
    color: #fff;
    margin-top: 8rem;
    font-size: 3rem;
    font-weight: 600;
    letter-spacing: -0.1rem;
    
}
#tab2 h3{
    margin-top: 1.4rem;
    font-size: 2rem;
    font-weight: 400;
    color: #cacaca;
    
}
#tab2 h4{
    /* margin-top: 1rem; */
    font-size: 1.5rem;
    font-weight: 400;
    color: #bbbbbb;
    
}
.app_imgBox img{
    width:100%;
    margin-top: 1rem;
}


/* tab menu 끝*/


/* 모달창 */



.container-fluid{
    margin: 0;
    padding: 0;
    width: 100%;
    display: flex;
    justify-content:center;
    
}
.row {
    margin:0; 
    padding: 0;
    width: 100%;
    display: flex;
    justify-content: left;
}

.row>*{
    margin: 0;
    padding: 0;
}

.img-fluid{
    vertical-align: bottom;
    
    
}


/* .row{
    margin: 0 !important;
    padding: 0 !important;
}            

.row>*{
    margin: 0 !important;
    padding: 0 !important;
}

.img-fluid{
    vertical-align: bottom;
} */



/* #tab2 퍼블리싱 */
#tab2{
    width: 100%;
    height: 50.0rem;
    background: url(../img/bg_pub03.png) no-repeat center center;
    /* background-size: cover; */
    background-attachment: fixed;
    margin-top: 8rem;
    position: relative;
}
#tab2 section{
    position: absolute;
    /* top: 50%; */
    top: 40%;
    width: 100%;
    transform: translateY(-50%);
    text-align: center;
    
}

/* .puble_box{
    
}
.button{
     position: absolute;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
    text-align: center;
}  */

.button a{
    
    padding: 1.6rem 3.4rem;
    border-radius: 100.0rem;
    font-size: 1.8rem;
    background: #9d81d3;
    box-shadow: 0.2rem 1rem 3.3rem 0.2rem rgba(0, 0, 0, 0.2);
    color: #fff;
}


/* #tab3 동영상편집 */







/* contact */

/*body{
    
     background: linear-gradient(#ffada5, #fff7f9); 
    
}*/
.contact-container{
    /* height: 100vh; */
    display: flex;
    align-items: center;
    justify-content: center;
}
.contact-left{
    display: flex;
    flex-direction: column;
    align-items: start;
    gap: 20px;
}
.contact-left-title{
    max-width: 400px;
    padding-left: 20px;
    padding-right: 20px;
}
.contact-left-title h2{
    max-width: 400px;
    font-weight: 500;
    color: #dbdbdb;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 5px;
}
.contact-left-title hr{
    border: none;
    width: 120px;
    height: 5px;
    background-color: #a363aa;
    border-radius: 10px;    
    margin-bottom: 20px;    
}
.contact-inputs{
    width: 400px;
    height: 50px;
    border: none;
    outline: none;
    padding-left: 25px;
    font-weight: 500;
    color: #656;
    border-radius: 50px;
    background: #f8f8f8;
    opacity: 0.9;
}
.contact-left textarea{
    height: 140px;
    padding-top:15px;
    border-radius: 20px;
}
.contact-inputs:focus{
    border: 2px solid #9d81d3;
}
.contact-inputs::placeholder{
    color: #a9a9a9;    
}
.contact-left button{
    display: flex;
    align-items: center;
    padding: 15px 30px;
    font-size: 16px;
    color: #fff;
    gap:10px;
    border: none;
    border-radius: 50px;
    /* background: linear-gradient(270deg, #ff994f,#fa6d86); */
    background: linear-gradient(270deg, #c49208,#eeb805);
    opacity: 0.9;
    cursor: pointer;
}


















/* footer */
            
            
.footer {
    z-index: 33333;
    position: relative;    
    bottom: 0;
    margin-top:10rem;
    
    
}
.footer .inner {/*background:#ffc;*/
    /* width: 100%; */
    height:18.2rem;
    line-height: 18.2rem;
    width:90%;
    max-width: 138rem;
    margin:0 auto;
    border-top: 1px solid #e4e4e4;
    
    
}
.footer .inner p {
    
    font-size: 1.2rem;    
    text-align: center;
    color: #aaaaaa;
    
}












/* 반응형 */






@media all and (max-width:1024px){


    .header {
        /* font-size: 18px; */
        font-size: 1.8rem;
        position: fixed;
        z-index: 1000;
        width: 100%;
        height: 127px;
        text-align: center;
        transition: 0.4s;
    }

    .top_header {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        background: #fff;
        /* height: 148px; */
        height: auto;
    }
    .bottom_header {
        background-color: #9d81d3;
        height: 67px;
        box-shadow: 0rem 0.3rem 1rem 0rem rgba(0, 0, 0, 0.3);
        transition: 0.4s;
    }
    .top_header{
        display: none;
        
    }

    /* 섹션 타이틀 */
    .con_title {
        width: 100%;
        text-align: center;
        font-family: "Cinzel", serif;
        font-weight: 500;
        font-size: 3.8rem;
        letter-spacing: -0.1rem;
        margin-top: 8rem;
        margin-bottom: 3rem;
        transition: 0.4s;
    }



    /* .tabs_nav */

    .tabs_nav {
        width: 100%;
        display: flex;
        position: sticky;
        z-index: 1004;
        top: 67px;
        padding: 1rem;
        background-color: transparent;
        /* transition: 0.4s; */
    }



    .main {
        padding-top: 67px;
        width: 100%;
        height: auto;
        
    }
           
    
    .more_btn a{
        padding: 1.4rem 3.4rem 1.4rem 3.4rem;
        border-radius: 100.0rem;
        font-size: 1.6rem;        
        box-shadow: 0.2rem 1rem 3.3rem 0.2rem rgba(0, 0, 0, 0.2);
    }    
    
    .content_01_box{
        
        justify-content: center;
    }

    .con01_01 {
        flex-direction: column;
        margin-bottom: 60px;
    }
    .con01_02 {
        flex-direction: column;
        margin-bottom: 60px;
    }
    .con01_03 {
        flex-direction: column;
        
    }
    .img_box img{
        width: 100%;
        
    }
    .img_txt{
        width: 100%;
        padding-top: 20px;
        padding-left: 10px;
        padding-right: 10px;
       
    }
    
    .v_txt_box {
        display: flex;
        text-align: center;
        flex-direction: column;
        z-index: 10;
        position: absolute;
        width: 76%;
        left: 50%;
        margin-left: -38%;
        top: 50%;
        margin-top: -13rem;
        padding: 1%;
    }

    .carousel-control-next, .carousel-control-prev {
        width: 14%;
    }










    .v_title{
        font-size: 3.4rem;
        line-height: 4.4rem;
    }
    .v_txt{
        font-size: 1.7rem;
        line-height: 2.0rem;
    }


    
}



@media all and (max-width:800px) {
    .contact-inputs{
        width:80vw;
        transition: 0s;
    }
    .contact-right{
        display: none;
    }

}

@media all and (max-width:479px){

    /* header */

    .header {
        /* font-size: 18px; */
        font-size: 1.8rem;
        position: fixed;
        z-index: 1000;
        width: 100%;
        height: 127px;
        text-align: center;
        transition: 0.4s;
    }

    /* .top_header {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        background: #fff;
        height: 60px;
        transition: 0.4s;
        font-size: 1.6rem;
    } */
    .top_header{
        display: none;
    }



    .bottom_header {
        background-color: #9d81d3;
        height: 67px;
        box-shadow: 0rem 0.3rem 1rem 0rem rgba(0, 0, 0, 0.3);
        transition: 0.4s;
    }

   

    .sub_menu{

        display: none;
                
        width: 100%;
        background: rgba(255, 255, 255, 1.98);  
        top: 67px; 
        
        padding-top: 60px;
        padding-bottom: 60px;
        padding-left: 6%;
        
        
        
    }

    .s_menu_box{
        display: flex;
        flex-direction: column;
        justify-content: center;
        gap: 20px;
        


    }


    .sub_menu h1{
        font-size: 16px;
        font-weight: 500;
        letter-spacing: -1px;
    }

    .nav_box li:nth-child(1){
        display: block !important;
    }
    .bi-list{
        line-height: 67px;
        font-size: 3.0rem;
        color: #fff;
    }

    .nav_box{
        justify-content: space-between;
        align-items: center;
        width: 90%;
    }

    
    .nav_box li:nth-child(3),
    .nav_box li:nth-child(4),
    .nav_box li:nth-child(5),
    .nav_box li:nth-child(6) 
    {        
        display: none;                
    }



    .logo, .bi-instagram {
        display: block !important;
        
    }
     
        
       






    /* about */

    .v_title{
        font-size: 2.0rem;
        line-height: 3.0rem;
        font-weight: 600;
        transition: 0.4s;
    }

    .v_txt{
        font-size: 1.4rem;
        line-height: 2.0rem;
        transition: 0.4s;
    }

    .more_btn a{
        padding: 1.0rem 3.0rem 1.0rem 3.0rem;
        border-radius: 100.0rem;
        font-size: 1.4rem;        
        box-shadow: 0.2rem 1rem 3.3rem 0.2rem rgba(0, 0, 0, 0.2);
        transition: 0.4s;
    }

    .carousel-item img{
        width: 100%;    
        height: 100%;
        /* max-height:600px; */
        
        object-fit:cover;
        object-position: 75% 70%;
        transform: scale(1.0);
        transition: 0.4s;
    }

    .carousel-item:nth-child(2) img{
        object-fit:cover;
        object-position: center;
        transition: 0.4s;
    }

    .v_txt_box {
        display: flex;
        text-align: center;
        flex-direction: column;
        z-index: 10;
        position: absolute;
        width: 76%;
        left: 50%;
        margin-left: -38%;
        top: 50%;
        margin-top: -10rem;
        padding: 1%;
        transition: 0.4s;
    }

    .carousel-control-next, .carousel-control-prev {
        width: 14%;
        transition: 0.4s;
    }

    .con_title {
        width: 100%;
        text-align: center;
        font-family: "Cinzel", serif;
        font-weight: 500;
        font-size: 3.8rem;
        letter-spacing: -0.1rem;
        margin-top: 8rem;
        margin-bottom: 3rem;
        transition: 0.4s;
        
    }


    


    .main {
        /* padding-top: 127px; */
        padding-top: 60px;
        width: 100%;
        height: auto;
        transition: 0.4s;
    }





    /* ability */

    .abil_con01_01 p {
        margin-top: 0;
        margin-bottom: 1rem;
        line-height: 2.6rem;
        transition: 0.4s;
    }








    /* portfolio */

    #tab2 {
        width: 100%;
        height: 40rem;
        background: url(../img/bg_pub03.png) no-repeat center center;
        /* background-size: cover; */
        background-attachment: fixed;
        margin-top: 8rem;
        position: relative;
        transition: 0.4s;
    }
    #tab2 section {
        position: absolute;
        /* top: 50%; */
        top: 34%;
        width: 100%;
        transform: translateY(-50%);
        text-align: center;
        transition: 0.4s;
        
    }
    .title_box {
        text-align: center;
        margin-bottom: 3rem;
        transition: 0.4s;
    }


    

}











@media all and (min-width:480px){
    
    .sub_menu{
        display: none !important;
    }

}










