.indiv_top { display: flex; justify-content: space-between; gap: 20px; align-items: flex-start; padding: 0 20px; }
.indiv_top h3 { font-size: 26px; font-weight: 700; line-height: 1.2; padding-top: 5px; }
.indiv_top .open_indiv_menu { width: 40px; height: 40px; }
.indiv_top .open_indiv_menu img { height: 18px; }

.indiv_side { position: fixed; top: 0; right: -320px; width: 320px; height: 100%; z-index: 9999; background-color: rgba(0, 0, 0, 0.5); backdrop-filter: blur(10px); transition: all 0.3s ease-in-out; padding-top: 190px; padding-left: 50px; }
.indiv_side.on { right: 0; }
.indiv_side ul li { margin: 10px 0; }
.indiv_side ul li a { display: inline-block; font-size: 18px; font-weight: bold; line-height: 40px; }
.indiv_side .close_indiv_menu { position: absolute; top: 148px; right: 20px; width: 40px; height: 40px; }
.indiv_side .close_indiv_menu img { height: 20px; }

.indiv_banner { position: relative; padding: 20px; }
.indiv_banner .indiv_clr_bg { position: absolute; bottom: 0; left: 0; width: 100%; height: 50%; }
.indiv_banner .conts { position: relative; z-index: 11; }
.indiv_banner .conts > img { width: 100%; border-radius: 20px; }
.indiv_banner .conts p { text-align: center; background-color: #01B4E2; color: #fff; font-size: 13px; font-weight: 500; position: absolute; bottom: 0; left: 10%; width: 80%; border-top-left-radius: 10px; border-top-right-radius: 10px; padding: 10px 0; }
.indiv_banner .conts p img { vertical-align: middle; margin-top: -2px; margin-right: 5px; height: 15px; }
.indiv_banner.radio .conts p { background-color: #F9C21B; }

.indiv_main { padding: 20px; position: relative; }
.indiv_main > h4 { font-size: 20px; font-weight: bold; color: #fff; margin-bottom: 10px; }
.indiv_main .more { position: absolute; top: 24px; right: 20px; }
.indiv_main .indiv_tv_list { display: flex; flex-wrap: wrap; justify-content: space-between; }
.indiv_main .indiv_tv_list > li { width: 48%; margin: 10px 0; background: none; padding-bottom: 0; }
.indiv_main .indiv_tv_list li .info { padding: 0; }
.indiv_main .indiv_tv_list li h5 { padding: 0; }
.indiv_tv_list { margin: 10px 0; }
.indiv_tv_list > li { width: 100%; margin: 20px 0; background-color: #252635; padding-bottom: 20px; border-bottom-left-radius: 10px; border-bottom-right-radius: 10px; }
.indiv_tv_list li .img { position: relative; width: 100%; height: 0; padding-bottom: 56.25%; }
.indiv_tv_list li .img img { position: absolute; width: 100%; height: 100%; object-fit: cover; border-radius: 10px; }
.indiv_tv_list li .info { display: flex; gap: 20px; margin: 10px 0; padding: 0 10px; }
.indiv_tv_list li .info li { font-size: 13px; color: #fff; font-weight: 800; }
.indiv_tv_list li .info li.date { color: #01B4E2; }
.indiv_tv_list li h5 { font-size: 14px; color: #fff; font-weight: 800; 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; padding: 0 10px; }

.indiv_article { padding: 20px; }
.indiv_article > h4 { font-size: 20px; font-weight: bold; color: #01B4E2; margin-bottom: 20px; }
.indiv_article.radio > h4 { color: #F8C21A; }
.indiv_intro .inrto_img { margin: 20px 0; }
.indiv_intro dl { display: flex; flex-wrap: wrap; margin: 20px 0; }
.indiv_intro dl dt { font-size: 14px; font-weight: 800; color: #01B4E2; width: 100px; border: 1px solid #01B4E2; text-align: center; padding: 5px 0; margin-right: 20px; margin-top: -5px; }
.indiv_intro dl dd { font-size: 14px; font-weight: 300; color: #fff; }
.indiv_intro dl .full { width: 100%; margin: 10px 0; }
.radio .indiv_intro dl dt { color: #F8C21A; border: 1px solid #F8C21A; }

.indiv_casting li { display: flex; justify-content: space-between; align-items: center; gap: 20px; background-color: #252635; border-radius: 10px; margin: 10px 0; position: relative; }
.indiv_casting li .portrait { width: 130px; height: 138px; position: relative; }
.indiv_casting li .portrait img { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover; border-radius: 10px; }
.indiv_casting li .txt { flex: 1; padding: 10px 0; position: absolute; top:0; left:140px;}
.indiv_casting li .txt h5 { font-size: 20px; font-weight: 800; border-bottom: 1px solid #444769; padding-bottom: 5px; margin-bottom: 8px; }
.indiv_casting li .txt h5 span { font-size: 14px; margin-left: 10px; }
.indiv_casting li .txt .role { font-size: 15px; font-weight: bold; color: #01B4E2; margin-bottom: 8px; }
.indiv_casting li .txt .dscr { font-size: 14px; font-weight: 300; color: #fff; }

.indiv_search_top { display: flex; justify-content: space-between; background-color: #242635; border-radius: 10px; margin: 20px 0; }
.indiv_search_top input { flex: 1; border: none; background: none; border-radius: 10px; height: 45px; padding-left: 20px; font-size: 14px; }
.indiv_search_top button { width: 45px; height: 45px; }
.indiv_search_top button img { height: 20px; }
.indiv_sort { text-align: center; margin: 20px 0; }
.indiv_sort button { font-size: 16px; font-weight: 300; color: #6F6F6F; position: relative; padding-bottom: 10px; margin: 0 10px; }
.indiv_sort button.selected { color: #fff; font-weight: 800; }
.indiv_sort button.selected::after { content: ""; position: absolute; bottom: 0; left: 0; width: 100%; height: 3px; background-color: #01B4E2; }
.radio .indiv_sort button.selected::after { background-color: #F8C21A; }
.list_more { display: block; width: 100%; margin: 30px 0; border: 1px solid #fff; border-radius: 10px; text-align: center; height: 45px; line-height: 45px; font-size: 14px; }

.indiv_view_hd { border-bottom: 1px solid #fff; margin-bottom: 20px; }
.indiv_view_hd h5 { font-size: 16px; font-weight: 800; color: #fff; margin-bottom: 10px; }
.indiv_view_hd .info { display: flex; margin: 10px 0; gap: 12px; }
.indiv_view_hd .info li { font-size: 13px; color: #fff; font-weight: 500; }
.indiv_view_hd .info li.date { color: #01B4E2; }
.radio .indiv_view_hd .info li.date { color: #F8C21A; }
.indiv_view_hd .btn_like { margin: 10px 0; text-align: right; }
.indiv_view_hd .btn_like button { font-size: 14px; font-weight: 800; color: #fff; }
.indiv_view_hd .btn_like button img { vertical-align: middle; height: 16px; margin-right: 10px; }
.replay_area { margin: 30px 0; }
.indiv_sns_share { display: flex; flex-wrap: wrap; justify-content: space-between; margin: 20px 0; }
.indiv_sns_share > button { background-color: #B1B1B1; height: 40px; padding: 0 10px; font-size: 13px; font-weight: 800; color: #fff; border-radius: 5px; }
.indiv_sns_share .sns_link { display: flex; }
.indiv_sns_share .sns_link a { width: 40px; height: 40px; }

.indiv_btn_box { display: flex; margin: 30px 0; justify-content: space-between; }
.indiv_btn_box a { height: 45px; line-height: 45px; width: 48%; background-color: #fff; border-radius: 5px; font-size: 14px; color: #191B27; text-align: center; }
.indiv_btn_box a:only-child { margin-left: auto; }

.indiv_view_nav { border-top: 1px solid #b4b4b4; }
.indiv_view_nav li { border-bottom: 1px solid #b4b4b4; padding: 10px 0 10px 70px; position: relative; }
.indiv_view_nav li .item { position: absolute; top: 50%; left: 0; transform: translateY(-50%); font-size: 12px; font-weight: 500; color: #01B4E2; }
.radio .indiv_view_nav li .item { color: #F8C21A; }
.indiv_view_nav li .item img { vertical-align: middle; margin-top: -2px; margin-right: 5px; height: 8px; }
.indiv_view_nav li a { display: block; font-size: 14px; line-height: 20px; overflow: hidden; text-overflow: ellipsis; word-wrap: normal; white-space: nowrap; }
.indiv_reply { background-color: #252635; border-radius: 10px; padding: 10px; margin: 30px 0; display: flex; justify-content: space-between; gap: 10px; }
.indiv_reply textarea { border-radius: 5px; background-color: #191A24; flex: 1; border: none; padding: 5px; font-size: 14px; resize: none; }
.indiv_reply button { border-radius: 5px; font-size: 14px; color: #fff; font-weight: bold; background-color: #01B4E2; width: 65px; }
.radio .indiv_reply button { background-color: #F8C21A; }
.indiv_article .btn_write { display: block; width: 100%; height: 45px; line-height: 45px; background-color: #fff; border-radius: 5px; font-size: 14px; color: #191B27; text-align: center; }

.indiv_board_list { margin: 20px 0; }
.indiv_board_list > li { margin: 10px 0; }
.indiv_board_list > li a { display: block; border-radius: 10px; background-color: #252635; padding: 12px; font-size: 14px; font-weight: bold; }
.indiv_board_list > li a p { 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; }
.indiv_board_list > li a .info { display: flex; gap: 12px; margin-top: 10px; }
.indiv_board_list > li a .info li { font-size: 12px; font-weight: 500; color: #fff; }
.indiv_board_list > li a .info .pm { display: inline-block; min-width: 50px; padding: 0 5px; border-radius: 999px; line-height: 20px; font-size: 12px; font-weight: 500; color: #fff; background-color: #F8C21A; text-align: center; }

.indiv_write_input { border-bottom: 1px solid #b4b4b4; padding: 12px 0; display: flex; gap: 10px; }
.indiv_write_input .item { width: 65px; font-size: 14px; line-height: 45px; }
.indiv_write_input input { flex: 1; border: none; background: #242635; border-radius: 5px; padding-left: 10px; font-size: 14px; font-weight: 500; height: 45px; }
.indiv_write_input textarea { flex: 1; border: none; background: #242635; border-radius: 5px; padding: 10px; font-size: 14px; font-weight: 500; }
.indiv_write_input input:read-only { background: none; }

.indiv_sns_share .share_btn { text-align: center; margin-bottom: 20px; }
.indiv_sns_share .share_btn button { line-height: 40px; min-width: 110px; border-radius: 10px; background-color: #242635; text-align: center; font-size: 13px; font-weight: 500; color: #fff; margin: 0 5px; }
.comment { display: flex; border-radius: 10px; background-color: #242635; padding: 10px; gap: 10px; margin: 20px 0; }
.comment textarea { flex: 1; font-size: 14px; color: #fff; border: none; background: none; resize: none; }
.comment button { width: 70px; border: 1px solid #fff; border-radius: 8px; text-align: center; font-size: 13px; color: #fff ; margin-bottom: 0px;}
.comment_list { margin: 20px 0; }
.comment_list li { padding: 10px 0; border-bottom: 1px solid #4A4D5A; position: relative; }
.comment_list li h5 { font-size: 14px; font-weight: 600; color: #fff; margin-bottom: 10px; }
.comment_list li p { font-size: 13px; font-weight: 400; color: #fff; opacity: 0.8; }
.comment_list .revision_tool { position: absolute; top: 0; right: 0; }
.comment_list .revision_tool button { width: 30px; height: 30px; }
.comment_list .revision_tool button img { height: 18px; vertical-align: middle; }
.comment_list .revision_box { display: none; }
.comment_list .revision_box textarea { border: 1px solid #4A4D5A; border-radius: 10px; width: 100%; background: none; font-size: 13px; font-weight: 500; color: #fff; padding: 10px; }
.comment_list .revision_box .btn_box { padding: 0 20px; margin: 10px 0; }