@charset "utf-8";
/**************************************************************/
/**************************************************************/
/****************************basic css*************************/
/**************************************************************/
/**************************************************************/

html, body { font-size: 14px; }
:root {
    /* Display */
    --txt-display1: 2.625rem; /* 36.75px (≈ 37px) */
    --txt-display2: 2.25rem;  /* 31.5px */
    --txt-display3: 1.75rem;  /* 24.5px */

    /* Title */
    --txt-title1: 1.625rem;   /* 22.75px */
    --txt-title2: 1.5rem;     /* 21px */
    --txt-title3: 1.375rem;   /* 19.25px */

    /* Heading */
    --txt-heading1: 1.25rem;  /* 17.5px */
    --txt-heading2: 1.125rem; /* 15.75px */

    /* Body */
    --txt-body1: 1.1rem;        /* 15.4px */
    --txt-body2: 1rem;    /* 14px */

    /* Label & Caption */
    --txt-label: 0.857rem;    /* 12px */
    --txt-caption: 0.785rem;  /* 11px */

    --pad-tb-xs: 0.625rem;/* 10px*/
    --pad-tb-sm: 1rem;/* 20px */
    --pad-tb-md: 1.25rem;/* 30px */
    --pad-tb-lg: 1.5rem;/* 40px */
    --pad-tb-xl: 2rem;/* 60px */
    --pad-tb-2xl: 5.625rem;/* 90px */

    --radius-all-xxs: 5px;
    --radius-all-xs: 0.5rem;/* 8px */
    --radius-all-sm: 0.875rem;/* 14px */
    --radius-all-md: 1.25rem;/* 20px */
    --radius-all-lg: 3.125rem;/* 50px */
    --radius-all-xl: 2.5rem;/* 60px */

    --radius-2-xs: 0 0.5rem 0 0.5rem;
    --radius-2-sm: 0 0.875rem 0 0.875rem;
    --radius-2-md: 0 1.875rem;
    --radius-2-md-re: 1.875rem 0;
    --radius-2-lg: 0 2rem;
    --radius-2-xl: 0 2.5rem 0 2.5rem;
    --radius-2-xl-re: 2.5rem 0 2.5rem 0;

    --radius-3-sm: 0.875rem 0.875rem 0 0.875rem;
    --radius-3-md: 1.875rem 1.875rem 0 1.875rem;
    --radius-3-lg: 2rem 2rem 0 2rem;
    --radius-3-xl: 2.5rem 2.5rem 0 2.5rem;
    --round_max: 999rem;

    --web-width: 1300px;
}

.clearfix::after {
    content: "";
    clear: both;
    display: table;
}
.pc_hidden {
    display: block !important;
}
.m_hidden {
    display: none !important;
}
.mt_50 {
    margin-top: 2rem !important;
}
.min_img {
    overflow-x: auto;
    overflow-y: hidden;
}
.wrap {
    /* position: relative; */
    /* overflow: hidden; */
}
.section_wrap section {width: 100%; padding: 0 20px;}
/**************************************************************/
/**************************************************************/
/**************************** header **************************/
/**************************************************************/
/**************************************************************/
/* -------------------------  header -------------------------*/
#header {
    /* position: absolute;
    top: 0; */
    z-index: 99999;
    width: 100%;
    transition: all 0.5s ease;
}
#header .logo {
    
}
#header .logo a img {
 
}

/* -----------------------  top_header ----------------------*/
.top_header {
    width: 100%;
    padding: 0 20px;
}
#header .top_header .wrap {
    width: 100%;
    height: 34px;
    line-height: 34px;
    padding-right: 0rem;
}
#header .top_header .wrap li {margin-left: 0.5rem;}
/* -----------------------  mid_header ----------------------*/
.mid_header {
    width: 100%;
    height: auto;
    flex-wrap: wrap;
    /* margin-bottom: 10px; */
    border-bottom: 1px solid #ddd;
}
/* -----------------------  bot_header ----------------------*/
.bot_header {width: 100%;}
/* ---------------------  header_search ---------------------*/
.header_search_wrap {
    margin: 0;
    margin-right: 10px;
    max-width: calc(100% - 200px);
    padding: 6px 8px;
}
/* -----------------------  header nav ----------------------*/
#header nav {
    display: none !important;
}
#header nav #gnb {
    width: 100%;
    height: 60px;
}
#header nav #gnb li {
    float: left;
    width: 150px;
    text-align: center;
    line-height: 96px;
    cursor: pointer;
}
#header nav #gnb li .nav_dep1 {
    color: #fff;
    font-size: 18px;
    font-weight: 400;
}
#header.active nav {
    display: block;
}
#header nav .depth_toggle {
    position: absolute;
    top: 97px;
    left: 0;
    width: 100%;
    transition: .5s height, .2s background;
    display: none;
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #ccc;
}
#header nav .depth_toggle.active {
    display: block;
    background: #fff;
}
#header nav .depth_toggle .wrapper {
    width: var(--web-width);
    /* margin: 0 auto; */
    /* margin-left: 352px; */
    margin: 0 auto;
    padding-left: 296px;
}
#header .open ul li a .material-icons-round, #header .open ul li a .material-icons-outlined {
    font-size: 30px;
    line-height: 60px;
}
#header .open{
    width: auto;
}

