@charset "utf-8";
/**************************************************************/
/**************************************************************/
/****************************basic css*************************/
/**************************************************************/
/**************************************************************/

html, body { font-size: 15px; }
:root {
    --txt-xs: 0.75rem;/* 12px */
    --txt-sm: 0.875rem;/* 14px */
    --txt-md: 0.938rem;/* 15px */
    --txt-lg: 1rem;/* 16px */
    --txt-lg-2: 1rem;/* 17.6px */
    --txt-xl: 1.1rem;/* 18px */
    --txt-2xl: 1.125rem;/* 18px */
    --txt-3xl: 1.25rem;/* 22px */
    --txt-3xl-2: 1.275rem;/* 28px */
    --txt-4xl: 1.375rem;/* 24px */
    --txt-5xl: 1.5rem;/* 28px */
    --txt-6xl: 2.25rem;/* 36px */

    --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: 3.125rem 3.125rem 0 3.125rem;
    --radius-3-xl: 2.5rem 2.5rem 0 2.5rem;
    --round_max: 999rem;

    --web-width: 100%;
}

.clearfix::after {
    content: "";
    clear: both;
    display: table;
}
.pc_hidden {
    display: block !important;
}
.m_hidden {
    display: none !important;
}
.mt_50 {
    margin-top: 1.5rem !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 {
    padding: 8px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 60px;
}
#header .logo a img {
    width: 160px;
}

/* -----------------------  top_header ----------------------*/
.top_header {
    width: 100%;
    padding: 0 20px;
}
#header .top_header .wrap {
    width: 100%;
}
#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 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.png);
    font-weight: 600;
    margin-left: 8px;
    font-size: 13px;
}

#header nav .depth_toggle .sub_nav .link:after {
    content: url(/images/common/ic_external_sm.png);
    font-weight: 600;
    margin-left: 8px;
    font-size: 13px;
}
/* -----------------------  header language ----------------------*/
/* #header .open {
    margin-right: 20px;
} */

/* -----------------------  header hamburger ----------------------*/
#header .menu_area {
    float: right;
    padding: 0;
}
#header .menu_area ul {
    overflow: hidden;
    justify-content: flex-end;
    height: 60px;
}
#header .menu_area ul li {
    width: 60px;
    height: 60px;
    line-height: 60px;
    float: left;
    text-align: center;
    cursor: pointer;
}
#header .menu_area ul li:nth-child(2) {
    display: block;
}
#header .menu_area ul li a {
    font-size: 14px;
    line-height: 60px;
}
#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;}
.offcanvas {
    width: 540px;
}
.offcanvas .menu_login .wrapper {
    width: 300px;
}
.offcanvas .h_tabcontent {
    margin-top: 64px;
    font-size: 17px;
}
.offcanvas .h_tablinks {
    height: 64px;
    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: 80%;
}
.main_copy p {
    font-size: 1.5rem;
}
.main_copy h2 {
    font-size: 2.5rem;
    line-height: 2.7rem;
    letter-spacing: normal;
}
.main_copy h3 {
    font-size: 1.125rem;
    line-height: 1.5rem;
    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-4xl);
}
#main .visual .caption h5 {
    font-size: var(--txt-xl);
    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::after {
    left: 51.2%;
}

/**************************************************************/
/**************************************************************/
/***************************** sub ****************************/
/**************************************************************/
/**************************************************************/
/* ------------------------  sub_visual ----------------------*/
.sub_visual {
    width: 100%;
    /*margin-top: 71px;*/
    height: 270px;
    /* border-radius: 1.5em; */
    padding: 80px 0;
}
.sub_visual.no_visual {margin-top: 60px;}
.sub_visual .tit {
    /* display: none; */
}
.sub_visual .tit{
    padding-left: 2rem;
}
.sub_visual h2{
    line-height: normal;
}
.sub_visual > div {
    background-size: cover;
    background-position-x: center;
}
.sub_visual h1 {
    /* line-height: 300px; */
    width: 100%;
    font-size: 2rem;
}
/* ----------------------  sub_container ---------------------*/
.sub_container {
    min-height: auto;
    margin-top: 20px;
}
.sub_container>.wrapper {width: 100%;}


/**************************************************************/
/**************************************************************/
/*************************path_container***********************/
/**************************************************************/
/**************************************************************/
/* ----------------------- 일반형태 path ---------------------*/
.path_container {
    width: calc(100% - 2rem);
    /* margin: -100px auto 0; */
}
.path_container.on {
    top: 64px;
}
.path_container .path {
    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: 48px;
    height: 48px;
    padding: 0 16px;
    border-radius: 20px 0 0 0;
}
.path .home img {
    padding: 14px 0;
}
.path .depth_btn {
    line-height: 48px;
    font-size: 14px;
    width: 100%;
    max-width: 0;
    min-width: 100%;
}
.path_inside > div {
    width: calc((100% - 48px) / 2);
}
.path .depth3{
    border-top: 1px solid #ddd;
    width: 100%;
    /* border-bottom: 1px solid #ddd;
    border-right: 1px solid #ddd; */
    border-radius: 0 0 25px 5px;
    background: #fff;
}
.path .depth3 .depth_btn:before,
.path .depth2 .depth_btn:before{
    display: none;
}
.path .depth_btn i {
    top: 14px;
}
.path .depth_btn:before {
    /* height: 48px; */
    /* left: 387px; */
}
.path [class^="depth"] ul {
    top: 47px;
}
.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 .depth_btn span {top: 8px;right: 10px;}
.path .home .material-icons {font-size: 1.25rem; margin-top: 0.1rem;}
.path [class^="depth"] ul li {
    padding: 0 18px;
}
/* ------------------------- 탭형태 path ---------------------*/
.path_tab {width: 100%;}

