.hiddenGnb{
   
    z-index: 1001;
    position: fixed;
    width:100%;
    height:100%;
    left:0;
    top:0;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    display: none;
}
.btnMenu{
    background-color: #fff;
    /* border: 1px solid #000; */
    box-shadow: 0 0 5px #bbb;
    position: fixed;
    top:1.2rem;
    left:50%;
    transform:translateX(-50%);
    line-height: 0;
    cursor: pointer;
    z-index:1000;
    border-radius: 0.3rem;
    padding:0.25rem;
    display: none;
    transition: all 1s ease 0s;
}
.btnMenu img{
    width:2rem;
}
.gnb{
    font-size: 2.4rem;
    font-weight: 700;
    margin-bottom: 2.2rem;
}
.gnb>li{
    /* border: 1px solid blue; */
    margin: 1.2rem;
}
.gnb>li:hover{
    color: var(--main-color);
}
.gnb>li:last-of-type{
    margin-bottom: 0;

}
.btnstyle{
    /* border: 1px solid var(--main-color); */
    padding: 0.4rem 1rem;
    border-radius: 0.95rem;
    display: inline-flex;
    gap: 1rem;
    align-items: center;
    background-color: var(--main-color)
}
.btnstyle:hover{
    background-color: #AE9072;
    color: #fff;
}
.btnstyle:hover svg>path{
    fill: #fff;
}
.btnClose{
    
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 1.2rem;
    cursor: pointer;
    line-height: 0;
    border-radius: 50%;
    padding: 0.25rem;
    box-shadow: 0 0 5px #bbb;
}
.btnClose img{
    width: 2rem;
}
.popupList figure img{
    border-radius: 1.2rem;
}
header {
    width: 1400px;
    position: fixed;
    z-index: 1000;
    left: 50%;
    top: 1rem;
    transform: translateX(-50%);
    display: flex
;
    justify-content: space-between;
    align-items: center;
    /* filter: drop-shadow(0px 0px 10px #eaeaea); */
    font-size: 0.8rem;
}
.gnbFloat{
    display: flex;
    gap: 1rem;
    background-color: var(--main-color);
    padding: 0.5rem 1.5rem;
    border-radius: 1.5rem;
}
.gnbFloat>li{
    transition: all 0.4s ease 0s;
}
.gnbFloat>li:hover{
    text-decoration: underline;
    
  
}
.hero{
    color: #fff;
    height: 100vh;
    display: flex;
    position: relative;
    justify-content: center;
    align-items: center;
}
.hero>img{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    object-fit: cover;
    z-index: -1;

}
    