#header nav .depth_toggle .sub_nav {
    width: 150px;
    height: 200px;
    float: left;
    background: rgba(255, 255, 255, 0.5);
    border-right: 1px solid #ddd;
    padding: 20px 0;
    transition: .5s height, .2s background;
}
#header nav .depth_toggle .sub_nav li {
    height: 31px;
    line-height: 31px;
    /* padding-left: 12px; */
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
    text-align: center;
}
#header nav .depth_toggle .sub_nav li a {
    display: block;
    overflow: hidden;
    /*text-overflow: ellipsis;
	white-space: nowrap;*/
    font-size: 16px;
    letter-spacing: -0.6px;
}
#header nav .depth_toggle .sub_nav.on {
    background: #17357c;
    color: #fff;
    transition: .5s height, .2s background;
}
#header nav .depth_toggle .sub_nav.on li a {
    color: #f1f1f1;
}
#header nav .depth_toggle .sub_nav.on li a:hover {
    color: #fff !important;
    font-weight: 400;
}
#header.speedup {
    transition: all 0.1s ease !important;
}
#header nav .depth_toggle .sub_nav li.over {
    height: 58px;
    /* overflow: auto; */
    line-height: 18px;
    text-overflow: clip;
    white-space: pre-line;
}
#header nav .depth_toggle .sub_nav li.over a {
    overflow: visible;
    text-overflow: clip;
    white-space: initial;
}
#header nav .depth_toggle .sub_nav li.over_min {
    height: 48px;
    /* overflow: auto; */
    line-height: 21px;
    text-overflow: clip;
    white-space: pre-line;
}
#header nav .depth_toggle .sub_nav li.over_min a {
    overflow: visible;
    text-overflow: ellipsis;
    white-space: initial;
    word-break: break-word;
}
#header nav .depth_toggle .sub_nav.on .link:after {
    content: url(/images/common/ic_external_sm_on.svg);
    font-weight: 600;
    margin-left: 8px;
    font-size: 13px;
}

#header nav .depth_toggle .sub_nav .link:after {
    content: url(/images/common/ic_external_sm.svg);
    font-weight: 600;
    margin-left: 8px;
    font-size: 13px;
}
/* -----------------------  header language ----------------------*/
/* #header .open {
    margin-right: 20px;
} */

/* -----------------------  header hamburger ----------------------*/
#header .menu_area {
}
#header .menu_area ul {
    height: 60px;
}
#header .menu_area ul li {
    /* width: 60px; */
    height: 60px;
    line-height: 60px;
}
#header .menu_area ul li:last-child {
    width: 60px;
}
#header .menu_area ul li a {
    /* font-size: 14px; */
    line-height: 60px;
    background-size: 25px;
}
#header .menu_area ul li img {
    max-width: 100%;
    max-height: 100%;
    vertical-align: middle;
}
#header .menu_area ul li:last-child {
    height: 60px;
    line-height: 60px;
    background-image: url(../images/common/ic_ham_bg.png);
}
.lang .lang_list {margin-top: 10.4rem;}
#google_translate_element {
    /* margin-top: 0.875rem; */
}

.offcanvas {
    /* width: 540px; */
}
.offcanvas .menu_login .wrapper {
    /* width: 300px; */
}
.offcanvas .h_tabcontent {
    margin-top: 64px;
    font-size: 17px;
}
.offcanvas .h_tablinks {
    height: 64px;
    padding: 0 20px;
    /* line-height: 64px; */
}
.offcanvas .menu_login {
    height: 64px;
    /* line-height: 64px; */
}
.offcanvas .h_tabcontent .sub_nav > li > a {
    /* height: 64px; */
    /* line-height: 64px; */
}
.offcanvas .h_tabcontent .depth3 {
    padding: 20px 32px;
}
.offcanvas .tab {
    padding-top: 64px;
}
.offcanvas .h_tabcontent .menu2_link.active:after {
    top: 36px;
}

.offcanvas .h_tabcontent .menu2_link:after {
    top: 28px;
}

/**************************************************************/
/**************************************************************/
/***************************** main ***************************/
/**************************************************************/
/**************************************************************/
/* -------------------------  bxslider ------------------------*/


.bx-has-pager {
    width: 100%;
}
.bx-wrapper .bx-pager {
    bottom: 24px !important;
    right: 15px;
}
.bx-wrapper .bx-pager.bx-default-pager a {
    width: 10px !important;
    height: 10px !important;
}
.bx-wrapper .bx-pager.bx-default-pager a.active {
    width: 10px !important;
}
#fp-nav.fp-right {display: none;}
/* -----------------------  main_visual ----------------------*/
.main_copy {
    width: calc(100% - 4rem);
}
.main_copy p {
    font-size: 1.5rem;
}
.main_copy h2 {
    font-size: 2.75rem;
    line-height: 3rem;
    letter-spacing: normal;
}
.main_copy h3 {
    font-size: 1.25rem;
    line-height: 2rem;
    letter-spacing: normal;
}

