html,
body {
    font-size: 14px;
}
.m_size {
    visibility: visible;
    display: inherit;
}
.pc_size {
    visibility: hidden;
    display: none;
}

/************ layout *************/

.wrap {
    position: relative;
    overflow: hidden;
}

.sub_visual .visual01 {
    background-image: url(../images/sub/visual01.png);
    background-attachment: inherit;
}

.sub_visual .visual02 {
    background-image: url(../images/sub/visual02.png);
    background-attachment: inherit;
}

.sub_visual .visual03 {
    background-image: url(../images/sub/visual03.png);
    background-attachment: inherit;
}

.sub_visual .visual04 {
    background-image: url(../images/sub/visual04.png);
    background-attachment: inherit;
}

.max_wrap_bg {
    background: url(../images/sub/txt_bg.png) no-repeat center;
    background-attachment: inherit;
}
.max_wrap_bg02 {
    background: url(../images/sub/eco_bg.png) no-repeat center;
    background-attachment: inherit;
}

.txt_box {
    background: url(../images/sub/apply_bg.png) no-repeat center;
    background-attachment: inherit;
}
/************* layout-header *************/

#header {
    position: absolute;
    top: 0;
    z-index: 999999999;
    width: 100%;
    transition: all 0.5s ease;
}


#header .logo {
    padding: 16px 0;
    margin-left: 20px;
}

#header .logo img {
    max-width: 100%;
    max-height: 100%;
    vertical-align: middle;
}

#header .logo a {
    width: 100px;
}


#header.on .logo a {
    /* background: url(/images/common/logo_on.png) 0 0 no-repeat; */
    background-size: contain;
}

/************* Header - gnb slide menu *************/
#header nav {
    display: none !important;
    margin-left: 39px;
}

#header nav #gnb {
    width: 100%;
    height: 72px;
}

#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: 1200px;
    /* margin: 0 auto; */
    /* margin-left: 352px; */
    margin: 0 auto;
    padding-left: 296px;
}

#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 *************/

#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 - right menu icon */
#header .menu_area {
    float: right;
}

#header .menu_area ul {
    overflow: hidden;
}

#header .menu_area ul li {
    width: 60px;
    height: 60px;
    line-height: 60px;
    float: left;
    text-align: center;
    cursor: pointer;
    padding: 10px 0;
}

#header .menu_area ul li:nth-child(2) {
    display: block;
}

#header .menu_area ul li a {
    font-size: 14px;
    line-height: 72px;
}

#header .menu_area ul li img {
    max-width: 100%;
    max-height: 100%;
    vertical-align: middle;
}



#header .sub_nav.on .link:after {
    content: url(/images/common/ic_external_sm_on.png);
    font-weight: 600;
    margin-left: 8px;
    font-size: 13px;
}

#header .sub_nav .link:after {
    content: url(/images/common/ic_external_sm.png);
    font-weight: 600;
    margin-left: 8px;
    font-size: 13px;
}


.float_wrapper {
    width: 100% !important;
    /* overflow: hidden; */
    /* margin: 0 auto; */
    /* padding: 0 20px; */
}


.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;
}

/* Clear floats after the tab */
.clearfix::after {
    content: "";
    clear: both;
    display: table;
}
table {
table-layout: fixed;
}

/************* layout-sub *************/

.sub_visual {
    height: 318px;
}

.sub_visual.shorten {
    height: 280px;
}

.sub_visual > div {
    background-size: cover;
    background-position-x: center;
}

.sub_visual h1 {
    font-size: 28px;
    padding-top: 70px;
    line-height: 215px;
    width: 100%;
}

.sub_visual .path_container {
    width: 100%;
    height: 48px;
    position: Relative;
    z-index: 999;
    margin-top: -48px;
}

.sub_visual .path_container .path {
    position: absolute;
    bottom: 0;
    width: 100%;
    border-bottom: 1px solid #ddd;
    height: 48px;
}

