@charset "euc-kr";
/**************************************************************/
/**************************************************************/
/****************************basic css*************************/
/**************************************************************/
/**************************************************************/

html, body { font-size: 15px; }
:root {
    --txt-xs: 0.75rem;/* 12px */
    --txt-sm: 0.875rem;/* 14px */
    --txt-md: 0.938rem;/* 15px */
    --txt-md-1: 1rem;/* 15px */
    --txt-lg: 1rem;/* 16px */
    --txt-lg-2: 1.1rem;/* 17.6px */
    --txt-xl: 1.1rem;/* 18px */
    --txt-2xl: 1.125rem;/* 18px */
    --txt-3xl: 1.25rem;/* 20px */
    --txt-3xl-1: 1.375rem;/* 22px */
    --txt-3xl-2: 1.375rem;/* 24px */
    --txt-4xl: 1.5rem;/* 24px */
    --txt-4xl-1: 1.5rem;/* 24px */
    --txt-5xl: 1.75rem;/* 28px */
    --txt-6xl: 2.25rem;/* 36px */
    --txt-7xl: 2.5rem;/* 48px */
    --txt-8xl: 3.5rem;/* 56px */

    --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: 100%;
}

.clearfix::after {
    content: "";
    clear: both;
    display: table;
}
.pc_hidden {
    display: block !important;
}
.m_hidden {
    display: none !important;
}
.visual.pc_hidden {
    display: none !important;
}
.visual.m_hidden {
    display: block !important;
}
.mt_50 {
    margin-top: 2rem !important;
}
.min_img {
    overflow-x: auto;
    overflow-y: 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;
}

.nav {
    height: 80px;
    line-height: 80px;
}
.nav .logo {
    /* width: 170px;
    background-size: 170px; */
    /* margin-top: 0px; */
}
.nav > ul > li a {
    height: 80px;
 }
#wrap #header #navi {
    height: 80px;
}
#wrap #header #navi .navi_area {
    height: 80px;
}
/* -----------------------  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: 215px;
}

#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 {
}
#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 ------------------------*/



/* -----------------------  main_visual ----------------------*/
.main_copy {
    width: calc(100% - 4rem);
}
.main_copy p {
    font-size: 1.5rem;
}
.main_copy h2 {
    font-size: 2.75rem;
    line-height: 4rem;
    letter-spacing: normal;
}
.main_copy h3 {
    font-size: 1.25rem;
    line-height: 2rem;
    letter-spacing: normal;
}

#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::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 {
    /* display: none; */
}
.sub_visual > div {
    background-size: cover;
    background-position-x: center;
}
.sub_visual h1 {
    /* line-height: 300px; */
    width: 100%;
    font-size: 2rem;
    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);
    margin: -60px 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;
}
.path .home img {
    padding: 14px 0;
}
.path .depth_btn {
    line-height: 48px;
    font-size: 14px;
    width: 100%;
    min-width: 180px;
    padding: 0 15px;
}
.path .depth_btn span {
    right: 10px;
}
.path .depth_btn i {
    top: 14px;
}
.path .depth_btn:before {
    /* height: 48px; */
}
.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 .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: var(--web-width);
}
.footer .wrapper {
    /* padding: 3rem 20px; */
}
.footer .wrapper .logo {
    /* width: 150px; */
}
.footer .wrapper .logo img {
    width: 100%;
}
/* ----------------------- 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: 2rem 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 {
    padding-bottom: 3rem;
}
.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 서브페이지 **********************/
/**************************************************************/
/**************************************************************/
#subContainer {
    width: calc(100% - 40px);
}
#subContainer .contents {
    width: 100%;
    padding: 40px 0 40px;
}
#s_visual > div {
    height: 200px;
    padding: 50px 0 0 0;
    line-height: 40px;
}

#subContainer .contents h2.sub_tit {
    margin-bottom: 30px;
}

