@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 img {
    width: 115px;
}
/* -----------------------  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_mid .wrapper {
    flex-direction: column-reverse;
}
.footer .wrapper .txt {margin-top: 1rem;}

/* ----------------------- 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;
}

/******************************** 인사말 ******************************/
.greeting .bottom_box {padding: 2rem 0;}
.greeting .top_box{height: 250px;padding: 3rem;}
.greeting .top_box .txt{font-size: 1.375rem;}
.greeting .top_box .txt2{font-size: 1rem;}
.greeting .top_box .txt span{font-size: 1.5rem;}
.greeting .top_box .txt:after{width: 60%;}
.greeting .top_box img{width: 250px;right: 3rem;}

/*slick-slide*/
.slick_wrap {
    width: 90%;
}




/*----------------------------------------1300--------------------------------*/

@media screen and (max-width:1300px) {
     /**************************** 노래자랑 참여안내 ***************************/
   .sec2_txt_box{
    width: 100%;
    padding: 2.5rem;
   }
   .sec2_txt_box>p{
    /* padding: 0.7rem; */
    margin-top: 0;
   }
   .sec2_button{
    width: 100%;
    /* margin: 0; */
   }

     /**************************** 회사소개 ***************************/
    .sec3_txt_box{
        width: 100%;
        padding: 2rem;
        margin: 1.5rem auto 0;
        height: auto;
    }
    .sec3_logo{
        gap: 2rem;
    }
    .sec_logo_01{
        width: auto;
        height: 90px;
    }
    .sec_logo_02{
        width: auto;
        height: 90px;
    }
    .sec3_txt_box>p{
        /* padding: 2rem; */
        margin: 0;
    }
    .sec3_button_wrap{
        margin: 3rem auto 0;
    }
     

}

/*----------------------------------------1080--------------------------------*/

@media screen and (max-width:1080px) {
.info_list>li br {
    display: none;
}
}
/*----------------------------------------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 2rem;
}
    .sec1 .inner{
        padding: 1rem 2rem 1rem;
    }
    /* .sec2 .inner{
        padding: 1rem 2rem 1rem;
    } */
    .sec1 .inner>.tit{
        margin-bottom: 2rem !important;
    }

    .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;
}
.address .lg {font-size: 1.325rem;padding: 1.5rem;margin-bottom: 1rem;}
.address .md {width: 32%;margin-bottom: 2rem;border-radius: var(--radius-3-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;}

    /********************************* 연말결선 참여안내 *******************************/
    .section .sec1 .inner{
        width: 100%;
    }
    .notice>iframe{
        width: 100%;
    }

    /********************************* 회사소개 안내 *******************************/
    .sec_logo_01{
        height: 75px;
    }
    .sec_logo_02{
        height: 75px;
    }
    .sec3_button{
        width: 350px;
    }
    .sec4_child_box>li {
        width: calc((100% - 2rem) /2);
    }

}



/*----------------------------------------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;}

     /********************************* 실종아동찾기 *******************************/
     .sec4_tit{
        font-size: 2.1rem;
    }
    .sec4_tit>h3>span>img{
        width: 200px;
        height: 45px;
    }


}



/*--------------------------------------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;
    }

    /******************************** 인사말 ******************************/
    .greeting .top_box{height: 380px;padding: 2rem;}
    .greeting .top_box img{right: 2rem;}

    .address .md {width: 100%;margin-bottom: 1rem;}

    /**************************** 무봉티비 메인비주얼 ***************************/
    .visual_wrap_01 .visual_button{
        width: 350px;
        height: 60px;
    }
    .visual_button_01{
        font-size: 1.9rem;
    }
    .visual_button>div>img{
        width: 145px;
        height: 27px;
    }

}




