/* header css  */
/* add date : 24.08.11 */
/* navigation css  */
button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: transparent; 
}

span{
    color: #46433E;
    font-family: "BIZ UDPGothic";
}
a{
    text-decoration: none !important;
}


.n_brown_btn{
    display: flex;
    height: 28px;
    width: 100%;
    max-width: 120px;
    justify-content: center;
    align-items: center;
    gap: 10px;

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

    border-radius: 19px;
    border: 1px solid #46433E;
}
.n_orange_btn{
    display: flex;
    height: 28px;
    width: 100%;
    max-width: 120px;
    justify-content: center;
    align-items: center;
    gap: 10px;

    color: #FFF;
    text-align: center;
    font-family: "BIZ UDPGothic";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%; /* 16px */
    letter-spacing: 0.8px;

    border-radius: 16px;
    background: #FF7B32;
}



.nav{
    display: flex;
    justify-content: center;
    position: relative;
}

.nav .navdiv{
    display: flex;
    width: 90%;
    justify-content: space-between;
    max-width: 1440px;
    background-color: transparent;
    position: fixed;
    z-index: 7;
    top: 16px;
}

.nav .logo{
    margin-top: 10px;
}
.nav span{
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%; /* 22px */
    letter-spacing: -0.66px;
}

.nav .logo a{
    cursor: pointer;

    color: #333D5A;
    font-family: "BIZ UDPGothic";
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%; /* 12px */
    letter-spacing: 0.6px;
}

.nav .logo a img{
    max-width: 140px;
    display: block;
    width: 100%;
    height: auto;
}

.nav .menulgr{
    display: flex;
    gap: 24px;
    width: inherit;
    max-width: 1027px;
    /* width: auto; */
    align-items: center;
    justify-content: flex-end;
}

.nav .nav-menu{
    list-style: none;
    padding: 0;
    display: flex;
    gap:20px;
    margin: 0;
}

.nav .nav-menu li .ssidemenulgr{
    display: none;
}
.nav .nav-menu li:hover > .ssidemenulgr{
    display: block;
    position: absolute;
    z-index: 4;
    background: transparent;
    padding-top: 30px;
}
.nav .nav-menu .ssidemenulgr .ssidemenudiv{
    display: inline-flex;
    padding: 24px 32px;
    align-items: flex-start;
    gap: 40px;
    border-radius: 5px;
    background: #FFF;
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.05);
}

.nav .nav-menu .ssidemenulgr .ssidemenudiv .hmsubgroup{
    display: flex;
}

.nav .nav-menu .ssidemenulgr .ssidemenudiv .hmsubgroup .sgtitle{
    color: rgba(43, 71, 156, 0.30);
    position: absolute;
    transform-origin: left;
}

.nav .nav-menu .ssidemenulgr .ssidemenudiv .hmsubgroup ul{
    list-style: none;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.nav .nav-menu .ssidemenulgr .ssidemenudiv .hmsubgroup ul li{
    
}

.nav .nav-menu .ssidemenulgr .ssidemenudiv .hmsubgroup ul li a,
.nav .nav-menu li .lgratag{
    text-decoration: none;

    display: inline-block;
    position: relative;
}


.nav .nav-menu .ssidemenulgr .ssidemenudiv .hmsubgroup ul li a:hover,
.nav .nav-menu li .lgratag:hover{
    color: #4770EA;
    transition: all 0.3s; 
}

.nav .nav-menu .ssidemenulgr .ssidemenudiv .hmsubgroup ul li a div img{
    display: block;
}

.nav .nav-menu li a{
    text-decoration: none;
    color: #2B479C;
}


.nav .nav-menu li a span,
.nav .nav-menu li span{
    color: #46433E;
    font-family: "BIZ UDPGothic";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: 0.8px;
}

.nav .nav-menu li a span:hover,
.nav .nav-menu li span:hover{
    opacity: 0.5;
    transition: all 0.3s; 
}

.nav .nav_lgr_telbox{
    display: flex;
    max-width: 301px;
}
.nav .nav_lgr_telbox div:nth-child(1){
    
}
.nav .nav_lgr_telbox div:nth-child(2){
    display: flex;
    flex-direction: column;
    gap: 9px;
}
.nav .nav_lgr_telbox div:nth-child(2) a{
    display: flex;
    text-decoration: none;
}
.nav .nav_lgr_telbox div:nth-child(2) a span{
    color: #46433E;
    font-family: "BIZ UDPGothic";
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%; /* 22px */
    letter-spacing: -0.66px;
}


.nav .btndiv {
    display: flex;
    align-items: center;
    gap: 6px;
    width: -webkit-fill-available;
    max-width: 240px;
}
.nav .btndiv button,
.nav .btndiv a,
.nav .btndiv a:nth-child(1){
    
}
.nav .btndiv a:nth-child(2){
    
}

.nav .btndiv button:hover,
.nav .btndiv a:nth-child(1):hover,
.nav .btndiv a:nth-child(2):hover{
    
}

.nav .btndiv .login_btn{
    
}

/* í–„ë²„ê±°ë©”ë‰´ */
.nav .mininav{
    display: none;
}

.nav .mininav .hbgbtn .line{
    width: 36px;
    height: 5px;
    transform: rotate(180deg);
    border-radius: 1.5px;
    background: #46433E;
    display: block;
    margin: 8px auto;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

#hbgbtn-1.is-active .line:nth-child(1){
    -webkit-transform: translateY(13px) rotate(45deg);
    -ms-transform: translateY(13px) rotate(45deg);
    -o-transform: translateY(13px) rotate(45deg);
    transform: translateY(13px) rotate(45deg);
}
  
#hbgbtn-1.is-active .line:nth-child(2){
    -webkit-transform: translateY(-1px) rotate(-45deg);
    -ms-transform: translateY(-1px) rotate(-45deg);
    -o-transform: translateY(-1px) rotate(-45deg);
    transform: translateY(-1px) rotate(-45deg);
}

