@charset "utf-8";
/*main Header*/
.main .header { border-color: #e5e5e5; }
/*공통*/
.list--dot li { position: relative; padding-left: 16px; padding-bottom: 5px; font-size: 18px; color: var(--main-color); line-height: 1.4; }
.list--dot li::before { position: absolute; left: 0; top: 9px; width: 5px; height: 5px; background-color: var(--main-color); content: ""; }
.btn__link--arrow { display: inline-block; width: 80px; height: 35px; border-radius: 17px; background: #e2e2e2 url(../img/new/icon__btn--arrow.png) no-repeat 50% 50%; background-size: 22px auto; }

.main__visual { background: url(../img/new/bg__visual.png) no-repeat 50% 0; }
.main__visual .swiper-slide { max-width: 840px; width: 100%; }

.main__visual .visual__item__pc { position: relative; display: block; line-height: 0;display: block;  }
.main__visual .visual__item__pc img { width: 100%; }
.main__visual .visual__item__mo { position: relative; display: block; line-height: 0;display: none;  }
.main__visual .visual__item__mo img { width: 100%; }

.main__visual .visual__item { position: relative; display: block; line-height: 0;  }
.main__visual .visual__item img { width: 100%; }
.main__visual .visual__item .pc { display: block; }
.main__visual .visual__item .mo { display: none; }
.main__visual .visual__textbox { position: absolute; bottom: 0; left: 0; width: 100%; height: 120px; padding: 25px 40px 0; background: rgba(0,0,0,0.7); color: #fff;  transition: 0.4s; }
.main__visual .title--large {  font-size: 28px; font-weight: 700; line-height: 1.4; opacity: 0; transition: 0.4s; } 
.main__visual .title--small {  padding-top: 10px; font-size: 16px; line-height: 1.4; opacity: 0; transition: 0.4s; }

.main__visual .swiper-slide-active .visual__textbox  { height: 150px; word-break: keep-all; }
.main__visual .swiper-slide-active .title--large { font-size: 28px; opacity: 1; }
.main__visual .swiper-slide-active .title--small { font-size: 16px; opacity: 1; }

.main__visual .swiper__buttons {position: absolute; left:50%; bottom: 15px; width:100%; max-width: 1170px; min-width: 1000px; margin: 0 auto;text-align: center; z-index:1; transform: translateX(-50%);}/* max-width: 1124px;  제외 */
.main__visual .swiper__buttons .swiper__button--circle { top: calc(-193px - 32px) } 
.main__visual .swiper-pagination { display: inline-block; position: relative; bottom: 0; width: auto; line-height: 0; vertical-align: top; }
.main__visual .swiper-pagination-bullet { width: 20px; height: 20px; border-radius: 0; opacity: 1; background: #888; transition: width 0.4s; }/*20221020 웹접근성수정:기존:width: 12px; height: 12px;*/
.main__visual .swiper-pagination-bullet-active { width: 30px; background-color: #5a68eb; }/*20221020 웹접근성수정:기존:width: 24px;*/
.main__visual .swiper_autoCtrl { display: inline-block; vertical-align: top; padding-left: 10px; }
.main__visual .swiper_autoCtrl button { position: relative; display: inline-block; width: 20px; height: 20px; background-size: cover; background-position: 50%; background-repeat: no-repeat; vertical-align: top; z-index: 1; }/*20221020 웹접근성수정 기존: width: 12px; height: 12px;*/
.main__visual .swiper_autoCtrl .swiper_button-start { background-image: url(../img/new/icon__play_white.png); }
.main__visual .swiper_autoCtrl .swiper_button-stop { background-image: url(../img/new/icon__stop_white.png); }
.main__visual .swiper_autoCtrl.start .swiper_button-start { display: none; }
.main__visual .swiper_autoCtrl.start .swiper_button-stop { display: block; }
.main__visual .swiper_autoCtrl.stop .swiper_button-start { display: block; }
.main__visual .swiper_autoCtrl.stop .swiper_button-stop { display: none; }
.main__visual .swiper__buttons .swiper-button-prev { left: 10px }
.main__visual .swiper__buttons .swiper-button-next { right: 10px; }

/*swiper 버튼*/
.swiper-button-next, .swiper-button-prev { z-index: 1; }
.swiper__button--circle { width: 64px; height: 64px; border-radius: 50%; background-color: #000; }
.swiper__button--circle.swiper-button-next:after,
.swiper__button--circle.swiper-button-prev:after { width: 24px; height: 24px; background-size: contain ; background-repeat: no-repeat; background-position: 50%; content: ""; }
.swiper__button--circle.swiper-button-next:after { background-image: url(../img/new/icon__swiper--next.png); }
.swiper__button--circle.swiper-button-prev:after { background-image: url(../img/new/icon__swiper--prev.png); }

.swiper__buttons--box { width: 100px; height: 50px; display: flex; }
.swiper__buttons--box [class*="swiper-button"] { position: relative; width: 50px; height: 50px; top:0; margin:0; left:auto; right:auto; background-color: #1428a0; }
.swiper__buttons--box .swiper-button-next:after, 
.swiper__buttons--box .swiper-button-prev:after { width: 20px; height: 20px; background-size: 20px auto; background-repeat: no-repeat; background-position: 50%; font-size: 0; }
.swiper__buttons--box .swiper-button-next:after { background-image: url(../img/new/icon__swiper--next.png); }
.swiper__buttons--box .swiper-button-prev:after { background-image: url(../img/new/icon__swiper--prev.png); }
.swiper__buttons--box .swiper-button-next.swiper-button-disabled, 
.swiper__buttons--box .swiper-button-prev.swiper-button-disabled { opacity: 1; background-color: #ccc; }


/*section*/
.main__section { margin: 80px 0; }
.section--titlebox { padding-bottom: 38px; }
.section--title { font-size: 32px; font-weight: 800; color: var(--main-color); }
.section--title span { color: var(--blue-color); }
.section--subtext { padding-top: 6px; font-size: 18px; color: #000; }

/*사업소개*/
.business .inner { position: relative; }
.businessSwiper .swiper-slide { display: flex;  }
.business__item { position: relative; width: 33.333%; min-height: 350px; padding: 34px 1% 60px 3.3%; background-color: #f4f4f4; letter-spacing: -0.5px; word-break: keep-all; }
.business__item + .business__item { margin-left:2.8%; }
.business__item dt { position: relative; padding: 0 0 10px; }
.business__item dt span { display: block; padding-top: 16px; color: #0f2ea0; font-size: 26px; font-weight: 700; transition: 0.6s;  }
.business__item .info__text { position: relative; color: #666; font-size: 16px; line-height: 1.4; transition: 0.6s;  } 
.business__item .list--dot { padding-top: 17px;  }
.business__item .list--dot li { opacity: 1; transition: 0.6s; }
.business__item:hover .list--dot li { opacity: 0; }
.business__item .btn__link--arrow { position: absolute; bottom: 25px; right: 40px; }
.business .swiper__buttons--box { position: absolute; right:20px; top:0;  }

.business__item dt::before { position: relative; display: block; width: 80px; height: 43px; background-repeat: no-repeat; background-position: 0 0; content: ""; }

.business__item.business01 dt::before { background-image: url(../img/new/icon__business01.png); }
.business__item.business02 dt::before { background-image: url(../img/new/icon__business02.png); }
.business__item.business03 dt::before { background-image: url(../img/new/icon__business03.png); }
.business__item.business04 dt::before { background-image: url(../img/new/icon__business04.png); }
.business__item.business05 dt::before { background-image: url(../img/new/icon__business05.png); }
.business__item.business06 dt::before { background-image: url(../img/new/icon__business06.png); }
.business__item.business07 dt::before { background-image: url(../img/new/icon__business07.png); }
.business__item.business08 dt::before { background-image: url(../img/new/icon__business08.png); }
.business__item.business09 dt::before { background-image: url(../img/new/icon__business09.png); }
.businessSwiper .swiper-pagination-progressbar { display: none;} 
@media screen and (min-width: 801px){ 
    .business__item:hover .btn__link--arrow { background: #fff url(../img/new/icon__btn--arrow_blue.png) no-repeat 50% 50%; background-size: 22px auto; }
    .business__item:hover dt span ,
    .business__item:hover .info__text { color: #fff; } 
    .business__item:hover dt::before { background-position-y: 100%; }


    .business__item::before { opacity: 0; position: absolute; left: 0; top:0; width: 100%; height: 100%;background-repeat: no-repeat; background-position:50%; background-size: cover; content: ""; transition: 0.6s; }
    .business__item.business01::before { background-image: url(../img/new/bg__business01.jpg); }
    .business__item.business02::before { background-image: url(../img/new/bg__business02.jpg); }
    .business__item.business03::before { background-image: url(../img/new/bg__business03.jpg); }
    .business__item.business04::before { background-image: url(../img/new/bg__business04.jpg); }
    .business__item.business05::before { background-image: url(../img/new/bg__business05.jpg); }
    .business__item.business06::before { background-image: url(../img/new/bg__business06.jpg); }
    .business__item.business07::before { background-image: url(../img/new/bg__business07.jpg); }
    .business__item.business08::before { background-image: url(../img/new/bg__business08.jpg); }
    .business__item.business09::before { background-image: url(../img/new/bg__business09.jpg); }
    .business__item:hover::before { opacity: 1; }

    
}

@media screen and (max-width:800px) {
    .main .header { border-color: transparent; }
    .main__section { margin: 50px 0; }
    .section--titlebox { padding-bottom: 35px; text-align: center; }
    .section--subtext { padding-left: 6%; padding-right: 6%; word-break: keep-all; }

    .main__visual { padding: 0 20px; background: none; }
    .main__visual .visual__item .pc { display: none; }
    .main__visual .visual__item .mo { display: block; }
	.main__visual .visual__item__pc { display: none; }
	.main__visual .visual__item__mo { display: block; }
	
    .main__visual .swiper__buttons { position: relative; bottom: 0; padding-top: 15px; }
    .main__visual .swiper__buttons .swiper-pagination { position: relative; bottom: 0; padding: 0 0 0; }
    .main__visual .swiper__button--circle { display: none; }
    .main__visual .title--large,
    .main__visual .swiper-slide-active .title--large { font-size: 20px; }
    .main__visual .title--small { display: none; }
    .main__visual .swiper-pagination-bullet { height: 10px; width: 10px; margin: 0 3px; }
    .main__visual .swiper-pagination-bullet-active { width: 21px; }
    .main__visual .swiper-slide-active .visual__textbox { height: auto; padding: 21px 20px;  }
    .main__visual .visual__textbox { height: auto; padding: 21px 20px; }
    .main__visual .swiper_autoCtrl .swiper_button-start { background-image: url(../img/new/icon__play.png); }
    .main__visual .swiper_autoCtrl .swiper_button-stop { background-image: url(../img/new/icon__stop.png); }
    
    /*사업소개*/
    .businessSwiper .swiper-slide { display: block; }
    .business__item { width: 100%; min-height: 182px; padding: 25px 130px 20px 35px; }
    .business__item + .business__item { margin: 15px 0 0 0; }
    .business__item .list--dot { display: none; }
    .business__item .btn__link--arrow { right: 23px; bottom: calc(50% - 17px); }
    .business .swiper__buttons--box { display: none; }
    .businessSwiper { padding-bottom: 23px;}
    .businessSwiper .swiper-pagination-progressbar { display: block; height: 3px;; bottom: 0; top:auto }
    .swiper-pagination-progressbar .swiper-pagination-progressbar-fill { background: var(--point-color) }
 }

@media screen and (max-width:640px) {
    .section--titlebox { padding-bottom: 26px; text-align: center; }
    .section--title { font-size: 27px; }
    .section--subtext { font-size: 13px; }

    /*사업소개*/
    .btn__link--arrow { width: 50px; height: 22px; background-size:14px auto }
    .businessSwiper { padding-bottom: 20px; }
    .business__item { min-height: 136px; padding: 16px 79px 16px 23px; }
    .business__item dt::before { height: 24px; background-size: auto 49px; }
    .business__item dt span { padding-top: 8px; font-size: 20px; }
    .business__item .info__text { font-size: 12px; }
    
    

}

/*활동*/
.activity_wrap { display: flex; }
.activity_press { position: relative; width: 100%; padding: 40px 20px; background-color: #eff1f6; }
.activity_press a { display: block;}
.activitySwiper { width: 611px; margin: 0 auto;  }
.press_box { border-top: 2px solid #111; }
.press_box .title_box { padding: 22px 20px 23px; }
.press_box .title_box .title { display: block; font-size: 21px; line-height: 30px; height: 60px; color: var(--main-color);
    overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-box-orient: vertical; word-wrap: break-word; -webkit-line-clamp: 2;}
.press_box .title_box .date { padding-top: 16px; color: #777; font-size: 14px;  }
.press_box .img_box { position: relative; }
.press_box .badge { position: absolute; padding: 0 24px; line-height: 30px; height: 30px; color: #fff; font-size: 13px; text-align: center;  display: inline-block; }
.press_box .badge.press {background-color: #4a57d7; }
.press_box .badge.activity { background-color: #cc4a0a; }/*20221020 웹접근성수정 기존:background-color: #fb681f;*/
.press_box img { width: 100%; vertical-align: top; }
.activity_press .swiper__button--circle { width: 46px; height: 46px; background-color: #0e1436; }
.activity_press .swiper__button--circle.swiper-button-next:after, 
.activity_press .swiper__button--circle.swiper-button-prev:after { width: 21px; height: 21px; }
.activity_press .swiper__button--circle.swiper-button-next { right: 23px }
.activity_press .swiper__button--circle.swiper-button-prev { left: 23px }
.activity_press .swiper-button-next.swiper-button-disabled, 
.activity_press .swiper-button-prev.swiper-button-disabled { opacity: 0.15; }

.activity_btns { max-width: 380px; min-width: 340px; width: 31.5%; margin-left: 35px; flex-shrink: 0; }
.activity_btns .btn_box { height: 206px; padding: 34px 4% 25px; }
.activity_btns .btn_box .title_box { width: 301px; margin: 0 auto; padding-left: 60px; padding-bottom: 23px; font-size: 24px; font-weight: 700; } 
.activity_btns .btn_box .title {  color: #fff; line-height: 28px;}
.activity_btns .btn_box .title--small { font-size: 17px; color: #67bcf5; line-height: 28px;}
.activity_btns .btn_box .title--blue { color: #67bcf5;  line-height: 28px; }
.activity_btns .btn_box.sns { background-color: #042858; }
.activity_btns .btn_round { display: block; margin: 0 20px 0; padding: 5px 0; height: 60px; text-align: center; border-radius: 34px; background-color: #fff; transition: all 0.4s; }
.activity_btns .btn_round span { display: inline-block; padding-right: 27px; line-height: 50px; font-size: 18px; font-weight: 700; color: #34498d; transition: all 0.4s;  background-image: url(../img/new/icon__download.png); background-repeat: no-repeat; background-position: 100% 50%; background-size: 16px auto ; }
.activity_btns .foundation .btn_round:hover { background-color: #000000; color: #fff; }
.activity_btns .foundation .btn_round:hover span { color: #fff;  background-image: url(../img/new/icon__download_on.png);} 
.activity_btns .btn_box.foundation { margin-bottom: 8px; background-color: #324ca1; }
.activity_btns .btn_box.foundation .title_box { background: url(../img/new/icon__file.png) no-repeat 0 0; background-size: 35px auto; }
.activity_btns .btn_box.sns .title_box { background: url(../img/new/icon__sns_large.png) no-repeat 0 10%; background-size: 37px auto; }/*20220921수정*/
.activity_btns .btn_round li { display: inline-block; height: 50px; }
.activity_btns .btn_round li:first-child { margin-left: 10px; }
.activity_btns .btn_round [class^="sns__icon"] { display: inline-block; width: 50px; height: 50px; border-radius: 50%; background-size: 27px; background-repeat: no-repeat; background-position: 50%; transition: all 0.4s; }
.activity_btns .btn_round .sns__icon--instagram { background-image: url(../img/new/icon__sns_instagram.png); }
.activity_btns .btn_round .sns__icon--facebook { background-image: url(../img/new/icon__sns_facebook.png); }
.activity_btns .btn_round .sns__icon--youtube { background-image: url(../img/new/icon__sns_youtube.png); }
.activity_btns .btn_round .sns__icon--blog { background-image: url(../img/new/icon__sns_blog.png); }
.activity_btns .btn_round [class^="sns__icon"]:hover { background-color: #000;}
.activity_btns .btn_round .sns__icon--instagram:hover{ background-image: url(../img/new/icon__sns_instagram_on.png); }
.activity_btns .btn_round .sns__icon--facebook:hover { background-image: url(../img/new/icon__sns_facebook_on.png); }
.activity_btns .btn_round .sns__icon--youtube:hover { background-image: url(../img/new/icon__sns_youtube_on.png); }
.activity_btns .btn_round .sns__icon--blog:hover { background-image: url(../img/new/icon__sns_blog_on.png); }
@media screen and (max-width:1090px) {
    
    .activity_wrap { display: block;  }
    .activity_press { margin: 0 -20px; width:auto }
    .activity_btns {width: 100%; margin: 20px 0 0; max-width: 100%; display: flex; justify-content: space-between; }
    .activity_btns .btn_box { width: calc(50% - 5px) }
}
@media screen and (max-width:800px) {
    .activitySwiper { max-width: 611px; width: 100%; }
    .activity_press { padding-bottom: 86px; }
    .activity_press .swiper__button--circle { top:auto; bottom: 26px;; margin:0; width: 36px; height: 36px; }
    .activity_press .swiper__button--circle.swiper-button-next { right: calc(50% - 36px - 5px) }
    .activity_press .swiper__button--circle.swiper-button-prev { left: calc(50% - 36px - 5px) }
    .activity_press .swiper__button--circle.swiper-button-next:after, 
    .activity_press .swiper__button--circle.swiper-button-prev:after { width: 17px; height: 17px; }

    .activity_btns { display: block; min-width: auto; }
    .activity_btns .btn_box { width: 100% } 
    .activity_btns .btn_box.foundation { margin-bottom: 20px; }
    .activity_btns .btn_round { max-width: 360px; margin:0 auto 0 }
}
@media screen and (max-width:640px) {
    .activitySwiper .swiper-wrapper { padding-left: 20px; }
    .activitySwiper .swiper-slide { width: 183px; }
    .activitySwiper .swiper-slide:last-child { margin-right: 40px; }
    .activity_press { padding: 36px 0 86px; }
    .press_box .title_box { padding: 17px 8px; }
    .press_box .title_box .title { font-size: 14px; line-height: 19px; height: 38px; }
    .press_box .title_box .date { padding-top: 10px; font-size: 11px; }
    .press_box .badge { font-size: 10px; height: 21px; line-height: 21px; padding: 0 15px; }

    .activity_btns .btn_box { height: auto; padding-bottom: 30px; }
    .activity_btns .btn_box .title,
    .activity_btns .btn_box .title--blue { font-size: 19px; line-height: 22px; }
    .activity_btns .btn_box .title--small { font-size: 11pt; line-height: 22px; }
    .activity_btns .btn_box .title_box { width: 250px; padding-left: 50px; }
    .activity_btns .btn_box.foundation .title_box { background-size: 30px auto; }
    .activity_btns .btn_box.sns .title_box { background-size: 31px auto; }
    .activity_btns .btn_round { height: 50px; padding: 0; max-width: 236px; }
    .activity_btns .btn_round span { line-height: 50px; font-size: 15px; }
    .activity_btns .btn_round [class^="sns__icon"] { margin-top: 5px; width: 40px; height: 40px; background-size: 23px; }
    
	/*재단활동 사진사이즈_20220921*/
    .press_box .img_box { height:140px; }
}

/*재단사업사진롤링_20220920*/

.activity_press2 {background-color: #ffffff; position: relative; width: 100%; padding: 0px;}

.scaleNew_sb {border: 1px solid #111111; height: auto; width: 100%; box-sizing: border-box; overflow: hidden;}

.sb_btmBox {display: block; padding: 30px; text-align: center; background: #f6f6f6; font-size: 16px; color: #111111;}

.scaleNew_sb img {width: 100%; vertical-align: top; display: block;}

.sb_btmbox {padding: 20px;}



.activity_press2 .swiper__button--circle {width: 50px;height: 50px;background-color: #111111;border-radius: 0;}

.activity_press2 .swiper__button--circle.swiper-button-next:after, 

.activity_press2 .swiper__button--circle.swiper-button-prev:after { width: 21px; height: 21px; }

.activity_press2 .swiper__button--circle.swiper-button-next {right: 0; top: 41.5%;}

.activity_press2 .swiper__button--circle.swiper-button-prev {left: 0; top: 41.5%;}

.activity_press2 .swiper-button-next.swiper-button-disabled, 

.activity_press2 .swiper-button-prev.swiper-button-disabled { opacity: 0.30; }

/*보도자료 및 유관소식*/
.news_wrap { padding: 32px 0 70px; background: url(../img/new/bg__news.jpg) no-repeat 50%; background-size: cover; }
.news_tab_wrap { position: relative; }
.news_tab_wrap .tabs { position: relative; display: flex; justify-content: space-between; width:100%; padding-right: 63px; margin-bottom: 30px; }
.news_tab_wrap .tabs li { width: calc(50% - 13.333px); }/*20230523 수정*/
.news_tab_wrap .tabs .tab_btn { width: 100%; height: 78px; display: flex; align-items: center; justify-content: center; font-size: 20px; color: #666; font-weight: 700; border-bottom: 3px solid #999; letter-spacing: -2px; } 
.news_tab_wrap .tabs .tab_btn.on { color: #1428a0; border-color: #1428a0; }
.news_tab_wrap .tabs .btn_news_more { display: none; position: absolute; right: 0; bottom: 0; width: 50px; height: 50px; background: #1428a0 url(../img/new/icon__plus.png) no-repeat 50%; background-size: 16px; } 
.news_tab_wrap .tabs .tab_btn.on + .btn_news_more { display: block; }
.news_tab_wrap .tab_panel { display: none; }
.news_tab_wrap .tab_panel.on { display: block; }
.news_list { display: flex; justify-content: space-between;  }
.news_list li { width: calc(25% - 1.85%); animation-duration: 0.6s; animation-name: tabUp; animation-fill-mode: forwards; transform: translateY(20px); opacity: 0; }
.news_list li:nth-child(2) { animation-delay: 0.2s; }
.news_list li:nth-child(3) { animation-delay: 0.4s; }
.news_list li:nth-child(4) { animation-delay: 0.6s; }
.news_box { display: block; padding: 25px 8.5% 36px; background: #fff; overflow: hidden; }
.news_box .title { height: 90px; font-size: 21px; color: var(--main-color); line-height: 30px; overflow: hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-box-orient: vertical; word-wrap: break-word; -webkit-line-clamp: 3; }
.news_box .icon_n { position: relative; top: -4px; display: inline-block; width: 19px; height: 19px; border-radius: 50%; background-color: #fb681f; color: #fff; line-height: 19px; text-align: center; font-size: 11px; }
.news_box .date { padding: 27px 0 43px; font-size: 16px; color: #666; } 
.news_box .btn_arrow_more { float: right; height: 30px; line-height: 30px; padding: 0 43px 0 20px; border-radius: 15px; color:#666; transition: 0.4s;
    background-color: #e9e9e9; background-image: url(../img/new/icon__more--arrow.png); background-repeat: no-repeat; background-size: 16px auto; background-position: calc(100% - 20px) 50%; }
.news_box:hover .btn_arrow_more { background-color:#757575; background-image: url(../img/new/icon__more--arrow_on.png); color: #fff;  }

@keyframes tabUp {
    from {
        transform: translateY(20px); 
        opacity: 0; 
    }
    to {
        transform: translateY(0); 
        opacity: 1; 
    }
}

@media screen and (max-width:800px) {
    .news_tab_wrap .tabs li { width: calc(50% - 7px); }/*20230523 수정*/
    .news_wrap { padding-bottom: 60px; }
    .tabs .tab_btn { line-height: 57px; height: 57px; }
    .news_list { display: block; }
    .news_list li { width: 100%; margin-bottom: 22px; }
    .news_list li:last-child { margin-bottom: 0; }
    .news_box { padding: 22px 25px; }
    .news_box .title { height: 60px; -webkit-line-clamp: 2; }
    .news_box .date { float: left; padding: 20px 0 0; }
    .news_box .btn_arrow_more { margin-top: 15px; }
}
@media screen and (max-width:640px) {
    .news_wrap { padding: 30px 0 42px; }
    .news_tab_wrap .tabs { padding-right: 43px; margin-bottom: 24px; }
    .news_tab_wrap .tabs .tab_btn { height:34px; font-size: 14px; }
    .news_tab_wrap .tabs .btn_news_more { width: 34px; height: 34px; background-size: 12px; }
    .news_box { padding: 16px; }
    .news_list li { margin-bottom: 15px; }
    .news_box .title { font-size: 14px; line-height: 19px; height: 38px; }
    .news_box .date { padding-top: 14px; font-size: 12px; }
    .news_box .icon_n { width: 13px; height: 13px; top:-1px; font-size: 10px; line-height: 13px; }
    .news_box .btn_arrow_more { margin-top: 10px; padding: 0 28px 0 14px; height: 20px; line-height: 20px; font-size: 10px; background-size: 11px auto; background-position: calc(100% - 10px) 6px; }
}
/*신고센터*/
.report_center { display: flex; background: url(../img/new/bg__report.jpg) no-repeat; background-position: 50%; background-size: cover; }
.report_center li { width: 20%; border-width: 0 0 0 1px; border-style: solid; border-color: rgba(255,255,255, 0.12); text-align: center;   }
.report_center li:first-child { border-left: 0; }
.report_btn { display: block; padding: 84px 10px 0; height: 330px; background-color: rgba(50,76,161,0); transition: 0.6s; }
.report_btn .report_text { display: block; height: 180px; padding-top: 104px; word-break: keep-all; font-size: 24px; color: #fff; font-weight: 600; background-size: auto 68px; background-position: 50% 0; background-repeat: no-repeat;  }
.report_btn.report01 .report_text { background-image: url(../img/new/icon__report01.png); }
.report_btn.report02 .report_text { background-image: url(../img/new/icon__report02.png); }
.report_btn.report03 .report_text { background-image: url(../img/new/icon__report03.png); }
.report_btn.report04 .report_text { background-image: url(../img/new/icon__report04.png); }
.report_btn.report05 .report_text { background-image: url(../img/new/icon__report05.png); }
.report_btn .btn__link--arrow { position: relative; opacity: 0; top: 20px; transition: 0.6s; }

@media screen and (min-width: 801px){ 
    .report_btn:hover { background-color: rgba(50,76,161,1);  opacity: 1; padding-top: 50px; }
    .report_btn:hover .btn__link--arrow {  opacity: 1; top:0; transition-delay: 0.2s; } 
}
@media screen and (max-width:800px) {
    .report_center { display: block; background: url(../img/new/bg__report_mo.jpg) no-repeat; background-position: 50%; background-size: cover;  }
    .report_center li { width: 100%; border-width: 1px 0 0 0; }
    .report_center li:first-child { border-top: 0; }
    .report_btn { padding: 34px 55px; height: auto; text-align: left; }
    .report_btn .btn__link--arrow { display: none; }
    .report_btn .report_text { height: auto; padding: 20px 100px 20px 0; background-position: 100% 50%;}

    
}

@media screen and (max-width:640px) {
    .report_btn { padding:0 37px 0 36px; }
    .report_btn .report_text { font-size: 18px;padding:23px 52px 23px 0;  background-size: auto 34px;  }
}