/*--------------------------------------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;}
    .cont_tit_m h5, .cont_tit_nm h5 {margin-bottom: 2rem;font-size: 1.5rem;}
    .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% - 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;
        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;
    }

    /******************************** 연혁 ******************************/
    .history .year_wrap .year {font-size: 1.125rem;margin: 0 0 0.5rem;width: 100%;}
    .history .year_wrap .month_wrap .month {font-size: 1rem;}
    .history .year_wrap .month_wrap .txt {padding: 0.125rem 0.25rem;}
    .history .year_wrap .month_wrap .txt li {font-size: 0.925rem;}
    .history .year_wrap .month_wrap {margin-bottom: 0.5rem;width: 100%;}

    
    /***************************** footer ******************************/
    .footer {
    padding: 2rem 0;
}
    .footer .wrapper .logo {
    max-width: 8rem;
    display: flex;
    align-items: center;
    justify-content: center;
}
    .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;}

    /***************************** 연말결선 참여안내 ******************************/
    .section2_button_wrap{
        width: 100%;
        height: 50px;
        font-size: 1.1rem;
        font-weight: bold;
    }
    .section2_button>img{
        width: 90px;
        height: 19px;
    }
    .sec1_tit{
        font-size: 2.5rem !important;
    }
   
    /***************************** 노래자랑 참여안내 ******************************/
    .sec2_txt_box>p{
        font-size: 1rem;
        /* padding: 0.8rem; */
    }
    .sec2_txt_box>p>span>img{
        width: 85px;
        height: 15px;
    }
    .sec2_tit{
        font-size: 2.5rem !important;
    }
    .sec2_button{
        width: 100%;
        height: 50px;
    }
    .sec2_button>p{
        font-size: 1.2rem;
    }
    .sec2_txt_box{
        padding: 1.5rem;
        height: auto;
    }
    .slick_wrap .slick-prev{
        left: -40px;
    }
    .slick_wrap .slick-next{
        right: -40px;
    }
    .sec4_child_box>li {
        width: 100%;
        height: auto;
    }
    .sec2_txt_br{
        display: block;
    }
    .sec2_txt_br_x{
        display: none;
    }

     /***************************** 회사소개 안내 ******************************/
     .sec3_logo{
        flex-direction: column;
        gap: 0;
        margin: 0 auto;
     }
     .sec3_txt_box>p{
        font-size: 1.15rem;
        /* padding: 1.8rem; */
     }
     .sec3_txt_box>p>span>img{
        width: 120px;
        height: 25px;
     }
     .sec3_button_wrap{
        flex-direction: column;
        margin: 2rem auto 0;
     }
     .sec3_button{
        width: 250px;
        height: 60px;
        margin-bottom: 1rem;
     }
     .sec3_button>p{
        font-size: 1.3rem;
     }
     /* .sec_logo_01{
        width: 100%;
        height: auto;
     }
     .sec_logo_02{
        width: 100%;
        height: auto;
     } */
    .sec3_txt_br{
        display: block;
    }
    .sec3_txt_br_x{
        display: none;
    }

     /***************************** 실종아동 찾기 ******************************/
     .sec4_tit{
        font-size: 1.438rem;  
        line-height: 2.5rem;
     }
     .sec4_tit>h3>span>img{
        width: 150px;
        height: 32px;
     }
     .sec4_child_box{
        gap: 1rem;
     }
     .sec4_child_box>li{
        /* height: 170px; */
     }
     .sec4_01{
        margin-top: 1rem;
     }
     .sec4_cont_box{
        margin: 0;
     }
     .child_info{
        /* padding: 5px 21px; */
     }
}






/*----------------------------------------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;}

    /************************ 무봉티비 레이어팝업 ***************************/
    #popup_20231129{
        width: 250px !important;
        margin: 0 auto !important;
        right: 0 !important;
        left: 0 !important;
        top:350px !important;
    }
    .layer_popup2 .chk_close{
        margin-top: -1.75rem;
        font-size: 0.75rem;
        margin-right: 10px;
    }
    .layer_popup2 .pop_close{
        padding-left: 10px;
        text-align: left;
    }
    #popup_20231103{
        width: 250px !important;
        margin: 0 auto !important;
        right: 0 !important;
        left: 0 !important;
        top: 0;
    }
    .layer_popup1 .chk_close{
        margin-top: -1.75rem;
        font-size: 0.75rem;
        margin-right: 10px;
    }
    .layer_popup1 .pop_close{
        padding-left: 10px;
        text-align: left;
    }
    #popup_20231106{
        width: 250px !important;
        margin: 0 auto !important;
        right: 0 !important;
        left: 0 !important;
        top: 0 !important;
        z-index: 1005;
    }
    .layer_popup3 .chk_close{
        margin-top: -1.75rem;
        font-size: 0.75rem;
        margin-right: 10px;
    }
    .layer_popup3 .pop_close{
        padding-left: 10px;
        text-align: left;
    }

    /************************ 실종아동찾기 ***************************/
    .sec4_tit{
        font-size: 1.3rem;
    }

}
	
	
	
	
	
/*----------------------------------------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%;
    }
	

    /******************************** 연혁 ******************************/
    .history .year_wrap .year {font-size: 1.125rem;margin: 0 0 0.5rem;width: 100%;}
    .history .year_wrap .month_wrap .month {font-size: 1rem;}
    .history .year_wrap .month_wrap .txt {padding: 0.125rem 0.25rem;}
    .history .year_wrap .month_wrap .txt li {font-size: 0.925rem;}
    .history .year_wrap .month_wrap {margin-bottom: 0.5rem;width: 100%;}

    /******************************** 실종아동 찾기 ******************************/
    /* .child_info{
        padding: 5px 7px;
    } */
    .sec4_tit{
        font-size: 1.5rem;
    }

    /**************************** 무봉티비 메인비주얼 ***************************/
       .visual_wrap_01 .visual_button{
        width: 330px;
        height: 55px;
    }
    .visual_button_01{
        font-size: 1.6rem;
    }
    .visual_button>div>img{
        width: 110px;
        height: 21px;
    }

    /************************ 회사소개 ***************************/
    .sec_logo_02{
        width: 270px;
        height: auto;
    }
    .sec_logo_01{
        width: 270px;
        height: auto;
    }
    
}	    
	
	
	
	
/*----------------------------------------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;}

    /******************* 노래자랑 참여안내 ********************/
    .sec2_button>p{
        font-size: 1rem;
    }
    .slick_wrap .slick-prev{
        left: -30px;
    }
    .slick_wrap .slick-next{
        right: -30px;
    }


    

}