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;
}
.xnds_inner{
    width:1400px;
    margin:auto;
}
/* main_color */
:root{
    --xnds-blue:#00579C;
    --xnds-darkblue:#344054;
    --xnds-navyblue:#002870;
    --xnds-tdblue:#2C72A9;
    --xnds-skyblue:#A9D2F0;
    --xnds-gray666:#636363;
    --xnds-text-color-black:#000;
    --xnds-text-color-br:#231814;
    --xnds-text-color222:#2c2c2c;
    --xnds-text-color333:#333;
    --xnds-text-color666:#666;
    --xnds-text-color777:#777;
    --xnds-text-color888:#888;
    --xnds-bg-gray:#F7F7F7;
}

/* header */
#header.xnds{  
    position:relative;
    border-bottom:0;
    font-family: "Pretendard";
    background-color:transparent;
    height:138px;
    margin:48px 0 44px 0;
    z-index:19;
}
#header.xnds .navbar-static-top{
    height:138px;
}
#header.xnds .navbar-static-top .container{
    width:100%;
    max-width:1400px;
    padding:0;
}
#header.xnds .navbar-static-top .container,
#header.xnds .navbar-static-top .container .navbar-header{
    height:138px;
}
#header.xnds .navbar-static-top .container .navbar-header > div:first-of-type{
    display:none;
}
#header.xnds .navbar-static-top .container .xn-main-menu-wrap .pull-right{
    display:flex;
    justify-content: flex-end;
    gap:15px;
}
#header.xnds .navbar-light .navbar-toggler-icon{
    width:30px;
    height:30px;
    background-image:url(xnds_menu_ico.svg);
}
#header.xnds .all_menu{
    display:flex;
    flex-direction: column;
    justify-content: center;
    gap:8px;
    position: absolute;
    cursor: pointer;
    width:44px;
    height:44px;
    margin-top:60px;
}
#header.xnds .all_menu span{
    width:22px;
    height:3px;
    background-color:var(--xnds-blue);
    border-radius:30px;
    transition: all .4s;
}
#header.xnds .all_menu span:nth-of-type(2){
    width:33px;
    background-color:var(--xnds-darkblue);
}
#header.xnds .all_menu span:last-of-type{
    margin-left:11px;
}
#header.xnds .all_menu:hover span{
    width:33px;
}
#header.xnds .all_menu:hover span:last-of-type{
    margin-left:0;
}
#header.xnds .xn-main-catalog-header-logo-wrap{
    margin-left:64px;
    margin-top:60px;
}
#header.xnds .xn-change_language-title{
    display:none;
}
#header.xnds .xn-change_language-select_box::before{
    display:inline-block;
    content:'';
    width:24px;
    height:24px;
    background:url(xnds_lang_ico.svg) no-repeat center;
    margin-right:10px;
}
#header.xnds .xn-change_language-select_box{
    width:auto;
    font-size:14px;
    font-weight:500;
    gap:0;
    color:var(--xnds-text-color333);
    border:0;
    padding:0;

}
#header.xnds .xn-change_language-select_box > span{
    min-width:80px;
    text-align: left;
}
#header.xnds .xn-change_language-select_box>i{
    width:16px;
    height:16px;
    background:url(xnds_lang_arrow.svg) no-repeat center;
}
#header.xnds .xn-change_language-select_dropdown{
    z-index:22;
}
#header.xnds .xn-change_language-select_dropdown,
#header.xnds .xn-change_language-select_dropdown-item{
    border-radius:5px;
}
#header.xnds .xn-main-menu-wrap{
    text-align:right;
}
#header.xnds .btn-login{
    position:relative;
    width:fit-content;
    height:inherit !important;
    float:inherit;
    margin:0;
    border:0;
    background-color:var(--xnds-blue);
}
#header.xnds .btn-join{
    background-color:var(--xnds-navyblue);
}
#header.xnds .btn-login,
#header.xnds .btn-join{
    height:38px;
    padding:10px 20px;
    font-size: 15px;
    border-radius:5px;
    color:#fff !important;
    line-height:110%;
    font-weight:500;
}
#header.xnds .btn-dropdown-user-menu{
    height:38px;
    margin:0;
    border-radius:5px;
}
#header.xnds .top_btn_search{
    height:38px;
    background-color:var(--xnds-gray666);
    padding:8px 10px;
    border-radius:5px;
}
#header.xnds .top_btn_search i{
    display:inline-block;
    width:20px;
    height:20px;
    background:url(xnds_top_search_ico.svg) no-repeat;
}
#header.xnds .xn-header-menu-wrapper{
    margin-top:36px;
}
#header.xnds .xn-header-menu{
    display:flex;
    max-width:inherit;
}
#header.xnds .xn-header-menu li{
    position: relative;
    width:auto;
    height:64px;
    font-size:20px !important;
    font-weight:500;
    float:inherit;
}
#header.xnds .xn-header-menu li:before{
    display:none;
}
#header.xnds .xn-header-menu li a{
    height:64px;
    line-height:64px;
    padding:0 30px;
    line-height:inherit;
}
#header.xnds .xn-header-menu li:hover{
    background:transparent;
}
#header.xnds .xn-header-menu li:hover a{
    color:var(--xnds-navyblue);
}
#header.xnds .xn-sub-menu-outer-wrapper{
    display:none !important;
}
#header.xnds .xnds_header-menu-dep2 {
    display: none;
    position: absolute;
    width: 130px;
    left:50%;
    margin-left:-65px;
    padding:0 !important;
    background: var(--xnds-blue);
    border-radius: 5px;
}

#header.xnds .xnds_header-menu-dep2>li {
    display: block;
    width: 100%;
    height: 30px;
    line-height: 30px !important;
    font-weight: 500;
    float: inherit;
}

#header.xnds .xnds_header-menu-dep2>li:first-child {
    margin-top: 20px;
}