.sub_visual .path_container .caption {
    text-align: center;
    /* padding-top: 240px; */
    font-size: 32px;
    /* color: #fff; */
    /* letter-spacing: -2px; */
    line-height: 320px;
}

.sub_visual .path_container .path .sub_tab {
    /* width: 1200px; */
    /* margin: 0 auto; */
}

.path .home {
    width: 48px;
    height: 48px;
    padding: 0 16px;
}

.path .home img {
    padding: 14px 0;
}

.path .depth_btn {
    line-height: 48px;
    font-size: 14px;

}

.path .depth_btn i {
    top: 14px;
}

.path .depth_btn:before {
    height: 48px;
}

.path [class^="depth"] ul {
    top: 48px;
}

.sub_visual .path_container .path .sub_tab ul {
    overflow: hidden;
}

.sub_visual .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; */
}

.sub_visual .path_container .path .sub_tab ul li a {
    display: block;
    width: 100%;
    height: 100%;
    font-weight: 400;
}


.sub_visual .path_container .path .sub_tab ul li.on a {
    color: #fff;
    font-weight: 500;
}

.sub_container {
    min-height: 500px;
}

.sub_container .wrapper {
    padding-top: 60px;
}
.sub_container .wrapper .max {
    padding: 40px 20px;
}
.sub_container .wrapper .max_wrap_nm {
    margin-top: -60px;
}
.sub_container h1.tit {
    font-size: 24px;
    line-height: 24px;
    /* text-align: center; */
}

.sub_container .contents {
    margin-top: 30px;
}


/************* layout-footer *************/

.footer {
    /* background: #111111; */
    height: auto;
}

.footer .wrapper {
    width: 100%;
    padding: 30px 20px;
    /* overflow: hidden; */
}

.footer .wrapper .logo {
    width: 160px;
    float: none;
}

.footer .wrapper .logo img {
    width: 100px;
}

.footer .wrapper .txt {
    /* float: left; */
    width: 100%;
    padding: 0;
    /* color: #fff; */
    /* font-weight: 100; */
    font-size: 13px;
    letter-spacing: -0.3px;
    float: none;
    margin-top: 10px;
}

.footer .wrapper .site {
    float: none;
    width: 240px;
    /* position: relative; */
    margin-top: 20px;
}

.footer .wrapper .txt span {
    /* display: block; */
    font-size: 13px;
    /* letter-spacing: 0.5px; */
}

.section .wrapper {
    width: 100%;
    padding: 60px 20px;
}
.sec3 .bg .txt_wrap {
    padding: 0 20px;
    width: auto;
}
.section .section_bg .wrapper {
    padding: 0;
    padding-bottom: 100px;
}



.bx-wrapper .bx-controls-direction a {
    top: -67px !important;
    left: unset !important;
}

.bx-wrapper .bx-controls-direction a:first-child {
    right: 60px;
}

.bx-wrapper .bx-controls-direction a:last-child {
    left: unset;
}

#main .visual, #main .visual .main_visual, #main .main_visual .bx-wrapper .bx-viewport, .bx-wrapper .main_slider li {
    height: 360px !important;
}

.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 .caption {
    padding-top: 170px;
}
#main .visual .caption h4 {
    font-size: 1.75rem;
}
.sec2 .box_wrap .tit, .sec2 .box_wrap .cont, .sec4 .board_wrap .cont {
    height: 280px;
}
.sec2 .box_wrap .cont img {
    top: 14%;
}
.sec2 .box_wrap .cont h4 {
    padding-top: 180px;
}
.sec3 .bg {
    height: 300px;
    padding: 90px 0;
}
.sec5 .bg_l {
    height: 260px;
    padding: 40px 50px 0 0;
}
.sec5 .bg_r {
    height: 260px;
    padding: 40px 0 0 50px;
}
.sec4 .board_wrap .tit h4, .sec5 h4 {
    font-size: 2rem;
}
.sec4 .board_wrap .tit h4 {
    padding-top: 30px;
}
.sec4 .board_wrap .tit h5 {
    padding-top: 20px;
}
.sec4 .board_wrap .tit {
    height: auto;
    margin-bottom: 20px;
}
.sec4 .board_wrap .tit a {
    padding-top: 20px;
}
.cont_tit_quo, .cont_subtit {
    font-size: 1.5rem;
    margin-bottom: 4rem;
}