.bx-wrapper .bx-pager {
    bottom: 24px !important;
}
.bx-wrapper .bx-pager.bx-default-pager a {
    width: 16px !important;
    height: 16px !important;
}
.bx-wrapper .bx-pager.bx-default-pager a.active {
    width: 30px !important;
}
#main .visual .visual_wrap {top: 36%;}
#main .visual .caption {
    padding: 0 60px;
    width: 100%;
}
#main .visual .caption h4 {
    font-size: var(--txt-title2);
}
#main .visual .caption h5 {
    font-size: var(--txt-body1);
    margin-bottom: 60px;
}
#main .visual .caption h5:after {
    bottom: -50px;
    height: 40px;
}
#main .visual .caption a img {width: 60px;}
.scroll {
    width: 40px;
    height: 47px;
}
#main .visual::before {
    font-size: 6rem;
    left: -125px;
    letter-spacing: 0px;
}
#main .visual::after {
    font-size: 6rem;
    left: 20px;
    letter-spacing: 0px;
}
/**************************************************************/
/**************************************************************/
/***************************** sub ****************************/
/**************************************************************/
/**************************************************************/
/* ------------------------  sub_visual ----------------------*/
.sub_visual {
    width: 100%;
    /*margin-top: 71px;*/
    height: 280px;
    /* border-radius: 1.5em; */
    /* padding: 110px 20px; */
}
.sub_visual:after {
    bottom: 54px;
    left: 1rem;
    font-size: 2.35rem;
    transform: translate(0, 0);
    /* width: 100%; */
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
}
.sub_visual.no_visual {margin-top: 60px;}
.sub_visual .tit {
    width: 100%;
    height: 45px;
}
.sub_visual > div {
    background-size: cover;
    background-position-x: center;
}
.sub_visual h1 {
    /* line-height: 300px; */
    width: 100%;
    font-size: 2.5rem;
    margin: 0rem auto 0.5rem;
}

/* ----------------------  sub_container ---------------------*/
.sub_container {
    min-height: auto;
    margin-top: 20px;
}
.sub_container>.wrapper {width: 100%;}


/**************************************************************/
/**************************************************************/
/*************************path_container***********************/
/**************************************************************/
/**************************************************************/
/* ----------------------- 일반형태 path ---------------------*/
.path_container {
    width: calc(100% - 40px);
}
.path_container.on {
    top: 64px;
}
.path_container .path {
    height: 48px;
    line-height: 48px;
}
.path_container .caption {
    text-align: center;
    /* padding-top: 240px; */
    font-size: 32px;
    /* color: #fff; */
    /* letter-spacing: -2px; */
    line-height: 320px;
}
.path .home {
    width: 40px;
    height: 40px;
    padding: 0 16px;
}
.path .home img {
    padding: 14px 0;
}

.path .depth_btn {
    padding: 0 10px;
    min-width: 240px;
    /* line-height: 48px;
    font-size: 14px;
    width: 100%;
    min-width: 180px;
    padding: 0 15px; */
}
.path .depth_btn span {
    right: 10px;
    top: 12px;
}
.path .depth_btn i {
    top: 14px;
}
.path .depth_btn:before {
    /* height: 48px; */
}
.path [class^="depth"]:not(.depth1) > .depth_btn::before{
    top: 14px;
    height: 20px;
}
.path [class^="depth"] ul {
    top: 56px;
}
.path_container .path .sub_tab ul {
    overflow: hidden;
}
.path_container .path .sub_tab ul li {
    /* float: left; */
    /* text-align: center; */
    height: 50px;
    line-height: 50px;
    /* background: #fff; */
    border-left: 1px solid #ddd;
    font-size: 15px;
    /* font-weight: 300; */
}
.path_container .path .sub_tab ul li a {
    display: block;
    width: 100%;
    height: 100%;
    font-weight: 400;
}
.path_container .path .sub_tab ul li.on a {
    color: #fff;
    font-weight: 500;
}
.path .home .material-icons {font-size: 1.25rem;}
.path [class^="depth"] ul li {
    padding: 0 18px;
    height: 48px;

}
.path::after {
    width: 56px;
    height: 56px;
    background: #e17549;
    margin: -8px;
}

/* ------------------------- 탭형태 path ---------------------*/
.path_tab {width: 100%;}

/**************************************************************/
/**************************************************************/
/**************************** footer **************************/
/**************************************************************/

.footer {
    width: 100%;
    padding: 2rem;
}

.footer .wrapper .top .top-inner{
    padding-bottom: 3rem;
}
.footer .wrapper .logo {
   width: 76px;
}
.footer .wrapper .logo img {
    width: 100%;
}



/**************************************************************/
/**************************************************************/
/************************** search pop ************************/
/**************************************************************/

#search_pop {width: 95%;height: 400px; top: 80px;}
#search_pop .wrapper { padding: 20px; }



/**************************************************************/
/**************************************************************/
/************************** max & title ***********************/
/**************************************************************/
.sub_container .wrapper .max, .no_visual .sub_container .wrapper .max, .no_visual .sub_container .wrapper .max {
    padding: 2rem 20px 4rem;
    min-height: auto;
}
.sub_container .wrapper .max_wrap_nm {
    margin-top: -50px;
}
section .tit {
    margin-top: 30px;
    margin-bottom: 20px;
}
.page_tit {margin: 0rem auto 2rem;}
.page_tit h4 {
    padding-bottom: 2rem;
}
.page_tit h4:before {
    height: 30px;
}

.cont_tit_m {
    margin: 2rem 0 1rem;
}
.contents .tit h4 {
    margin-top: 20px;
    margin-bottom: 16px;
}
.contents .tit h5 {
    font-size: 1.25rem;
    margin-top: 20px;
    margin-bottom: 16px;
}
.contents .subtit h5 {
    font-size: 1rem;
    margin-bottom: 20px;
}
.max .tit .viewmore {
    width: 100%;
    text-align: right;
    margin-top: 0;
}
.cont_tit_m h5.bullet::before, .cont_tit_nm h5.bullet::before {
    height: 20px;
    top: 2px;
}
/**************************************************************/
/**************************************************************/
/************************ sub 서브페이지 **********************/
/**************************************************************/
/**************************************************************/