.greeting_wrap .con {
    width: calc(100% - 178px);
}
.greeting_wrap .img {
    width: 158px;
    height: 158px;
    border-radius: 79px;
}
.greeting_wrap .img img {
    width: 100%;
}
.greeting_wrap .greeting_top02 .img img {
    width: 120px;
}

.sub_menu {
    width: 100%;
}
.con_wrap {
    row-gap: 2rem;
    padding-top: 3rem;
}
.con_wrap:before {
    height: 30px;
}
.con_wrap .con_img {
    height: 260px;
}


.circle_wrap {
    gap: 1rem;
}


/* 오시는 길 */
.root_daum_roughmap {
    width: 100% !important;
}
.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;
}


.gallery { gap:1rem; }
.min_img {
    overflow-x: auto;
    overflow-y: hidden;
}

/* 탑버튼 */
.btn_move_top{
    width: 40px;
    height: 40px;
    line-height: 40px;
    bottom: 0;
    right: 20px;
}
#subContainer .contents h2.sub_tit.line {
    margin-bottom: 3.5rem;
}
#subContainer .contents h2.sub_tit.line:after {
    bottom: -30px;
    width: 50px;
    margin-left: -25px;
}
#subContainer .contents h3.line {
    margin: 1.5rem 0 1.5rem;
}
#subContainer .contents h3.line:after {
    width: 50px;
    margin-left: -25px;
}
.info_wrap .tit::before {
    width: 50px;
    margin-left: -25px;
}
.info_wrap .tit {
    line-height: 1.5rem;
}

.about_wrap {
    padding: 2rem;
}

.node-row.team {
    margin-left: 1px;
}
.program_wrap .program {
    gap: 2rem;
    margin-bottom: 2rem;
}
.program_wrap .program .program_l {
    width: calc((100% - 2rem) / 2);
}
.program_wrap .program .program_r {
    width: calc((100% - 2rem) / 2);
}
.node-row.team .node:nth-child(2):after {
    width: 582px;
}
.team-wrap:nth-child(2):after {
    width: 582px;
    margin-left: 0;
}


/*----------------------------------------1024--------------------------------*/

@media screen and (max-width:1024px) {
    /**************************** basic setting ***************************/

    .footer .wrapper .top {
        display: inherit;
    }    
    .footer .wrapper .center {
        width: 100%;
        margin: 1rem 0;
    }
    .footer .wrapper .info {
        width: 100%;
        margin: 1rem 0;
    }
    .footer .wrapper .info p {
        line-height: 1.5rem;
    }
    .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%;
    }

    /***************************** main visual ****************************/
    .main_slider li>.wrap .txt {width: 50%; margin-left: 20px;}


    /*---------------------------------sub-----------------------------------------*/

.consult_company ul li {
    width: calc((100% - 2rem) / 3);
}
.location_info { 
    width: 100%;
}
.location_info li {
    gap: 1rem;
}
.location_info strong {
    width: 100px;
}
.location_info p {
    width: calc((100% - 100px) - 1rem);
}
.traffic {
    width: 100%;
}
.type_pic .image_grid_v .cont {
    width: calc((100% - 2rem) / 2);
}
.type_pic .image_grid .cont {
    width: calc((100% - 6rem) / 4);
}
.type_pic .image_grid_v.awards .cont {
    width: calc((100% - 4rem) / 3);
    background: #fff;
}
.info_wrap .info {
    /* width: calc((100% - 2rem) / 2); */
}
.info_wrap .con_box {
    padding: 1.5rem 0;
}
.card li.item {
    width: 100%;
}

.pdf_wrap .space {
    width: calc((100% - 4rem) / 3);
}
.sub_menu .menu {
    width: calc((100% - 60px) / 3);
}
.sub_menu .menu.depth3 {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    border-right: none;
}
.sub_menu .menu.depth3 > a {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}
.sub_menu .depth_list {
    position: absolute;
    width: calc((100% - 60px) / 3);
}
.myquick_wrap ul {
    gap: 10px;
}
.myquick_wrap ul li {
    width: calc((100% - 40px) / 5);
    padding: 10px;
}
.myquick_wrap02 ul {
    gap: 1rem;
}

