a:hover{
    text-decoration: none !important;
}

/*base-font*/
@font-face {
    font-family: 'Pretendard'; 
    src: url('Pretendard-ExtraLight.woff') format('woff'); 
    font-weight: 300;
    font-style: normal;
}
@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;
}
.xnmain_inner{
    position: relative;
    width:1400px;
    margin:auto;
}
/* main_color */
:root{
    --xnmain-primary-color-blue: #005AAA; 
    --xnmain-primary-color-red: #D71820; 
    --xnmain-primary-color-yellow: #FCAF16; 
    --xnmain-secondary-color-navy: #002870;
    --xnmain-color-shark:#1B1C1E;
    --xnmain-color-mischka:#DEDFE7;
    --xnmain-text:#2A2B2E;
    --xnmain-text-222: #222222;
    --xnmain-text-38: #38383D;
    --xnmain-text-sbtitle: #58575E;
    --xnmain-text-shuttlegray:#636773;
    --xnmain-bg-light1: #FAFAFA;
    --xnmain-bg-light2: #F2F2F2;
    --xnmain-bg-light5: #F5F5F5;
    --xnmain-bg-light7: #F7F7F7;
    --xnmain-bg-light-eee: #eeeeee;
    --xnmain-bg-ddd:#dddddd;
    --xnmain-bg-darkblue:#2A2B2E;
    --xnmain-bg-footer: #131F33;
    --xnmain-border-ddd:#dddddd;
}

/* header */
#header.xnmain{
    position:relative;
    height:138px;
    border-bottom:0;
    font-family: "Pretendard";
    z-index: 10;
}
#header.on{
    border-bottom:1px solid #ddd;
}
#header.xnmain .navbar-static-top,
#header.xnmain .navbar-static-top .container .navbar-header,
#header.xnmain .navbar-static-top .container{
    height:138px;
}
#header.xnmain .navbar-static-top .container{
    width:100%;
    max-width:1840px !important;
    max-width:inherit;
}
#header.xnmain .navbar-static-top .container .navbar-header{
    gap:75px;
}
#header.xnmain .navbar-static-top .container .navbar-header > div:first-of-type{
    display:none;
}
#header.xnmain .navbar-static-top .container .xn-main-menu-wrap{
    display:flex;
    align-items:center;
    flex:1;
}
#header.xnmain .navbar-static-top .container .xn-main-menu-wrap .desktop{
    flex:1;
}
#header.xnmain .navbar-static-top .container .xn-main-menu-wrap .tnb{
    display:inline-flex;
    height:fit-content;
    gap:15px;
}
#header.xnmain .xn-header-menu-wrapper{
    text-align:left;
}
#header.xnmain .xn-main-catalog-header-logo-image{
    height:42px;
}
#header.xnmain .xn-header-menu li{
    position:relative;
    width:inherit;
}
#header.xnmain .xn-header-menu > li:hover,
#header.xnmain .xnmain_header-menu-dep2 li:hover{
    background:transparent !important;
}
#header.xnmain .xn-header-menu > li:last-of-type::after{
    display:none;
}
#header.xnmain .xn-header-menu > li > a{
    color:var(--xnmain-text);
    font-size:18px;
    font-weight:600;
    padding:0 20px;
}
#header.xnmain .xn-header-menu > li > a:hover{
    color:var(--xnmain-primary-color-blue);
}
#header.xnmain .xnmain_header-menu-dep2{
    position:absolute;
    display:none;
    left:50%;
    transform:translateX(-50%);
    width:124px;
    background:var(--xnmain-secondary-color-navy);
    border-radius:10px;
}
#header.xnmain .xnmain_header-menu-dep2 li{
    padding:0 !important;
}
#header.xnmain .xnmain_header-menu-dep2 li a{
    height:auto !important;
    font-size:15px;
    color:#fff !important;
    letter-spacing: -0.5px;
    line-height:1.2;
    margin:0;
    padding:12px 0;
    font-weight:500;
}
#header.xnmain .xnmain_header-menu-dep2 li a:hover{
    color:#ffdc7a !important;
}
#header.xnmain .xn-sub-menu-outer-wrapper{
    display:none !important;
}
#header.xnmain .xn-change_language-title{
    display:none;
}
#header.xnmain .xn-change_language-select_box{
    width:inherit;
    height:45px;
    font-size:16px;
    font-weight:600;
    color:var(--xnmain-black);
    padding:10px 15px;
    border-radius: 10px;
    background:var(--xnmain-bg-light1);
    border: 1px solid var(--xnmain-border-ddd);
}
#header.xnmain .xn-change_language-select_box:hover{
    background:var(--xnmain-bg-light-eee);
}
#header.xnmain .btn-dropdown-user-menu{
    margin:0;
    padding:0 15px;
    height:45px;
    border-radius: 10px;
    color:var(--xnmain-text) !important;
    border:1px solid var(--xnmain-border-ddd);
    background: #fff;
}
#header.xnmain .btn-dropdown-user-menu:hover{
    background: var(--xnmain-bg-light-eee);
}
#header.xnmain .xn-change_language-select_dropdown{
    border-radius:10px;
    margin-top:5px;

}
#header.xnmain .xn-change_language-select_dropdown-item{
    background:none;
}
#header.xnmain .xn-header-member-dropdown-menu{
    border-radius:10px;
    margin-top:5px;
}
#header.xnmain .xn-header-member-dropdown-menu .dropdown-item.xn-logout-btn-wrap{
    border-radius:0 0 10px 10px;
}
#header.xnmain .btn-dropdown-user-menu .xn-header-member-btn-text{
    font-size:16px;
    font-weight:600;
}
#header.xnmain .btn-login,
#header.xnmain .btn-join,
#header.xnmain .top_search,
#header.xnmain .top_menu{
    height:45px;
    border-radius: 10px;
    transition: all .4s;
}
#header.xnmain .btn-login{
    margin:0;
    float:inherit;
}
#header.xnmain .btn-login,
#header.xnmain .btn-join{
    display:flex;
    align-items:center;
    font-size: 16px;
    font-weight:600;
    padding:0 15px;
    color:var(--xnmain-text) !important;
    border:1px solid var(--xnmain-border-ddd);
    background: #fff;
}