/**************************************************************/
/**************************************************************/
/**************************** footer **************************/
/**************************************************************/

.footer {
    width: var(--web-width);
}
.footer .wrapper .top {
    padding: 2rem;
}
.footer .wrapper .top .logo{
    margin-bottom: 2rem;
}
/* ----------------------- 3단 info 박스 ---------------------*/
.footer_info {
    justify-content: space-between;
    flex-wrap: wrap;
}
.footer_info .box {
    width: 32.5%;
    margin-right: 0;
    margin-bottom: 10px;
}
.footer_info .box h4, .footer_info .box .cont .lg {
    padding-bottom: 10px;
}
.footer_info .box .cont {padding: 20px;}

/**************************************************************/
/**************************************************************/
/************************** 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: 6rem 20px;
    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 {font-size: 2rem;}
.cont_tit_m h5, .cont_tit_nm h5 {/*font-size: 1.75rem;*/}
.cont_tit_m h6, .cont_tit_m h6.bullet {
    margin: 2rem 0 1rem;
}
.sub_wrap .cont_tit_m h5 {
    margin: 2rem 0 1.5rem;
}
.cont_tit_m {/*margin-top: 3.5rem;*/}
.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;
}

/**************************************************************/
/**************************************************************/
/************************ sub 서브페이지 **********************/
/**************************************************************/
/**************************************************************/

.img_center.symbol img {
    width: 50px;
}

.about_img {
    height: 300px;
}
.greeting {
    gap: 2rem;
}
.greeting .greeting_l {
    width: 160px;
}
.greeting .greeting_r {
    width: calc(100% - 192px);
}
.greeting_img {
    width: 100%;
    height: 220px;
}
.circle_wrap {
    gap: 1rem;
}
/* 오시는 길 */
.address {
    margin-top: 1rem;
}
.ad_lg{
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-bottom: 1rem;
}
.ad_md{
    width: 100%;
    margin-bottom: 1rem;
}
.ad_md:last-child{
    margin-bottom: 0;
}
.sub_wrap_wrap{
    margin-top: 3rem;
}
.sub_wrap .cont_tit_m h5.subway::before, .sub_wrap .cont_tit_m h5.bus::before, .sub_wrap .cont_tit_m h5.location::before, .sub_wrap .cont_tit_m h5.car::before {
    width: 35px;
    height: 35px;
}
.sec_graduate .graduate .box{
    height: auto;
}
.section.sec_advanced .inner .sec_tit h3{
    font-size: 3rem;
}
.section.sec_advanced .inner{
    margin: 0;
}

/* 연혁 */
.history_wrap .year {
    width: 6rem;
}
.history_wrap .cont {
    width: calc(100% - 6rem);
}
.history_wrap .box {
    padding: 0.75rem 2rem;
}
.history_wrap::before {
    left: 1.5rem;
}

/* 구성원(조직) 소개 */
.organ_wrap .organ_box{
    width: calc((100% - 2rem) / 2);
}

/* sub 공통 */
.sub_semiTitle p{
    font-size: 1.5rem;
}
.sub_semiTitle span{
    font-size: 1.25rem;
}
.sub_semiBox p{
    font-size: 1.1rem;;
}
.sub_semiTitle p::before{
    top: 7%;
    height: 19px;
}

/* 원장 인사말 */
.ceo_message .pictureBox{
    padding-bottom: 0;
}
.ceo_message .title{
    margin-bottom: 2rem;
}
.ceo_message .pictureBox:before{
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
}
.ceo_message .pictureBox .pic{
    position: static;
    /* width: 80%; */
    margin-left: auto;
}
.ceo_message.chair .pictureBox .pic{
    margin-left: 0;
}
.ceo_message .cont{
    padding: 30px 20px;
}