.slidenav{
    width: 100%;
    position: fixed;
    left: 0;
    top: -10px;
    background: #fff;
    transition: 0.3s;
    transform: translateY(-100%);
    z-index: 1;
    height: 100vh;
}

.slidenav.is-active{
    display: block;
    overflow-y: auto;
    transform: translateY(0);
    transition: 0.3s;
    position: fixed;
    z-index: 5;
    top: 0px;
}


.slidenav .slide-list{
    height: calc(100vh - 71px);
    position: relative;
    top: 71px;
    overflow: scroll;
}

.slidenav .slide-list .botbtn{
    width: 100%;
    /* height: 100%; */
    /* position: absolute;
    bottom: 0; */
}

.slidenav .slide-list .botbtn button,
.slidenav .slide-list .botbtn a{

    background: #816D45;

    display: flex;
    height: 72px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    align-self: stretch;

    width: 100%;
    color: #FFF;
    text-align: center;
    font-family: BIZ UDPGothic;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%; /* 20px */
    letter-spacing: 1px;
    border: 0;

    cursor: pointer;
}

/* ìž„ì‹œë¡œ ë¯¸êµ¬í˜„ëœ ë‚´ìš©ë“¤ ë¹ˆ ê³µê°„ë•Œë¬¸ì— ë²„íŠ¼ í•˜ë‹¨ìœ¼ë¡œ ë¶™ì´ëŠ” ë¶€ë¶„ ì¶”ê°€ 24.05.06 */
.slidenav .slide-list .botbtn a{
    bottom: 0;
    position: absolute;
    text-decoration: none;
}

.slidenav .slide-list .botbtn button:hover,
.slidenav .slide-list .botbtn a:hover{
    opacity: 0.5;
    /* box-shadow: 0px 0px 15px 0px #5897C0; */
    transition: all 0.3s;

    text-shadow: 0px 0px 10px rgba(255, 255, 255, 0.90);
    cursor: pointer;
}