.form_table tr {
    width: 100%;
}

.root_daum_roughmap {
    width: 100% !important;
}
.ceo_txt p:first-child {
    line-height: 1.3rem;
}

/*----------------------------------------1024--------------------------------*/

@media screen and (max-width:1024px) {

    .credit_box ul li .tit {
        width: 40%;
        font-size: 1.125rem;
        padding: 20px 0 0 20px;
    }

    .credit_box ul li .txt {
        font-size: 3rem;
        margin: 50px 50px 0 0;
    }
    .credit_box ul li .txt span {
        font-size: 1.125rem;
    }

    .credit_box ul li {
        height: 150px;
    }
}

/*----------------------------------------980--------------------------------*/
@media screen and (max-width:980px) {
     .iden_box .tit {
        width: 150px;
        font-size: 1.5rem;
    }
    .sec4 .board_wrap {
        flex-wrap: wrap;
    }
    .sec4 .board_wrap .tit, .sec4 .board_wrap .cont {
        width: 100%;
    }
    .sec4 .board_wrap .tit {
        display: flex;
    }
    .sec4 .board_wrap .tit h4, .sec4 .board_wrap .tit h5, .sec4 .board_wrap .tit a {
        padding-top: 0;
        padding-right: 20px;
        margin: 0;
    }
    .sec4 .board_wrap .tit a {
        position: absolute;
        right: 0;
    }
    .sec4 .board_wrap .cont {
        height: 200px;
        margin-top: 20px;
        margin-left: 0;
    }
    .cont_tit_quo::before {
        left: 20%;
    }
    .cont_tit_quo::after {
        right: 20%;
    }
    
    
    
    
}








/*--------------------------------------800----------------------------------*/
@media screen and (max-width:800px) {
    .vision_box_wrap {
        background: none;
        height: auto;
    }
    .vision_box {
        border: 1px solid #0e76bc !important;
        padding: 30px;
        text-align: left !important;
        top: 0 !important;
        left: 0 !important;
        right: 0 !important;
        transform: none !important;
        position: inherit;
        margin-top: 20px;
        width: 100%;
    }
    .vision_box .tit {
        color: #0e76bc;
        font-size: 1.425rem;
    }
    .vision_box .cont br {
        display: none;
        font-size: 1.25rem;
    }
    .mem_li .wrap {
        width: 49%;
    }
    .mem_li .wrap:nth-child(2n) {
        margin-right: 0;
    }
    

    .cert_wrap:nth-child(2n) {
        margin-right: 0;
    }

    .cert_wrap {
        width: 49%;
    }
    .cert_wrap .img img {
        width: auto !important
    }

    .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;
/*        top: 110px !important;*/
    }


    .bx-wrapper .bx-controls-direction a {
        top: -57px !important;
    }
    .main_slider li.visual03 {
        background: url(../images/main/main_visual02.png) -240px center no-repeat;
    }
    .sec3 .bg {
        background: url(../images/main/sec3_bg_m.png) no-repeat -1050px center;
    }
    .cont_tit_quo::before {
        left: 15%;
    }
    .cont_tit_quo::after {
        right: 15%;
    }
    
    
    .ceo_img {
        width: 50%;
    }
    .ceo_txt {
        width: 50%;
        padding: 30px;
    }
    
     .map_info {
        position: relative;
        bottom: inherit;
        right: inherit;
        border: 1px solid #efefef;
        margin-top: 20px;
    }
    
    
    .overview_con1 > li {
        width: 100%;
        overflow: auto;
    }
    .overview_con1 {
        padding: 1em;
    }
    .overview_con1 li.one { width: 100%; float: inherit; margin-left: 0;}
    .canvas_wrap {
        min-width: 500px;
    }
}






