.header_bg_space{
    width: 100%;
    height: 100px;
    background: #fff;
    /*linear-gradient(95.58deg, #6E8EEA 0%, #C177EC 100%);*/
}

@media (max-width: 1200px){
    .header_bg_space{
        height: 80px;
    }
    
}


/* header */

.nav>li {
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 40px;
    width: fit-content;
    justify-content: center;
    flex-shrink: 0;
}

.navContainer {
    width: 90%;
    align-items: center;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    height: 100px;
}
.banner {
    min-height: 100px;
    display: flex;
    background: rgba(0, 0, 0, 0);
    position: absolute;
    width: 100%;
}
.weblink > a{
    color: #000;
}
.weblink > a:hover{
    color: #000;
}
.weblink > a:focus {
    color: #000;
}
.navbar-toggle .icon-bar {
    border: 1px solid #6E8EEA;
    background: #C177EC; 
}

.navContentArea{
    display: flex;
    column-gap: 20px;
    align-items: center;
    flex-shrink: 0;
}
.navSettingArea{
    display: flex; 
    align-items: center; 
    justify-content: end;
    padding-bottom: 30px;
}
.navbarCustom{
    display: flex;
    justify-content: center;
}
.navCustom{
    min-height: 100px; 
    display: flex;

    align-items: center;
    justify-content: space-between;
}

@media (max-width: 1200px){
    .navContainer{
        display: flex;
        height: 80px;
    }
    .navContentArea{
        flex-direction: column;
        align-items: start;
        row-gap: 10px;
        width: 100%;
    }
    .navbarCustom{
        display: none;
        transform: translateY(30px);
        max-height: none !important;
    }
    .navCustom{
        flex-direction: column;
        align-items: start;
    }
    .navSettingArea{
        flex-direction: column;
        align-items: start;
    }
    .navbarCustom.in {
        position: absolute;
        top: 50px;
        left: 0px;
        width: 100%;
        padding: 10px;
        background-color: #fff;
        min-height: 50vh;
        box-shadow: 2px 3px 3px 3px #00000050;
        border-radius: 0px 0px 8px 8px;
        z-index: 1001;
    }
    .weblink > a{
        color: #000;
    }
    .weblink > a:hover{
        color: #000;
    }
    .weblink > a:focus {
        color: #000;
    }
    .nav>li {
        width: 100%;
    }
}

.logoWrapper{
    width: 60px;
}

.siteLogo{
    width: 120px;
}

@media (max-width: 1200px){
    .logoWrapper{
        width: 70%; 
    } 
}
@media (max-width: 767px){
    .logoWrapper{
        width: 200px; 
    } 
    .siteLogo{
        width: 100%; 
        height: auto;
    }
}
.navbarHeaderCustom{
    display: flex; 
    align-items: center;
}
.drp_toggle_area{
    display: flex !important;
    gap: 5px;
    align-items: center;
    color: #fff;
}
.drp_toggle_area:hover{
    color: #fff;
}
.drp_toggle_area:focus{
    color: #fff;
}
.caret{ 
    margin-top: 5px;
}
@media (max-width: 1200px){
    .navbarHeaderCustom{
        display: block;
    }
}

.navlinkArea{
    background: none;
}
@media (max-width: 1200px){
    .navlinkArea{
        background: rgb(var(--color_5));
    }
}

.languageArea{
    display: flex;
    flex-direction: row;
}
.language{
    padding: 10px 15px;
    margin-left: 3px;
}



/* footer */
.footerInfoArea{
    display: flex;
    flex-direction: column;
    row-gap: 20px;
}

@media (max-width: 767px){
    .footerInfoArea{
        display: flex;
        flex-direction: column;
        row-gap: 10px;
    }
}
.logoArea{
    width: 50px;
}
.logo{
    font-size: 27px;
    color: white;
    cursor: default;
}
.companyInfo{
    font-size: 17px;
    font-weight: normal;
    color: white;
    line-height: 2;
    cursor: default;
}
.infoContainer{
    display: flex;
    flex-direction: row;
    gap: 10px;
}
.write{
    cursor: pointer;
}

.linkContainer{
    display: flex;
    flex-direction: column;
    align-items: end;
    padding-right: 60px;
}

@media (max-width: 767px){
    .linkContainer{
        align-items: start;
        padding: 20px 0;
    }
    .companyInfo{
        font-size: 10px;
    }
}
.snsArea{
    display: flex;
    flex-wrap: wrap;
    width: 250px;
    justify-content: space-around;
    margin: 0 0 10px;
}
.sns{
    padding: 5px;
}
.snsimg{
    width: 45px;
    height: 45px;
}
.linkArea{
    color: white;
    font-size: 17px;
    width: 250px;
    text-align: right;
    padding: 10px 20px;
}
.linkArea:hover{
    color: white;
}

@media (max-width: 767px){
    .linkArea{
        text-align: left;
        padding: 0 10px;
    }
}


/* footer global go top */
.globalBtn{
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    border-radius: 50%;
    border: 1px solid rgb(0 0 0 / 10%);
    background: rgb(0 0 0 / 30%);
    cursor: pointer;
    font-size: 1.5rem;
}
.globalBtnGoTop{
    position: fixed;
    right: 20px;
    bottom: 70px;
    font-size: 1.5rem;
}
.globalBtnInquiry{
    position: fixed;
    right: 20px;
    bottom: 130px;
}

.globalBtnImg{
    width: 30px;
    height: auto;
}
@media (max-width: 767px){
    .globalBtn{
        font-size: 1.3rem;
        width: 40px;
        height: 40px;
    }
    .globalBtnGoTop{
        bottom: 70px;
    }
    .globalBtnInquiry{
        bottom: 115px;
    }
    .globalBtnImg{
        width: 25px;
    }
}

.btnArea{
    width: 70px;
    height: 130px;
    position: fixed;
    right: 10px;
    bottom: 60px;
    display: flex;
    flex-direction: column;
    z-index: 1000;
}