/* footer css  */
/* add date : 24.07.27 */
/* make template date : 24.08.10 */

span{
    font-family: "BIZ UDPGothic", sans-serif;
    font-weight: 700;
    font-style: normal;
}

section{
    display: flex;
    width: 100%;
    justify-content: center;
}

#bg_beige{
    background: #F7F6F6;
}
#bg_beige_dark{
    background: #DBD9D5;
    margin-top: 24px;
}
#bg_beige_type2{
    background: #F7F6F6;
    border-top: 1px solid rgba(70, 67, 62, 0.15);
}

.n_section,
.n_section_2,
.n_section_3{
    display: flex;
    flex-direction: column;
    width: 95%;
    align-items: center;
    max-width: 1440px;
    gap: 40px;
    margin-top: 80px;
    margin-bottom: 80px;
}
.n_section_2{
    margin-bottom: 0px;
}
.n_section_3{
    margin-top: 24px;
    margin-bottom: 24px;
}

/* bottom  */
/* normal btn  */
.n_section_2 .section_cols_btn{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    width: 100%;
    justify-items: center;
    max-width: 1192px;
    gap: 24px;
    margin-bottom: 48px;
}
.n_section_2 .section_cols_btn .btndiv{
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 280px;
    height: 150px;
    border-radius: 10px;
    background-color: rgba(70, 67, 62, 1);
    align-items: center;
    justify-content: center;
    overflow: hidden;
    position: relative;
    text-decoration: none;
    cursor: pointer;
}
.n_section_2 .section_cols_btn .btndiv span{
    color: #FFF;
    font-size: 22px;
    line-height: 150%;
    letter-spacing: 1.1px;
}
.n_section_2 .section_cols_btn .btndiv span .bold{
    color: #FFF;
    text-align: center;
    font-size: 26px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%; /* 39px */
    letter-spacing: 1.3px;
}

.n_section_2 .section_cols_btn .btndiv .bot_backimg{
    position: absolute;
    display: block;
    width: 100%;
    height: auto;
}

.n_section_2 .section_cols_btn .btndiv .bot_btntxtimg,
.n_section_2 .section_cols_btn .btndiv span{
    z-index: 2;
}

.n_section_2 .section_cols_btn .btndiv:hover{
    transition: all .3s;
    opacity: .5;
}

@media screen and (max-width: 1200px){
    .n_section_2 .section_cols_btn .btndiv .bot_backimg{
        width: 150%;
    }
}


@media screen and (max-width: 920px){

    .n_section_2 .section_cols_btn {
        grid-template-columns: repeat(2, 1fr);
        max-width: 500px;
        margin-bottom: 8px;
    }
}

@media screen and (max-width: 510px){
    .n_section_2 .section_cols_btn .btndiv .bot_btntxtimg, .n_section_2 .section_cols_btn .btndiv span {
        font-size: 12.886px;
        line-height: 150%; /* 19.329px */
    }
    .n_section_2 .section_cols_btn .btndiv span .bold {
        font-size: 15.229px;
        line-height: 150%; /* 22.843px */
        letter-spacing: 0.761px;
    }
    .n_section_2 .section_cols_btn .btndiv {
        height: 87.857px;
    }
    .n_section_2 .section_cols_btn .btndiv .bot_btntxtimg{
        display: block;
        width: 100%;
        max-width: 100.102px;
        height: auto;
    }
}