/* 원우활동 - 원우회 조직도 */
/* .worg_container .title::after{
    width: 968px;
}
.worg_container .title::before{
    height: 382px;
    top: 282px;
}
.department-container.department-container01::before{
    width: 969px;
    top: 700px;
}
.department-container.department-container01 .department.department01::before,
.department-container.department-container01 .department.department02::before,
.department-container.department-container01 .department.department03::before,
.department-container.department-container01 .department.department04::before{    
    height: 31px;
} */
.worg_container .title{
    width: 100%;
}
.department-container{
    flex-wrap: wrap;
    margin-top: 3rem;
    gap: 2rem;
}
.department-container.department-container01 .department, 
.department-container.department-container02 .department{
    width: 100%;
}
.worg_container .title::after,
.department-container.department-container01::before{
    display: none;
}
.department-container.department-container01 .department.department01::before,
.department-container.department-container01 .department.department02::before,
.department-container.department-container01 .department.department03::before,
.department-container.department-container01 .department.department04::before{    
    display: none;
}
.department-container.department-container02 .department.department01::before,
.department-container.department-container02 .department.department02::before,
.department-container.department-container02 .department.department03::before,
.department-container.department-container02 .department.department04::before{    
    display: none;
}
.worg_container .title::before{
    display: none;
}

/* 최고위과정 - 원우회 조직도 */
.department-container01_f .left{
    width: 100%;
}
.department-container01_f .right{
    width: 100%;
    flex-wrap: wrap;
}

/* 총원우회 - 조직도 */
.worg_container_m .department-container.department-container02::before{
    display: none;
}

/* admission 공통 */
.admission_wrap{
    flex-wrap: wrap;
    padding-top: 20px;
}
.program_top h3 {
    font-size: 1.5rem;
}
.admission_wrap .admission_txtboxt .numbering_item .numbering_title_wrap{
    align-items: center;
}
.admission_wrap .admission_txtboxt .numbering_item .numbering_title_wrap .numbering_tit{
    width: 40px;
    text-align: left;
}
.admission_wrap .admission_titbox .tit{
    font-size: 20px;
}
.admission_wrap .admission_txtboxt .numbering_item .numbering_title_wrap .numbering_txt{
    font-size: 1.125rem;
}
.admission_wrap .admission_titbox .tit::after{
    width: 6px;
    height: 6px;
}
.admission_banner{
    justify-content: center;
    gap: 30px;
    padding: 40px;
}
.admission_banner .banner_title_wrap{
    /* width: calc((100% - 4rem) /3); */
    padding-left: 0;
}
.admission_banner .banner_card_wrap{
    width: calc((100% - 4rem) /3);
    padding: 0 20px;
}
.admission_banner .banner_link_wrap{
    justify-content: center;
    width: calc((100% - 4rem) /3);
    margin: 0 auto;
}
.program_top ul {
    flex-wrap: wrap;
    gap: 0;
}
.program_tit {
    font-size: 1.25rem;
}
.program_tit p{
    font-size: 1.5rem;
    font-family: 'play';
    font-weight: 600;
    color: var(--main-color-2);
}


/* 석사과정 모집요강 */
.mastercourse_boxwrap .left .tit{
    font-size: 1.25rem;
}
.mastercourse_boxwrap .left .tit span{
    font-size: 1.5rem;
}

/* 메인 - 공지 */
.sec_news .news .box .txtBox{
    height: auto;
}
.sec_news .news .box .txtBox .box{
    flex-wrap: wrap;
}
.sec_news .news .box .txtBox .box p{
    width: 100%;
    text-align: end;
}




/*----------------------------------------1200--------------------------------*/

@media screen and (max-width:1200px) {
    /* 교수진 & 명예교수진 */
    .faculty_wrap .faculty_box{
        width: calc((100% - 4rem) /3);
    }

    /* 석사과정 모집요강 */ 
    .mastercourse_boxwrap .box{
        width: calc((100% - 1rem) / 2);
    }

    /* 프로그램 소개 */
    .introduction_IMGwrap{
        justify-content: flex-start;
    }
    .introduction_IMGwrap .img{
        width: calc((100% - 2rem) /2);
        height: 300px;
    }
    .introduction_IMGwrap02 .img{
        width: calc((100% - 2rem) /2);
        height: 250px;
    }

}


/*----------------------------------------1100--------------------------------*/

