/*base-font*/
@font-face {
    font-family: 'Pretendard'; 
    src: url('Pretendard-Regular.woff') format('woff'); 
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: 'Pretendard'; 
    src: url('Pretendard-Medium.woff') format('woff'); 
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'Pretendard'; 
    src: url('Pretendard-SemiBold.woff') format('woff'); 
    font-weight: 600;
    font-style: normal;
}
@font-face {
    font-family: 'Pretendard'; 
    src: url('Pretendard-Bold.woff') format('woff'); 
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: 'Pretendard'; 
    src: url('Pretendard-ExtraBold.woff') format('woff'); 
    font-weight: 800;
    font-style: normal;
}
@font-face {
    font-family: 'Pretendard'; 
    src: url('Pretendard-Black.woff') format('woff'); 
    font-weight: 900;
    font-style: normal;
}
/*공통*/
.xninner_box{max-width:1432px; margin:auto;}

/*공통-color*/
:root{
    --xnlms-Background-White:#fff;
    --xnlms-Background-Blue:#050E22;
    --xnlms-Background-Brown:#A68968;
    --xnlms-Background-Grey:#eee;
    --xnlms-TxtColor-Wt:#fff;
    --xnlms-TxtColor-Bk:#000;
    --xnlms-TxtColor-Gy22:#2a2a2a;
    --xnlms-TxtColor-Bw:#CCBAA5;
}

/*header*/
#header.xnlms{
    position:absolute;
    font-family: 'Pretendard';
    height:125px; 
    border-bottom:0; 
    background-color:transparent; 
    min-width:inherit; 
    transition: all .4s; 
    z-index:99;
}
#header.xnlms .navbar-static-top,
#header.xnlms .navbar-static-top .container,
#header.xnlms .navbar-static-top .container .navbar-header{
    height:125px;
}
#header.xnlms .navbar-static-top .container{
    width:100%;
    max-width:inherit;
    padding:0 33px 0 3%;
}
#header.xnlms .navbar-static-top .container .navbar-header > div:first-of-type{
    display:none;
}
#header.xnlms .xn-main-catalog-header-logo-image{
    height:57px;
}
#header.xnlms .navbar-static-top .container .xn-main-menu-wrap{
    display:flex;
    justify-content: space-between;
    flex:1;
}
#header.xnlms .navbar-static-top .container .xn-main-menu-wrap .desktop{
    flex:1;
}
#header.xnlms .xn-header-menu li{
    width:176px;
}
#header.xnlms .xn-header-menu li:hover{
    background:none;
}
#header.xnlms .xn-header-menu li a{
    font-size:22px; 
    color:var(--xnlms-TxtColor-Wt); 
    font-weight:600 !important;
}
#header.xnlms .xn-change_language-title,
#header.xnlms .xn-change_language-select_box span{
    display:none;
} 
#header.xnlms .xn-change_language-select_box{
    width: fit-content;
    border:0;
    padding:0 !important;
}
#header.xnlms .xn-change_language-select_box>i{
    width:28px;
    height:28px;
    background:url(xnlms_lang_ico.svg) no-repeat center;
}
#header.xnlms .btn-dropdown-user-menu{
    border-radius:0; 
    height:auto; 
    margin:0;
    padding:12px 15px;
}
#header.xnlms .dropdown-menu{border-radius:0;}
#header.xnlms .xn-sub-menu-outer-wrapper{
    display:none !important;
}
#header.xnlms .navbar-static-top .container .xn-main-menu-wrap .pull-right{
    display:flex;
    align-items:center;
    justify-content: flex-end;
    gap:30px;
    width:358px;
}
#header.xnlms .btn-login{    
    display:inline-flex !important;
    align-items:center;
    gap:10px;
    width:fit-content !important;
    height:inherit !important;
    padding:12px 15px;
    font-size: 18px !important;
    font-weight:600;
    color:var(--xnlms-TxtColor-Gy22) !important;
    border:0 !important;
    border-radius: 0;
    margin:0;
    background-color:var(--xnlms-TxtColor-Wt) !important;
}
#header.xnlms .btn-login .feather{
    width:20px;
    height:20px;
}
#header.xnlms .xnlms_header-menu-dep2{
    display: none; 
    position: absolute; 
    top: 114px; 
    width:176px; 
    background: var(--xnlms-Background-Brown); 
}
#header.xnlms .xnlms_header-menu-dep2 li{
    display: block; 
    width: 100% !important; 
    height: auto !Important; 
    padding: 0; 
    margin: 0; 
    float: none !important; 
    background: none !important;}