.sub_tit h3::before{
    top: 5px;
}

/* 오시는 길 */
.root_daum_roughmap {
    width: 100% !important;
}
.address {
    margin-top: 1rem;
}

    /* 탑버튼 */
    .btn_move_top{
        width: 40px;
        height: 40px;
        line-height: 40px;
        bottom: 0;
        right: 20px;
    }

.asan_wrap .head_area .asan_txt{
    max-width: none;
    width: 80%;
}
.rise_section .goal_circle_wrap .bg{
    height: 180px;
    min-width: 580px;
}
.rise_section .goal_circle_wrap .goal_circle_group{
    gap: 62px;
    margin-top: 42px;
}
.greeting_wrap .greeting_top .greeting_img{
    height: 300px;
}
.rise_section .goal_circle_wrap .goal_circle .inner{
    width: 150px;
    height: 150px;
}
.rise_section .goal_circle_wrap .goal_circle p{
    width: 150px;
}
.org-wrap .org-cont .org-sec-2{
    padding-top: 360px;
}
.rise_section .rise_stat_wrap .stat_box_wrap .stat_box .stat_group:first-child{
  padding-right: 8px;
}
.rise_section .rise_stat_wrap .stat_box_wrap .stat_box .stat_group:last-child{
  padding-left: 8px;
}
.greeting_wrap{
    margin-bottom: 0;
}
.greeting_bg{
    background-image: none;
}
.greeting_wrap .greeting_top .greeting_tit::after{
    top: calc(50% - 52px);
    width: 110px;
    height: 110px;
}


/*----------------------------------------1200--------------------------------*/

@media screen and (max-width:1200px) {
.benefit_wrap{
    grid-template-columns: repeat(2, 1fr);
}
  
}
/*----------------------------------------1124--------------------------------*/

@media screen and (max-width:1124px) {
.about_bg{
    height: 55%;
}
.about_wrap{
    gap: 2rem;
}
}

/*----------------------------------------1024--------------------------------*/

@media screen and (max-width:1024px) {
    /**************************** basic setting ***************************/
    
    /***************************** main visual ****************************/
    .main_slider li>.wrap .txt {width: 50%; margin-left: 20px;}


    /*---------------------------------sub-----------------------------------------*/
    .footer .wrapper .top .top-inner{
        padding-bottom: 0;
    }
    .footer .wrapper .bottom{
        flex-direction: column;
        gap: 1.5rem;
    }
    .footer::before{
        top: 23%;
    }
    .location_wrap .ci-head {
        grid-template-columns: 1fr;
        gap: 14px;
    }
    .location_wrap .ci-head .ci-head__left::after{
        content: none;
    }

    .location_wrap .ci-cards{
        grid-template-columns: repeat(1, 1fr);
    }
    .mypage_list .list{
        width: 100%;
    }
    .tb_scroll{
        overflow-x: auto;
    }
    .tb_scroll table {
        min-width: 640px;
    }
}



/*----------------------------------------980--------------------------------*/
@media screen and (max-width:980px) {
    /***************************** 탭형태 path **************************/
    .path_tab .tab_link_wrap {overflow: hidden !important;}
    .path_tab .tab_link_wrap .tablinks {font-size: 1rem; padding: 10px 0;}
    .login_two {
        display: inherit;
    }


    .faculty_wrap .faculty_card{
        min-width: auto;
        flex-direction: column;
        gap: 1rem;
    }
    .faculty_info{
        margin-left: 0;
        width: 100%;
    }
    .benefits_wrap .circles-wrap{
        aspect-ratio: auto;
        height: 320px;
    }
    .benefits_wrap .circles-wrap .circle-item{
        width: 180px;
        height: 180px;
    }
    .benefits_wrap .circles-wrap .circle-item:nth-child(1){
        left: 64%;
        top: 140px;
    }
    .benefits_wrap .circles-wrap .circle-item.right{
        left: 36%;
        top: 140px;
    }
    .asan_wrap .head_area .asan_txt{
        flex-direction: column;
    }
    .asan_wrap .head_area .asan_txt .left{
        padding-top: 2.5rem;
    }
    .asan_wrap .head_area{
        margin-bottom: 11rem;
    }
    .department_wrap.recruit{
        grid-template-columns: repeat(2, 1fr);
        gap: 1rem;
    } 
    .about_wrap{
        flex-direction: column;
        padding: 0;
    }
    .about_bg{
        display: none;
    }
    .about_wrap .txt_box{
        padding-top: 0;
    }
}