.node {
    min-width: inherit;
    width: calc((100% - 2rem)/ 3);
}
.team-wrap {
    min-width: inherit;
    width: calc((100% - 2rem) / 3);
}
.connector-right {
    min-width: inherit;
    width: 150px;
    padding-left: 30px;
    margin-right: 0;
}
.connector-left {
    min-width: inherit;
    padding-right: 30px;
    width: 150px;
}

.org-chart {
    max-width: 640px;
    min-width: 640px;
}

.node-row.team {
    gap: 1rem;
    margin-left: 1px;
}
.node-row.team .node {
    width: 100%;
}
.node-row.team ul {
    min-width: inherit;
}
.node-row:nth-child(6) {
    gap: 0rem;
}
.node-row.team .node:nth-child(2):after {
    width: 226%;
}
.node-row.team .node::before {
    left: 50.1%;
}
.connector-right::before {
    width: 30px;
}
.connector-left::after {
    width: 30px;
}
.team-wrap:nth-child(2):after {
    width: 437px;
    margin-left: 0;
}
.ceo_wrap_half {
    width: 33.3%;
}


}



/*----------------------------------------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;}
    
.client div {
    width: calc((100% - 4rem) / 3);
}
    

}


/*--------------------------------------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;}

    /**************************** 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;}

    /******** 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;}

    /**************************************************************/
    /**************************************************************/
    /************************ sub 서브페이지 **********************/
    /**************************************************************/
    /**************************************************************/

    .tab_link-tab { width: 100%;margin: 0 auto 2rem;}
    .waiting_sub::before {
        width: 300px;
        height: 300px;
    }
    .waiting_sub {
        height: 300px;
    }
    .waiting_sub img {
        max-width: 100px;
    }
    .con_wrap .con_img {
        height: 200px;
    }

    .con_wrap .con_box {
        gap: 1rem;
    }
    .con_wrap .con_box .box {
        padding: 1.5rem 1rem;
    }
    .con_wrap .con_box.col-3 .box {
        width: calc((100% - 2rem) / 3);
    }
    .con_wrap .con_box.col-5 .box {
        width: calc((100% - 2rem) / 3);
    }
  
    .privacy {
        padding: 1rem;
    }
    .check_group.all {
        padding: 1rem;
    }
    .apply_form .terms {
        padding: 1rem;
        margin-bottom: 1rem;
    }



    .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.wide, .cont_lr .right.wide {
        width: 100%;
    }
    .cont_lr .left.narrow, .cont_lr .right.narrow {
        width: 100%;
    }
    .cont_lr .left img, .cont_lr .right img { 
        width: 100%;
        max-height: 250px;
    }

    .traffic .box span {
        min-width: 50px;
        padding: 5px 10px;
    }

    .traffic .box {
        padding: 0 0;
    }


    .join_tab {
        justify-content: flex-start;
    }
    .join_tab li {
        width: calc((100% - 3rem) / 4);
    }
    .join_tab:before {
        display: none;
    }
    .mypage_list .list {
        width: 100%;
    }
    .diagram_wrap {
        flex-wrap: wrap;
    }
    .diagram_wrap .diagram_c {
        width: 100%;
    }
    .diagram_wrap .diagram_arrow {
        width: 100%;
        height: 50px;
        transform: rotate(90deg);
        background: url(../images/sub/sub02_4_03.png) center no-repeat;
        background-size: 20px;
    }

.about_list dl dt {
    width: 80px;
}
.about_list dl dd {
    width: calc(100% - 80px);
}

.program_wrap .program .program_l {
    width: 100%;
}
.program_wrap .program .program_r {
    width: 100%;
}
.program_wrap .program .img_area {
    height: 240px;
}
#subContainer .contents .program_wrap .program .txt_area h3.num {
    margin: 0px 0 0.5rem;
}
.program_wrap .program .txt_area .tit {
    margin-bottom: 0.5rem;
}
.program_wrap .program .txt_area {
    height: auto;
    padding-bottom: 2rem;
}