#header.xnmain .top_search,
#header.xnmain .top_menu{
    display:flex;
    align-items:center;
    justify-content: center;
    width:45px;
    cursor: pointer;
}
#header.xnmain .top_search{
    background:var(--xnmain-primary-color-red);
}
#header.xnmain .top_search:hover{
    background:#af0009;
}
#header.xnmain .top_menu{
    background:var(--xnmain-primary-color-yellow);
}
#header.xnmain .top_menu:hover{
    background:#ff9100;
}

/* sitemap */
.xnmain_sitemap{
    display:block;
    position: fixed;
    width:25%;
    height:100vh;
    right:0;
    background-color:var(--xnmain-primary-color-blue);
    z-index:20;
    font-family: "Pretendard";
    transform: translateX(100%);
    transition: transform 0.6s ease;
}
.sactive{
    transform: translateX(0);
}
.xnmain_sitemap > ul{
    display:flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
    gap:20px;
    width:90%;
    height:100vh;
    margin:auto;
}
.xnmain_sitemap > ul > li > a{
    color:#fff;
    font-size:42px;
    font-weight:700;
}
.xnmain_sitemap > ul > li > a:hover{
    color:#f8ff8f;
}
.xnmain_sitemap .s_sub a{
    font-size:22px;
    color:#ffefbf;
}
.xnmain_sitemap .s_sub li{
    text-align:right;
}
.xnmain_sitemap .btn_close{
    position:absolute;
    top:30px;
    right:5%;
    color:#fff;
    cursor: pointer;
}
.xnmain_sitemap .btn_close span{
    font-size: 60px;
}
body.no-scroll,html.no-scroll {
    overflow: hidden !important;
}

/* visual */
#visual.xnmain{
    position: absolute !important;
    width:816px;
    background:#fff !important;
    border-radius: 16px;
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.08);
    top:800px;
    left:50%;
    margin-top:-110px;
    transform: translateX(-50%);
    padding:24px;
    z-index:10;
    font-family: 'Pretendard';
}
#visual.xnmain .visual-container{
    width:100% !important;
    height:auto !important;
    padding:0 !important;
}
#visual.xnmain .visual-container .main-slogan-wrap{
    display:none !important;
}
#visual.xnmain .quick_title{
    display:flex;
    align-items:center;
    gap:2px;
    font-size:20px;
    color:var(--xnmain-text);
    font-weight:700;
    margin-bottom:16px;
}
#visual.xnmain .quick_title span{
    display:inline-block;
    width:24px;
    height:24px;
    background:url(xnmain_quick_ico.png) no-repeat;
}
#visual.xnmain .xn-main-login-container{
    display:flex;
    gap:6px;
    width:100% !important;
    height:auto !important;
    float:inherit !important;
    padding:0 !important;
    background:none !important;
    margin-bottom:6px;
}
#visual.xnmain .xn-main-login-container-title-wrap{
    display:none;
}
#visual.xnmain .xnmain-btn{
    height:auto !important;
    flex:1 0 0;
    margin-bottom:0 !important;
}
#visual.xnmain .xnmain-btn a{
    display:inline-flex !important;
    align-items:center;
    justify-content: center;
    gap:4px;
    width:100% !important;
    height:auto !important;
    border-radius: 8px !important;
    border: 1px solid #DEDFE7 !important;
    background: #fff !important;
    font-size:16px !important;
    color:var(--xnmain-text) !important;
    font-weight:700;
    padding:17px 25px !important;
}
#visual.xnmain .xnmain-btn a span,
#visual.xnmain .xn-main-mypage,
#visual.xnmain .xn-main-lms{
    display: inline-block !important;
    width:24px !important;
    height:24px !important;
    margin:0 !important;
}
#visual.xnmain .xn-sso-login-icon{
    background:url(xnmain_login_ico.svg) no-repeat !important;
}   
#visual.xnmain .xn-mypage-icon{
    background:url(xnmain_classroom_ico.svg) no-repeat;
}
#visual.xnmain .xn-main-user-wrap{
    display:flex;
    gap:6px;
    width:100%;
}
#visual.xnmain .xn-main-mypage{
    background:url(xnmain_mypage_ico.svg) no-repeat !important;
}    
#visual.xnmain .xn-main-lms{
    background:url(xnmain_classroom_ico.svg) no-repeat !important;
}

