@charset "utf-8";

/* 폰트 불러오기 Pretendard
Copyright (c) 2021 Kil Hyung-jin, with Reserved Font Name Pretendard.
https://github.com/orioncactus/pretendard

This Font Software is licensed under the SIL Open Font License, Version 1.1.
This license is copied below, and is also available with a FAQ at:
http://scripts.sil.org/OFL
*/

@font-face {
	font-family: 'Pretendard';
	font-weight: 900;
	font-display: swap;
	src: local('Pretendard Black'), url('../fonts/woff2-subset/Pretendard-Black.subset.woff2') format('woff2'), url('../fonts/woff-subset/Pretendard-Black.subset.woff') format('woff');
}

@font-face {
	font-family: 'Pretendard';
	font-weight: 800;
	font-display: swap;
	src: local('Pretendard ExtraBold'), url('../fonts/woff2-subset/Pretendard-ExtraBold.subset.woff2') format('woff2'), url('../fonts/woff-subset/Pretendard-ExtraBold.subset.woff') format('woff');
}

@font-face {
	font-family: 'Pretendard';
	font-weight: 700;
	font-display: swap;
	src: local('Pretendard Bold'), url('../fonts/woff2-subset/Pretendard-Bold.subset.woff2') format('woff2'), url('../fonts/woff-subset/Pretendard-Bold.subset.woff') format('woff');
}

@font-face {
	font-family: 'Pretendard';
	font-weight: 600;
	font-display: swap;
	src: local('Pretendard SemiBold'), url('../fonts/woff2-subset/Pretendard-SemiBold.subset.woff2') format('woff2'), url('../fonts/woff-subset/Pretendard-SemiBold.subset.woff') format('woff');
}

@font-face {
	font-family: 'Pretendard';
	font-weight: 500;
	font-display: swap;
	src: local('Pretendard Medium'), url('../fonts/woff2-subset/Pretendard-Medium.subset.woff2') format('woff2'), url('../fonts/woff-subset/Pretendard-Medium.subset.woff') format('woff');
}

@font-face {
	font-family: 'Pretendard';
	font-weight: 400;
	font-display: swap;
	src: local('Pretendard Regular'), url('../fonts/woff2-subset/Pretendard-Regular.subset.woff2') format('woff2'), url('../fonts/woff-subset/Pretendard-Regular.subset.woff') format('woff');
}

@font-face {
	font-family: 'Pretendard';
	font-weight: 300;
	font-display: swap;
	src: local('Pretendard Light'), url('../fonts/woff2-subset/Pretendard-Light.subset.woff2') format('woff2'), url('../fonts/woff-subset/Pretendard-Light.subset.woff') format('woff');
}

@font-face {
	font-family: 'Pretendard';
	font-weight: 200;
	font-display: swap;
	src: local('Pretendard ExtraLight'), url('../fonts/woff2-subset/Pretendard-ExtraLight.subset.woff2') format('woff2'), url('../fonts/woff-subset/Pretendard-ExtraLight.subset.woff') format('woff');
}

@font-face {
	font-family: 'Pretendard';
	font-weight: 100;
	font-display: swap;
	src: local('Pretendard Thin'), url('../fonts/woff2-subset/Pretendard-Thin.subset.woff2') format('woff2'), url('../fonts/woff-subset/Pretendard-Thin.subset.woff') format('woff');
}

/* 폰트 불러오기 Paperlogy

https://freesentation.blog/paperlogyfont

*/

@font-face {
	font-family: 'Paperlogy';
	font-weight: 900;
	font-display: swap;
	src: local('Paperlogy Black'), url('../fonts/Paperlogy-9Black.woff2') format('woff2');
}

@font-face {
	font-family: 'Paperlogy';
	font-weight: 800;
	font-display: swap;
	src: local('Paperlogy ExtraBold'), url('../fonts/Paperlogy-8ExtraBold.woff2') format('woff2');
}