/* bottom  */
/* social btn  */
.n_section_2 .social_cols_btn{
    display: flex;
    gap: 24px;
    width: 100%;
    justify-content: center;
    margin-bottom: 64px;
}
.n_section_2 .social_cols_btn .btndiv{
    display: flex;
    background: #FFF;
    align-items: center;
    gap: 12px;
    width: 100%;
    max-width: 228px;
    text-decoration: none;

    position: relative;
    background: linear-gradient(96deg, #651FF5 10.77%, #D62EC4 44.47%, #EA3368 77.79%, #F7CF46 102.3%);
    border-radius: 7px;  
}
.n_section_2 .social_cols_btn .btndiv::before{
    content: '';
    position: absolute;
    top: 1px;
    left: 1px;
    right: 1px;
    bottom: 1px;
    background: white; 
    border-radius: 5px;  
    z-index: 1;
}
.n_section_2 .social_cols_btn .btndiv > *{
    position: relative;
    z-index: 2;
}

.n_section_2 .social_cols_btn .linever{
    background: #06C755;
}

.n_section_2 .social_cols_btn .btndiv .icodiv{
    display: flex;
    max-width: 62px;
    width: 100%;
    /* height: 100%; */
    min-height: 62px;
    align-items: center;
    justify-content: center;
}
.n_section_2 .social_cols_btn .btndiv .icodiv img{
    display: block;
    width: 100%;
    height: auto;
    max-width: 40px;
    max-height: 40px;
}
.n_section_2 .social_cols_btn .btndiv .i_txtdiv{
    display: flex;
    flex-direction: column;
}
.n_section_2 .social_cols_btn .btndiv .i_txtdiv span{
    color: #46433E;
    font-family: "BIZ UDPGothic";
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 18px */
    letter-spacing: 0.6px;
}
.n_section_2 .social_cols_btn .btndiv:nth-child(1) .i_txtdiv span:nth-child(1){
    background: linear-gradient(96deg, #651FF5 10.77%, #D62EC4 44.47%, #EA3368 77.79%, #F7CF46 102.3%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;

    font-family: "BIZ UDPGothic";
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%; /* 24px */
    letter-spacing: 1px;
}
.n_section_2 .social_cols_btn .btndiv:nth-child(2) .i_txtdiv span:nth-child(1){
    color: #06C755;
    font-family: "BIZ UDPGothic";
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 120%; /* 24px */
    letter-spacing: 1px;
}

.n_section_2 .social_cols_btn .btndiv:hover{
    opacity: .5;
    transition: all .3s;
}

@media screen and (max-width: 500px){
    .n_section_2 .social_cols_btn{
        flex-direction: column;
        align-items: center;
    }
}

/* inquiry buttons column style  */
.inqi_cols_btn{
    display: flex;
    width: 100%;
}
.inqi_cols_btn .inqi_itm{
    display: flex;
    flex-direction: column;
    gap: 12px;
    align-items: center;
    padding-top: 24px;
    padding-bottom: 24px;
    width: 100%;
    border-right: 1px dashed rgba(70, 67, 62, 0.30);
}
.inqi_cols_btn .inqi_itm:nth-child(3){
    border-right: 0;
}
.inqi_cols_btn .inqi_itm div:nth-child(1){
    
}
.inqi_cols_btn .inqi_itm div:nth-child(2){
    display: flex;
    flex-direction: column;
}
.inqi_cols_btn .inqi_itm div:nth-child(2) span{
    color: #46433E;
    text-align: center;
    font-size: 16px;
    line-height: 130%; /* 20.8px */
    letter-spacing: 0.8px;
}
.inqi_cols_btn .inqi_itm div:nth-child(3){
    display: flex;
    width: 100%;
    justify-content: center;
}
.inqi_cols_btn .inqi_itm div:nth-child(3) a{
    display: flex;
    width: 100%;
    max-width: 190px;

    height: 48px;
    justify-content: center;
    align-items: center;
    gap: 10px;

    color: #46433E;
    text-align: center;
    font-family: "BIZ UDPGothic";
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%; /* 18px */
    letter-spacing: 0.9px;

    border-radius: 24px;
    border: 1px solid #46433E;

    text-decoration: none;
}


.inqi_cols_btn .inqi_itm:nth-child(3) div:nth-child(3) a{
    border: none;
}

.inqi_cols_btn .inqi_itm div:nth-child(3) a:hover{
    opacity: .5;
    transition: all .3s;
}
@media screen and (max-width: 930px){
    .inqi_cols_btn {
        flex-direction: column;
    }
    .inqi_cols_btn .inqi_itm {
        border-right: 0px dashed rgba(70, 67, 62, 0.30);
    }
    .inqi_cols_btn .inqi_itm:nth-child(2){
        border-top: 1px dashed rgba(70, 67, 62, 0.30);
        border-bottom: 1px dashed rgba(70, 67, 62, 0.30);
    }
}



/* footer section style  */
.footer_section{
    display: flex;
    width: 95%;
    align-items: center;
    max-width: 1440px;
    margin-top: 56px;
    margin-bottom: 72px;
    justify-content: space-between;
}

/* footer left logo info box */
.b_footer_info{
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-between;
}
.b_footer_info div:nth-child(1){
    display: flex;
}
.b_footer_info div:nth-child(1) img{
    display: block;
    width: 100%;
    height: auto;
    max-width: 141px;
}
.b_footer_info div:nth-child(2){
    display: flex;
    flex-direction: column;
}
.b_footer_info div:nth-child(2) span{
    color: #46433E;
    font-family: "BIZ UDPGothic";
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 18px */
    letter-spacing: 0.6px;
}
.b_footer_info div:nth-child(2) p{
    margin-top: 8px;
    margin-bottom: 24px;
    display: flex;
    flex-direction: column;
}
.b_footer_info div:nth-child(2) .f_compname{
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 130%; /* 20.8px */
    letter-spacing: 0.8px;
}

/* footer tag box */
.b_footer_rgt{
    display: flex;
    flex-direction: row;
    gap: 32px;
}
.b_tag_box{
    display: flex;
    width: 100%;
    max-width: 470px;
    flex-direction: column;
    gap: 16px;
}
.b_tag_box .container {
    display: flex;
    flex-wrap: wrap;
    row-gap: 12px;
    column-gap: 8px;
}
.b_tag_box .container .item {
    background-color: #f0f0f0;
    padding: 10px 20px;
    text-align: center;
    white-space: nowrap; /* This keeps the text in one line */
}
.b_tag_box .container .item{
    display: flex;
    height: 28px;
    padding: 0px 12px;
    justify-content: center;
    align-items: center;
    gap: 10px;

    border-radius: 14px;
    background: rgba(255, 255, 255, 0.40);

    text-decoration: none;

    color: rgba(70, 67, 62, 0.90);
    text-align: center;
    font-family: "BIZ UDPGothic";
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%; /* 12px */
    letter-spacing: 0.6px;
    max-width: fit-content;
}

/* Flex properties to achieve the 2-3-3-3-3-2 layout */
.b_tag_box .container .item:nth-child(6n+1) { flex: 0 1 33.33%; }
.b_tag_box .container .item:nth-child(6n+2) { flex: 0 1 16.66%; }
.b_tag_box .container .item:nth-child(6n+3) { flex: 0 1 16.66%; }
.b_tag_box .container .item:nth-child(6n+4) { flex: 0 1 16.66%; }
.b_tag_box .container .item:nth-child(6n+5) { flex: 0 1 16.66%; }
.b_tag_box .container .item:nth-child(6n+6) { flex: 0 1 8.33%; }

.b_tag_box .container .item:hover{
    transition: all .3s;
    background: rgba(70, 67, 62, 0.40);
    color: #FFF;
}

.b_ft_menubox{
    display: flex;
    flex-direction: column;
    gap: 32px;
}
.b_ft_menubox div{
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.b_ft_menubox div span{
    color: rgba(70, 67, 62, 0.50);
    font-family: "BIZ UDPGothic";
    font-size: 13px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%; /* 13px */
    letter-spacing: 0.65px;
}
.b_ft_menubox div ul{
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    row-gap: 12px;
}
.b_ft_menubox div:nth-child(2) ul{
    grid-template-columns: repeat(2, 1fr);
}
.b_ft_menubox div ul li{
    
}
.b_ft_menubox div ul li a{
    color: #46433E;
    font-family: "BIZ UDPGothic";
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%; /* 12px */
    letter-spacing: 0.6px;

    text-decoration: none;
}
.b_ft_menubox div ul li a:hover{
    transition: all .3s;
    opacity: .5;
}

@media screen and (max-width: 1120px){
    .b_tag_box {
        max-width: 296px;
    }
}
@media screen and (max-width: 900px){
    .footer_section {
        flex-direction: column-reverse;
    }
    .b_footer_info {
        margin-top: 64px;
    }
}
@media screen and (max-width: 780px){
    .b_footer_rgt {
        flex-direction: column;
    }
    .b_tag_box {
        max-width: 336px;
    }
}