@charset "utf-8";

/**************************************************************/
/**************************************************************/
/************************ sub 서브페이지 **********************/
/**************************************************************/
/**************************************************************/


/* --------------greeting----------- */
.greeting .top_box{
    width: 100%;
    height: auto;
    padding: 5rem 5rem 5rem;
    background-image: url(../images/sub/greeting_bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
.greeting .top_box .txt{font-size: 2rem;color:#fff;line-height: 1.4em;}
.greeting .top_box .txt:after{
  content:"";
  width: 70%;
  height: 2px;
  background:#fff;
  /* display:block; */
  margin-top:2rem;
}
.greeting .top_box .txt span{font-weight:bold;}
.greeting .top_box .txt2{margin-bottom: 2rem;font-size: 1.125rem;font-weight: bold;color: #fff;}
.greeting .top_box img{position:absolute;right: 5rem;bottom:0;}

.greeting .bottom_box{padding: 3rem 5rem;}
.greeting .bottom_box p{margin-bottom: 1rem;font-size: 1.125rem;text-align: justify;}

.greeting .bottom_box .name{font-size:1.25rem;margin-top:2rem;}

/* -------------------------- 현황 ---------------------------*/
.sub_active {
    padding-top: 19%;
}
.sub_active .box_wrap {
    width: 80%;
    background: #fff;
    margin: 0 auto;
    box-shadow: 0px 6px 25px 10px rgb(0 0 0 / 10%);
    /* border-radius: var(--radius-all-xs); */
}
.sub_active .box_wrap .box {
    display: flex;
    align-items: stretch;
}
.sub_active .box_wrap .box .img {
    margin-left: 3rem;
    margin-top: -1.5rem;
}
.sub_active .box_wrap .box .img img {
    width: 7rem;
    background: var(--main-color-2);
    padding: 0.5rem;
    box-shadow: 0px 6px 10px 0px rgb(0 0 0 / 20%);
    border-radius: 0 0 1rem 0;
}
.sub_active .box_wrap .box .txt {
    padding: 3rem;
}
.sub_active .box_wrap .box h5 {
    font-size: 1.75rem;
    color: var(--main-color);
}
.sub_active .box_wrap .box h6 {
    color: var(--sub-color);
    font-size: 1.25rem;
    letter-spacing: 1px;
    font-weight: bold;
}
.sub_active .box_wrap .box p {
    margin: 1.5rem 0 1rem;
    color: #555;
}

/* -------------------------- 연혁 ---------------------------*/
.history_wrap .tab_link .tablinks {width: 20%;}
.history_wrap .cont_tit_m {
    font-size: 2rem;
    color: var(--main-color-2);
}
.history .year_wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    border-top: 1px solid var(--sub-color-3);
    /* border-bottom: 1px solid var(--sub-color-3); */
    padding: 1.5rem 0;
    /* margin-top: 1rem; */
}
.history .year_wrap .year {
    font-size: 1.75rem;
    font-weight: 900;
    width: 15%;
    margin-top: 0.5rem;
}
.history .year_wrap .month_wrap {
    display: flex;
    width: 85%;
    margin-bottom: 1rem;
    align-items: center;
}
.history .year_wrap .month_wrap:last-child {margin: 0;}
.history .year_wrap .month_wrap .month {
    width: 7%;
    font-size: 1.5rem;
    color: var(--sub-color-2);
    font-weight: 600;
}
.history .year_wrap .month_wrap .txt {
    color: #111;
    font-weight: 500;
    padding: 0.5rem 0.75rem;
    background: #f1f1f1;
}


/* ------------------------- map 오시는길 --------------------------*/
.address {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 3rem;
}
.address .lg {
    text-align: center;
    font-size: var(--txt-3xl);
    color: var(--main-color-2);
    width: 100%;
    background: var(--sub-color-3);
    padding: 3rem;
    margin-bottom: 3rem;
    border-radius: var(--radius-3-md);
    transform: rotate(-0.03deg);
}
.address .lg span {
    font-weight: 600;
}
.address .md {
    width: 31%;
    display: flex;
    flex-wrap: wrap;
    border-radius: var(--radius-3-md);
    align-items: center;
    font-size: var(--txt-lg);
    margin-bottom: 3.5rem;
    border: 1px double var(--sub-color-3);
    padding: 1.5rem 1.5rem 1.25rem;
}
.address .md .tit {
    /* width: 100%; */
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: 1.25rem;
    position: relative;
    overflow: hidden;
    transform: rotate(-0.03deg);
}
.address .md .tit .material-icons {
    vertical-align: sub;
    color: var(--sub-color-3);
}
.address .md p {width: 100%;display: block;font-size: 1.75rem;border-radius: var(--radius-all-xl);text-align: center;transform: rotate(-0.03deg);}
.address .md p span {
    font-weight: 800;
    padding-right: 10px;
    font-size: 2rem;
}


/* -------------------------- 무봉tv메인 ---------------------------*/
.visual_boss_img{
    margin: 0 auto;
}
.visual_wrap_01{
    position: absolute;
    bottom: 10%;
    left: 50%;
    transform: translate(-50%, 50%);
    z-index: 999;
}
.visual_wrap_01 .visual_button{
    border-radius: 15px;
    width: 500px;
    height: 85px;
    background: #d71149;
    color: #fff;
    /* margin: 2.313rem auto; */
    font-size: 1.975rem;
    border: none;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    font-weight: bold;
    cursor: pointer;
}
.visual_button>div>img{
    width: 170px;
    height: 32px;
    margin-right: 0.5rem;
    margin-top: 0.1rem;
}
.visual_button_01{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

/* -------------------------- 무봉tv 연말결선 참여안내 ---------------------------*/
.section2_button_wrap{
    border-radius: 15px;
    width: 545px;
    height: 80px;
    background-color: #fff;
    color: #d71149;
    margin: 2.313rem auto 0;
    font-size: 1.875rem;
    border: none;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    font-weight: bold;
    cursor: pointer;
}
.section2_button{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.section2_button>img{
    width: 157px;
    height: 35px;
    margin-right: 0.5rem;
    margin-top: 0.1rem;
}
.video{
    position: relative;
    margin: 0 auto;
    max-width: 1100px;
    width: 100%;
}
.video>div{
    width: 100%;
    padding-bottom: 56.25%;
}
.video>div>iframe{
    border-radius: 20px;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

/* -------------------------- 무봉tv 노래자랑 참여안내 ---------------------------*/
.sec2_txt_box{
    width: 1200px;
    height: auto;
    margin: 0 auto;
    background: url('../images/main/sec3_mini_bg.png');
    border: 1px solid #d71149;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    justify-items: center;
    padding: 3.25rem;
}
.sec2_txt_box>p{
    text-align: center;
    font-size: 1.75rem;
    font-weight: 500;
    color: #fff;
    /* margin-top: 3.25rem; */
}
.sec2_button{
    width: 520px;
    height: 70px;
    background: #d71149;
    color: #fff;
    margin: 2rem auto 0;
    text-align: center;
    border-radius: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
}   
.sec2_button>p{
    font-size: 1.75rem;
    font-weight: bold;
}
.sec2_button>p span {
    font-weight: 300;
}
.sec2_txt_br{
    display: none;
}
/*slick-slide*/
.slick_wrap {
    width: 1200px;
    margin: 0 auto;
    /* height: 400px; */
    padding: 3rem 0 0;
}
.slick-list {
    width: 100%;
    margin: 0 auto !important;
}
.slick_wrap .slick-slide {margin:0 10px; overflow: hidden;}
.slick_wrap .slick-slide img {width: 100%;}
.slick_wrap .slick-slide .txt {height: 80px; max-height: 80px; padding: 20px; line-height: 1.2; border-top:1px solid #d7ddec;}
.slick-arrow {border:none; text-indent: -9999px; background: url(../images/main/next.png) no-repeat center center; position: absolute; top:50%; transform: translateY(-50%); width:19px; height: 38px; z-index: 99;}
.slick_wrap .slick-prev { background: url(../images/main/prev.png) no-repeat center center; left:-60px;}
.slick_wrap .slick-next {right:-60px;}





/* -------------------------- 무봉tv 회사소개 ---------------------------*/
.sec3_logo{
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    margin: 2.45rem auto;
}
.sec_logo_01{
    width: 383px;
    height: 100px;
}
.sec_logo_02{
    width: 521px;
    height: 106px;
}
.sec3_txt_box{
    width: 1200px;
    height: 450px;
    border: 1px solid #d71149;
    margin: 2.8rem auto 0;
    opacity: 0.95;
    background-color: #fff;
    padding: 3.25rem;
}
.sec3_txt_box>p{
    text-align: center;
    font-size: 2.15rem;
    font-weight: 500;
    color: #222;
    /* margin-top: 3.25rem; */
}
.sec3_txt_box>p>span>img{
    width: 175px;
    height: 37px;
}
.sec3_button_wrap{
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    margin: 4rem auto 0;
}
.sec3_button{
    width: 450px;
    height: 75px;
    background: #d71149;
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.sec3_button>p{
    font-size: 2.1rem;
    font-weight: bold;
    color: #fff;
}
.sec3_txt_br{
    display: none;
}

/* -------------------------- 무봉tv 실종아동 찾기 ---------------------------*/
.sec4_tit{
    font-weight: bold;
    font-size: 2.5rem;
    text-align: center;
    margin-bottom: 2.5rem;
    color: #222;
}
.sec4_tit>h3>span>img{
    width: 258px;
    height: 51px;
    margin-top: -0.3rem;
}
.sec4_footer{
    width: 100%;
    height: 110px;
    background-color: #242526;
    color: #fff;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}
.sec4_footer_txt{
    width: 1200px;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    flex-wrap: wrap;
}
.sec4_footer>img{
    width: 168px;
    height: 36px;
}
.sec4_cont_box{
    width: 100%;
    margin: 5.97rem auto;
}
.sec4_child_box{
    display: flex;
    justify-content: space-evenly;
    FONT-WEIGHT: 200;
    gap: 2rem;
    flex-wrap: wrap;
}
.sec4_01{
    margin-top: 2rem;
}
.sec4_child_box>li{
    width: calc((100% - 4rem) /3);
    height: 210px;
    border: 1px solid #ddd;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.sec4_ch_01,
.sec4_ch_02,
.sec4_ch_03,
.sec4_ch_04{
    padding: 30px 30px !important;
}
.child_img{
    display: block;
    /* float: left; */
    width: 35%;
    height: 100%;
}
.child_img>img{
    width: 100%;
    height: 100%;
}
.child_info{
    display: flex;
    flex-wrap: wrap;
    /* flex-direction: column; */
    background: #f8f8f8;
    padding: 20px;
    width: 65%;
    height: 100%;
}
.child_name{
    font-weight: bold;
    font-size: 1.125rem;
}
.child_name>span{
    font-weight: 500;
}
.info_list{
    font-size: 14px;
    margin-top: 10px;
    letter-spacing: -0.5px;
    display: flex;
    /* flex-direction: column; */
    flex-wrap: wrap;
}
.info_list>li{
    margin-bottom: 5px;
    text-indent: -60px;
    padding-left: 60px;
    /* font-size: 0.87rem; */
    font-weight: 500;
    line-height: 1.2rem;
    width: 100%;
}

/* -------------------------- 무봉tv 레이어팝업 ---------------------------*/
/* .layer_popup{display:none;} */

.layer_popup1 {position:absolute; width:450px; /*height: 450px;*/ top:50px; right:550px; z-index:1004;cursor:pointer; }
.layer_popup1 p {margin: 0 auto; text-align: center;}
/*.layer_popup p img {width:330px;}*/
.layer_popup1 .pop_close {  background-color: rgba(0,0,0,0.8);width:100%; height: 30px; color: #fff; line-height: 28px;text-align: center;font-size: 14px;}
.layer_popup1 .chk_close {  float: right; margin-top:-1.563rem; margin-right: 5px; font-size: 13px;}
.layer_popup1 .chk_close a { color: #fff; }

.layer_popup2 {position:absolute; width:450px; /*height: 450px;*/ top:50px; right:80px; z-index:1006;cursor:pointer;;}
.layer_popup2 p {margin: 0 auto; text-align: center;}
/*.layer_popup p img {width:330px;}*/
.layer_popup2 .pop_close {  background-color: rgba(0,0,0,0.8);width:100%; height: 30px; color: #fff; line-height: 28px;text-align: center;font-size: 14px;}
.layer_popup2 .chk_close {  float: right; margin-top:-1.563rem; margin-right: 5px; font-size: 13px;}
.layer_popup2 .chk_close a { color: #fff; }

.layer_popup2_pc_close{display: none;}

.layer_popup3 {position:absolute; width:550px; /*height: 450px;*/ top:50px; right:550px; z-index:1004;cursor:pointer; }
.layer_popup3 p {margin: 0 auto; text-align: center;}
/*.layer_popup p img {width:330px;}*/
.layer_popup3 .pop_close {  background-color: rgba(0,0,0,0.8);width:100%; height: 30px; color: #fff; line-height: 28px;text-align: center;font-size: 14px;}
.layer_popup3 .chk_close {  float: right; margin-top:-1.563rem; margin-right: 5px; font-size: 13px;}
.layer_popup3 .chk_close a { color: #fff; }

.hide_popup{display:none !imporant;}