/*----------------------------------------680--------------------------------*/

@media screen and (max-width:680px) {
    .footer .wrapper .logo img {
        width: 120px;
    }
    .sch_top tbody .search_wrap .text {
        width: 40%;
    }
    .form_table th, .form_table td {
        display: block;
        width: 100% !important;
    }
    .txt_box_l {
        width: 100%;
    }
    .eco_mes {
        padding: 50px;
        width: 100%;
    }
    .tab2 {
        width: 100%;
    }

    .tab_wrap .tab2 li {
        width: 49%;
        margin-left: 2%;
        font-size: 1.125rem;
    }

    .tab_wrap .tab2 li:first-child {
        margin-left: 0;
    }
    .sec2 .box_wrap {
        flex-wrap: wrap;
    }
    .sec2 .box_wrap .tit, .sec2 .box_wrap .cont, .sec4 .board_wrap .cont {
        width: 100%;
        height: 200px;
        margin-top: -1px;
    }
    .sec2 .box_wrap .tit::after {
        display: none;
    }
    .sec2 .box_wrap .cont img {
        top: 10%;
        width: 80px;
    }
    .sec2 .box_wrap .cont h4 {
        padding-top: 130px;
    }
    .sec3 .bg .txt_wrap h5 {
        font-size: 1.25rem;
    }
.sec3 .bg .txt_wrap h5 br {
    display: none;
}
.cont_m {
    margin-top: 36px;
}
    .icon_box_4 .box {
        width: 100%;
        padding: 40px;
    }
    .path .depth_btn {
        line-height: 48px;
        width: 136px;
        font-size: 14px;
        padding: 0 18px;
        height: auto;
        min-width: 100%;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: pre;
    }

    .path .home {
        width: 48px;
        line-height: 48px;
    }

    .path .home img {
        padding: 18px 0;
    }

    .path > div.depth1,
    .path > div.depth2 {
        width: calc(50% - 24px);
    }

    .path > div.depth3 {
        line-height: 48px;
        font-size: 14px;
        /*		padding: 0 15px;*/
        height: 48px;
        min-width: 100%;
    }
    .form_table td .block {
        display: block;
    }

    .maintit {
        font-size: 25px;
    }

    .offcanvas .btn_close {
        top: 4px;
        right: 10px;
    }

    .offcanvas {
        width: 100%;
        margin-right: -100%;
    }

    .offcanvas .tab {
        width: 150px;
        padding-top: 54px;
    }

    .offcanvas .tab .fixed_wrapper {
        width: 150px;
    }

    .offcanvas .h_tablinks {
        height: 54px;
        line-height: 54px;
        font-size: 14px;
        padding: 0 12px;
    }

    .offcanvas .menu_wrapper {
        width: calc(100% - 150px);
    }

    .offcanvas .menu_login .wrapper {
        width: 100%;
    }

    .offcanvas .menu_login {
        width: calc(100% - 120px);
        height: 54px;
        line-height: 54px;
        font-size: 15px;
        padding: 0 20px;
    }

    .offcanvas .h_tabcontent {
        margin-top: 54px;
    }

    .offcanvas .h_tabcontent .sub_nav > li > a {
        height: 54px;
        line-height: 54px;
        font-size: 15px;
        padding: 0 20px;
    }

    .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;
    }

    #main .visual .caption h4 {
        font-size: 20px;
    }

    
    .sec5 {
        flex-wrap: wrap;
    }
    .sec5 .bg_l, .sec5 .bg_r {
        width: 100%;
        text-align: center;
        padding: 30px 0;
        height: 200px;
    }
    .sec5 h4, .sec5 h5 {
        padding-bottom: 10px;
    }
    .sec5 h4 {
        font-size: 1.5rem;
        font-weight: 500;
    }
    .sec4 .board_wrap .tit h4 {
        font-size: 1.75rem;
    }
    .cont_tit_quo::before {
        left: 5%;
    }
    .cont_tit_quo::after {
        right: 5%;
    }
    
    
    .td_tit {
        width: 100%;
    }
    
    .pager li img {
        margin-top: -4px;
    }
    .iden_box {
        padding: 30px 0;
    }
    
    
    .credit_box ul li {
        width: 100%;
        margin-left: 0;
        margin-top: 10px;
    }
}