.floatingHeroTxt{
    
    width: 1400px;
    /* text-align: center; */
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.floatingHeroTxt h1 {
    font-size: 4.5rem;
    line-height: 100%;
    margin-bottom: 1rem;
}
.floatingHeroTxt p{
    width: 60%;
}
.about {
    width: 1400px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    padding-top: 6rem;
    padding-bottom: 6rem;
}
.aboutTxt{
    
    width: 573px;
}

.aboutTxt h1{
    margin-bottom: 4rem;
    position: relative;
    color: #AE9072;
   

}    

    .deco1 {
        
        width: 60px;
        position: absolute;
        left: -28px;
        top: -58px;
        transform: rotate(90deg);
        animation: swing 2s ease 0s infinite alternate;
        
    }

.aboutTxt p{
    margin-bottom: 1rem;

}    

.aboutImg {
    width: 690px;
    margin-top: 6rem;
}
.skills{

width: 1400px;
margin: 0 auto;
padding-top: 6rem ;
}
.skills h1{
   
    margin-bottom: 2rem;
    text-align: center;
}
.skills h1+p{
   
    width: 60%;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 4rem;
}

.barStyle{
    border-left: 0.25rem solid var(--main-color);
    padding-left: 1rem;
}
.skillList{
   
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
}
.skillList>li{
  
    width: calc((100% - 2rem)/3);
    box-sizing: border-box;
}
.skillList>li h3{
    margin-bottom: 1rem;
}
.skillsWrap{
    
    padding-bottom: 4rem;
    position: relative;
    background-color: var(--main-color);
}
.skillsWrap:after{
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 574px;
    background-color: var(--main-color);
    z-index: -1;
}
.skillsWrap h1{
    color: #AE9072;
}
.license{
   
    width: 1400px;
    margin: 0 auto;
    padding-top: 6rem;
    
}
.licenseTop{
    text-align: center;
    width:70%;
    margin: 0 auto;;
    margin-bottom: 4rem;
}
.licenseBottom{
    display: flex;

}
.licenseBottom>*{
    flex:1
}
.licenseTxt{
    flex: 0.7;
}
.licenseimg{
    flex: 1;
}
.licenseTop h1{
    color: #AE9072;
    margin-bottom: 2rem;

}
.licenseTxt h1+p{
    margin-bottom: 4rem;
    text-align: center;
    
}
.licenseTxt dl{
    /* border: 1px solid red; */
    display: flex;
    flex-wrap:  wrap;
    gap: 1rem;
}
.licenseTxt dt{
    /* border:  1px solid blue; */
    width: 30%;
    font-weight:700;
}
.licenseTxt dd{
    /* border:  1px solid blue; */
    width: calc(70% - 1rem);
}
.licenseimg{
    margin-top: 11rem;
}
.license_btimg {
    /* border: 1px solid red; */
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
    margin-top: 6rem;
    margin-bottom: 0rem;
}
.popup{
    
    padding-top: 6rem;
    width: 1400px;
    margin: 0 auto;
}
.popupTitle{
   
    margin-bottom: 4rem;
    display: flex;
    gap: 1rem;


}
.popupTitle h1{
    color: #AE9072;
    flex:1;
}
.popupTitle p{
    flex:2;
}
.popupList{
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 2rem 1rem;
    margin-bottom: 2rem;
}
.popupList figure{
    margin-bottom: 2rem;
}

.txtFramePopup>*{
    margin-bottom: 0.5rem;
}
.txtFramePopup>*:last-child{
    margin-bottom: 0;
}
.txtFramePopup dl{
    display: flex;
    gap: 0.5rem;
    align-items: center;
}
.txtFramePopup dt{
    margin-right:  2rem;
}
.txtFramePopup dd{
    padding: 0.25rem 0.9rem;
    border:  1px solid #000;
}
.banner{
 
    
}
.train>li{
   
}
.train>li figure{
   
    margin-bottom: 2rem;
}
.bannerTxt{
    display:  flex;
    gap: 1rem;
}
.bannerTxt>section{
    flex: 1;
}
.bannerTxt h3{
    margin-bottom: 0.5rem;
}
.tools{
    display: flex;
    gap: 1rem;
}
.Licenseimg img{
    border-radius: 1.2rem;
}
.tools span{
    border: 1px solid #000 ;
    padding: 0.25rem 0.9rem;
}
.bannerStation{
    width: 100%;
    /* height: 580px; */
}
.stickyMenu.commonFrame{
    padding-top: 0;
}
.stickyMenu {
    position: sticky;
    top: 20px;
    left: 0px;
    top: 4rem;
    display: flex
;
    justify-content: center;
    gap: 1rem;
    /* margin-bottom: 2rem; */
    padding: 3rem 2rem !important;
}
.stickyMenu>li{
    color: #fff;
    padding: 0.4rem 1rem;
    font-size: 0.8rem;
    font-weight: 800;
    border-radius: 40px;
    background-color:rgb(145, 116, 78);
}
.allimg{
    background-color: rgb(255, 255, 255);
    min-height: 200px;
    text-align: center;
}
.allimg img {
    width: 100%;
    max-width: 1920px;
}
.contact{
    display: flex;;
    gap:1rem;
    flex-direction: column;
    align-items: center;
}
.fixFrame {
    border: 3px solid rgb(145, 116, 78);
    width: 30%;
    max-width: 420px;
    aspect-ratio: 1 / 1;
    background: url(../img/contact_bg.2.jpg) no-repeat 50% 50% / contain;
    background-attachment: fixed;
    border-radius: 22rem 22rem 0 0;
    box-shadow: 0 0 10px #3b383852 inset;
}

.outterct {
    background-color: #fff6e6;
    padding-bottom: 9rem;
}
.txtFrame {
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    /* width: 70%; */
    justify-content: center;
    /* text-align: center; */
}
.proList li img{
    height:1.1rem;
}
.proList li{
    display: flex;
    gap:.5rem;
    align-items: center;
}
.ft1{
    margin-bottom: 1.5rem;
}
.ft1 h1 {
    font-size: 4rem;
    font-family: "Shadows Into Light Two", cursive;
    font-weight: 400;
}
.proList li {
    display: grid;
    grid-template-columns: 17px 80px 1fr;
    gap: 1rem;
    align-items: center;
    /* justify-content: center; */
    margin-bottom: 0.2rem;
    text-align: left;
    justify-content: center;
}
.outSkill{
    /* background-color: red; */
}