/*--------------------------------------860----------------------------------*/
@media screen and (max-width:860px) {
    #main .visual, #main .visual .main_visual, #main .main_visual .bx-wrapper .bx-viewport, .main_slider li {
        width: 100%;
    }

    /******************************* login ******************************/
    .login_footer .remember_id {width: 100%;}
    
    /***************************** 탭형태 path **************************/
    .path_tab .tab_link_wrap {padding: 0;}

     .path{
        height: auto;
    }
    .path_container{
        /* width: 100%; */
        border-radius: 0;
    }
    .path .depth1,
    .path .depth2 {
        width: calc(50% - 24px);    
    }
    .path .depth_btn{
        padding: 0 10px;
       min-width: auto;
    }
    

    /**************************** modal popup ***************************/
    .modal_conts .tb {
        /* max-width: inherit; */
        /* min-width: inherit; */
    }
    .modal_bg {
        width: 100%;
        height: 400px;
    }
    .modal_conts {
        width: 90%;
        max-height: 450px;
        min-width: auto;
        left: 5% !important;
    }
    .modal_conts .modal_tit img {margin-top: 0px;}
    #header .open .login, #header .open .join { margin-left: 1rem; }
    .lang {margin-left: 1rem;}


    /**************************************************************/
    /**************************************************************/
    /************************ sub 서브페이지 **********************/
    /**************************************************************/
    /**************************************************************/


    .waiting_sub::before {
        width: 300px;
        height: 300px;
    }
    .waiting_sub {
        height: 300px;
    }
    .waiting_sub img {
        max-width: 100px;
    }



    .notice .cont .tit{
        max-height: 100%;
        /* flex-direction: column;
        align-items: flex-start; */
    }
    .notice .cont a > div .tit.wide{
        gap: 6px;
    }
    .notice .cont a > div .info.wide{
        padding-left: 0;
    }
    .data_top .left{
        width: 100%;
    }

    .content-view .top_cont{
        flex-direction: column;
    }
    .content-view .top_cont .imgbox{
        aspect-ratio: 3/2;
    }
    .content-view .box_gallery li{
        width: 100%;
    }

 

    .cards_wrap{
        flex-direction: column;
    }
    .cards_wrap .card{
        padding: 1.5rem;
    }
    
    .status_wrap{
        grid-template-columns: repeat(3, 1fr);
        gap: 12px;
    }
    .campus_detail_grid{
        grid-template-columns: repeat(3, 1fr);
    }
   .org-wrap .org-cont .org-sec-2{
        padding-top: 520px;
        gap: 5rem;
   }
   .org-wrap .org-cont .org-sec-2 .org-rise-tit{
        position: absolute;
   }
   .org-cont .org-sec-3{
        padding-top: 50px;
   }
   .org-wrap .org-cont .org-sec-3 .org-sec-3-wrap{
        flex-direction: column;
   }
   .org-wrap .org-cont .org-sec-3 .org-sec-3-wrap .box:before{
        content: none;
   }
   .org-cont .org-sec-3::before{
        content: none;
   }
   .department_wrap .dept_head{
        flex-direction: column;
        margin-bottom: 3rem;
   }
   .department_wrap .dept_head .dept_desc strong{
    margin-bottom: 0;
   }
   .department_wrap .dept_img{
    height: 230px;
   }
   .rise_section .rise_stat_wrap .stat_box_wrap .stat_box{
    flex-direction: column;
    gap: 12px;
   }
   .rise_section .rise_stat_wrap .stat_box_wrap .stat_box .stat_group{
    width: 80%;
   }
   .rise_section .rise_stat_wrap .stat_box_wrap .stat_box .stat_group:first-child{
    border-right: 0;
    border-bottom: 1px dashed var(--cgray-300);
    padding-right: 0;
    padding-bottom: 12px;
   }
    .rise_section .rise_stat_wrap .stat_box_wrap .stat_box .stat_group:last-child{
        padding-left: 0;
    }
    .rise_section .rise_core_wrap .core_box_wrap{
        flex-direction: column;
        gap: 1rem;
    }
    .rise_section .rise_core_wrap .core_box_wrap .core_box.arrow::after,
    .rise_section .rise_core_wrap .core_box_wrap .core_box.arrow::before{
        content: none;
    }
    .rise_section .rise_core_wrap .core_box_wrap .core_box{
        border-radius: 8px;
        border-right: 1px solid var(--cgray-200);
        padding: 24px;
    }
    .benefits_wrap .circles-wrap{
        height: auto;
        gap: 1rem;
        flex-direction: column;
        width: 100%;
    }
    .benefits_wrap .circles-wrap .circle-item{
        position: relative;
        left: 0 !important;
        top: 0 !important;
        transform: none !important;
        width: 100%;
        height: auto;
        gap: 8px;
        padding: 1.5rem;
        border-radius: 8px;
        background-color: var(--cgray-50);
    }
    .benefits_wrap .circles-wrap .circle-item .circle {
        background: #fff;
        border: 1px solid var(--cgray-200);
        width: 150px;
        height: 150px;
        border-radius: 50%;
        align-content: center;
    }
    .benefits_wrap .circles-wrap .circle-item .desc{
        position: relative;
        left: 0 !important;
        right: 0 !important;
        top: 0 !important;
        text-align: center !important;
        width: auto;
        padding: 0 2rem;
        transform: none;
        text-wrap-style: balance;
    }
    .benefits_wrap .circles-wrap .circle-item .circle .tit-box{
        margin-top: 8px;
    }
    .greeting_wrap{
        margin-bottom: 1rem;
    }
    .greeting_bg{
        bottom: 0;
    }
    
}




/*----------------------------------------640--------------------------------*/