@font-face {
	font-family: 'Paperlogy';
	font-weight: 700;
	font-display: swap;
	src: local('Paperlogy Bold'), url('../fonts/Paperlogy-7Bold.woff2') format('woff2');
}

@font-face {
	font-family: 'Paperlogy';
	font-weight: 600;
	font-display: swap;
	src: local('Paperlogy SemiBold'), url('../fonts/Paperlogy-6SemiBold.woff2') format('woff2');
}

@font-face {
	font-family: 'Paperlogy';
	font-weight: 500;
	font-display: swap;
	src: local('Paperlogy Medium'), url('../fonts/Paperlogy-5Medium.woff2') format('woff2');
}

@font-face {
	font-family: 'Paperlogy';
	font-weight: 400;
	font-display: swap;
	src: local('Paperlogy Regular'), url('../fonts/Paperlogy-4Regular.woff2') format('woff2');
}

@font-face {
	font-family: 'Paperlogy';
	font-weight: 300;
	font-display: swap;
	src: local('Paperlogy Light'), url('../fonts/Paperlogy-3Light.woff2') format('woff2');
}

@font-face {
	font-family: 'Paperlogy';
	font-weight: 200;
	font-display: swap;
	src: local('Paperlogy ExtraLight'), url('../fonts/Paperlogy-2ExtraLight.woff2') format('woff2');
}

@font-face {
	font-family: 'Paperlogy';
	font-weight: 100;
	font-display: swap;
	src: local('Paperlogy Thin'), url('../fonts/Paperlogy-1Thin.woff2') format('woff2');
}