/* search_box */
#visual.xnmain .search_box_form{
    margin:0;
}
#visual.xnmain .search_box{
    display:flex;
    align-items:center;
    gap:6px;
    width:100%;
    background:var(--xnmain-bg-light5);
    border-radius: 8px;
    border: 1px solid rgba(0, 90, 170, 0.50);
    padding:6px 6px 6px 25px;
}
#visual.xnmain .search_title{
    font-size:22px;
    font-weight:700;
}
#visual.xnmain .search_box input{
    height:45px;
    flex:1 0 0;
    border:0;
    background:transparent;
    font-size:16px;
    color:var(--xnmain-text-222);
    text-align:center;
}
#visual.xnmain .search_box input::placeholder{
    color:var(--xnmain-text-38);
}
#visual.xnmain .search_box button{
    width:45px;
    height:45px;
    border:0;
    border-radius: 10px;
}
#visual.xnmain .search_box button span{
    display:inline-block;
    width:26px;
    height:26px;
}
#visual.xnmain .search_box .btn_search_detail{
    background:#fff;
}
#visual.xnmain .search_box .btn_search_detail:hover{
    background:var(--xnmain-bg-ddd);
}
#visual.xnmain .search_box .btn_search_detail span{
    background:url(xnmain_detail_search_ico.svg) no-repeat center;
}
#visual.xnmain .search_box .btn_search{
    background:var(--xnmain-primary-color-blue);
}
#visual.xnmain .search_box .btn_search:hover{
    background:var(--xnmain-secondary-color-navy);
}
#visual.xnmain .search_box .btn_search span{
    background:url(xnmain_search_ico.svg) no-repeat center;
}
#visual.xnmain .search_detail{
    display:none;
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
    padding: 20px 20px 10px 20px;
    background: #fff;
    border-radius: 10px;
}
.search_detail .form_gp {
    display: flex;
    margin-bottom:10px;
}
.search_detail .form_gp .form_check {
    display: inline-flex;
    flex-wrap: wrap;
    width: 80%;
}
.search_detail .form_gp>label {
    width: 20%;
    padding: 6px 19px 6px 0;
    text-align: right;
    font-size: 16px;
    font-weight: 700;
    line-height: 16px;
    margin-bottom: 12px;
    color: #000;
}
.search_detail .form_gp div.form_check input {
    margin-left: 0;
}
.search_detail .form_gp div.form_check input[type=checkbox] {
    display: none;
}
.search_detail .form_gp div.form_check input[type=checkbox]+label {
    display: inline-block;
    font-size: 14px;
    width: auto;
    border: 1px solid #cccccc;
    font-weight: 400;
    padding: 5px 10px;
    margin-right: 5px;
    border-radius: 20px;
    margin-bottom:5px;
    cursor: pointer;
}
.search_detail .form_gp div.form_check input[type=checkbox]:checked+label {
    background: #333;
    border: 1px solid #333;
    color: #fff;
}
.search_detail .detail_btn {
    text-align: right;
    margin: 20px 0 0 0;
    border-top: 1px solid #eee;
}
.search_detail .detail_btn button {
    border: 0;
    background: #9b9b9b;
    border-radius: 10px;
    padding: 10px 20px;
    cursor: pointer;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    margin: 10px 0 0 5px;
}
.search_detail .detail_btn button:hover{
    background: #777777;
}
.search_detail .detail_btn button:nth-child(2) {
    background: var(--xnmain-secondary-color-navy);
    position: relative;
}
.search_detail .detail_btn button:nth-child(2):hover{
    background:var(--xnmain-primary-color-blue);
}
/* scroll down */
.sc_down{
    position: absolute;
    display:flex;
    align-items:center;
    color: rgba(255, 255, 255, 0.80);
    gap:14px;
    left:50%;
    top:650px;
    z-index:2;
    font-family: 'Pretendard';
    transform: translateX(780px) rotate(-90deg);
}
.sc_down p{
    position:relative;
    display:inline-block;
    width:28px;
    height:28px;
    border-radius: 50%;
    margin:0;
    border: 1px solid rgba(255, 255, 255, 0.50);
}
.sc_down p span{
    position:absolute;
    display:inline-block;
    width:4px;
    height:4px;
    right:0;
    top:10px;
    border-radius: 50%;
    background: #FFF;
    animation: moveLeft 1.2s ease-in-out infinite;
}
@keyframes moveLeft {
    0% {
        right: 0;
        opacity: 0;
    }
    30% {
        opacity: 1;
    }
    100% {
        right: calc(100% - 4px);
        opacity: 0;
    }
}

/* main-slide */
.xnmain_slide_wrap{
    position:relative;
}
.xnmain_main_slider{
    position:relative;
    width:1840px;
    height:800px;
    margin:auto;
    font-family: "Pretendard";
}
.xnmain_main_slider .xn-widget-slider-container .xnws-img{
    border-radius:30px;
}
.xnmain_main_slider .carousel-caption{
    left:50%;
    right:inherit;
    top:50%;
    bottom:inherit;
    padding:0;
    transform: translateX(-50%) translateY(-70%);
}
.xnmain_main_slider .carousel-indicators{
    left:50%;
    top:inherit;
    right:inherit;
    bottom:150px;
    margin:0 !important;
    transform: translateX(-50%);
}
.xnmain_main_slider .carousel-indicators li{
    width:12px;
    height:12px;
    border-radius:50%;
    border:0;
    background-color:var(--xnmain-color-mischka);
    margin:0 5px;
    opacity: 1;
}
.xnmain_main_slider .carousel-control-next, 
.xnmain_main_slider .carousel-control-prev{
    width:fit-content;
    top:inherit;
    bottom:23px;
    left:50%;
}
.xnmain_main_slider .carousel-control-prev{
    transform: translateX(-150px);
}
.xnmain_main_slider .carousel-control-next{
    transform: translateX(130px);
}
.xnmain_main_slider .carousel-indicators li.active{
    background-color:var(--xnmain-color-shark);
}

/* cnt_wrap */
.xnmain_cnt_wrap{
    margin-top:127px;
    font-family: "Pretendard";
}