@media screen and (max-width:640px) {
    /**************************** basic **************************/
    #header .logo {
        width: auto;
    } 
    #header .logo a{
        width: 100px;
    }
    #header .menu_area ul li:last-child {
        margin-left: 0px;
    }
    #header .menu_area ul {
        gap: 10px;
    }
    .search_top {
        padding: 1rem;
    }
    .sub_container>.wrapper{
        padding-top: 0;
    }
   
	input[type="text"], input[type="password"], select { font-size:0.875rem; width: 100%;}
	input[type="file"] { font-size: 0.875rem; }
    .float-block.select-block .selectbox{width: 100%;}
	textarea { font-size:0.875rem; }
    .form-inline .i_sup_hf {width:100%;}
    .form-inline .i_sup_md { display: block;}
    .btn_etc {margin-top: 5px;}

    a.btn_write {
        margin-bottom: 10px;
    }
    .cont_tit_m {/*margin-top: 2.5rem;*/}
    .cont_subtit h6 {font-size: 1.325rem;}
    
    .sub_visual{
        height: 200px;
        padding: 80px 0;
    }
    .sub_visual h1{
        font-size: 1.75rem;
        margin: 0rem auto 1.5rem;
    }
    .sub_visual .tit{
        height: 110px;
    }
    .page_tit h4{
        padding-bottom: 0;
    }
    /**************************** main ***************************/
    .main_copy p {font-size: 1.25rem;}

    .sec_board .notice_top, .sec_gallery .gallery_top {flex-wrap: wrap;}
    .sec_board .notice_top .box, .sec_gallery .gallery_top .box {width: 100%;}
    .sec_board .notice_top .box .tit h4 {min-height: auto;}
    .sec_gallery .gallery_bottom .btn_ic_wrap .btn_ic, .sec5 .donate_bottom .btn_ic_wrap .btn_ic {width: 100%;}

    /*************************** header **************************/
    .header_search_wrap {
        padding: 6px;
        width: 100%;
        max-width: 100%;
        margin: 14px;
        margin-top: 0;
    }

    #header .open {
        /* margin-right: 10px; */
    }
    /*********************** 일반형태 path **********************/
    .path .depth_btn {
         line-height: 16px;
        width: 100%;
        padding: 0 12px;
        height: 16px;
        text-overflow: ellipsis;
        overflow: hidden;
        min-width: fit-content;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
    }
    .path .depth_btn:before{
        left: -5px;
        top: 5px;
    }
    .path .home {
        width: 36px;
        height: 36px;
        line-height: 36px;
    }
    .path .home img {
        padding: 18px 0;
    }
    .path .depth_btn span {
        top: -5px;
    }
    .path [class^="depth"]:not(.depth1) > .depth_btn::before{
        top: -3px;
    }
    .path_inside{
        justify-content: flex-start;
        align-items: center;
        width: 100%;
        height: 48px;
        border-radius: 0;
    }
    .path .home::before{
        font-size: 1.5rem;
    }
    .path_inside > div {
        width: calc((100% - 48px) / 2);
    }
    .path_container{
        width: 100%;
    }
    .path_container .path {
        
    }
    .path .depth1,
    .path .depth2 {
        width: calc((100% / 2) - 25px);
    }
	.path .depth3 {
	    border-top: 1px solid #ddd;
	    width: 100%;
        border-left: none;
        /* display: none; */
	}
    .path [class^="depth"] ul{
        top: 30px;
    }
    .path [class^="depth"] ul{
        min-width: auto;
    }

    /************************* 탭형태 path ************************/
    .path_tab .tab_link_wrap .tab_link-tab .tab .txt_sm {
        width: 100%;
        line-height: 1rem;
    }

    /************************** offcanvas *************************/
    .offcanvas .btn_close {
        width: 25px;
        height: 25px;
    }
    .offcanvas .btn_close:before, .offcanvas .btn_close:after {
        width: 25px;
    }
    .offcanvas {
        width: 100%;
        margin-right: -100%;
    }
    .offcanvas .tab {
        width: 120px;
        /* padding-top: 54px; */
    }
    .offcanvas .right_p {
        top: 12px;
    }
    .offcanvas .tab .fixed_wrapper {
        width: 120px;
    }
    .offcanvas .h_tablinks {
        /* height: 54px;
        line-height: 54px; */
        /* font-size: 14px; */
        padding: 0 12px;
    }
    .offcanvas .menu_wrapper {
        width: calc(100% - 120px);
    }
    .offcanvas .menu_login .wrapper {
        width: 100%;
    }
    .offcanvas .menu_login {
        width: calc(100% - 120px);
        /* height: 54px;
        line-height: 54px; */
        font-size: 15px;
        padding: 0 10px;
    }
    .offcanvas .h_tabcontent {
        /* margin-top: 54px; */
    }
    .offcanvas .h_tabcontent .sub_nav > li > a {
        /* height: 54px;
        line-height: 54px; */
        font-size: 15px;
        /* padding: 0 20px;
        width: 100%;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: pre; */
    }
    .offcanvas .h_tabcontent .menu2_link:after {
        top: 24px;
        right: 12px;
    }
    .offcanvas .h_tabcontent .menu2_link.active:after {
        top: 30px;
        right: 12px;
    }
    .offcanvas .h_tabcontent .depth3 {
        padding: 18px;
    }
    .offcanvas .h_tabcontent .depth3 .menu3 {
        font-size: 14px;
        line-height: 24px;
    }
    #header .menu_area ul li a.btn_ham_menu {
        background-size: 20px;
    }
    .sub_container{
        margin-top: 0;
    }
    /***************************** footer ******************************/

    .footer .wrapper .link span{
        margin: 0;
    }

    /***************************** 서브 ******************************/
   
    .sub_tit{
     
    }
    .detail_box{
        padding: 1rem;
    }
    .cards_wrap .card .card_icon{
        width: 32px;
        height: 32px;
    }
    .cards_wrap .card .card_icon::before{
        width: 18px;
        height: 18px;
    }
    .asan_wrap .head_area{
        margin-bottom: 2rem;
    }
    .asan_wrap .head_area .asan_txt{
        position: inherit;
        width: 100%;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
        padding: 3rem 1.5rem 1.5rem;
    }

    .asan_wrap .head_area .asan_img{
        border-top-left-radius: 8px;
        border-top-right-radius: 8px;
        overflow: hidden;
        height: 160px;
    }

    .status_wrap{
        grid-template-columns: repeat(2, 1fr);
    }
    .status_guide{
        justify-content: space-evenly;
    }
    .campus_wrap .campus_img{
        overflow-x: scroll;
    }
     .rise_section .rise_header{
        height: 84px;
    }
    .rise_section .rise_header img{
        width: 100px;
        margin-top: 16px;
    }

    .rise_section .goal_sub{
        text-wrap-style: balance;
    }

    .rise_section .goal_circle_wrap .bg{
       height: 144px;
    }
    .rise_section .goal_circle_wrap .goal_circle .inner{
        width: 130px;
        height: 130px;
    }
    .rise_section .goal_circle_wrap .goal_circle_group{
        gap: 38px;
        margin-top: 35px;
    }
    .rise_section .goal_circle_wrap .goal_circle p{
        width: 130px;
    }
    .greeting_wrap .greeting_top .greeting_img{
        height: 200px;
        border-top-left-radius: 12px;
        border-top-right-radius: 12px;
        overflow: hidden;
    }
    .greeting_wrap .greeting_top .greeting_tit{
        position: inherit;
        right: 0;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
        padding: 3rem 2rem 2.5rem;
    }
    .greeting_wrap .greeting_top .greeting_tit::before{
        width: 8px;
        height: 32px;
        left: 2rem;
    }
    .greeting_wrap .greeting_top .greeting_tit::after{
        width: 90px;
        height: 90px;
        top: calc(50% - 43px);
    }
    .greeting_wrap .greeting_top .greeting_img{
        padding: 0;
    }
    .greeting_wrap .greeting_top .greeting_img img{
        object-position: left;
    }
    .greeting_wrap .greeting_top::before{
        content: none;
    }
    .greeting_wrap .greeting_top{
        margin-bottom: 2rem;
    }
    .join_tab.recruit{
        justify-content: flex-start;
        row-gap: 2rem;
    }
    .join_tab.recruit li{
        width: calc(100% / 3);
        padding: 0;
    }
    .join_tab.recruit:before{
        width: 70%;
        top: 10%;
    }
    .join_tab.recruit:after{
        content: '';
        width: 35%;
        height: 1px;
        background-color: var(--cgray-200);
        position: absolute;
        top: 65%;
        left: 35%;
        transform: translateX(-50%);
        z-index: 1;
    }

    .benefit_wrap{
        grid-template-columns: repeat(1, 1fr);
        gap: 1rem;
    }
    .benefit_wrap .benefit_box .benefit_ic{
        width: 50px;
    }
    .benefit_wrap .benefit_box .benefit_ic img{
        scale: 0.8;
    }
}