#header.xnds .xnds_header-menu-dep2>li:last-child {
    margin-bottom: 20px;
}

#header.xnds .xnds_header-menu-dep2>li>a {
    display: block;
    height: 30px;
    line-height: 30px !important;
    font-size: 14px;
    padding: 0;
    color: rgba(255, 255, 255, 0.80) !important;
    letter-spacing: -0.5;
    text-decoration: none;
    margin: 0;
}

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

/* visual */
#visual.xnds{
    display:none;
}
.xnds_cnt_wrap{
    position:relative;
    margin:auto;
}

/* main-slider */
.xnds_slider_wrap{
    margin-bottom:140px;
}
.xnds_slider_wrap .obj{
    position:absolute;
    transform: rotate(145.313deg);
}
.xnds_slider_wrap .obj1,
.xnds_slider_wrap .obj2{
    width:287px;
    height:25px;
    background-color:var(--xnds-skyblue);
}
.xnds_slider_wrap .obj3,
.xnds_slider_wrap .obj4{
    width:120px;
    height:10px;
    background-color:var(--xnds-tdblue);
}
.xnds_slider_wrap .obj1{
    top:76px;
    right:-60px;
}
.xnds_slider_wrap .obj2{
    top:400px;
    left:550px;
}
.xnds_slider_wrap .obj3{
    top:40px;
    right:20px;
    z-index:10;
}
.xnds_slider_wrap .obj4{
    top:370px;
    left:620px;
}
.xnds-widget-slider{
    position:relative;
    height:595px;
    font-family: "Pretendard";
}
.xnds-widget-slider .xn-widget-slider-container .xnws-img{
    width:50%;
    height:542px;
    border-radius: 30px;
    float:right;
    margin-top:50px;
}
.xnds-widget-slider .carousel-caption{
    width:48%;
    max-width:inherit;
    margin-top:0 !important;
    top:135px;
    bottom:inherit;
    left:0;
    right:inherit;
    padding:0;
    transform: inherit !important;
}
.xnds_slogan{
    color:var(--xnds-text-color-br);
    text-align: left;
    line-height:1.2;
    word-break: keep-all;
}
.xnds_slogan .slo01{
    font-size: 52px;
    font-weight:700;
    margin-bottom:10px;
    background-color:#fff;
}
.xnds_slogan .slo02{
    font-size: 30px;
    font-weight: 600;
    margin-bottom:40px;
    background-color:#fff;
}
.xnds_slogan .tag{
    display:flex;
    gap:10px;
    color:var(--xnds-text-color666);
    font-size: 20px;
    font-weight: 400;
    margin-bottom:40px;
    background-color:#fff;
}
.xnds_slogan a{
    display:inline-flex;
    font-size: 20px;
    font-weight:500;
    border-radius:10px;
    background-color:var(--xnds-blue);
    color:#fff !important;
}
.xnds_slogan a span{
    display: inline-block;
    padding:20px 30px;
}
.xnds_slogan a i{
    position:relative;
    display: inline-block;
    width:40px;
    height:64px;
    border-radius:0 10px 10px 0;
    background:url(xnds_goto_ico.svg) var(--xnds-navyblue) no-repeat center;
}
.xnds-widget-slider .carousel-control-next, 
.xnds-widget-slider .carousel-control-prev{
    width:93px;
    height:93px;
    top:inherit;
    left:50%;
    right:inherit;
    background-color:#fff;
    opacity: 1 !important;
}
.xnds-widget-slider .carousel-control-prev{
    transform: translateX(-100%);
    background-color:transparent !important;
}
.xnds-widget-slider .carousel-control-next::before,
.xnds-widget-slider .carousel-control-next::after{
    position:absolute;
    display:inline-block;
    content:'';
    width:30px;
    height:30px;
}
.xnds-widget-slider .carousel-control-next::before{
    top:-30px;
    left:0;
    background:url(xnds_round.svg) no-repeat;
}
.xnds-widget-slider .carousel-control-next::after{
    background:url(xnds_round.svg) no-repeat;
    right:-30px;
    bottom:0;
}
.xnds-widget-slider .carousel-control-next{
    border-radius:0 30px 0 0;
}
.xnds-widget-slider .carousel-control-next, 
.xnds-widget-slider .carousel-control-prev{
    display:inline-block !important;
}
.xnds-widget-slider .carousel-control-prev-icon{
    background-image: url(xnds_prev_ico.svg);
}
.xnds-widget-slider .carousel-control-next-icon{
    background-image: url(xnds_next_ico.svg);
}
.xnds-widget-slider .carousel-control-prev-icon,
.xnds-widget-slider .carousel-control-next-icon{
    width:33px;
    height:33px;
    transform: translateY(80%);
}

/* search */
.xnds_search_box_form{
    display:flex;
    gap:10px;
    width:720px;
    height:53px;
    margin:0 auto 200px auto;
    font-family: "Pretendard";
}
.xnds_search_box_form input{
    height:53px;
    border:0;
    border-bottom: 2px solid #666;
    border-radius:0;
    font-size: 18px;
    text-align: center;
    color:var(--xnds-text-color333);
}
.xnds_search_box_form input::placeholder{
    color:var(--xnds-text-color888);
}
.xnds_search_box_form .btn_search{
    display:flex;
    justify-content: center;
    align-items: center;
    gap:8px;
    width:163px;
    border-radius:5px;
    border:0;
    font-size: 18px;
    font-weight:700;
    color:#fff;
    background:var(--xnds-navyblue);
}
.xnds_search_box_form .btn_search span{
    display: inline-block;
    width:20px;
    height:20px;
    background:url(xnds_search_ico.svg) no-repeat;
}