/*----------------------------------------580--------------------------------*/

@media screen and (max-width:580px) {
    .cert_wrap .tit p {
        font-size: 0.925rem;
        line-height: 1rem;
    }
    .img_flow_4 {
        flex-wrap: wrap;
    }
    .img_flow_4 .img {
        width: 100%;
        height: 200px;
    }
    .img_flow_4 img {
        transform: rotate(90deg);
        margin-bottom: 20px;
        margin-top: 20px;
    }
    
        .iden_box .tit {
        width: 100%;
        margin-bottom: 20px;
    }
    .iden_box ul {
        margin-left: 0;
        overflow: visible;
    }
    .iden_box ul li {
        width: 100%;
    }
    .iden_box ul li .btn_down {
        width: 100%;
    }
    .sch_top tbody th {
        width: 100px;
        padding: 20px;
    }
    .sch_top tbody .search_wrap .text {
        width: 70%;
    }
    .sch_top tbody th label {
        line-height: 60px;
        width: 100%;
        display: block;
    }
    .sch_top tbody th label.second_sch {
        line-height: 120px;
    }
    .sch_top tbody td .dateArea {
        margin-top: 20px;
    }
    .sch_top tbody td label {
        width: 100%;
        display: block;
    }
    
    .history {
        width: 100% !important;
        float: inherit !important;
    }
    .history:first-child {
        margin-bottom: 20px;
    }
    .history .month {
        min-width: 60px;
        margin-right: 10px;
    }
    .eco_mes h5 {
        font-size: 1.325rem;
    }
    
    .ceo_wrap {
        flex-wrap: wrap;
    }
    .ceo_img {
        width: 100%;
        height: 340px;
        background-size: cover;
        margin-right: 0;
    }
    .ceo_txt {
        width: 100%;
        margin-top: 20px;
    }
}





/*----------------------------------------480--------------------------------*/

@media screen and (max-width:480px) {
    .mem_li .wrap {
        width: 100%;
        margin-right: 0;
    }

.apply_btn .btn_down {
    width: 100%;
}
    .sec3 .bg {
        padding: 70px 0;
    }
    #header .menu_area ul li a {
        line-height: 64px;
    }


    .sub_visual {
        height: 318px;
    }

    .sub_visual .path_container .caption {
        line-height: 280px;
        font-size: 28px;
    }

    .sub_visual .path_container .path .sub_tab ul li {
        font-size: 14px;
    }

    .sub_container .wrapper_lg {
        padding-top: 120px;
    }

    .sub_container .contents {
        margin-top: 20px;
    }


    
    .cont_tit_quo::before {
        left: 0;
        top: -35px;
    }
    .cont_tit_quo::after {
        right: 0;
        bottom: -35px;
    }
    .cert_wrap {
        width: 100%;
        margin-right: 0;
    }
}







/*----------------------------------------410--------------------------------*/

@media screen and (max-width:400px) {
    .sch_top tbody .search_wrap .text {
        width: 70%;
    }
        .img_flow_4 .img {
        height: 140px;
    }
    .img_flow_4 .img p {
        top: 38%;
    }
}
@media screen and (max-width:480px){
.layer_popup {position:absolute; width:100%; height: 100%; top:0px; left: 0px; background-color: rgba(0,0,0,0.5); z-index:10000000002;cursor:pointer; }
.layer_popup p {margin: 0 auto; margin-top:50px; text-align: center;}
.layer_popup p img {width:300px;}
.layer_popup .pop_close {background-color: rgba(0,0,0,0.0); height: 30px; color: #fff; line-height: 30px;text-align: center;}
}