/*----------------------------------------580--------------------------------*/

@media screen and (max-width:580px) {
    
    .btn_etc{
        font-size: 14px;
        height: 36px;
        padding: 0.25rem 0.8rem;
    }
    .department_wrap a.btn_etc span{
        width: 36px;
        height: 36px;
        margin-left: 6px;
    }
    .sub_visual:after {
        bottom: 54px;
        font-size: 1.5rem;
    }
    .footer .wrapper{
        display: flex;
        flex-direction: column-reverse;
    }
    .footer .wrapper .bottom{
        padding: 0 0 2rem 0;
    }
    .footer .wrapper .bottom .footer-info .campus{
        flex-direction: column;
        gap: 4px;
    }  
    .footer::before{
        top: 75%;
    }
    .footer .wrapper .top .top-inner{
        flex-direction: column;
        padding-top: 1rem;
        gap: 1rem;
        align-items: flex-start;
    }
    .footer .wrapper .top .top-inner .top-links{
        gap: 1rem;
    }
    
    .faculty_wrap .faculty_card{
        width: 100%;
    }
    .faculty_view_wrap .top_area{
        flex-direction: column;
    }
    .faculty_view_wrap .top_area .faculty_img{
        max-width: 150px;
        margin: 0 auto;
    }

    .campus_detail_grid{
        grid-template-columns: repeat(2, 1fr);
    }
    .rise_section .rise_vision{
        padding: 1.5rem;
    }
    .rise_section .goal_circle_wrap{
        padding: 2rem ;
    }
    .rise_section .rise_vision h2 span{
        display: block;
        margin-right: 0;
        margin-bottom: 4px;
    }
    .rise_section .goal_sub{
        width: 230px;
    }
    .rise_section .goal_sub::before,
    .rise_section .goal_sub::after{
        position: absolute;
        top: 6px;
    }
    .rise_section .goal_sub::before{
        left: -13%;
        margin-left: 0;
    }
    .rise_section .goal_sub::after{
        margin-right: 0;
        right: -13%;
    }
    .rise_section .goal_circle_wrap .bg{
       background: none;
    }
    .rise_section .goal_circle_wrap .goal_circle_group{
        flex-direction: column;
         gap: 1rem;
        margin-top: 23px;
        width: 100%;
    }
    .rise_section .goal_circle_wrap .goal_circle .inner{
        width: auto;
        height: auto;
    }
    .rise_section .goal_circle_wrap .goal_circle .inner img{
        width: 32px;
        margin-top: 0;
    }
    .rise_section .goal_circle_wrap .goal_circle{
        flex-direction: row;
        gap: 24px;
        background-color: #fff;
        padding: 1.5rem;
        border-radius: 8px;
        justify-content: center;
    }
    .rise_section .goal_circle_wrap .goal_circle p{
        text-align: left;
        width: 132px;
    }
    .rise_section .rise_stat_wrap .stat_box_wrap{
        flex-direction: column;
    }

    .org-wrap .org-cont .org-sec-1{
        flex-direction: column;
        position: relative;
    }
    .org-wrap .org-cont .org-sec-1 .org-left,
    .org-wrap .org-cont .org-sec-1 .org-right{
        width: 100%;
        justify-items: center;
        justify-content: center;
        justify-self: center;
    }
    .org-wrap .org-cont .org-sec-1 .org-left::before,
    .org-wrap .org-cont .org-sec-1 .org-right::before,
    .org-wrap .org-cont .org-sec-2 .org-left::before{
        content: none;
    }
    .org-wrap .org-cont .org-sec-2{
        padding-top: 80px;
        gap: 2rem;
        align-items: center;
        flex-direction: column;
    }
    .org-wrap .org-cont .org-sec-2 .org-left{
        margin-top: 100px;
    }
    .org-wrap .org-cont .org-sec-2 .org-right{
        margin-top: 0;
    }
    .org-wrap .org-cont::before{
        content:'';
        width: 1px;
        height: 50px;
        background: var(--cgray-200);
        position: absolute;
    }
    .org-wrap .org-cont .org-sec-1 .org-box{
        margin: 0 auto;
    }
    .org-wrap .org-cont .org-sec-2 .org-rise-tit{
        position: absolute;
        left: calc(50% - 100px);
        top: 80px;
    }
    .org-wrap .org-cont .org-sec-2::before{
        height: 92%;
    }
}
	