@media screen and (max-width:1100px) {
    /* admission 공통 */
    .admission_banner{
        flex-wrap: wrap;
    }
    .admission_banner .banner_title_wrap{
        width: 100%;
    }
    .admission_banner .banner_card_wrap{
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .admission_banner .banner_card_wrap::before{
        display: none;
    }
    .admission_banner .banner_link_wrap{
        width: 100%;
    }

    /* 프로그램 소개 */
    .introduction_wrap .box{
        flex-wrap: wrap;
    }
    .introduction_wrap .box .left{
        width: 100%;
    }
    .introduction_wrap .box .right{
        width: 100%;
        height: auto;
    }
    .introduction_wrap .box .right .squre{
        gap: 0;
    }

}
    

/*----------------------------------------1024--------------------------------*/

@media screen and (max-width:1024px) {
    /**************************** basic setting ***************************/

    .footer .wrapper .top {
        display: inherit;
    }    
    .footer .wrapper .center {
        width: 100%;
        margin-bottom: 1rem;
    }
    .footer .wrapper .info {
        width: 100%;
        margin: 1rem 0;
    }
    .footer .wrapper .info p {
        line-height: 1.5rem;
    }

    /***************************** main ****************************/
    .section.sec_graduate .inner .sec_tit h3{
        width: fit-content;
    }
    .section.sec_graduate .inner .sec_tit p{
        font-size: 1.25rem;
    }
    .sec_graduate .graduate .box{
        width: calc((100% - 2rem) / 2);
    }
    .section.sec_advanced .inner .sec_tit h3{
        font-size: 2rem;
    }
    .section.sec_advanced .inner .sec_tit h4{
        font-size: 1.375rem;
        margin-bottom: 2rem;
    }
    .section.sec_advanced .inner .sec_tit h4::after{
        top: 14px;
    }
    .sec_advanced .advanced{
        flex-wrap: wrap;
    }
    .sec_advanced .advanced .left{
        display: none;
    }
    .sec_advanced .advanced .right{
        width: 100%;
    }
    .sec_advanced .advanced .right .txt p{
        font-size: 1.25rem;
    }
    .sec_advanced .advanced .right .box_wrap .box p{
        font-size: 1.25rem;
    }
    .sec_advanced .advanced .right .box_wrap .box{
        height: 160px;
    }


    /***************************** main visual ****************************/
    .main_slider li>.wrap .txt {width: 50%; margin-left: 20px;}

    .item_wrap .item .img {
        width: 220px;
    }
    .item_wrap .item .txt {
        width: calc(100% - 250px);
    }

    /* 대학원 소개 */
    .about{
        flex-wrap: wrap;
    }
    .about .img{
        width: 100%;
    }
    .about .txtWrap{
        width: 100%;
    }

    /* 건설경영최고위과정 특전 */
    .vision_box{
        flex-wrap: wrap;
    }
    .vision_box .box{
        width: calc((100% - 2rem) / 2);
        height: auto;
    }
    .program h3{
        font-size: 1.75rem;
    }
    .program p{
        font-size: 1.5rem;
    }
    .program_txtbox span{
        font-size: 1.375rem;
    }
    .program_txtbox p{
        font-size: 1rem;
    }

   /* admission 공통 */
   .admission_wrap .admission_txtboxt .numbering_item .numbering__desc-wrap .default-list{
    flex-wrap: wrap;
   }

   /* 석사과정 모집요강 */
   .mastercourse_boxwrap{
        padding: 30px 40px;
        position: relative;
        background: none;
   }
   .mastercourse_boxwrap::before{
        content: "";
        background: url(../images/common/symbol_01.png) no-repeat;
        background-position: 95% 15%;
        background-size: 150px;
        position: absolute;
        opacity: 0.5;
        top: 0px;
        left: 0px;
        right: 0px;
        bottom: 0px;
        z-index: -1;
   }
   .mastercourse_boxwrap .left{
        width: 100%;
   }
   .mastercourse_boxwrap .right{
        width: 100%;
   }
   .mastercourse_boxwrap .right .btn_link_wrap .box{
        width: 350px;
   }
   .mastercourse_boxwrap .right .btn_down_wrap a{
        width: 350px;
   }

   /* 명예의 전당 */
   .honor_bottomwrap{
        justify-content: flex-start;
   }
   .honor_middlewrap{
        flex-wrap: wrap;
        justify-content: flex-start;
   }
   .honor_middlewrap .box{
        width: calc((100% - 2rem) / 2);
   }
   .honor_topwrap{
        flex-wrap: wrap;
   }
   .honor_topwrap .img{
        width: 100%;
        height: auto;
   }
   .honor_topwrap .txt{
        width: 100%;
   }
   .honor_topwrap .txt::before{
        width: 7rem;
        top: 50%;
        left: 87%;
   }
   .honor_topwrap .txt .cont_tit_nm h5{
        font-size: 1.375rem;
   }
   .honor_topwrap .txt .cont_tit_nm p{
        font-size: 1.1rem;
   }
    .alumi {
        grid-template-columns: repeat(3, 1fr);
    }
    .alumi li {
        padding: 10px;
    }

}



/*----------------------------------------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;
    }
    .login_wrap { width: 320px;}
    .txt_ex {display: block;}

    .vision_wrap {
        flex-wrap: wrap;
    }
    .vision_wrap .vision_box {
        width: 100%;
        flex-wrap: wrap;
        height: 220px;
    }
    .vision_wrap .vision_box .txt {
        width: 100%;
    }

    /* 교수진 & 명예교수진 */
     .faculty_wrap .faculty_box{
        width: calc((100% - 2rem) /2);
    }

    /* 원우활동 - 초천의 글 */
    .invitation_wrap_fraternity{
        justify-content: center;
        gap: 1rem;
    }
    .invitation_wrap_fraternity .invitation_box{
        width: 100%;
    }
    .invitation_box h5{
        font-size: 1.25rem;
    }

    /* admission 공통 */
    .admission_wrap .admission_txtboxt .icon-wrap .icon_wrap_list.list04 .icon_wrap_item{
        width: calc((100% - 2rem) /2);
    }
    .admission_wrap .admission_txtboxt .icon-wrap .icon_wrap_list.list03 .icon_wrap_item{
        width: calc((100% - 2rem) /2);
    }

    .admission_wrap .admission_txtboxt .icon-wrap .icon_wrap_list.list03 .icon_wrap_item br {
        display: none;
    }



}

