@charset "utf-8";
/**************************************************************/
/**************************************************************/
/****************************basic css*************************/
/**************************************************************/
/**************************************************************/

html, body { font-size: 15px; }
:root {
    --web-width: 100%;
}

.clearfix::after {
    content: "";
    clear: both;
    display: table;
}
.pc_hidden {
    display: block !important;
}
.m_hidden {
    display: none !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: 14px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    /* width: 100%; */
}
#header .logo a {margin-left: 20px;}
#header .logo a img {
    width: 120px;
}
/* -----------------------  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;
    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: var(--web-width);
    /* 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 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;
}
#header .menu_area ul li {
    width: 50px;
    height: 50px;
    line-height: 50px;
    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;
}

.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-wrapper .bx-controls-direction a {
    top: -34px !important;
}
.bx-wrapper .bx-controls-direction a:last-child {
    left: unset;
}
.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 ----------------------*/
#mainVideo {
    width: calc(100vw - 40px);
    height: calc(100vh - 60px);
    top: 60px;
    left: 20px;
}
.main_copy img {max-width: 20vw;}
.main_copy p {
    font-size: 1.5rem;
}


.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 {
    padding: 0;
    margin-top: 61px;
}
.sub_visual .tit {
    display: none;
}
.sub_visual > div {
    background-size: cover;
    background-position-x: center;
}
.sub_visual h1 {
    line-height: 200px;
    width: 100%;
    font-size: 2rem;
}
/* ----------------------  sub_container ---------------------*/
.sub_container {
    min-height: auto;
}
.sub_container>.wrapper {width: 100%;}


/**************************************************************/
/**************************************************************/
/*************************path_container***********************/
/**************************************************************/
/**************************************************************/
/* ----------------------- 일반형태 path ---------------------*/
.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%;
}
.path_inside > div {
    width: calc((100% - 48px) / 2);
}
.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 .depth_btn span {top: 16px;}

/* ------------------------- 탭형태 path ---------------------*/
.path_tab {width: 100%;}

/**************************************************************/
/**************************************************************/
/**************************** footer **************************/
/**************************************************************/
.footer {
    height: auto;
}
.footer .wrapper {
    width: 100%;
    flex-wrap: wrap;
    padding: 0 20px;
}
.footer .wrapper .logo img {    width: 120px}
.footer_mid .wrapper {
    flex-direction: column-reverse;
}
.footer .wrapper .txt {margin-top: 1rem;width: 100%;font-size: var(--txt-md);}

/* ----------------------- 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: 3rem 20px;
    min-height: auto;
}
.sub_container .wrapper .max_wrap_nm {
    margin-top: -50px;
}
section .tit {
    margin-top: 30px;
    margin-bottom: 20px;
}
.page_tit h4 {margin-bottom: 2rem;font-size: 2rem;}
.cont_tit_m h5, .cont_tit_nm h5 {margin-bottom: 2rem;font-size: 1.75rem;}
.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 서브페이지 **********************/
/**************************************************************/
/**************************************************************/
.bg_img {aspect-ratio: inherit;}
.bg_img.bg_img01 {
    background: url(../images/sub/bg_img01.png) center center no-repeat;
    background-size: cover;
}
.bg_img.bg_img02 {
    background: url(../images/sub/bg_img02.png) center center no-repeat;
    background-size: cover;
}

/* .cont_lr .img_area img { margin: 0 auto 20px;}
.cont_lr .img_area img:last-child { margin: 0 auto 0px; } */

/*----------------------------------------1024--------------------------------*/