#header.xnlms .xnlms_header-menu-dep2 li > a{
    display: block;  
    color: rgba(255, 255, 255, 0.7) !important; 
    font-size: 16px !important;  
    line-height: 22px !important; 
    height: auto !Important;  
    letter-spacing: -0.03em; 
    padding: 8px 0; 
    margin: 0; 
    transition:.3s;
}
#header.xnlms .xnlms_header-menu-dep2 li > a:hover{
    color: rgba(255, 255, 255, 1) !important; 
}


#header.on{
    background:rgba(255, 255, 255, 0.4);
    border-bottom:1px solid #ddd;
}
#header.on .navbar-static-top .container .xn-main-menu-wrap .pull-right{
    width:auto;
}
#header.on .xn-main-catalog-header-logo-image {
    filter: invert(1) grayscale(1);
}
#header.on .xn-header-menu li a{color:#333;}
#header.on .xn-header-menu li a:hover{
    color:var(--xnlms-Background-Blue);
}
#header.on .btn-login{
    display:inline-flex !important;
    align-items:center;
    gap:10px;
    width:fit-content !important;
    height:inherit !important;
    padding:12px 15px;
    font-size: 18px !important;
    font-weight:600;
    color:var(--xnlms-TxtColor-Gy22) !important;
    border:1px solid var(--xnlms-TxtColor-Bk) !important;
    background-color:var(--xnlms-TxtColor-Wt) !important;
}
#header.on .btn-dropdown-user-menu{
    border-color:#ddd;
}
#header.on .xnlms_sitemap{background:url(xnlms_menu_on_ico.png) no-repeat center;}
#header.on .xn-change_language-select_box>i{
    filter: invert(1) grayscale(1);
}

/*visual*/
#visual.xnlms{
    display:none;
}

/*visual-메인 이미지 슬라이드*/
.xnlms-main_slider{
    font-family: "Pretendard", sans-serif;
    height:100vh;
}
.xnlms-main_slider .carousel-caption{
    width: calc(100% - 430px);
    bottom:inherit; 
    top:inherit; 
    left:inherit;
    right:inherit; 
    bottom:15.10vh;
    padding:0 !important;
    font-size: 56px; 
    font-weight: 700; 
    color:var(--xnlms-TxtColor-Wt);
}
.xnlms-main_slider .carousel-indicators{
    width: calc(100% - 430px);
    left:inherit;
    right:inherit; 
    bottom:11.93vh;
    margin:0;
    padding:0;
}
.xnlms-main_slider .carousel-control-prev, 
.xnlms-main_slider .carousel-control-next{
    display:none;
}
.xnlms-main_slider .carousel-indicators li{
    width:16px;
    height:16px;
    border:0;
    border-radius:50%;
    margin:0 15px;
    background-color:var(--xnlms-Background-White) !important;
    opacity: 1;
}
.xnlms-main_slider .carousel-indicators .active {
    background-color:var(--xnlms-Background-Blue) !important;
}