/* SLIDE ì„œë¸Œë©”ë‰´ë“¤ */
.slidenav .slide-list .slidegrp{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.slidenav .slide-list .slidegrp .grptitle{
    border-bottom: 1px solid rgba(43, 71, 156, 0.40);
    width: 95%;
    align-self: center;
    margin-bottom: 25px;
}
.slidenav .slide-list .slidegrp .grptitle span{
    color: rgba(43, 71, 156, 0.40);
    font-family: Montserrat;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%; /* 18px */
}
.slidenav .slide-list .slidegrp ul{
    display: flex;
    flex-direction: column;
    gap: 24px;
    list-style: none;
    padding: 0;
    width: 95%;
}
.slidenav .slide-list .slidegrp ul li{
    color: #2B479C;
    font-family: BIZ UDPGothic;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: 0.9px;
    border-bottom: 1px dashed rgba(70, 67, 62, 0.30);
    padding-bottom: 25px;
}
.slidenav .slide-list .slidegrp ul li a{
    text-decoration: none;
    color: #46433E;
}

.slidenav .slide-list .slidegrp .icosidegrp{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.slidenav .slide-list .slidegrp .icosidegrp .tt{
    width: 95%;
}
.slidenav .slide-list .slidegrp .icosidegrp .tt span{
    color: rgba(43, 71, 156, 0.40);
    font-family: BIZ UDPGothic;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%; /* 18px */
    letter-spacing: 0.9px;
}
.slidenav .slide-list .slidegrp .icosidegrp ul{
    display: flex;
    /* gap: 32px; */
    list-style: none;
    width: 95%;
    /* padding-top: 32px; */
    padding-top: 32px;
    padding-bottom: 32px;
    padding-left: 24px;

    border-radius: 5px;
    background: rgba(255, 255, 255, 0.40);
}
.slidenav .slide-list .slidegrp .icosidegrp ul li{

}
.slidenav .slide-list .slidegrp .icosidegrp ul li a{
    text-decoration: none;
}
.slidenav .slide-list .slidegrp .icosidegrp ul li a div{
    display: flex;
    flex-direction: row;
}

.slidenav .slide-list .slidegrp .icosidegrp ul li a div img{
    display: block;
}
.slidenav .slide-list .slidegrp .icosidegrp ul li a div span{
    color: #2B479C;
    font-family: BIZ UDPGothic;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%; /* 18px */
    letter-spacing: 0.9px;
}

.nav .navdiv .menulgr .btndiv .n_brown_btn{
    /* border: none; */

    border-radius: 19px;
    border: 1px solid #46433E;
    background: transparent;
    box-shadow: none;

    color: #46433E;
    text-align: center;
    font-family: "BIZ UDPGothic";
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%; /* 14px */
    letter-spacing: 0.7px;
}
.nav .navdiv .menulgr .btndiv .n_brown_btn:hover{
    transition: all .3s;
    border: 1px solid rgba(70, 67, 62, 0.50);
    color: rgba(70, 67, 62, 0.50);
}
.nav .navdiv .menulgr .btndiv .n_orange_btn{
    /* box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.25); */
}
.nav .navdiv .menulgr .btndiv .n_orange_btn:hover{
    color: rgba(255, 255, 255, 0.50);
    box-shadow: none;
    transition: all .3s;
}

@media screen and (max-width: 1300px) {
    .nav .nav_lgr_telbox {
        display: none;
    }
    .nav .nav-menu {
        justify-content: right;
    }
}

@media screen and (max-width: 1100px) {
    .nav .btndiv {
        flex-direction: column;
        width: fit-content;
        min-width: 120px;
    }
}
@media screen and (max-width: 1016px) {
    .nav .nav-menu .ssidemenulgr .ssidemenudiv .hmsubgroup ul li a div span {
        font-size: 13px;
    }
}
@media screen and (max-width: 900px) {
    .nav .nav-menu {
        display: none;
    }
    .nav .btndiv {
        display: none;
    }
    .nav .menulgr {
        justify-content: right;
    }
    .nav .mininav{
        align-content: center;
        display: flex;
        width: 100%;
        gap: 12px;
    }

    .nav .mininav .mnav_btndiv{
        display: flex;
        flex-direction: row;
        justify-content: right;
        width: 100%;
        gap: 5px;
    }
    .nav .mininav .mnav_btndiv .signin_btn{
        display: flex;
        width: 100%;
        max-width: 90px;
        height: 30px;
        justify-content: center;
        align-items: center;
        gap: 10px;

        border-radius: 15px;
        background: #F75E55;
        text-decoration: none;

        color: #FFF;
        text-align: center;
        font-family: "BIZ UDPGothic";
        font-size: 14px;
        font-style: normal;
        font-weight: 700;
        line-height: 100%; /* 14px */
        letter-spacing: 0.7px;
    }
    .nav .mininav .mnav_btndiv .login_btn{
        display: flex;
        width: 100%;
        max-width: 90px;
        height: 30px;
        justify-content: center;
        align-items: center;
        gap: 10px;

        border-radius: 15px;
        background: #06C755;
        text-decoration: none;

        color: #FFF;
        text-align: center;
        font-family: "BIZ UDPGothic";
        font-size: 14px;
        font-style: normal;
        font-weight: 700;
        line-height: 100%; /* 14px */
        letter-spacing: 0.7px;
    }
}
@media screen and (max-width: 898px) {
    .nav .nav-menu .ssidemenulgr .ssidemenudiv .hmsubgroup ul li a div span {
        font-size: 11px;
    }
}

@media screen and (max-width: 860px) {
    .nav{
        position: sticky;
        top: 0;
        z-index: 999999;
    }

    .nav .navdiv{
        position: absolute;
        z-index: 7;
        top: 9px;
    }

    .nav .nav-menu,
    .nav .btndiv{
        display: none;
    }
    
    
    
}

.menu-outbg{
    display: none;
    width: 100%;
    position: fixed;
    top: 0px;
    height: 94px;
    /* background: rgba(255, 255, 255, 0.70); */
    background: #F3F0F0;
    z-index: 6;
}


/* sp -> ë†’ì´ ì¡°ì ˆ */
@media screen and (max-width: 860px) {
    .menu-outbg {
        height: 56px;
    }
    .nav .logo {
        margin-top: 0px;
        align-content: center;
    }
    .nav .logo a img {
        max-width: 106px;
        height: auto;
    }
}
.nav .mininav .hbgbtn{
    cursor: pointer;
    display: block;
    width: 45px;
    height: 28px;
}