/* reset */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,textarea,p,blockquote,th,td,input,select,textarea,button {margin:0;padding:0}
fieldset,img {border:0 none}
dl,ul,ol,menu,li {list-style:none}
blockquote, q {quotes:none}
blockquote:before, blockquote:after,q:before, q:after {content:'';content:none}
input,select,textarea,button {font-size:100%;vertical-align:middle}
button {border:0 none;background-color:transparent;cursor:pointer;outline:none;}
table {border-collapse:collapse;border-spacing:0}
body {-webkit-text-size-adjust:none} /* 뷰표트 변환시 폰트크기 자동확대 방지 */
input[type='text'],input[type='password'],input[type='submit'],input[type='search'] {-webkit-appearance:none; border-radius:0}
input:checked[type='checkbox'] {background-color:#666; -webkit-appearance:checkbox}
button,input[type='button'],input[type='submit'],input[type='reset'],input[type='file'] {-webkit-appearance:button; border-radius:0}
input[type='search']::-webkit-search-cancel-button {-webkit-appearance:none}

html, body { height: 100%; }
body,th,td,input,select,textarea,button { font-size:14px;line-height:1.5; font-family: Pretendard, HelveticaNeue-Light, AppleSDGothicNeo-Light, Arial, sans-serif; color:#fff}
 
a {text-decoration:none; color:#fff}
a:active, a:hover {text-decoration:none; color:#fff}
address,caption,cite,code,dfn,em,var {font-style:normal;font-weight:normal}
img { max-width: 100%; vertical-align: top; }
* { box-sizing: border-box; }

#body_wrap { max-width: 700px; margin: 0 auto; position: relative; overflow: hidden; background-color: #191B27; min-height: 100%; height: auto !important; padding-bottom: 390px; }

/* skip-navigation */
.skip { display: block; height: 1px; width: 1px; margin: 0 -1px -1px 0; padding: 0; overflow: hidden; font-size: 0; line-height: 0; }
.skip:focus { width: 100%; height: auto; margin: 0; padding: 5px 0; text-indent: 10px; font-weight: 400; font-size: 12px; color: #333; line-height: 1; text-decoration: none; position: absolute; top: 0px; left: 65px; }

/* gnb */
#gnb { position: absolute; top: 0px; right: -320px; width: 320px; height: 100%; z-index: 9999; background-color: rgba(43, 43, 131, 0.8); backdrop-filter: blur(10px);  transition: all 0.3s ease-in-out; padding-bottom: 20px; }
#gnb.on { right: 0; }
#gnb .gnb_header { padding: 30px 20px; }
/* .login_menu { display: flex; gap: 16px; } 로그인 시 닫기버튼이 회원가입수정버튼을 가려 수정함 20260520 김형태 KKHT*/
.login_menu { display: flex; gap: 10px; }
.login_menu li { position: relative; }
.login_menu li a { font-family: Paperlogy; font-size: 13px; color: #fff; padding-left: 22px; }
.login_menu li:first-child a { background: url(../images/main/home.png) left center no-repeat; background-size: auto 16px; }
.login_menu li:nth-child(2) a { background: url(../images/main/lock.png) left center no-repeat; background-size: auto 16px; }
.login_menu li:last-child a { background: url(../images/main/people.png) left center no-repeat; background-size: auto 16px; }

.gnb_menu > li { position: relative; }
.gnb_menu > li > h2 { height: 50px; font-size: 16px; font-weight: 600; color: #fff; line-height: 50px; }
.gnb_menu > li > h2 > a { color: #fff; display: block; padding-left: 20px; background: url(../images/arrD_wh_02.png) center right 30px no-repeat; background-size: auto 8px; }
.gnb_menu > li > h2 > a.on { background-image: url(../images/arrU_wh_02.png); }
.gnb_sub_menu { display: none; padding: 0 20px 20px 10px; position: relative; }
.gnb_sub_menu > li { padding-left: 10px; }
.gnb_sub_menu > li a { display: block; padding-left: 20px; font-size: 14px; color: #fff; line-height: 30px; opacity: 0.9; }

#gnb .dema_app_down { display: block; margin-top: 50px; }
#bg_overlay { position: fixed; top: 0px; right: -100%; width: 100%; height: 100%; z-index:8888; background-color: rgba(0, 0, 0, 0.65); transition: all 0.3s ease-in-out; }
#bg_overlay.on { right: 0; }
#close_gnb { position: absolute; top: 20px; right: 20px; width: 40px; height: 40px; }
#close_gnb img { width: 20px; }

/* 헤더 */
.header { display: flex; justify-content: space-between; padding: 20px; position: absolute; top: 0; left: 0; width: 100%; z-index: 33; height: 80px; }
.header h1 a img { height: 40px; }
.header #open_gnb { width: 40px; height: 40px; }
.header #open_gnb img { height: 20px; }
.header #open_search { width: 40px; height: 40px; }
.header #open_search img { height: 20px; }
.t_search_wrap { position: absolute; top: -200px; left: 0; width: 100%; height: 200px; background-color: rgba(43, 43, 131, 0.8); backdrop-filter: blur(10px); transition: all 0.3s ease-in-out; padding: 40px 20px; }
.t_search_wrap #close_search { position: absolute; top: 20px; right: 20px; width: 40px; height: 40px; }
.t_search_wrap #close_search img { height: 20px; }
.t_search_wrap .t_search_box { position: relative; border-bottom: 2px solid #fff; padding-right: 40px; margin-top: 50px; }
.t_search_wrap .t_search_box input { width: 100%; height: 46px; border: none; background: none; font-family: Paperlogy; font-size: 14px; color: #fff; }
.t_search_wrap .t_search_box button { position: absolute; top: 0; right: 0; width: 40px; height: 40px; }
.t_search_wrap .t_search_box button img { height: 20px; }
.t_search_wrap.on { top: 0; }

/* nav */
.nav { position: fixed; bottom: 0; left: 0; width: 100%; overflow: hidden; height: 60px; z-index: 777; background-color: rgba(43, 43, 131, 0.8); backdrop-filter: blur(10px); display: flex; justify-content: space-around; align-items: center; }
.nav li a { display: inline-block; font-family: Paperlogy; font-size: 14px; font-weight: bold; color: #fff; opacity: 0.5; }
.nav li.active a { opacity: 1; }

/* top_banner */
.top_banner_wrap { position: relative; }
.top_banner_slide { overflow: hidden; }
.top_banner_tool { display: flex; justify-content: center; align-items: center; gap: 10px; padding: 10px; z-index: 11; }
.top_banner_tool .top_banner_prev { width: 45px; height: 45px; }
.top_banner_tool .top_banner_next { width: 45px; height: 45px; }
.top_banner_tool .top_banner_pagination { width: 40px; display: flex; align-items: center; justify-content: center; }
.top_banner_tool .top_banner_pause { width: 25px; height: 25px; }
.top_banner_tool .top_banner_pause img { height: 10px; vertical-align: middle; }
.top_banner_tool .top_banner_play { display: none; width: 25px; height: 25px; }
.top_banner_tool .top_banner_play img { height: 10px; vertical-align: middle; }

.top_thumb_slide { position: absolute; bottom: 65px; left: 0; width: 100%; overflow: hidden; padding: 0 10px; padding-top: 50px; background-color: rgba(0, 0, 0, 0.15); backdrop-filter: blur(2px); z-index: 11; }
.top_thumb_slide li img { border-radius: 10px; }
.top_thumb_slide .swiper-slide { opacity: 0.75; transition: all 0.3s ease; }
.top_thumb_slide .swiper-slide-thumb-active { z-index: 11; opacity: 1; transform: scale(1.5); }

.nuri_top_banner_slide { overflow: hidden; }
.nuri_top_banner_slide .img { position: relative; width: 100%; height: 0; padding-bottom: 56.25%; }
.nuri_top_banner_slide .img img { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; }
.nuri_top_banner_slide .txt {text-align: center; position: relative; padding-bottom: 20px; }
.nuri_top_banner_slide .txt h3 { font-family: Paperlogy; font-size: 34px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.nuri_top_banner_slide .txt p { text-align: center; font-size: 16px; overflow: hidden; text-overflow: ellipsis; -webkit-line-clamp: 3; -webkit-box-orient: vertical; display: -webkit-box; word-wrap:normal; line-height: 22px; height: 66px; }
.nuri_top_banner_slide .txt span { display: inline-block; line-height: 40px; border: 1px solid #fff; border-radius: 999px; margin-top: 10px; font-size: 14px; padding-left: 20px; width: 160px; text-align: left; background: url(../images/main/arrR_04.png) right 10px center no-repeat; background-size: auto 6px; }

.nuri_top_banner_slide li a { display: block; padding: 100px 30px 20px 30px; }

/* schedule */
.schedule { margin: 20px 0; text-align: center; padding: 0 20px; position: relative; }
.schedule h3 { font-family: Paperlogy; font-size: 14px; }
.schedule > p { font-family: Paperlogy; font-size: 20px; font-weight: bold; }
.schedule > p span { color: #1C85FD; margin-right: 10px; }
.schedule > p .yellow { color: #EFB631; }
.schedule_list { margin: 20px 0; overflow: hidden; }
.schedule_list li { padding-left: 30px; }
.schedule_list li a { display: flex; min-width: 0; gap: 5px; align-items: center; margin: 10px 0; }
/* 홍보원 메인, TV메인, Radio메인 스케줄에서 ONAIR글자를 넣을 시 범위를 벋어나 수정  width 95 -> 105로 수정 20260528 김형태 KKHT */
.schedule_list li .item { display: inline-block; width: 105px; border-radius: 999px; line-height: 20px; text-align: center; font-size: 13px; letter-spacing: -0.5px; padding-left: 10px; background-image: url(../images/main/wifi.png); background-position: left 5px center; background-repeat: no-repeat; background-size: auto 9px; }
.schedule_list li .item.red { background-color: #F13322; }
.schedule_list li .item.blue { background-color: #0069E0; }
.schedule_list li .item.yellow { background-color: #E9AD0E; }
.schedule_list li .time { width: 42px; font-size: 15px; font-weight: 800; }
.schedule_list li p { font-size: 15px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.schedule_slide_tool button { position: absolute; top: 90px; width: 30px; height: 30px; }
.schedule_slide_tool button img { height: 16px; }
.schedule_slide_tool .schedule_prev { left: 0; }
.schedule_slide_tool .schedule_next { right: 0; }
.schedule_slide_tool .swiper-button-disabled { opacity: 0.3; }

.guide_link { display: flex; justify-content: space-around; flex-wrap: wrap; }
.guide_link li { width: 50%; text-align: center; margin: 10px 0; }
.guide_link li a { font-family: Paperlogy; font-size: 14px; }
.guide_link li a img { height: 15px; vertical-align: middle; margin-top: -3px; margin-right: 5px; }

.section_01 { padding: 20px; }
.article { margin-bottom: 40px; position: relative; }
.article h3 { font-family: Paperlogy; font-size: 20px; font-weight: 800; margin-bottom: 20px; padding-bottom: 10px; border-bottom: 2px solid #fff; }
.article > .more { position: absolute; top: 8px; right: 0; width: 25px; height: 25px; }
.article > .more img { height: 16px; }

.article_list_01 li { margin-bottom: 20px; }
.article_list_01 a { display: flex; justify-content: space-between; min-width: 0; gap: 10px; }
.article_list_01 a .txt { flex: 1; min-width: 0; }
.article_list_01 a .txt h4 { font-size: 14px; font-weight: bold; overflow: hidden; text-overflow: ellipsis; -webkit-line-clamp: 2; -webkit-box-orient: vertical; display: -webkit-box; word-wrap:normal; word-break: keep-all; line-height: 20px; max-height: 40px; margin-bottom: 5px; }
.article_list_01 a .txt p { width: 100%; font-size: 13px; font-weight: 500; color: #7E7E7E; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.article_list_01 a .img { width: 100px; height: 55px; position: relative; flex-shrink: 0; }
.article_list_01 a .img img { position: absolute; width: 100%; height: 100%; object-fit: cover; }
.article_list_01 li:first-child a .txt h4 { font-family: Paperlogy; font-size: 16px; font-weight: 500; -webkit-line-clamp: 4; line-height: 24px; max-height: 96px; margin-bottom: 6px; }
.article_list_01 li:first-child a .img { width: 170px; height: 180px; }
.article_list_01 a .mark { display: inline-block; margin-top: 10px; }
.article_list_01 a .mark img { height: 22px; }

.article_list_02 { display: flex; justify-content: space-between; gap: 14px; min-width: 0; }
.article_list_02 li { flex: 1; min-width: 0; }
.article_list_02 .img { width: 100%; height: 0; padding-bottom: 106%; position: relative; margin-bottom: 10px; }
.article_list_02 .img img { position: absolute; width: 100%; height: 100%; object-fit: cover; }
.article_list_02 .txt h4 { font-family: Paperlogy; font-size: 14px; font-weight: 500; overflow: hidden; text-overflow: ellipsis; -webkit-line-clamp: 3; -webkit-box-orient: vertical; display: -webkit-box; word-wrap:normal; word-break: keep-all; line-height: 20px; max-height: 60px; margin-bottom: 5px; }
.article_list_02 a .txt p { width: 100%; font-size: 13px; font-weight: 500; color: #7E7E7E; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; min-width: 0; }

.article_list_03 { display: flex; justify-content: space-between; gap: 14px; min-width: 0; }
.article_list_03 li { flex: 1; min-width: 0; }
.article_list_03 .img { width: 100%; height: 0; padding-bottom: 56.25%; position: relative; margin-bottom: 10px; }
.article_list_03 .img img { position: absolute; width: 100%; height: 100%; object-fit: cover; }
.article_list_03 .txt h4 { font-family: Paperlogy; font-size: 14px; font-weight: 500; overflow: hidden; text-overflow: ellipsis; -webkit-line-clamp: 4; -webkit-box-orient: vertical; display: -webkit-box; word-wrap:normal; word-break: keep-all; line-height: 20px; max-height: 80px; margin-bottom: 5px; }
.article_list_03 a .txt p { width: 100%; font-size: 13px; font-weight: 500; color: #7E7E7E; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; min-width: 0; margin-bottom: 5px; }

.section_02 { padding: 20px; }
/* 게시판 */
.board_wrap { position: relative; height: 450px; }
.board_wrap h3 { font-family: Paperlogy; font-size: 20px; font-weight: 800; margin-bottom: 20px; padding-bottom: 10px; border-bottom: 2px solid #fff; }
.board_main { position: relative; }
.board_main::after { content: ""; display: block; clear: both; }
.board_main > li { float: left; margin-right: 15px; }
.board_main > li > a { display: inline-block; font-family: Paperlogy; font-size: 14px; color: #fff; opacity: 0.5; line-height: 40px; position: relative; }
.board_main > li > a.selected { opacity: 1; z-index: 1; }
.board_ea { display: none; position: absolute; top: 40px; left: 0; width: 100%; text-align: left; padding: 20px 0; }
.board_ea .more { position: absolute; top: -94px; right: 0; z-index: 1; width: 25px; height: 25px; }
.board_ea .more img { height: 16px; }
.board_slide li { width: 260px; border: 1px solid #464646; }
.board_slide li a { display: block; height: 300px; padding: 30px; position: relative; }
.board_slide li a .cat { display: inline-block; font-family: Paperlogy; font-size: 13px; color: #fff; background-color: #8B30F4; text-align: center; width: 70px; line-height: 24px; margin-bottom: 10px; transition: all 0.3s ease; }
.board_slide li a h4 { font-size: 20px; font-weight: 500; overflow: hidden; text-overflow: ellipsis; -webkit-line-clamp: 6; -webkit-box-orient: vertical; display: -webkit-box; word-wrap:normal; word-break: keep-all; line-height: 30px; height: 180px; margin-bottom: 10px; }
.board_slide li a p { font-size: 13px; color: #fff; opacity: 0.5; }
.board_slide li a::before { content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: url(../images/main/bg_board.jpg) center no-repeat; background-size: cover; z-index: -1; opacity: 0; transition: opacity 0.3s ease; }
.board_slide .swiper-slide-active a::before { opacity: 1; }
.board_slide .swiper-slide-active a .cat { background-color: #fff; color: #0069E0; font-weight: 500; }

/* e-book */
.section_03 { padding: 30px 20px; background-color: #1d1d1d; }
.journal_wrap { position: relative; height: 440px; }
.journal_wrap h3 { font-family: Paperlogy; font-size: 20px; font-weight: 800; margin-bottom: 20px; padding-bottom: 10px; border-bottom: 2px solid #fff; }
.ebook_list { position: relative; }
.ebook_list::after { content: ""; display: block; clear: both; }
.ebook_list > li { float: left; margin-right: 15px; }
.ebook_list > li > a { display: inline-block; font-family: Paperlogy; font-size: 14px; color: #fff; opacity: 0.5; line-height: 40px; position: relative; }
.ebook_list > li > a.selected { opacity: 1; z-index: 1; }
.journal_ea { display: none; position: absolute; top: 40px; left: 0; width: 100%; text-align: left; padding: 20px 0; }
.journal_ea .more { position: absolute; top: -94px; right: 0; z-index: 1; width: 25px; height: 25px }
.journal_ea .more img { height: 16px; }
.ebook_slide li { text-align: center; }
.ebook_slide li .img { width: 200px; height: 271px; position: relative; margin: 0 auto; } 
.ebook_slide li .img img { width: 100%; height: 100%; object-fit: cover; } 
.ebook_slide li .txt { padding-top: 10px; } 
.ebook_slide li .txt h4 { font-size: 15px; font-family: Paperlogy; font-weight: 400; }
.ebook_slide_tool button { width: 40px; height: 100%; position: absolute; top: 0; z-index: 11; }
.ebook_slide_tool button img { height: 12px; }
.ebook_slide_tool .ebook_prev { left: 0; }
.ebook_slide_tool .ebook_next { right: 0; }

/* mid banner */
.banner_wrap { position: relative; }
.mid_banner_slide { overflow: hidden; }
.mid_banner_slide .banner_tool { position: absolute; bottom: 0; left: 0; width: 100%; display: flex; justify-content: center; align-items: center; z-index: 11; padding-bottom: 10px; gap: 15px; }
.mid_banner_slide .banner_tool .mid_banner_pagination { width: auto; }
.mid_banner_slide .banner_tool .swiper-pagination-bullet { width: 6px; height: 6px; background-color: #fff; vertical-align: middle; }
.mid_banner_slide .banner_tool .swiper-pagination-bullet-active { width: 12px; height: 12px; background-color: transparent; border: 1px solid #fff; }
.mid_banner_slide .banner_tool button img { height: 12px; vertical-align: middle; }
.mid_banner_slide .banner_tool .mid_banner_play { display: none; }

/* footer */
.footer { position: absolute; bottom: 0; left: 0; width: 100%; background-color: #313131; padding: 30px 20px; padding-bottom: 60px; }
.footer h2 { margin-bottom: 10px; }
.footer h2 img { height: 40px; }
.footer > p { font-size: 13px; color: #C0C0C0; }
.footer select { width: 100%; height: 40px; border-radius: 6px; background-color: #1c1c1c; font-size: 13px; color: #fff; border: none; padding-left: 20px; }
.footer .sns_link { display: flex; align-items: center; gap: 20px; margin: 10px 0; }
.footer .sns_link span img { height: 50px; }
.footer .sns_link a img { height: 26px; }
.footer .footer_menu { display: flex; flex-wrap: wrap; justify-content: space-between; }
.footer .footer_menu li { min-width: 26%; margin: 10px 0; }
.footer .footer_menu li a { font-family: Paperlogy; font-size: 13px; font-weight: 500; opacity: 0.6; }
.footer .footer_menu li:nth-child(4) a { font-weight: bold; opacity: 1; }

/* tv, radio */
.programs { padding: 20px; }
.pro_select { text-align: center; position: relative; margin: 20px 0; font-family: Paperlogy; }
.pro_select li { display: inline-block; }
.pro_select li a { display: inline-block; margin: 0 12px; font-size: 20px; font-weight: 600; color: #fff; opacity: 0.5; }
.pro_select li a.selected { opacity: 1; }
.pro_sort { text-align: center; margin: 20px 0; }
.pro_sort a { display: inline-block; font-family: Paperlogy; font-size: 14px; font-weight: 600; color: #fff; opacity: 0.5; line-height: 30px; margin: 0 10px; }
.pro_sort a.selected { opacity: 1; }
.pro_list { display: flex; flex-wrap: wrap; justify-content: space-between; }
.pro_list li { width: 48%; margin-bottom: 20px; }
.pro_img { position: relative; border-radius: 6%; overflow: hidden; width: 100%; height: 0; padding-bottom: 132.11%; position: relative; }
.pro_img > img { position: absolute; width: 100%; height: 100%; object-fit: cover; }
.pro_img .overlay_mark { position: absolute; top: 10px; right: 10px; z-index: 11; display: flex; flex-direction: row-reverse; }
.pro_img .overlay_mark img { width: 30px; height: 30px; }
.pro_img .overlay_mark img + img { margin-right: -10px; }
/* 
.pro_list h4 { font-size: 14px; font-weight: 600; color: #fff; line-height: 20px; overflow: hidden; text-overflow: ellipsis; -webkit-line-clamp: 2; -webkit-box-orient: vertical; display: -webkit-box; word-wrap:normal; max-height: 40px; margin-top: 5px; }
.pro_list p { font-size: 13px; color: #fff; opacity: 0.5; } */
.programs .serch_box { width: 80%; margin: 0 auto; border-radius: 5px; padding-right: 36px; position: relative; background-color: #242635; }
.programs .serch_box input { width: 100%; border: none; background: none; font-size: 13px; font-weight: 500; color: #fff; height: 36px; padding-left: 10px; }
.programs .serch_box button { position: absolute; top: 0; right: 0; width: 36px; height: 36px; }
.programs .serch_box button img { height: 20px; }
.end_pro_list { border-top: 1px solid #808080; margin-top: 15px; }
.end_pro_list li { position: relative; padding: 10px 45px 10px 0; border-bottom: 1px solid rgba(255, 255, 255, 0.3); }
.end_pro_list li h4 { font-size: 14px; line-height: 22px; font-weight: bold; color: #fff; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; word-wrap: normal; }
.end_pro_list li span { font-size: 12px; color: #fff; opacity: 0.5; }
.end_pro_list li a { position: absolute; top: 50%; margin-top: -15px; right: 10px; display: block; width: 30px; height: 30px; }

/* 페이징 */
.paging { text-align:center; margin: 20px 0; }
.paging .wrap { display:inline-block; }
.paging .wrap span.number { float:left; font-size:14px; color:#fff; line-height:28px; margin:0 15px; }
.paging .wrap span.number .black {font-weight:bold; }
.paging .wrap a.btn_prev { float:left; width:26px; height:26px; border:1px solid #8d8d8d; background:url('../images/main/arrL_02.png') no-repeat center; background-size:6px 9px; }
.paging .wrap a.btn_next { float:left; width:26px; height:26px; border:1px solid #8d8d8d; background:url('../images/main/arrR_02.png') no-repeat center; background-size:6px 9px; }
.paging .paging_tool { padding: 10px 0; }
.paging .paging_tool .page_prev { display: inline-block; width: 30px; height: 30px; border: 1px solid #d3d3d3; background: #e4e4e4 url('../images/main/arrL_03.png') center no-repeat; background-size: auto 12px; border-radius: 4px; }
.paging .paging_tool .page_next { display: inline-block; width: 30px; height: 30px; border: 1px solid #d3d3d3; background: #e4e4e4 url('../images/main/arrR_03.png') center no-repeat; background-size: auto 12px; border-radius: 4px; }
.paging .paging_tool .page_input { display: inline-block; height: 30px; width: 150px; position: relative; border: 1px solid #d8d8d8; border-radius: 3px; text-align: left; vertical-align: top; }
.paging .paging_tool .page_input input { border: none; background: none; width: 85px; height: 30px; padding-left: 10px; line-height: 30px; }
.paging .paging_tool .page_input button { position: absolute; top: 0; right: 0; width: 55px; height: 29px; border: none; background-color: #8c8c8c; font-size: 13px; color: #fff; }

/* shorts */
.shorts_wrap { background-color: #1D1D1E; padding: 40px 20px; }
.shorts_wrap .shorts_list { display: flex; justify-content: space-between; }
.shorts_wrap .shorts_list li { width: 46%; }

/* sub */
#content .sub_conts { padding-top: 100px; }

/* new개별방송 홈페이지 top 스타일 맞추기위해 추가 20260528 김형태 KKHT */
#content .indiv_top { padding-top: 100px; }

/* 이메일무단수집거부 top 스타일 맞추기위해 추가 20260529 김형태 KKHT */
#content .container_wrap01 { padding-top: 100px; }