/*content*/
.xnlms_cnt{
    position: absolute;
    width:430px; 
    height:100vh;
    top:0;
    right:0;
    padding:170px 33px 33px 33px;
    background:var(--xnlms-Background-Blue);
    backdrop-filter: blur(4px);
    z-index:20;
}
.xnlms_cnt > div:first-of-type{
    margin-bottom:45px;
}
/*main-게시판 위젯*/
.xnlms-widget-board{
    font-family:'Pretendard', sans-serif;
    width:100%; 
    height:auto;
}
.xnlms-widget-board .xn-widget-container{
    height:auto !important;
    background:none !important; 
    padding:0 !important;
}
.xnlms-widget-board .xnbw-sub-title,
.xnlms-widget-board .xnbw-category-tab-wrap{
    display:none !important;
}
.xnlms-widget-board .xnbw-top-container{
    display:flex;
    margin-bottom:15px;
}
.xnlms-widget-board .xnbw-top-container .xnbw-title{
    font-family: "Poppins",'Pretendard', sans-serif;
    display:inline-block !important; 
    font-size: 42px !important;
    text-align:left !important; 
    font-weight:700;
    color:var(--xnlms-TxtColor-Wt) !important;
}
.xnlms-widget-board .xnbw-more-tab{
    position:relative !important;
}
.xnlms-widget-board .xnbw-more-tab span{
    display:none;
}
.xnlms-widget-board .xnbw-more-tab-plus-icon{
    width:24px !important;
    height:24px !important;
    background:url(xnlms_more_ico.svg) no-repeat center !important;
}
.xnlms-widget-board .xnbw-category-wrap{
    margin:0 !important;
}
.xnlms-widget-board .xnbw-item-container{
    height:auto !important;
}
.xnlms-widget-board .xnbw-items-container .xnbw-item-container .xnbw-board-post-list{
    flex-wrap: wrap;
    padding:10px 0 !important;
    border-bottom: 1px solid rgba(102, 102, 102, 0.40);
}
.xnlms-widget-board .xnbw-items-container .xnbw-item-container .xnbw-board-post-list:hover{
    background:transparent;
}
.xnlms-widget-board .xnbw-items-container .xnbw-item-container .xnbw-post-list-category{
    display:block;
    width:100% !important;
    height:20px !important;
    max-width:inherit !important;
    font-size: 15px;
    font-weight:700;
    border-radius:0;
    border:0;
    color:var(--xnlms-TxtColor-Bw);
    background:none !important; 
    padding:0 10px 0 0  !important;
}
.xnlms-widget-board .xnbw-items-container .xnbw-item-container .xnbw-post-list-title{
    font-size:16px; 
    color:var(--xnlms-TxtColor-Wt);
    font-weight:400;
}
.xnlms-widget-board .xnbw-items-container .xnbw-item-container .xnbw-post-list-created{
    font-size:14px; 
    color:rgba(255, 255, 255, 0.7) !important;
     font-weight:400; 
     margin-top:0;
}