/*----------------------------------------480--------------------------------*/

@media screen and (max-width:480px) {
    /*************************** basic ***************************/
    table th {
        font-size: 1rem;
    }
    .txt_ex {
        display: block;
    }
    .flex_res {
        display: flex;
    }
    .flex_res .btn_modify, .flex_res .btn_delete, .flex_res .btn_back {
        float: inherit;
        width: 32%;
        margin-right: 2%;
    }
    .flex_res .btn_back {
        margin-right: 0;
    }
    .btn_ic_wrap {gap: 0.5rem;}
    .waiting_sub {width: 300px; height: 300px;}
    .waiting_sub::before {width: 300px;height: 300px;}
    .waiting_sub p {font-size: 1rem;}
    .waiting_sub.no_data {
        width: 100%;
        height: auto;
    }
    .waiting_sub.no_data p {font-size: 1rem; margin-bottom: 0;}

    /**************************** main ***************************/
    .main_copy p {font-size: 1.125rem;}

    
    /*************************** header **************************/


    /************************  sub_visual ************************/

    /*************************** footer **************************/

    
    /************************ main visual ************************/
    .main_slider li>.wrap {
        flex-wrap: wrap;
    }
    .main_slider li>.wrap .txt {
        width: 100%;
    }

 /************************ sub ************************/
    .status_wrap{
        grid-template-columns: repeat(1, 1fr);
    }
    .status_guide{
        gap: 12px;
        justify-content: flex-end;
        flex-wrap: wrap;
    }
    .greeting_wrap .greeting_top .greeting_img{
        height: 150px;
    }
    .department_wrap .dept_img{
        height: 180px;
    }
    .location_wrap .ci-head .ci-head__right .ci-tel span{
        display: block;
    }
    .location_wrap .ci-head .ci-head__right .ci-tel .divider {
        margin-left: 0;
        margin-top: 8px;
    }
    .join_tab li{
        width: calc((100% - 0rem) /2);
        margin-bottom: 1rem;
    }
    .join_tab:before{
        top: 10%;
        width: 50%;
    }
    .join_tab:after {
        content: '';
        display: block;
        width: 55%;
        height: 1px;
        background-color: #FAEDEE;
        position: absolute;
        top: 60%;
        left: 50%;
        transform: translateX(-50%);
        z-index: 1;
    }

    .department_wrap.recruit{
        grid-template-columns: repeat(1, 1fr);
    }
    .inquiry_box{
        padding: 1rem;
    }
    .inquiry_box .tit, .inquiry_box .tel{
        width: 100%;
    }
    .inquiry_box .tit{
        margin: 0 0 4px;
    }
    .inquiry_box .tel{
        text-align: left;
    }
    .benefit_wrap .benefit_box .benefit_txt{
        flex-direction: column;
        gap: 4px;
        align-items: flex-start;
    }
    .join_tab.recruit:before{
        top: 8%;
        width: 67%;
    }


}	
	
	
	
/*----------------------------------------380--------------------------------*/

@media screen and (max-width:380px) {
    /*************************** header **************************/
    .top_header {
        font-size: 0.5rem;
    }
    #header .open .login, #header .open .search {margin-left: 15px;font-size: 0.875rem;}
    .lang {margin-left: 15px;font-size: 0.875rem;}
    #header .menu_area ul {min-width: inherit;}
    #header .logo a img {
        /* width: 82px; */
    }

    /******************* tab contents setting ********************/
    .tab_link-tab .tabl {width: 50%;font-size: 1rem;}
    .i_sup_md {min-width:150px; width: 120px;}

   .login_wrap{
    width: 100%;
   }

    .campus_detail_grid{
        grid-template-columns: repeat(1, 1fr);
        gap: 1rem;
    }

    .location_wrap .ci-cards .ci-card.ci-card--shuttle .ci-card__body{
        display: flex;   
        flex-direction: column;
        gap: 12px;
    }
    .join_tab.recruit:after{
        top: 69%;
    }

}