/*----------------------------------------900--------------------------------*/
@media screen and (max-width:900px) {
    /* 구성원(조직) 소개 */
    .organ_wrap .organ_box{
        width: 100%;
    }

    /* 대학원소개 */
    .about_wrap .about_l{
        width: 100%;
    }
    .about_wrap .about_r{
        width: 100%;
    }
    .about_con .txt{
        text-align: inherit;
    }
    .about_wrap.reverse{
        margin-top: -2rem;
    }

    /* 교수진 탭 */
    .tab_link.tab_professor .tablinks{
        width: calc((100% - 2rem) / 3);
    }

}


/*--------------------------------------800----------------------------------*/
@media screen and (max-width:800px) {
    #main .visual, #main .visual .main_visual, #main .main_visual .bx-wrapper .bx-viewport, .main_slider li {
        width: 100%;
    }
    .sec_graduate .graduate_quickbox{
        flex-wrap: wrap;
        gap: 1rem;
    }
    .sec_graduate .graduate_quickbox .box{
        width: 100%;
        height: 80px;
    }
    .sec_graduate .graduate_quickbox .box p{
        font-size: 1.25rem;
    }
    .sec_graduate .graduate_quickbox .box .round_button{
        background: none;
    }
    .sec_advanced .advanced .right .imgbox_wrap{
        flex-wrap: wrap;
    }
    .sec_advanced .advanced .right .imgbox_wrap .img{
        width: 100%;
        height: auto;
    }



    /******************************* login ******************************/
    .login_footer .remember_id {width: 100%;}
    
    /***************************** 탭형태 path **************************/
    .path_tab .tab_link_wrap {padding: 0;}

    /**************************** modal popup ***************************/
    .modal_conts .tb {
        max-width: inherit;
        min-width: inherit;
    }
    .modal_bg {
        width: 100%;
        height: 400px;
    }
    .modal_conts {
        width: 80%;
        max-height: 450px;
        min-width: auto;
        overflow: auto;
    }

    #header .open .login, #header .open .join { margin-left: 1rem; }
    .lang {margin-left: 1rem;}

    /**************************************************************/
    /**************************************************************/
    /************************ sub 서브페이지 **********************/
    /**************************************************************/
    /**************************************************************/

    .tab_link-tab { width: 100%;}

    .address .lg {font-size: 1.325rem;padding: 1.5rem;margin-bottom: 1rem;border-radius: var(--radius-all-sm);}
    .address .md {width: 100%;margin-bottom: 1rem;border-radius: var(--radius-all-sm);}
    .address .md .tit,.address .md .tit .material-icons {font-size: 1.125rem;}
    .address .md p {font-size: 1.325rem;}
    .address .md p span {font-size: 1.5rem;}

    .cont_lr {
        gap: 2rem;
    }
    .cont_lr .left, .cont_lr .right {
        width: 100%;
    }
    .cont_lr .left img, .cont_lr .right img { width: 100%;}

    .address li {
        width: 100%;
        padding: 1.5rem 1rem;
    }
    .address li:nth-child(2) {
        width: 100%;
    }

    .traffic .box p {
        width: 100%;
        
    }
    .traffic .box span {
        width: 80px;
        margin-right: 0.25rem;
    }

    /* 연혁 */
    .history_wrap {
        display: inherit;
    }

    .history_wrap .year {
        width: 100%;
        margin-bottom: 0.75rem;
        font-size: 1.5rem;
    }
    .history_wrap .cont {
        width: 100%;
    }
    .history_wrap .box {
        padding: 0.75rem 2rem;
        margin-bottom: 0.5rem;
    }
    .history_wrap .date {
        font-size: 1.125rem;
    }
    .history_wrap::before {
        display: none;
    }

    /* 석사과정 모집요강 */ 
    .mastercourse_boxwrap .box{
        width: 100%;
    }

    /* 원우활동 - 초천의 글 */
    .invitation_wrap{
        justify-content: center;
        gap: 1rem;
    }
    .invitation_box{
        width: 100%;
    }
    
    /* 건설경영최고위과정 특전 */
    .program p{
        display: none;
    }
    .program{
        padding: 2rem;
        height: auto;
        text-align: inherit;
    }
    .program_txtbox p{
        display: block;
    }
    .vision_box .box{
        width: 100%;
    }
    .vision_box .box .icon{
        width: 130px;
        height: 130px;
    }
    .vision_box .box .icon img{
        width: 50px;
    }
    .vision_box .box:nth-child(4) .icon img{
        width: 40px;
    }
    .program h3{
        font-size: 1.5rem
    }
    .program ul li{
        font-size: 1rem;
    }
    .program_txtbox{
        text-align: inherit;
    }
    .program_txtbox span{
        font-size: 1.25rem;
    }

    /* 학과 소개 - 건설사회환경공학과/ 전기전자컴퓨터공학과/ 산업디자인학과/ 스마트제조학과 */
    .department_box .box .icon{
        height: fit-content;
        width: 100%;
    }
    .department_box .box .icon img,
    .department_box :nth-child(4) .icon img{
        width: 80px;
    }
    .department_box .box .txt p span{
        font-size: 1.375rem;
    }
    .graduation .box .txtRight h4{
        font-size: 1.25rem;
    }
    .graduation .box .txtRight p{
        font-size: 1rem;
    }
    .department_box02 .box:nth-child(4) .icon img{
        width: 80px;
    }

    /* 프로그램 소개 */
    .introduction_IMGwrap .img{
        width: 100%;
        height: 250px;
    }
    .introduction_IMGwrap02 .img{
        width: 100%;
        height: 200px;
    }
    /*교우 주요 활동 기관 · 기업*/
    .alumi {
        grid-template-columns: repeat(2, 1fr);
    }
    .members {
      grid-template-columns: repeat(1, 1fr);
      padding: 1rem;
    }
    .members li {
        gap: 10px;
    }
    .members li .tit {
      width: 40px;
    }
    .members li .num {
        text-align: center;
    }
    .members li .txt {
      width: calc(100% - 100px);
    }
}