/* program */
.xnds_program_wrap{
    font-family: "Pretendard";
    margin-bottom:125px;
}
.xnds_program_wrap h2{
    color:var(--xnds-text-color-br);
    font-size: 50px;
    font-weight:700;
    margin-bottom:60px;
}
.xnds_program {
    display:flex;
    gap:20px;
}
.xnds_program a .pro_icon{
    width:155px;
    height:155px;
    background-repeat: no-repeat;
    margin: 0 auto 40px auto;
}
.xnds_program a:nth-of-type(1) .pro_icon{
    background-image:url(xnds_pro_ico1.svg);
}
.xnds_program a:nth-of-type(2) .pro_icon{
    background-image:url(xnds_pro_ico2.svg);
}
.xnds_program a:nth-of-type(3) .pro_icon{
    background-image:url(xnds_pro_ico3.svg);
}
.xnds_program a:nth-of-type(4) .pro_icon{
    background-image:url(xnds_pro_ico4.svg);
}
.xnds_program a{
    flex: 1 0 0;
    text-align:center;
    padding:20px;
}
.xnds_program a h3{
    font-size: 28px;
    font-weight:700;
    color:var(--xnds-text-color222);
}
.xnds_program a p{
    font-size: 18px;
    font-weight:400;
    color:var(--xnds-text-color777);
    margin-bottom:40px;
    word-break: keep-all;
}
.xnds_program a span{
    display:block;
    width:26px;
    height:26px;
    margin:auto;
    background:url(xnds_pro_arrow.png) no-repeat;
    transition: all .4s;
}
@media (hover: hover) {
    .xnds_program a:hover h3{
        color:var(--xnds-navyblue);
    }
    .xnds_program a:hover span{
        transform: translateY(-80%);
        mix-blend-mode: difference;
    }
}