/* courses widget */
.xnmain-widget-course{
    margin-bottom:68px;
}
.xnmain-widget-course .xn-widget-container{
    background:transparent !important;
    padding:0 !important;
}
.xnmain-widget-course .xncw-top-container{
    display:flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom:32px;
}
.xnmain-widget-course .xncw-top-container,
.xnmain-widget-course .xnbw-items-container{
    width:100% !important;
}
.xnmain-widget-course .xncw-top-container .xncw-title-wrap{
    letter-spacing: -0.5px;
    text-align:left;
    line-height:1.2;
}
.xnmain-widget-course .xncw-top-container .xncw-title-wrap:before{
    display:inline-block;
    content:'';
    width:33px;
    height:33px;
    background:url(xnmain_course_ico.svg) no-repeat center;
    transform: rotate(15deg);
}
.txt1 .xncw-top-container .xncw-title-wrap .xncw-title::before{
    display:inline-block;
    content:'실력을 완성하는';
    font-weight:500;
    margin-right:10px;
}
.txt2 .xncw-top-container .xncw-title-wrap .xncw-title::before{
    display:inline-block;
    content:'놓치면 안 될';
    font-weight:500;
    margin-right:10px;
}
.txt1 .xncw-top-container .xncw-title-wrap .xncw-title:lang(en):before,
.txt2 .xncw-top-container .xncw-title-wrap .xncw-title:lang(en):before{
    display:none;
}
.xnmain-widget-course .xncw-top-container .xncw-title-wrap .xncw-title{
    font-size: 46px;
    font-weight:800;
    color:var(--xnmain-text-222);
    margin:16px 0;
}
.xnmain-widget-course .xncw-top-container .xncw-title-wrap .xncw-sub-title{
    font-size:20px;
    color:var(--xnmain-text-sbtitle);
}
.xnmain-widget-course .xncw-top-container .xncw-more:before{
    display:inline-block;
    content:'';
    width:49px;
    height:49px;
    background:url(xnmain_more_ico.svg) no-repeat;
}
.xnmain-widget-course .xncw-top-container .xncw-more .xncw-more-text,
.xnmain-widget-course .xncw-top-container .xncw-more i{
    display:none;
}
.xnmain-widget-course .xncw-top-container .xncw-more{
    position:relative !important;
    right:inherit !important;
    bottom:inherit !important;
    padding:0 !important;
}
.xnmain-widget-course .xnbw-items-container{
    position:relative;
    display:flex;
    align-items: flex-start;
}
.xnmain-widget-course .xnbw-item-container-wrap{
    position:relative;
    display:flex !important;
    gap:3%;
    width:100%;
}
.xnmain-widget-course .xnbw-item-container{
    width:22.75%;
    margin:0;
}
.xnmain-widget-course .xnbw-item-container:hover .xncwi-container{
    box-shadow:none !important;
}
.xnmain-widget-course .xnbw-items-btn-wrap{
    position:absolute;
    width:0;
    top:-88px;
    right:126px;
}
.xnmain-widget-course .xnbw-items-container .xnbw-items-btn-wrap button{
    margin-right:0;
}
.xnmain-widget-course .xnbw-items-container .xnbw-items-btn-wrap button i{
    width:62px;
    height:62px;
    margin-right:0;
    background-position:center;
}
.xnmain-widget-course .xnbw-items-container .xnbw-items-btn-wrap .xnbw-items-prev-btn{
    transform: translateX(-70px);
}
.xnmain-widget-course .xnbw-items-container .xnbw-items-btn-wrap .xnbw-items-prev-btn i{
    background:url(xnmain_prev_ico.svg);
}
.xnmain-widget-course .xnbw-items-container .xnbw-items-btn-wrap .xnbw-items-next-btn i{
    background:url(xnmain_next_ico.svg);
}
.xnmain-widget-course .xncwi-container{
    border:0;
}
.xnmain-widget-course .xncwi-container .xncwi-background{
    height:180px;
    border-radius:8px;
}
.xnmain-widget-course .xncwi-container .xncwi-label-wrapper > div{
    border-radius:5px;
    margin:10px;
    font-size:14px;
}
.xnmain-widget-course .xncwi-container .xncwi-status-label{
    background-color:var(--xnmain-primary-color-blue);
}
.xnmain-widget-course .xncwi-container .xncwi-payment-label{
    background-color:#fff;
    color:#333;
}
.xnmain-widget-course .xncwi-container .xncwi-status-label.closed{
    background-color:var(--xnmain-bg-darkblue);
}
.xnmain-widget-course .xncwi-container .xncwi-catalog-info-container{
    height:inherit;
    background:transparent !important;
    padding:12px 0;
}
.xnmain-widget-course .xncwi-container .xncwi-catalog-info-container .xncwi-catalog-wrap{
    width:fit-content;
}
.xnmain-widget-course .xncwi-container .xncwi-catalog-info-container .xncwi-catalog-wrap .xncwi-catalog-title{
    font-size:14px;
    color:#FF6948;
    background:#F6F7F9;
    border-radius:16px;
    padding:2px 8px;
}
.xnmain-widget-course .xncwi-container .xncwi-certificate-wrap{
    width:auto;
    top:-40px;
    margin:0 10px;
}
.xnmain-widget-course .xncwi-container .xncwi-certificate-wrap .xncwi-certificate-title{
    padding:5px 10px;
    font-size:13px;
    color:var(--xnmain-text-222);
    border:1px solid rgba(255, 255, 255, 0.50);
    border-radius:4px;
    background:rgba(255, 255, 255, 0.70);
}
.xnmain-widget-course .xncwi-certificate-icon,
.xnmain-widget-course .xncwi-catagory-title,
.xnmain-widget-course .xncwi-recruitment-wrap,
.xnmain-widget-course .xncwi-container .xncwi-info-footer,
.xnmain-widget-course .xncwi-container .xncwi-certificate-wrap .xncwi-certificate-icon{
    display:none;
}
.xnmain-widget-course .xncwi-container .xncwi-info-container{
    padding:0;
}
.xnmain-widget-course .xncwi-container .xncwi-info-container .xncwi-title{
    font-size: 18px;
    margin-bottom:32px;
}
.xnmain-widget-course .xncwi-container .xncwi-info-container .xncwi-author:before{
    display:inline-block;
    content:'';
    width:20px;
    height:20px;
    background:url(xnmain_author_ico.png) no-repeat;
}
.xnmain-widget-course .xncwi-container .xncwi-info-container .xncwi-author{
    display:flex;
    align-items:center;
    font-size:13px;
    margin-bottom:5px;
    color:#38383D;
}
.xnmain-widget-course .xncwi-container .xncwi-info-container .xncwi-studydate-wrap .xncwi-status{
    width:auto;
   color:#1B1C1E; 
}
.xnmain-widget-course .xncwi-container .xncwi-info-container .xncwi-date{
    float:inherit;
}