@media screen and (max-width:1024px) {
    /**************************** basic setting ***************************/
    .section .btn_plus img {max-width: 3rem;}
    .btn_ic {
    padding: 1.25rem;
}
    .btn_ic .more {
    font-size: 0.785rem;
    font-weight: 700;
    letter-spacing: -1px;
}
    .btn_ic .more::before {
    width: 150%;
    top: -62%;
}
    .btn_ic .tit {
    gap: 0.75rem;
}
    .btn_ic .tit .ic {
    max-width: 1.5rem;
    max-height: 1.5rem;
}
    .btn_ic .tit p {
    font-size: 1.125rem;
}
    
    /***************************** main visual ****************************/
    .main_slider li>.wrap .txt {width: 50%; margin-left: 20px;}
    
    /********************************* main *******************************/
    .section .inner {
    padding: 9vh 2rem 1rem;
}
    .section .inner>.tit {margin-bottom: 1.25rem;}
    .section .inner>.tit h3 {font-size: 1.75rem;margin-bottom: 0.75rem;}
    .section .inner>.tit h4 {font-size: 1.125rem;}
    .sec_board .notice_top, .sec_gallery .gallery_top {gap: 1rem;}
    .sec_board .notice_top .box {
    padding: 1.25rem;
    width: calc((100% - 2rem) / 3);
}
    .sec_board .notice_top .box .tit h4 {
    font-size: 1.125rem;
    min-height: 3.125rem;
    margin: 0.25rem 0 0.5rem;
}
    .sec_board .notice_top .box .info, .sec_gallery .gallery_bottom {
    margin-top: 1rem;
}
    .sec_board .notice_bottom {margin-top: 1rem;}
    .sec_board .notice_bottom .box {
    padding: 0.75rem 0;
}
    .sec_gallery .gallery_top .box {
    width: calc((100% - 2rem) / 3);
}
    .sec_gallery .gallery_top .box .img {height: 10rem;}
    .sec_gallery .gallery_top .box .tit {padding: 1.25rem 1.25rem 0;}
    .sec_gallery .gallery_top .box .info {
    padding: 0 1.25rem 1rem;
}

.txt_flow_arrow {
    flex-wrap: wrap;
}
.txt_flow_arrow .box {
    width: 100%;
}
.txt_flow_arrow .box p {
    font-size: 1rem;
}
.txt_flow_arrow .arrow {
    margin: 20px auto;
    transform: rotate(90deg) !important;
}
.reverse>.arrow {
    margin: 20px auto;
}

.icons_03, .icons_04, .icons_04_2 {
    flex-wrap: wrap;
}
.icons_03 .ic, .icons_04 .ic, .icons_04_2 .ic {
    width: 100%;
}
.icons_04_2 .ic:first-child {
    padding: 0;
    margin-bottom: 40px;
}
.icons_04_2 .ic:nth-child(2), .icons_04_2 .ic:nth-child(3) {
    padding: 0;
    margin-bottom: 40px;
}
.icons_04_2 .ic:last-child {
    padding: 0;
    margin-bottom: 0;
}
.icons_04 .ic:first-child {
    padding: 0;
    margin-bottom: 40px;
}
.icons_04 .ic:nth-child(2), .icons_04 .ic:nth-child(3) {
    padding: 0;
    margin-bottom: 40px;
}
.icons_04 .ic:last-child {
    padding: 0;
    margin-bottom: 0;
}

.txt_flow_6 .box, .txt_flow_3 .box {
    width: 100%;
}

}



/*----------------------------------------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;}
    .txt_box_lg { display: inherit; width: 90%;}
    .txt_box_lg h5 { width: 100%;margin: 0rem auto 1rem;font-size: 1.25rem;}
    .txt_box_lg .tel { width: 100%;font-size: 2.25rem; line-height: 3rem;}

}

/*--------------------------------------870----------------------------------*/

@media screen and (max-width:875px) {
    .img_cctv img{
        width: 45%;
    }
    .phone_ul_ceter ul{
        width: 90%;
    }
}    



/*--------------------------------------800----------------------------------*/
@media screen and (max-width:800px) {
    
    /******************************* 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;
    }

    .address .md {width: 100%;margin-bottom: 1rem;}
    .cont_lr {display: inherit; }
    .cont_lr .left, .cont_lr .right { width: 100%;}
    .cont_lr .left, .cont_lr .right { margin-top: 30px;}
    /* .cont_lr .left .img_area, .cont_lr .right .img_area { margin: 20px auto 0;} */
    .cont_lr > .mt_30 { display: none;}
    .cont_lr.three .left { width: 100%;}
    .cont_lr.three .right { width: 100%;}
    .cont_lr img {width: 100%;}


}




/*--------------------------------------700----------------------------------*/
@media screen and (max-width:700px) {
    /***************************** footer ******************************/
    .footer_info .box {
        width: 100%;
    }
    /******** 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;}
}




/*----------------------------------------640--------------------------------*/

@media screen and (max-width:640px) {
    /**************************** basic **************************/

	input[type="text"], input[type="password"], select { font-size:0.875rem; }
	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 { 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;line-height: 2rem;}
    .cont_tit_m h5, .cont_tit_nm h5 {margin-bottom: 2rem;font-size: 1.5rem;line-height: 2rem;}
    .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%;}

    /*************************** header **************************/
    .header_search_wrap {
        padding: 6px;
        width: 100%;
        max-width: 100%;
        margin: 14px;
        margin-top: 0;
    }
    #header .open .map a {
        width: 80px;
    }
    #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 {
        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% - 150px);
        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;
        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;
    }

    /************************ 질문 답변 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 {
    padding: 2rem 0;
}
    .footer .wrapper .top {
        display: inherit;
    }

    .footer .wrapper .site, .footer .wrapper .site ul li {width: 12rem;height: 32px;line-height: 32px;}
    .footer .wrapper .site ul {
    bottom: 26px;
}
    .footer .wrapper .link li {width: 100%;}
    .footer .wrapper .link span {display: none;}

    }






/*----------------------------------------580--------------------------------*/

@media screen and (max-width:580px) {
    /************************tab contents setting ***************************/
    .tab_scroll-tab {
        margin-bottom: 0;
    }
    .tab_link-tab .tab {width: 33.33%;font-size: 1rem;}

    /************************ 기업형 인터넷 전화 ***************************/
    .phone_ul_ceter ul {
        width: 100%;
        font-size: var(--txt-lg);
    }
}
	
	
	
	
	
/*----------------------------------------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;}
    #mainVideo {
        height: calc(100vh - 50px);
        top: 50px;
    }
    
    /*************************** 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 ************************/
    .sub_visual {
        padding: 0;
        margin-top: 52px;
    }
    /*************************** 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%;
    }
	.border {padding: 1.5rem;}

    
}	
	
	
	
	
/*----------------------------------------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;}

    /******************* 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;}
}