/*footer*/
.xnlms_footer{
    font-family: "Pretendard", sans-serif;
    position:relative;
    display:flex;
    align-items:center;
    justify-content: space-between;
    width:100%; 
    height:75px;
    margin-top:-75px;
    padding-left:3%;
    font-size:15px;
    font-weight:400;
    color:var(--xnlms-TxtColor-Wt);
    z-index: 10;
}
.xnlms_footer .footer_btn{
    display:flex;
    height:100%;
}
.xnlms_footer .footer_btn > a{
    display:inline-block;
    width:calc(430px / 2);
    font-size:16px;
    color:var(--xnlms-TxtColor-Bk);
    padding-top:25px;
    text-align: center;
    font-weight: 500;
    background:var(--xnlms-Background-White);
}
.xnlms_footer .footer_btn > a:first-of-type{
    color:var(--xnlms-Background-Blue);
    font-weight:600;
}
.xnlms_footer .footer_btn > a:hover{
    background:var(--xnlms-Background-Grey);
}
.ft_fs{
    position: relative;
    width:205px;
    height:100%;
}
.ft_fs .fs_btn{
    display:inline-flex;
    align-items:center;
    justify-content:space-between;
    padding:0 20px;
    width: 100%;
    height:100%;
    color:var(--xnlms-TxtColor-Wt);
    background:var(--xnlms-Background-Brown);
    cursor: pointer;
}
.ft_fs .fs_list{
    position:absolute;
    display:none;
    width: 100%;
    bottom:100%;
    background:rgba(166, 137, 104, .9);
    padding:20px;
}
.ft_fs .fs_list a{
    display:block;
    color:var(--xnlms-TxtColor-Wt);
    margin-bottom:10px;
}
.ft_fs .fs_list a:last-of-type{
    margin-bottom:0;
}
.xnlms_footer.sub{
    background:none;
    margin-top:0;
    border-top:1px solid #ddd;
}
.xnlms_footer.sub .footer_address{
    color:#333;
}
.xnlms_footer.sub .footer_btn > a{
    background:#eee;
}
@media (max-width:1680px) {
}
@media (max-width:1440px) {
    #header.xnlms .xn-header-menu li{
        width:150px;
    }
}
@media (max-width:1280px) {
    #header.xnlms{
        position:relative;
    }
    #header.xnlms .navbar-static-top .container .xn-main-menu-wrap{
        justify-content: flex-end;
    }
    #header.xnlms .navbar-static-top .container .navbar-header > div:first-of-type{
        display:inline-block;
    }
    #header.xnlms .navbar-static-top .container{
        padding:0;
    }
    #header.xnlms .navbar-light .navbar-toggler{
        margin:0 10px;
    }
    #header.xnlms .navbar-light .navbar-toggler-icon{
        width:36px;
        height:36px;
        background-image: url(xnlms_toggler_icon.svg);
    }
    #header.xnlms .navbar-collapse.collapse.in.mobile{
        box-shadow: 0 20px 15.7px -4px rgba(0, 0, 0, 0.25);
    }
    #header.xnlms .navbar-static-top .container .xn-main-menu-wrap .pull-right{
        width:auto;
        margin-right:4%;
    }
    #header.xnlms .xn-change_language-select_box>i{
        filter: invert(1) grayscale(1);
    }
    #header.xnlms .btn-dropdown-user-menu{
        border:1px solid #333;
    }
    .xnlms-main_slider{
        height:57.29vw;
    }
    .xnlms-main_slider .carousel-caption{
        width:100%;
        bottom:12vw;
    }
    .xnlms-main_slider .carousel-indicators{
        width:100%;
        bottom:8vw;
    }
    .xnlms_cnt{
        position:relative;
        display:flex;
        gap:2%;
        width:100%;
        height:auto;
        margin-top:0;
        padding:50px 4%;
    }
    .xnlms-widget-board{
        display:inline-block;
        width:49%;
    }
    .xnlms-widget-board .xnbw-top-container .xnbw-title{
        font-size:36px !important;
    }
    .xnlms_footer{
        height:auto;
        flex-direction: column;
        background:var(--xnlms-Background-Blue);
        margin-top:0;
        text-align:center;
        padding-left:0;
    }
    .xnlms_footer .footer_btn{
        width:100%;
        height:70px;
    }
    .footer_address{
        margin:15px 0;
    }
    .xnlms_footer .footer_btn > a,
    .ft_fs{
        width:33.3%;
    }
    .xnlms_footer .footer_btn > a{
        display:flex;
        align-items:center;
        justify-content: center;
        padding-top:0;
    }
}
@media (max-width:980px) {
    .xnlms-main_slider .carousel-caption{
        font-size: 5.71vw;
    }
}
@media (max-width:768px) {
    #header.xnlms .navbar-static-top .container .xn-main-menu-wrap .pull-right{
        gap:20px;
    }
    #header.xnlms .btn-dropdown-user-menu{
        padding:8px;
    }
    .xnlms-main_slider .carousel-indicators li{
        width:12px;
        height:12px;
    }
    #header.on .btn-login{
        padding:10px 5px;
        font-size: 14px;
    }
    .xnlms_cnt{
        flex-direction: column;
    }
    .xnlms-widget-board{
        width:100%;
    }
    .xnlms_footer{
        padding-top:30px;
    }
    .xnlms_footer.sub{
        padding-top:0;
    }
    .footer_address{
        width:92%;
    }
    .fs_btn{
        gap:inherit;
    }
}
@media (max-width:480px) {
    #header.xnlms .xn-main-catalog-header-logo-image{
        height:40px;
    }
    .ft_fs .fs_btn{
        padding:0 10px;
    }
    .xnlms_footer .footer_btn > a,
    .ft_fs .fs_btn{
        font-size:14px;
    }
}
@media (max-width:360px) {
    #header.xnlms .navbar-light .navbar-toggler{
        margin:0;
        padding:5px;
    }
    #header.xnlms .navbar-light .navbar-toggler-icon{
        width:30px;
        height:30px;
    }
    #header.xnlms .navbar-static-top .container .xn-main-menu-wrap .pull-right{
        gap:10px;
    }
    #header.xnlms .btn-dropdown-user-menu{
        padding:5px;
    }
    .xnlms_footer .footer_btn > a,
    .ft_fs .fs_btn{
        letter-spacing: -1px;
    }
    .ft_fs .fs_btn svg{
        width:20px;
        height:20px;
    }
}