/* category */
.xnmain_cate_wrap{
    font-family: "Pretendard";
    margin:50px 0 100px 0;
}
.xnmain_cate_wrap .title{
     font-size: 32px;
     font-weight:500;
     letter-spacing:-0.5px;
     text-align:center;
}
.xnmain_cate_wrap .title p{
    font-size:42px;
    margin-bottom:50px;
}
.xnmain_cate_wrap .title p .blue{
    color:var(--xnmain-primary-color-blue);
}
.xnmain_cate_wrap .title p .bold{
    font-weight:800;
}
.xnmain_cate_wrap .cate_link{
    display:flex;
    justify-content: center;
    gap:68px;
    font-size: 28px;
    text-align: center;
}
.xnmain_cate_wrap .cate_link li span{
    display:block;
    background-color:var(--xnmain-bg-light2);
    background-repeat: no-repeat;
    background-position: center;
    width:120px;
    height:120px;
    border-radius:50%;
    margin:0 auto 20px auto;
    transition: all .4s;
}
.xnmain_cate_wrap .cate_link li a{
    text-align:center;
}
.xnmain_cate_wrap .cate_link li:nth-child(1) a span{
    background-image:url(xnks-open_cate_icon01.svg);
}
.xnmain_cate_wrap .cate_link li:nth-child(2) a span{
    background-image:url(xnks-open_cate_icon02.svg);
}
.xnmain_cate_wrap .cate_link li:nth-child(3) a span{
    background-image:url(xnks-open_cate_icon03.svg);
}
.xnmain_cate_wrap .cate_link li:nth-child(4) a span{
    background-image:url(xnks-open_cate_icon04.svg);
}
.xnmain_cate_wrap .cate_link li:nth-child(5) a span{
    background-image:url(xnks-open_cate_icon05.svg);
}
.xnmain_cate_wrap .cate_link li:nth-child(6) a span{
    background-image:url(xnks-open_cate_icon06.svg);
}

/* board */
.cnt_board{
    position:relative;
    font-family: "Pretendard";
    background-color:var(--xnmain-bg-light7);
    padding:80px 0;
}
.cnt_board .obj1{
    position:absolute;
    width:430px;
    height:192px;
    top:0;
    right:0;
    background:url(xnmain_obj1.png) no-repeat;
}
.cnt_board .obj2{
    position:absolute;
    width:139px;
    height:204px;
    bottom:0;
    left:0;
    background:url(xnmain_obj2.png) no-repeat;
}
.xnmain-widget-board{
    position:relative;
    width:100%;
    z-index:3;
}
.xnmain-widget-board .xn-widget-container{
    padding:0 !important;
    max-width: 1400px !important;
}
.xnmain-widget-board .xn-widget-container .xnbw-sub-title{
    display:none;
}
.xnmain-widget-board .xn-widget-container .xnbw-top-container{
    display:flex;
    align-items:center;
    margin-bottom:60px;
}
.xnmain-widget-board .xn-widget-container .xnbw-category-tab-wrap{
    flex:1;
    text-align:center !important;
    border:0 !important;

}
.xnmain-widget-board .xn-widget-container .xnbw-title{
    font-size:40px !important;
}
.xnmain-widget-board .xn-widget-container .xnbw-more-tab span{
    display:none;
}
.xnmain-widget-board .xn-widget-container .xnbw-more-tab{
    position:relative !important;
    top:inherit !important;
}
.xnmain-widget-board .xn-widget-container .xnbw-more-tab-plus-icon{
    width:49px !important;
    height: 49px !important;
    background:url(xnmain_more_ico.svg) no-repeat !important;
    margin-top:-2px;
}
.xnmain-widget-board .xn-widget-container .xnbw-category-wrap{
    display:flex;
    align-items:center;
    flex:1 0 0;
    margin:0 !important;
}
.xnmain-widget-board .xn-widget-container .xnbw-all-tab,
.xnmain-widget-board .xn-widget-container .xnbw-category-tab{
    border-radius: 32px;
    border: 1px solid #DEDFE7 !important;
    background: #FFF;
    color:#777A83 !important;
    margin:0 3px;
    font-weight:500 !important;
}
.xnmain-widget-board .xn-widget-container .xnbw-all-tab.selected,
.xnmain-widget-board .xn-widget-container .xnbw-category-tab.selected{
    color:#fff !important;
    background: #2A2B2E !important;
}
.xnmain-widget-board .xn-widget-container .xnbw-items-container{
    flex-direction: row !important;
    gap:2% !important;
}
.xnmain-widget-board .xn-widget-container .xnbw-item-container{
    position:relative;
    width:23.5% !important;
    height:210px !important;
}
.xnmain-widget-board .xn-widget-container .xnbw-board-post-list{
    flex-direction: column;
    padding:30px !important;
    align-items: flex-start !important;
    justify-content: flex-start !important;
    border-radius: 10px;
    background: #FFF;
    transition:ease-out .4s;
}
.xnmain-widget-board .xn-widget-container .xnbw-board-post-list:after{
    position:absolute;
    display:inline-block;
    content:'';
    width:43px;
    height:43px;
    right:20px;
    bottom:20px;
    background:url(xnmain_board_arrow.png) no-repeat;
    opacity: 0;
}
.xnmain-widget-board .xn-widget-container .xnbw-post-list-title{
    height:60px !important;
    flex:inherit !important;
    font-size:20px !important;
    display: -webkit-box !important;
    -webkit-line-clamp: 2; 
    white-space: normal;
}
.xnmain-widget-board .xn-widget-container .xnbw-post-list-created{
    position:absolute;
    font-size:16px !important;
    color: #757575 !important;
    bottom:30px;
}
.xnmain-widget-board .xn-widget-container .xnbw-post-list-category{
    color:var(--xnmain-secondary-color-navy) !important;
    border-radius:0 !important;
    border:0 !important;
    padding: 0 !important;
    line-height:30px !important;
    font-size: 20px !important;
    font-weight:700;
}