/*--------------------------------------700----------------------------------*/
@media screen and (max-width:700px) {
    /***************************** footer ******************************/

    /******** terms & privacy 이용약관 &개인정보처리방침 **********/
    .privacy h2 {
        margin-bottom: 1rem;
        font-size: 1.325rem;
        margin-top: 1.5rem;
    }
    .privacy h2:first-child {
        font-size: 1.5rem; margin-top: 1rem;}

     
    /* 석사과정 모집요강 */
    .mastercourse_boxwrap .right .btn_link_wrap{
        width: 100%;
        flex-wrap: wrap;
    }
    .mastercourse_boxwrap .right .btn_link_wrap .box{
        width: 100%;
    }
    .mastercourse_boxwrap .right .btn_down_wrap{
        width: 100%;
        flex-wrap: wrap;
    }
    .mastercourse_boxwrap .right .btn_down_wrap a{
        width: 100%;
    }

    /* admission 공통 */
    .admission_wrap .admission_txtboxt .icon-wrap .icon_wrap_list.list03 .icon_wrap_item{
        width: 100%;
    }


}




/*----------------------------------------640--------------------------------*/

@media screen and (max-width:640px) {
    /**************************** basic **************************/
    #header .menu_area ul li:last-child {
        margin-left: 0px;
    }
    .search_top {
        padding: 1rem;
    }
    .search_form_center .search_group {
        width: 100%;
        height: 38px;
    }
    .search_group input#board_search {
        width: 38px;
        height: 38px;
        background-size: 20px;
    }
    .search_form_center .search_group input#schText {
        width: calc(100% - 42px);
        height: 38px;
    }
    
	input[type="text"], input[type="password"], select { font-size:0.875rem; width: 100%;}
	input[type="file"] { font-size: 0.875rem; }
	textarea { font-size:0.875rem; }
    .form-inline .i_sup_hf {width:100%;}
    .form-inline .i_sup_md { display: block;}

	.btn { width: 100%;height: 48px; line-height: 48px; min-width: 90px; /*font-size: 0.875rem;*/ }	
	.btn_s {  font-size:0.875rem; }
    a.btn_write {
        margin-bottom: 10px;
    }
    .page_tit h4 {margin-bottom: 2rem;font-size: 1.75rem;}
    .cont_tit_m {/*margin-top: 2.5rem;*/}
    .cont_subtit h6 {font-size: 1.325rem;}
    /**************************** main ***************************/
    .main_copy p {font-size: 1.25rem;}
    #main .visual::after {
        left: 52.4%;
    }
    .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%;}
    .main_copy h2{
        font-size: 2rem;
        line-height: 2rem;
    }
    .sec_news .news .box .txtBox{
        padding: 2rem;
        height: fit-content;
    }
    .sec_news .news .box .txtBox .box{
        flex-wrap: wrap;
    }
    .section.sec_graduate .inner .sec_tit{
        flex-wrap: wrap;
        gap: 1rem;
    }
    .section.sec_graduate .inner .sec_tit h3{
        width: 100%;
    }
    .sec_graduate .graduate .box{
        width: 100%;
    }
    .sec_graduate .graduate .box .img p{
        font-size: 1.25rem;
    }
    .sec_graduate .graduate_quickbox .box p{
        font-size: 1.1rem;
    }
    .sec_advanced .advanced .right .box_wrap{
        flex-wrap: wrap;
        gap: 0;
    }
    .sec_advanced .advanced .right .box_wrap .box{
        width: 100%;
        height: 140px;
    }
    .sec_advanced .advanced .right .box_wrap .box.box01::before,
    .sec_advanced .advanced .right .box_wrap .box.box02::before{
        display: none;
    }
    .sec_advanced .advanced .right .box_wrap .box.box01,
    .sec_advanced .advanced .right .box_wrap .box.box02{
        border-bottom: 1px solid #988e82;
    }
    


    /*************************** 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: 48px;
        width: 100%;
        font-size: 14px;
        padding: 0 18px;
        height: 48px;
        text-overflow: ellipsis;
        overflow: hidden;
        /* white-space: pre; */
        /* min-width: auto; */
    }
    .path .home {
        width: 48px;
        line-height: 48px;
    }
    .path .home img {
        padding: 18px 0;
    }

    .path_container .path {
        height: auto;
    }
    /* .path .depth1,
    .path .depth2 {
        width: calc(50% - 24px);
    }
	.path .depth3 {
	    border-top: 1px solid #ddd;
	    width: 100%;
	} */
    /************************* 탭형태 path ************************/
    .path_tab .tab_link_wrap .tab_link-tab .tab .txt_sm {
        width: 100%;
        line-height: 1rem;
    }

    /************************** offcanvas *************************/
    .offcanvas .btn_close {
    }
    .offcanvas {
        width: 100%;
        margin-right: -100%;
    }
    .offcanvas .tab {
        width: 120px;
        padding-top: 54px;
    }
    .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; */
    }
    #header .open{
        width: 140px;
    }
    #header .menu_area ul li{
        width: 45px;
    }
    /************************ 질문 답변 page **********************/
    .directions { display:none; width:96%; height:auto; margin:0 auto; background:#fff; font-size:1rem; overflow-y:hidden; box-sizing: border-box; border: 1px #333 solid; max-width: 420px;}
    .directions .info_tit { width: 100%; height: 45px; line-height: 45px; background:#7c919d; /*border-top: 5px solid #009475; border-bottom: 1px solid #ccc;*/ text-align: center; font-size: 18px; font-weight: 500; margin: 0 auto 20px; color: #fff;}
    .directions dl.info_list dt { font-size:1rem; margin-bottom: 20px; text-align: center;}
    .directions dl.info_list dd { margin-bottom: 20px; text-align: center;}
    .directions input {padding: 5px 5px 5px 10px;height: 35px;box-sizing: border-box; width: 90%; border: 1px solid #ddd;}
    .directions .pop_close { cursor: pointer; position: absolute;top: 0px;right: 7px;}
    .directions .pop_close img {width: 20px;}
    .pop_btn_area {width:100%;text-align:center;margin:20px auto;}
    .notice .cont.qna .box .tit {
        white-space: inherit;
        max-width: inherit;
        width: 100%;
    }
    .notice .cont.qna a>div .info {
        margin-top: 6px;
        height: 30px;
    }



    
    /***************************** footer ******************************/


    .footer .wrapper .site .btn_toggle {height: 42px;}
    .footer .wrapper .site, .footer .wrapper .site ul li {
        width: 100%;
        height: 42px;
        line-height: 42px;
        /* margin-top: 1rem; */
    }
    .footer .wrapper .site ul {
        bottom: 41px;
        width: 100%;
    }
    .greeting .greeting_l {
        margin: 0 auto;
    }
    .greeting .greeting_r {
        width: 100%;
    }
    .circle_wrap li {
        width: 100%;
        flex: inherit;
    }
    .tab_link-tab .tab {
        padding: 10px;
    }
    .tab_link-tab.col-lg-3 .tab {
        width: calc((100% - 2px) /2);
    }
    .tab_link-tab.col-lg-2 .tab {
        width: calc((100% - 2px) / 2);
    }
    ul.box li {
        padding: 1rem;
        text-align: left;
        border: 1px solid var(--c-black-5);
        width: 100%;
    }

    /* 대학원 소개 */
    .about .txtWrap .txt p{
        text-align: inherit;
    }
    

    /* 탑버튼 */
    .btn_move_top{
        width: 40px;
        height: 40px;
        line-height: 40px;
    }

    /* 원장인사말 */
    .greeting_wrap .greeting_box{
        flex-wrap: wrap;
        height: 380px;
    }
    .greeting_wrap .greeting_box .left{
        width: 100%;
        margin-top: 10rem;
    }
    .greeting_wrap .greeting_box .right{
        width: 100%;
        margin-top: -35rem;
    }
    .greeting_wrap .greeting_box .right .txt{
        font-size: 1.375rem;
    }
    .greeting_box_bottom .greeting_top p{
        font-size: 1.25rem;
        text-align: inherit;
    }
    .greeting_wrap p.align_r span{
        font-size: 1.25rem;
    }

    /* sub 공통 */
    .sub_semiTitle p{
        font-size: 1.375rem;
    }
    .sub_semiTitle span{
        font-size: 1.125rem;
    }
    .sub_semiBox p{
        font-size: 1rem;;
    }

    /* 원장 인사말 */
    .ceo_message .pictureBox{
        padding: 30px;
    }
    .ceo_message .title{
        font-size: 1.25rem;
    }
    .ceo_message .pictureBox .txt{
        font-size: 1.375rem;
        padding-left: 0;
        padding-top: 0;
    }
    .ceo_message .pictureBox .pic img{
        width: 250px;
    }
    .ceo_message .pictureBox .pic{
        width: 100%;
    }
    .ceo_message .cont .text{
        font-size: 1rem;
    }

    /* admission 공통 */
    .admission_wrap .admission_txtboxt .numbering_item{
        flex-wrap: wrap;
        gap: 1rem;
        padding: 20px 0;
    }
    .admission_wrap .admission_txtboxt .icon-wrap .icon_wrap_list{
        margin: 0;
    }

    /* 명예의 전당 */
    .honor_middlewrap .box{
        width: 100%;
    }
    .honor_topwrap .txt::before{
        left: 82%;
    }

    /* 공통 탭 메뉴 정리 */
    .tab_link.tab_02 .tablinks,
    .tab_link.tab_03 .tablinks,
    .tab_link.tab_04 .tablinks{
        width: 100%;
    }
    .tab_link{
        margin-bottom: 2rem;
    }

    /* 학과 소개 - 건설사회환경공학과/ 전기전자컴퓨터공학과/ 산업디자인학과/ 스마트제조학과 */
    .graduation .box{
        flex-wrap: wrap;
    }
    .graduation .box .imgLeft{
        width: 100%;
    }
    .graduation .box .txtRight{
        width: 100%;
    }

}


/*----------------------------------------580--------------------------------*/

@media screen and (max-width:580px) {
    /**************************** main ***************************/
    .sec_news .news .box .tit{
        flex-wrap: wrap;
        gap: 1rem;
    }
    .sec_news .news .box .tit h4{
        width: 100%;
    }

    
    /* 원우활동 - 초천의 글 */
    .invitation_box{
        text-align: inherit;
    }
    .invitation_box .invitation_txtbox_last p{
        font-size: 1.1rem;
    }
}
	

/*----------------------------------------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: 80%;}
    .waiting_sub::before {width: 100%;}
    .waiting_sub p {font-size: 1rem;}

    /**************************** main ***************************/
    .main_copy p {font-size: 1.125rem;}
    .sec_news .news .box .txtBox .box h5{
        min-width: 0;
    }

    
    /*************************** header **************************/
    /* #header .logo { padding: 9px 0; }
    #header .menu_area ul li a { line-height: 64px; }
    #header .top_header {padding: 0 10px;}
    #header .top_header .wrap {flex-wrap: wrap; line-height: 1.5em; padding: 4px 0; font-size: 0.8rem;}
    #header .top_header .wrap li:last-child a {padding: 4px;}
    .lang .btn_lang, #header .open .login a {
        width: 54px;
    }
    #header .menu_area ul {min-width: 3.5rem;}
    #header .open {
        margin-right: 4px;
    } 
    #header .open .lang, #header .open .search {margin-left: 1rem;}
    #header .open .search a {font-size: 0.825rem;}
    #header .open .lang a {font-size: 0.75rem;padding: 0.25rem 0.75rem;}*/
    #header .open{
        width: 130px;
    }
    #header .menu_area ul li{
        width: 38px;
    }

    /************************  sub_visual ************************/

    /*************************** footer **************************/
    .section .main_about .box h4 {font-size: 1rem;}
    .section .main_about .box .cont .lg {font-size: 1.325rem;}
    
    /************************ main visual ************************/
    .main_slider li>.wrap {
        flex-wrap: wrap;
    }
    .main_slider li>.wrap .txt {
        width: 100%;
    }

    /* 구성원(조직) 소개 */
    .organ_wrap .organ_box{
        flex-wrap: wrap;
    }
    .organ_wrap .organ_box .txt{
        width: 100%;
        margin-top: 0;
    }

    /* 교수진 탭 */
    .tab_link.tab_professor .tablinks{
        width: 100%;
    }

    /* 석사과정 모집요강 */ 
    .mastercourse_boxwrap .box span.ex,
    .mastercourse_boxwrap .box span.down{
        display: none;
    }
	
    /* admission 공통 */
    .admission_banner{
        padding: 20px;
    }
    .admission_banner .banner_link_wrap{
        flex-wrap: wrap;
    }
    .admission_banner .banner_link_wrap .mail,
    .admission_banner .banner_link_wrap .tel{
        width: 100%;
    }
    .admission_wrap .admission_txtboxt .icon-wrap .icon_wrap_list.list04 .icon_wrap_item{
        width: 100%;
    }

    /* 명예의 전당 */
    .honor_topwrap .txt::before {
        left: 78%;
    }

}	
	
	
	
	
/*----------------------------------------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;}
    .cal_wrap .cal {width:150px;}
    .check_group { display: block;}

    /* 원장 인사말 */
    .ceo_message .cont .sign{
        display: flex;
        align-items: center;
        justify-content: flex-start;
        flex-wrap: wrap;
        gap: 1rem;
    }
    .ceo_message .cont .sign span{
        width: 100%;
    }

    /* 명예의 전당 */
    .honor_topwrap .txt::before {
        display: none;
    }

    /* 학과 소개 - 건설사회환경공학과/ 전기전자컴퓨터공학과/ 산업디자인학과/ 스마트제조학과 */
    .department_smart .txt .cont_tit_nm p, 
    .department_design .txt .cont_tit_nm p, 
    .department_computer .txt .cont_tit_nm p, 
    .department_environment .txt .cont_tit_nm p{
        text-align: inherit;
    }

}