.program_wrap .program:nth-child(2) {
    flex-direction: column-reverse;
}
.program_wrap .program:nth-child(2) .program_l .txt_area {
    text-align: left;
}
.program_wrap .program .program_l .txt_area ul.squre_green.left li {
    text-align: left;
    justify-content: flex-start;
    padding: 0px 0 0 0px;
}
.program_wrap .program:nth-child(2) .txt_area .plus_wrap {
    flex-direction: row-reverse;
}
.corp_wrap .box {
    width: 100%;
    padding: 2rem;
}
.logo_wrap .box img {
    height: 40px;
}
.corp_wrap .box .logo {
    top: -25px;
}
.corp_wrap .box .logo img {
    height: 30px;
}

.directions2 {
    width: 100%;
    max-width: 720px;
}
.center-box {
    max-width: 240px;
    padding: 5px;
}
.logo-title img {
    max-width: 150px;
}

.intro_wrap {
    margin: 2rem auto;
}
.intro_wrap .tit:after {
    width: calc(100% - 120px);
}
.intro_wrap .tit.right:after {
    left: 0;
    width: calc(100% - 170px);
}



}


/*----------------------------------------640--------------------------------*/

@media screen and (max-width:640px) {
    /**************************** basic **************************/
   
    .nav .logo {
        width: 200px;
        background-size: contain;
        margin-top: 0;
    }
    #header .menu_area ul li:last-child {
        margin-left: 0px;
    }
    #header .menu_area ul {
        gap: 10px;
    }
    .search_top {
        padding: 1rem;
    }

	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_etc {
        /* margin-top: 5px; */
    }
    .block {
        display: block;
    }
    a.btn_write {
        margin-bottom: 10px;
    }
    .cont_tit_m {/*margin-top: 2.5rem;*/}
    .cont_subtit h6 {font-size: 1.325rem;}
    /**************************** 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: 48px;
        width: 100%;
        font-size: 14px;
        padding: 0 18px;
        height: 48px;
        text-overflow: ellipsis;
        overflow: hidden;
        /* white-space: pre; */
        min-width: auto;
        max-width: inherit;
    }
    .path .home {
        width: 48px;
        line-height: 48px;
    }
    .path .home img {
        padding: 18px 0;
    }
    .path .depth_btn span {
        right: 10px;
    }
    .path_inside > div {
        width: calc((100% - 48px) / 2);
    }
    .path_container .path {
        height: auto;
    }
    .sub_menu {
        height: auto;
        background: none;
    }
    .sub_menu .menu {
        width: calc(50% - 30px);
    }
    .sub_menu .menu > a {
        /* border-radius: 10px; */
    }
    .sub_menu .menu.depth2 {
        border-right: none;
    }
    .sub_menu .menu.depth2 > a {
        border-top-right-radius: 10px;
        border-bottom-right-radius: 10px;
    }
    .sub_menu .depth_list {
        width: calc(50% - 30px);
        border-radius: 10px;
    }
    .sub_menu .menu.depth3 {
        width: 100%;
        border-right: none;
        position: relative;
    }
    .sub_menu .menu.depth3:before {
        content: '';
        position: absolute;
        top: 0;
        left: 10px;
        width: calc(100% - 20px);
        height: 1px;
        background: #414ead;
        z-index: 99;
    }
    .sub_menu .menu.depth3 > a {
        width: 100%;
        border-radius: 10px;
    }.sub_menu .menu.depth3 .depth_list {
        width: 100%;
    }
	.path .depth3 {
	    border-top: 1px solid #ddd;
	    width: 100%;
        border-left: none;
        /* display: none; */
	}
    .path .depth_btn:before {
        display: none;
    }
    .sub_visual:after {
        bottom: 54px;
        font-size: 2rem;
    }
    /************************* 탭형태 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: -14px; */
    }
    .offcanvas .tab .fixed_wrapper {
        width: 120px;
    }
    .offcanvas .h_tablinks {
        /* height: 54px;
        line-height: 54px; */
        /* font-size: 14px; */
        padding: 0 15px;
    }
    .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;
    }
    /************************ 질문 답변 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 ******************************/


    

    .circle_wrap li {
        width: 100%;
        flex: inherit;
    }
    .tab_link-tab .tab {
        padding: 10px;
    }

    ul.box li {
        padding: 1rem;
        text-align: left;
        border: 1px solid var(--c-black-5);
        width: 100%;
    }

 
    .box_gallery.big {
        width: 100% !important;
    }
    .box_gallery {
        position: relative;
        width: calc((100% - 1rem) /2) !important;
    }
    .tab_link-tab.col-lg-4 .tab { width: calc((100% - 10px) /2); }
    .main_copy h2 {
        font-size: 2rem;
        line-height: 2.5rem;
    }
    .main_copy h3 {
        font-size: 1.125rem;
        line-height: 1.5rem;
    }

    .join_tab li {
        width: calc((100% - 1rem) / 2);
    }