/* footer */
.xnmain_footer{
    position:relative;
    font-family: "Pretendard";
    background:var(--xnmain-bg-footer);
    padding:50px 0;
    color:#636773;
    font-size:16px;
    word-break: keep-all;
}
.xnmain_footer > div{
    display:flex;
    justify-content: space-between;
    align-items: flex-end;
}
.xnmain_footer .footer_logo{
    margin-bottom:30px;
}
.xnmain_footer .ft_add{
    line-height:1.8;
}
.footer_btn a{
    color:#717987;
    font-size:18px;
    letter-spacing: -0.5px;
    font-weight:500;
}
.footer_btn a:hover{
    color:#ccc !important;
}
.xnmain_footer .footer_btn{
    display:flex;
    align-items:flex-end;
    flex-direction: column;
    gap:20px;
}
.xnmain_footer .footer_info{
    position:relative;
}
.footer_btn .btn{
    display:flex;
    gap:24px;
    align-items:center;
    padding:0;
}
.footer_btn .btn .pri{
    color:#2A59A1;
}
.xnmain_footer .fs_wrap{
    position:relative;
}
.xnmain_footer .fs_btn{
    position:relative;
    display:flex;
    align-items:center;
    justify-content: space-between;
    width:180px;
    color:#fff;
    font-size:18px;
    letter-spacing: -0.5px;
    font-weight:600;
    cursor: pointer;
    padding:15px 20px;
    border-radius: 5px;
    border: 1px solid rgba(255, 255, 255, 0.20);
}
.xnmain_footer .fs_btn span{
    display:inline-block;
    width:24px;
    height:24px;
    background:url(xnmain_fs_ico.png) no-repeat;
}
.xnmain_footer .fs_list{
    position:absolute;
    display:none;
    bottom:100%;
    background:var(--xnmain-primary-color-blue);
    padding:10px 20px;
    width:100%;
    text-align: left;
    border-radius:8px;
    font-size:16px;
}
.xnmain_footer .fs_list a{
    display:block;
    color:#c8e0ff;
    padding:3px 0;
}
.xnmain_footer .fs_list a:hover{
    color:#fff;
}
.xnmain_footer .sns{
    display:flex;
    align-items:center;
    gap:8px;
}
.xnmain_footer .sns a{
    display:inline-block;
    width:45px;
    height:45px;
}

.xnmain_footer .sns a:nth-of-type(1){
    background:url(xnmain_instagram.png) no-repeat center;
}
.xnmain_footer .sns a:nth-of-type(2){
    background:url(xnmain_facebook.png) no-repeat center;
}
.xnmain_footer .sns a:nth-of-type(3){
    background:url(xnmain_youtube.png) no-repeat center;
}
.xnmain_footer .footer_logo_img{
    display:inline-block;
}
.xnmain_footer .footer_logo_img_en{
    display:none;
}
.xnmain_footer .footer_logo_img_en:lang(en){
    display:inline-block;
}
.xnmain_footer .footer_logo_img:lang(en){
    display:none;
}
.xnmain_footer .scrollTop{
    position:absolute;
    display:inline-block;
    width:80px;
    height:80px;
    cursor: pointer;
    background:url(xnmain_sctop_ico.png) #F8B500 no-repeat center;
    border-radius: 46px;
    right:50px;
    top:-120px;
    z-index:2;
    transition: all .4s;
}
@media (hover: hover) and (pointer: fine) {
    #header.xnmain .btn-login:hover,
    #header.xnmain .btn-join:hover{
        background: var(--xnmain-bg-light-eee);
    }
    #visual.xnmain .xnmain-btn a:hover{
        background: var(--xnmain-bg-light-eee) !important;
    }
    .xnmain_cate_wrap .cate_link li a:hover span{
        transform: scale(120%);
        color: var(--xnmain-primary-color-blue);
    }
    .xnmain-widget-board .xn-widget-container .xnbw-all-tab:hover,
    .xnmain-widget-board .xn-widget-container .xnbw-category-tab:hover,
    .xnmain-widget-board .xn-widget-container .xnbw-all-tab.selected:hover, 
    .xnmain-widget-board .xn-widget-container .xnbw-category-tab.selected:hover{
        background:var(--xnmain-secondary-color-navy) !important;
        color:#fff !important;
    }
    .xnmain-widget-board .xn-widget-container .xnbw-board-post-list:hover{
        background:var(--xnmain-primary-color-blue) !important;
        box-shadow: 0 2px 20.1px 0 rgba(0, 0, 0, 0.30);
        transform: translateY(-15%);
    }
    .xnmain-widget-board .xn-widget-container .xnbw-board-post-list:hover:after{
        opacity: 1;
    }
    .xnmain-widget-board .xn-widget-container .xnbw-board-post-list:hover .xnbw-post-list-category,
    .xnmain-widget-board .xn-widget-container .xnbw-board-post-list:hover .xnbw-post-list-title{
        color:#fff !important;
    }
    .xnmain-widget-board .xn-widget-container .xnbw-board-post-list:hover .xnbw-post-list-created{
        color: rgba(255, 255, 255, 0.70) !important;
    }
    .xnmain_footer .fs_btn:hover{
        background:#04070d;
    }
    .xnmain_footer .sns a:hover{
        mix-blend-mode: plus-lighter;
    }
    .xnmain_footer .scrollTop:hover{
        background-color:#f47a00;
    }
  }
