@charset "utf-8";

@font-face {
    font-family: 'HakgyoansimAllimjangTTF-R';
    src: url('https://fastly.jsdelivr.net/gh/projectnoonnu/2408-5@1.0/HakgyoansimAllimjangTTF-R.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
}

.main_info_wrap {width:100%;padding:100px 0;background:url('https://img.asiatoday.co.kr/asiatoday/images/support/mo/support_background.jpg') center no-repeat;background-size:cover;}
.main_info_box {margin:0 auto;padding:0 10px;display:flex;flex-wrap: wrap;justify-content: space-evenly;}
.main_info_box dt {width:100%;padding-bottom:15px;}
.main_info_box dt h2 {text-align:center;font-size:24px;line-height:34px;font-family:HakgyoansimAllimjangTTF-R;color:#fff;letter-spacing:1px;}
.main_info_box dt h3 {text-align:center;font-size:15px;font-weight:400;color:#b8ee7f;margin-top:8px;}
.main_info_box dd {width:31%;border-radius:8px;overflow:hidden;margin-top:10px;position:relative;}
.main_info_box dd img {width:100%;height:100%;object-fit : cover;}
.main_info_box dd span {width:100%;display:block;padding:6px 0 10px 0;font-size:12px;font-weight:400;letter-spacing:-0.5px;color:#fff;text-align:center;background:rgba(0,0,0,0.4)}

.button_wrap {width:100%;padding:20px 0;background:#ccdcbc;}
.button_box {width:90%;margin:0 auto;display:flex;justify-content: center;}
.button_box dd {width:110px;margin:0 5px;padding:8px 0 10px 0;border-radius:5px;background:#323232;}
.button_box dd p {font-size:15px;line-height:15px;font-weight:500;color:#fff;text-align:center;}
.button_box dd p img {width:8px;position:relative;top:1px;}

/* 뉴스리스트 */
.content_news_box {overflow:hidden;padding:20px 0 30px 20px;position:relative;background:#f3f3f3;}
.content_news_box h3 {font-size:20px;font-weight:700;color:#000;padding-bottom:2px;letter-spacing:-1px;}
.content_news_box h4 {font-size:17px;font-weight:400;color:#000;padding-bottom:15px;letter-spacing:-1px;}
.content_news_box .swiper_iat {padding-bottom:0;}
.content_news_box .swiper_iat .swiper-slide {width:210px;height:310px;border-radius:15px;overflow:hidden;}
.content_news_box > div {width:100%;overflow:hidden;position:relative;}
.content_news_box > div .thum {width:210px;height:145px;overflow:hidden;}
.content_news_box > div .thum img {width:100%;min-height:100%;object-fit: cover;}
.content_news_box > div .tit {height:165px;background:#fff;position:relative;padding:10px 15px 0 15px;}
.content_news_box > div .tit p {font-size:16px;font-weight:600;line-height:22px;letter-spacing:-0.5px;}
.content_news_box > div .tit span {display:inline-block;padding-top:5px;font-size:14px;font-weight:500;height:42px;line-height:18px;letter-spacing:-0.5px;}
.content_news_box > div .tit label {position:absolute;bottom:23px;left:-40px;margin-left:50%;width:80px;padding:3px 0 4px 0;font-size:14px;font-weight:700;text-align:center;background:#eaeaea;color:#383838;border-radius:4px;}


@media only screen and (min-width:480px) {
	.main_info_box dd {width:28%}
}