.greeting_wrap .con {
    width: 100%;
    margin-top: 1rem;
}
.greeting_wrap .greeting_top01 {
    flex-direction: column-reverse;
    padding: 2rem;
}
.greeting_wrap .greeting_top02 {
    padding: 2rem;
}
.greeting_wrap .greeting_top02 .con {
    text-align: left;
}
.greeting_wrap .greeting_con {
    padding: 2rem;
    word-break: normal; 
}
.greeting_wrap .greeting_top01 .sign {
    float: inherit;
    margin: 15px 0 0 0;
    text-align: right;
}
.greeting_wrap .greeting_top02 .sign {
    float: inherit;
    margin: 15px 0 0 0;
    text-align: right;
    padding-top: 0;
}

.history_wrap:before {
    left: 5px;
}
.history_wrap .right_wrap {
    width: 100%;
    margin-left: 20px;
    padding-left: 5px;
}
.history_wrap .right_wrap:before {
    width: 20px;
    left: -10px;
}
.history_wrap .right_wrap .year {
    padding-left: 10px;
}
.history_wrap .right_wrap dl {
    padding-left: 10px;
    padding-right: 0;
}
.history_wrap .right_wrap dt {
    float: left;
    width: 30px;
}

.history_wrap .left_wrap {
    width: 100%;
    margin-left: 20px;
    padding-left: 5px;
    text-align: left;
}
.history_wrap .left_wrap:before {
    width: 20px;
    left: -10px;
}
.history_wrap .left_wrap .year {
    padding-left: 10px;
}
.history_wrap .left_wrap dl {
    padding-left: 10px;
    padding-right: 0;
}
.history_wrap .left_wrap dt {
    float: left;
    width: 30px;
}
.history_wrap .right_wrap dd {
    width: calc(100% - 60px);
}
.history_wrap .left_wrap .year:before {
    position: absolute;
    left: -25px;
    right: inherit;
}
.consult_company ul li {
    width: calc((100% - 1rem) / 2);
    height: 50px;
    padding: 10px 0;
}
.consult_company ul li img {
    width: 100%;
    max-width: fit-content;
}
.board_top .search_form {
    float: inherit;
    width: 100%;
}
.sel_type {
    width: 100px;
    float: left;
}
.search_group {
    width: calc(100% - 100px);
}
.search_wrap .search_group {
    float: inherit;
    border: 1px solid #ddd;
    background: #fff;
    width: 100%;
}
.search_group input#schText {
    width: calc(100% - 44px);
    box-sizing: border-box;
}

.notice .cont a>div:first-child {
    flex-wrap: wrap;
}
.notice .cont .num .i_notice {
    text-align: left;
}
.notice .cont a>div .tit {
    width: 100%;
}
.notice .cont a > div .info {
    text-align: left;
}
.type_pic .image_grid_v .cont {
    width: 100%;
}