@media (max-width:1840px){
    #header.xnmain .navbar-static-top .container .navbar-header{
        padding:0 2%;
    }
    #header.xnmain .xn-header-menu > li > a{
        padding:0 15px;
    }
    .sc_down{
        top:30vw;
        transform: translateX(38vw) rotate(-90deg);
    }
    .xnmain_main_slider{
        width:96%;
        height:41.74vw;
    }
    .xnmain_slogan img{
        width:55.33vw;
        height:auto;
    }
    #visual.xnmain{
       top: 41.74vw;
    }
}
@media (max-width:1420px){
    .xnmain_inner{
        width:96% !important;
    }
    #header.xnmain .navbar-static-top .container .navbar-header{
        gap:40px;
    }
    .xnmain_footer .scrollTop{
        top:-40px;
    }
    .xnmain-widget-course .xncwi-container .xncwi-background{
        height:12.68vw !important;
    }
}
@media (max-width:1280px){
    #header.xnmain .navbar-static-top .container{
        width:100%;
    }
    #header.xnmain .navbar-static-top .container .navbar-header{
        padding:0 2%;
    }
    #header.xnmain .navbar-static-top .container .navbar-header > div:first-of-type{
        display:inline-block !important;
    }
    #header.xnmain .navbar-static-top .container .xn-main-menu-wrap{
        justify-content: flex-end;
    }
    #header.xnmain .top_menu{
        display: none;
    }
    #header.xnmain .navbar-light .navbar-toggler-icon{
        width:21px;
        height:15px;
        background-image:url(xnmain_toggler_ico.png) !important;
    }
    #header.xnmain .navbar-collapse.collapse.in.mobile{
        box-shadow: 0 8px 10px rgba(0, 0, 0, .3);
    }
    #header.xnmain .navbar-collapse.collapse.in.mobile ul{
        width:100%;
    }
    #header.xnmain .navbar-collapse.collapse.in.mobile .xn-1depth-menu-wrap{
        padding:0;
    }
    #header.xnmain .navbar-collapse.collapse.in.mobile .xn-1depth-menu-wrap .xn-1depth-menu{
        display:inline-block;
        width:100%;
        border-bottom:1px solid #ddd;
        padding:10px 0;
    }
    #header.xnmain .xn-main-catalog-header-logo-wrap{
        position:absolute;
        margin-left:50px;
    }
    .xnmain_sitemap{
        display:none;
    }
    .xnmain-widget-course .xnbw-items-container .xnbw-item-container-wrap{
        width:100% !important;
    }
    .xnmain-widget-course .xncwi-container .xncwi-info-container{
        height:160px;
    }
}
@media (max-width:980px){
    #header.xnmain .navbar-static-top .container .xn-main-menu-wrap .tnb{
        gap:5px;
    }
    #header.xnmain .btn-login, #header.xnmain .btn-join, #header.xnmain .xn-change_language-select_box{
        font-size:14px;
        padding:6px 10px;
    }
    #header.xnmain .btn-dropdown-user-menu .xn-header-member-btn-text{
        font-size:14px;
    }
    #visual.xnmain{
        width:96%;
        margin-top:20px;
    }
    .sc_down{
        top:28vw;
        transform: translateX(35vw) rotate(-90deg);
    }
    .xnmain_main_slider .carousel-indicators{
        bottom:3.06vw; 
    }
    .xnmain_main_slider .xn-widget-slider-container .xnws-img{
        border-radius:3.06vw;
    }
    .xnmain_cnt_wrap{
        margin-top:280px;
    }
    .xnmain_cate_wrap .cate_link{
        font-size:24px;
        gap:20px;
    }
    .xnmain_cate_wrap .title,
    .xnmain_cate_wrap .title p{
        font-size:30px;
    }
    .xnmain_cate_wrap .title p{
        margin-bottom:30px;
    }
    .xnmain_cate_wrap .cate_link li span{
        width:90px;
        height:90px;
        background-size:60%;
    }
    .xnmain-widget-board .xn-widget-container .xnbw-post-list-title{
        height:50px !important;
    }
    .xnmain-widget-board .xn-widget-container .xnbw-title{
        font-size:36px !important;
    }
    .xnmain-widget-board .xn-widget-container .xnbw-post-list-title,
    .xnmain-widget-board .xn-widget-container .xnbw-post-list-category{
        font-size: 16px !important;
    }
    .xnmain-widget-board .xn-widget-container .xnbw-post-list-created{
        font-size:14px !important;
    }
    .xnmain-widget-board .xn-widget-container .xnbw-item-container{
        height:190px !important;
    }
    .xnmain-widget-course .xncw-top-container .xncw-title-wrap .xncw-title{
        font-size:40px;
    }
    .footer_btn .btn{
        gap:15px;
    }
    .xnmain_footer > div{
        flex-direction: column;
        gap:20px;
    }
    .xnmain_footer .footer_info,
    .xnmain_footer .footer_btn{
        width:100%;
        text-align:center;
    }
    .xnmain_footer .footer_btn{
        flex-direction: column;
        align-items: center;
    }
    .footer_btn a,
    .xnmain_footer .fs_btn{
        font-size:16px;
    }
    .xnmain_footer .sns a{
        width:30px;
        height:30px;
    }
    .xnmain_footer .footer_logo img{
        height:50px;
    }
    .xnmain_footer .scrollTop{
        width:60px;
        height:60px;
    }
}
@media (max-width:768px){
    #header.xnmain .xn-main-catalog-header-logo-wrap a{
        text-align: center;
    }
    #header.xnmain .xn-main-catalog-header-logo{
        justify-content: center;
        max-width:inherit;
    }
    #header.xnmain .xn-main-catalog-header-logo-image{
        height:32px;
        margin:0;
    }
    #header.xnmain .btn-login, #header.xnmain .btn-join, 
    #header.xnmain .xn-change_language-select_box{
        padding:5px;
    }
    #header.xnmain .btn-login,
    #header.xnmain .btn-join,
    #header.xnmain .top_search,
    #header.xnmain .xn-change_language-select_box,
    #header.xnmain .btn-dropdown-user-menu{
        border-radius:1.3vw;
      }
    .sc_down{
    display:none;
    }
    #visual.xnmain .xnmain-btn{
        background-color:transparent !important;
    }
    .search_detail .form_gp>label{
        width:30%;
    }
    .search_detail .form_gp .form_check{
        width:70%;
    }
    #visual.xnmain .search_detail{
        padding:20px 0;
    }
    .cnt_board{
        flex-direction: column;
    }
    .cnt_board > div:first-of-type{
        margin-bottom:20px;
    }
    .xnmain-widget-course .xnbw-items-container .xnbw-items-btn-wrap button{
        display:none;
    }
    .xnmain-widget-course .xncw-top-container .xncw-more:before,
    .xnmain-widget-board .xn-widget-container .xnbw-more-tab-plus-icon{
        width:38px !important;
        height:38px !important;
        background-size: cover !important;
    }
    .xnmain-widget-course .xncw-top-container .xncw-title-wrap:before{
        width:26px;
        height:26px;
        background-size: cover;
    }
    .xnmain-widget-course .xncw-top-container .xncw-title-wrap .xncw-title{
        font-size:36px;
        margin: 10px 0;
    }
    .xnmain-widget-course .xncw-top-container .xncw-title-wrap .xncw-sub-title{
        font-size:15px;
    }
    .xnmain-widget-course .xncw-top-container .xncw-more{
        bottom:5px !important;
    }
    .xnmain-widget-course .xnbw-item-container {
        width: 49%;
    }
    .xnmain-widget-course .xnbw-items-container{
        padding:0;
    }
    .xnmain-widget-course .xnbw-items-container .xnbw-item-container-wrap{
        display: flex !important;
        flex-wrap: wrap;
        gap: 2%;
    }
    .xnmain-widget-course .xncwi-container .xncwi-background{
        height:27vw !important;
    }
    .xnmain-widget-board{
        width:100%;
    }
    .xnmain-widget-board .xn-widget-container .xnbw-top-container{
        flex-direction: column;
        align-items:flex-start;
        margin-bottom:30px;
    }
    .xnmain-widget-board .xn-widget-container .xnbw-title-wrap{
        margin-bottom:10px;
    }
    .xnmain-widget-board .xn-widget-container .xnbw-category-wrap{
        width:100%;
        flex:inherit;
    }
    .xnmain-widget-board .xn-widget-container .xnbw-all-tab, 
    .xnmain-widget-board .xn-widget-container .xnbw-category-tab{
        font-size:14px !important;
    }
    .xnmain-widget-board .xn-widget-container .xnbw-category-tab-wrap{
        text-align:left !important;
    }
    .xnmain-widget-board .xn-widget-container .xnbw-items-container{
        flex-direction: column !important;
        gap:0 !important;
    }
    .xnmain-widget-board .xn-widget-container .xnbw-item-container{
        width:100% !important;
        height:auto !important;
        margin-bottom:10px !important;
    }
    .xnmain-widget-board .xn-widget-container .xnbw-board-post-list{
        gap:5px !important;
        padding:20px !important;
    }
    .xnmain-widget-board .xn-widget-container .xnbw-post-list-title{
        height:28px !important;
        -webkit-line-clamp: 1;
    }
    .xnmain-widget-board .xn-widget-container .xnbw-post-list-created{
        position:relative;
        bottom:inherit;
    }
    .footer_btn .btn{
        flex-wrap:wrap;
        justify-content: center;
        margin-bottom:15px;
    }    
}
@media (max-width:560px){
    #header.xnmain .navbar-static-top .container .navbar-header{
        gap:0;
    }
    #header.xnmain .navbar-static-top .container .xn-main-menu-wrap .tnb{
        margin: -60px 0 0 0;
    }
    #header.xnmain .xn-main-catalog-header-logo-wrap,
    #header.xnmain .navbar-static-top .container .navbar-header > div:first-of-type{
        margin-top:50px;
    }
    #header.xnmain .btn-login, 
    #header.xnmain .btn-join, 
    #header.xnmain .top_search, 
    #header.xnmain .top_menu,
    #header.xnmain .xn-change_language-select_box,
    #header.xnmain .btn-dropdown-user-menu{
        height:36px;
    }
    #header.xnmain .navbar-static-top .container .xn-main-menu-wrap{
        flex:inherit;
        width:100%;
    }
    #header.xnmain .top_search{
        width:36px;
    }
    #header.xnmain .xn-main-catalog-header-logo{
        gap:5px;
    }
    #header.xnmain .xn-main-catalog-header-logo-image{
        height:35px;
    }
    #header.xnmain .xn-main-catalog-header-logo span{
        font-size:16px;
    }
    #visual.xnmain{
        padding:15px;
    }
    #visual.xnmain .quick_title{
        font-size:16px;
        margin-bottom:10px;
    }
    #visual.xnmain .xnmain-btn a{
        padding: 15px 0 !important;
    }
    #visual.xnmain .search_title{
        display:none;
    }
    #visual.xnmain .search_box input{
        font-size:14px;
    }
    #visual.xnmain .search_box{
        padding:6px;
    }
    .search_detail .form_gp{
        flex-direction: column;
    }
    .search_detail .form_gp>label{
        text-align:left;
    }
    .search_detail .form_gp>label,
    .search_detail .form_gp .form_check{
        width:100%;
    }

    .xnmain-widget-course .xncw-top-container .xncw-title-wrap .xncw-title{
        font-size:24px;
    }
    .xnmain_cate_wrap .title,
    .xnmain_cate_wrap .title p{
        word-break: keep-all;
        font-size: 24px;
    }
    .xnmain_cate_wrap .cate_link{
        flex-wrap:wrap;
        gap:2%;
 
    }
    .xnmain_cate_wrap .cate_link li{
        width:30%;
        font-size:16px;
        margin-bottom:15px;
    }
    .xnmain_cate_wrap .cate_link li a span{
        margin:auto;
    }
    .xnmain_footer .scrollTop{
        right:inherit;
        left:50%;
        margin-left:-30px;
    }
    
}
@media (max-width:360px){
    .xnmain-widget-course .xncwi-container .xncwi-background{
        height:51vw !important;
    }
    .xnmain-widget-course .xnbw-item-container {
        width: 100%;
        margin-bottom:8% !important;
    }
    .xnmain-widget-course .xnbw-item-container:nth-of-type(-n+2){
        margin-bottom: 8%;
    }
    .xnmain-widget-course .xncwi-container .xncwi-info-container{
        height:inherit;
    }
}
#xn-search-v2 .xns-search{
    top: 0 !important;
}