/* courses-widget */
.xnds-courses-widget {
    font-family: 'Pretendard';
    margin-bottom:180px;
}
.xnds-courses-widget .xn-widget-container{
    background-color:transparent !important;
    padding:0;
    max-width:inherit;
}
.xnds-courses-widget .xn-widget-container {
    background: transparent !important;
    padding: 0 !important;
    margin-bottom: 160px;
}
.xnds-courses-widget .xncw-top-container,
.xnds-courses-widget .xnbw-items-container {
    width: 100% !important;
}
.xnds-courses-widget .xncw-top-container .xncw-title-wrap {
    margin-bottom: 50px;
}
.xnds-courses-widget .xncw-top-container .xncw-title-wrap .xncw-title {
    font-size: 50px;
    font-weight: 700;
    color: var(--xnds-text-color-br);
    text-align: left;
}
.xnds-courses-widget .xncw-top-container .xncw-more .xncw-more-text,
.xnds-courses-widget .xncw-top-container .xncw-more i{
    display: none;
}
.xnds-courses-widget .xncw-top-container .xncw-more {
    padding: 0;
    bottom: 0;
    right:0;
}
.xnds-courses-widget .xncw-top-container .xncw-more::after{
    display:inline-block;
    content:'';
    width:50px;
    height:50px;
    background:url(xnds_board_more.png) no-repeat;
}
.xnds-courses-widget .xncw-top-container .xncw-title-wrap .xncw-sub-title {
    display: none;
}
.xnds-courses-widget .xnbw-items-container {
    display: flex !important;
    align-items: center;
}
.xnds-courses-widget .xnbw-items-prev-btn {
    transform: translateX(-180%);
}
.xnds-courses-widget .xnbw-items-next-btn {
    transform: translateX(80%);
}
.xnds-courses-widget .xnbw-items-btn-wrap {
    display:inline-block !important;
    width: 0;
}
.xnds-courses-widget .xnbw-items-prev-btn i,
.xnds-courses-widget .xnbw-items-next-btn i {
    width: 50px;
    height: 50px;
}
.xnds-courses-widget .xnbw-items-prev-btn i {
    background: url(xnds_cs_prev_ico.png) no-repeat center !important;
}
.xnds-courses-widget .xnbw-items-next-btn i {
    background: url(xnds_cs_next_ico.png) no-repeat center !important;
}
.xnds-courses-widget .xnbw-item-container-wrap {
    width: 100%;
    display: flex !important;
    gap: 2%;
    justify-content: flex-start;
}
.xnds-courses-widget .xnbw-item-container {
    width: 23.5%;
    margin: 0;
    border-radius: 10px;
    transition: all .4s;
}
.xnds-courses-widget .xncwi-container {
    background: transparent;
    border: 0;
    border-radius: 10px;
    box-shadow: none !important;
}
.xnds-courses-widget .xncwi-container .xncwi-background {
    /* height: 180px; */
    height: unset !important;
    border-radius: 10px;
    aspect-ratio: 16 / 9;
}
.xnds-courses-widget .xncwi-container .xncwi-catalog-info-container.mooc {
    background: transparent;
    padding: 0;
    padding: 30px 0 10px 0;
}
.xnds-courses-widget .xncwi-container .xncwi-catalog-info-container .xncwi-catalog-wrap {
    position: relative;
    width: 100%;
    color: var(--xnds-blue);
    font-size: 16px;
}
.xnds-courses-widget .xncwi-container .xncwi-catalog-info-container {
    color: #0E2239;
    font-size: 16px;
}
.xnds-courses-widget .xncwi-container .xncwi-info-container {
    height: 240px;
    background: transparent;
    padding: 0;
}
.xnds-courses-widget .xncwi-container .xncwi-info-container .xncwi-title {
    height: 80px;
    margin: 20px 0 40px 0;
    color: var(--xnds-text-color333);
    font-size: 22px;
    font-weight: 400;
    line-height: normal;
    -webkit-line-clamp: 3;
}
.xnds-courses-widget .xncwi-container .xncwi-info-container .xncwi-author {
    margin: 0 0 35px 0;
    color: #777;
    font-size: 15px;
    font-weight: 400;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.xnds-courses-widget .xncwi-container .xncwi-info-container .xncwi-studydate-wrap .xncwi-status {
    font-size: 16px;
    color: #0E2239;
    font-weight: 600;
}
.xnds-courses-widget .xncwi-container .xncwi-info-container .xncwi-studydate-wrap .xncwi-date {
    font-size: 15px;
    color: #737F8D;
    font-weight: 400;
}
.xnds-courses-widget .xncwi-container .xncwi-status-label {
    top: 420px;
    background: transparent;
    font-size: 15px;
    color: #545454;
    padding: 0;
}
.xnds-courses-widget .xncwi-container .xncwi-info-container .xncwi-date,
.xnds-courses-widget .xncwi-container .xncwi-info-container .xncwi-recruitment-wrap .xncwi-date:lang(en) {
    float: inherit;
    font-size: 15px;
    color: #545454;
}
.xnds-courses-widget .xncwi-container .xncwi-status-label.closed,
.xnds-courses-widget .xncwi-container .xncwi-status-label.upcoming,
.xnds-courses-widget .xncwi-container .xncwi-status-label.ongoing {
    display: none;
}
.xnds-courses-widget .xncwi-container .xncwi-label-wrapper {
    height: unset !important;
    aspect-ratio: 16 / 9;
}
.xnds-courses-widget .xncwi-container .xncwi-certificate-wrap {
    width: 30px;
    top: 230px;
}
.xnds-courses-widget .xncwi-container .xncwi-payment-label {
    width: 0;
    height: 0;
    color: transparent;
    background: transparent;
    top: inherit;
    bottom: 0;
    transform: translateY(100%);
    padding: 0;
}
.xnds-courses-widget .xncwi-container .xncwi-payment-label:before {
    position: absolute;
    display: none;
    content: 'Paid Course';
    width: max-content;
    color: #000;
    background: rgb(244, 235, 214);
    border: 1px solid #A88D4D;
    border-radius: 6px;
    top: 192px;
    right: 10px;
    padding: 5px;
    font-size: 13px;
}
.xnds-courses-widget .xncwi-container .xncwi-payment-label:after {
    position: absolute;
    display: inline-block;
    content: '';
    top: 230px;
    right: 40px;
    width: 30px;
    height: 30px;
    background: url(xnds_paid_ico.svg) no-repeat center;
    background-size: 100% 100% !important;
}
.xnds-courses-widget .xncwi-container .xncwi-payment-label:hover:before {
    display: inline-block;
}
.xnds-courses-widget .xncwi-container .xncwi-certificate-wrap .xncwi-certificate-icon {
    width: 30px;
    height: 30px;
    background: url(xnds_certificate_ico.svg) no-repeat center !important;
    background-size: 100% 100% !important;
}
.xnds-courses-widget .xncwi-container .xncwi-certificate-wrap .xncwi-certificate-icon:after {
    position: absolute;
    display: none;
    content: 'Certificate Course';
    width: max-content;
    font-size: 13px;
    background: #e0ecff;
    border: 1px solid #1264DF;
    border-radius: 6px;
    padding: 5px;
    right: 0;
    transform: translateY(-120%);
    transition: all .6s;
}
.xnds-courses-widget .xncwi-container .xncwi-certificate-wrap .xncwi-certificate-icon:hover:after {
    display: inline-block;
}
.xnds-courses-widget .xncwi-container .xncwi-info-container .xncwi-catagory-title,
.xnds-courses-widget .xncwi-container .xncwi-info-container .xncwi-studydate-wrap,
.xnds-courses-widget .xncwi-container .xncwi-info-footer {
    display: none;
}
.xnds-courses-widget .xncwi-container .xncwi-info-container .xncwi-recruitment-wrap .xncwi-recruitment,
.xnds-courses-widget .xncwi-container .xncwi-certificate-wrap .xncwi-certificate-title {
    display: none;
}
/* board-widget */
.xnds_board_wrap{
    display:flex;
    gap:50px;
    font-family: "Pretendard";
    margin-bottom:180px;
}
.xnds-board-widget{
    width:calc((100% - 50px) / 2);
}
.xnds-board-widget .xn-widget-container{
    max-width:inherit !important;
    padding:0 !important;
}
.xnds-board-widget .xn-widget-container .xnbw-title-wrap{
    padding-bottom: 30px;
    border-bottom: 2px solid #666;
}
.xnds-board-widget .xn-widget-container .xnbw-title{
    font-size: 50px !important;
    font-weight:700;
    color:var(--xnds-text-color-br);
}
.xnds-board-widget .xn-widget-container .xnbw-sub-title,
.xnds-board-widget .xn-widget-container .xnbw-category-tab-wrap{
    display:none;
}
.xnds-board-widget .xn-widget-container .xnbw-category-wrap{
    margin:0 !important;
}
.xnds-board-widget .xn-widget-container .xnbw-more-tab{
    top:10px;
}
.xnds-board-widget .xn-widget-container .xnbw-more-tab span{
    display:none;
}
.xnds-board-widget .xn-widget-container .xnbw-more-tab-plus-icon{
    width:50px !important;
    height:50px !important;
    background:url(xnds_board_more.png) no-repeat !important;
}
.xnds-board-widget .xn-widget-container .xnbw-items-container{
    gap:0 !important;
}
.xnds-board-widget .xn-widget-container .xnbw-item-container{
    border-bottom: 1px solid #DDD;
    padding:20px 0 !important;
    height:inherit !important;
}
.xnds-board-widget .xn-widget-container .xnbw-board-post-list{
    padding:0 !important;
}
.xnds-board-widget .xn-widget-container .xnbw-post-list-category{
    height:20px !important;
    border-radius:0 !important;
    border:0 !important;
    color:var(--xnds-navyblue) !important;
    font-size: 20px !important;
    font-weight:700;
    padding:0 !important;
}
.xnds-board-widget .xn-widget-container .xnbw-post-list-title{
    font-size:20px !important;
}
.xnds-board-widget .xn-widget-container .xnbw-post-list-created{
    width:100px !important;
    font-size:16px !important;
}

/* footer */
.xnds_footer{
    position:relative;
    background-color:var(--xnds-bg-gray);
    padding:75px 0;
    color:var(--xnds-text-color-br);
    font-family: "Pretendard";
}
.xnds_footer > div{
    display:flex;
    justify-content: space-between;
    align-items: center;
}
.xnds_footer .ft_logo img{
    opacity: 0.8;
    mix-blend-mode: luminosity;
    margin-bottom:20px;
}
.xnds_footer .ft_link{
    display:flex;
    font-size:16px;
    gap:30px;
}
.xnds_footer .ft_link > a{
    display:inline-block;
    height:30px;
}
.xnds_footer .ft_link .pt{
    color:var(--xnds-navyblue);
    background:url(xnds_pri_ico.png) no-repeat right center;
    padding-right: 36px;
    line-height: 2;
}
.xnds_footer .ft_fs{
    position:relative;
}
.xnds_footer .fs_btn{
    position:relative;
    display:flex;
    align-items:center;
    justify-content: space-between;
    width:124px;
    cursor: pointer;
}
.xnds_footer .fs_btn span{
    display: inline-block;
    width:20px;
    height:20px;
    background:url(xnds_fs_ico.png) no-repeat;
}
.xnds_footer .fs_list{
    display:none;
    position:absolute;
    width:120%;
    bottom:120%;
    right:0;
    background:var(--xnds-blue);
    border-radius:10px;
    padding:8px 15px;
}
.xnds_footer .fs_list a{
    display:block;
    padding:3px 0;
    color:#fff;
    font-size: 14px;
}
.xnds_scroll_top{
    position:absolute;
    display:inline-block;
    width:60px;
    height:60px;
    border-radius:50%;
    right:50px;
    bottom:115%;
    background:url(xnds_sc_ico.png) #000 no-repeat center;
}

@media (max-width:1560px){
    .xnds-courses-widget .xnbw-items-btn-wrap {
        width: 50px;
    }

    .xnds-courses-widget .xnbw-items-prev-btn,
    .xnds-courses-widget .xnbw-items-next-btn {
        transform: inherit;
    }
    .xnds-courses-widget .xnbw-items-container {
        gap:2%;
        max-width: inherit;
    }

    .xnds-courses-widget .xncwi-container .xncwi-background {
        height: unset !important;
        aspect-ratio: 16 / 9;
    }

    .xnds-courses-widget .xnbw-item-container-wrap {
        width: calc(96% - 100px) !important;
    }

    .xnds-courses-widget .xncwi-container .xncwi-status-label {
        top: calc(225px + 11.33vw);
    }
}
@media (max-width:1480px){
    #header.xnds .navbar-static-top .container{
        width:100%;
    }
    #header.xnds .navbar-static-top .container .navbar-header{
        padding:0 3%;
    }
    .xnds_inner{
        width:94%;
    }
    .xnds-widget-slider{
        height: 40.2vw;
    }
    .xnds-widget-slider .xn-widget-slider-container .xnws-img{
        height:36.62vw;
        margin-top:3.38vw;
    }
    .xnds-widget-slider .carousel-caption{
        top:9.12vw;
    }
    .xnds_slogan .slo01{
        font-size: 3.51vw;
        margin-bottom: 0.68vw;
    }
    .xnds_slogan .slo02{
        font-size: 2.03vw;
        margin-bottom: 2.7vw;
    }
    .xnds_slogan .tag{
        font-size: 1.35vw;
        margin-bottom:2.7vw;
    }
    .xnds_slogan a{
        font-size: 1.35vw ;
    }
    .xnds_slogan a span{
        padding: 1.35vw 2.03vw;
    }
    .xnds_slogan a i{
        width:2.7vw;
        height: 4.32vw;
        background-size:80%;
    }
    .xnds_slider_wrap .obj1, .xnds_slider_wrap .obj2{
        width:19.39vw;
        height:1.69vw;
    }
    .xnds_slider_wrap .obj3, .xnds_slider_wrap .obj4{
        width: 8.11vw;
        height: 0.68vw;
    }
    .xnds_slider_wrap .obj1{
        top: 5.14vw;
        right: -4.05px;
    }
    .xnds_slider_wrap .obj2 {
        top: 27.03vw;
        left: 37.16vw;
    }
    .xnds_slider_wrap .obj3 {
        top: 2.7vw;
        right: 4.7vw;
    }
    .xnds_slider_wrap .obj4 {
        top: 25vw;
        left: 41.89vw;
    }
}
@media (max-width:1280px){
    #header.xnds{
        margin:0;
    }
    #header.xnds .navbar-static-top .container .navbar-header > div:first-of-type{
        display:inline-block;
    }
    #header.xnds .xn-main-catalog-header-logo-wrap{
        position:absolute;
        margin:0 0 0 60px;
    }
    .xnds_slider_wrap{
        margin-bottom: 10.94vw;
    }
    #header.xnds .all_menu{
        display:none;
    }
    .xnds_sitemap{
        display:none;
    }
    body.no-scroll,html.no-scroll {
        overflow: inherit !important;
    }
    #header .navbar-collapse.collapse.in.mobile{
        padding:10px 2% 0;
        box-shadow: 0 10px 10px #b7b7b7;
    }
    #header.xnds .navbar-collapse.collapse.in.mobile ul,
    #header.xnds .navbar-collapse.collapse.in.mobile li{
        width:100%;
    }
    #header.xnds .navbar-collapse.collapse.in.mobile .xn-1depth-menu-wrap > a{
        width:100%;
        display:inline-block;
        border-bottom:1px solid #ccc;
        padding:10px 0;
    }
    #header.xnds .navbar-collapse.collapse.in.mobile .xn-1depth-menu-wrap > ul{
        background-color:#f2f2f2;
        border-radius:5px;
        margin-top:10px;
    }
    #header.xnds .navbar-collapse.collapse.in.mobile .xn-1depth-menu-wrap > ul > li{
        padding:8px 10px;
    }
    .xnds_search_box_form{
        margin: 0 auto 15.63vw auto;
    }
    .xnds_program{
        gap:0;
    }
    .xnds_program_wrap h2{
        margin-bottom: 4.69vw;
        font-size: 3.91vw;
    }
    .xnds_program a h3{
        font-size: 2.19vw;
    }
    .xnds_program a p {
        font-size: 1.48vw;
    }
    .xnds_program a p br{
        display:none;
    }
    .xnds_program a .pro_icon{
        width:12.11vw;
        height:12.11vw;
        background-size:cover;
        margin: 0 auto 3.13vw auto;
    }
    .xnds-courses-widget .xncw-top-container .xncw-title-wrap .xncw-title{
        font-size: 3.91vw;
    }
    .xnds-courses-widget .xn-widget-container {
        padding: 0 !important;
        margin-bottom: 8.33vw;
    }
    .xnds-courses-widget .xnbw-item-container{
        margin:0 !important;
    }
    .xnds-courses-widget .xncwi-container .xncwi-info-container{
        height: 180px;
    }
    .xnds-courses-widget .xncwi-container .xncwi-info-container .xncwi-title {
        font-size: 22px;
        height: 54px;
        margin: 20px 0;
    }
    .xnds-courses-widget .xncwi-container .xncwi-info-container .xncwi-author{
        margin: 0 0 40px 0;
    }
    .xnds-courses-widget .xncwi-container .xncwi-info-container .xncwi-studydate-wrap {
        padding: 1.56vw 1.34vw;
    }

    .xnds-courses-widget .xncwi-container .xncwi-status-label {
        top: calc(185px + 11.33vw);
    }

    .xnds-courses-widget .xncwi-container .xncwi-payment-label:before {
        top: 150px;
    }

    .xnds-courses-widget .xncwi-container .xncwi-payment-label:after,
    .xnds-courses-widget .xncwi-container .xncwi-certificate-wrap {
        top: 190px
    }

    .xnds-courses-widget .xncwi-container .xncwi-info-container .xncwi-date,
    .xnds-courses-widget .xncwi-container .xncwi-info-container .xncwi-recruitment-wrap .xncwi-date:lang(en) {
        letter-spacing: -1px;
    }

    .xnds-courses-widget .xncwi-container .xncwi-payment-label:after,
    .xnds-courses-widget .xncwi-container .xncwi-certificate-wrap .xncwi-certificate-icon {
        width: 25px;
        height: 25px;
        background-size: cover !important;
    }

    .xnds-courses-widget .xncwi-container .xncwi-payment-label:after {
        right: 30px;
    }
    .xnds-board-widget .xn-widget-container .xnbw-title{
        font-size: 3.91vw !important;
    }
    .xnds-board-widget .xn-widget-container .xnbw-post-list-title,
    .xnds-board-widget .xn-widget-container .xnbw-post-list-category{
        font-size: 18px !important;
    }
}
@media (max-width:1024px){
    .xnds_slogan .slo01{
        font-size: 4vw;
        letter-spacing: -3px;
    }
    .xnds_slogan .slo02{
        font-size: 2.5vw;
    }
    .xnds_slogan .tag{
        font-size: 1.8vw;
    }
    .xnds_slogan a{
        font-size: 1.6vw;
    }
    .xnds-courses-widget{
        margin-bottom:120px;
    }
    .xnds-courses-widget .xnbw-items-container {
        gap: 0;
        align-items: flex-start;
    }

    .xnds-courses-widget .xnbw-items-container .xnbw-item-container-wrap.course-wrap {
        width: 100% !important;
    }
    .xnds-courses-widget .xnbw-items-btn-wrap {
        position: absolute;
        width: 0;
        margin-top: -97px;
        right:0;
    }
    .xnds-courses-widget .xnbw-items-prev-btn {
        transform: translateX(-330%);
    }
    .xnds-courses-widget .xnbw-items-next-btn {
        transform: translateX(-210%);
        margin-right:0 !important;
    }
    .xnds-courses-widget .xnbw-items-next-btn i{
        background: url(xnds_cs_next_ico_m.png) no-repeat center !important;
    }
    .xnds-courses-widget .xnbw-items-prev-btn i{
        background: url(xnds_cs_prev_ico_m.png) no-repeat center !important;
    }
    .xnds-courses-widget .xncw-top-container .xncw-title-wrap {
        margin-bottom: 0;
    }

    .xnds-courses-widget .xncw-top-container {
       display:flex;
       align-items:flex-end;
       justify-content: space-between;
       margin-bottom: 47px;
    }

    .xnds-courses-widget .xncw-top-container .xncw-more {
        position: relative;
        width:50px;
        height:50px;
    }

    .xnds-courses-widget .xncw-top-container .xncw-more i {
        justify-content: center;
    }

    .xnds-courses-widget .xncwi-container .xncwi-info-container .xncwi-studydate-wrap .xncwi-status {
        display: block;
    }

    .xnds-courses-widget .xncwi-container .xncwi-info-container {
        height: 230px;
    }

    .xnds-courses-widget .xncwi-container .xncwi-status-label {
        top: calc(205px + 11.33vw);
    }
    .xnds_footer{
        padding:50px 0;
    }
    .xnds_footer > div{
        flex-direction: column;
    }
    .xnds_footer .ft_logo{
        width:100%;
        text-align:center;
    }
}
@media (max-width:980px){
    .xnds_slogan .slo02 br{
        display:none;
    }
    .xnds_search_box_form{
        width:70%;
    }
    .xnds_program{
        display:grid;
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: repeat(2, auto); 
    }
    .xnds_program a h3{
        font-size: 28px;
    }
    .xnds_program a p{
        font-size: 18px;
    }
    .xnds_program a .pro_icon{
        width:155px;
        height:155px;
    }
    .xnds_program_wrap h2{
        font-size: 42px;
    }
}
@media (max-width:768px){
    #header.xnds,
    #header.xnds .navbar-static-top,
    #header.xnds .navbar-static-top .container, 
    #header.xnds .navbar-static-top .container .navbar-header{
        height:100px;
    }
    #header.xnds .navbar-static-top .container .xn-main-menu-wrap .pull-right{
        gap:5px;
    }
    #header.xnds .navbar-light .navbar-toggler{
        position:relative;
        transform: inherit;
        width:inherit;
        height:inherit
    }
    #header.xnds .navbar-collapse.collapse.in.mobile{
        height:fit-content;
        width:100%;
        top:100px;
    }
    #header.xnds .xn-main-catalog-header-logo-image{
        height:54px;
    }
    #header.xnds .btn-login, #header.xnds .btn-join{
        padding:10px;
    }
    .xnds-widget-slider{
        height:130.91vw;
    }
    .xnds-widget-slider .xn-widget-slider-container .xnws-img{
        width:100%;
        height:72.92vw;
        margin-top:57.99vw;
        border-radius:3.91vw;
    }
    .xnds-widget-slider .carousel-control-next, .xnds-widget-slider .carousel-control-prev{
        width:12.11vw;
        height:12.11vw;
    }
    .xnds-widget-slider .carousel-control-prev::before{
        position:absolute;
        display:inline-block;
        content:'';
        background: url(xnds_round.svg) no-repeat;
        left:0;
        bottom:0;
        transform: scaleX(-1) translateX(100%);
    }
    .xnds-widget-slider .carousel-control-prev{
        background-color:#fff !important;
        border-radius: 3.91vw 0  0 0;
    }
    .xnds-widget-slider .carousel-control-next{
        border-radius: 0 3.91vw  0 0;
    }
    .xnds-widget-slider .carousel-control-next::before{
        display: none;
    }
    .xnds-widget-slider .carousel-control-prev::before,
    .xnds-widget-slider .carousel-control-next::after{
        width: 3.91vw;
        height: 3.91vw;
        background-size:cover;
    }
    .xnds-widget-slider .carousel-control-next::after{
        right:0;
        transform:translateX(100%);
    }
    .xnds-widget-slider .carousel-control-prev-icon, .xnds-widget-slider .carousel-control-next-icon{
        width:5.2vw;
        height:5.2vw;
        background-size:cover;
    }
    .xnds-widget-slider .carousel-caption{
        width:100%;
        top:10.42vw;/*80*/
    }
    .xnds_slogan{
        background-color:#fff;
    }
    .xnds_slogan .slo01{
        font-size:6vw;
        margin-bottom:1.3vw;
        letter-spacing: 0;
    }
    .xnds_slogan .slo02 br{
        display:none;
    }
    .xnds_slogan .slo02{
        font-size: 3.9vw;
        margin-bottom:2.6vw;
    }
    .xnds_slogan .tag{
        font-size: 3.39vw;
        margin-bottom:3.91vw;
    }
    .xnds_slogan a{
        border-radius:1.3vw;
    }
    .xnds_slogan a span{
        font-size: 3.39vw;
        padding: 1.3vw 2.6vw;
    }
    .xnds_slogan a i{
        width:3.91vw;
        height:7vw;
    }
    .xnds_slider_wrap .obj1{
        z-index:11;
    }
    .xnds_slider_wrap .obj2{
        top: 54vw;
    }
    .xnds_slider_wrap .obj2,
    .xnds_slider_wrap .obj4{
        z-index:12;
    }
    .xnds_slider_wrap .obj4{
        top: 51vw;
    }
    .xnds_search_box_form{
        width:100%;
    }
    .xnds_program_wrap h2{
        font-size: 34px;
    }
    .xnds_program a h3{
        font-size:24px;
    }
    .xnds_program a p{
        font-size: 16px;
    }
    .xnds_program a .pro_icon{
        width:20.18vw;
        height:20.18vw;
    }
    .xnds_search_box_form input,
    .xnds_search_box_form .btn_search{
        font-size: 16px;
    }
    .xnds-courses-widget .xncw-top-container .xncw-title-wrap .xncw-title{
        font-size: 34px;
    }
    .xnds-courses-widget .xnbw-items-container .xnbw-item-container-wrap.course-wrap {
        flex-direction: column;
    }

    .xnds-courses-widget .xnbw-item-container {
        width: 100%;
        margin-bottom: 2% !important;
        background: #F3F7FB !important;
    }

    .xnds-courses-widget .xncwi-container .xncwi-background {
        display: none;
        /* height: 46.88vw !important; */
        height: unset !important;
        aspect-ratio: 16 / 9;
    }

    .xnds-courses-widget .xncwi-container .xncwi-label-wrapper {
        height: inherit !important;
        aspect-ratio: inherit;
    }

    .xnds-courses-widget .xncwi-container .xncwi-info-container {
        height: 23vw;
    }

    .xnds-courses-widget .xncwi-container .xncwi-catalog-info-container .xncwi-catalog-wrap .xncwi-catalog-title {
        padding: 0 20px;
    }
    .xnds-courses-widget .xncw-top-container{
        margin-bottom:30px;
    }
    .xnds-courses-widget .xncw-top-container .xncw-more{
        width:35px;
        height:35px;
    }
    .xnds-courses-widget .xncw-top-container,
    .xnds-courses-widget .xnbw-items-container {
        padding: 0;
    }
    .xnds-courses-widget .xnbw-items-btn-wrap{
        margin-top:-65px;
        right:2px;
    }
    .xnds-courses-widget .xnbw-items-prev-btn i, .xnds-courses-widget .xnbw-items-next-btn i{
        width:35px !important;
        height:35px !important;
        background-size:cover !important;
    }
    .xnds-courses-widget .xncwi-container .xncwi-info-container .xncwi-studydate-wrap .xncwi-status {
        display: inline-block;
    }
    .xnds-courses-widget .xncwi-container .xncwi-status-label,
    .xnds-courses-widget .xncwi-container .xncwi-payment-label,
    .xnds-courses-widget .xncwi-container .xncwi-certificate-wrap span {
        font-size: 15px;
    }

    .xnds-courses-widget .xncwi-container .xncwi-payment-label:after,
    .xnds-courses-widget .xncwi-container .xncwi-certificate-wrap .xncwi-certificate-icon {
        width: 30px;
        height: 30px;
    }

    .xnds-courses-widget .xncwi-container .xncwi-payment-label:after,
    .xnds-courses-widget .xncwi-container .xncwi-certificate-wrap {
        top: 20px;
    }

    .xnds-courses-widget .xncwi-container .xncwi-payment-label:after {
        right: 60px;
    }

    .xnds-courses-widget .xncwi-container .xncwi-certificate-wrap {
        right: 20px;
    }

    .xnds-courses-widget .xncwi-container .xncwi-status-label .xnds-courses-widget .xncwi-container .xncwi-catalog-info-container.mooc {
        padding: 3.03vw 20px 0.76vw 20px;
    }

    .xnds-courses-widget .xncwi-container .xncwi-payment-label:hover:before,
    .xnds-courses-widget .xncwi-container .xncwi-certificate-wrap .xncwi-certificate-icon:hover:after {
        display: none;
    }

    .xnds-courses-widget .xncwi-container .xncwi-catalog-info-container .xncwi-catalog-wrap,
    .xnds-courses-widget .xncwi-container .xncwi-info-container .xncwi-author {
        font-size: 2.34vw;
    }

    .xnds-courses-widget .xncwi-container .xncwi-info-container .xncwi-title {
        margin: 3.5vw 20px;
        font-size: 3.39vw;
        height: 7.6vw;
        display: -webkit-box;
        overflow: hidden;
        -webkit-line-clamp: 2; 
        -webkit-box-orient: vertical;
        text-overflow: ellipsis;
        word-break: break-word; 
    }

    .xnds-courses-widget .xncwi-container .xncwi-info-container .xncwi-author {
        height:22px;
        margin: 0 20px 3.13vw 20px;
    }

    .xnds-courses-widget .xncwi-container .xncwi-info-container .xncwi-studydate-wrap {
        padding: 1.56vw 20px;
    }

    .xnds-courses-widget .xncwi-container .xncwi-info-container .xncwi-recruitment-wrap,
    .xnds-courses-widget .xncwi-container .xncwi-status-label {
        display: none;
    }
    .xnds_board_wrap{
        flex-direction: column;
        margin-bottom:130px;
    }
    .xnds-board-widget{
        width:100%;
    }
    .xnds-board-widget .xn-widget-container .xnbw-title{
        font-size:34px !important;
    }
    .xnds-board-widget .xn-widget-container .xnbw-more-tab{
        top:0 !important;
    }
    .xnds-board-widget .xn-widget-container .xnbw-more-tab-plus-icon,
    .xnds-courses-widget .xncw-top-container .xncw-more::after{
        width:35px !important;
        height:35px !important;
        background-size:cover !important;
    }
    .xnds-board-widget .xn-widget-container .xnbw-item-container{
        padding:15px 0 !important;
    }
    .xnds-board-widget .xn-widget-container .xnbw-post-list-title, 
    .xnds-board-widget .xn-widget-container .xnbw-post-list-category{
        font-size: 16px !important;
    }
    .xnds-board-widget .xn-widget-container .xnbw-post-list-created{
        width:80px !important;
        font-size: 14px !important;
    }
    .xnds_footer .ft_link{
        gap:10px;
        font-size: 14px;
    }
    .xnds_footer .ft_link .pt{
        background:none;
        font-weight:700;
        padding:0;
    }
    .xnds_scroll_top{
        width:45px;
        height:45px;
        right: 3%;
        bottom: 110%;
    }
}
@media (max-width:560px){
    #header.xnds .navbar-light .navbar-toggler{
        padding:0;
    }
    #header.xnds .xn-main-catalog-header-logo-wrap{
        margin: 0 0 0 40px;
    }
    #header.xnds .xn-main-catalog-header-logo-image{
        height:11vw;
    }
    #header.xnds .xn-change_language-select_box::before{
        display:none;
    }
    #header.xnds .btn-login, #header.xnds .btn-join{
        font-size: 13px;
        padding: 10px 5px;
    }
    #header.xnds .top_btn_search{
        display:none;
    }
    .xnds_program a{
        padding:10px;
    }
    .xnds_program a p{
        font-size: 15px;
        margin-bottom:20px;
        min-height:68px;
        line-height: 1.2;
    }
    .xnds_program a h3{
        font-size: 20px;
    }
    .xnds_program_wrap h2,
    .xnds-courses-widget .xncw-top-container .xncw-title-wrap .xncw-title{
        font-size: 30px;
    }
    .xnds-courses-widget .xncwi-container .xncwi-catalog-info-container .xncwi-catalog-wrap .xncwi-catalog-title,
    .xnds-courses-widget .xncwi-container .xncwi-info-container .xncwi-author{
        font-size: 14px;
    }
    .xnds-courses-widget .xncwi-container .xncwi-info-container{
        height:120px;
    }
    .xnds-courses-widget .xncwi-container .xncwi-info-container .xncwi-title{
        font-size: 18px;
        height:40px;
        margin:18px 20px;
    }
    .xnds-board-widget .xn-widget-container .xnbw-title {
        font-size: 30px !important;
    }
}
@media (max-width:360px){
    #header.xnds .navbar-static-top .container .xn-main-menu-wrap .pull-right{
        flex-wrap: wrap;
    }
    #header.xnds .xn-change_language-container{
        width:100%;
        justify-content: flex-end;
    }
    .xnds_footer .ft_link{
        flex-direction: column;
        gap:0;
    }
    .xnds_footer .fs_btn{
        width: auto;
        gap:10px;
    }
}