.info_wrap .info {
    width: 100%;
}
.info_wrap .info .tit_box {
    aspect-ratio: 3 / 2;
}
.info_wrap .con_box {
    padding: 1.5rem;
}
.txt_xl.align_c br {
    display: none;
}

.card li.item {
    gap: 0;
}

.card li.item .pro_img {
    height: auto;
    margin: 0 auto;
}

.card li.item .pro_info {
    width: 100%;
    height: auto;
}
.card li.item .pro_info ul {
    margin-bottom: 1rem;
}
.search_wrap .search_form {
    width: 100%;
}

.contents .tab ul {
    gap: 2px;
}
.contents .tab ul li {
    letter-spacing: -1px;
}
.contents .tab ul li {
    width: calc((100% - 6px) / 4);
}
.contents .tab.col-5 ul li {
    width: calc((100% - 8px) / 5);
}
.pager li {
    width: 32px;
    height: 32px;
    line-height: 30px;
}
.pager li img {
    padding: 0;
}

a.btn_cancel_m {
    width: 47%;
    max-width: 210px;
}
a.btn_confirm_m {
    width: 47%;
    max-width: 210px;
}
.pdf_wrap .space {
    width: calc((100% - 2rem) / 2);
}


.myquick_wrap ul li {
    width: calc((100% - 20px) / 3);
}
.myquick_wrap02 ul li {
    width: 100%;
    min-height: inherit;
}

.org-chart {
    max-width: inherit;
    min-width: inherit;
}
.node {
    /* width: 120px; */
}
.node-row.team {
    /* margin: 0 auto;
    width: 33%; */
}
.connector-right .dot {
    margin-right: 10px;
}
.connector-left .dot {
    margin-left: 10px;
}
.node-row.team .node {
    /* width: 120px; */
}
.org-scroll {
    /* overflow-x: scroll;
    overflow-y: hidden; */
}
.node-row:first-child .connector-left {
    width: 70px;
    margin-right: 0;
}
.node-row:first-child .connector-right {
    width: 70px;
    padding-left: 20px;
}
.team-wrap:nth-child(2):after {
    width: 0;
    margin-left: 0;
}
.node-row.team {
    gap: 1rem;
    margin-left: 1px;
    flex-direction: column;
    padding-top: 0;
}
.team-wrap {
    width: 100%;
}
.connector-right {
    width: 120px;
}
.connector-left {
    width: 130px;
    padding-right: 20px;
}
.node-row.team .team-wrap::before {
    display: none;
}
.connector-right::before {
    width: 20px;
}
.node-row.connector-right {
    width: 70px;
    padding-left: 20px;
}
.connector-left::after {
    width: 20px;
}
.ceo_wrap_half {
    width: 50%;
}
.directions4 {
    width: 90%;
}
.directions4 > colgroup {
    display: none;
}

.visual.pc_hidden {
    display: block !important;
}
.visual.m_hidden {
    display: none !important;
}

}


/*----------------------------------------580--------------------------------*/

@media screen and (max-width:580px) {
    .sub_visual:after {
        bottom: 54px;
        font-size: 1.5rem;
    }
    .diagram {
        margin: -5rem auto -3rem;
        aspect-ratio: 17 / 20;
    }
    

}
	


/*----------------------------------------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 **************************/
    /* #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;}*/

    /************************  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%;
    }


    .client .box {
        width: 100%;
        height: 100px;
    }
    .pdf_wrap .space {
        width: 100%;
    }
    .txt_email {
        width: 46.75%;
    }


    .m_none {
        display: none;
    }
    .ceo_wrap_half {
        width: 100%;
    }
}	
	
	
	
	
/*----------------------------------------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;}

    .diagram {
        margin: -4rem auto -3rem;
        aspect-ratio: 16 / 20;
    }
}